/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  /* margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; */
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* legend {
  border: 0;
  
  padding: 0;
  
} */

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "office365icons";
  src: url("../fonts/office365icons.woff");
}

@font-face {
  font-family: "otheroffice365icons";
  src: url("../fonts/fabricicons.woff");
}

@font-face {
  font-family: "segoeui-regular";
  src: url("../fonts/segoeui-regular.woff");
}

@font-face {
  font-family: "segoeui-semibold";
  src: url("../fonts/segoeui-semibold.woff");
}

@font-face {
  font-family: "segoeui-semilight";
  src: url("../fonts/segoeui-semilight.woff");
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

.no-display {
  display: none;
}

.hidden-item {
  visibility: hidden;
}

body {
  color: #666;
  width: 100%;
  margin: 0 auto;
  font-family: "segoeui-regular";
}

body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: "segoeui-regular";
}

body h6 {
  /* font-family: "segoeui-regular"; */
  color: #000000f2;
  font-family: system-ui;
}

body .icon {
  content: '\e004 ';
  display: inline-block;
  font-family: "office365icons";
  cursor: pointer;
}

body .icon.back {
  padding: 0 5px 0 0;
  font-size: 18px;
}

body .icon.settings,
body .icon.help {
  float: right;
  padding: 10px;
  font-size: 18px;
}

body a {
  text-decoration: none;
}

.header {
  position: relative;
  text-align: center;
  margin-right: 10px;
  margin-left: 5px;
}

.header .icons-top {
  text-align: left;
  width: 100%;
  height: 36px;
}

.header .app-title {
  font-size: 22px;
  line-height: 24px;
}

.settings-container,
.options-container {
  margin-left: 5px;
  margin-right: 10px;
}

.accordion .category {
  position: relative;
  width: 100%;
  min-height: 30px;
  background-color: #f4f4f4;
  margin: 5px 0;
  -webkit-transition: background-color 0.4s, -webkit-transform 0.2s;
  transition: background-color 0.4s, transform 0.2s;
}

.accordion .category.enabled {
  background-color: #cecece;
}

.accordion .category .title-container {
  width: 100%;
  height: 30px;
  overflow: hidden;
}

.accordion .category .parent-not-checked-disabled,
.accordion .category .automatic-checked-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.backgroundGreyDisplay {
  background: gainsboro;
}

.accordion .category .checkbox {
  cursor: pointer;
  display: inline-block;
  font-family: "otheroffice365icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-top: 8px;
  margin-left: 12px;
  margin-right: 8px;
  background-color: #FFF;
  border: 1px solid #c8c8c8;
  font-size: 14px;
  width: 16px;
  height: 15px;
  vertical-align: text-bottom;
}

.accordion .category .checkbox.parent-not-checked-disabled,
.accordion .category .checkbox.disabled-checkbox {
  cursor: not-allowed;
}

.accordion .category .checkbox.disabled-checkbox {
  opacity: 0.5;
}

.accordion .category .checkbox::before {
  content: '\a0 ';
}

.accordion .category .checkbox.checked::before {
  content: '\e21F ';
}

.accordion .category .checkbox.track-and-prove-always-checked::before {
  content: '\e21F ';
}

.accordion .category .radio {
  cursor: pointer;
  font-family: "otheroffice365icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
}

.accordion .category .radio.parent-not-checked-disabled {
  cursor: not-allowed;
  background: gainsboro;
}

.accordion .category .radio::before {
  content: '\e20b ';
}

.accordion .category .radio.selected::before {
  content: '\e189 ';
}

.accordion .category .category-title {
  font-size: 12px;
  cursor: pointer;
}

.accordion .category .expand {
  /* font-family: "office365icons"; */
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 8px;
  float: right;
  cursor: pointer;
}

.accordion .category .expand.plus::before {
  content: '\e004 ';
}

.accordion .category .expand.minus::before {
  content: '\e005 ';
}

.accordion .category.encrypt .password-reveal {
  position: absolute;
  width: 24px;
  height: 18px;
  background: url("../images/icon-eye.png") no-repeat;
  cursor: pointer;
  top: 55px;
  left: 230px;
  opacity: 0.5;
  background-size: cover;
}

.accordion .category.sidenote .body-content {
  height: 240px;
  padding-left: 12px;
}

.accordion .category.sidenote .body-content .checkbox:first-child {
  margin-top: 0px;
}

.accordion .category.sidenote .body-content .checkbox.send-to-bcc-checkbox {
  margin-top: 5px;
}

.accordion .category.sidenote.settings-panel .body-content {
  height: auto;
}

.accordion .category.sidenote.settings-panel .body-content .checkbox:first-child {
  margin-top: 10px;
}

.accordion .category .body-content {
  position: relative;
  display: none;
  padding: 10px 10px 10px 40px;
  width: 100%;
  background-color: #f9f9f9;
}

.settings-active-color {
  background-color: #c12933;
  color: #FFF
}

.settings-green-color {
  background-color: green;
  color: #FFF
}

.settings-disabled-color {
  opacity: 0.6;
  background-color: gray;
  cursor: no-drop;
  color: #FFF;
}

.accordion .category .body-content .label {
  font-size: 11px;
}

.settings-container .accordion .category .body-content .label {
  color: black;
}

.accordion .category .category-titles {
  font-weight: 600;
  font-size: 16px;
  font-family: system-ui;
  color: #000000f2;
  cursor: pointer;
}


.accordion .category .body-content span.has-tooltip,
.accordion .category .body-content span.input.has-tooltip {
  display: inline block;
  position: relative;
}


.accordion .category .body-content span.textarea-tooltip {
  display: flex;
  position: unset;
}

.accordion .category .body-content span.file-view.has-tooltip:hover:before {
  border: solid;
  border-color: #c12933 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 45px;
  content: "";
  left: 26%;
  position: absolute;
  z-index: 99;
}

.accordion .category .body-content span.file-view.has-tooltip:hover:after {

  background: #c12933;
  border-radius: 5px;
  bottom: 51px;
  color: white;
  content: attr(data-title);
  left: -40%;
  padding: 5px 10px;
  position: absolute;
  z-index: 98;
  width: max-content;
  font-size: 12px;

} 

.accordion .category .body-content span.textarea-tooltip:hover:before {
  border: solid;
  border-color: #c12933 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 16px;
  content: "";
  left: 25%;
  position: absolute;
  z-index: 99;
  top: 55px;
}

.accordion .category .body-content span.textarea-tooltip:hover:after {
  background: #c12933;
  border-radius: 5px;
  bottom: 22px;
  color: white;
  content: attr(data-title);
  left: 2%;
  padding: 5px 10px;
  position: relative;
  z-index: 98;
  /* width: 220px; */
  font-size: 12px;
  top: -100px;
  margin-bottom: -38px;
}

.accordion .category .body-content span.input.has-tooltip:hover:after {
  background: #c12933;
  border-radius: 5px;
  bottom: 22px;
  color: white;
  content: attr(data-title);
  left: -35%;
  padding: 5px 10px;
  position: absolute;
  z-index: 98;
  width: auto;
  font-size: 12px;
}

.accordion .category .body-content span.has-tooltip:hover:after {
  background: #c12933;
  border-radius: 5px;
  bottom: 22px;
  color: white;
  content: attr(data-title);
  left: -50%;
  padding: 5px 10px;
  position: absolute;
  z-index: 98;
  width: 220px;
  font-size: 12px;
}

.accordion .category .body-content span.bcc.has-tooltip:hover:after {
  background: #c12933;
  border-radius: 5px;
  bottom: 22px;
  color: white;
  content: attr(data-title);
  left: -580%;
  padding: 5px 10px;
  position: absolute;
  z-index: 98;
  width: 220px;
  font-size: 12px;
}

.accordion .category .body-content span.cc.has-tooltip:hover:after {
  background: #c12933;
  border-radius: 5px;
  bottom: 22px;
  color: white;
  content: attr(data-title);
  left: -380%;
  padding: 5px 10px;
  position: absolute;
  z-index: 98;
  width: 220px;
  font-size: 12px;
}

.accordion .category .body-content span.to.has-tooltip:hover:after {
  background: #c12933;
  border-radius: 5px;
  bottom: 22px;
  color: white;
  content: attr(data-title);
  left: -180%;
  padding: 5px 10px;
  position: absolute;
  z-index: 98;
  width: 220px;
  font-size: 12px;
}


.accordion .category .body-content span.special.has-tooltip:hover:after {
  background: #c12933;
  border-radius: 5px;
  bottom: 22px;
  color: white;
  content: attr(data-title);
  left: -450%;
  padding: 5px 10px;
  position: absolute;
  z-index: 98;
  width: max-content;
  font-size: 12px;
}


.accordion .category .body-content span.specials.has-tooltip:hover:after {
  background: #c12933;
  border-radius: 5px;
  bottom: 22px;
  color: white;
  content: attr(data-title);
  left: -50%;
  padding: 5px 10px;
  position: absolute;
  z-index: 98;
  width: max-content;
  font-size: 12px;
}

.accordion .category .body-content span.email-record.has-tooltip:hover:before {
  border: solid;
  border-color: #c12933 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 16px;
  content: "";
  left: 40%;
  position: absolute;
  z-index: 99;
}


.accordion .category .body-content span.email-record.has-tooltip:hover:after {
  background: #c12933;
  border-radius: 5px;
  bottom: 22px;
  color: white;
  content: attr(data-title);
  left: -30%;
  padding: 5px 10px;
  position: absolute;
  z-index: 98;
  width: 220px;
  font-size: 12px;
}

.accordion .category .body-content span.has-tooltip:hover:before {
  border: solid;
  border-color: #c12933 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 16px;
  content: "";
  left: 40%;
  position: absolute;
  z-index: 99;
}

.accordion .category .body-content span.input.has-tooltip:hover:before {
  border: solid;
  border-color: #c12933 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 16px;
  content: "";
  left: 30%;
  position: absolute;
  z-index: 99;
}

.accordion .category .body-content .checkbox {
  margin: 0;
}

.accordion .category .body-content .password-input {
  margin-left: 20px;
  margin-top: 4px;
  max-width: 175px;
  /* width: 180px;
  height: 23px; */
}

/* .fa-arrow-left:hover {
  border-radius: 50px;
  border: 2px solid;
} */

.jconfirm-buttons > .btn.btn-default:disabled,
.jconfirm-buttons > .btn.btn-red:disabled {

  cursor: not-allowed;

}

.fa.fa-arrow-left:hover {
  background-color: gainsboro;
  border-radius: 50px;
}


.fa-solid.fa-check{
  color: #40B06F;
  /* #21c101; */
}

.fa.fa-close {
  border-radius: 50%;
  border: 1px solid black;
  width: 16px;
  background-color: black;
  color: white;
  /* padding-left: 1px; */
}

.accordion .category .body-content .password-input ::-ms-reveal {
  display: none;
}

.accordion .category .body-content .password-checkbox {
  margin-top: 8px;
  margin-left: 20px;
  margin-right: 4px;
}

.accordion .category .body-content .advanced-link {
  font-size: 13px;
  float: right;
  line-height: 20px;
  padding-right: 18px;
}

.accordion .category .body-content .sidenote-area {
  resize: none;
  text-align: left;
  position: absolute;
  top: 64px;
  right: 25px;
  width: 210px;
  height: 145px;
  padding-left: 10px;
  padding-top: 5px;
  /* box-shadow: 1px 1px 1px #666; */
  background-color: #f9f48f;
}

.activate-button {
  cursor: pointer;
  background-color: #c12933;
  margin: 8px auto 8px auto;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  width: 140px;
  height: 35px;
  float: left;

}

.activate-button.settings-panel.disabledConfirmSelection {
  opacity: 0.6;
  background-color: gray;
  cursor: no-drop;
}

.activate-button.settings-panel.disabledConfirmSelection::before {
  content: 'Apply';
}

.activate-button.settings-panel {
  background-color: #c12933;
}

.activate-button.settings-panel::before {
  content: 'Apply';
}

.activate-button.settings-panel.enabled {
  background-color: #40B06F;
}

.activate-button.settings-panel.enabled::before {
  /* content: 'Applied'; */
  content: 'Apply';
}

.activate-button::before {
  content: 'Confirm Selections';
}

.activate-button.enabled {
  background-color: #40B06F;
}

.activate-button.enabled::before {
  content: 'Selected';
}

.cancel-button {
  cursor: pointer;
  background-color: #d8d8d8;
  width: 100px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  margin: 8px auto 8px auto;
  text-align: center;
  float: right;
}

.apps-button {
  cursor: pointer;
  background-color: #d8d8d8;
  width: 80px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  margin: 8px auto 8px auto;
  text-align: center;
  /* float: right; */
}

.footer {
  position: relative;
  height: 45px;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  font-size: 12px;
}

.footer span,
.footer a:link,
.footer a:visited,
.footer a:active {
  font-size: 12px;
  color: #0078d7;
}

.footer a:hover {
  color: #66c2ff;
}

.footer .logo {
  position: absolute;
  top: 4px;
  right: 0;
  margin: 0;
  display: inline-block;
  width: 55px;
  height: 55px;
}

.footer .logo img {
  margin: 0;
  max-width: 100%;
}

#message {
  display: none;
  padding: 15px;
  font-size: 12px;
  background-color: #cc0000;
  color: #ffffff;
  text-align: center;
  overflow-y: scroll;
  width: 100%;
  max-height: 140px;
  cursor: hand;
  cursor: pointer;
}

/*# sourceMappingURL=main.css.map */


/* Slider CSS */

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.slideshow-container a {
  background-color: rgba(0, 0, 0, 0.2);
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 122px;
  width: auto;
  padding: 16px;
  margin-top: -40px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.2);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: white;
  color: black;
}

/* Caption text */
.text {
  color: #ce0808;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  width: 100%;
  text-align: center;
}

.text1 {
  font-size: 15px;
  position: absolute;
  width: 100%;
  text-align: center;
}

.text1 button {
  border: none;
  background-color: #DDE;
  border-radius: 4px;
  padding: 10px;
  color: black
}

/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 20px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fadeMain {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .prev,
  .next,
  .text {
    font-size: 11px
  }
}

#app-body .button {
  border: none;
  background-color: white;

}

.skip-content {
  display: flex;
  justify-content: end;
  padding-bottom: 15px;
}

.login-conatiner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  background: #ffff;
  width: 295px !important;
  margin: 40px auto;
  padding: 1rem;
  border-radius: 15px;
  box-shadow: 0px 29px 147.5px 102.5px rgb(0 0 0 / 5%), 0px 29px 95px 0px rgb(0 0 0 / 16%)
}

.login-conatiner input[type="email"] {
  min-width: 260px;
  max-width: fit-content;
  padding: 12px 40px;
  outline: none;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin: 5px;

}

.login-conatiner input:active {
  border-color: #5a8eff !important;
}

.login-conatiner input[type="password"]:focus {
  border-color: #5a8eff !important;
}

.login-conatiner input[type="password"] {
  min-width: 260px;
  max-width: fit-content;
  padding: 12px 40px;
  outline: none;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin: 5px;
}

.signIn button {
  background-color: #0078d7;
  color: #ffff;
  border: none;
  height: 40px;
  width: 260px !important;
  border-radius: 4px;
  margin: 5px 0;
}

.signUp {
  margin: 5px 0 10px 0;
}

/* .sso button{
  background-color: #0078d7;
  color: #ffff;
  border: none;
  height: 40px;
  width: 260px !important;
  border-radius: 4px;
  margin: 5px 0;
} */
.input-icon {
  position: absolute;
  padding-left: 15px;
  padding-top: 19px;
  font-size: 20px;
}

.signUp a {
  color: #0078d7;
}

.signOut a {
  color: #0078d7;
}

.signOut {
  margin: 1px 0;
}

.header {
  margin: 0px 0px;
}

.header label {
  font-size: 22px;
  font-weight: 600;
  color: black;
}

.or_text1 {
  position: relative;
  margin: 5px 0;
}

.or_text1 span {
  padding: 0 15px;
  display: inline-block;
  background: #fbfdff;
  position: relative;
  z-index: 1;
}

.or_text1::before,
.or_text1::after {
  display: block;
  content: "";
  height: 0.1rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  background: #e0e3ebbd;
}

.card_content_top {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.embed-responsiveMain {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  /* height: 192px; */
}

.card_content_top_logo {
  position: absolute;
  top: 35px;
  right: 7px;
}

.card_content_top_content {
  color: black;
  font-weight: 400;
  text-align: center;
  height: 220px;
}


.icon1 {
  font-size: 14px;
  padding-top: 18px;
  position: absolute;
  margin-top: 0px;
  margin-left: -55px;
  font-weight: normal;
  cursor: pointer;
  color: #0078d7;
}

.icon2 {

  padding-top: 23px;
  font-size: 12px;
  margin-left: -30px;
  position: absolute;
  cursor: pointer;

}

.font-weight-light {
  margin: 15px 0 !important;
}

.sso-class {
  background-color: #c3272e;
  color: #ffff;
  font-size: 16px;
  width: 255px;
  height: 40px;
  font-weight: 600;
  border-radius: 6px;
  letter-spacing: 2px;
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.sso-class:hover {
  background-color: #ffff;
  color: black;
  border: 1px solid #f21513;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contentClass {
  padding-top: 25px;
}

.contentClass p {
  margin: 5px 0;
  font-size: 14px;
  text-align: center;
}

.checkMail {
  font-size: 20px;
  color: #47d36d !important;
  font-weight: 600;
}

.checkMail1 {
  font-size: 20px;
  color: #c3272e !important;
  font-weight: 600;
}

.divChekMail {
  margin-top: 10px;
}

.checkImage {
  margin-top: 20px;
}

.errorClass {
  text-align: center;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.disabledConfirmSelection {
  opacity: 0.6;
  background-color: gray;
  cursor: pointer;
}

.eyeIcon {
  padding-top: 15px;
  padding-right: 3px;
  cursor: pointer;
}

.login-conatiner input[type="text"] {
  min-width: 260px;
  max-width: fit-content;
  padding: 12px 40px;
  outline: none;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin: 5px;
}

.login-conatiner .utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 150px;
}

/* .accordion .categorys {
  position: relative;
  width: 100%;
  min-height: 20px;
  background-color: #f4f4f4;
  margin: 5px 0;
  -webkit-transition: background-color 0.4s, -webkit-transform 0.2s;
  transition: background-color 0.4s, transform 0.2s;
} */

.accordion .category .expands {
  font-family: "office365icons";
  display: inline-block;
  width: 17px;
  height: 17px;
  /* margin-top: 4px; */
  float: right;
  border-radius: 50px;
  background: #fff;
  line-height: 10px;
  border: 2px solid #000;
  padding: 1.9px 1.9px 1.9px 1.5px;
  font-size: 12px;
}

.accordion .category .expands.plus::before {
  content: '\e004 ';
}

.accordion .category .expands.minus::before {
  content: '\e005 ';
}


.accordion .category .title-containers {
  width: 100%;
  height: 18px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #f4f4f4;
  line-height: 15px;
}

@font-face {
  font-family: 'Brush';
  src: url("../fonts/Brush.TTF");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Dawning of a New Day';
  src: url("../fonts/DawningofaNewDay.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Homemade Apple';
  src: url("../fonts/HomemadeApple.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Kristi';
  src: url("../fonts/Kristi.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'La Belle Aurore';
  src: url("../fonts/LaBelleAurore.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Over the Rainbow';
  src: url("../fonts/OvertheRainbow.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Billie Signature';
  src: url("../fonts/BillieSignature.ttf");
  font-weight: normal;
  font-style: normal;
}

.nameSelected {
  /* background-color: #c12933; */
  color: #fafafa;
}

.HomemadeApple {
  font-family: 'Homemade Apple';
  font-size: 14px;
}

.DawningofaNewDay {
  font-family: 'Dawning of a New Day';
  font-size: 18px;
}

.Kristi {
  font-family: 'Kristi';
  font-size: 26px;
}

.LaBelleAurore {
  font-family: 'La Belle Aurore';
  font-size: 18px;
}


.OvertheRainbow {
  font-family: 'Over the Rainbow';
  font-size: 18px;
}

.Brush {
  font-family: 'Brush';
  font-size: 22px;
}

.BillieSignature {
  font-family: 'Billie Signature';
  font-size: 12px;
}




#dvDefaultSignatureFonts ul li.nameSelected a {
  background: white url("../images/icon-check.png") no-repeat 5px 38px;
  background-size: 20px auto;
  background-color: #c12933;
  color: #fafafa;
}

#dvDefaultSignatureFonts ul li a span {
  overflow: hidden;
}

#dvDefaultSignatureFonts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#dvDefaultSignatureFonts ul li a:hover {
  background-color: #e0e4ee;
}

#dvDefaultSignatureFonts ul li.nameSelected a:hover {
  background-color: #c12933;
  color: #fafafa;
}

#dvDefaultSignatureFonts ul li a {
  display: block;
  height: 94px;
  width: 276px;
  padding: 0 20px 0 35px;
  margin-right: 2px;
  margin-bottom: 2px;
  line-height: 94px;
  background-color: #bcc2ce;
  white-space: nowrap;
}

form span {
  position: relative;
  width: 100%;
  display: block;
}