* {
  box-sizing: border-box; }

body {
  margin: auto;
  padding: 0;
  overflow: visible; }

.container {
  width: 1440px;
  height: auto; }

.bg--sidebar {
  border-radius: 8px 0 0 8px; }

h1,
h2,
h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #282828;
  line-height: 30px;
  padding: 0;
  margin: 0; }

p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #555; }

#background {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  margin: auto;
  padding: 50px;
  width: 100%; }

.primary {
  border-radius: 4px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 14px;
  gap: 10px;
  max-width: 50%;
  height: 42px;
  margin: 0;
  background-color: #6638F0;
  color: white; }

.secondary {
  border-radius: 4px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 14px;
  gap: 10px;
  max-width: 50%;
  height: 42px;
  margin: 0;
  background-color: #FFFFFF;
  color: #6638F0; }

#sm--modal {
  width: 604px;
  height: 211px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 100px 0;
  padding: 20px;
  border: 1px solid #EEECF1;
  background: linear-gradient(to bottom, #FFFFFF, #EEECF1);
  position: relative;
  border-radius: 8px; }

#sm--modal > .graphic {
  position: absolute;
  top: 0;
  right: -10%;
  z-index: 0;
  pointer-events: none; }

.mdtext_container {
  width: 70%;
  height: 50%; }

.sm--modal_btn {
  width: 50%;
  margin-top: auto;
  z-index: 1; }

#bg--modal {
  background: #FFFFFF;
  width: 752px;
  height: 543px;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #EEECF1;
  display: flex;
  gap: 0;
  border-radius: 8px; }

.bg--sidebar {
  background-image: linear-gradient(to bottom, #6638F0, #5CC9F5);
  width: 50%;
  height: 100%;
  padding: 10px; }

.xbtn {
  float: right; }

.bg--content {
  background: #FFFFFF;
  max-width: 50%;
  padding: 20px; }

.content--primary_secondary {
  width: 100%;
  height: 20%;
  padding-left: 20px; }

.bg--text {
  padding: 15px; }

@media (max-width: 768px) {
  #sm--modal {
    width: 100%;
    height: 40vh; }

  .mdtext_container {
    width: 70%;
    height: 25vh;
    padding: 4px 2px 40px 5px; }

  #sm--modal .graphic img {
    width: 40vw; }

  .sm--modal_btn {
    width: 100%; }

  #bg--modal {
    display: none; } }
