@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

.icon {
    color: #828397;
}

.m-b-md {
    margin-bottom: 30px;
}

.containerBotao {
    padding-left: 30%;
}
.card-header {
    color: #828397;
    font-family: "Poppins", sans-serif;
}

.card::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}
.card::-webkit-scrollbar {
    width: 5px;
    background: #f4f4f4;
}
.card::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

.scroll {
    overflow: auto;
}

.scroll::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}
.scroll::-webkit-scrollbar {
    width: 5px;
    background: #f4f4f4;
}
.scroll::-webkit-scrollbar-thumb {
    background: #828397;
}


.corpo {
    position: absolute;
    width: 99%;
    height: 155px;
    bottom: 0px;
}


.corpo::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}
.corpo::-webkit-scrollbar {
    width: 5px;
    background: #f4f4f4;
}
.corpo::-webkit-scrollbar-thumb {
    background: #828397;
}

.containerTitulo {
    border-bottom: solid 0.5px #828397;
    width: 90%;
    height: 30px;
    margin-left: 5%;
}

.botao {
    margin-left: 5px;
    width: 30%;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #4D2D52;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    background: #4D2D52;
    border: none;
    border-radius: 0;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #4D2D52;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.sidebar {
    background-color: rgba(245, 245, 245, 1);
    opacity: 1;
}

#sidebar {
    min-width: 230px;
    max-width: 230px;
    background: #4D2D52;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -230px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #4D2D52;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #4D2D52;
    background: #fff;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: #4D2D52;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #4D2D52;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #4D2D52;
}

a.article,
a.article:hover {
    background: #4D2D52 !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

/*tamanho da janela a partir do qual o sidebar será ocultado*/
@media (max-width: 1100px) {
    #sidebar {
        margin-left: -230px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

.card {
    border: 1px solid grey;
    padding-left: 0.5%;
    overflow: auto;
    background-color: rgba(245, 245, 245, 1);
    opacity: 1;
}

.card-header {
    background-color: rgba(248, 248, 248, 1);
}

.card-body {
    background-color: rgba(255, 255, 255, 1);
}

.fixar_sidebar {
    position: fixed;
}

.fixar_navbar {
    position: fixed;
}

.menuButton {
    color: #fff;
    background: #4D2D52;
    top: 0.3%;
    margin-left: -38px;
    z-index: 5;
}

.context {
    padding-top: 2%;
    z-index: 1;
}

.interno {
    padding-left: 15px;
    height: 12px;
}

.bg {
    /* The image used */
    /* background-image: url("../images/background_login.jpg"); */

    /* Full height */
    height: 100%;
    background-color: #f2f4f7;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.loader {
    border: 10px solid #c0bdbd;
    border-radius: 80%;
    border-top: 10px solid #4D2D52;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 0.7s linear infinite; /* Safari */
    animation: spin 0.7s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.input-group-text {
    background: transparent;
}

.myButton {
    width: 72px;
    height: 72px;
    background-color: #44c767;
    border-radius: 42px;
    display: inline-block;
    cursor: pointer;
    color: white;
    font-family: Arial;
    padding: 8px;
}
.myButton:hover {
    background-color: #44c767;
    color: white;
    box-shadow: 0px 0px 5px 5px #2f6627;
}
.myButton:active {
    position: relative;
    top: 1px;
    color: white;
}
.myButton:focus {
    color: white;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

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

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

input:checked + .slider {
    background-color: #4D2D52;
}

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

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

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

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

.grow {
    transition: all 0.2s ease-in-out;
}
.grow:hover {
    transform: scale(1.4);
}

.botaoSave {
    position: fixed;
    bottom: 2%;
    right: 1%;
}

.rotate-hor-center {
    animation: rotate-hor-center 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
        both;
}

/**
     * ----------------------------------------
     * animation rotate-hor-center
     * ----------------------------------------
     */
@keyframes rotate-hor-center {
    0% {
        transform: rotateX(0);
    }
    100% {
        transform: rotateX(-360deg);
    }
}

.scale-up-center {
    animation: scale-up-center 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-1-3 16:20:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@keyframes scale-up-center {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

.heartbeat {
    animation: heartbeat 1.5s ease-in-out 1s infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-1-3 16:25:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@keyframes heartbeat {
    from {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }
    10% {
        transform: scale(0.91);
        animation-timing-function: ease-in;
    }
    17% {
        transform: scale(0.8);
        animation-timing-function: ease-in;
    }
    45% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}

.kenburns-top-right {
    animation: kenburns-top-right 50s ease-out both;
}
@keyframes kenburns-top-right {
    0% {
        transform: scale(1) translate(0, 0);
        transform-origin: 84% 16%;
    }
    100% {
        transform: scale(1.25) translate(20px, -15px);
        transform-origin: right top;
    }
}

.tracking-in-expand {
    animation: tracking-in-expand 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.text-pop-up-top {
    animation: text-pop-up-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation-play-state: paused;
}

@keyframes text-pop-up-top {
    0% {
        transform: translateY(0);
        transform-origin: 50% 50%;
        text-shadow: none;
    }
    100% {
        transform: translateY(-50px);
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1),
            0 2px 0 rgba(255, 255, 255, 0.1), 0 3px 0 rgba(255, 255, 255, 0.1),
            0 4px 0 rgba(255, 255, 255, 0.1), 0 5px 0 rgba(255, 255, 255, 0.1),
            0 6px 0 rgba(255, 255, 255, 0.1), 0 7px 0 rgba(255, 255, 255, 0.1),
            0 8px 0 rgba(255, 255, 255, 0.1), 0 9px 0 rgba(255, 255, 255, 0.1),
            0 50px 30px rgba(0, 0, 0, 0.3);
    }
}

.text-pop-up-top:hover {
    animation-play-state: running;
}

.btn-circle {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}

.btn-circle i {
    position: relative;
    top: -1px;
}

.btn-circle-sm {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0.9rem;
}

.btn-circle-lg {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 1.1rem;
}

.btn-circle-xl {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.3rem;
}

body {
    background: #f8f8fd;
    color: #514b64;
    min-height: 100vh;
}

.card-header,
.card {
    border: none;
    background-color: #fff;
}


.form-control {
    border-radius: 8px;
    border: 1px solid rgba(196, 203, 217, 1);
    background-color: #fff;
}

p{
  color: #828397;
}

.btn-transparent{
  background-color: transparent;
}