@import url(//fonts.googleapis.com/css?family=Oswald:400,300|Raleway:200,400|Noto+Sans|Roboto:200,400,500|Open+Sans:400,500|Montserrat:300,400,600);

@font-face {
  font-family: "AlluraRegular";
  src: url("fonts/Allura-Regular.ttf");
}

@font-face {
  font-family: "AnkeCallig";
  src: url("fonts/ankecallig-fg.ttf");
}

@font-face {
  font-family: "BlackJack";
  src: url("fonts/black_jack.ttf");
}

@font-face {
  font-family: "DancingScript";
  src: url("fonts/Dancing Script.ttf");
}

@font-face {
  font-family: "GradeCursive";
  src: url("fonts/gradecursive.ttf");
}

@font-face {
  font-family: "HoneyScriptLight";
  src: url("fonts/HoneyScript-Light.ttf");
}

@font-face {
  font-family: "GreatVibes";
  src: url("fonts/GreatVibes.ttf");
}

@font-face {
  font-family: "IndieFlower";
  src: url("fonts/IndieFlower.ttf");
}

html,
body {
  color: #4a4a4a;
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.setH {
  max-height: 30px;
}

.background-gradient {
  background: linear-gradient(to right top, #a4d1e3, #3c5290);
}

.pointer {
  cursor: pointer;
}

.glasspanel {
  background-color: #fff;
  border-radius: 0.5rem;
  min-height: 80vh;
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-underline {
  text-decoration: underline;
}

.docmsg {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 81%;
  display: inline-block;
}

.popup_bg {
  background-color: #f8f8f8;
}

.render {
  display: inline-block;
  line-height: 0;
}

.popup_co {
  color: #4a4a4a;
}

.primary_co {
  color: #3c5290 !important;
}

a.primary_co:hover {
  color: #445da2 !important;
}

.primary_bg {
  background-color: #3c5290 !important;
  border-color: #3c5290 !important;
}

.edibtn.primary_bg:hover,
a.primary_bg:hover {
  background-color: #445da2 !important;
  border-color: #3c5290 !important;
}

.primary_br {
  border-color: #3c5290 !important;
  color: #3c5290 !important;
}

a.primary_br:hover,
.edibtn.primary_br:hover,
.bttn.outline:hover {
  border-color: #445da2 !important;
  background-color: #edf0f7 !important;
  color: #445da2 !important;
}

.primary_font {
  color: #ffffff;
}

.secondary_bg {
  background-color: #3c5290 !important;
}

.secondary_bg:hover,
a.secondary_bg:hover {
  background-color: #445da2 !important;
}

.secondary_font {
  color: #ffffff !important;
}

.ErrorMsg {
  color: #ffffff;
  font-size: 24px;
}

.errorcell {
  height: 50%;
  width: 100%;
  float: left;
  border-collapse: collapse;
}

.errorgraphic {
  height: 50%;
  width: 100%;
  float: left;
  border-collapse: collapse;
}

.errorimg {
  width: 30vh;
}

.AlluraRegular {
  font-family: AlluraRegular;
  font-size: 35px;
  line-height: 25px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.AnkeCallig {
  font-family: AnkeCallig;
  font-size: 30px;
  line-height: 25px;
  position: absolute;
  top: 7px;
  left: 10px;
}

.BlackJack {
  font-family: BlackJack;
  font-size: 25px;
  line-height: 25px;
  position: absolute;
  top: 8px;
  left: 10px;
}

.DancingScript {
  font-family: DancingScript;
  font-size: 33px;
  line-height: 25px;
  position: absolute;
  top: 6px;
  left: 10px;
}

.GradeCursive {
  font-family: GradeCursive;
  font-size: 13px;
  line-height: 25px;
  position: absolute;
  top: 7px;
  left: 10px;
}

.AlluraRegularRight {
  font-family: AlluraRegular;
  font-size: 35px;
  line-height: 25px;
  position: absolute;
  top: 10px;
  right: 30px;
}

.AnkeCalligRight {
  font-family: AnkeCallig;
  font-size: 30px;
  line-height: 25px;
  position: absolute;
  top: 7px;
  right: 30px;
}

.BlackJackRight {
  font-family: BlackJack;
  font-size: 25px;
  line-height: 25px;
  position: absolute;
  top: 8px;
  right: 30px;
}

.DancingScriptRight {
  font-family: DancingScript;
  font-size: 33px;
  line-height: 25px;
  position: absolute;
  top: 6px;
  right: 30px;
}

.GradeCursiveRight {
  font-family: GradeCursive;
  font-size: 13px;
  line-height: 25px;
  position: absolute;
  top: 7px;
  right: 30px;
}

.Signature {
  position: absolute;
  top: 1px;
  left: 10px;
}

.Initial {
  position: absolute;
  top: 1px;
  right: 30px;
}

ul.list_fonts {
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #dadada;
  width: 100%;
  background-color: #fff;
  top: 38px;
  margin: 0px;
  display: none;
  list-style-type: none;
  position: absolute;
  padding-left: 0px;
  overflow: hidden;
}

ul.list_fonts li {
  list-style: none;
  position: relative;
  height: 36px;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #dadada;
  padding-left: 0px;
  white-space: nowrap;
}

#display_fonts {
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #dadada;
  padding: 11px 10px;
  font-size: 15px;
  cursor: pointer;
  list-style: none;
  position: relative;
  height: 40px;
  margin: 0px;
  overflow: hidden;
}

#display_fonts:after {
  content: "\e5c5";
  font-family: "Material Icons";
  font-size: 26px;
  position: absolute;
  right: 3px;
  top: 4px;
  pointer-events: none;
}

.EULA {
  height: calc(100% - 213px);
  max-height: 80vh;
  overflow-y: scroll;
  margin-bottom: 10px;
}

.EULAText {
  color: #969696 !important;
  font-size: 12px;
}

#content {
  height: 100%;
  width: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
}

.hidden {
  display: none !important;
}

.contentDoc {
  justify-content: center;
  background-color: #efefef;
}

#pagewrap {
  width: 100%;
}

#scale {
  margin-top: 50vh;
  position: relative;
  height: 0;
}

#InvalidACMsg {
  color: #f53f3f;
  display: none;
}

h2 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

p {
  margin: 0;
  max-width: 900px;
  margin: auto;
}

a {
  text-decoration: none;
  cursor: var(--custom_pointer_cursor);
}

.fullpage {
  width: 100%;
}

.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.edibtn {
  height: 44px;
  width: 100%;
  max-width: 350px;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  color: #fff;
  cursor: var(--custom_pointer_cursor) !important;
  font-size: 16px;
  line-height: 44px;
  -webkit-appearance: button;
}

span.complete:before {
  content: "\e86c";
  font-family: "Material Icons";
  position: relative;
  top: 14px;
  color: #8f8f8f;
  font-size: 24px;
  line-height: 100%;
  margin-left: 8px;
}

/* bn ***********************/

a.disabled {
  opacity: 0.25;
  pointer-events: none;
}

.fal.fa-file {
  display: inline-block;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 15px;
  top: calc(50% - 13px);
  color: #8f8f8f;
}

.fal.fa-file-signature {
  display: inline-block;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f;
  position: absolute;
  left: 15px;
  top: calc(50% - 13px);
}

.fal.fa-file-arrow-up {
  display: inline-block;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 15px;
  top: calc(50% - 13px);
  color: #8f8f8f;
}

a.icon .icon-sign:before {
  content: "\f016";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 15px;
  top: calc(50% - 14px);
  color: #8f8f8f;
}

a.icon .icon-sign:after {
  content: "\f040";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 20px;
  top: calc(50% - 5px);
  color: #8f8f8f;
}

a.icon .icon-view:before {
  content: "\f016";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 15px;
  top: calc(50% - 14px);
  color: #8f8f8f;
}

a.icon .icon-upload:before {
  content: "\f062";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 15px;
  top: calc(50% - 11px);
  color: #8f8f8f;
}

a.icon .icon-complete:before {
  font-family: "Material Icons";
  content: "\e86c";
  position: absolute;
  left: 13px;
  top: calc(50% - 13px);
  color: inherit;
  font-size: 24px;
  line-height: 100%;
}

a.icon .icon-download:before {
  font-family: "Material Icons";
  content: "\e2c4";
  position: absolute;
  right: 16px;
  top: calc(50% - 12px);
  color: inherit;
  font-size: 24px;
  line-height: 100%;
}

a .icon-up-complete:before {
  font-family: "Material Icons";
  content: "\e86c";
  position: relative;
  top: 7px;
  color: inherit;
  font-size: 24px;
  line-height: 100%;
  margin-left: 10px;
}

a.bn {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  background-color: grey;
  border-radius: 3px;
  height: 44px;
  line-height: 44px;
  transition: all 0.2s;
}

a.primary_bg,
a.primary_br,
a.primary_co {
  transition: all 0.2s;
}

a.bn.bn-wide {
  display: block;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

a.bn.bn-outline {
  border: 1px solid grey;
  background-color: transparent;
  box-sizing: border-box;
}

a.bn.bn-thin {
  height: 34px;
  line-height: 34px;
}

a.bn.bn-left {
  width: calc(50% - 8px);
}

a.bn.bn-right {
  width: calc(50% - 8px);
  float: right;
}

.list a {
  position: relative;
  display: block;
  text-align: left;
  color: #4a4a4a;
  padding: 0px 50px 0px 15px;
  font-size: 14px;
  height: 54px;
  line-height: 54px;
  box-sizing: border-box;
  transition: all 0.2s;
  border-top: 1px solid #e0e0e0;
}

.list a.first {
  border-top: none;
}

.list a.icon {
  padding-left: 50px;
}

.list a:hover {
  background-color: #dedede;
}

.list a:before {
  position: absolute;
  content: "";
  background-color: #e0e0e0;
  top: -1px;
  /* width: calc(100% - 15px); */
  height: 1px;
}

.list a:after {
  position: absolute;
  font-family: "Material Icons";
  content: "\e5cc";
  right: 15px;
  top: 1px;
  color: #c3c3c3;
  font-size: 26px;
}

.list a.no-arrow {
  padding-right: 15px;
  padding-left: 50px;
}

a.no-arrow .icon-upload:before {
  content: "\f062";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 15px;
  top: calc(50% - 11px);
  color: #8f8f8f;
}

a.no-arrow .icon-complete:before {
  font-family: "Material Icons";
  content: "\e86c";
  display: inline-block;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 4px;
  top: calc(50% - 13px);
  color: #8f8f8f;
}

a.no-arrow .icon-up-complete:before {
  font-family: "Material Icons";
  content: "\e86c";
  display: inline-block;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 4px;
  top: calc(50% - 13px);
  color: #8f8f8f;
}

.list a.no-arrow:after {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
select,
textarea {
  /* width: 100%; */
  /* max-width: 350px; */
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding: 10px 10px;
  box-sizing: border-box;
  font-size: 18px;
}

input.invalid {
  border-color: #f53f3f;
}

/* form-input *********************/

.form-input {
  position: relative;
  margin: 10px auto;
  max-width: 372px;
}

.form-input label {
  display: block;
  font-size: 12px;
  color: #9b9b9b;
  text-align: left;
  margin: 2px 13px;
}

.form-input input,
.form-input select {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-size: 15px;
  text-align: left;
  padding: 12px;
  box-sizing: border-box;
}

.form-input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-input .select {
  position: relative;
}

.form-input .select:after {
  content: "\e5c5";
  font-family: "Material Icons";
  font-size: 22px;
  position: absolute;
  right: 7px;
  top: 11px;
  pointer-events: none;
}

.form-input .select > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-input a.bn.bn-wide {
  width: 100%;
  max-width: none;
}

.input-validate {
  position: absolute;
  right: 23px;
  bottom: 7px;
  pointer-events: none;
}

.input-validate.valid:before {
  font-family: "Material Icons";
  content: "\e5ca";
  font-size: 24px;
}

.input-validate.invalid:before {
  font-family: "Material Icons";
  content: "\e002";
  font-size: 24px;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #707070;
  cursor: pointer;
}

input[type="radio"] + label:before {
  font-family: "Material Icons";
  content: "\E836";
  display: inline-block;
  font-size: 24px;
  position: absolute;
  left: 0px;
  top: -6px;
  color: #9b9b9b;
  opacity: 1;
}

input[type="radio"]:checked + label:before {
  font-family: "Material Icons";
  content: "\E837";
  display: inline-block;
  color: #fc8a00;
  opacity: 1;
}

input[type="radio"]:disabled + label:before {
  opacity: 0.2;
}

.msgForm {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 350px;
  min-height: 180px;
  border: 2px solid #f2f2f2;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  left: 50%-175px;
  top: 200px;
  padding: 5px;
}

.msgForm > div.title {
  text-align: center;
  font-size: 14px;
  padding: 20px;
  width: 100%;
}

/* popup *********************/
.popup-dimmer {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background: rgba(6, 11, 0, 0.85);
  z-index: 1011;
  overflow-x: hidden;
  overflow-y: auto;
}

.popup-frame {
  width: 420px;
  position: relative;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  top: 0px;
  background-color: white;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
  transform: translateY(-50%);
  margin: 50vh auto 0 auto;
  box-sizing: border-box;
}

.popup-frame table {
  width: 100%;
}

.popup-frame input {
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #dadada;
  padding: 11px 10px;
  font-size: 15px;
}

.popup-frame p {
  font-size: 15px;
}

.popup-btns {
  text-align: center;
  vertical-align: middle;
  /* padding: 15px 0px 20px 0px; */
}

/* pagination *********************/
.pagination .bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d8d8d8;
  margin: 0 3px;
}

/* clip *********************/
.clip-left {
  display: inline-block;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clip-right {
  display: inline-block;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}

/* bttn *********************/

.bttn {
  min-width: 214px;
  /* height: 42px; */
  margin: 6px 19px 6px 19px;
  padding: 10px 10px 10px 10px;
  text-align: center;
  background: #3c5290;
  line-height: 1.3em;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /* border: 1px solid; */
  border-color: #3c5290;
  display: inline-block;
  text-decoration: none;
  font-size: 1.15em;
  color: #ffffff;
  border-width: 0;
  transition: background-color 0.25s;
}

.bttn.outline {
  background-color: #fbfbfb;
  border: 1px solid #ff9600;
  color: #ff9600;
  margin: -1px 0px !important;
}

.bttn.disabled,
.bttn.disabled:hover,
.bttn.disabled:focus {
  opacity: 0.25;
  transition-duration: 0.2s;
}

/* doc header *********************/
.doc-header {
  /* position: fixed; */
  background-color: #2978d6;
  left: 0;
  right: 0;
  height: 40px;
  /* z-index: 2; */
  top: 0;
}

.doc-header .left {
  float: left;
  line-height: 40px;
}

.doc-header .left a {
  color: white;
  height: 40px;
  display: block;
}

.doc-header .left a .material-icons {
  line-height: 40px;
}

.doc-header .center {
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

/* doc footer ***************/

.doc-footer {
  padding: 15px;
  background-color: white;
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.12); */
  left: 0;
  right: 0;
  bottom: 0;
  /* z-index: 2; */
}

.mapBtns .zoom {
  position: absolute;
  right: 22px;
  bottom: 94px;
}

.mapBtns .recenter {
  position: absolute;
  right: 22px;
  bottom: 187px;
}

.doc-footer .left {
  float: left;
  text-align: left;
}

.doc-footer .right {
  float: right;
  text-align: right;
}

.doc-footer .left .bttn {
  min-width: 140px;
}

.doc-footer .right .bttn {
  min-width: 140px;
}

.doc-footer .bttn {
  margin: 0 0 0 10px;
}

.doc {
  overflow: hidden;
  position: fixed;
}

.doc .sig-font {
  font-family: "Dancing Script", cursive;
}

.doc .sig-date {
  font-family: "Arial", sans-serif;
}

#mapBtns .zoom a,
#mapBtns .recenter a {
  background-color: #ff9600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  display: block;
  color: white;
  width: 42px;
  height: 42px;
}

#mapBtns .zoom a.in {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#mapBtns .zoom a.out {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#mapBtns .recenter a {
  border-radius: 50%;
}

#mapBtns .zoom a .material-icons,
#mapBtns .recenter a .material-icons {
  line-height: 42px;
}

.doc .document {
  height: 500px;
  background-color: transparent;
}

.doc .canvas {
  background-color: #e9e9e9;
  cursor: grab;
}

.doc .canvas.grabbed {
  cursor: move;
}

.FAStandardSVG {
  fill: #445da2;
  height: 40px;
  width: 40px;
}

.FASmallSVG {
  fill: #445da2;
  min-width: 20px;
  width: 20px;
  cursor: pointer;
}

.doc .canvas .focus {
  position: absolute;
  width: calc(100% - 40px);
  height: 42px;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 5px;
  max-width: 435px;
  border: 2px dashed red;
  margin: auto;
  box-sizing: border-box;
  visibility: hidden;
}

.doc .document {
  height: 100vh;
  overflow: hidden;
  user-select: none;
}

.doc img.render {
  pointer-events: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  max-width: 800px;
}

.doc .canvascell {
  position: absolute;
  max-width: 800px;
  opacity: 0;
  line-height: 0;
}

.canvascell .input.required .sigcolor {
  background-color: #fffde2;
  border: 1px solid #fff24d;
}

.canvascell .input.optional .sigcolor {
  background-color: #a3fff9;
  border: 1px solid #a3fff9;
}

.signed {
  color: #1255bd;
  position: absolute;
  top: 0;
  left: 0;
}

input .sigcolor,
.sigcolor {
  color: #1255bd;
}

.canvasbg {
  background-color: inherit;
  overflow: scroll;
  height: calc(100% - 113px);
}

.canvascell {
  position: relative;
  outline: black solid 1px;
}

.canvascell .input {
  position: absolute;
  display: inline-block;
  /* padding: 2px 10px; */
  border-radius: 2px;
  top: 0;
  left: 0;
}

/* label */
.canvascell .input .label {
  display: block;
  padding: 8px 15px;
  border-radius: 5px;
  color: black;
  /* margin-bottom: -56px; */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: -55px;
  width: calc(100vw - 70px);
  max-width: 400px;
}

.canvascell .input.required .label.hid,
.canvascell .input.optional .label.hid {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  transition: all 1s;
  pointer-events: none;
  display: none;
}

.canvascell .input.required .label {
  background-color: #fff24d;
  text-align: left;
}

.canvascell .input.optional .label {
  background-color: #a3fff9;
  text-align: left;
}

/* input[text] */
.canvascell .input input[type="text"] {
  border-radius: 3px;
  /* padding: 2px 6px; */
  /*box-shadow: 0 4px 8px rgba(0,0,0,0.25);*/
  transition: all 0.3s;
  font-size: 15px;
}

.canvascell .input.required input[type="text"] {
  background-color: #fffde2;
  border: 1px solid #fff24d;
}

.canvascell .input.optional input[type="text"] {
  background-color: #a3fff9;
  border: 1px solid #a3fff9;
}

.canvascell .input.prefilled input[type="text"] {
  pointer-events: none;
  border: none;
  box-shadow: none;
  background-color: transparent;
}

.canvascell .input.highlight input[type="text"] {
  background-color: #ff9f6d;
  border-color: #ff5700;
}

/* MemoBox */
.canvascell textarea {
  border-radius: 3px;
  /* padding: 2px 6px; */
  /*box-shadow: 0 4px 8px rgba(0,0,0,0.25);*/
  /* transition: all 0.3s; */
  font-size: 15px;
  height: 100%;
  max-width: 100%;
  width: 100%;
  text-align: left;
  padding: 0px;
  overflow: hidden;
  resize: none;
  font-family: "Courier New", Courier, monospace;
  word-wrap: break-word;
  /* white-space: pre-wrap; */
  /* word-break: break-all; */

  /* word-wrap: break-word; */
}

/* ListBox */
.canvascell select {
  width: 100%;
  background-color: #fffde2;
}

.canvascell textarea.required {
  background-color: #fffde2;
  border: 1px solid #fff24d;
}

.canvascell textarea.optional {
  background-color: #a3fff9;
  border: 1px solid #a3fff9;
}

.canvascell textarea.prefilled {
  pointer-events: none;
  border: none;
  box-shadow: none;
  background-color: transparent;
}

.canvascell textarea.highlight {
  background-color: #ff9f6d;
  border-color: #ff5700;
}

.hiddenElement {
  display: none;
}

/* checkbox */
.canvascell .input .checkbox {
  position: relative;
  display: inline-block;
  background-color: grey;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  /* min-width: 20px; */
  /* min-height:20px; */
  box-sizing: border-box;
  /*box-shadow: 0 4px 8px rgba(0,0,0,0.25);*/
  cursor: pointer;
  transition: all 0.3s;
}

.canvascell .input .checkbox.checked:before {
  position: absolute;
  /* content: '\e5ca'; */
  /* font-family: 'Material Icons'; */
  /* font-size: 18px; */
  top: 0px;
  left: 0px;
}

.canvascell .input.optional .checkbox {
  background-color: #a3fff9;
  border: 1px solid #a3fff9;
}

.canvascell .input.required .checkbox {
  background-color: #fffde2;
  border: 1px solid #fff24d;
}

.canvascell .input.prefilled .checkbox {
  color: #3483ff;
  pointer-events: none;
  box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #4a4a4a;
}

.canvascell .input.highlight .checkbox {
  background-color: #ff9f6d;
  border-color: #ff5700;
}

.canvascell .input .checkbox + input[type="checkbox"] {
  display: none;
}

/* radio */
.canvascell .input .radio {
  position: relative;
  display: inline-block;
  background-color: grey;
  /* border-radius: 50%; */
  width: 100%;
  height: 100%;
  /* min-width: 20px; */
  /* min-height:20px; */
  box-sizing: border-box;
  /*box-shadow: 0 4px 8px rgba(0,0,0,0.25);*/
  cursor: pointer;
  transition: all 0.3s;
}

.canvascell .input .radio.checked:before {
  position: absolute;
  /* content: '\e061'; */
  /* font-family: 'Material Icons'; */
  /* font-size: 18px; */
  top: 0px;
  left: 0px;
}

.canvascell .input.optional .radio {
  background-color: #a3fff9;
  border: 1px solid #a3fff9;
}

.canvascell .input.required .radio {
  background-color: #fffde2;
  border: 1px solid #fff24d;
}

.canvascell .input.prefilled .radio {
  pointer-events: none;
  box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #4a4a4a;
}

.canvascell .input.highlight .radio {
  background-color: #ff9f6d;
  border-color: #ff5700;
}

.canvascell .input .radio + input[type="radio"] {
  display: none;
}

/* focused */
.canvascell .input.focused input[type="text"],
.canvascell .input.focused .checkbox,
.canvascell .input.focused .radio,
.canvascell .input.focused textarea {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

/* bn */
.canvascell .bn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-align: left;
}

.canvascell .input.required .bn {
  background-color: #fffde2;
  border: 1px solid #fff24d;
  padding: 3px 8px;
  min-width: 25px;
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
}

.canvascell .input.optional .bn {
  background-color: #a3fff9;
  border: 1px solid #a3fff9;
  padding: 3px 8px;
  min-width: 25px;
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
}

.canvascell .input.highlight .bn {
  background-color: #ff9f6d;
  border-color: #ff5700;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .canvascell .input.hid .label,
  .canvascell .input.hid .bn {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    transition: all 1s;
    pointer-events: none;
    display: none;
  }
}

.canvascell .input.hid .label,
.canvascell .input.hid .bn {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  transition: all 1s;
  pointer-events: none;
}

.canvascell .input.hid input[type="checkbox"],
.canvascell .input.hid input[type="radio"] {
  pointer-events: none;
}

.canvascell:not(.finished) .input.hid input,
.canvascell:not(.finished) .input.hid .checkbox,
.canvascell:not(.finished) .input.hid .radio {
  /*display: none;*/
  background-color: transparent !important;
  border: 0 !important;
  /*color: #042a9c;*/
  pointer-events: none;
}

.canvascell:not(.finished) .input.hid .checkbox,
.canvascell:not(.finished) .input.hid .radio {
  top: 1px;
  left: 1px;
}

.canvascell.finished .input.hid input[type="text"],
.canvascell.finished .input.hid .checkbox,
.canvascell.finished .input.hid .radio {
  pointer-events: auto;
  display: inline-block;
  box-shadow: none;
}

.canvascell.finished .input.prefilled input[type="text"],
.canvascell.finished .input.prefilled .checkbox,
.canvascell.finished .input.prefilled .radio {
  pointer-events: none;
}

.canvascell.focused .input.hid input[type="text"],
.canvascell.focused .input.hid .checkbox,
.canvascell.focused .input.hid .radio {
  pointer-events: none;
}

/* frame ***********************/
.lframe {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 16px;
  max-width: 900px;
  min-width: 300px;
  margin: auto;
  box-sizing: border-box;
}

.frame {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 16px;
  max-width: 900px;
  margin: auto;
  box-sizing: border-box;
}

.frame.colored {
  border-color: #4e4e4e;
  background-color: #e4e4e4;
}

/* spinner *********************/

.spinner {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: fixed;
  z-index: 1;
}

.spinner .frame {
  width: 150px;
  border-radius: 14px;
  background-color: gray;
  position: fixed;
  z-index: 1;
  top: calc(50vh - 100px);
  left: calc(50vw - 75px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  color: white;
  text-align: center;
  padding: 30px 15px;
}

.spinner .icon {
  display: inline-block;
  animation: spinner-rotate 1s linear infinite;
  background-image: url("../images/spinner-light.svg");
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  mask-image: url("../images/spinner-light.svg");
}

.spinner .label {
  margin-top: 15px;
}

@keyframes spinner-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* text *********************/
.text-22 {
  font-size: 22px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-light {
  color: #969696 !important;
}

.text-bold {
  font-weight: 500 !important;
}

.text-danger {
  color: #f53f3f;
}

.text-font2.text-bold {
  font-weight: 600 !important;
}

/* margins/padding *********************/
.m-t-xxs {
  margin-top: 5px !important;
}

.m-t-xs {
  margin-top: 10px !important;
}

.m-t-sm {
  margin-top: 15px !important;
}

.m-t-md {
  margin-top: 20px !important;
}

.m-b-xxs {
  margin-bottom: 5px !important;
}

.m-b-xs {
  margin-bottom: 10px !important;
}

.m-b-sm {
  margin-bottom: 15px !important;
}

.m-b-md {
  margin-bottom: 20px !important;
}

.m-r-sm {
  margin-right: 15px !important;
}

.p {
  padding: 15px !important;
}

.hide-mobile {
  display: inline;
}

.show-mobile {
  display: none;
}

.SigImgCanv {
  max-width: 100%;
}

.CanvasCell {
  width: 622px;
  height: 312px;
}

.CanvasDim {
  width: 620px;
  height: 310px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

.ElementClear {
  opacity: 0;
}

.mdonly {
  display: table-cell;
}

.mdshow {
  display: inline;
}

.DatePickerElement {
  padding: 0px !important;
  background-color: #fffde2;
  line-height: normal;
}

.input-sig-el {
  position: absolute !important;
  top: 0;
  left: 0;
}

@media (max-width: 1200px) {
  .mdshow {
    display: none;
  }
}

@media (max-width: 740px) {
  .mdonly {
    display: none;
  }
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  display: block;
  border-width: thin;
}

@media screen and (max-height: 375px) {
  .doc-footer .left .bttn {
    min-width: 100px;
  }

  .doc-footer .right .bttn {
    min-width: 100px;
  }

  .CanvasCell {
    max-width: 622px;
    max-height: 100vh;
  }
}

@media screen and (max-width: 480px) {
  .doc .document {
    margin: 0;
  }

  .doc-footer .right {
    float: right;
    clear: inherit;
    padding-top: 0;
  }

  .doc-footer .left .bttn {
    min-width: 30px;
  }

  .doc-footer .right .bttn {
    min-width: 78px;
  }

  .popup-frame {
    width: calc(100% - 30px);
  }

  .hide-mobile {
    display: none;
  }

  .show-mobile {
    display: inline;
  }

  .accessibility_container {
    height: auto !important;
    max-height: 84.5% !important;
    top: auto !important;
    width: 18rem !important;
    right: 5px !important;
  }

  .reset_conatiner {
    flex-wrap: wrap;
    justify-content: space-around !important;
  }

  .reset_setting {
    margin-bottom: 10px;
  }

  .profile1,
  .profile2 {
    justify-content: center !important;
    flex-direction: column !important;
    padding: 14px 0px 20px 0px !important;
  }

  .profile2_text,
  .profile1_text {
    align-items: center !important;
    padding-left: 0px !important;
  }

  .profile1_text_about,
  .profile2_text_about {
    text-align: center !important;
  }

  .adjustment_scale {
    width: auto !important;
  }

  .content_conatiner_header,
  .color_container_header {
    font-size: 16px !important;
  }

  .adjustment_title {
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  .color_shades {
    display: ruby !important;
    padding: 0px 8px !important;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .accessibility_container {
    height: auto !important;
    max-height: 89.5% !important;
    top: auto !important;
    right: 10px !important;
  }
}

@media screen and (max-width: 580px) {
  .doc-footer .left .bttn {
    min-width: 100px;
  }

  .doc-footer .right .bttn {
    min-width: 100px;
  }

  .CanvasCell {
    max-width: 622px;
    max-height: 100vh;
  }

  .CanvasDim {
    max-width: 620px;
    max-height: 310px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
  }
  .bn {
    padding: 3px !important;
  }
}

@media screen and (max-height: 1000px) {
  .CanvasCell {
    max-width: 100%;
  }

  .popup-frame {
    margin: 47vh auto 0 auto;
  }
}

/* Accessibility Modal*/
.accessibilityicon {
  position: fixed;
  bottom: 29px;
  right: 19px;
  visibility: visible;
  fill: white;
  display: none;
}

.tooltiptext {
  visibility: hidden;
  width: 223px;
  background-color: black;
  color: #fff;
  text-align: center;
  align-content: center;
  border-radius: 8px;
  padding: 28px 23px;
  opacity: 0.7;
  height: auto;
  position: absolute;
  z-index: 999;
  right: calc(50% - 30px);
  letter-spacing: 0.4px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  bottom: calc(150% - 17px);
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 85%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.accessibilityicon:hover .tooltiptext,
.right .accessibilityicon:hover .tooltiptext {
  visibility: visible;
  z-index: 999;
}

.right .accessibilityicon {
  position: absolute;
  bottom: 7px;
  right: 19px;
  visibility: visible;
  fill: white;
  z-index: 1;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

/* modal */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 200ms ease-in-out;
  border: 1px solid #e2e2e4;
  border-radius: 14px;
  z-index: 10;
  background-color: white;
  width: 532px;
  max-width: 80%;
}

.popup.visible {
  transform: translate(-50%, -50%) scale(1);
}

.modal-header {
  padding: 22px 30px 14px 30px;
  border-bottom: 1px solid #e2e2e4;
}

.modal-header .title {
  font-family: OpenSans;
  font-size: 20px;
  font-weight: 500;
  color: #282f3a;
}

.modal-operation {
  display: flex;
  justify-content: end;
  padding: 24px 30px 30px 30px;
}

.close-button {
  cursor: var(--custom_pointer_cursor);
  border: none;
  outline: none;
  font-family: OpenSans;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  width: 96px;
  height: 48px;
  border-radius: 4px;
}

.modal-operation button:first-child {
  background-color: lightsteelblue;
  margin-right: 14px;
}

.modal-operation button:last-child {
  background-color: #445da2;
}

.modal-body {
  padding: 14px 30px 14px 30px;
  border-bottom: 1px solid #e2e2e4;
  font-family: OpenSans;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  text-align: justify;
  color: #282f3a;
}

#overlay {
  position: fixed;
  opacity: 0;
  transition: 200ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  visibility: hidden;
}

#overlay.visible {
  opacity: 1;
  pointer-events: all;
}

#transparent_overlay {
  position: fixed;
  opacity: 0;
  transition: 200ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none;
  visibility: hidden;
}

#transparent_overlay.visible {
  opacity: 1;
  pointer-events: all;
}

#transparent_overlay.visible[data-section="view_doc"] {
  z-index: 2;
}

/* accessibility */
.accessibility_container {
  border: solid 2px #979797;
  border-radius: 10px;
  display: grid;
  grid-template-rows: auto auto;
  background-color: #fff;
  width: 500px;
  padding: 0px;
  height: 31.9rem;
  overflow-y: auto;
  position: fixed;
  right: 3px;
  top: 3px;
  bottom: 99px;
  visibility: hidden;
  box-shadow: 0 7px 18px 4px rgba(0, 0, 0, 0.25);
  scrollbar-width: none;
}

.accessibility_container[data-section="view_doc"] {
  top: 7px;
  height: 33rem;
  bottom: 73px;
  z-index: 3;
}

.modal_header {
  margin: 20px 20px 0px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal_header .title {
  font-family: Raleway;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #14151e;
  text-align: center;
  padding-left: 36px;
  flex-grow: 1;
}

.modal_header .close_button {
  cursor: var(--custom_pointer_cursor);
  outline: none;
  font-size: 1.8rem;
  border: none;
  background: transparent;
  color: #a3a3a3;
}

.reset_conatiner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
}

.reset_setting,
.hide_interface {
  height: 48px;
  width: 210px;
  background-color: #445da2;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: var(--custom_pointer_cursor);
}

.functionality_icon {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  fill: white;
  position: relative;
  top: -3px;
}

.icon_text {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #fff;
}

.accessibility_conatiner {
  border-radius: 10px;
  padding: 20px;
  background-color: rgba(60, 82, 144, 0.24);
  display: grid;
  grid-template-rows: auto auto auto;
  row-gap: 10px;
}

.accessibility_profile,
.content_conatiner,
.color_container {
  border: #f5f8fc;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}

.content_conatiner,
.color_container {
  display: none;
}

.accessibility_profile_title {
  font-family: Raleway;
  font-size: 18px;
  font-weight: bold;
  color: #14151e;
  padding: 1px 0px 14px 6px;
}

.accessibility_profile_checkbox {
  display: grid;
  grid-template-rows: auto auto;
  row-gap: 10px;
}

.profile1,
.profile2 {
  background-color: #eef1f5;
  border-radius: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 14px 0px 20px 10px;
}

.profile3 {
  background-color: #3c5290;
  border-radius: 10px;
  padding: 14px 10px 06px 10px;
}

.profile1_checkbox,
.profile2_checkbox {
  accent-color: #445da2;
  height: 36px;
  width: 36px;
}

.check_box {
  height: 27px;
  width: 27px;
  margin: 4px 4px 4px 5px;
}

.profile2_text,
.profile1_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
}

.profile2_text_title,
.profile1_text_title {
  font-family: Raleway;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #14151e;
}

.profile3_text_title {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.23px;
  text-align: center;
  color: #fff;
}

.profile1_text_about,
.profile2_text_about {
  font-family: Raleway;
  font-size: 14px;
  color: #303540;
  text-align: left;
}

.profile3_text_about {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.3px;
}

.advance_setting {
  text-align: left;
  padding-top: 21px;
}

.advance_setting_title {
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 950;
  letter-spacing: 0.23px;
  color: #3c5290;
  padding-right: 10px;
  text-align: left;
}

.content_conatiner_header,
.color_container_header {
  font-family: Raleway;
  font-size: 18px;
  font-weight: bold;
  color: #14151e;
  padding: 5px 0px 26px 6px;
  text-align: left;
}

.content_adjustments,
.color_adjustments {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
}

.content_adjustments_row2,
.color_adjustments_row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
  padding-top: 10px;
}

.content_adjustments_row2 .adjustment:nth-child(n + 3),
.color_adjustments_row2 .adjustment:nth-child(n + 3) {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: grid;
  background-color: #eef1f5;
  grid-column-start: 1;
  grid-column-end: 3;
  height: 120px;
  width: 100%;
  cursor: var(--custom_default_cursor);
}

.adjustment_scale {
  display: flex;
  width: 354px;
  border: 1px solid white;
  border-radius: 50px;
  justify-content: space-between;
  background-color: white;
  align-self: end;
}

.adjustment_scale .adjustment_scale_svg {
  height: 37px;
  width: 37px;
  display: inline-flex;
  fill: #3c5290;
  cursor: var(--custom_pointer_cursor);
}

.scale_percentage {
  align-self: center;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.18px;
  color: #303540;
}

.adjustment {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: grid;
  background-color: #eef1f5;
  height: 120px;
  width: 100%;
  cursor: var(--custom_pointer_cursor);
}

.content_adjustments > .adjustment:hover,
.color_adjustments > .adjustment:hover,
.color_adjustments_row2 > .adjustment:nth-child(-n + 2):hover,
.content_adjustments_row2 > .adjustment:nth-child(-n + 2):hover {
  background-color: #3c5290;
}

.content_adjustments > .adjustment:hover .content_adjustment_svg,
.color_adjustments > .adjustment:hover .content_adjustment_svg,
.color_adjustments_row2 > .adjustment:nth-child(-n + 2):hover .content_adjustment_svg,
.content_adjustments_row2 > .adjustment:nth-child(-n + 2):hover .content_adjustment_svg {
  fill: white;
}

.content_adjustments > .adjustment:hover .adjustment_title,
.color_adjustments > .adjustment:hover .adjustment_title,
.color_adjustments_row2 > .adjustment:nth-child(-n + 2):hover .adjustment_title,
.content_adjustments_row2 > .adjustment:nth-child(-n + 2):hover .adjustment_title {
  color: white;
}

.color_picker:hover {
  box-shadow: 0 0 3px 3px #3c5290;
}

.content_adjustments_row2 > .adjustment:nth-child(n + 3) .content_adjustment_svg {
  height: 18px;
}

.content_adjustments_row2 > .adjustment:nth-child(n + 3) .adjustment_icon {
  top: 2px;
}

.adjustment_icon {
  display: flex;
  justify-self: center;
  align-self: center;
  position: relative;
  top: 15px;
}

.content_adjustment_svg {
  height: 33px;
  display: inline-flex;
  fill: #3c5290;
}

.adjustment_title {
  font-family: Raleway;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.19px;
  text-align: center;
  color: #14151e;
}

.color_adjustments_row2 > .adjustment:nth-child(n + 3) .adjustment_title {
  margin-top: -5px;
}

.adjustment_icon .adjustment_title {
  margin-left: 8px;
}

.color_picker {
  width: 26px;
  height: 26px;
  border-radius: 50px;
  border: thin transparent;
  cursor: var(--custom_pointer_cursor);
}

.color_shades {
  display: inline-flex;
  align-self: end;
  column-gap: 3px;
}

.click_change {
  color: white;
  fill: white;
  background-color: #3c5290;
}

#anchor > span {
  background-color: transparent;
}

/* dark contrast */
.dark_contrast,
.right > span a.dark_contrast,
.zoom > a.dark_contrast,
.recenter > a.dark_contrast,
body:has(div.container-fluid.dark_contrast),
body:has(div#CompletedDocsForm > h2#titlemsg.dark_contrast) #Logout,
body:has(div#SignDocsTitle) > div.dark_contrast #SignDocsTitle,
body:has(div:first-child > div.dark_contrast) > div#deline > div,
body:has(div:first-child > div.dark_contrast) > #sessionexpire > div,
body:has(div:first-child > div.dark_contrast) > #sessionexpire > div #popup-yes,
body:has(div.dark_contrast #SignDocsTitle) > div#deline > div,
body:has(div:first-child > div.dark_contrast) > div#deline > div #popup-yes,
body:has(div.dark_contrast #SignDocsTitle) > #Popup > div #popup-yes,
body:has(div.dark_contrast #SignDocsTitle) > div#deline > div #popup-yes,
body:has(div.dark_contrast #SignDocsTitle) > #Popup > div,
body:has(div.dark_contrast #SignDocsTitle) > div#intro-modal > div,
body:has(div.dark_contrast #SignDocsTitle) > div#intro-modal > div > div.popup-btns > a#popup-yes,
body:has(div.dark_contrast #SignDocsTitle) > #sessionexpire > div,
body:has(div.dark_contrast #SignDocsTitle) > #sessionexpire > div #popup-yes,
body:has(div.dark_contrast #SignDocsTitle) > #EULADIV > div,
body:has(div.dark_contrast #SignDocsTitle) > #EULADIV > div.popup-frame > div.popup-btns > a#popup-yes,
body:has(div.dark_contrast #SignDocsTitle) > #EULADIV > div.popup-frame > div.EULA > table > tbody > tr > .header,
body:has(div.dark_contrast #SignDocsTitle) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div.dark_contrast #SignDocsTitle) #accessibility-popup,
body:has(div:first-child > div.dark_contrast) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div:first-child > div.dark_contrast) #accessibility-popup,
body:has(div:first-child > div.dark_contrast) > div:first-child > .spinner > div,
body:has(div.dark_contrast #SignDocsTitle) > .spinner > div,
body:has(div.dark_contrast) > .spinner > div,
body:has(div#CreateSigForm > h2#titlemsg.dark_contrast) .spinner > div,
body:has(div#CreateInitsForm > h2#titlemsg.dark_contrast) .spinner > div,
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) .spinner > div,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) .spinner > div,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) .spinner > div,
body:has(div#AuthCodeForm > h2#titlemsg.dark_contrast) .spinner > div,
body:has(div#AuthCodeForm > h2#titlemsg.dark_contrast) #accessibility-popup,
body:has(div#AuthCodeForm > h2#titlemsg.dark_contrast) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) #accessibility-popup,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) #accessibility-popup,
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) #accessibility-popup,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) #accessibility-popup,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div#AuthCodeForm > h2#titlemsg.dark_contrast) #sessionexpire > div,
body:has(div#AuthCodeForm > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-yes,
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) #sessionexpire > div,
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-yes,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) #sessionexpire > div,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-yes,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) #sessionexpire > div,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-yes,
body:has(div#CreateSigForm > h2#titlemsg.dark_contrast) #sessionexpire > div,
body:has(div#CreateSigForm > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-yes,
body:has(div#CreateInitsForm > h2#titlemsg.dark_contrast) #sessionexpire > div,
body:has(div#CreateInitsForm > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-yes,
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) > #Popup > div #popup-yes,
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) > #Popup > div,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) > #Popup > div #popup-yes,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) > #Popup > div,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) > #deline > div #popup-yes,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) > #deline > div,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) > #Popup > div #popup-yes,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) > #Popup > div,
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) div#IDPart1Form > div > input#IDGo,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) div#IDPart2Form > div > input#IDGo,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) div#GetPaymentForm > div > input#declinePayment,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) div#GetPaymentForm > div > input#GetPayment,
body:has(div#AuthCodeForm > h2#titlemsg.dark_contrast) input#CheckAuthCode,
body:has(div#CreateSigForm > h2#titlemsg.dark_contrast) input#SaveSigImage,
body:has(div#CreateSigForm > h2#titlemsg.dark_contrast) input#CanclDrSig,
body:has(div#CreateInitsForm > h2#titlemsg.dark_contrast) input#SaveInitsImage,
body:has(div#CreateInitsForm > h2#titlemsg.dark_contrast) input#CanclDrSig,
body:has(div#AuthCodeForm > h2#titlemsg.dark_contrast) input#ACode {
  background-color: black !important;
  color: white !important;
}

body:has(div:first-child > div.dark_contrast) #accessibility-popup > .modal-operation > button:first-child,
body:has(div.dark_contrast #SignDocsTitle) #accessibility-popup > .modal-operation > button:first-child,
body:has(div#AuthCodeForm > h2#titlemsg.dark_contrast) #accessibility-popup > .modal-operation > button:first-child,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) #accessibility-popup > .modal-operation > button:first-child,
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) #accessibility-popup > .modal-operation > button:first-child,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) #accessibility-popup > .modal-operation > button:first-child {
  background-color: grey !important;
}

body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div#AuthCodeForm > h2#titlemsg.dark_contrast) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div.dark_contrast #SignDocsTitle) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div:first-child > div.dark_contrast) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div:first-child > div.dark_contrast) > div#deline > div #popup-yes,
body:has(div:first-child > div.dark_contrast) > #sessionexpire > div #popup-yes,
body:has(div.dark_contrast #SignDocsTitle) > #sessionexpire > div #popup-yes,
body:has(div.dark_contrast #SignDocsTitle) > #Popup > div #popup-yes,
body:has(div.dark_contrast #SignDocsTitle) > #EULADIV > div.popup-frame > div.popup-btns > a#popup-yes,
body:has(div.dark_contrast #SignDocsTitle) > div#deline > div #popup-yes,
body:has(div#CreateSigForm > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-yes,
body:has(div#CreateInitsForm > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-yes,
body:has(div#AuthCodeForm > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-yes,
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-yes,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-yes,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-yes,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) > #Popup > div #popup-yes,
body:has(div.dark_contrast #SignDocsTitle) > div#intro-modal > div > div.popup-btns > a#popup-yes,
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) > #Popup > div #popup-yes,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) > #deline > div #popup-yes,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) > #Popup > div #popup-yes {
  border: 1px solid;
}

body:has(div:first-child > div.dark_contrast) > div#deline > div #popup-no,
body:has(div:first-child > div.dark_contrast) > #sessionexpire > div #popup-no,
body:has(div.dark_contrast #SignDocsTitle) > #sessionexpire > div #popup-no,
body:has(div#CreateSigForm > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-no,
body:has(div#CreateInitsForm > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-no,
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-no,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-no,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) > #deline > div #popup-no,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-no,
body:has(div#AuthCodeForm > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-no,
body:has(div.dark_contrast #SignDocsTitle) > #Popup > div #popup-no,
body:has(div#CreateSigForm > h2#titlemsg.dark_contrast) input#CanclDrSig,
body:has(div#CreateInitsForm > h2#titlemsg.dark_contrast) input#CanclDrSig,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) > div#deline > div #popup-no,
body:has(div.dark_contrast #SignDocsTitle) > div#deline > div #popup-no {
  border-color: white !important;
  color: white !important;
}

body:has(div.dark_contrast #SignDocsTitle) > .spinner > div,
body:has(div.dark_contrast) > .spinner > div,
body:has(div#CreateSigForm > h2#titlemsg.dark_contrast) .spinner > div,
body:has(div#CreateInitsForm > h2#titlemsg.dark_contrast) .spinner > div,
body:has(div#AuthCodeForm > h2#titlemsg.dark_contrast) .spinner > div,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) .spinner > div,
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) .spinner > div,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) .spinner > div {
  border-color: black !important;
}

.left > a.dark_contrast:hover {
  border-color: rgb(43, 44, 44) !important;
  background-color: rgb(43, 44, 44) !important;
}

body:has(div:first-child > div.dark_contrast) > div:first-child > .spinner > div .icon,
body:has(div.dark_contrast) > div:first-child > .spinner > div .icon,
body:has(div#CreateSigForm > h2#titlemsg.dark_contrast) > div:first-child .spinner > div .icon,
body:has(div#CreateInitsForm > h2#titlemsg.dark_contrast) > div:first-child .spinner > div .icon,
body:has(div#AuthCodeForm > h2#titlemsg.dark_contrast) > div:first-child .spinner > div .icon,
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) > div:first-child .spinner > div .icon,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) > div:first-child .spinner > div .icon,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) > div:first-child .spinner > div .icon,
body:has(div.dark_contrast #SignDocsTitle) > .spinner > div .icon {
  background-color: white !important;
}

#content.dark_contrast,
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) div#IDPart1Form,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) div#GetPaymentForm,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) div#IDPart2Form,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) div#content,
body:has(div#AuthCodeForm > h2#titlemsg.dark_contrast) div#content,
body:has(div#CreateSigForm > h2#titlemsg.dark_contrast) div#content,
body:has(div#CreateInitsForm > h2#titlemsg.dark_contrast) div#content,
#signpagefooter.dark_contrast,
body:has(div.dark_contrast #SignDocsTitle) > #canvasbg {
  background-color: #1dbe7a !important;
}

.lframe.dark_contrast > div:nth-child(1) > span,
.lframe.dark_contrast > div:nth-child(2) > #anchor > *,
.lframe.dark_contrast > div:nth-child(2) [id^="updocnot"] > *,
.lframe.dark_contrast > div:nth-child(2) #anchor > span.complete:before,
body:has(div.dark_contrast #SignDocsTitle) > #Popup > div.popup-frame > div > div:last-child,
body:has(div.dark_contrast #SignDocsTitle) > #Popup > div.popup-frame > div > table > tbody > tr:last-child a,
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) div#IDPart1Form > div.form-input > label,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) div#GetPaymentForm > div.form-input > label,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) div#IDPart2Form > div.form-input > label,
body:has(div#AuthCodeForm > h2#titlemsg.dark_contrast) #accessibility-popup > .modal-header > div,
body:has(div#AuthCodeForm > h2#titlemsg.dark_contrast) #accessibility-popup > .modal-body,
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) #accessibility-popup > .modal-header > div,
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) #accessibility-popup > .modal-body,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) #accessibility-popup > .modal-header > div,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) #accessibility-popup > .modal-body,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) #accessibility-popup > .modal-header > div,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) #accessibility-popup > .modal-body,
body:has(div:first-child > div.dark_contrast) #accessibility-popup > .modal-header > div,
body:has(div:first-child > div.dark_contrast) #accessibility-popup > .modal-body,
body:has(div.dark_contrast #SignDocsTitle) #accessibility-popup > .modal-header > div,
body:has(div.dark_contrast #SignDocsTitle) #accessibility-popup > .modal-body,
body:has(div#CompletedDocsForm > h2#titlemsg.dark_contrast) #DownloadAllDocs,
#footer.dark_contrast > a,
.left a.dark_contrast > span {
  color: white !important;
}

#footer.dark_contrast > span > svg {
  fill: white !important;
}

#ShowAllDocForSigningPreview.dark_contrast:hover,
.lframe.dark_contrast > div > #anchor:hover,
.zoom > a.dark_contrast:hover,
body:has(div#CompletedDocsForm > h2#titlemsg.dark_contrast) #DownloadAllDocs:hover,
body:has(div#CompletedDocsForm > h2#titlemsg.dark_contrast) #Logout:hover,
body:has(div.dark_contrast #SignDocsTitle) > div#deline > div #popup-yes:hover,
body:has(div.dark_contrast #SignDocsTitle) > div#deline > div #popup-no:hover,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) > div#deline > div #popup-no:hover,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) > div#deline > div #popup-yes:hover,
body:has(div:first-child > div.dark_contrast) > div#deline > div #popup-yes:hover,
body:has(div:first-child > div.dark_contrast) > div#deline > div #popup-no:hover,
body:has(div.dark_contrast #SignDocsTitle) > #Popup > div #popup-yes:hover,
body:has(div.dark_contrast #SignDocsTitle) > #Popup > div #popup-no:hover,
body:has(div.dark_contrast #SignDocsTitle) > #sessionexpire > div #popup-yes:hover,
body:has(div.dark_contrast #SignDocsTitle) > #sessionexpire > div #popup-no:hover,
body:has(div:first-child > div.dark_contrast) > #sessionexpire > div #popup-yes:hover,
body:has(div:first-child > div.dark_contrast) > #sessionexpire > div #popup-no:hover,
body:has(div.dark_contrast #SignDocsTitle) > #EULADIV > div.popup-frame > div.popup-btns > a#popup-yes:hover,
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) > #Popup > div #popup-yes:hover,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) > #Popup > div #popup-yes:hover,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) > #Popup > div #popup-yes:hover,
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-yes:hover,
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-no:hover,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-yes:hover,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-no:hover,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-yes:hover,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-no:hover,
body:has(div#AuthCodeForm > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-yes:hover,
body:has(div#AuthCodeForm > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-no:hover,
body:has(div#CreateSigForm > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-yes:hover,
body:has(div#CreateSigForm > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-no:hover,
body:has(div#CreateInitsForm > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-yes:hover,
body:has(div#CreateInitsForm > h2#titlemsg.dark_contrast) #sessionexpire > div #popup-no:hover,
body:has(div#IDPart1Form > h2#titlemsg.dark_contrast) div#IDPart1Form > div > input#IDGo:hover,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) div#GetPaymentForm > div > input#GetPayment:hover,
body:has(div#GetPaymentForm > h2#titlemsg.dark_contrast) div#GetPaymentForm > div > input#declinePayment:hover,
body:has(div#IDPart2Form > h2#titlemsg.dark_contrast) div#IDPart2Form > div > input#IDGo:hover,
body:has(div#AuthCodeForm > h2#titlemsg.dark_contrast) input#CheckAuthCode:hover,
body:has(div#CreateSigForm > h2#titlemsg.dark_contrast) input#SaveSigImage:hover,
body:has(div#CreateSigForm > h2#titlemsg.dark_contrast) input#CanclDrSig:hover,
body:has(div#CreateInitsForm > h2#titlemsg.dark_contrast) input#SaveInitsImage:hover,
body:has(div#CreateInitsForm > h2#titlemsg.dark_contrast) input#CanclDrSig:hover,
body:has(div.dark_contrast #SignDocsTitle) > div#intro-modal > div > div.popup-btns > a#popup-yes:hover,
.lframe.dark_contrast > div:nth-child(2) [id^="updocnot"]:hover {
  background-color: #107a66 !important;
}

#footer.dark_contrast > a:hover {
  color: #107a66 !important;
}

/* light contrast */
.light_contrast,
.right > span a.light_contrast,
.zoom > a.light_contrast,
.recenter > a.light_contrast,
body:has(div#CompletedDocsForm > h2#titlemsg.light_contrast) #Logout,
body:has(div.light_contrast #SignDocsTitle) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div.light_contrast #SignDocsTitle) #accessibility-popup,
body:has(div:first-child > div.light_contrast) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div:first-child > div.light_contrast) #accessibility-popup,
body:has(div#AuthCodeForm > h2#titlemsg.light_contrast) #accessibility-popup,
body:has(div#AuthCodeForm > h2#titlemsg.light_contrast) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) #accessibility-popup,
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) #accessibility-popup,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) #accessibility-popup,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) #accessibility-popup,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div#SignDocsTitle) > div.light_contrast #SignDocsTitle,
body:has(div:first-child > div.light_contrast) > div#deline > div,
body:has(div:first-child > div.light_contrast) > div#deline > div #popup-yes,
body:has(div.light_contrast #SignDocsTitle) > div#deline > div,
body:has(div.light_contrast #SignDocsTitle) > div#deline > div #popup-yes,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) > div#deline > div,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) > div#deline > div #popup-yes,
body:has(div:first-child > div.light_contrast) > #sessionexpire > div,
body:has(div:first-child > div.light_contrast) > #sessionexpire > div #popup-yes,
body:has(div.light_contrast #SignDocsTitle) > #Popup > div,
body:has(div.light_contrast #SignDocsTitle) > #Popup > div #popup-yes,
body:has(div.light_contrast #SignDocsTitle) > div#intro-modal > div,
body:has(div.light_contrast #SignDocsTitle) > div#intro-modal > div > div.popup-btns > a#popup-yes,
body:has(div.light_contrast #SignDocsTitle) > #sessionexpire > div,
body:has(div.light_contrast #SignDocsTitle) > #sessionexpire > div #popup-yes,
body:has(div.light_contrast #SignDocsTitle) > #EULADIV > div,
body:has(div.light_contrast #SignDocsTitle) > #EULADIV > div.popup-frame > div.popup-btns > a#popup-yes,
body:has(div.light_contrast #SignDocsTitle) > #EULADIV > div.popup-frame > div.EULA > table > tbody > tr > .header,
body:has(div:first-child > div.light_contrast) > div:first-child > .spinner > div,
body:has(div.light_contrast #SignDocsTitle) > .spinner > div,
body:has(div.light_contrast) > .spinner > div,
body:has(div#CreateSigForm > h2#titlemsg.light_contrast) .spinner > div,
body:has(div#CreateInitsForm > h2#titlemsg.light_contrast) .spinner > div,
body:has(div#AuthCodeForm > h2#titlemsg.light_contrast) .spinner > div,
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) .spinner > div,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) .spinner > div,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) .spinner > div,
body:has(div#CreateSigForm > h2#titlemsg.light_contrast) #sessionexpire > div,
body:has(div#CreateSigForm > h2#titlemsg.light_contrast) #sessionexpire > div #popup-yes,
body:has(div#CreateInitsForm > h2#titlemsg.light_contrast) #sessionexpire > div,
body:has(div#CreateInitsForm > h2#titlemsg.light_contrast) #sessionexpire > div #popup-yes,
body:has(div#AuthCodeForm > h2#titlemsg.light_contrast) #sessionexpire > div,
body:has(div#AuthCodeForm > h2#titlemsg.light_contrast) #sessionexpire > div #popup-yes,
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) #sessionexpire > div,
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) #sessionexpire > div #popup-yes,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) #sessionexpire > div,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) #sessionexpire > div #popup-yes,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) #sessionexpire > div,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) #sessionexpire > div #popup-yes,
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) > #Popup > div #popup-yes,
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) > #Popup > div,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) > #Popup > div #popup-yes,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) > #Popup > div,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) > #Popup > div #popup-yes,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) > #Popup > div,
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) div#IDPart1Form > div > input#IDGo,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) div#GetPaymentForm > div > input#GetPayment,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) div#GetPaymentForm > div > input#declinePayment,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) div#IDPart2Form > div > input#IDGo,
body:has(div#AuthCodeForm > h2#titlemsg.light_contrast) input#CheckAuthCode,
body:has(div#CreateSigForm > h2#titlemsg.light_contrast) input#SaveSigImage,
body:has(div#CreateSigForm > h2#titlemsg.light_contrast) input#CanclDrSig,
body:has(div#CreateInitsForm > h2#titlemsg.light_contrast) input#SaveInitsImage,
body:has(div#CreateInitsForm > h2#titlemsg.light_contrast) input#CanclDrSig,
body:has(div#AuthCodeForm > h2#titlemsg.light_contrast) input#ACode {
  background-color: white !important;
  color: black !important;
  fill: black !important;
}

body:has(div:first-child > div.light_contrast) #accessibility-popup > .modal-operation > button:first-child,
body:has(div.light_contrast #SignDocsTitle) #accessibility-popup > .modal-operation > button:first-child,
body:has(div#AuthCodeForm > h2#titlemsg.light_contrast) #accessibility-popup > .modal-operation > button:first-child,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) #accessibility-popup > .modal-operation > button:first-child,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) #accessibility-popup > .modal-operation > button:first-child,
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) #accessibility-popup > .modal-operation > button:first-child {
  background-color: grey !important;
  color: black !important;
}

body:has(div#AuthCodeForm > h2#titlemsg.light_contrast) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div.light_contrast #SignDocsTitle) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div:first-child > div.light_contrast) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div:first-child > div.light_contrast) > div#deline > div #popup-yes,
body:has(div:first-child > div.light_contrast) > #sessionexpire > div #popup-yes,
body:has(div.light_contrast #SignDocsTitle) > #sessionexpire > div #popup-yes,
body:has(div.light_contrast #SignDocsTitle) > #Popup > div #popup-yes,
body:has(div.light_contrast #SignDocsTitle) > #EULADIV > div.popup-frame > div.popup-btns > a#popup-yes,
body:has(div.light_contrast #SignDocsTitle) > div#deline > div #popup-yes,
body:has(div#AuthCodeForm > h2#titlemsg.light_contrast) #sessionexpire > div #popup-yes,
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) #sessionexpire > div #popup-yes,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) #sessionexpire > div #popup-yes,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) #sessionexpire > div #popup-yes,
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) > #Popup > div #popup-yes,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) > #Popup > div #popup-yes,
body:has(div.light_contrast #SignDocsTitle) > div#intro-modal > div > div.popup-btns > a#popup-yes,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) > #Popup > div #popup-yes {
  border: 1px solid;
}

body:has(div:first-child > div.light_contrast) > div#deline > div #popup-no,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) > div#deline > div #popup-no,
body:has(div:first-child > div.light_contrast) > #sessionexpire > div #popup-no,
body:has(div.light_contrast #SignDocsTitle) > #sessionexpire > div #popup-no,
body:has(div.light_contrast #SignDocsTitle) > #Popup > div #popup-no,
body:has(div#CreateSigForm > h2#titlemsg.light_contrast) #sessionexpire > div #popup-no,
body:has(div#CreateInitsForm > h2#titlemsg.light_contrast) #sessionexpire > div #popup-no,
body:has(div#AuthCodeForm > h2#titlemsg.light_contrast) #sessionexpire > div #popup-no,
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) #sessionexpire > div #popup-no,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) #sessionexpire > div #popup-no,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) #sessionexpire > div #popup-no,
body:has(div#CreateSigForm > h2#titlemsg.light_contrast) input#CanclDrSig,
body:has(div#CreateInitsForm > h2#titlemsg.light_contrast) input#CanclDrSig,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) > div#deline > div #popup-no,
body:has(div.light_contrast #SignDocsTitle) > div#deline > div #popup-no {
  border-color: black !important;
  color: black !important;
}

body:has(div.light_contrast #SignDocsTitle) > .spinner > div,
body:has(div.light_contrast) > .spinner > div,
body:has(div#CreateSigForm > h2#titlemsg.light_contrast) .spinner > div,
body:has(div#CreateInitsForm > h2#titlemsg.light_contrast) .spinner > div,
body:has(div#AuthCodeForm > h2#titlemsg.light_contrast) .spinner > div,
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) .spinner > div,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) .spinner > div,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) .spinner > div {
  border-color: white !important;
}

.left > a.light_contrast:hover {
  border-color: rgb(197, 195, 195) !important;
  background-color: rgb(197, 195, 195) !important;
}

body:has(div:first-child > div.light_contrast) > div:first-child > .spinner > div .icon,
body:has(div.light_contrast) > div:first-child > .spinner > div .icon,
body:has(div#CreateSigForm > h2#titlemsg.light_contrast) > div:first-child .spinner > div .icon,
body:has(div#CreateInitsForm > h2#titlemsg.light_contrast) > div:first-child .spinner > div .icon,
body:has(div#AuthCodeForm > h2#titlemsg.light_contrast) > div:first-child .spinner > div .icon,
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) > div:first-child .spinner > div .icon,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) > div:first-child .spinner > div .icon,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) > div:first-child .spinner > div .icon,
body:has(div.light_contrast #SignDocsTitle) > .spinner > div .icon {
  background-color: black !important;
}

#content.light_contrast,
#signpagefooter.light_contrast,
body:has(div#CreateSigForm > h2#titlemsg.light_contrast) div#content,
body:has(div#CreateInitsForm > h2#titlemsg.light_contrast) div#content,
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) div#IDPart1Form,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) div#GetPaymentForm,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) div#IDPart2Form,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) div#content,
body:has(div.light_contrast #SignDocsTitle) > #canvasbg {
  background-color: #027d76 !important;
}

.lframe.light_contrast > div:nth-child(1) > span,
.lframe.light_contrast > div:nth-child(2) > #anchor > *,
.lframe.light_contrast > div:nth-child(2) [id^="updocnot"] > *,
.lframe.light_contrast > div:nth-child(2) #anchor > span.complete:before,
body:has(div.light_contrast #SignDocsTitle) > #Popup > div.popup-frame > div > div:last-child,
body:has(div.light_contrast #SignDocsTitle) > #Popup > div.popup-frame > div > table > tbody > tr:last-child a,
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) div#IDPart1Form > div.form-input > label,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) div#GetPaymentForm > div.form-input > label,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) div#IDPart2Form > div.form-input > label,
body:has(div#AuthCodeForm > h2#titlemsg.light_contrast) #accessibility-popup > .modal-header > div,
body:has(div#AuthCodeForm > h2#titlemsg.light_contrast) #accessibility-popup > .modal-body,
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) #accessibility-popup > .modal-header > div,
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) #accessibility-popup > .modal-body,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) #accessibility-popup > .modal-header > div,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) #accessibility-popup > .modal-body,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) #accessibility-popup > .modal-header > div,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) #accessibility-popup > .modal-body,
body:has(div:first-child > div.light_contrast) #accessibility-popup > .modal-header > div,
body:has(div:first-child > div.light_contrast) #accessibility-popup > .modal-body,
body:has(div.light_contrast #SignDocsTitle) #accessibility-popup > .modal-header > div,
body:has(div.light_contrast #SignDocsTitle) #accessibility-popup > .modal-body,
body:has(div#CompletedDocsForm > h2#titlemsg.light_contrast) #DownloadAllDocs,
#footer.light_contrast > a,
.left a.light_contrast > span {
  color: black !important;
}

#footer.light_contrast > span > svg {
  fill: black !important;
}

#ShowAllDocForSigningPreview.light_contrast:hover,
.lframe.light_contrast > div > #anchor:hover,
.zoom > a.light_contrast:hover,
body:has(div#CompletedDocsForm > h2#titlemsg.light_contrast) #DownloadAllDocs:hover,
body:has(div#CompletedDocsForm > h2#titlemsg.light_contrast) #Logout:hover,
body:has(div.light_contrast #SignDocsTitle) > div#deline > div #popup-yes:hover,
body:has(div.light_contrast #SignDocsTitle) > div#deline > div #popup-no:hover,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) > div#deline > div #popup-no:hover,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) > div#deline > div #popup-yes:hover,
body:has(div:first-child > div.light_contrast) > div#deline > div #popup-yes:hover,
body:has(div:first-child > div.light_contrast) > div#deline > div #popup-no:hover,
body:has(div.light_contrast #SignDocsTitle) > #Popup > div #popup-yes:hover,
body:has(div.light_contrast #SignDocsTitle) > #Popup > div #popup-no:hover,
body:has(div.light_contrast #SignDocsTitle) > #sessionexpire > div #popup-yes:hover,
body:has(div.light_contrast #SignDocsTitle) > #sessionexpire > div #popup-no:hover,
body:has(div:first-child > div.light_contrast) > #sessionexpire > div #popup-yes:hover,
body:has(div:first-child > div.light_contrast) > #sessionexpire > div #popup-no:hover,
body:has(div.light_contrast #SignDocsTitle) > #EULADIV > div.popup-frame > div.popup-btns > a#popup-yes:hover,
body:has(div#CreateSigForm > h2#titlemsg.light_contrast) #sessionexpire > div #popup-yes:hover,
body:has(div#CreateSigForm > h2#titlemsg.light_contrast) #sessionexpire > div #popup-no:hover,
body:has(div#CreateInitsForm > h2#titlemsg.light_contrast) #sessionexpire > div #popup-yes:hover,
body:has(div#CreateInitsForm > h2#titlemsg.light_contrast) #sessionexpire > div #popup-no:hover,
body:has(div#AuthCodeForm > h2#titlemsg.light_contrast) #sessionexpire > div #popup-yes:hover,
body:has(div#AuthCodeForm > h2#titlemsg.light_contrast) #sessionexpire > div #popup-no:hover,
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) #sessionexpire > div #popup-yes:hover,
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) #sessionexpire > div #popup-no:hover,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) #sessionexpire > div #popup-yes:hover,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) #sessionexpire > div #popup-no:hover,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) #sessionexpire > div #popup-yes:hover,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) #sessionexpire > div #popup-no:hover,
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) > #Popup > div #popup-yes:hover,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) > #Popup > div #popup-yes:hover,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) > #Popup > div #popup-yes:hover,
body:has(div#IDPart1Form > h2#titlemsg.light_contrast) div#IDPart1Form > div > input#IDGo:hover,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) div#GetPaymentForm > div > input#GetPayment:hover,
body:has(div#GetPaymentForm > h2#titlemsg.light_contrast) div#GetPaymentForm > div > input#declinePayment:hover,
body:has(div#IDPart2Form > h2#titlemsg.light_contrast) div#IDPart2Form > div > input#IDGo:hover,
body:has(div#AuthCodeForm > h2#titlemsg.light_contrast) input#CheckAuthCode:hover,
body:has(div#CreateSigForm > h2#titlemsg.light_contrast) input#SaveSigImage:hover,
body:has(div#CreateSigForm > h2#titlemsg.light_contrast) input#CanclDrSig:hover,
body:has(div#CreateInitsForm > h2#titlemsg.light_contrast) input#SaveInitsImage:hover,
body:has(div#CreateInitsForm > h2#titlemsg.light_contrast) input#CanclDrSig:hover,
body:has(div.light_contrast #SignDocsTitle) > div#intro-modal > div > div.popup-btns > a#popup-yes:hover,
.lframe.light_contrast > div:nth-child(2) [id^="updocnot"]:hover {
  background-color: #2cb9b1 !important;
}

#footer.light_contrast > a:hover {
  color: #2cb9b1 !important;
}

/* high_contrast */
.high_contrast,
body:has(div#CompletedDocsForm > h2#titlemsg.high_contrast) #Logout,
body:has(div#CompletedDocsForm > h2#titlemsg.high_contrast) #DownloadAllDocs,
body:has(div#AuthCodeForm > h2#titlemsg.high_contrast) input#CheckAuthCode,
body:has(div#AuthCodeForm > h2#titlemsg.high_contrast) input#ACode,
body:has(div#CreateSigForm > h2#titlemsg.high_contrast) input#SaveSigImage,
body:has(div#CreateSigForm > h2#titlemsg.high_contrast) input#CanclDrSig,
body:has(div#CreateInitsForm > h2#titlemsg.high_contrast) input#SaveInitsImage,
body:has(div#CreateInitsForm > h2#titlemsg.high_contrast) input#CanclDrSig,
body:has(div.high_contrast #SignDocsTitle) #accessibility-popup,
body:has(div:first-child > div.high_contrast) #accessibility-popup,
body:has(div#AuthCodeForm > h2#titlemsg.high_contrast) #accessibility-popup,
body:has(div#IDPart1Form > h2#titlemsg.high_contrast) #accessibility-popup,
body:has(div#IDPart1Form > h2#titlemsg.high_contrast) #accessibility-popup,
body:has(div#IDPart1Form > h2#titlemsg.high_contrast) div#IDPart1Form,
body:has(div#GetPaymentForm > h2#titlemsg.high_contrast) #accessibility-popup,
body:has(div#GetPaymentForm > h2#titlemsg.high_contrast) #accessibility-popup,
body:has(div#GetPaymentForm > h2#titlemsg.high_contrast) div#GetPaymentForm,
body:has(div#IDPart2Form > h2#titlemsg.high_contrast) div#IDPart2Form,
body:has(div#IDPart2Form > h2#titlemsg.high_contrast) #sessionexpire > div,
body:has(div#IDPart1Form > h2#titlemsg.high_contrast) #sessionexpire > div,
body:has(div#GetPaymentForm > h2#titlemsg.high_contrast) #sessionexpire > div,
body:has(div#AuthCodeForm > h2#titlemsg.high_contrast) #sessionexpire > div,
body:has(div#CreateSigForm > h2#titlemsg.high_contrast) #sessionexpire > div,
body:has(div#CreateSigForm > h2#titlemsg.high_contrast) .spinner > div,
body:has(div.high_contrast) .spinner > div,
body:has(div#CreateInitsForm > h2#titlemsg.high_contrast) #sessionexpire > div,
body:has(div#CreateInitsForm > h2#titlemsg.high_contrast) .spinner > div,
body:has(div#AuthCodeForm > h2#titlemsg.high_contrast) .spinner > div,
body:has(div#IDPart1Form > h2#titlemsg.high_contrast) .spinner > div,
body:has(div#GetPaymentForm > h2#titlemsg.high_contrast) .spinner > div,
body:has(div#IDPart2Form > h2#titlemsg.high_contrast) .spinner > div,
body:has(div#AuthCodeForm > h2#titlemsg.high_contrast) .spinner > div,
body:has(div:first-child > div.high_contrast) > div:first-child > .spinner > div,
body:has(div:first-child > div.high_contrast) > div#deline > div,
body:has(div:first-child > div.high_contrast) > #sessionexpire > div,
body:has(div.high_contrast #SignDocsTitle) > .spinner > div,
body:has(div.high_contrast #SignDocsTitle) > div#intro-modal > div,
body:has(div.high_contrast #SignDocsTitle) > div#intro-modal > div > div.popup-btns > a#popup-yes,
body:has(div.high_contrast #SignDocsTitle) > #sessionexpire > div,
body:has(div.high_contrast #SignDocsTitle) > #EULADIV > div,
body:has(div.high_contrast #SignDocsTitle) > #Popup > div,
body:has(div.high_contrast #SignDocsTitle) > div#deline > div {
  filter: brightness(1.1) !important;
}

.lframe.high_contrast > div > #anchor:hover {
  background-color: #c1bdbd !important;
}

/* monochrome */
.monochrome,
body:has(div#CompletedDocsForm > h2#titlemsg.monochrome) #Logout,
body:has(div#CompletedDocsForm > h2#titlemsg.monochrome) #DownloadAllDocs,
body:has(div#AuthCodeForm > h2#titlemsg.monochrome) input#CheckAuthCode,
body:has(div#AuthCodeForm > h2#titlemsg.monochrome) input#ACode,
body:has(div#CreateSigForm > h2#titlemsg.monochrome) input#SaveSigImage,
body:has(div#CreateSigForm > h2#titlemsg.monochrome) input#CanclDrSig,
body:has(div#CreateInitsForm > h2#titlemsg.monochrome) input#SaveInitsImage,
body:has(div#CreateInitsForm > h2#titlemsg.monochrome) input#CanclDrSig,
body:has(div#AuthCodeForm > h2#titlemsg.monochrome) #AuthCodeForm > p#InvalidACMsg,
body:has(div:first-child > div.monochrome) > div:first-child > .spinner > div,
body:has(div:first-child > div.monochrome) > div#deline > div,
body:has(#GetPaymentForm div.monochrome) > div#deline > div,
body:has(div:first-child > div.monochrome) > #sessionexpire > div,
body:has(div#CreateSigForm > h2#titlemsg.monochrome) .spinner > div,
body:has(div.monochrome) .spinner > div,
body:has(div#CreateInitsForm > h2#titlemsg.monochrome) .spinner > div,
body:has(div#AuthCodeForm > h2#titlemsg.monochrome) .spinner > div,
body:has(div#IDPart2Form > h2#titlemsg.monochrome) .spinner > div,
body:has(div#IDPart1Form > h2#titlemsg.monochrome) .spinner > div,
body:has(div#GetPaymentForm > h2#titlemsg.monochrome) .spinner > div,
body:has(div#CreateSigForm > h2#titlemsg.monochrome) #sessionexpire > div,
body:has(div#CreateInitsForm > h2#titlemsg.monochrome) #sessionexpire > div,
body:has(div#AuthCodeForm > h2#titlemsg.monochrome) #sessionexpire > div,
body:has(div#IDPart2Form > h2#titlemsg.monochrome) #sessionexpire > div,
body:has(div#IDPart1Form > h2#titlemsg.monochrome) #sessionexpire > div,
body:has(div#IDPart1Form > h2#titlemsg.monochrome) div#IDPart1Form > .form-input,
body:has(div#IDPart1Form > h2#titlemsg.monochrome) div#IDPart1Form > div > #IDGo,
body:has(div#GetPaymentForm > h2#titlemsg.monochrome) div#GetPaymentForm > .form-input,
body:has(div#GetPaymentForm > h2#titlemsg.monochrome) div#GetPaymentForm > div > input#GetPayment,
body:has(div#GetPaymentForm > h2#titlemsg.monochrome) div#GetPaymentForm > div > input#declinePayment,
body:has(div#IDPart2Form > h2#titlemsg.monochrome) div#IDPart2Form > .form-input,
body:has(div#IDPart2Form > h2#titlemsg.monochrome) div#IDPart2Form > div > #IDGo,
body:has(div.monochrome #SignDocsTitle) > .spinner > div,
body:has(div.monochrome #SignDocsTitle) > div#intro-modal > div,
body:has(div.monochrome #SignDocsTitle) > div#intro-modal > div > div.popup-btns > a#popup-yes,
body:has(div.monochrome #SignDocsTitle) > #sessionexpire > div,
body:has(div.monochrome #SignDocsTitle) > #EULADIV > div,
body:has(div.monochrome #SignDocsTitle) > #Popup > div,
body:has(#GetPaymentForm div.monochrome) > #Popup > div,
body:has(div.monochrome #SignDocsTitle) > div#deline > div {
  filter: grayscale(1) !important;
}

/* low_saturation */
.low_saturation,
body:has(div#CompletedDocsForm > h2#titlemsg.low_saturation) #Logout,
body:has(div#CompletedDocsForm > h2#titlemsg.low_saturation) #DownloadAllDocs,
body:has(div#AuthCodeForm > h2#titlemsg.low_saturation) input#CheckAuthCode,
body:has(div#AuthCodeForm > h2#titlemsg.low_saturation) input#ACode,
body:has(div#CreateSigForm > h2#titlemsg.low_saturation) input#SaveSigImage,
body:has(div#CreateSigForm > h2#titlemsg.low_saturation) input#CanclDrSig,
body:has(div#CreateInitsForm > h2#titlemsg.low_saturation) input#SaveInitsImage,
body:has(div#CreateInitsForm > h2#titlemsg.low_saturation) input#CanclDrSig,
body:has(div.low_saturation #SignDocsTitle) #accessibility-popup,
body:has(div:first-child > div.low_saturation) #accessibility-popup,
body:has(div#AuthCodeForm > h2#titlemsg.low_saturation) #accessibility-popup,
body:has(div#IDPart1Form > h2#titlemsg.low_saturation) #accessibility-popup,
body:has(div#IDPart1Form > h2#titlemsg.low_saturation) #accessibility-popup,
body:has(div#IDPart1Form > h2#titlemsg.low_saturation) div#IDPart1Form,
body:has(div#GetPaymentForm > h2#titlemsg.low_saturation) #accessibility-popup,
body:has(div#GetPaymentForm > h2#titlemsg.low_saturation) #accessibility-popup,
body:has(div#GetPaymentForm > h2#titlemsg.low_saturation) div#GetPaymentForm,
body:has(div#IDPart2Form > h2#titlemsg.low_saturation) div#IDPart2Form,
body:has(div#IDPart2Form > h2#titlemsg.low_saturation) #sessionexpire > div,
body:has(div#IDPart1Form > h2#titlemsg.low_saturation) #sessionexpire > div,
body:has(div#GetPaymentForm > h2#titlemsg.low_saturation) #sessionexpire > div,
body:has(div#AuthCodeForm > h2#titlemsg.low_saturation) #sessionexpire > div,
body:has(div#CreateSigForm > h2#titlemsg.low_saturation) #sessionexpire > div,
body:has(div#CreateInitsForm > h2#titlemsg.low_saturation) #sessionexpire > div,
body:has(div:first-child > div.low_saturation) > div:first-child > .spinner > div,
body:has(div:first-child > div.low_saturation) > div#deline > div,
body:has(div:first-child > div.low_saturation) > #sessionexpire > div,
body:has(div#CreateSigForm > h2#titlemsg.low_saturation) .spinner > div,
body:has(div#CreateInitsForm > h2#titlemsg.low_saturation) .spinner > div,
body:has(div#IDPart1Form > h2#titlemsg.low_saturation) .spinner > div,
body:has(div#GetPaymentForm > h2#titlemsg.low_saturation) .spinner > div,
body:has(div#IDPart2Form > h2#titlemsg.low_saturation) .spinner > div,
body:has(div#AuthCodeForm > h2#titlemsg.low_saturation) .spinner > div,
body:has(div.low_saturation #SignDocsTitle) > .spinner > div,
body:has(div.low_saturation) > .spinner > div,
body:has(div.low_saturation #SignDocsTitle) > div#intro-modal > div,
body:has(div.low_saturation #SignDocsTitle) > div#intro-modal > div > div.popup-btns > a#popup-yes,
body:has(div.low_saturation #SignDocsTitle) > #sessionexpire > div,
body:has(div.low_saturation #SignDocsTitle) > #EULADIV > div,
body:has(div.low_saturation #SignDocsTitle) > #Popup > div,
body:has(div.low_saturation #SignDocsTitle) > div#deline > div {
  filter: saturate(90%) !important;
}

/* high_saturation */
.high_saturation,
body:has(div#CompletedDocsForm > h2#titlemsg.high_saturation) #Logout,
body:has(div#CompletedDocsForm > h2#titlemsg.high_saturation) #DownloadAllDocs,
body:has(div#AuthCodeForm > h2#titlemsg.high_saturation) input#CheckAuthCode,
body:has(div#AuthCodeForm > h2#titlemsg.high_saturation) input#ACode,
body:has(div#CreateSigForm > h2#titlemsg.high_saturation) input#SaveSigImage,
body:has(div#CreateSigForm > h2#titlemsg.high_saturation) input#CanclDrSig,
body:has(div#CreateInitsForm > h2#titlemsg.high_saturation) input#SaveInitsImage,
body:has(div#CreateInitsForm > h2#titlemsg.high_saturation) input#CanclDrSig,
body:has(div#IDPart1Form > h2#titlemsg.high_saturation) div#IDPart1Form,
body:has(div#GetPaymentForm > h2#titlemsg.high_saturation) div#GetPaymentForm,
body:has(div#IDPart2Form > h2#titlemsg.high_saturation) div#IDPart2Form,
body:has(div#IDPart2Form > h2#titlemsg.high_saturation) #sessionexpire > div,
body:has(div#IDPart1Form > h2#titlemsg.high_saturation) #sessionexpire > div,
body:has(div#GetPaymentForm > h2#titlemsg.high_saturation) #sessionexpire > div,
body:has(div#AuthCodeForm > h2#titlemsg.high_saturation) #sessionexpire > div,
body:has(div#CreateSigForm > h2#titlemsg.high_saturation) #sessionexpire > div,
body:has(div#CreateInitsForm > h2#titlemsg.high_saturation) #sessionexpire > div,
body:has(div:first-child > div.high_saturation) > div:first-child > .spinner > div,
body:has(div:first-child > div.high_saturation) > div#deline > div,
body:has(div:first-child > div.high_saturation) > #sessionexpire > div,
body:has(div#AuthCodeForm > h2#titlemsg.high_saturation) .spinner > div,
body:has(div#IDPart1Form > h2#titlemsg.high_saturation) .spinner > div,
body:has(div#GetPaymentForm > h2#titlemsg.high_saturation) .spinner > div,
body:has(div#IDPart2Form > h2#titlemsg.high_saturation) .spinner > div,
body:has(div.high_saturation #SignDocsTitle) > .spinner > div,
body:has(div.high_saturation) > .spinner > div,
body:has(div.high_saturation #SignDocsTitle) > div#intro-modal > div,
body:has(div.high_saturation #SignDocsTitle) > div#intro-modal > div > div.popup-btns > a#popup-yes,
body:has(div.high_saturation #SignDocsTitle) > #sessionexpire > div,
body:has(div.high_saturation #SignDocsTitle) > #EULADIV > div,
body:has(div.high_saturation #SignDocsTitle) > #Popup > div,
body:has(div.high_saturation #SignDocsTitle) > div#deline > div {
  filter: saturate(110%) !important;
}

.selected_color_div {
  box-shadow: 0 0 3px 3px #3c5290;
}

#anchor {
  cursor: var(--custom_pointer_cursor);
}

#anchor:hover,
#anchor[style]:hover {
  background-color: #dedede;
}

.readable_font {
  font-family: Arial, Helvetica, sans-serif;
}

.adjust_background_colors,
body:has(div#CompletedDocsForm > h2#titlemsg.adjust_background_colors) #Logout,
body:has(div#CompletedDocsForm > h2#titlemsg.adjust_background_colors) #DownloadAllDocs,
body:has(div#AuthCodeForm > h2#titlemsg.adjust_background_colors) input#CheckAuthCode,
body:has(div#AuthCodeForm > h2#titlemsg.adjust_background_colors) input#ACode,
body:has(div#CreateSigForm > h2#titlemsg.adjust_background_colors) input#SaveSigImage,
body:has(div#CreateSigForm > h2#titlemsg.adjust_background_colors) input#CanclDrSig,
body:has(div#CreateInitsForm > h2#titlemsg.adjust_background_colors) input#SaveInitsImage,
body:has(div#CreateInitsForm > h2#titlemsg.adjust_background_colors) input#CanclDrSig,
body:has(div.adjust_background_colors #SignDocsTitle) #accessibility-popup,
body:has(div:first-child > div.adjust_background_colors) #accessibility-popup,
body:has(div#IDPart1Form > h2#titlemsg.adjust_background_colors) #accessibility-popup,
body:has(div#GetPaymentForm > h2#titlemsg.adjust_background_colors) #accessibility-popup,
body:has(div#IDPart2Form > h2#titlemsg.adjust_background_colors) #accessibility-popup,
body:has(div#AuthCodeForm > h2#titlemsg.adjust_background_colors) #accessibility-popup,
body:has(div.adjust_background_colors #SignDocsTitle) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div:first-child > div.adjust_background_colors) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div#IDPart1Form > h2#titlemsg.adjust_background_colors) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div#GetPaymentForm > h2#titlemsg.adjust_background_colors) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div#IDPart2Form > h2#titlemsg.adjust_background_colors) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div#AuthCodeForm > h2#titlemsg.adjust_background_colors) #accessibility-popup > .modal-operation > button:nth-child(2),
body:has(div#SignDocsTitle) > div.adjust_background_colors #SignDocsTitle,
body:has(div#RequiredDocsForm > h2 > span.adjust_background_colors) > div:first-child > .spinner > div,
body:has(div.adjust_background_colors #SignDocsTitle) > .spinner > div,
body:has(div#CreateSigForm > h2#titlemsg.adjust_background_colors) .spinner > div,
body:has(div#CreateInitsForm > h2#titlemsg.adjust_background_colors) .spinner > div,
body:has(div#AuthCodeForm > p#xsmmsg.adjust_background_colors) .spinner > div,
body:has(div#IDPart1Form > p#xsmmsg.adjust_background_colors) .spinner > div,
body:has(div#GetPaymentForm > p#xsmmsg.adjust_background_colors) .spinner > div,
body:has(div#IDPart2Form > p#xsmmsg.adjust_background_colors) .spinner > div,
body:has(div:first-child > div.adjust_background_colors) > div#deline > div,
body:has(div:first-child > div.adjust_background_colors) > div#deline > div #popup-yes,
body:has(#GetPaymentForm div.adjust_background_colors) > div#deline > div,
body:has(#GetPaymentForm div.adjust_background_colors) > div#deline > div #popup-yes,
body:has(div:first-child > div.adjust_background_colors) > #sessionexpire > div,
body:has(div:first-child > div.adjust_background_colors) > #sessionexpire > div #popup-yes,
body:has(div.adjust_background_colors #SignDocsTitle) > div#deline > div,
body:has(div.adjust_background_colors #SignDocsTitle) > div#deline > div #popup-yes,
body:has(div.adjust_background_colors #SignDocsTitle) > #sessionexpire > div,
body:has(div.adjust_background_colors #SignDocsTitle) > #sessionexpire > div #popup-yes,
body:has(div.adjust_background_colors #SignDocsTitle) > #Popup > div,
body:has(div.adjust_background_colors #SignDocsTitle) > #Popup > div #popup-yes,
body:has(div.adjust_background_colors #SignDocsTitle) > div#intro-modal > div,
body:has(div.adjust_background_colors #SignDocsTitle) > div#intro-modal > div > div.popup-btns > a#popup-yes,
body:has(div.adjust_background_colors #SignDocsTitle) > #EULADIV > div,
body:has(div.adjust_background_colors #SignDocsTitle) > #EULADIV > div.popup-frame > div.popup-btns > a#popup-yes,
body:has(div.adjust_background_colors #SignDocsTitle) > #EULADIV > div.popup-frame > div.EULA > table > tbody > tr > .header,
body:has(div#IDPart1Form > p#xsmmsg.adjust_background_colors) div#IDPart1Form > div > input#IDGo,
body:has(div#GetPaymentForm > p#xsmmsg.adjust_background_colors) div#GetPaymentForm > div > input#GetPayment,
body:has(div#GetPaymentForm > p#xsmmsg.adjust_background_colors) div#GetPaymentForm > div > input#declinePayment,
body:has(div#IDPart2Form > p#xsmmsg.adjust_background_colors) div#IDPart2Form > div > input#IDGo,
body:has(div#IDPart2Form > p#xsmmsg.adjust_background_colors) #sessionexpire > div,
body:has(div#IDPart2Form > p#xsmmsg.adjust_background_colors) #sessionexpire > div #popup-yes,
body:has(div#IDPart1Form > p#xsmmsg.adjust_background_colors) #sessionexpire > div,
body:has(div#IDPart1Form > p#xsmmsg.adjust_background_colors) #sessionexpire > div #popup-yes,
body:has(div#GetPaymentForm > p#xsmmsg.adjust_background_colors) #sessionexpire > div,
body:has(div#GetPaymentForm > p#xsmmsg.adjust_background_colors) #sessionexpire > div #popup-yes,
body:has(div#AuthCodeForm > p#xsmmsg.adjust_background_colors) #sessionexpire > div,
body:has(div#AuthCodeForm > p#xsmmsg.adjust_background_colors) #sessionexpire > div #popup-yes,
body:has(div#CreateSigForm > h2#titlemsg.adjust_background_colors) #sessionexpire > div,
body:has(div#CreateSigForm > h2#titlemsg.adjust_background_colors) #sessionexpire > div #popup-yes,
body:has(div#CreateInitsForm > h2#titlemsg.adjust_background_colors) #sessionexpire > div,
body:has(div#CreateInitsForm > h2#titlemsg.adjust_background_colors) #sessionexpire > div #popup-yes,
body:has(div#IDPart1Form > p#xsmmsg.adjust_background_colors) > #Popup > div,
body:has(div#IDPart1Form > p#xsmmsg.adjust_background_colors) > #Popup > div #popup-yes,
body:has(div#GetPaymentForm > p#xsmmsg.adjust_background_colors) > #Popup > div,
body:has(div#GetPaymentForm > p#xsmmsg.adjust_background_colors) > #Popup > div #popup-yes,
body:has(div#IDPart2Form > p#xsmmsg.adjust_background_colors) > #Popup > div,
body:has(div#IDPart2Form > p#xsmmsg.adjust_background_colors) > #Popup > div #popup-yes,
.zoom > a.adjust_background_colors,
.recenter > a.adjust_background_colors,
.right > span a.adjust_background_colors {
  background-color: var(--adjust_background_colors) !important;
}

body:has(div.adjust_background_colors #SignDocsTitle) > .spinner > div,
html[style^="--adjust_background_colors"] .spinner > div,
body:has(div#CreateSigForm > h2#titlemsg.adjust_background_colors) .spinner > div,
body:has(div#CreateInitsForm > h2#titlemsg.adjust_background_colors) .spinner > div,
body:has(div#AuthCodeForm > p#xsmmsg.adjust_background_colors) .spinner > div,
body:has(div#IDPart1Form > p#xsmmsg.adjust_background_colors) .spinner > div,
body:has(div#GetPaymentForm > p#xsmmsg.adjust_background_colors) .spinner > div,
body:has(div#IDPart2Form > p#xsmmsg.adjust_background_colors) .spinner > div {
  border-color: var(--adjust_background_colors) !important;
}

.adjust_text_colors,
body:has(div#CompletedDocsForm > p#xsmmsg.adjust_text_colors) #Logout,
body:has(#signpagefooter a.adjust_text_colors) > div#intro-modal > div > div.popup-btns > a#popup-yes,
body:has(#signpagefooter a.adjust_text_colors) > div#intro-modal > div > p,
body:has(div#CompletedDocsForm > p#xsmmsg.adjust_text_colors) #DownloadAllDocs,
body:has(div#AuthCodeForm > p#xsmmsg.adjust_text_colors) input#CheckAuthCode,
body:has(div#AuthCodeForm > p#xsmmsg.adjust_text_colors) input#ACode,
body:has(input#SaveSigImage.adjust_text_colors) #CreateSigForm > div > input#SaveSigImage,
body:has(input#CanclDrSig.adjust_text_colors) #CreateSigForm > div > input#CanclDrSig,
body:has(input#SaveInitsImage.adjust_text_colors) #CreateInitsForm > div > input#SaveInitsImage,
body:has(input#CanclDrSig.adjust_text_colors) #CreateInitsForm > div > input#CanclDrSig,
body:has(div#IDPart1Form > p#xsmmsg.adjust_text_colors) #accessibility-popup > .modal-body,
body:has(div#GetPaymentForm > p#xsmmsg.adjust_text_colors) #accessibility-popup > .modal-body,
body:has(div#IDPart2Form > p#xsmmsg.adjust_text_colors) #accessibility-popup > .modal-body,
body:has(div#AuthCodeForm > p#xsmmsg.adjust_text_colors) #accessibility-popup > .modal-body,
body:has(div#AuthCodeForm > p#xsmmsg.adjust_text_colors) #accessibility-popup > .modal-operation > button:nth-child(n + 1),
body:has(div#IDPart1Form > p#xsmmsg.adjust_text_colors) #accessibility-popup > .modal-operation > button:nth-child(n + 1),
body:has(div#GetPaymentForm > p#xsmmsg.adjust_text_colors) #accessibility-popup > .modal-operation > button:nth-child(n + 1),
body:has(div#IDPart2Form > p#xsmmsg.adjust_text_colors) #accessibility-popup > .modal-operation > button:nth-child(n + 1),
body:has(div:first-child > div.adjust_text_colors) #accessibility-popup > .modal-body,
body:has(div.adjust_text_colors #SignDocsTitle) #accessibility-popup > .modal-body,
.lframe > div:first-child > span.adjust_text_colors,
.lframe > div:nth-child(2) > #anchor > span:nth-child(2n-1).adjust_text_colors,
.left > a.adjust_text_colors > span,
body:has(div#foot-start > div > a.adjust_text_colors) > .spinner > div,
body:has(input#SaveSigImage.adjust_text_colors) .spinner > div,
body:has(input#SaveInitsImage.adjust_text_colors) .spinner > div,
body:has(div#AuthCodeForm > p#xsmmsg.adjust_text_colors) .spinner > div,
body:has(div#IDPart1Form > p#xsmmsg.adjust_text_colors) .spinner > div,
body:has(div#GetPaymentForm > p#xsmmsg.adjust_text_colors) .spinner > div,
body:has(div#IDPart2Form > p#xsmmsg.adjust_text_colors) .spinner > div,
body:has(div#RequiredDocsForm > p.adjust_text_colors) > div:first-child > .spinner > div,
body:has(div#RequiredDocsForm > p.adjust_text_colors) > div#deline > div > p,
body:has(div#RequiredDocsForm > p.adjust_text_colors) > div#deline > div #popup-yes,
body:has(div#RequiredDocsForm > p.adjust_text_colors) > div#deline > div #popup-no,
body:has(div#GetPaymentForm > p#xsmmsg.adjust_text_colors) > div#deline > div #popup-yes,
body:has(div#GetPaymentForm > p#xsmmsg.adjust_text_colors) > div#deline > div #popup-no,
body:has(div#RequiredDocsForm > p.adjust_text_colors) > #sessionexpire > div > p,
body:has(div#RequiredDocsForm > p.adjust_text_colors) > #sessionexpire > div #popup-yes,
body:has(div#RequiredDocsForm > p.adjust_text_colors) > #sessionexpire > div #popup-no,
body:has(div#foot-start > div.left > a.adjust_text_colors) > div#deline > div > p,
body:has(div#foot-start > div.left > a.adjust_text_colors) > div#deline > div #popup-yes,
body:has(div#foot-start > div.left > a.adjust_text_colors) > div#deline > div #popup-no,
body:has(div#foot-start > div.left > a.adjust_text_colors) > #sessionexpire > div,
body:has(div#foot-start > div.left > a.adjust_text_colors) > #sessionexpire > div #popup-yes,
body:has(div#foot-start > div.left > a.adjust_text_colors) > #sessionexpire > div #popup-no,
body:has(div#foot-start > div.left > a.adjust_text_colors) > #Popup > div.popup-frame > div > table,
body:has(div#foot-start > div.left > a.adjust_text_colors) > #Popup > div #popup-yes,
body:has(div#foot-start > div.left > a.adjust_text_colors) > #Popup > div #popup-no,
body:has(div#foot-start > div.left > a.adjust_text_colors) > #Popup > div.popup-frame > div > div:last-child,
body:has(div#foot-start > div.left > a.adjust_text_colors) > #Popup > div.popup-frame > div > table > tbody > tr:last-child a,
body:has(div#foot-start > div.left > a.adjust_text_colors) > #EULADIV > div,
body:has(div#foot-start > div.left > a.adjust_text_colors) > #EULADIV > div.popup-frame > div.popup-btns > a#popup-yes,
body:has(div#IDPart1Form > p#xsmmsg.adjust_text_colors) div#IDPart1Form > div.form-input > label,
body:has(div#GetPaymentForm > p#xsmmsg.adjust_text_colors) div#GetPaymentForm > div.form-input > label,
body:has(div#IDPart2Form > p#xsmmsg.adjust_text_colors) div#IDPart2Form > div.form-input > label,
body:has(div#IDPart1Form > p#xsmmsg.adjust_text_colors) div#IDPart1Form > div > input#IDGo,
body:has(div#GetPaymentForm > p#xsmmsg.adjust_text_colors) div#GetPaymentForm > div > input#GetPayment,
body:has(div#GetPaymentForm > p#xsmmsg.adjust_text_colors) div#GetPaymentForm > div > input#declinePayment,
body:has(div#IDPart2Form > p#xsmmsg.adjust_text_colors) div#IDPart2Form > div > input#IDGo,
body:has(div#IDPart1Form > p#xsmmsg.adjust_text_colors) #sessionexpire > div,
body:has(div#IDPart1Form > p#xsmmsg.adjust_text_colors) #sessionexpire > div #popup-yes,
body:has(div#IDPart1Form > p#xsmmsg.adjust_text_colors) #sessionexpire > div #popup-no,
body:has(div#GetPaymentForm > p#xsmmsg.adjust_text_colors) #sessionexpire > div,
body:has(div#GetPaymentForm > p#xsmmsg.adjust_text_colors) #sessionexpire > div #popup-yes,
body:has(div#GetPaymentForm > p#xsmmsg.adjust_text_colors) #sessionexpire > div #popup-no,
body:has(div#IDPart2Form > p#xsmmsg.adjust_text_colors) #sessionexpire > div,
body:has(div#IDPart2Form > p#xsmmsg.adjust_text_colors) #sessionexpire > div #popup-yes,
body:has(div#IDPart2Form > p#xsmmsg.adjust_text_colors) #sessionexpire > div #popup-no,
body:has(div#AuthCodeForm > p#xsmmsg.adjust_text_colors) #sessionexpire > div,
body:has(div#AuthCodeForm > p#xsmmsg.adjust_text_colors) #sessionexpire > div #popup-yes,
body:has(div#AuthCodeForm > p#xsmmsg.adjust_text_colors) #sessionexpire > div #popup-no,
body:has(input#SaveSigImage.adjust_text_colors) #sessionexpire > div,
body:has(input#SaveSigImage.adjust_text_colors) #sessionexpire > div #popup-yes,
body:has(input#SaveSigImage.adjust_text_colors) #sessionexpire > div #popup-no,
body:has(input#SaveInitsImage.adjust_text_colors) #sessionexpire > div,
body:has(input#SaveInitsImage.adjust_text_colors) #sessionexpire > div #popup-yes,
body:has(input#SaveInitsImage.adjust_text_colors) #sessionexpire > div #popup-no,
body:has(div#IDPart1Form > p#xsmmsg.adjust_text_colors) > #Popup > div #popup-yes,
body:has(div#GetPaymentForm > p#xsmmsg.adjust_text_colors) > #Popup > div #popup-yes,
body:has(div#IDPart2Form > p#xsmmsg.adjust_text_colors) > #Popup > div #popup-yes,
.right > span a.adjust_text_colors,
#footer > a.adjust_text_colors {
  color: var(--adjust_text_colors) !important;
}

.adjust_title_colors,
body:has(div#IDPart1Form > h2#titlemsg.adjust_title_colors) #accessibility-popup > .modal-header > div,
body:has(div#GetPaymentForm > h2#titlemsg.adjust_title_colors) #accessibility-popup > .modal-header > div,
body:has(div#IDPart2Form > h2#titlemsg.adjust_title_colors) #accessibility-popup > .modal-header > div,
body:has(div#AuthCodeForm > h2#titlemsg.adjust_title_colors) #accessibility-popup > .modal-header > div,
body:has(div:first-child > div.adjust_title_colors) #accessibility-popup > .modal-header > div,
body:has(div.adjust_title_colors #SignDocsTitle) #accessibility-popup > .modal-header > div,
.lframe > div:nth-child(2) > #anchor > [title].adjust_title_colors,
body:has(div#RequiredDocsForm > h2 > span.adjust_title_colors) > div#deline > div.popup-frame > div,
body:has(div.adjust_title_colors #SignDocsTitle) > div#deline > div.popup-frame > div,
body:has(div.adjust_title_colors #SignDocsTitle) > #Popup > div.popup-frame > div > div,
body:has(div.adjust_title_colors #SignDocsTitle) > #EULADIV > div.popup-frame > div.EULA > table > tbody > tr > .header,
body:has(div.adjust_title_colors #SignDocsTitle) > div#intro-modal > div > div.text-bold,
body:has(div.adjust_title_colors #SignDocsTitle) div#SignDocsTitle {
  color: var(--adjust_title_colors) !important;
}

.preview_container {
  border: 1px solid #000;
  border-radius: 4px;
  position: absolute;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  max-width: 300px;
  word-wrap: break-word;
  color: white;
  font-size: 20px;
  z-index: 3;
}

:root {
  --custom_pointer_cursor: pointer;
  --custom_default_cursor: default;
}

.highlight_title {
  outline: tomato solid 2px;
  outline-offset: 2px;
}

#anchor > span:nth-child(2).highlight_title {
  outline: tomato solid 2px;
  outline-offset: -1px;
}

.highlight_links {
  outline: rgb(171, 20, 201) solid 2px;
  outline-offset: 2px;
}

#anchor > span:nth-child(3).highlight_links {
  outline: rgb(171, 20, 201) solid 2px;
  outline-offset: -1px;
}

.vision_impaired {
  zoom: 1.16;
}

.right_margin {
  margin-right: 75px;
}

#screen_reader_container {
  position: relative;
  margin: auto;
  margin-bottom: 10px;
  background-color: #a9d4e4;
  height: 61px;
  display: grid;
  grid-template-columns: auto auto;
  padding: 0 10px;
}

#voice_dropdown_container {
  justify-self: flex-start;
  align-self: center;
  height: 38px;
}

#voiceSelect {
  height: inherit;
  padding: 0 14px;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #14151e;
}

#screen_reader_opertaions {
  justify-self: flex-end;
  align-self: center;
  height: 48px;
  display: flex;
  column-gap: 12px;
}

#group-play-icon,
#group-resume-icon {
  background-color: #3c5290;
  height: 38px;
  border-radius: 50%;
  width: 38px;
  align-content: center;
}

#group-play-icon > svg,
#group-resume-icon > svg {
  height: 16px;
}

#group-play-text,
#group-resume-text,
#group-scroll-text {
  height: 24px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.57px;
  color: #14151e;
  align-content: center;
  text-align: center;
}

#group-scroll,
#group-play,
#group-resume {
  background-color: white;
  border-radius: 23px;
  height: inherit;
  align-items: center;
  width: 114px;
  padding: 5px;
  display: flex;
  justify-content: center;
}

#group-play,
#group-resume {
  width: 150px;
  display: grid;
  grid-template-columns: auto 1fr;
}
