@import url(https://fonts.googleapis.com/css?family=Nunito);
/*!
 * Cropper.js v1.5.6
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-10-04T04:33:44.164Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

.uppy-ImageCropper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.uppy-ImageCropper-container {
  flex-grow: 1;
}

.uppy-ImageCropper-image {
  display: block;
  max-height: 400px;
}

.uppy-ImageCropper-controls {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.uppy-ImageCropper-controls button {
  width: 35px;
  height: 35px;
}
.uppy-ImageCropper-controls button svg {
  padding: 3px;
}
.uppy-size--md .uppy-ImageCropper-controls button {
  width: 40px;
  height: 40px;
}
.uppy-size--md .uppy-ImageCropper-controls button svg {
  padding: 1px;
}
.uppy-ImageCropper-controls button:hover {
  background-color: rgba(34, 117, 215, 0.8);
}
.uppy-ImageCropper-controls button:focus {
  outline: none;
  background-color: rgba(34, 117, 215, 0.8);
}

.uppy-ImageCropper .cropper-point {
  width: 8px;
  height: 8px;
}

.uppy-ImageCropper .cropper-view-box {
  outline: 2px solid #39f;
}
body {
  margin: auto;
  max-width: 1400px;
}

.dark-grey-text {
  color: #444444;
}

.swal2-container {
  z-index: 20000 !important;
}

.icons {
  position: relative;
  top: -2px;
  left: 5px;
  width: 20px;
  height: 20px;
}

.carousel-inner > .carousel-item > img {
  max-width: 640px !important;
  max-height: 360px !important;
}

.cursor-pointer {
  cursor: pointer;
}

table.reference_details_popup {
  width: 90%;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: left;
  border-spacing: 0;
  width: 100%;
  border: 1px solid rgba(12, 12, 12, 0.46);
}

.IPhone {
  width: 375px !important;
  height: 667px !important;
}

.moto_g4 {
  width: 360px !important;
  height: 640px !important;
}

.IPad {
  width: 768px !important;
  height: 1024px !important;
}

.Pixel {
  width: 411px !important;
  height: 731px !important;
}

.screen_medium {
  max-width: 700px !important;
}

@font-face {
  font-family: "Goudy Old Style";
  src: url("/fonts/goudy/GoudyOldStyleT-Regular.woff2") format("woff2"), url("/fonts/goudy/GoudyOldStyleT-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#logo {
  vertical-align: middle;
}

.navbar-brand span {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 200;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
}

.navbar-brand b {
  display: block;
  font-size: 50%;
  line-height: 1;
}

.nav-item {
  font-size: 1.2rem !important;
}

@media (max-width: 1215px) {
  .nav-item {
    font-size: 1rem !important;
  }
  .container {
    max-width: 100% !important;
  }
}
#logo {
  height: 100px;
  width: 100px;
}

.logo_text1 {
  font-family: "Goudy Old Style";
  font-weight: normal;
  font-style: normal;
  font-size: 1.4em !important;
  color: white;
}

.logo_text2 {
  font-family: "Goudy Old Style";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9em !important;
  font-weight: bold;
  color: #38808a;
}

.logo_text3 {
  font-family: "Goudy Old Style";
  font-weight: normal;
  font-style: normal;
  font-size: 0.7em !important;
  font-weight: bold;
  color: #38808a;
}

.version {
  font-size: 0.5em !important;
}

footer {
  color: white;
}

footer a {
  color: #0ee1f1;
}

footer .fa {
  font-size: 0.75em !important;
  padding-left: 20px;
  padding-right: 20px;
}

footer p {
  font-size: 0.75em !important;
}

.footer-copyright {
  font-size: 0.75em !important;
}

label {
  margin-bottom: 0.2rem !important;
  margin-top: 1rem !important;
}

.footer-heading1 {
  font-size: 0.75em;
}

@media (max-width: 767px) {
  .search {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .logo_text1 {
    font-size: 1.2em !important;
  }
  .logo_text2 {
    font-size: 0.7em !important;
  }
}
@media (max-width: 520px) {
  #logo {
    height: 60px;
    width: 60px;
  }
  .logo_text1 {
    font-size: 1.2em !important;
  }
  .logo_text2 {
    font-size: 0.6em !important;
  }
  .logo_text3 {
    font-size: 0.6em !important;
  }
  .version {
    font-size: 8px !important;
  }
}
@media (max-width: 411px) {
  #logo {
    height: 40px;
    width: 40px;
  }
  .logo_text1 {
    font-size: 0.7em !important;
  }
  .logo_text2 {
    font-size: 0.4em !important;
  }
  .logo_text3 {
    font-size: 0.8em !important;
  }
  .version {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  .navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-custom .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-custom .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-custom > .container {
    flex-wrap: nowrap;
  }
  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
}
.carousel-item img {
  height: 60vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .carousel-item img {
    height: 350px;
  }
}

* {
  transition: 0.3s;
}

#gallery.custom {
  padding: 0 15px;
}
#gallery.custom img {
  display: block;
  margin: 15px 0;
  border-radius: 300px 30px 300px 300px;
}
#gallery.custom img:hover {
  border-radius: 30px 90px 30px 30px;
}

#exampleModal.custom .modal-content {
  background: none;
  border: none;
}
#exampleModal.custom .modal-header {
  border: none;
}
#exampleModal.custom .modal-header button {
  background: none;
  border-radius: 100px 100px 0 0;
  padding: 5px 10px;
  opacity: 1;
  position: relative;
  top: 3px;
  border: solid 2px white;
}
@media (min-width: 992px) {
  #exampleModal.custom .modal-header button {
    top: 15px;
  }
}
#exampleModal.custom .modal-header button:hover {
  top: 3px;
}
#exampleModal.custom .modal-header span {
  color: white;
}
#exampleModal.custom .modal-body {
  padding: 0;
  border: none;
  position: relative;
}
#exampleModal.custom .modal-body::before, #exampleModal.custom .modal-body::after {
  content: "";
  height: 50px;
  width: 50px;
  display: block;
  position: absolute;
  background: white;
  border-radius: 3px 10px;
}
@media (min-width: 768px) {
  #exampleModal.custom .modal-body::before, #exampleModal.custom .modal-body::after {
    border-radius: 3px 30px;
    height: 100px;
    width: 100px;
  }
}
#exampleModal.custom .modal-body::before {
  top: -5px;
  left: -5px;
}
@media (min-width: 768px) {
  #exampleModal.custom .modal-body::before {
    top: -15px;
    left: -15px;
  }
}
#exampleModal.custom .modal-body::after {
  bottom: -5px;
  right: -5px;
  z-index: -1;
}
@media (min-width: 768px) {
  #exampleModal.custom .modal-body::after {
    bottom: -15px;
    right: -15px;
  }
}
#exampleModal.custom .modal-footer {
  border: none;
  margin-top: 60px;
}
@media (min-width: 992px) {
  #exampleModal.custom .modal-footer {
    margin-top: 40px;
  }
}
#exampleModal.custom .modal-footer .btn {
  margin: auto;
  border: solid 2px white;
  background: none;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 0.2em 0.7em;
}
#exampleModal.custom .modal-footer .btn:hover {
  background: white;
  color: black;
}
#exampleModal.custom .carousel-control-prev, #exampleModal.custom .carousel-control-next {
  font-size: 2em;
  top: auto;
  opacity: 1;
  bottom: -52px;
}
@media (min-width: 768px) {
  #exampleModal.custom .carousel-control-prev, #exampleModal.custom .carousel-control-next {
    top: 0;
    opacity: 0.5;
    bottom: 0;
  }
}
#exampleModal.custom .carousel-control-next-icon, #exampleModal.custom .carousel-control-prev-icon {
  height: 30px;
  width: 30px;
}
@media (min-width: 768px) {
  #exampleModal.custom .carousel-control-prev {
    left: -90px;
  }
}
@media (min-width: 768px) {
  #exampleModal.custom .carousel-control-next {
    right: -90px;
  }
}
#exampleModal.custom .carousel-indicators {
  bottom: -60px;
}
@media (min-width: 992px) {
  #exampleModal.custom .carousel-indicators {
    bottom: -30px;
  }
}
#exampleModal.custom .carousel-indicators li {
  height: 30px;
  border-radius: 100px;
  background: none;
  border: solid 2px white;
}
@media (min-width: 992px) {
  #exampleModal.custom .carousel-indicators li {
    height: 10px;
  }
}
#exampleModal.custom .carousel-indicators li:hover {
  background: white;
}
#exampleModal.custom .carousel-indicators li.active {
  background: white;
}

.plant_picture_image {
  cursor: pointer;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.list_plants.genus_td_style {
  font-style: italic !important;
}
.list_plants.species_td_style {
  font-style: italic !important;
}

.eh_spinner_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 5000;
  display: none;
}

.eh_spinner {
  animation: rotate 2s linear infinite;
  z-index: 2000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.eh_spinner .path {
  stroke: hsl(210, 70%, 75%);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.previous_values_div {
  background-color: #d9534f;
  padding: 5px;
}

.previous_values_title {
  color: white;
  font-size: 0.7em;
}

.previous_values_list {
  color: white;
  font-size: 0.7em;
}

fieldset {
  display: block;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;
  min-inline-size: -moz-min-content;
  min-inline-size: min-content;
}

legend {
  display: block;
  font-size: 14px;
  padding-inline-start: 2px;
  padding-inline-end: 2px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
}

#users-table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%;
}

#users-table td {
  padding: 5px 5px;
}

#users-table tr {
  border: 1px solid #f1f1f1;
}

#users-table tr.header-row td {
  background: #f5f5f5;
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
  padding: 5px 15px;
}

#users-table tr.header-row td a {
  text-decoration: none;
  padding: 5px 15px;
}

#users-table tr:hover {
  background: #f9f9f9;
}

.loading {
  z-index: 20;
  position: absolute;
  top: 0;
  left: -5px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.loading-content {
  position: absolute;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 40%;
  left: 35%;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.blink_text {
  animation: 1s blinker linear infinite;
  -webkit-animation: 1s blinker linear infinite;
  -moz-animation: 1s blinker linear infinite;
  color: red;
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
CSS for reference cards (editplant page)
 */
.ref_template {
  background-color: rgba(0, 0, 0, 0.03) !important;
}

.ref_template .card-body {
  padding: 0.3rem !important;
}

span.refText_title {
  font-weight: bold;
  font-size: 1em;
}

span.refText_text {
  font-size: 0.75em;
}

/*
Back to top icon
 */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(73, 122, 255, 0.8);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgb(73, 122, 255);
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.add-reference-icon {
  cursor: pointer;
}

.showplant_value {
  padding-top: 2px;
}

#approvalComments {
  width: 100%;
}

.ref-modal-links .pagination {
  flex-wrap: wrap;
}

.listplant-links .pagination {
  flex-wrap: wrap;
}

.ehaloph_thin_button {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  border: 0;
  text-decoration: none;
}

/* .badge:hover {filter: brightness(0.8);} */
.ehaloph_thin_button:hover {
  filter: saturate(0.5);
}

.ehaloph_thin_button > span {
  color: white;
}

.text-red {
  color: red;
}

.text-green {
  color: green;
}

.page-footer {
  background-color: #8c8c8c;
}

.page-401 {
  background-image: url("/svg/401.svg");
}

.page-403 {
  background-image: url("/svg/403.svg");
}

.page-404 {
  margin-top: 150px;
  margin-bottom: 30px;
  text-align: center;
}

.import-references {
  border: "0";
  border-collapse: collapse;
  width: "100%";
}

.import-references-table {
  border: 1px solid #999;
  padding: 5px;
  margin: 5px 0;
}

.get-ref-card {
  max-width: 600px;
  border: 1px solid black;
}

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

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

.width-25-pc {
  width: 25%;
}

.width-25px {
  width: 25px;
}

.multi-input-card {
  position: relative;
  float: left;
  width: 18rem;
}

.html-div-container {
  display: inline-block;
  min-height: 300px;
  border: 1px solid black;
}

.html-div-cont-2 {
  position: relative;
  float: left;
  width: 18rem;
}

.width-90-pc {
  width: 90%;
}

.help-icon {
  opacity: 0.6;
  font-size: 0.8em;
}

.max-width-300-px {
  max-width: 300px;
}

.margin-right-10-px {
  margin-right: 10px;
}

.min-width-100-pc {
  min-width: 100%;
}

.max-width-18-rem {
  max-width: 18rem;
}

.font-size-1-em {
  font-size: 1em;
}

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

.font-size-12-px {
  font-size: 12px;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-6 {
  opacity: 0.6;
}

.bg-6db7c4 {
  background-color: #6db7c4;
}

.font-size-23-px {
  font-size: 23px;
}

.map-title {
  width: 100%;
  height: 100%;
  margin: auto;
}

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

.search-plant-show-record-button {
  display: block;
  margin: auto;
}

.plants-associated-with-ref-1 {
  clear: both;
  padding: 2px 0;
  float: left;
  margin: 2px 0;
  width: 100%;
}

.plants-associated-with-ref-2 {
  padding: 2px;
  border: 1px solid #DDD;
  background: #EEE;
  float: left;
  margin: 2px;
}

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

.white-space-no-wrap {
  white-space: nowrap;
}

.float-right {
  float: right;
}

.width-20px {
  width: 20px;
}

.height-20px {
  height: 20px;
}

.record-log {
  width: 100%;
  border: 2px solid black;
}

.max-height-200px {
  max-height: 200px;
}

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

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

.padding-inline-start-10px {
  padding-inline-start: 10px;
}

.padding-0-5px {
  padding: 0 5px;
}

.slider-border {
  border: 1px solid rgba(0, 0, 0, 0.3);
  max-width: 675px;
}

.bg-38808a {
  background-color: #38808a;
}

.font-size-1-5-rem {
  font-size: 1.5rem;
}

.font-size-0-8-em {
  font-size: 0.8em;
}

.max-width-100-pc {
  max-width: 100%;
}

.sort-icon {
  color: rgba(38, 38, 236, 0.774);
}

.max-width-100-px {
  max-width: 100px;
}

.width-100px {
  width: 100px;
}
