﻿@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
    font-size: 14px;
    line-height: 1.42857143
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: auto;
}

.modalAlerta{
    background-color: #dddddd;
}

.modalAlerta-danger {
    background-color: #db293a;
    color: #fff;
}

.modalAlerta-success {
    background-color: #28a745;
    color: #fff;
}

*,
::after,
::before {
    box-sizing: border-box;
}

/*body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

h3 {
    font-size: 1.2375rem;
    color: #FFF;
}

a {
    cursor: pointer;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

li {
    list-style: none;
}*/

.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
}

#sidebar {
    max-width: 254px;
    min-width: 254px;
    transition: all 0.35s ease-in-out;
    box-shadow: 0 0 15px 0 rgba(49, 57, 66, 0.5);
    z-index: 1111;
    background-color: #005ca8;
}

#sidebar.collapsed {
    margin-left: -258px;
}

.mainAdmin {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

.sidebar-logo {
    padding: 1.15rem 1.5rem;
    text-align: center;
}

.sidebar-logo a {
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 600;
}

.sidebar-nav {
    padding: 0;
}

.sidebar-header {
    color: #000000;
    font-size: .75rem;
    padding: 1.5rem 1.5rem .375rem;
}

a.sidebar-link {
    padding: .625rem 1.625rem;
    color: #FFF;
    position: relative;
    display: block;
    font-size: 0.95rem;
    text-decoration: none;
}

a.sidebar-link:hover{
    color: white;
    background-color: #004c9b;
}

.sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

.sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

.content {
    flex: 1;
    max-width: 100vw;
    width: 100vw;
}

.bloco {
    display: block;
    margin-bottom: 1.5rem;
    border-color: #edf2f9;
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #edf2f9;
    border-radius: 0.5rem
}

.bloco-body {
    flex: 1 1 auto;
    padding: 1rem;
}

.item-bloco{
    position: relative;
}

.cracha {
    width: calc(450px * 0.64);
    height: 430px;
    background-size: 100%;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
    border-radius: 10px;
    overflow: hidden;
}

.item-bloco img {
    width: 100%;
}

.imagem-bloco {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.area-success-claro {
    cursor: default;
    background-color: #e7fce3;
    color: #000000;
    border-color: transparent;
    border-radius: 50px;
}

.area-danger-claro {
    cursor: default;
    background-color: #ffafaf7a;
    color: #000000;
    border-color: transparent;
    border-radius: 50px;
}

.area-warning-claro {
    cursor: default;
    background-color: #f1e7c9;
    color: #000000;
    border-color: transparent;
    border-radius: 50px;
}


@media screen and (max-width: 900px) {
    /*#sidebar {
        max-width: 154px;
        min-width: 154px;
        transition: all 0.35s ease-in-out;
        z-index: 1111;
        background-color: #005ca8;
    }*/

    .sidebar-logo {
        padding: 1rem 0rem;
        text-align: center;
    }

    .sidebar-logo a {
        color: #FFF;
        font-size: 1rem;
        font-weight: 400;
    }
}

@media (min-width:768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-3 {
        width: 100%;
    }

    .col-md-5 {
        width: 100%;
    }
}

@media (min-width:960px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-3 {
        width: 100%;
    }

    .col-md-5 {
        width: 51%;
    }
}

@media (min-width:1200px) {
    .col-md-3 {
        width: 30%;
    }

    .col-md-5 {
        width: 31%;
    }
}

@media screen and (max-width: 500px) {
    .cracha {
        width: calc(350px * 0.64);
        height: 330px;
        background-size: 100%;
        margin: 0 auto;
        position: relative;
        box-shadow: 0 0 4px rgba(0,0,0,0.4);
        border-radius: 10px;
        overflow: hidden;
    }
}

/*@media (min-width:1500px) {
    .col-md-3-ajust {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width:1665px) {
    .col-md-3-ajust {
        flex: 0 0 auto;
        width: 25%;
    }
}*/