.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  
  .row>* {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  
  .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  
  .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  
  .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  
  .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  
  .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  
  .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  
  .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  
  .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  
  .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  
  .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  
  .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  
  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  
  @media only screen and (min-width: 768px) {
    .col-md-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 8.33333333%;
    }
  
    .col-md-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 16.66666667%;
    }
  
    .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 25%;
    }
  
    .col-md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 33.33333333%;
    }
  
    .col-md-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 41.66666667%;
    }
  
    .col-md-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 50%;
    }
  
    .col-md-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 58.33333333%;
    }
  
    .col-md-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 66.66666667%;
    }
  
    .col-md-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 75%;
    }
  
    .col-md-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 83.33333333%;
    }
  
    .col-md-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 91.66666667%;
    }
  
    .col-md-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%;
    }
  }
  
  @media only screen and (min-width: 992px) {
    .col-lg-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 8.33333333%;
    }
  
    .col-lg-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 16.66666667%;
    }
  
    .col-lg-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 25%;
    }
  
    .col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 33.33333333%;
    }
  
    .col-lg-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 41.66666667%;
    }
  
    .col-lg-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 50%;
    }
  
    .col-lg-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 58.33333333%;
    }
  
    .col-lg-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 66.66666667%;
    }
  
    .col-lg-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 75%;
    }
  
    .col-lg-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 83.33333333%;
    }
  
    .col-lg-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 91.66666667%;
    }
  
    .col-lg-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%;
    }
  }
  
  .container {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  
  .f1 {
    font-size: 2.5rem !important;
  }
  
  .f2 {
    font-size: 2rem !important;
  }
  
  .f3 {
    font-size: 1.75rem !important;
  }
  
  .f4 {
    font-size: 1.5rem !important;
  }
  
  .f5 {
    font-size: 1.25rem !important;
  }
  
  .f6 {
    font-size: 1rem !important;
  }
  
  .fw-bold {
    font-weight: 600 !important;
  }
  
  .fw-semibold {
    font-weight: 500 !important;
  }
  
  .fw-medium {
    font-weight: 400 !important;
  }
  
  .fw-regular {
    font-weight: 300 !important;
  }
  
  .w-100 {
    width: 100% !important;
  }
  
  .h-100 {
    height: 100% !important;
  }
  
  .d-none {
    display: none !important;
  }
  
  .d-block {
    display: block !important;
  }
  
  .d-inline-block {
    display: inline-block !important;
  }
  
  .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .d-grid {
    display: grid !important;
  }
  
  .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  
  .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  
  .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  
  .justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  
  .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  
  .m-0 {
    margin: 0 !important;
  }
  
  .mt-0 {
    margin-top: 0 !important;
  }
  
  .mr-0 {
    margin-right: 0 !important;
  }
  
  .mb-0 {
    margin-bottom: 0 !important;
  }
  
  .ml-0 {
    margin-left: 0 !important;
  }
  
  .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  .mr-1 {
    margin-right: 4px !important;
  }
  
  .mr-2 {
    margin-right: 8px !important;
  }
  
  .mr-3 {
    margin-right: 16px !important;
  }
  
  .mr-4 {
    margin-right: 24px !important;
  }
  
  .mr-5 {
    margin-right: 32px !important;
  }
  
  .mr-6 {
    margin-right: 40px !important;
  }
  
  .mt-1 {
    margin-top: 4px !important;
  }
  
  .mt-2 {
    margin-top: 8px !important;
  }
  
  .mt-3 {
    margin-top: 16px !important;
  }
  
  .mt-4 {
    margin-top: 24px !important;
  }
  
  .mt-5 {
    margin-top: 32px !important;
  }
  
  .mt-6 {
    margin-top: 40px !important;
  }
  
  .mb-1 {
    margin-bottom: 4px !important;
  }
  
  .mb-2 {
    margin-bottom: 8px !important;
  }
  
  .mb-3 {
    margin-bottom: 16px !important;
  }
  
  .mb-4 {
    margin-bottom: 24px !important;
  }
  
  .mb-5 {
    margin-bottom: 32px !important;
  }
  
  .mb-6 {
    margin-bottom: 40px !important;
  }
  
  .ml-1 {
    margin-left: 4px !important;
  }
  
  .ml-2 {
    margin-left: 8px !important;
  }
  
  .ml-3 {
    margin-left: 16px !important;
  }
  
  .ml-4 {
    margin-left: 24px !important;
  }
  
  .ml-5 {
    margin-left: 32px !important;
  }
  
  .ml-6 {
    margin-left: 40px !important;
  }
  
  .p-0 {
    padding: 0 !important;
  }
  
  .pt-0 {
    padding-top: 0 !important;
  }
  
  .pr-0 {
    padding-right: 0 !important;
  }
  
  .pb-0 {
    padding-bottom: 0 !important;
  }
  
  .pl-0 {
    padding-left: 0 !important;
  }
  
  .text-left {
    text-align: left !important;
  }
  
  .text-center {
    text-align: center !important;
  }
  
  .text-right {
    text-align: right !important;
  }
  
  .text-gray-400 {
    color: #454545 !important;
  }
  
  .text-danger {
    color: #F0001C !important;
  }
  
  .text-reset {
    color: inherit !important;
  }
  
  .text-decoration-unset {
    text-decoration: unset !important;
  }
  
  .text-decoration-underline {
    text-decoration: underline !important;
  }
  
  .user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }
  
  .cursor-pointer {
    cursor: pointer !important;
  }
  
  .lh-condensed-ultra {
    line-height: 1 !important;
  }
  
  .lh-condensed {
    line-height: 1.25 !important;
  }
  
  .lh-base {
    line-height: 1.5 !important;
  }
  
  .lh-large {
    line-height: 1.75 !important;
  }
  
  .lh-extra-large {
    line-height: 2 !important;
  }
  
  .resize-vertical {
    resize: vertical !important;
  }
  
  @media only screen and (min-width: 576px) {
    .align-items-sm-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
    }
  
    .mb-sm-0 {
      margin-bottom: 0 !important;
    }
  }
  
  @media only screen and (min-width: 768px) {
    .d-md-block {
      display: block !important;
    }
  }
  
  @media only screen and (min-width: 992px) {
    .flex-lg-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
  }
  
  .btn {
    display: inline-block;
    border-radius: 4px;
    font-family: inherit;
    font-weight: 400;
    cursor: pointer;
    border-width: 1px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  
  .btn.btn-md {
    padding: 0 16px;
    font-size: 1rem;
    height: 40px;
    font-weight: 500;
  }
  
  .btn.btn-primary {
    background: #E80E19;
    color: #ffffff;
    border: 1px solid #E80E19;
  }
  
  .btn.btn-primary:hover {
    background: #e40e19;
    border-color: #e40e19;
  }
  
  .btn.btn-primary:active,
  .btn.btn-primary:focus,
  .btn.btn-primary:focus-within {
    background: #e40e19;
    border-color: #e40e19;
  }
  
  .btn.btn-outline-light {
    background: #ffffff;
    border: 1px solid #dddddd;
  }
  
  .btn.btn-outline-light:hover {
    background: #dddddd;
    border-color: #dddddd;
  }
  
  .btn.btn-outline-light:active,
  .btn.btn-outline-light:focus,
  .btn.btn-outline-light:focus-within {
    background: #d9d7d7;
    border-color: #d9d7d7;
  }
  
  input::-webkit-input-placeholder {
    color: #d5d5d5;
  }
  
  input::-moz-placeholder {
    color: #d5d5d5;
  }
  
  input:-ms-input-placeholder {
    color: #d5d5d5;
  }
  
  input::-ms-input-placeholder {
    color: #d5d5d5;
  }
  
  input::placeholder {
    color: #d5d5d5;
  }
  
  .form-control,
  .input-group select {
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 0px 12px;
    line-height: 1.25;
    font-family: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  
  .form-control:focus,
  .form-control:focus-within,
  .input-group select:focus,
  .input-group select:focus-within {
    outline: unset;
    -webkit-box-shadow: 0 0 1.5px -0.25px #0090E0;
    box-shadow: 0 0 1.5px -0.25px #0090E0;
    border: 1px solid #0090E0;
  }
  
  .form-control.is-invalid:not(select.form-control),
  .input-group select.is-invalid:not(select.form-control) {
    border-color: #FF1E1E;
    padding-right: calc(1.5em + 0.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF1E1E'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF1E1E' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  
  .was-validated .form-control:invalid {
    border-color: red;
  }
  
  .form-feedback-error {
    margin-top: 4px;
    font-size: 14px;
    color: #FF1E1E;
    display: none;
  }
  
  textarea.form-control {
    height: auto;
    padding: 12px;
  }
  
  .input-group select {
    --form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-image: var(--form-bg-img), var(--form-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
  }
  
  .input-group select.is-invalid {
    --form-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF1E1E'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF1E1E' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    border-color: #FF1E1E !important;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  
  h1 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 700;
  }
  
  h2 {
    font-size: calc(1.325rem + 0.9vw);
    font-weight: 700;
  }
  
  h3 {
    font-size: calc(1.3rem + 0.6vw);
    font-weight: 600;
  }
  
  h4 {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 500;
  }
  
  h5 {
    font-size: 1.25rem;
    font-weight: 400;
  }
  
  h6 {
    font-size: 1rem;
    font-weight: 300;
  }
  
  p {
    font-size: 1rem;
    font-weight: 300;
  }
  
  body {
    margin: 0;
    padding: 0;
    color: #0F0505;
    font-size: 1rem;
    font-weight: 300;
  }
  
  a {
    color: #006DEB;
  }
  
  #country_state,
  #ukcountry_region {
    margin-top: 12px;
  }
  
  .thanks-page-header-logo {
    max-width: 180px;
    width: 100%;
    max-height: 64px;
    height: 100%;
  }
  
  .uninstall-form-wrapper .uninstall-header {
    padding: 40px 0 20px;
    position: relative;
  }
  
  .uninstall-form-wrapper .uninstall-header::before {
    position: absolute;
    content: "";
    background-color: #f4f4f4;
    height: 200px;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
  }
  
  .uninstall-form-wrapper form {
    max-width: 480px;
    margin: auto auto 40px;
    padding: 24px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
  }
  
  .uninstall-form-wrapper form #suggestFeature p {
    margin: 24px 0 20px 0;
  }
  
  .uninstall-form-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .uninstall-form-wrapper *::before,
  .uninstall-form-wrapper *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .uninstall-form-wrapper h1,
  .uninstall-form-wrapper h2,
  .uninstall-form-wrapper h3,
  .uninstall-form-wrapper h4,
  .uninstall-form-wrapper h5,
  .uninstall-form-wrapper h6,
  .uninstall-form-wrapper p,
  .uninstall-form-wrapper ul,
  .uninstall-form-wrapper li,
  .uninstall-form-wrapper ol {
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.25;
    font-family: inherit;
  }
  
  .uninstall-form-wrapper textarea,
  .uninstall-form-wrapper button {
    font-family: inherit;
  }
  
  .uninstall-form-wrapper .uninstall-form-header-logo {
    max-width: 180px;
    width: 100%;
    max-height: 64px;
    height: 100%;
  }
  
  .uninstall-form-wrapper .uninstall-content-seciton {
    padding: 40px;
    background-color: #EBF1F5;
  }
  
  .uninstall-form-wrapper .uninstall-content-seciton p {
    font-size: 1.125rem;
  }
  
  .uninstall-form-wrapper .uninstall-form-seciton .input-group {
    margin-bottom: 24px;
  }
  
  .uninstall-form-wrapper .uninstall-form-seciton .input-group>label {
    font-size: 18px;
  }
  
  .uninstall-form-wrapper .uninstall-form-seciton .input-group textarea {
    padding: 12px;
  }
  
  .uninstall-form-wrapper .uninstall-form-seciton .input-radio-group .input-radio-item {
    display: grid;
    grid-template-columns: 2.25rem auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  
  .uninstall-form-wrapper .uninstall-form-seciton .input-radio-group .input-radio-item input[type=radio] {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .uninstall-form-wrapper .uninstall-form-seciton .input-radio-group .input-radio-item input[type=radio]::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 120ms -webkit-transform ease-out;
    transition: 120ms -webkit-transform ease-out;
    transition: 120ms transform ease-out;
    transition: 120ms transform ease-out, 120ms -webkit-transform ease-out;
    -webkit-box-shadow: inset 15px 15px #0090E0;
    box-shadow: inset 15px 15px #0090E0;
  }
  
  .uninstall-form-wrapper .uninstall-form-seciton .input-radio-group .input-radio-item input[type=radio]:checked {
    border-color: #0090E0;
  }
  
  .uninstall-form-wrapper .uninstall-form-seciton .input-radio-group .input-radio-item input[type=radio]:checked::before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .uninstall-form-wrapper .uninstall-form-seciton .input-radio-group .input-radio-item input[type=checkbox] {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffffff;
  }
  
  .uninstall-form-wrapper .uninstall-form-seciton .input-radio-group .input-radio-item input[type=checkbox]::before {
    content: "";
    top: -1px;
    position: relative;
    width: 0.375rem;
    height: 0.75rem;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    -webkit-transition: 120ms -webkit-transform ease-out;
    transition: 120ms -webkit-transform ease-out;
    transition: 120ms transform ease-out;
    transition: 120ms transform ease-out, 120ms -webkit-transform ease-out;
  }
  
  .uninstall-form-wrapper .uninstall-form-seciton .input-radio-group .input-radio-item input[type=checkbox]:checked {
    background: #0090E0;
    border-color: #0090E0;
    color: #ffffff;
  }
  
  .uninstall-form-wrapper .uninstall-form-seciton .input-radio-group .input-radio-item input[type=checkbox]:checked::before {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  
  .uninstall-form-wrapper .uninstall-form-seciton .input-radio-group .input-radio-item label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .coyright-footer {
    text-align: center;
    font-size: 14px;
    padding: 20px;
  }
  
  .coyright-footer a {
    font-size: inherit;
    font-family: inherit;
  }
  
  .privacy-content {
    font-size: 13px;
    line-height: 1.5;
  }
  
  .privacy-content a {
    font-size: inherit;
    font-family: inherit;
  }
  
  #user-detail {
    display: none;
  }
  
  #meGDPRMessage {
    margin-bottom: 12px;
    font-size: 13px;
    width: 100% !important;
    color: inherit !important;
  }
  
  #meGDPRMessage label {
    line-height: 1.5;
  }
  
  .checkmarkgdpr {
    margin: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 8px !important;
    background: #ffffff !important;
  }
  
  .checkmarkgdpr::before {
    content: "";
    top: -1px !important;
    left: 0 !important;
    position: relative !important;
    width: 6px !important;
    height: 11px !important;
    border-style: solid !important;
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg) scale(0) !important;
    transform: rotate(45deg) scale(0) !important;
    -webkit-transition: 120ms -webkit-transform ease-out !important;
    transition: 120ms -webkit-transform ease-out !important;
    transition: 120ms transform ease-out !important;
    transition: 120ms transform ease-out, 120ms -webkit-transform ease-out !important;
  }
  
  .checkmarkgdpr.enableCheckgdpr::before {
    -webkit-transform: rotate(45deg) scale(1) !important;
    transform: rotate(45deg) scale(1) !important;
  }
  
  .thanks-page-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .thanks-page-body {
    padding: 60px 0;
  }
  
  .goto-block {
    margin-top: 12vh;
  }
  
  .other-products-section * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  @media only screen and (min-width: 1200px) {
    h1 {
      font-size: 2.5rem;
    }
  
    h2 {
      font-size: 2rem;
    }
  
    h3 {
      font-size: 1.75rem;
    }
  
    h4 {
      font-size: 1.5rem;
    }
  }
  
  @media only screen and (max-height: 991.98px) {
    .uninstall-form-wrapper .uninstall-form-seciton .input-group {
      margin-bottom: 20px;
    }
  }
  
  @media only screen and (max-width: 767.98px) {
    .uninstall-form-wrapper .uninstall-form-seciton .input-group {
      margin-bottom: 20px;
    }
  }
  
  @media only screen and (max-width: 575.98px) {
    .input-radio-group {
      grid-template-columns: auto;
    }
  
    .uninstall-form-wrapper .uninstall-content-seciton {
      padding: 20px;
    }
  
    .uninstall-form-wrapper .uninstall-form-seciton .input-group {
      margin-bottom: 20px;
    }
  }