/* CUSTOM STYLING

Add your custom styling here. Note that styling in the source is loaded AFTER this sheet, and has higher priority. Make sure your styles here don't collide with source styles.

*/

#root {
  background-color: #044899 !important;
  background-image: linear-gradient(#044899 0%, #6a97b3 100%);
}

#root .swagger-ui .opblock.opblock-options{ display: none; }

.menu, #root > div:first-child {
  background-color: #044899 !important;
}

#root > div:nth-child(2) {
  background-color: #ececec !important;
  color: #312f2f !important;
}

#root > div:nth-child(2) > img {
  width: 740px !important;
}

#root > div:nth-child(2) a button {
  background-color: red !important;
}

.header, #root > div:nth-child(2) > a:nth-of-type(2) {
  color: #312f2f !important;
}

#root > div.ui.vertical.segment:nth-child(3), .ui.borderless.inverted.vertical.attached.menu * {
  color: whitesmoke !important;
 }
 
#root > .container {
  margin-top: 25px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
 
