.bt-sw-cctamodal-container {
  padding: 20px;
  position: fixed;
  z-index: 9999999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  display: flex;
  background-color: rgba(0, 0, 0, 0.9);
  color: black;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  justify-content: center;
  align-items: center;
}

.bt-sw-cctamodal-modal {
  display: flex;
  max-width: 642px;
  padding: 32px;
  padding-right: 48px;
  box-sizing: border-box;
  align-content: flex-start;
  flex-direction: column;
  border-radius: 6px;
  background: var(--white, #fff);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}

.bt-sw-cctamodal-header {
  margin-bottom: 16px;
  display: flex;
}

.bt-sw-cctamodal-logo_wrapper {
  display: flex;
  width: 163px;
  height: 56px;
}

.bt-sw-cctamodal-logo {
  object-fit: contain;
}

.bt-sw-cctamodal-content {
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}

.bt-sw-cctamodal-title {
  color: #000;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bt-sw-cctamodal-body {
  margin-top: 16px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bt-sw-cctamodal-footer {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 16px;
}

.bt-sw-cctamodal-custom-cta-button-group {
  display: flex;
  padding-top: 55px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.bt-sw-cctamodal-primary-cta-button {
  padding: 10px 22px;
  box-sizing: border-box;
  display: flex;
  min-height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #bedcfa;
  background: #f0f7fe;
  color: #0055b7;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0bt-sw-cctamodal-1px;
  text-decoration: none;
}

.bt-sw-cctamodal-secondary-cta-button {
  margin-top: 8px;
  color: #0055b7;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.bt-sw-cctamodal-secondary-cta-button:hover {
  font-weight: 700;
  color: #0055b7;
}

.bt-sw-cctamodal-primary-cta-button:hover {
  border-radius: 8px;
  border: 1px solid #bedcfa;
  background: #f0f7fe;
  color: #0055b7;

  /* dropshadow */
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}

.bt-sw-cctamodal-divider {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
}

.bt-sw-cctamodal-vertical-line {
  border-left: 1px solid #dfe1e5;
  height: 50px;
  margin-bottom: 8px;
  margin-top: 8px;
}

.bt-sw-cctamodal-divider-text {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bt-sw-cctamodal-default-cta-button-group {
  padding-top: 55px;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}

.bt-sw-cctamodal-allow-button {
  display: flex;
  width: 214px;
  padding: 10px 24px;
  min-height: 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  background: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: white;
  border: 0;
  cursor: pointer;
}

.bt-sw-cctamodal-allow-button:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}

.bt-sw-cctamodal-continue-button {
  margin-top: 62px;
  color: #0055b7;
  text-align: right;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  min-width: 181px;
  cursor: pointer;
}

.bt-sw-cctamodal-continue-button:hover {
  color: #0055b7;
  font-weight: 700;
}

/* CSS Reset */
/* The styles below are here to nulify Publisher's styles that are affecting our wall */


.bt-sw-cctamodal-footer {
  padding: 0 !important;
  background: none;
}

.bt-sw-cctamodal-vertical-line {
  display: initial !important;
}

.bt-sw-cctamodal-header {
  position: initial !important;
  background: none !important;
  width: 100%;
}