@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
* {
    box-sizing: border-box;
}
@media (max-width:900px){
    html{
        scroll-padding-top:90px;
    }
}
span#themeIcon svg{
    width: 17px;
    height: auto;
    margin-top: 2px;
    margin-left: -4px;
}
.link-code {
    background: #f3f3f3;
    padding: 5px;
}
body.dark-mode a.elementor-button.elementor-button-link.elementor-size-sm:hover {
    background-color: #e6c8fa;
}
.text-code{
    background: #f3f3f3;
    padding: 5px;
    font-weight: 100;
    font-style: italic;
}
p.sub-text {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: -10px;
    margin-top: 30px;
}

body.stackedit.dark-mode p.link-code {
    background: #434b53 !important;
}
body{
    margin: 0;
    font-family:'Poppins', sans-serif;
}
body.stackedit.dark-mode .top {
    background: #1e1e1e !important;
}
body.dark-mode a.elementor-button.elementor-button-link.elementor-size-sm {
	background-color: #f4f4f4;
}
body.dark-mode .elementor-button-text {
    color: #23272b;
}
.top a {
    text-decoration: none;
}
.central-de-ajuda a {
    margin-left: 15px;
    text-decoration: none;
    font-size: 1rem;
    color: #fff;
}
.central-de-ajuda a:hover{
    background: #8bcf00;
    padding: 5px 30px 5px 10px;
    border-radius: 20px;
}
body.stackedit.dark-mode .central-de-ajuda a {
    color: #fff !important;
}
h1#ami-menu {
    text-align: center;
    margin-top: 13px !important;
    font-size: 1.4rem;
    margin-left: -15px;
    color: #fff;
}
.sidebar{
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    padding-top: 30px;
    background: #160042;
    color: #fff;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.08);
    z-index: 9;
    flex-direction: column;
    overflow-y: auto;
    transition: transform 0.3s ease;
}
.link-code {
    overflow-wrap: break-word;
    word-break: break-all;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
}
.menu-toggle{
    position: fixed;
    left: 10px;
    color: #FFFFFF;
    border: none;
    font-size: 28px;
    padding: 8px 12px;
    cursor: pointer;
    z-index: 20;
    display: none;
    background: #f0f8ff00;
}
.main-content{
    margin-left:260px;
    padding:35px 60px 0 60px;
    max-width:900px;
    width:100%;
    background:#fff;
}
#menuClose svg {
    width: 17px;
    height: 17px;
    fill: #fff;
}
.menu-close {
    position: absolute;
    top: 10px;
    right: 10px;
	display: none;
}
.top{
    display: none;
}
.logo-microsum {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 260px;
    display: flex;
    justify-content: center;
}
@media (max-height: 739px) {
	.logo-microsum {
    position: static;	
	}
}
/* MOBILE */
@media (max-width: 900px){
    .menu-toggle{
        display:block;
    }
    .sidebar{
        transform: translateX(-100%);
        z-index:30;
    }
    .sidebar.open{
        transform: translateX(0);
    }
    .main-content{
        margin-left:0;
        padding:20px;
        max-width:100%;
        width:100%;
    }
    .menu-close {
        display: block;
    }
    .top {
        position: fixed;
        background: #320045;
        height: 63px;
        z-index: 9;
        width: 100%;
        display: block;
    }
    .logo-microsum{
        width: 100%;
    }
}
.negrito_basic {
    font-weight: 600;
}
body.dark-mode h4{
    color: #F1F1FB !important;
}
body.dark-mode a{
    color: #00b1ff !important;
}
body.stackedit.dark-mode h3 {
    color: #cc8cff !important;
}
.theme-toggle {
    width: 60px;
    height: 28px;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    padding: 4px;
    transition: background 0.3s;
}

.toggle-circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
    font-size: 14px;
}

.theme-toggle {
    border: 2px solid #3b3a3a !important;
}
.theme-toggle.dark .toggle-circle {
    transform: translateX(25px);
}
.sidebar h2 {
    margin-left: 24px;
    margin-bottom: 18px;
    font-size: 1.2em;
    color: #fff;
}
h2:after {
    content: "";
    display: block;
    position: relative;
    top: .33em;
    border-bottom: 1px solid hsla(0, 0%, 50%, .33);
}

.mage-ami{
    margin-bottom: 250px;
    
}
tbody {
    font-size: 1rem;
}
@media (max-width: 400px) {
    .mage-ami {
        margin-bottom: 160px;
    }
    tbody {
        font-size: .7rem;
    }
}
h3#ami-admui,
h3#ami-dfe,
h3#ami-efd,
h3#ami-hub,
h3#ami-pay,
h3#ami-tax {
    margin-top: 70px;
}
span.layouts-h2 {
    text-align: left;
    margin-left: 10px;
    font-weight: 600;
    font-size: 1rem;
}
h1{
    color:#320045;
    margin-bottom: -4px;
}
h2{
    color:#470061;
    margin-top: 55px;
    margin-bottom: -4px;
}
h3{
    color:#7A2BBA;
    margin-top: 45px;
    margin-bottom: -4px;
}
h4{
    color:#000000;
    margin-top: 25px;
    margin-bottom: -4px;
}
img.img-microsum {
    width: 165px;
    height: auto;
}
img.img-integra{
    width: 70%;
    height: auto;
}
.logo-ami a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-ami {
    margin-top: 15px;
}
.margin-final {
    margin-bottom: 0px;
    height: 2700px;
}
.logo-microsum a {
    margin-top: auto;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
td {
    padding: 10px 15px 0 15px;
}
.logo-ami-integra {
    display: grid;
    justify-content: center;
    align-items: center;
}
.sidebar ul {
    list-style: none;
    padding-left: 15px;
}

.sidebar ul li {
    margin: 12px 0;
}

body.dark-mode h1 {
    color: #FFFFFF !important;
}

body.dark-mode h2 {
    color: #E6C8FA !important;
}
.sidebar ul li a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1em;
    outline: none;
    transition: color 0.2s;
}

.sidebar ul li a:hover {
    color: #fff;
}

body.stackedit {
    background: #f7f7f7;
    color: #242424;
}

a.active {
    background: #8BCF00;
    font-weight: 500;
    padding: 5px 30px 5px 10px;
    box-shadow: 0 2px 8px rgba(26, 115, 232, 0.12);
    border-radius: 20px;
}
h1{
    
}

h1#visão-geral {
    font-size: 2.6em;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 100px;
}

.theme-toggle {
    position: fixed;
    top: 16px;
    right: 24px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.8em;
    color: #222e3c;
    z-index: 20;
    transition: color 0.2s;
}

.theme-toggle.dark {
    color: #4fc3f7;
}

body.dark-mode {
    background: #181c20 !important;
    color: #cfd8dc !important;
}

body.dark-mode .sidebar {
    background: #181c20 !important;
    color: #cfd8dc !important;
}

body.dark-mode .sidebar h2 {
    color: #90caf9 !important;
}

body.dark-mode .sidebar ul li a {
    color: #ffffff !important;
}

body.dark-mode .sidebar ul li a.active {
    color: #fff !important;
    background: #8BCF00 !important;
    box-shadow: 0 2px 8px rgba(25, 118, 210, 0.12);
}

body.dark-mode .main-content {
    background: #23272b !important;
    color: #cfd8dc !important;
}

body.dark-mode pre,
body.dark-mode code {
    background: #23272b !important;
    color: #90caf9 !important;
}
p.imagem_texto {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.italic-text {
    font-style: italic;
}
.ul_ol li {
    font-size: .9rem;
}
.ul_ol {
    margin: 0 0 15px 0px;
}
body.stackedit.dark-mode .link-code, body.stackedit.dark-mode .text-code{
    background: #434b53 !important;
    color: #ffffff !important;
}
a.elementor-button.elementor-button-link.elementor-size-sm {
    background-color: #7a2bba;
    fill: #fff;
    color: #fff;
    border-radius: 25px;
    padding: 8px 15px;
    font-size: 14px;
    text-decoration: none;
}
.elementor-button-wrapper {
    margin-top: 40px;
}
a.elementor-button.elementor-button-link.elementor-size-sm:hover {
	background: #160042;
}