.dynamic-small-lablel {
    font-size: 13px !important;
    color:  rgba(0, 0, 0, 0.87);
    padding-bottom: 3px;
}

.MuiFormControlLabel-asterisk,
.dynamic-required-label {
    color: #d32f2f !important;
    padding-left: 3px;
}


.user-attention-description-icon .MuiAlert-icon {
    color: #0072CF !important;
    align-content: center !important;
    flex-wrap: wrap;
}

.user-attention-description-icon {
    border-radius: 4px;
    border: 1px solid #0072CF;
    margin-bottom: 16px;
    background: rgba(0, 114, 207, 0.05);
}

.user-attention-description {
    color: rgba(0, 0, 0, 0.87);
    font-family: Arial !important;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.terms-title {
    color: #00599A;
    font-family: Arial;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 5px;
    border-bottom: 2px solid #00599A;
}

.terms-link {
    text-decoration-line: underline;
    color: #005CB2;
}


.css-1pzfmz2-MuiInputBase-input-MuiOutlinedInput-input,
.form-font {
    font-size: 14px !important;
}

.terms-line {
    margin-top: -15px;
}

/* Dialog styles */
.MuiDialog-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.MuiDialog-paper {
    margin: auto !important;
    position: relative !important;
}
.MuiTypography-root.MuiDialogTitle-root.confirmation-dialog-title {
    margin: 0;
    border: 1px solid #525A6D;
    background: #525A6D;
    color: white;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700 ;
    line-height: normal;
    padding: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
}

.MuiIconButton-root.MuiButtonBase-root.confirmation-dialog-close-button {
    color: white;
    padding: 0;
}


.confirmation-dialog-close-button svg {
    border: 1px solid #FFF;
    background: #F00;
    height: 18px;
    width: 18px;
}

.MuiDialogContent-root.confirmation-dialog-content {
    padding: 0px !important;
}

.MuiTypography-root.MuiDialogContentText-root.confirmation-dialog-content {
    display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    align-self: stretch;
    color: var(--DT-Black, #000);
    font-family: Arial;
    font-size: 14px;
    font-style: normal ;
    font-weight: 400 ;
    text-align: justify;
}

.dialog-separator {
    height: 1px;
    background-color: #E0E0E0;
    width: 100%;
    margin: 0;
}#root {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
  background-color: white;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}
