/*Created with Adobe RoboHelp.*/
/*------------------- font face rule specifies a custom font styles--------------------*/
@font-face {
  font-family: "Gotham Light";
  font-style: normal;
  font-weight: 300;
  src: local("Gotham Light"), local("Gotham-Light"),
    url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-light.woff2) format("woff2"),
    url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-light.woff) format("woff");
}
@font-face {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 400;
  src: local("Gotham Book"), local("Gotham-Book"),
    url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-book.woff2) format("woff2"),
    url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-book.woff) format("woff");
}
@font-face {
  font-family: "Gotham Medium";
  font-style: normal;
  font-weight: 500;
  src: local("Gotham Medium"), local("Gotham-Medium"),
    url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-medium.woff2) format("woff2"),
    url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-medium.woff) format("woff");
}
@font-face {
  font-family: "Caecilia";
  font-style: normal;
  font-weight: 400;
  src: local("Caecilia LT Pro 55 Roman"), local("CaeciliaLTPro-55Roman"),
    local("PMN Caecilia Com 55 Roman"), local("CaeciliaCom-55Roman"),
    url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-55-roman.woff2) format("woff2"),
    url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-55-roman.woff) format("woff");
}
/*------------------- body styles--------------------*/
body {
  font-size: 14px;
  counter-reset: preltopics-caption pseealso-caption pminitoc-caption;
  background-color: #ffffff;
  padding-left: 30px;
  font-family: 'Gotham Medium';
  color: #666666;
}
/*--------------------Headings---------------------------*/
h1 {
  font-size: 32.4px;
  font-family: 'Gotham Light';
  color: #333333;
  text-align: left;
  line-height: 1;
  margin-top: 20px;
}
h2 {
  font-size: 24px;
  font-family: 'Gotham Medium';
  color: #1B1B1B;
  margin-top: 36px;
}
h3 {
  font-size: 20px;
  font-family: 'Gotham Book';
  color: #04366F;
  margin-top: 32px;
}
h4 {
  font-size: 18px;
  font-family: 'Gotham Medium';
  color: #666666;
  margin-top: 21px;
}
h5 {
  font-size: 18px;
  font-family: 'Gotham Medium';
  color: #666666;
  margin-top: 21px;
}
h6 {
  font-size: 16px;
  font-family: 'Gotham Medium';
  color: #666666;
  margin-top: 21px;
}
/*-----------------Paragraph Styles-------------------*/
p {
  margin-top: 12px;
  font-family: 'Gotham Book';
  font-size: 14px;
  color: #666666;
  text-align: left;
  line-height: 22px;
}
p.para-url {
  font-family: 'Gotham Medium';
  font-size: 16px;
  color: #666666;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 15px;
  background-color: #F2F5F8;
}
/*-----------------bold-----------------*/
/*span. acts as a container for inline elements*/
span.bold {
  font-style: bold;
  font-family: "Gotham Book";
  font-weight: bold;
  font-size: 14.4px;
  color: #414141;
}
/*-----------------italics-----------------*/
/*span. acts as a container for inline elements*/
span.italics {
  font-style: italic;
  font-family: "Gotham Book";
  font-weight: italic;
  font-size: 14.4px;
  color: #414141;
  font-style: italic;
}
/*-----------------Expanders and DropDown Styles-------------------*/
a.expandspot {
  color: #04366F;
  cursor: pointer;
  font-style: none;
  text-decoration: none;
}
span.expandtext {
  font-style: none;
  font-weight: normal;
  color: #666666;
}
a.dropspot {
  border: 1px solid #696969;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  line-height: 32px;
  background-color: #F2F5F8;
  font-family: Gotham Medium;
  background-image: url('');
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  display: block;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  border-width: 1px;
  border-style: none;
  border-color: #696969;
  border-left-width: 1px;
  border-left-style: none;
  border-left-color: #696969;
  border-top-width: 1px;
  border-top-style: none;
  border-top-color: #696969;
  border-right-width: 1px;
  border-right-style: none;
  border-right-color: #696969;
  border-bottom-width: 1px;
  border-bottom-style: none;
  border-bottom-color: #696969;
}
a.dropspot::before {
  vertical-align: middle;
  margin-right: 0.25rem;
  content: url('../images/arrow_right.svg');
  color: #666666
}
a.dropspot.pressed::before {
  vertical-align: middle;
  margin-right: 0.25rem;
  content: url('../images/down_arrow_dropspot.png');
}
a.dropspot:active {
  color: #666666;
  border: 1px solid #ccc;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  padding: 5px;
  margin-top: 17px;
  margin-bottom: 17px;
  line-height: 32px;
}
.droptext {
  color: #FFFFFF;
  padding: 5px;
}
/*-----------------div tag-----------------*/
div.code-toolbar {
  position: relative;
}

/*------------------ table styles-------------------------- */
/*--table.Table is a class selector in css. It selects all elements with that class attribute so that unique CSS declarations can be applied to those specific elements without affecting other elements on the page.*/
table.Table th {
  position: sticky;
  top: -1px;
  border: 1px;
  z-index: 1;
  font-weight: bold;
  border-color: #C0C0C0;
  vertical-align: top;
  padding: 8px;
  font-size: 14px;
  margin-top: 4px;
  background-color: #D4DEEA;
  color: #333333;
  text-align: left;
  line-height: 22px;
  font-family: "Gotham Book";
}
table.header th {
  position: sticky;
  top: -1px;
  border: 1px;
  z-index: 1;
  font-weight: bold;
  border-color: #C0C0C0;
  vertical-align: top;
  padding: 8px;
  font-size: 14px;
  margin-top: 4px;
  background-color: #D4DEEA;
  color: #333333;
  text-align: left;
  line-height: 22px;
  font-family: "Gotham Book";
}
table.Table {
  font-family: 'Gotham Book';
  color: #C0C0C0;
  border-width: 1px;
  border-style: solid;
  border-color: #C0C0C0;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #C0C0C0;
  border-left-style: solid;
  border-left-color: #C0C0C0;
  border-top-style: solid;
  border-top-color: #C0C0C0;
  border-right-style: solid;
  border-right-color: #C0C0C0;
  border-collapse: collapse;
  border-spacing: 1px 1px;
}
table.Table tr:nth-child(even) td {
  font-family: "Gotham Book";
  border-bottom-style: none;
  vertical-align: top;
  margin-top: 4px;
  font-size: 14.4px;
  color: #666666;
  text-align: left;
  line-height: 1.5;
}
table.Table tr:nth-child(odd) td {
  font-family: "Gotham Book";
  background-color: #f2f5f8;
  border-bottom-style: none;
  vertical-align: top;
  margin-top: 4px;
  font-size: 14.4px;
  color: #666666;
  text-align: left;
  line-height: 1.5;
}
table.Table tr:first-child td {
  display: table-cell;
}
table.header {
  font-family: 'Gotham Book';
  color: #000000;
  border-width: 1px;
  border-style: none;
  border-color: #000000;
  border-left-width: 1px;
  border-top-width: 1px;
  border-top-style: none;
  border-top-color: #000000;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-style: none;
  border-left-color: #000000;
  border-right-style: none;
  border-right-color: #000000;
  border-bottom-style: none;
  border-bottom-color: #000000;
}
table.header td:last-child {
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  border-right-style: solid;
  border-right-color: #000000;
  border-top-style: solid;
  border-top-color: #000000;
  border-left-style: solid;
  border-left-color: #000000;
}
table.header tr:nth-child(even) td {
  font-family: "Gotham Book";
  border-bottom-style: none;
  vertical-align: top;
  margin-top: 4px;
  font-size: 14.4px;
  color: #666666;
  text-align: left;
  line-height: 1.5;
}
table.header tr:nth-child(odd) td {
  font-family: "Gotham Book";
  background-color: #f2f5f8;
  border-bottom-style: none;
  vertical-align: top;
  margin-top: 4px;
  font-size: 14.4px;
  color: #666666;
  text-align: left;
  line-height: 1.5;
}
table.header tr:first-child td {
  display: table-cell;
}
table.Table td {
  padding: 8px;
  font-family: "Gotham Book";
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #C0C0C0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #C0C0C0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #C0C0C0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #C0C0C0;
  font-size: 14.4px;
}
table.header td {
  padding: 8px;
  font-family: "Gotham Book";
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #C0C0C0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #C0C0C0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #C0C0C0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #C0C0C0;
  font-size: 14.4px;
}
/*
a.glossterm {
  color: #800000;
  cursor: pointer;
  font-style: italic;
  text-decoration: none;
}
span.glosstext {
  font-style: italic;
  font-weight: normal;
  color: #0000ff;
}
*/
/* -------------------------Ordered Lists---------------------------*/
ol.decimal {
  list-style-type: decimal;
  padding-left: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}
ol.lower-alpha {
  list-style-type: lower-alpha;
  padding-left: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}
ol.lower-roman {
  list-style-type: lower-roman;
  padding-left: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}
li {
  font-size: 14.4px;
  line-height: 1.5;
  color: rgba(102, 102, 102, 1.0);
  text-align: left;
  font-family: "Gotham Book";
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 10px;
}
/* -------------------------Unordered Lists-----------------------------*/
ul.disc {
  list-style-type: disc;
  padding-left: 15px;
  margin-top: 12px;
  margin-bottom: 12px;
}
ul.square {
  list-style-type: square;
  padding-left: 15px;
  margin-top: 12px;
  margin-bottom: 12px;
}
ul.circle {
  list-style-type: circle;
  padding-left: 15px;
  margin-top: 12px;
  margin-bottom: 12px;
}
/*-------------------- Hyperlinks------------------------ */
a:link {
  color: #338ADE !important ;
  text-decoration: none;
}
a:hover {
  color: #338ADE !important;
  text-decoration: underline;
}
a:visited {
  color: #3677C6 !important;
  text-decoration: none;
}
/*----------------- styling for complete HTML page---------------- */
html {
  overflow-y: scroll;
  margin-right: 5%;
}
/*---------------------image styles----------------------------*/
img.screenshot_250p {
  width: 250px;
  border: 1px solid grey;
}
img.screenshot_750p {
  width: 750px;
  border: 1px solid grey;
}
img.screenshot_950p {
  width: 950px;
  border: 1px solid grey;
}
img.screenshot_650p {
  width: 650px;
  border: 1px solid grey;
}
img.screenshot_550p {
  width: 550px;
  border: 1px solid grey;
}
img.screenshot_450p {
  width: 450px;
  border: 1px solid grey;
}
img.icon_25px {
  width: 25px;
  border: 1px solid grey;
}
* {box-sizing: border-box;}

.img-comp-container {
  position: relative;
  height: 650px; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow:hidden;
  filter: grayscale(100%)
}

.img-comp-img img {
  display:block;
  vertical-align:middle;
}
.img-comp-overlay
{
  position: absolute;
  width: auto;
  height: auto;
  overflow:hidden;
}
.img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
}
/*---------------------Additional Resources--------------------------*/
.grey-box {
  background-color: #F0F0F7;
  padding: 10px;
}

.white-box {
  background-color: #fff;
  border: 4 px solid blue;
  border-radius: 10px; /* Make the box rounded */
   display: flex; /* Use flexbox */
  align-items: center; /* Align items vertically */
}

.white-box img {
  display: block; /* Make the image a block element */
  max-width: 100%; /* Ensure image does not exceed container width */
  margin-right: 20px; /* Add space between image and text */
}
/* Optional: Adjust text width */
.white-box p {
flex: 1; /* Allow text to take up remaining space */
  }
/*---------------------Admoninitions styles----------------------------*/
p.note {
  background-color: #edf3f9;
  border: 1px solid;
  border-color: #9dbfe1;
  border-radius: 8px;
  color: #666666;
  ;
  margin: 1rem 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 4rem;
  padding-right: 1rem;
  display: block;
}
p.note::after {
  content: url('../images/note.svg');
  position: absolute;
  top: 14px;
  left: 20px;
  color: #666666;
  ;
}
p.note::before {
  content: "Note:";
  font-size: 14.4px;
  font-weight: bold;
  position: relative;
  margin-right: 5px;
  color: #193DAA;
}
p.important {
  background-color: #fefae0;
  border: 1px solid;
  border-color: #ebcf29;
  border-radius: 8px;
  margin: 1rem 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 4rem;
  position: relative;
}
p.important::after {
  content: url('../images/warning.svg');
  position: absolute;
  top: 14px;
  left: 20px;
}
p.important::before {
  content: "Important:";
  font-size: 14.4px;
  font-weight: bold;
  position: relative;
  margin-right: 5px;
  color: #D06216;
}
p.tip {
  background-color: #eaf3e9;
  border: 1px solid;
  border-color: #cae3c8;
  border-radius: 8px;
  color: #666666;
  ;
  margin: 1rem 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 4rem;
  position: relative;
}
p.tip::after {
  content: url('../images/tip.svg');
  position: absolute;
  top: 14px;
  left: 20px;
}
p.tip::before {
  content: "Tip:";
  font-size: 14.4px;
  font-weight: bold;
  position: relative;
  margin-right: 5px;
  color: #3A7634;
}
p.codeheading {
  border: 1px solid #dde4ec;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0;
  background-color: #d4deea;
  font-size: 16px;
  font-family: "Gotham Book";
  vertical-align: middle;
  position: relative;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #dde4ec;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #dde4ec;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-color: #dde4ec;
  border-right-style: solid;
  border-right-color: #dde4ec;
  border-bottom-style: solid;
  border-bottom-color: #dde4ec;
}
/*---------------------- code syntax highlighting------------------------
pre defines what preformatted text will look like. By using this tag, spaces and line breaks are preserved. code tag is a semantic way to show that the text is a code block.  */
code[class*=language-],
pre[class*=language-] {
  color: #ccc;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: break-word;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  background-color: #35434D;
  max-height: 350px;
  border-radius: 10px;
}
pre[class*=language-] {
  padding: 1em;
  margin-top: -0.1em;
  margin-bottom: .5em;
  overflow-y: auto;
  scrollbar-width: thin;
  white-space: pre-wrap;
}
:not(pre)>code[class*=language-],
pre[class*=language-] {
  background: #35434D;
}
:not(pre)>code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}
pre[class*=language-]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  background-color: inherit;
}
pre[class*=language-]::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}
pre[class*=language-]::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #898b8c;
}
pre[class*=language-].line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}
pre[class*=language-].line-numbers>code {
  position: relative;
  white-space: inherit;
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line-numbers-rows>span {
  display: inline-block;
  width: 100%;
  counter-increment: linenumber;
}
.line-numbers-rows>span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: .8em;
  text-align: right;
}
div.code-toolbar>.toolbar {
  position: absolute;
  z-index: 10;
  top: 0.6em;
  right: 1em;
  transition: opacity .3s ease-in-out;
  opacity: 0.3;
}
div.code-toolbar:hover>.toolbar {
  opacity: 1;
}
div.code-toolbar:focus-within>.toolbar {
  opacity: 1;
}
div.code-toolbar>.toolbar>.toolbar-item {
  display: inline-block;
}
div.code-toolbar>.toolbar>.toolbar-item>a {
  cursor: pointer;
}
div.code-toolbar>.toolbar>.toolbar-item>button {
  background: rgba(22, 122, 238, 0.51);
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-left: .5em;
  margin-right: .5em
}
div.code-toolbar>.toolbar>.toolbar-item>a,
div.code-toolbar>.toolbar>.toolbar-item>button,
div.code-toolbar>.toolbar>.toolbar-item>span {
  color: white;
  font-size: .8em;
  padding: .5em .5em;
  background: rgba(22, 122, 238, 0.51);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .2);
  border-radius: .5em;
  font-family: "Gotham Book";
  font-size: 12px;
  font-weight: 400;
}
div.code-toolbar>.toolbar>.toolbar-item>a:hover,
div.code-toolbar>.toolbar>.toolbar-item>button:hover,
div.code-toolbar>.toolbar>.toolbar-item>span:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(22, 122, 238, 0.51);
}
/*--------------------------- Endpoint operators---------------------------- */
ph.get {
  border-width: 1px;
  border-color: #007FC4;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  vertical-align: middle;
  background-color: #007FC4;
  border-style: solid;
  color: #FFFFFF;
  margin-right: 7px;
}
ph.post {
  border-width: 1px;
  border-color: #7086F4;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  vertical-align: middle;
  background-color: #7086F4;
  border-style: solid;
  color: #FFFFFF;
  margin-right: 7px;
}
ph.delete {
  border-width: 1px;
  border-color: #5C827B;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  vertical-align: middle;
  background-color: #5C827B;
  border-style: solid;
  color: #FFFFFF;
  margin-right: 7px;
}
ph.put {
  border-width: 1px;
  border-color: #D66900;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  vertical-align: middle;
  background-color: #D66900;
  border-style: solid;
  color: #FFFFFF;
  margin-right: 7px;
}
ph.update {
  border-width: 1px;
  border-color: #243398;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  vertical-align: middle;
  background-color: #243398;
  border-style: solid;
  color: #FFFFFF;
  margin-right: 7px;
}
ph.pull {
  border-width: 1px;
  border-color: #A900CD;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  vertical-align: middle;
  background-color: #A900CD;
  border-style: solid;
  color: #FFFFFF;
  margin-right: 7px;
}
a.expandspot:active {
  color: #FFFFFF;
}
a.expandspot:hover {
  color: #FFFFFF;
}
a.dropspot:hover {
  color: #666666;
}
a.dropspot:link {
  color: #666666;
}
a.dropspot:visited {
  color: #666666;
}
/*---------------------------Copyright at Footer---------------------------- */
.copyright {
  font-family: Corbel;
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  color: #000000;
}
.footer-text {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: white;
  padding-left: 35px;
}
a.dropspot::after {
  color: #666666;
}
a.dropspot.pressed::after {}