/*
COLORS
orange  247 147 029
blue    002 190 214
green   140 198 062

MEDIA QUERIES
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
*/

/*  ------------------------------------
    GLOBALS
    --------------------------------  */
html,
body {
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
}
abbr {
    font-style: normal !important;
    font-weight: inherit;
}
small {
    font-size: .75em;
}

/*  ------------------------------------
    SIDEBAR
    --------------------------------  */
.left-side-bar {
    z-index: 1040;
}
@media (max-width: 1300px) {
    .left-side-bar {
        left: -281px;
    }
}
.left-side-bar.open {
    left: 0;
}
.left-side-bar.open:before{opacity:1;visibility:visible;display:none}
.sidebar ul,
.sidebar ul ul {
    padding-left: 0;
}
.sidebar a,
.sidebar a:hover {
    color: #fff;
    text-decoration: none;
}
.profile {
    background: rgb(12 20 23);
    position: fixed;
    bottom: 0;
    width: 280px;
    transition: width .4s ease;
}

/*  ------------------------------------
    TOPBAR
    --------------------------------  */
.header {
    background: #fff;
    box-shadow: 0 0 25px rgba(0 0 0/.1);
    height: 60px;
    justify-content: space-between;
    transition: all .3s ease-in-out;
}
@media (min-width:1301px) {
    .header {
        left: 280px;
    }
}
.user-notification {
    float: right;
    padding: 10px 0;
}
.user-notification .dropdown-toggle {
    font-size: 16px;
    padding: 0 8px;
    color: #555;
    position: relative;
}
.user-notification .dropdown-toggle .badge {
    position:absolute;
    right:8px;
    top:10px;
    background:#f5678a;
    width:5px;
    height:5px;
    display:block;
    padding:0;
}
.user-notification .dropdown-toggle .badge {
    color: #fff;
    font-size: .9rem;
    font-weight: 100;
    padding: 2px;
    top: 0;
    right: 0;
    min-width: 18px;
    height: 18px;
}
.mx-h-350{max-height:350px}

/*  ------------------------------------
    MAIN
    --------------------------------  */
.main-container {
    padding: 88px 20px 0 20px;
}
#toolbar {
    top: 60px;
}
@media (min-width: 1301px) {
    .main-container{
        padding-left: 320px;
        padding-right: 40px;
    }
    #toolbar {
        margin: -40px -40px 0;
    }
}
#mensagem {
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 1240;
}
#mensagem.teste {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.error-page h1 {
    font-size: 210px;
    text-shadow: 2px 2px 0 #212529, 4px 4px 0 #fff, 8px 8px 0 #212529;
}

/*  Beta tag */
.beta {
    position: absolute;
    width: 80px;
    height: 80px;

    &.container {
        overflow: hidden;
        top: -1px;
        right: -1px;
    }
    &.text {
        top: -40px;
        right: -40px;
        transform: rotate(45deg);
        padding-top: 56px;
    }
}

@media (max-width:1300px){.header-left .menu-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.left-side-bar .close-sidebar{display:block}.left-side-bar:before{display:block;opacity:0;visibility:hidden}.left-side-bar .brand-logo a{text-align:left;padding:5px 15px}.left-side-bar .brand-logo a .svg,.left-side-bar .brand-logo a img{margin:0}.header-right .brand-logo{display:table}.header-right .menu-icon{display:block;padding-left:15px;padding-top:7px}.mobile-menu-overlay{display:block;opacity:0;visibility:hidden}.mobile-menu-overlay.show{opacity:.6;visibility:visible}}
@media (min-width:1025px){.header-left .header-search{display:block!important}}
@media (max-width:1024px){.header-left{width:25%}.header-right{width:75%}.header-left .search-toggle-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.header-left .header-search{padding:15px 20px;position:absolute;left:0;top:100%;display:none}.register-page-wrap .wizard-content .wizard{padding-left:300px}.register-page-wrap .wizard-content .wizard .steps{width:300px}}
@media (max-width: 767px){
.login-header .brand-logo a img{max-width:150px}
.user-notification{margin-right:5px}
.user-notification .dropdown-menu{width:100%;min-width:300px}
.user-info-dropdown .dropdown-toggle .user-name{display:none}
.forgot-password{text-align:center}
.ionicons-list li{width:16.6%}
.timeline .timeline-date{position:relative;top:0;margin-bottom:20px;left:35px}
.timeline ul:before{left:10px}
.timeline ul li{padding-left:0;padding-bottom:0;}
.timeline ul li:before{left:2px;top:28px}
.fc-toolbar .fc-left:after,.fc-toolbar .fc-right:after{content:"";clear:both;display:table}
.fc-toolbar .fc-left,.fc-toolbar .fc-right{float:none!important;padding-bottom:10px}
.faq-wrap .card-header .btn{font-size:17px}
}
@media (max-width:660px){.docs-buttons .btn-group-crop{display:block}.select-role .btn-group .btn{padding-left:35px;font-size:14px}.select-role .btn-group .btn .icon{left:5px;width:25px;height:25px}.select-role .btn-group .btn .icon .svg{width:25px;height:25px}.forgot-password a{font-size:14px;font-weight:600}.btn-group-lg>.btn,.btn-lg{font-size:16px}.register-page-wrap .wizard-content .wizard{padding-left:0}.register-page-wrap .wizard-content .wizard .steps{display:none}}

@media (min-width:1200px) and (max-width:1400px){.device-usage-chart .width-50-p{width:100%}}
@media (max-width:991px){.device-usage-chart .width-50-p{width:100%}}

/*
 * Alert
 */
.alert {
    padding: 1rem 1.5rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 600;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 1.5rem;
    color: inherit;
}

.alert-primary {
    color: #fff;
    background-color: #3165bf;
}
.alert-primary a {
    color: #122545;
    font-weight: 600;
}
.alert-primary a:hover {
    color: #fff;
}
.alert-primary hr {
    border-top-color: #2c5aab;
}
.alert-primary .alert-link {
    color: #073583;
}

.alert-secondary {
    color: #212529;
    background-color: #f8fbfc;
}
.alert-secondary a {
    color: #8dbece;
    font-weight: 600;
}
.alert-secondary a:hover {
    color: #212529;
}
.alert-secondary hr {
    border-top-color: #e6f1f4;
}
.alert-secondary .alert-link {
    color: #d2e3ee;
}

.alert-success {
    color: #fff;
    background-color: #4fd69c;
}
.alert-success a {
    color: #1a724c;
    font-weight: 600;
}
.alert-success a:hover {
    color: #fff;
}
.alert-success hr {
    border-top-color: #3ad190;
}
.alert-success .alert-link {
    color: #24a46d;
}

.alert-info {
    color: #fff;
    background-color: #37d5f2;
}
.alert-info a {
    color: #097487;
    font-weight: 600;
}
.alert-info a:hover {
    color: #fff;
}
.alert-info hr {
    border-top-color: #1fd0f0;
}
.alert-info .alert-link {
    color: #0da5c0;
}

.alert-warning {
    color: #fff;
    background-color: #fc7c5f;
}
.alert-warning a {
    color: #be2604;
    font-weight: 600;
}
.alert-warning a:hover {
    color: #fff;
}
.alert-warning hr {
    border-top-color: #fc6846;
}
.alert-warning .alert-link {
    color: #fa3a0e;
}

.alert-danger {
    color: #fff;
    background-color: #f75676;
}
.alert-danger a {
    color: #ac0829;
    font-weight: 600;
}
.alert-danger a:hover {
    color: #fff;
}
.alert-danger hr {
    border-top-color: #f63e62;
}
.alert-danger .alert-link {
    color: #ec0c38;
}

.alert-light {
    color: #fff;
    background-color: #bac1c8;
}
.alert-light a {
    color: #677582;
    font-weight: 600;
}
.alert-light a:hover {
    color: #fff;
}
.alert-light hr {
    border-top-color: #acb4bd;
}
.alert-light .alert-link {
    color: #919ca6;
}

.alert-dark {
    color: #fff;
    background-color: #45484b;
}
.alert-dark a {
    color: black;
    font-weight: 600;
}
.alert-dark a:hover {
    color: #fff;
}
.alert-dark hr {
    border-top-color: #393b3e;
}
.alert-dark .alert-link {
    color: #0a0c0d;
}

.alert-default {
    color: #fff;
    background-color: #3c4d69;
}
.alert-default a {
    color: #040608;
    font-weight: 600;
}
.alert-default a:hover {
    color: #fff;
}
.alert-default hr {
    border-top-color: #334159;
}
.alert-default .alert-link {
    color: #0b1526;
}

.alert-white {
    color: #212529;
    background-color: white;
}
.alert-white a {
    color: #b3b3b3;
    font-weight: 600;
}
.alert-white a:hover {
    color: #212529;
}
.alert-white hr {
    border-top-color: #f2f2f2;
}
.alert-white .alert-link {
    color: #e6e6e6;
}

.alert-neutral {
    color: #212529;
    background-color: white;
}
.alert-neutral a {
    color: #b3b3b3;
    font-weight: 600;
}
.alert-neutral a:hover {
    color: #212529;
}
.alert-neutral hr {
    border-top-color: #f2f2f2;
}
.alert-neutral .alert-link {
    color: #e6e6e6;
}

.alert-darker {
    color: #fff;
    background-color: #292929;
}
.alert-darker a {
    color: black;
    font-weight: 600;
}
.alert-darker a:hover {
    color: #fff;
}
.alert-darker hr {
    border-top-color: #1c1c1c;
}
.alert-darker .alert-link {
    color: black;
}

/*
 * Form
 */
[data-bs-theme="dark"] {
    & input:focus,
    & select:focus,
    & textarea:focus {
        background: #fff;
        color: #212529;
    }
    & .option-item {
        background: #212529;
    }
}

/* Input check cards */
.card-input-element {
    display: none;
}
.card-input {
    box-shadow: 0 0 0 transparent;
    transition: box-shadow 0.3s ease-in-out;
}
.card-input:hover {
    cursor: pointer;
    box-shadow: 0 0 4px 4px #ccc;
}
.card-input-element:checked + .card-input {
    box-shadow: 0 0 4px 4px #37d5f2;
}

/* User Accounts */
.role {margin-bottom: 0;}

.fa-toggle-on, .fa-unlock {color:#4fd69c}
.fa-toggle-off {color:#fb6035}

.form-toggle.yesno input:checked+label[for^="yes"] {background-color:#4fd69c}
.form-toggle.yesno input:checked+label[for^="no"] {background-color:#dc3545}

/*
 * Pagination
 */
.paginator {
    margin: 1rem 0;
}
.paginator_item {
    background: #ddd;
    border-radius: 4px;
    min-width: 8rem;
    margin: 4px;
    padding: 4px 8px;
}
a.paginator_item:hover {
    background: #00f;
    color: #fff;
}
.paginator_active {
    background: #00f;
    color: #fff;
    cursor: not-allowed;
}
/*
 * Lists
 */
.tree ul {
    padding-left: 1.2rem;
}
.tree li {
    list-style: disc;
}
.tree li li {
    list-style: circle;
}
.tree li li li {
    list-style: square;
}
.tree a {
    color: darkcyan;
}
.tree .badge {
    margin: 0.5em 0;
    padding: 0.5em;
}

/*  ------------------------------------
    ABOUT
    --------------------------------  */
.terms,
.privacy-policies {
  /* Set "terms-counter" to 0 */
  counter-reset: terms-counter;
}
.terms h2::before,
.privacy-policies h2::before {
  /* Increment "terms-counter" by 1 */
  counter-increment: terms-counter;
  content: counter(terms-counter) ". ";
} 
.terms .card ol,
.privacy-policies .card ol {
    padding-left: 2rem;
}
.terms .card ol li,
.privacy-policies .card ol li {
    list-style: decimal;
}
.terms .card li ol li,
.privacy-policies .card li ol li {
    list-style: lower-roman !important;
}

/*  ------------------------------------
    IUCN
    --------------------------------  */
.iucn-category {
    display: inline-grid;
    font-size: .72rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 10%;
}
.iucn-name {
    align-items: center;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    display: flex;
    height: 48px;
    justify-content: space-evenly;
    margin-top: 64px;
    padding: 4px;
}
.iucn-acronym {
    height: 6rem;
}
/*
 * IUCN Main Page
 */
.iucn .iucn {
    margin: 2rem 0;
    text-align: center;
}
.iucn .iucn-category.iucn-gray {
    padding-right: .4%;
    width: 9.6%;
}
.iucn .iucn-acronym {
    padding-top: 6px;
}
/*
 * IUCN Not Main Page
 */
:not(.iucn) .iucn-category {
    -webkit-border-radius: 50%;
    -webkit-border-top-right-radius: 0;
       -moz-border-radius: 50%;
       -moz-border-radius-topright: 0;
            border-radius: 50%;
            border-top-right-radius: 0;
}
/*
 * IUCN :hover and :active
 */
.iucn .iucn-category:hover,
.iucn-active {
    color: #fff;
    margin-right: 0% !important;
    width: 20%;
}
.iucn .iucn-category:hover {
    -webkit-mask: url(../../assets/img/iucn-logo.svg) no-repeat center;
            mask: url(../../assets/img/iucn-logo.svg) no-repeat center;
}
.iucn-mini .iucn-active {
    -webkit-mask: url(../../assets/img/iucn-flat.svg) no-repeat center;
            mask: url(../../assets/img/iucn-flat.svg) no-repeat center;
}
.iucn .iucn-gray:hover,
.iucn-active.iucn-gray {
    background-color: #666;
}
.iucn .iucn-white:hover,
.iucn-active.iucn-white {
    background-color: #da2a1c;
}
.iucn .iucn-black:hover,
.iucn-active.iucn-black {
    background-color: #000;
}
/*
 * IUCN lists
 */
.tree .iucn-badge {
    display: inline-block;
}
.tree .iucn-category {
    width: 1.2rem;
}
.tree .iucn-acronym {
    font-size: 90%;
    font-weight: 400;
    height: 1.2rem;
    padding-top: 2px;
}
/*
 * IUCN species
 */
.card .iucn-badge {
    float: right;
}
.card .list-group-item .iucn-category {
    width: 2.4rem;
}
.card .iucn-acronym {
    align-items: baseline;
    display: flex;
    font-size: .875rem;
    font-weight: 400;
    height: 2.4rem;
    justify-content: space-evenly;
}
.card .iucn-badge .iucn-acronym:before,
.card .iucn-badge .iucn-acronym:after {
    font-size: 1.4rem;
}
.card .iucn-badge .iucn-acronym:before {
    content: "\2039";
}
.card .iucn-badge .iucn-acronym:after {
    content: "\203A";
}
/*
 * IUCN Mini
 */
.iucn-mini .iucn-acronym {
    height: 5rem;
    line-height: 5rem;
}
@media (max-width: 767px) {
    .iucn-name {
        height: 0;
        width: 0;
        visibility: hidden;
    }
}
@media (min-width: 768px) {
    .iucn .iucn-category:hover .iucn-name,
    .iucn-active .iucn-name {
        border: 0;
        font-size: 1rem;
        height: 6rem;
    }
    :not(.iucn-active).iucn-gray .iucn-name {
        background: #666;
        border-top: 2px solid #666;
        border-bottom: 2px solid #666;
        color: #fff;
    }
    :not(.iucn-active).iucn-black .iucn-name {
        background: #000;
        color: #fff;
    }
    .iucn .iucn-category:hover .iucn-name .before:before,
    .iucn-active .iucn-name .before:before,
    .iucn .iucn-category:hover .iucn-name .after:after,
    .iucn-active .iucn-name .after:after {
        font-size: 2.4rem;
        line-height: 1.5rem;
    }
    .iucn .iucn-category:hover .iucn-name .before:before,
    .iucn-active .iucn-name .before:before {
        content: "\2039";
    }
    .iucn .iucn-category:hover .iucn-name .after:after,
    .iucn-active .iucn-name .after:after {
        content: "\203A";
    }
    .iucn .iucn-category:hover .iucn-name .none:before,
    .iucn-active .iucn-name .none:before,
    .iucn .iucn-category:hover .iucn-name .none:after,
    .iucn-active .iucn-name .none:after {
        visibility: hidden;
    }
}

/*  ------------------------------------
    SPECIES
    --------------------------------  */
.species .nomenclature {
    display: inline-block;
    line-height: initial;
}
@media (max-width: 767px) {
    .species .nomenclature {
        font-size: 1rem;
    }
    .species .authoring {
        font-size: 1rem;
        padding-left: .1rem;
    }
}
@media (min-width: 768px) {
    .species .authoring {
        font-size: 20px;
        padding-left: .2rem;
    }
}

.nomenclature{display:inline-block}
.authoring{font-size:1.5rem}
