/*
! tailwindcss v3.0.7 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.action-btn {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.action-btn:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.red-btn {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.red-btn:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.green-btn {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.green-btn:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.grey-btn {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.grey-btn:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.form-box {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
  padding: 0.5rem;
  line-height: 1.5rem;
}

.blue-notice-box {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.green-notice-box {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.red-notice-box {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.form-border {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding: 0.25rem;
}

.link-text {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}

.link-text:hover {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.top-0 {
  top: 0px;
}

.right-20 {
  right: 5rem;
}

.right-4 {
  right: 1rem;
}

.top-\[341px\] {
  top: 341px;
}

.top-\[376px\] {
  top: 376px;
}

.left-0 {
  left: 0px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-7 {
  grid-column-start: 7;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-1 {
  grid-row-start: 1;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

.m-auto {
  margin: auto;
}

.m-1 {
  margin: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-0 {
  margin-top: 0px;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-14 {
  height: 3.5rem;
}

.h-4 {
  height: 1rem;
}

.h-\[500px\] {
  height: 500px;
}

.h-5 {
  height: 1.25rem;
}

.h-full {
  height: 100%;
}

.h-8 {
  height: 2rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-10 {
  height: 2.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-screen {
  height: 100vh;
}

.h-6 {
  height: 1.5rem;
}

.h-auto {
  height: auto;
}

.h-7 {
  height: 1.75rem;
}

.max-h-\[32rem\] {
  max-height: 32rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-auto {
  width: auto;
}

.w-3\/4 {
  width: 75%;
}

.w-4 {
  width: 1rem;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-24 {
  width: 6rem;
}

.w-full {
  width: 100%;
}

.w-1\/4 {
  width: 25%;
}

.w-52 {
  width: 13rem;
}

.w-1\/2 {
  width: 50%;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[200px\] {
  width: 200px;
}

.w-8 {
  width: 2rem;
}

.w-2\/5 {
  width: 40%;
}

.w-36 {
  width: 9rem;
}

.w-1\/5 {
  width: 20%;
}

.w-20 {
  width: 5rem;
}

.w-40 {
  width: 10rem;
}

.w-6 {
  width: 1.5rem;
}

.w-\[135px\] {
  width: 135px;
}

.w-\[16rem\] {
  width: 16rem;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.table-fixed {
  table-layout: fixed;
}

.border-collapse {
  border-collapse: collapse;
}

.transform {
  transform: var(--tw-transform);
}

.cursor-pointer {
  cursor: pointer;
}

.list-none {
  list-style-type: none;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-sky-700 {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.border-emerald-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
}

.border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.border-emerald-700 {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity));
}

.border-sky-500 {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-sky-600 {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.border-stone-200 {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity));
}

.border-stone-300 {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-sky-400 {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity));
}

.border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}

.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}

.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}

.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}

.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}

.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}

.bg-sky-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.p-2 {
  padding: 0.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-4 {
  padding: 1rem;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-0 {
  padding: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-bottom {
  vertical-align: bottom;
}

.align-sub {
  vertical-align: sub;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-semibold {
  font-weight: 600;
}

.font-thin {
  font-weight: 100;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

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

.opacity-90 {
  opacity: 0.9;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-filter);
}

.filter {
  filter: var(--tw-filter);
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* top right bottom left */

/* body {
	text-align:center;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 14px;
	margin:0; padding:0;
	background-color: #0B2952;
	background-repeat: repeat-y;
	background-position: 50%;
	height:100%;
} */

body {
  text-align:center;
  font-family: arial,verdana,helvetica,sans-serif;
  font-size: 14px;
  margin:0;
  padding:0;
  height:100vh;
  width: 100vw;
}

body.popup{
  text-align:left;
  margin:10px;
  font-family:arial,verdana,helvetica,sans-serif;
  font-size: 14px;
  background-color: #fff;
}

/*bootstrap modals */

/*.glyphicon-modal-window:before {
  content: "\e237";
}

.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  text-align: center;
  padding: 5px;
}
.modal-header .close {
  margin-top: -2px;
  float: left;
}
.modal-title {
  margin-top: 35px;
  line-height: 1.42857143;
  font-size: medium;

}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.printonly{
	display:none;
}*/

/*Track sliders*/

.slider {
  position: relative;
  width: 75%;
  margin: 2% 10%;
}

output {
  position: absolute;
  padding: .5em;
  background: grey;
  color: white;
  bottom: 10px;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #A6A6A6;
  background: #D1D1D1;
  border-radius: 0px;
  border: 0px solid #F2F2F2;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #A6A6A6;
  border: 0px solid #F27B7F;
  height: 5px;
  width: 5px;
  border-radius: 0px;
  background: #000000;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 0px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #D1D1D1;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #A6A6A6;
  background: #D1D1D1;
  border-radius: 0px;
  border: 0px solid #F2F2F2;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #A6A6A6;
  border: 0px solid #F27B7F;
  height: 5px;
  width: 5px;
  border-radius: 0px;
  background: #000000;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #D1D1D1;
  border: 0px solid #F2F2F2;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #A6A6A6;
}

input[type=range]::-ms-fill-upper {
  background: #D1D1D1;
  border: 0px solid #F2F2F2;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #A6A6A6;
}

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #A6A6A6;
  border: 0px solid #F27B7F;
  height: 5px;
  width: 5px;
  border-radius: 0px;
  background: #000000;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #D1D1D1;
}

input[type=range]:focus::-ms-fill-upper {
  background: #D1D1D1;
}

main a {
  color: #05a;
  text-decoration: none;
  font-weight: bold;
}

a.pdf
{
  padding-left:20px;
  background:url(/images/icons/pdf.gif) no-repeat center left;
}

main a:hover {
  color: #07d;
  text-decoration: underline;
}

a.sort_link img{
  margin:0px -5px;
}

sup.reg{
  font-size:60%;
  font-weight:normal;
}

ul{
  list-style-type:square;
}

table caption{
  font-size:105%;
  font-weight:bold;
}

/*table.bordered td { border: 1px solid #666666; }*/

table.bordered td{
  padding:3px;
}

table.bordered td a img{
  margin:0px 4px;
}

/*table.bordered td {border-bottom: 1px solid #eee; }*/

table.vertical{
  width:auto !important;
  border-top:1px solid #dddddd;
  border-left:1px solid #dddddd;
  border-right:1px solid #dddddd;
}

table.vertical th{
  padding:3px;
  font-weight:bold;
  text-align:left;
  border-bottom:1px solid #dddddd;
}

table.vertical td{
  padding:3px;
  border-left:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
}

/* .center, table.center_cells td{
	text-align:center;
} */

.left{
  text-align:left !important;
}

.right{
  text-align:right;
}

.centered{
  margin:auto !important;
}

small{
  font-size:11px
}

.f_left{
  float:left;
}

.f_right {
  float:right;
}

.bold{
  font-weight:bold;
}

.italic{
  font-style:italic;
}

img {
  border:none;
}

h1 {
  display: block;
  font-size:18px;
  /* padding:4px; */
  /* margin:5px 0 9px 0; */
  color:#0b2952;
  background:#f3f3f3;
  border-bottom:1px solid #ccc;
}

h1 > .crumbs {
  width: 100%;
}

h2, .h2{
  font-size:16px;
  font-weight:bold;
  color:#339;
}

h3 {
  font-size:14px;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom:6px;
}

h5 {
  font-family: Arial,verdana,helvetica,sans-serif;
  padding: 4px 0 4px 2px;
  border-top:1px dotted #ccc;
  border-bottom:1px dotted #ccc;
  font-size:10px;
}

h6 {
  color:#666;
  font-size:11px;
  line-height:15px;
  padding:0;
  margin:0 0 2px 0;
  font-weight:normal;
}

td {
  font-size: 13px;
}

.bookinfo {
  text-align:left;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  padding:6px 10px 4px 5px;
}

span.float {
  float: right;
  margin: -1.2em 0 1em 2em;
  position: relative;
}

.indent{
  margin-left:40px;
}

/* Header Info */

#header {
  position:relative;
  background-color:#ffffff;
  height:90px;
  width:162px;
  border-top:0px;
  border-bottom:0px;
  padding:0px 0 0px 0px;
  z-index:1;
  margin:0px;
}

#header p {
  color:#ffffff;
  padding:10px 15px 10px 10px;
  font-size:11px;
  font-weight:bold;
}

/* #logotop { 
  display: flex;
  padding: 0px; 
  border-bottom: 0px; 
  background-color: #ffffff; 
  height: 100px; 
  margin: 0px; 
} */

/* #logo { 
  position:relative; 
  background-color:#ffffff; 
  height:100px; 
  border-top:0px; 
  border-bottom:0px; 
  padding:0 0 0 20px; 
  z-index:1; 
  margin:0px; 
} */

/* #abai { 
  position:absolute;
  left:150px;
  top:15px;
  z-index:3;
  margin:0px;
} */

#abai b {
  color:#333399;
  padding:0px;
  font-size:24px;
  font-weight:bold;
}

#headertext {
  display:none;
}

html>body #navtop {
  height:39px;
}

/* Top Navigation Info */

#top_tabnav li.active {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 0.5rem;
  border-radius: 0.375rem;
  color: white;
  background-color: rgb(12, 74, 110, 0.7);
}

#top {
  position:relative;
  padding:0px 5px 0px 15px;
  background-color:#87A564;
  height:30px;
  margin:0px;
  border-bottom:1px solid #6D884E;
}

#navtop {
  position:absolute;
  left:10px;
  top:10px;
  border-bottom:0px;
  z-index:2;
  height:10px;
  margin:0px;
  color:#666;
}

#navtop a:link {
  color:#FFFFFF;
  text-decoration:none;
  font-weight: bold;
}

#navtop a:visited {
  color:#FFFFFF;
  text-decoration:none;
  font-weight: bold;
}

#navtop a:hover {
  color:#DCE5D1;
  text-decoration:underline;
  font-weight: bold;
}

#navtop a:active {
  color:#FFFFFF;
  text-decoration:underline;
  font-weight: bold;
}

/* ================================== */

/* Left Column Info */

/* ================================== */

/* .bluebox {
	padding: 10px;
	background-color:#88AEC8;
	border:1px solid #4B7FAA;
	color: #ffffff;
	margin-bottom:10px;
	display: block;
}

.orangebox {
	padding: 10px;
	background-color:#D2A029;
	border:1px solid #BC861B;
	color: #ffffff;
	margin-bottom:10px;
	display: block;
}

.greenbox {
	padding: 10px;
	background-color:#87A564;
	border:1px solid #4D682B;
	color: #ffffff;
	margin-bottom:10px;
	display: block;
} */

#leftcol h3 {
  display: block;
  padding: 4px 0px 4px 5px;
  font-weight: bold;
  text-transform:uppercase;
  text-decoration: none;
  margin-right: 0px;
  margin-left:5px;
  border-bottom:1px solid #0B2952;
  margin-bottom:0px;
  font-size:10px;
  color:#0B2952;
}

#leftcol ul {
  list-style: none;
}

#leftcol ul li {
  list-style: none;
}

#leftcol ul li a {
  font-weight: bold;
  color: #027ABB;
}

#leftcol ul li a:hover {
  color:#003399;
}

#leftcol ul li ul {
  display: block;
}

#leftcol ul li ul li {
  display: block;
  background-image:url(/images/icons/arrow.gif);
  background-repeat: no-repeat;
  background-position: 6px 6px;
  font-weight: bold;
  background-color:#F1F6F8;
  text-decoration: none;
  border-bottom:none;
}

#leftcol ul li ul li a {
  display: block;
  font-weight:normal;
  color:#333;
  text-decoration: none;
}

#leftcol a:hover {
  color:#666;
  text-decoration:underline;
  font-weight: bold;
}

/* TwoCol Container Info */

#twocols{
  display: flex;
  justify-content: center;
  margin-right:5px;
}

#mainpic {
  padding:16px 5px 0px 5px;
  height:191px;
}

#picbgd{
  background-image:url(/images/mainpic.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height:175px;
}

#pictext{
  position:absolute;
  left:200px;
  top:60px;
  padding-right:25px;
  font-size:18px;
  font-weight:bold;
  color:#FFFFFF;
}

/* Right Column Info */

/* Main Column Info */

#maincol {
  background-color: transparent;
  float: left;
  display:inline;
  position: relative;
  width:720px;
  margin:16px 19px 20px 0;
}

#maincol ol li{
  margin-top:6px;
  margin-bottom:6px;
}

#content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom:0px;
  margin-top:0px;
  background-color: #FFFF;
}

#pageheader {
  height:24px;
  border-bottom:1px solid #efefef;
  padding-bottom:2px;
  position:relative;
  margin-bottom:5px;
}

#pageheaderinfo {
  position:absolute;
  right:0;
  top:8px;
}

/* Footer Info */

#footer{
  background-color:#F1F6F8;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer p {
  background-color:#F1F6F8;
}

#footer p.footnav {
  padding-bottom:10px;
  padding-top:10px;
  border-bottom:1px solid #ACC8D8;
  margin-bottom:10px;
  font-size:11px;
  font-weight:bold;
  background-color:#CEDFE8;
  color:#FFF;
}

#footer p.address {
  color:#333;
}

#footer a:link {
  color:#027ABB;
  text-decoration:none;
  font-weight: bold;
}

#footer a:visited {
  color:#027ABB;
  text-decoration:none;
  font-weight: bold;
}

#footer a:hover {
  color:#003399;
  text-decoration:underline;
  font-weight: bold;
}

#footer a:active {
  color:#027ABB;
  font-weight: bold;
}

#footer a.nav:link {
  color:#FFF;
  text-decoration:none;
  font-weight: bold;
}

#footer a.nav:visited {
  color:#FFF;
  text-decoration:none;
  font-weight: bold;
}

#footer a.nav:hover {
  color:#F1F6F8;
  text-decoration:underline;
  font-weight: bold;
}

#footer a.nav:active {
  color:#FFF;
  font-weight: bold;
}

.clear{
  clear:both;
  visibility:hidden;
  height:1px;
}

/* *** Float containers fix:

 http://www.csscreator.com/attributes/containedfloat.php *** */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix{
  display: inline-table;
}

/* Hides from IE-mac \*/

* html .clearfix{
  height: 1%;
}

.clearfix{
  display: flex;
  flex-direction: row-reverse;
  min-height: 69%;
  width: 100%;
  background-color: #FFFF;
}

.height-fix {
  min-height: 69%;
}

/* End hide from IE-mac */

/*Lyle's Styles*/

form.button-to, form.button-to div {
  display: inline;
}

input.checkbox, input.radio {
  background:none;
}

div.buttons{
  clear:both;
  border-top:1px solid #ccc;
  margin:6px 10px;
  padding:10px;
  text-align:center;
}

div.buttons input{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 5px;
  margin-top: 5px;
}

.form-button {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #767676;
  border-radius: 4px;
  padding: 2px 5px;
  margin-top: 5px;
  background-color: #EFEFEF;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

input, select {
  margin:1px;
}

input.button{
  font-weight:bold;
}

input.tip{
  color:#999;
}

textarea {
  width: 75%;
  display: block;
}

label {
  text-align:left;
  font-size:90%;
  font-weight:bold;
  color:#333;
}

label.nobold{
  font-size:100%;
  font-weight:normal;
}

tb label{
  font-size:100%;
}

.inline_help, label.inline_help {
  color: #555;
  font-size: 85%;
  font-weight: normal;
}

.inline_warning {
  font-weight: normal;
  padding: 4px;
  border: 1px solid #ff0000;
  font-size: 85%;
}

hr {
  height: 1px;
  background: #ccc;
  color: #ccc;
  border: none;
  clear: both;
}

hr.clear, div.clear {
  visibility: hidden;
  margin: 0;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  display: block;
  clear: both;
}

hr.bar {
  height: .5em;
  text-align: left;
  margin: auto 0;
  min-width: 1px;
}

p.inline_column {
  width: 40%;
  float: left;
  text-align: left;
}

/* CQE Application */

a.link_background {
  background-color: #5bc0de;
  border-radius: 7px;
  color: #fff;
  padding: 12px;
  text-decoration:none !important;
}

a.link_background:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5cb85c;
}

.light_right_border {
  border-right: 1px solid #ccc;
}

/* END CQE Application */

/*NOTES*/

fieldset.partial{
  display: grid;
  justify-content: space-between;
  padding: 6px;
  padding-top: 20px;
  border: none;
  margin-bottom: 10px;
}

fieldset legend{
  font-weight:bold;
}

fieldset.big legend{
  font-size:18px;
  font-weight:bold;
  text-transform:uppercase;
}

label.inline{
  float:left;
  text-align:left;
  margin-right:6px;
}

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(/images/icons/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
  margin-top:2px;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form fieldset div.notes table *{
  font-size:10px;
}

table.form th, table th{
  text-align:left;
  font-size:12px;
  font-weight:bold;
  color:#333;
}

/****TOP TABS****/

.top_tabnav {
  /* background:#87a564; */
  background:#0075b2;
}

.nav-bg {
  background:#87a564;
}

/* .top_tabnav ul {
	list-style-type:none;
} */

/* .top_tabnav li {
	float:left;
} */

/* #top_tabnav a, .top_tabnav li .active {
	color: #354128;
	font-weight: bold;
	text-decoration: none;
	padding:2px 7px;
	margin:3px 2px 0;
  color: #fff3d0;
  background: #cc9a00;
	border: 1px solid #6c8450;
  border-bottom: none;
	font-weight:normal; }


#top_tabnav li .active {
	background: #FFF url(/images/menu-active.jpg) repeat-x;
	color: #354128; }

#top_tabnav a:hover {
	background: #FFF;
	color:#354128; }

.top_tabnav_content {
	background: #FFFFFF;
	padding: 20px;
	border: 2px solid black;
	border-top: none;
	z-index: 2;
} */

/****END TOP TABS****/

/****LEFT TABS****/

.left_tabnav {
  background: linear-gradient(
    282deg, rgba(255,255,255,1) 64%, rgba(197 231 249) 100%);
}

.left_tabnav ul {
  margin: 0px 5px 30px 0px !important;
  display:inline;
}

.left_tabnav li {
  overflow: hidden;
  list-style-type: square;
  font-size:.95em;
  display:inline;
}

.left_tabnav li span{
  display:block;
  border-bottom:1px solid #afb7bb;
  font-weight:bold;
  color:#0b2952;
  padding:0;
  margin:4px 0 2px 4px;
  font-size:1.1em;
}

.left_tabnav li a {
  display:block;
  margin:0 2px;
  font-weight:normal !important;
  color: #027ABB;
}

.left_tabnav li span.disabled {
  color: #888888;
  background: #FAFAFA;
  border: 2px solid #DDDDDD;
  border-bottom: none;
  padding: 2px 5px 0px 5px;
  margin: 0;
  text-decoration: none;
}

.left_tabnav a, top_tabnav a.active {
  /* color: #000000; */
  color: #027ABB;
  margin: 0;
  text-decoration: none;
}

.left_tabnav a.active {
  font-weight:bold !important;
}

.left_tabnav a:hover {
  background:#027abb;
  color:#FFF !important;
  text-decoration:none !important;
  border-radius: 0.25rem;
}

.left_tabnav_content {
  padding: 20px;
  border-top: none;
}

/****END LEFT TABS****/

/************Evaluations**********/

.eval-item div.name{
  font-weight:bold;
}

.eval-item-comment td{
  font-size:12px;
  padding-bottom:20px;
}

.eval-item div.description{
  margin-right:10px;
}

.eval-item div.radios label{
  font-weight:normal;
  font-size:100%;
}

/************End**Evaluations**********/

.form h2{
  border-bottom:1px solid #eee;
  text-transform:uppercase;
  font-size:14px;
  font-weight:bold;
  margin:10px;
}

.form div.subsection{
  margin:10px;
}

.even{
  background:#f3f8fc;
}

div.search_form, .y_form{
  background: #efe;
  border: 1px solid #9d9;
  padding:.5em;
  /* margin:1em; */
  font-size:105%;
  color: #000;
}

.green-box {
  background: #efe;
  border: 1px solid #9d9;
  font-size:105%;
}

#search_filename_form {
  margin-right: 4%;
}

/* input#search {
	float: right;
} */

.notice2{
  background: #efe;
  border: 1px solid #9d9;
  padding:.5em;
  color: #000;
}

.form_req, .notice{
  border:2px solid #FFF8BE;
  background-color:#fffbdd;
  padding:5px;
  font-size:11px;
  /*width:90%;
	margin:0 auto 5px;*/
  margin:6px;
}

div.search_form input,div.search_form select, .y_form{
  font-weight:bold;
}

div.flash_notice {
  font-size: 1.25em;
  border-bottom: 1px solid #9d9;
  padding: 5px 0 5px 30px;
  color: #3d993d;
  /* margin:5px 0 0; */
  text-indent:30px;
  background:#efe url(/images/icons/alertgood.gif) no-repeat left;
}

div.flash_notice_bad {
  width: 100%;
  font-size: 1.25em;
  border-bottom: 1px solid #990000;
  color: #fff;
  padding: 5px 0 5px 30px;
  margin:5px 0 0;
  background:#cc0000 url(/images/icons/alertbad.gif) no-repeat left;
}

div.flash_notice_warning {
  font-size: 1.25em;
  border-bottom: 1px solid #a69605;
  /* color: #000; */
  color: #a69605;
  padding: 5px 0 5px 15px;
  margin:5px 0 0;
  background:#FEF49C;
}

.alert_notice, .red_alert{
  color:red;
}

.alert_notice, .alert_notice td,  .red_alert,.red_alert td {
  background-color:white;
}

img.ajax_act{
  margin:2px;
  margin-left:40px;
}

.fieldWithErrors input, .fieldWithErrors textarea, .fieldWithErrors select{
  border:2px solid red;
  /* display:inline; */
}

div.errorExplanation, div.flash_error {
  border-top: 2px solid #d00;
  border-bottom: 2px solid #d00;
  padding: .125em 1em .5em;
  background: #fff0f0;
  color: #000;
}

/*
    ** Collapsing fieldsets
    */

fieldset.collapsible {
  cursor:pointer;
  margin-top: 3px;
  margin-bottom: 3px;
}

#maincol fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border:0;
  background:none;
}

fieldset.collapsed * {
  display: none;
}

fieldset.collapsed table *,
     fieldset.collapsed legend,
     fieldset.collapsed legend * {
  display: inline;
}

fieldset.collapsed legend{
  border:0;
  background:none;
}

fieldset.collapsible legend {
  text-decoration:none;
  padding-left: 20px;
  background: url(/images/icons/menu-expanded.png) 5% 50% no-repeat;
}

fieldset.collapsed legend {
  background-image: url(/images/icons/menu-collapsed.png);
}

fieldset.collapsible legend.noarrow ,fieldset.collapsed legend.noarrow {
  background:none;
}

.rads input{
  background-color:#fff;
}

/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */

* fieldset.collapsible legend a {
  display: block;
}

.app_documents {
  width:600px;
  margin:10px;
}

.app_documents th{
  border-bottom: 1px solid #333;
  text-align:left;
}

.app_documents td{
  border-bottom: 1px solid #eee;
  padding:3px;
}

.app_documents .borderless{
  border:none;
}

#cards img{
  border:1px solid #ccc;
}

.boxlist li, .box, .boxes > *{
  list-style-type:none;
  margin:10px 0;
  padding:8px;
  background-color:#f5f5f5;
  border-bottom:1px solid #ddd;
  border-right:1px solid #ddd;
  width:92%;
}

div.item_notice{
  margin:-6px -6px 3px -6px;
  color:white;
  background:#FF3F3F;
  padding:3px;
}

tr.item_notice,tr.item_notice td, tr.item_notice a{
  color:white;
  background:#FF3F3F;
}

.item_notice label{
  color:white;
}

/* RAS Updates */

#maincol form select {
  max-width:225px !important;
}

#person_professional_address_country, #person_home_address_country {
  width:225px !important;
}

#maincol table {
  width:350px !important;
  margin:0 20px 0 0;
}

#maincol table.large {
  width: 450px !important;
}

#maincol fieldset {
  border:1px solid #BBB;
  border-top:1px solid #DFDFDF;
  border-left:1px solid #DFDFDF;
  overflow:hidden;
  min-width:350px !important;
  padding:3px !important;
  margin:5px 0 15px;
}

#maincol .form {
  width:300px !important;
}

#maincol .form2 {
  width:310px !important;
}

#maincol .form2  th{
  width:80px !important;
}

#maincol fieldset ,#maincol legend {
  color:#254e87;
}

.table-data {
  color:#254e87;
}

div .table-border{
  border:0;
  border-top:1px solid #DDD;
  /* width:692px */
}

#leftcol .partial{
  border:0;
  border-top:1px solid #DDD;
  width:692px !important;
}

#maincol .partial table {
  width:692px !important;
}

#maincol .partial table th {
  text-align:left !important;
  width:15%;
}

#maincol fieldset.partial .bordered th, #maincol .bordered th{
  text-align:center !important;
  font-size:13px;
  vertical-align:bottom;
  border-bottom: 1px solid #333;
}

#maincol fieldset ol {
  width:675px !important;
}

#maincol .wide {
  width:95% !important;
}

div.odd,div.even {
  padding:5px;
  font-size:.9em;
}

table.cmes{
  margin:10px 6px 40px 6px;
  width:75% !important;
}

table.cmes td{
  text-align:center;
}

.signature_line
{
  margin-top:2em;
  height:1em;
  width:200px;
  border-bottom:1px solid #999;
  font-weight:bold;
  font-style:italic;
  padding-left:6px;
}

.modal_blocker{
  width:100%;
  background-color:#333;
  opacity:.20;
  filter: alpha(opacity=20);
  height:100%;
  position:absolute;
  z-index:99;
  padding:0 0 20px;
  top:0;
  left:0;
}

#modal_msg
{
  font-size:16px;
  font-weight:bold;
  padding:10px;
  border:4px solid #999;
  width:400px;
  /*height:50px;*/
  min-height:50px;
  background:#fff;
  position:absolute;
  top:33%;
  left:30%;
  z-index:100;
}

/**Styles for Stepped Form Status Display**/

div.progress_steps
{
  background:url(/images/nav-bg.jpg) top left no-repeat;
  min-height:266px;
}

div.progress_steps  h3
{
  border-bottom:1px solid #afb7bb!important;
  font-weight:bold!important;
  color:#0b2952!important;
  padding:0!important;
  margin:4px 0 2px 4px!important;
  font-size:1.1em !important;
  line-height:29px;
}

div.progress_steps #sidebar {
  left: 0;
  text-align: left;
  font-family: tahoma, verdana, sans-serif;
  font-weight: bold;
  margin: 1em 0 0;
  padding: 0;
}

div.progress_steps #sidebar li {
  margin: 0 0 0 2em;
  padding: 0;
  color: #aaa;
  list-style: none;
  font-size: 90%;
}

div.progress_steps #sidebar li.complete {
  color: #4a6;
  list-style-image: url(/images/icons/check.gif);
}

div.progress_steps #sidebar li.active {
  color: #000;
  list-style-image: url(/images/icons/arrow.gif);
}

div.progress_steps #sidebar li.review {
  color: #f00;
  list-style-image: url(/images/icons/review.gif);
}

ol.multiple_choice_list{
  list-style:upper-alpha;
}

.new_field, .hidden
{
  display:none;
}

ul#req_docs{
  float:left;
  margin:0;
  margin-left:20px;
  margin-right:-7px;
  position:relative;
  z-index:1;
  width:230px;
}

ul#req_docs li.active
{
  background: #efe;
  border: 1px solid #9d9;
  border-right:0;
  padding:3px 20px 3px 3px;
}

#req_doc_description {
  margin:0;
}

ul#attachments
{
  list-style-type:none;
  margin:0;
  padding:0
}

ul#attachments li {
  margin-left: 0;
  padding: 0;
}

ul#attachments li a
{
  font-size:90%;
}

table#moc{
  margin:10px 6px 40px 6px
}

table#moc th{
  text-align:center;
}

table#moc th.current{
  background-color:#CAFF4A;
  font-size:105%
}

.user_display {
  position: absolute;
  top: 164px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px;
  margin: 0 0 0 5px;
  color:white;
  font-weight:bold;
  font-size:14px;
  z-index: 2;
}

.form_helper
{
  background:url(/images/icons/helper_arrow.gif) no-repeat left center;
  font-size:85%;
  padding-left:15px;
}

.table-stripe tr:nth-child(odd) {
  background-color: #F3F8FC;
}

tr.summary_row td
{
  font-weight:bold;
  background:#e4f2fe;
}

tr.summary_total_row td
{
  font-weight:bold;
  background:#cedbe5
}

.bulletless_list li{
  list-style-type:none;
}

.striped_list > li{
  padding:6px;
}

.contacts_list div{
  font-size:90%;
  margin:4px;
}

.contacts_list h3{
  font-size:95%;
  margin:1px;
}

.left_align{
  text-align:left !important;
}

.center_align{
  text-align:center !important;
}

.admin_summary{
  font-size:120%;
  margin:20px 0;
}

.admin_summary div{
  float:left;
  margin-left:20px;
}

table#admin_summary {
  width: auto !important;
  margin: 16px 16px 16px 0 !important;
}

table#admin_summary th {
  padding-left: 20px;
}

table#admin_summary td, table#admin_summary th {
  font-size: 16.8px;
}

.footer_notice {
  margin-top:-4px;
  background:#74b69f;
  font-size:11px;
  border-bottom: 1px solid #ded;
  color:#ffffff;
  padding:4px;
}

.home_notices{
  float:left;
  width:50%
}

.home_notices h2{
  margin-bottom:2px;
}

.home_notices p{
  margin-top:2px;
}

.logged_in_name{
  display:none;
}

table.likert{
}

table.likert td{
  text-align:center;
}

form .preview {
  border: 1px solid #999;
  padding: 10px;
}

#mailing_preview_data ul {
  list-style-type: none;
}

#ui-datepicker-div {
  font-size: 0.8em;
}

.cme-person-results .result {
  background: #eee;
  margin: 8px 0;
  padding: 8px;
  position: relative;
}

.cme-person-results label {
  display: block;
  font-weight: normal;
  margin-left: 20px;
}

.cme-person-results input {
  position: absolute;
  top: 8px;
  left: 9px;
}

.cme-issuer-other{
  display: none;
}

div.validation-errors {
  border: 2px solid red;
  margin-bottom: 10px;
}

div.validation-errors h2 {
  font-size: 14px;
  color: #000;
  margin-left: 10px;
}

div.admin-note {
  margin: 4px 0;
  padding: 6px;
  background: #f3f3f3;
  position: relative;
}

div.admin-note-author {
  font-style: italic;
  font-size: 11px;
  margin-bottom: 4px;
  color: #666;
}

div.admin-note-delete a {
  position: absolute;
  top: 4px;
  right: 0px;
}

div.admin-note-edit a {
  position: absolute;
  top: 4px;
  right: 20px;
}

iframe.news-post-preview {
  width: 100%;
  border: none;
}

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

.margin-top-20 {
  margin-top: 20px;
}

.hidden_element {
  display:none !important;
}

.link-button {
  font: bold 14px Arial;
  padding: 6px 6px 6px 6px;
  border-radius: 4px;
  border: none;
  text-decoration: none;
  color: #fff;
  background-color: #007bff;
  box-shadow: .15 s ease - in -out;
}

.link-button:hover {
  color: #fff;
  text-decoration: none;
}

a.button {
  font: bold 12px;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #000000;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

.margin-2 {
  margin: 2px;
}

/** left border as separtion bar **/

.left-bar {
  border-left: 1px solid #CCCCCC;
  padding: 0 6px;
}

/** end left border as separtion bar **/

.float-right {
  float: right;
}

.height_50 {
  height: 50px;
}

.vertical-align-top {
  vertical-align: top;
}

.width-250 {
  width: 250px;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:cursor-default:hover {
  cursor: default;
}

.hover\:border-sky-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.hover\:bg-emerald-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}

.hover\:bg-amber-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}

.hover\:bg-sky-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}

.hover\:bg-sky-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.hover\:bg-emerald-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.hover\:bg-slate-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

.hover\:bg-emerald-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.hover\:bg-sky-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}

.hover\:bg-amber-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}

.hover\:bg-red-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-sky-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-sky-700:hover {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}

.hover\:text-sky-800:hover {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}

.hover\:text-sky-500:hover {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-sky-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.group:hover .group-hover\:border-sky-700 {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.group:hover .group-hover\:border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.group:hover .group-hover\:text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-start-1 {
    grid-column-start: 1;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:static {
    position: static;
  }

  .lg\:right-24 {
    right: 6rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:font-medium {
    font-weight: 500;
  }
}

@media (min-width: 1280px) {
  .xl\:right-28 {
    right: 7rem;
  }

  .xl\:right-12 {
    right: 3rem;
  }

  .xl\:block {
    display: block;
  }
}

@media (min-width: 1536px) {
  .\32xl\:right-32 {
    right: 8rem;
  }
}
