.table-certificado{
    font-size: 0.7rem;
    text-align: center;
    width: 100%;
}

.table-certificado td, .table-certificado th {
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.dot {
    height: 20px;
    width: 20px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
  }
.shimmer {
    background-image: linear-gradient(
        -90deg,
        #e7edf1 0%,
        #f8f8f8 50%,
        #e7edf1 100%
    );
    background-size: 400% 400%;
    animation: shimmer 1.2s ease-in-out infinite;
}
.curso-point{
    cursor: pointer;
}
.card-dash{
    min-height:11.5vh;
}
.color-primary{
    color: #ED7D31;
}
.bg-primary{
    background-color: #ED7D31;
}
.disabled-item-delete{
    opacity: 0.8;
}
.uppercase{
  text-transform: capitalize;
}

.image-custom{
    max-width: 40% !important;
}

.labeldevelope{
    margin-right: 25px;
    font-family: 'roboto';
    font-size: 1.3em;
}
.logodevelope{
    object-fit: contain;
    width: 25vh;
    height: auto;
}

a.list-group-item {
    transition: background-color 75ms ease-in;
}

a.list-group-item:hover {
    background-color: var(--green) !important;
    color: #fff !important;
}

.list-group-item:first-child {
    border-top: 1px solid #00000020 !important;
    border-top-left-radius: inherit !important;
    border-top-right-radius: inherit !important;
}
.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 1px !important;
}

.bg-ececec{
    background-color: #ececec;
}

@keyframes shimmer {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: -135% 0%;
    }
}
.input-uppercase {
    text-transform: uppercase;
}
.menu-active {
    border-left-width: 5px !important;
    border-bottom-width: 1px !important;
    border-left-color: var(--green);
}

#logo-sidebar {
    height: 55px;
}

#wrapper {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin 0.25s ease-out;
    -moz-transition: margin 0.25s ease-out;
    -o-transition: margin 0.25s ease-out;
    transition: margin 0.25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    height: 75px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.order-logo {
    max-width: 150px;
    width: 100%;
}
