:root {
    --primary-color: #1e7e34;
    --body-color: #f9f9f9;
    --text-color: #636363;
    --text-color-dark: #031608;
    --white-color: #ffffff;
    --light-color: #f8f9fa;
    --border-color: #073a18;
    --font-family: Lato;
}

body {
    line-height: 1.5;
    font-family: var(--font-family), sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    color: var(--text-color);
    background-color: var(--body-color)
}

.logo {
    width: 80px;
    height: auto;
    margin-right: 10px;
}

.panel-body {
    padding: 15px;
    margin: 10px;
}

p {
    color: var(--border-color);
    font-size: 15px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text-color-dark);
    font-family: var(--font-family), sans-serif;
    font-weight: 700;
    line-height: 1.2
}

h1,
.h1 {
    font-size: 65px
}

h2,
.h2 {
    font-size: 32px
}

h3,
.h3 {
    font-size: 25px;
    margin-top: 8px;
}

h4,
.h4 {
    font-size: 20px
}

h5,
.h5 {
    font-size: 18px
}

h6,
.h6 {
    font-size: 14px
}

.custom-jumbotron {
    width: 70%;
    margin: 0 auto;
}

.info_box {
    margin-top: 30px;
    margin-bottom: 30px;
    background: white;
    border: 1px solid var(--text-color-dark);
    border-radius: 5px;
    text-align: justify;
    line-height: 26px;
    padding-top: 10px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 10px;
}

button.list-group-item {
    width: 100%;
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
}

.list-group-item > .badge {
    float: right;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #4a955b;
    border-color: #4a955b
}

.pre-scrollable {
    display: block;
    font-size: 16px;
}

#loadingIndicator {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* 轻微的背景色 */
    z-index: 1000; /* 确保它位于其他内容之上 */
}
#plantloadingIndicator {
    display: none;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: var(--primary-color);
    border-radius: 10px;
}

.btn {
    font-size: 14px;
    font-family: var(--font-family), sans-serif;
    text-transform: uppercase;
    padding: 16px 44px;
    border-radius: 0;
    font-weight: 600;
    border: 0;
    position: relative;
    z-index: 1;
    transition: .2s ease
}

.btn:focus {
    outline: 0;
    box-shadow: none !important
}

.btn:active {
    box-shadow: none
}

.btn-primary {
    background: var(--primary-color);
    color: var(--white-color)
}

.btn-primary:active {
    background: var(--primary-color)
}

.btn-primary:hover {
    background: var(--primary-color)
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.inline-button {
    line-height: .8rem !important;
    padding: 5px 8px !important;
    pointer-events: none;
    margin-top: -5px
}

.overflow-hidden {
    overflow: hidden !important
}

::-moz-selection {
    background: var(--primary-color);
    color: var(--white-color)
}

::selection {
    background: var(--primary-color);
    color: var(--white-color)
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white-color);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center
}

ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    font-size: 15px
}

ol {
    padding-left: 20px;
    font-size: 15px
}

img {
    vertical-align: middle;
    border: 0
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: var(--primary-color)
}

a:hover,
a:focus {
    color: var(--primary-color)
}

a,
button,
select {
    cursor: pointer;
    transition: .2s ease
}

a:focus,
button:focus,
select:focus {
    outline: 0
}

.slick-slide {
    outline: 0
}

.section {
    padding-top: 80px;
    padding-bottom: 80px
}

@media (max-width: 768px) {
    .section {
        padding-top: 60px
    }
}

.section-sm {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (max-width: 768px) {
    .section-sm {
        padding-top: 40px
    }
}

.section-title {
    margin-bottom: 40px
}

.bg-cover {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.border-primary {
    border-color: #f2f2f2 !important
}

pre {
    padding: 20px
}

.overlay {
    position: relative
}

.overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--primary-color);
    opacity: .8
}

.outline-0 {
    outline: 0 !important
}

.d-unset {
    display: unset !important
}

.bg-primary {
    background: var(--primary-color) !important
}

.bg-white {
    background-color: var(--white-color) !important
}

.bg-light {
    background-color: var(--light-color) !important
}

.text-primary {
    color: var(--primary-color) !important
}

.text-color {
    color: var(--text-color) !important
}

.text-dark {
    color: var(--text-color-dark) !important
}

.text-white {
    color: var(--white-color) !important
}

.top-50 {
    top: 50px
}

.navbar {
    padding: 0
}

@media (max-width: 768px) {
    .navbar {
        padding: 10px 0
    }
}

.navbar-brand img {
    max-width: 100px;
    margin-bottom: 0
}

.navbar .nav-item .nav-link {
    padding: 15px 28px !important;
    font-size: 23px
}

.navbar .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.navbar .dropdown-menu {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .12);
    padding: 15px 0;
    border: 0;
    top: 40px;
    left: -35px;
    border-radius: 0;
    display: block;
    visibility: hidden;
    transition: .3s ease;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    background: var(--white-color)
}

@media (max-width: 768px) {
    .navbar .dropdown-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: unset;
        transform-origin: unset
    }
}

.navbar .dropdown-menu.view {
    visibility: visible !important;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: top;
    transform-origin: top
}

@media (max-width: 768px) {
    .navbar .dropdown-menu.view {
        display: block
    }
}

.navbar .dropdown-menu.show {
    visibility: hidden
}

@media (max-width: 768px) {
    .navbar .dropdown-menu.show {
        visibility: visible;
        display: block
    }
}

.navbar .dropdown-item {
    position: relative;
    color: var(--text-color-dark);
    transition: .2s ease;
    font-family: var(--font-family), sans-serif
}

@media (max-width: 768px) {
    .navbar .dropdown-item {
        text-align: center
    }
}

.navbar .dropdown-item:hover {
    color: var(--primary-color);
    background: 0 0
}

.lang-list {
    background: var(--primary-color);
    color: var(--white-color)
}

.lang-list.dark {
    color: var(--text-color-dark);
    background: var(--white-color)
}

.banner {
    overflow: hidden
}

.banner p {
    font-size: 20px;
    opacity: .8
}

.banner .nav-link.text-dark {
    color: var(--white-color) !important
}

.banner .nav-link.text-dark:hover {
    color: var(--white-color) !important
}

.banner .navbar-brand {
    color: var(--white-color) !important
}

#project-icon {
    float: left;
    height: 32px;
    width: 32px
}

#project-description {
    margin: 0;
    padding: 0
}

.ui-helper-hidden-accessible {
    display: none
}

.ui-menu {
    background: var(--white-color);
    padding: 5px 20px 20px;
    right: 0 !important;
    max-height: 200px;
    overflow: hidden;
    border-radius: 0 0 25px 25px;
    z-index: 9999;
    box-shadow: 0 13px 20px 0 rgba(0, 0, 0, .07)
}

@media (max-width: 575px) {
    .ui-menu {
        width: calc(100% - 30px) !important
    }
}

@media (min-width: 576px) {
    .ui-menu {
        max-width: 510px !important
    }
}

@media (min-width: 768px) {
    .ui-menu {
        max-width: 690px !important
    }
}

@media (min-width: 992px) {
    .ui-menu {
        max-width: 610px !important
    }
}

@media (min-width: 1200px) {

    .ui-menu {
        max-width: 730px !important
    }
}

.ui-menu-item a {
    color: var(--text-color);
    padding: 8px 0;
    font-size: 15px
}

.ui-menu-item a:hover {
    color: var(--primary-color)
}

.ui-menu-item:not(:last-child) {
    border-bottom: 1px solid #e8e8e8
}

.ui-menu-item * {
    display: none
}

.ui-menu-item .ui-corner-all {
    display: block
}

.form-control {
    height: 50px;
    border-radius: 25px;
    border: 0;
    padding: 0 20px
}

.form-control:focus {
    border: 0;
    box-shadow: none !important
}

textarea.form-control {
    height: 150px;
    padding: 20px
}

.icon {
    font-size: 40px
}

.shadow {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .07) !important;
    transition: .3s ease
}

.shadow-bottom {
    box-shadow: 0 1px 0 rgba(12, 13, 14, .1), 0 1px 6px rgba(59, 64, 69, .1)
}

.shadow:hover,
.shadow:focus {
    box-shadow: 0 14px 25px rgba(0, 0, 0, .1) !important
}

.content * {
    margin-bottom: 20px
}

.content img {
    max-width: 100%;
    height: auto;
    margin: 0 auto 15px;
    display: block;
    text-align: center
}

.content ul {
    padding-left: 0;
    margin-bottom: 20px
}

.content ul li {
    padding-left: 20px;
    position: relative
}

.content ul li::before {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: var(--primary-color);
    opacity: .3;
    left: 0;
    top: 8px
}

.list-styled li {
    padding-left: 20px;
    position: relative
}

.list-styled li::before {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: var(--primary-color);
    opacity: .3;
    left: 0;
    top: 17px
}

.sequence-container{
    height: 200px;
    overflow: auto;
    border: 1px solid green;
    padding: 10px;
    margin-bottom: 10px;
}

.geneinfo-container{
    background-color: #f8f8f8;
    padding: 5px;
}

.inter-icon{
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    font-size: 30px;
    color: black;
}

.post-meta {
    color: var(--text-color);
    font-style: italic;
    font-size: 14px
}

blockquote {
    font-size: 20px !important;
    color: var(--text-color-dark);
    padding: 20px 40px;
    border-left: 2px solid var(--primary-color);
    margin: 40px 0;
    font-weight: 700;
    background: var(--light-color)
}

blockquote p {
    margin-bottom: 0 !important
}

.pagination {
    justify-content: space-between
}

.pagination a {
    color: var(--primary-color)
}

.pagination i {
    font-size: 15px;
    line-height: 1.8
}

#b5-accordion i {
    font-size: 14px;
    line-height: 2
}
.b5-accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.25rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;

}
@media (prefers-reduced-motion: reduce) {
  .b5-accordion-button {
    transition: none;
  }
}
.b5-accordion-button:not(.collapsed) {
  color: #154f29;
  background-color: #c8e4d1a1;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.b5-accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.b5-accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .b5-accordion-button::after {
    transition: none;
  }
}
.b5-accordion-button:hover {
  z-index: 2;
}
.b5-ccordion-button:focus {
  z-index: 3;
  border-color: #84b795;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(68, 131, 85);
}

.b5-accordion-header {
  margin-bottom: 0;
}

.b5-accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.b5-accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.b5-accordion-item:first-of-type .b5-accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);

}
.b5-accordion-item:not(:first-of-type) {
  border-top: 0;
}
.b5-accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.b5-accordion-item:last-of-type .b5-accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.b5-accordion-item:last-of-type .b5-accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.b5-accordion-body {
  padding: 1rem 1.25rem;
}

.b5-accordion-flush .b5-accordion-collapse {
  border-width: 0;
}
.b5-accordion-flush .b5-accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.b5-accordion-flush .b5-accordion-item:first-child {
  border-top: 0;
}
.b5-accordion-flush .b5-accordion-item:last-child {
  border-bottom: 0;
}
.b5-accordion-flush .b5-accordion-item .b5-accordion-button {
  border-radius: 0;
}

table {
    text-align: left;
    color: var(--text-color);
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border: 1px solid #dee2e6
}

table td,
table th {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
    margin-bottom: 6px;
    margin-top: 6px;
    font-size: initial;
}

tr.highlight-on-tr:hover {
    color: #225533;
    font-weight: 500;
}

.inter_table {
    border-collapse: collapse;
    border: none;
    background-color: transparent;
}

.inter_table td {
    border-collapse: collapse;
    border: none;
    background-color: transparent;
    text-align: left;
}

.inter_table th {
    padding: .75rem;
    vertical-align: top;
    margin-bottom: 6px;
    margin-top: 6px;
    border-collapse: collapse;
    border: none;
    background-color: transparent;
    text-align: center;
}


tbody {
    background: #f8f8f8;
    margin-bottom: 0
}

.notices {
    margin: 2rem 0;
    position: relative
}

.notices p {
    padding: 10px
}

.notices p::before {
    position: absolute;
    top: 2px;
    color: #fff;
    font-family: themify;
    font-weight: 900;
    content: "\e717";
    left: 10px
}

.notices.note p {
    border-top: 30px solid #6ab0de;
    background: #e7f2fa
}

.notices.note p::after {
    content: 'Note';
    position: absolute;
    top: 2px;
    color: #fff;
    left: 2rem
}

.notices.tip p {
    border-top: 30px solid #78c578;
    background: #e6f9e6
}

.notices.tip p::after {
    content: 'Tip';
    position: absolute;
    top: 2px;
    color: #fff;
    left: 2rem
}

.notices.info p {
    border-top: 30px solid #f0b37e;
    background: #fff2db
}

.notices.info p::after {
    content: 'Info';
    position: absolute;
    top: 2px;
    color: #fff;
    left: 2rem
}

.notices.warning p {
    border-top: 30px solid #e06f6c;
    background: #fae2e2
}

.notices.warning p::after {
    content: 'Warning';
    position: absolute;
    top: 2px;
    color: #fff;
    left: 2rem
}

.sidebar {
    background-color: var(--white-color);
    position: sticky;
    top: 50px;
    margin-bottom: 30px;
    padding: 40px 10px 20px
}

.sidelist {
    display: block
}

li.sidelist > a {
    margin-left: 20px;
    margin-bottom: 10px;
    display: block;
    font-size: 20px
}

li.sidelist li a {
    margin: 0
}

.sidelist li.sidelist {
    display: block
}

.sidelist li.sidelist.active a {
    color: var(--primary-color)
}

.sidelist li.sidelist.active::before {
    opacity: 1
}


.page-item.active .page-link {
    z-index: 1!important;;
    color: #fff!important;
    background-color: #1e7e34 !important;
    border-color: #1e7e34 !important;
}


.sidelist li a {
    color: var(--text-color-dark);
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0;
    line-height: 1.4
}

p:empty,
p a:empty {
    display: none !important
}

pre {
    display: block;
    padding: 9.5px;
    margin: 10px 0
}

code {
    margin-bottom: 0 !important;
    font-size: 100%
}

.back-btn {
    position: relative
}

.back-btn::before {
    position: absolute;
    font-family: themify;
    content: "\e6bc";
    font-size: 25px;
    height: 30px;
    width: 40px;
    background-color: var(--white-color);
    color: inherit;
    text-align: right;
    z-index: 1;
    left: -5px;
    top: -5px
}

.ui-autocomplete-input {
    border-bottom: 1px solid #d4d4d4 !important
}

.ui-autocomplete-input.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.search-icon {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 14px
}

i {
    transition: .2s ease
}

a:hover i {
    color: var(--primary-color)
}

pre code::-webkit-scrollbar {
    height: 5px
}

pre code::-webkit-scrollbar-track {
    background: #000
}

pre code::-webkit-scrollbar-thumb {
    background: #888
}

.code-tabs {
    border: 1px solid #dee2e6;
    overflow: hidden;
    margin: 20px 0
}

.code-tabs .tab-content {
    padding: 20px 15px;
    margin-bottom: 0
}

.code-tabs .tab-content .tab-pane {
    margin-bottom: 0
}

.code-tabs .nav-tabs {
    margin-bottom: 0
}

.code-tabs .nav-tabs .nav-item {
    padding-left: 0;
    border-right: 1px solid #dee2e6
}

.code-tabs .nav-tabs .nav-item .nav-link {
    text-decoration: none;
    font-weight: 500;
    border: 0;
    margin-bottom: 0
}

.code-tabs .nav-tabs .nav-item::before {
    display: none
}

.code-tabs .nav-tabs .nav-item.active {
    background: var(--primary-color)
}

.code-tabs .nav-tabs .nav-item.active .nav-link {
    color: var(--white-color)
}

.footer-bottom p {
    color: #fff;
}

.footer-bottom{
    display: flex;
    justify-items: center;
    align-items: center;
}



.widget{
    background: #fff;
    padding: 10px;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, .125);
    
}

.widget.category-list ul li a {
    display: flex;
    transition: all linear 0.3s;
    align-items: center;
    padding: .75rem 0.75rem;


}

.widget.category-list ul li a span {
    float: right;
    font-size: 10px;
    background: #F4F7F9;
    border-radius: 10px;
    padding: 3px 8px;
    color: #84919B;
    margin-left: auto;
}

.widget.category-list ul li a.active span {
    background: #278128;
    color: #fff;
}

.widget.category-list ul li a:hover span {
    background: #278128;
    color: #fff;
}

.widget-header .btn {
    display: inline-flex;
    align-items: center;
    height: 2em;
    background-color: #28a745;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px;
    margin-right: 5px;
}

.widget.price-range .slider-selection {
    background: #dedede;
    box-shadow: none;
}

.widget.price-range .slider-handle {
    background: #278128;
}


.info-body {
    border: 1px solid #024d18;
    border-radius: 0.25rem;
    padding: 15px;
    background-color: #f8f9fa;
}

.info-header {
    background-color: #007c4d;
    color: white;
    padding: 10px 15px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border: 1px solid #007c4d;
}

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

.info-body .info {
    background-color: #cfe8da70;
}

.info-body .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007c4d;
}

.tab-content .btn {
    font-size: 14px;
    font-weight: 400;
    padding: 2px 15px;
}

.graph-options-trigger{
    width: 3em; 
    height: 2em; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    float: right;
    margin-right: 2px;
  }
  
  #graph-tools{
    position: relative; 
    top: 0px; 
    right: 5px; 
    z-index: 100;
  
  }
  
  .tools {
    position: absolute;
    background-color:rgba(201, 235, 201, 0.1) ;
    padding: 10px;
    border-radius: 4px;
    top: 50px;
    right: 0px;
    width: 12em;
    box-shadow:0px 6px 15px rgba(64, 79, 104, 0.05);
    border: 1px dashed #333736;
    left: auto;
    
  }
  .my-title {
    background-color: #eafbef; 
    color: #116e04; 
    border-radius: 8px; 
    padding: 10px; 
    margin-bottom: 15px; 
    text-align: center;
    font-weight: bold;
  }
  
  #search-box {
    display: none;
  }
  
  .search_area {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 12em;
  }
  .search_area .form-control {
      padding-left: 20px;
  }
  .search_area input {
      font-size: 15px;
  }
  .search_area input::placehoder {
      color: #001E00;
  }
  .search_area button {
    color: #000000;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 2em;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 1em;
    background-color: white;
    border-color: white;
  }
  .search_area.dashboard-style .form-control {
      font-size: 14px;
  }
  
  .search_area.dashboard-style .form-control::placeholder {
      color: #222222;
  }
  
  .btn.graph-options-trigger.dropdown-toggle::after {
    display: none;
  }
  
  .tools .form-label{
    color:#000
  }
  
  #tools .form-check-label{
    color:#000
  }
  
  .ranger-wrapper .slider.slider-horizontal {
    width: 100%;
  }
  .ranger-wrapper .slider-handle {
    background: #127e39;
  }
  .ranger-wrapper .slider-track {
    margin-top: -2px;
    height: 5px;
    box-shadow: none;
    border-radius: 0;
    background: #f5f5f5;
  }
  .ranger-wrapper .slider-selection {
    background: #dedede;
    box-shadow: none;
  }
  
  /* 隐藏原始的radio按钮 */
  input[type='radio'] {
    display: none;
  }
  
  /* 为radio按钮创建一个新的样式 */
  input[type='radio'] + label:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    position: relative;
    bottom: 5px;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 50%;
  }
  
  
  /* 当radio按钮被选中时，改变颜色 */
  input[type='radio']:checked + label:before {
    background-color: #127e39;
  }
  
.bootstrap-table .pagination{
    margin-top:0px
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .dropdown-toggle{
    font-size: 1em;
    height: 2em;
    background: var(--body-color);
    border:1px solid gray
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .dropdown-toggle:hover{
    background-color: #afc8b7;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color:  var(--primary-color);
}

.navbar-brand{
    display: flex;
}

.headertext, ::after, ::before {
    box-sizing: content-box;
}

#attributepane .data {
    font-size: 12px;
}

#attributepane .data, ::after, ::before{
    box-sizing: content-box;
}

