/*
Wizard Style
*/

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}
.gdpr-wizard-top-container {
  display: flex;
  justify-content: center;
  margin-top: 4em;
  display: none;
}

.gdpr-main-heading {
  color: var(--black-50);
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: var(--text-regular-font-weight);
  line-height: normal;
  margin: auto 0;
}

.gdpr-wizard-logo {
  width: 80px;
  height: 70.508px;
  flex-shrink: 0;
}
.gdpr-general-wizard-logo-container,
.gdpr-general-wizard-thankyou-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  bottom: 40px;
}
.gdpr-general-wizard-logo,
.gdpr-general-wizard-thankyou-checked {
  height: 96px;
  width: 96px;
}
.gdpr-general-wizard-main-heading,
.gdpr-wizard-thankyou-heading {
  font-size: 22px;
  font-weight: 500;
  color: rgba(63, 63, 70, 1);
  position: relative;
  top: 24px;
  font-family: "Roboto";
}
.gdpr-general-wizard-sub-heading {
  position: relative;
  top: 28px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto";
  color: rgba(113, 113, 122, 1);
}
.gdpr-wizard-progress-bar {
  display: flex;
  justify-content: center;
  gap: 160px;
  align-items: center;
}
.gdpr-wizard-progress-bar-step1,
.gdpr-wizard-progress-bar-step2 {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #fff;
  background-color: rgba(34, 197, 94, 1);
  outline: 7px solid rgba(22, 198, 18, 0.18);
}
.gdpr-wizard-progress-bar-content1,
.gdpr-wizard-progress-bar-content2 {
  position: relative;
  top: 5px;
  left: -1px;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 700;
}
.gdpr-wizard-progress-bar-step2-before {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  border: 1px solid rgba(212, 212, 216, 1);
  color: rgba(161, 161, 170, 1);
}
.gdpr-wizard-progress-bar-content2-before {
  position: relative;
  top: 5px;
  left: -1px;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 700;
}
.general-tab-content-heading {
  font-size: 20px;
  font-weight: 600;
  color: rgba(63, 63, 70, 1);
  line-height: 20px;
  text-align: center;
  font-family: "Roboto";
}
.wp-select-law-test {
  font-size: 16px;
  color: rgba(82, 82, 91, 1);
  font-weight: 400;
  word-spacing: 1px;
}
#gdpr-cookie-consent-policy-type {
  margin-top: 16px;
}
.wp-selec-law-container {
  padding-bottom: 10px;
}
.gdpr-cookie-consent-policy-text {
  word-spacing: 1px;
}
.gdpr-wizard-thankyou-container {
  position: relative;
  top: 41px;
  display: flex;
  gap: 16px;
}
input.gdpr-wizard-thankyou-live-preview {
  width: 200px;
  height: 44px;
  border-radius: 4px;
  padding: 12px 16px 12px 16px;
  background-color: rgba(0, 89, 179, 1);
  color: #fff;
  border: none;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
.gdpr-wizard-thankyou-live-preview:hover {
  background-color: #39f;
}
.gdpr-wizard-thankyou-edit-banner:hover {
  background: rgba(113, 149, 208, 1);
  color: #fff;
}
.gdpr-wizard-thankyou-edit-banner {
  width: 200px;
  height: 44px;
  border-radius: 4px;
  padding: 12px 16px 12px 16px;
  background-color: unset;
  border: 1px solid rgba(113, 149, 208, 1);
  color: rgba(42, 74, 126, 1);
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
.gdpr-wizard-help-center {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding: 20px;
  position: relative;
  top: 60px;
  width: 954px;
}

.gdpr-wizard-help-center-item {
  border: 1px solid #ccc;
  padding: 20px;
  width: 302px;
  height: 235px;
}

.gdpr-wizard-text-link img {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}

.gdpr-wizard-text-link h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.gdpr-wizard-text-link p {
  font-size: 14px;
  margin-bottom: 20px;
}

.gdpr-wizard-text-link a {
  text-decoration: none;
  color: #007bff;
}
.gdpr-wizard-main-container {
  width: 100%;
  min-height: 650px;
  flex-shrink: 0;
  background: var(--white-100);
  border-radius: 4px;
  border-right: 1px solid var(--gray-200, #e4e4e7);
  border-bottom: 1px solid var(--gray-200, #e4e4e7);
  border-left: 1px solid var(--gray-200, #e4e4e7);
  border-top: 1px solid var(--gray-200, #e4e4e7);
}

#gcc-save-settings-form-wizard .general-tab-content {
  width: 740px;
  position: relative;
}
#gcc-save-settings-form-wizard .configure-tab-content {
  width: 809px;
  position: relative;
}

.finish {
  text-align: center;
}

#gcc-save-settings-form-wizard fieldset:not(:first-of-type) {
  display: none;
}

#gcc-save-settings-form-wizard .next-step,
#gcc-save-settings-form-wizard .submit-button {
  width: 200px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 600;
  color: rgba(42, 74, 126, 1);
  border: 1px solid rgba(113, 149, 208, 1);
  border-radius: 4px;
  cursor: pointer;
  padding: 12px 16px;
  float: right;
  margin: 20px 20px 20px 0px;
  background-color: unset;
}
#gcc-save-settings-form-wizard .previous-step {
  width: 200px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 600;
  color: rgba(42, 74, 126, 1);
  border: 1px solid rgba(113, 149, 208, 1);
  border-radius: 4px;
  cursor: pointer;
  padding: 12px 16px;
  float: right;
  margin: 20px 16px 20px 20px;
  background-color: unset;
}

.form {
  color: var(--blue-904);
}

.form {
  background: var(--blue-904);
}

.form,
.submit-button {
  background: var(--blue-904);
}
#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: var(--text-regular-font-weight);
}

.line {
  width: 100%;
  height: 1px;
  background-color: var(--gray-904);
}

.container {
  margin-top: 100px;
}

.horizontal-line {
  width: 160px;
  height: 2px;
  background-color: rgba(244, 244, 245, 1);
  position: absolute;
}
.horizontal-line-after {
  width: 145px;
  height: 2px;
  background-color: #16a34a99;
  position: absolute;
}

.progress-step {
  text-align: center;
}

.form-container {
  width: 60%;
  margin: 0 auto;
  padding-top: 4%;
  position: relative;
  padding-bottom: 51px;
}

.line-step-1 {
  background: var(--blue-904);
}

.step-images {
  height: 32px;
  width: 32px;
  background-color: var(--white-100);
}

.selected-step-img,
.not-selected-step-img,
.finish-step-img {
  position: absolute;
  top: 50%;
  left: calc(50% - 0%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.select-rule {
  display: block;
}
.select-the-law {
  display: flex;
  flex-direction: column;
}

.select-law-rule-label {
  color: rgba(63, 63, 70, 1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 24px;
}
.select-law-rule-sublabel {
  color: rgba(63, 63, 70, 1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
}
.gdpr-configuration-line-divider {
  border: 1px solid rgba(244, 244, 245, 1);
  margin-top: 24px;
  margin-bottom: 24px;
}
.wizard-data-request-btn {
  border: 1px solid #7195d0;
  height: 44px;
  width: 160px;
  color: var(--blue-901);
  background-color: var(--white-100);
  margin-left: -15px;
}
.wizard-data-request-btn:hover {
  color: var(--white-100);
  background-color: #7195d0;
}
.select-law-rule-options {
  color: var(--black-50);
  font-size: 15px;
  font-style: normal;
  font-weight: var(--text-medium-font-weight);
  line-height: normal;
}
.progress-bar-label {
  color: var(--black-50);
  font-size: var(--text-lg-font-size);
  font-style: normal;
  font-weight: var(--text-medium-font-weight);
  line-height: normal;
}

.getting-started-progress {
  margin-right: 45px;
}

/*GEO Location Question*/

.gdpr-selection,
.ccpa-selection,
.ccpa-iab-selection {
  display: block;
}

.gdpr-options,
.ccpa-options,
.iab-options {
  display: flex;
  flex-direction: column;
  color: var(--black-50);
  font-size: 15px;
  font-style: normal;
  font-weight: var(--text-regular-font-weight);
  line-height: normal;
  margin-top: 16px;
}

.gdpr-selection-label,
.ccpa-selection-label,
.enable-consent-log-content-label,
.show-cookie-content-label,
.show-cookie-template-label,
.enable-script-blocker-label,
.enable-respect-do-not-track-label,
.enable-respect-data-request-label {
  color: rgba(63, 63, 70, 1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 24px;
  margin-bottom: 14px;
}

.enable-respect-data-request-shortcode-label,
.show-banner-layout-label {
  color: rgba(63, 63, 70, 1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 24px;
  margin-bottom: 14px;
  padding-left: 0px;
}
#popup-position-id {
  margin-left: -14px;
}

.gdpr-free-container,
.enable-consent-log,
.geo-location-ques-container,
.enable-script-blocker,
.enable-respect-do-not-track,
.enable-data-request,
.show-cookie-notice,
.show-banner-layoout-position {
  display: flex;
  margin-left: -13px;
}

#gdpr-wizard-data-req-admin-container,
.show-banner-layoout-position,
.gdpr-wizard-widget {
  padding: 15px;
  width: 620px;
}
.gdpr-wizard-widget-item {
  padding-right: 20px;
}

@media screen and (max-width: 1500px) {
  .gdpr-wizard-widget,
  #gdpr-wizard-data-req-admin-container {
    width: 550px;
  }
  .gdpr-wizard-widget-item {
    padding-right: 0px;
  }
}
.geo-location-ques-container.ccpa-free-geo-ques {
  margin-top: 20px;
}
.geo-location-ques-container.iab-free-geo-ques {
  margin-top: 15px;
}

.iab-pro-geo-ques {
  margin-top: 15px;
}

.ccpa-pro-geo-ques {
  margin-top: 20px;
}

/* Pro Label start  */

.gdpr-pro-label {
  width: 33px;
  height: 15px;
  flex-shrink: 0;
  background: var(--blue-904);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  margin-left: 15px;
  margin-top: 5px;
}

.gdpr-pro-label-text {
  color: var(--white-100);
  font-size: var(--text-xs-font-size);
  font-style: normal;
  font-weight: var(--text-medium-font-weight);
  line-height: normal;
}
/* Pro Label End  */

/* general tab content */

.general-tab-content,
.configure-tab-content {
  border: 1px solid rgba(244, 244, 245, 1);
  border-radius: 10px;
  box-shadow: 0px 0.32px 1.31px rgba(12, 62, 138, 0.35),
    /* First shadow */ 0px 0.88px 3.63px rgba(12, 62, 138, 0.25),
    /* Second shadow */ 0px 2.11px 8.74px rgba(12, 62, 138, 0.15),
    /* Third shadow */ 0px 7px 29px rgba(12, 62, 138, 0.1);
}
.configure-tab-content .vs__selected-options .vs__search {
  display: none;
}
.configure-tab-content .vs__selected {
  padding-left: 16px;
}
.configure-tab-content .vs__actions {
  padding-right: 17px;
}
.show-banner-template {
  width: 100%;
  margin-left: 0px;
}
.select-rule {
  margin: 40px 120px;
}
.configure-tab-content .vs__dropdown-menu {
  width: 117%;
}
.configure-tab-content .vs--single.vs--open .vs__selected {
  padding-top: 5px;
}

/*Enable Consent Log*/

.enable-consent-log-content {
  display: block;
}

.enable-consent-log .gdpr-pro-label {
  margin-left: 0%;
}
.enable-consent-log-switch,
.enable-respect-do-not-track-switch,
.enable-data-request-switch {
  margin-top: 5%;
}

/*Show cookie notice*/

.show-cookie-notice {
  display: block;
  margin-top: 2em;
}

.show-cookie-content-dropdown .vs__clear {
  display: none;
}
.show-cookie-content-dropdown {
  width: 200px;
  height: 44px;
  margin-top: 1em;
}

.show-cookie-content-dropdown .vs__search {
  border: 0px solid transparent;
}

.show-cookie-content-dropdown .vs__dropdown-toggle {
  border-radius: 4px;
  background-color: rgba(244, 244, 245, 1);
  border: 1px solid rgba(212, 212, 216, 1);
  height: 44px;
  width: 200px;
}

/* Cookie Bar Template */

/* Admin templates field CSS */

.show-cookie-template-card .card-header {
  border-bottom: 0px solid;
  margin:0px;
  padding-left: 0px;
  margin-bottom: 25px;
}
.show-cookie-template-card .card-body {
  padding: 0px;
}

.show-cookie-template-card {
  width: 100%;
}

.left-side-banner-template,
.left-side-popup-template,
.left-side-widget-template {
  display: none;
}

.gdpr-templates-field-container-wizard {
  font-size: var(--text-2xs-font-size);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gdpr-templates-field-container-wizard .gdpr-template-field {
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-bottom: 2px solid rgb(245, 245, 245);
}
.gdpr-templates-field-container-wizard
  .gdpr-template-field
  .gdpr-right-field
  .cookie_notice_content{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }
  .gdpr-templates-field-container-wizard .template-type-banner .cookie_notice_content,
  .gdpr-templates-field-container-wizard .template-type-widget .cookie_notice_content,
  .gdpr-templates-field-container-wizard .template-type-popup .cookie_notice_content{
    padding: 40px;
  }
.gdpr-templates-field-container-wizard
  .gdpr-template-field
  .gdpr-left-field-wizard,
.gdpr-templates-field-container-wizard .gdpr-template-field .gdpr-right-field {
  width: 100%;
}
.gdpr-templates-field-container-wizard
  .gdpr-template-field
  .gdpr-left-field-wizard {
  margin-right: 25px;
}
.gdpr-templates-field-container-wizard
  .gdpr-template-field
  .gdpr-left-field-wizard .form-group{
    margin-bottom: 0;
  }


.gdpr-templates-field-container-wizard .gdpr-template-field .gdpr-right-field {
  box-shadow: rgba(142, 142, 142, 0.6) 1px 0px 5px 1px;
  width: 93%;
}

.gdpr-templates-field-container-wizard
  .gdpr-template-field
  .gdpr-right-field
  .cookie_notice_content
  h3 {
  color: inherit;
  margin: 0;
      font-size: var(--text-sm-font-size);
}
.gdpr-templates-field-container-wizard
  .gdpr-template-field
  .gdpr-right-field
  .cookie_notice_content
  p {
  margin: 0;
  color: inherit;
  font-weight: var(--text-regular-font-weight);
      font-size: var(--text-2xs-font-size);
  text-align: justify;
}
.gdpr-templates-field-container-wizard
  .gdpr-template-field
  .gdpr-right-field
  .cookie_notice_content 
  .cookie_notice_buttons{
    display: flex;
  }
  .gdpr-templates-field-container-wizard
  .gdpr-template-field
  .gdpr-right-field
  .cookie_notice_content 
  .cookie_notice_buttons a{
    padding: 9px 20px !important;
    min-width: 120px !important;
  }
 
.cookie_notice_buttons
  .right_buttons,
  .cookie_notice_buttons
  .left_buttons{
    display: flex;
    gap: 10px;
}
.gdpr-templates-field-container-wizard .gdpr-template-field.gdpr-blue_split .cookie_notice_content .small_row_big_column{
    margin-left: 19%;
  }
  .gdpr-templates-field-container-wizard .gdpr-template-field.gdpr-blue_split .cookie_notice_content .small_row_big_column h3{
    left: 40px;
    top: 86px;
    font-size: 16px;
    width: 20%;
  }
.gdpr-templates-field-container-wizard .gdpr-template-field .cookie_notice_content .small_row_big_column{
  flex-direction: column;
}

.gdpr-templates-field-container-wizard .btn {
  display: inline-block;
  font-weight: var(--text-regular-font-weight);
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 5rem;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: var(--text-sm-font-size);
  line-height: 1.5;
  border-radius: 0;
  text-transform: initial;
  font-family: inherit;
  text-decoration: none;
  pointer-events: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.gdpr-template-field-container .btn-sm {
  padding: 0.25rem 0.15rem;
  font-size: inherit;
  line-height: 1;
  border-radius: 0.2rem;
}

.gdpr-group-description {
  position: relative;
  padding-top: 30px;
}

.gdpr-go-pro-label {
  position: absolute;
  top: 4px;
  left: 7%;
  width: 0;
  height: 0;
  border-width: 0 40px 40px 0;
}

.gdpr-go-pro-label {
  width: 33px;
  height: 15px;
  background: var(--blue-904);
  text-align: center;
  margin-left: 2%;
  margin-top: 1%;
}

.go-pro-label-image {
  width: 50px;
  height: 46px;
}

.gdpr-go-pro-label-text {
  position: absolute;
  top: 10px;
  left: 15px;
  color: var(--black-50);
  font-weight: var(--text-bold-font-weight);
}

/* Banner go pro templates  */

.gdpr-banner-default,
.gdpr-banner-navy_blue_center,
.gdpr-banner-grey_column,
.gdpr-banner-grey_column,
.gdpr-banner-dark_row,
.gdpr-banner-grey_center,
.gdpr-banner-dark,
.gdpr-banner-almond_column {
  position: relative;
}

.gdpr-banner-default .gdpr-go-pro-label {
  position: absolute;
  top: 102.2%;
  left: 6.6%;
  z-index: 1;
}

.gdpr-banner-navy_blue_center .gdpr-go-pro-label {
  position: absolute;
  top: -5.35%;
  left: 6.6%;
  z-index: 1;
}

.gdpr-banner-grey_column .gdpr-go-pro-label {
  position: absolute;
  top: -5.8%;
  left: 6.6%;
  z-index: 1;
}

.gdpr-banner-dark_row .gdpr-go-pro-label {
  position: absolute;
  top: -0.6em;
  left: 6.6%;
  z-index: 1;
}

.gdpr-banner-grey_center .gdpr-go-pro-label {
  position: absolute;
  top: -0.7em;
  left: 6.6%;
  z-index: 1;
}

.gdpr-banner-dark .gdpr-go-pro-label {
  position: absolute;
  top: -0.6em;
  left: 6.6%;
  z-index: 1;
}

.gdpr-banner-almond_column .gdpr-go-pro-label {
  display: none;
}

/* Popup go pro templates  */

.gdpr-popup-default,
.gdpr-popup-dark,
.gdpr-popup-almond_column,
.gdpr-popup-navy_blue_center,
.gdpr-popup-dark_row,
.gdpr-popup-grey_center,
.gdpr-popup-navy_blue_box,
.gdpr-popup-grey_column,
.gdpr-popup-navy_blue_square {
  position: relative;
}

.gdpr-popup-default .gdpr-go-pro-label {
  display: none;
}

.gdpr-popup-dark .gdpr-go-pro-label {
  position: absolute;
  top: -4.4%;
  left: 10%;
}

.gdpr-popup-almond_column .gdpr-go-pro-label {
  position: absolute;
  top: -4.35%;
  left: 10%;
}

.gdpr-popup-navy_blue_center .gdpr-go-pro-label {
  position: absolute;
  top: -4.45%;
  left: 10%;
}

.gdpr-popup-dark_row .gdpr-go-pro-label {
  position: absolute;
  top: -2.5%;
  left: 10%;
}

.gdpr-popup-grey_center .gdpr-go-pro-label {
  position: absolute;
  top: -4.34%;
  left: 10%;
}

.gdpr-popup-navy_blue_box .gdpr-go-pro-label {
  position: absolute;
  top: -4.34%;
  left: 10%;
}

.gdpr-popup-grey_column .gdpr-go-pro-label {
  position: absolute;
  top: -4.1%;
  left: 10%;
}

.gdpr-popup-navy_blue_square .gdpr-go-pro-label {
  position: absolute;
  top: -2.34%;
  left: 10%;
}

/*Widget Pop Up template*/

.gdpr-widget-default,
.gdpr-widget-dark,
.gdpr-widget-almond_column,
.gdpr-widget-navy_blue_center,
.gdpr-widget-dark_row,
.gdpr-widget-grey_center,
.gdpr-widget-navy_blue_box,
.gdpr-widget-grey_column,
.gdpr-widget-navy_blue_square {
  position: relative;
}

.gdpr-widget-default .gdpr-go-pro-label {
  display: none;
}

.gdpr-widget-dark .gdpr-go-pro-label {
  position: absolute;
  top: -4.4%;
  left: 10%;
}

.gdpr-widget-almond_column .gdpr-go-pro-label {
  position: absolute;
  top: -4.35%;
  left: 10%;
}

.gdpr-widget-navy_blue_center .gdpr-go-pro-label {
  position: absolute;
  top: -4.45%;
  left: 10%;
}

.gdpr-widget-dark_row .gdpr-go-pro-label {
  position: absolute;
  top: -2.5%;
  left: 10%;
}

.gdpr-widget-grey_center .gdpr-go-pro-label {
  position: absolute;
  top: -4.34%;
  left: 10%;
}

.gdpr-widget-navy_blue_box .gdpr-go-pro-label {
  position: absolute;
  top: -4.34%;
  left: 10%;
  z-index: 1;
}

.gdpr-widget-grey_column .gdpr-go-pro-label {
  position: absolute;
  top: -4.1%;
  left: 10%;
  z-index: 1;
}

.gdpr-widget-navy_blue_square .gdpr-go-pro-label {
  position: absolute;
  top: -2.34%;
  left: 10%;
}

/* Script Blocker Feature  */

.enable-script-blocker,
.enable-respect-do-not-track,
.enable-data-request {
  display: flex;
  margin-top: 4%;
}
.configure-tab-main-container {
  margin: 20px;
  padding: 40px 84px;
}

.enable-consent-log-switch,
.enable-respect-do-not-track-switch,
.enable-data-request-switch {
  margin-top: 5%;
}

.enable-script-blocker .gdpr-pro-label {
  margin-left: 0;
}

/*Close Wizard Button*/

.close-wizard {
  position: absolute;
  right: -32%;
  top: 1%;
  width: 32px;
  height: 23px;
  opacity: 0.7;
  cursor: pointer;
  border: 1px solid;
}
.close-wizard:hover {
  opacity: 1;
}
.close-wizard:before,
.close-wizard:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 20px;
  width: 2px;
}
.close-wizard:before {
  transform: rotate(45deg);
}
.close-wizard:after {
  transform: rotate(-45deg);
}

/*Finish Tab*/

.tab-row {
  display: flex;
  column-gap: 22px;
  margin-top: 45px;
}

.thank-you-text {
  color: var(--black-50);
  font-size: var(--text-base-font-size);
  font-style: normal;
  font-weight: var(--text-regular-font-weight);
  line-height: normal;
}

/* Clear floats after the columns */
.tab-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the counter cards */
.tab-card {
  width: 200px;
  height: 253px;
  padding: 16px;
  text-align: center;
  background: var(--white-100);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25),
    4px 0px 12px 0px rgba(0, 0, 0, 0.25);
}

/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

.finish-card-img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.card-heading {
  font-size: 15px;
  font-style: normal;
  font-weight: var(--text-medium-font-weight);
  line-height: normal;
  text-align: center;
}
.card-info {
  color: var(--black-50);
  text-align: center;
  font-size: var(--text-sm-font-size);
  font-style: normal;
  font-weight: var(--text-regular-font-weight);
  line-height: 1.2;
  text-align: center;
}
.learn-more-link {
  color: var(--blue-904);
  text-align: center;
  font-size: var(--text-sm-font-size);
  font-style: normal;
  font-weight: var(--text-regular-font-weight);
  line-height: normal;
  text-align: center;
}

.learn-more-link a {
  color: var(--blue-904);
}

.tab-card img {
  margin-top: 5px;
}

.tab-card .card-heading {
  margin-top: 10px;
}

.tab-card .card-info {
  margin-top: 10px;
}

.learn-more-link {
  margin-top: 25px;
}

.help-center-link {
  margin-top: 25px;
}
.video-guide-link {
  margin-top: 10px;
}

/* finish main tab container  */

.finish-tab-main-container {
  margin-top: 30px;
  margin-right: 43px;
  margin-left: 40px;
  margin-bottom: 80px;
}

/*media query for smaller window sizes*/

@media screen and (min-width: 1920px) and (min-height: 1080px) {
  .gdpr-templates-field-container-wizard
    .gdpr-template-field
    .gdpr-left-field-wizard {
    margin-right: 25px;
  }

  .tab-card {
    width: 270px;
    height: 253px;
    padding: 10px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1440px) {
  .gdpr-templates-field-container-wizard
    .gdpr-template-field
    .gdpr-left-field-wizard {
    margin-right: 0;
  }
  .getting-started-progress {
    margin-right: 0;
  }

  .tab-card {
    width: 185px;
    height: 253px;
    padding: 10px;
  }

  .gdpr-banner-default .gdpr-go-pro-label,
  .gdpr-banner-navy_blue_center .gdpr-go-pro-label,
  .gdpr-banner-grey_column .gdpr-go-pro-label,
  .gdpr-banner-dark_row .gdpr-go-pro-label,
  .gdpr-banner-grey_center .gdpr-go-pro-label,
  .gdpr-banner-dark .gdpr-go-pro-label {
    left: 2%;
  }

  .gdpr-popup-dark .gdpr-go-pro-label,
  .gdpr-popup-almond_column .gdpr-go-pro-label,
  .gdpr-popup-navy_blue_center .gdpr-go-pro-label,
  .gdpr-popup-dark_row .gdpr-go-pro-label,
  .gdpr-popup-grey_center .gdpr-go-pro-label,
  .gdpr-popup-navy_blue_box .gdpr-go-pro-label,
  .gdpr-popup-grey_column .gdpr-go-pro-label,
  .gdpr-popup-navy_blue_square .gdpr-go-pro-label,
  .gdpr-widget-dark .gdpr-go-pro-label,
  .gdpr-widget-almond_column .gdpr-go-pro-label,
  .gdpr-widget-navy_blue_center .gdpr-go-pro-label,
  .gdpr-widget-dark_row .gdpr-go-pro-label,
  .gdpr-widget-grey_center .gdpr-go-pro-label,
  .gdpr-widget-navy_blue_box .gdpr-go-pro-label,
  .gdpr-widget-grey_column .gdpr-go-pro-label,
  .gdpr-widget-navy_blue_square .gdpr-go-pro-label {
    top: -3%;
    left: 4%;
  }
}
.wizard_eu_safe_message {
  display: none;
  position: absolute;
  background-color: var(--black-50);
  color: var(--white-100);
  width: fit-content;
  padding: 4px 6px;
  left: 50px;
  top: 7px;
}
.wizard_eu_safe {
  position: relative;
  display: flex;
  flex-direction: column;
}
.wizard_eu_safe:hover .wizard_eu_safe_message {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.display_block {
  opacity: 0.9;
  flex-direction: column;
}
.display_block:hover {
  cursor: not-allowed;
}
.opacity_yes {
  opacity: 0.7;
}

#closeButton {
  display: none;
}
.step-content {
  display: flex;
  justify-content: center;
}
input[type="radio"] {
  height: 20px;
  width: 20px;
}
input[type="radio"]:checked::before {
  height: 10px;
  width: 10px;
  background-color: rgba(0, 89, 179, 1);
  position: relative;
  top: 1px;
  left: 1px;
}
input[type="radio"]:checked {
  border: 1px solid rgba(0, 89, 179, 1);
}
.gdpr-help-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: left;
  text-align: left;
  margin-top: 15px;
}
.gdpr-help-caption {
  margin-top: 18px;
  font-size: var(--text-lg-font-size);
  font-weight: var(--text-medium-font-weight);
}
.gdpr-other-plugin-image {
  width: 48px;
  height: 48px;
}
.gdpr-help-description {
  margin-top: 12px;
  max-width: 250px;
  color: var(--gray-500);
  height: 55px;
}
.gdpr-help-button {
  margin-top: 10px;
}
.gdpr-other-plugin-arrow {
  height: 16px;
  width: 16px;
}
.geo-targeting-wizard-section{
  margin-top: 16px;
}
