.highlight {
    border: 1px solid rgb(29, 125, 216);
    font-weight: bold;
    font-size: 45px;
    background-color: #cecece;
    list-style-type: none;
}

.list-group-item {
    border-bottom: 1px solid rgb(231, 231, 231);
}

.panel .list-group-item.active {
    background-color: rgb(212, 233, 238);
    border: none;
}

.accordion-secoes-show .card-body {
    padding: 0;
    min-height: 35px;
}

.card-produto {
    width: 100%;
    height: 100%;
}

.card-produto-disabled {
    opacity: 60%;
}

.card-img-produto {
    width: 100%;
    min-height: 14rem;
    object-fit: cover;
}

.btn-outline-success {
    color: green !important;
}

.btn-outline-success:hover {
    color: rgb(255, 255, 255) !important;
}

.sidebar .nav-link[data-toggle].collapsed:after {
    content: " ▾";
}
.sidebar .nav-link[data-toggle]:not(.collapsed):after {
    content: " ▴";
}

.image-area {
    position: relative;
    margin-left: 5px;
    width: 300px;
}

.image-area img {
    width: 300px;
}

.favicon-area {
    position: relative;
    margin-left: 5px;
    width: 64px;
}

.favicon-area img {
    width: 64px;
}

.remove-image {
    display: none;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 10em;
    padding: 2px 6px 3px;
    text-decoration: none;
    font: 700 21px/20px sans-serif;
    background: #e54e4e;
    border: 3px solid #fff;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 2px 4px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}
.remove-image:hover {
    background: #eb4747;
    padding: 3px 7px 5px;
    top: -11px;
    right: -11px;
    cursor: pointer;
}
.remove-image:active {
    background: #e54e4e;
    top: -10px;
    right: -11px;
}

.card-header {
    color: #0069d9;
}

.card-body {
    color: rgb(66, 65, 65);
}

.login-page {
    background: rgb(66, 65, 65) !important;
}

.login-logo b {
    color: white !important;
}

.nav-link-modulo {
    background: #272b2e !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    border-radius: 0 !important;
}

.nav-link-aula {
    margin: 0;
    border-radius: 0 !important;
}

.nav-link-aula.active {
    color: white !important;
    background: #525353 !important;
}

.nav-treeview {
    padding: 0 !important;
}

.nav-item.has-treeview.menu-open {
    background: #434546 !important;
    margin-bottom: 10px !important;
}

/* Youtube Player*/
.vid-container {
    max-width: 514px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.vid-wrapper {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    padding-top: 56.25% !important;
}
.vid-container iframe {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}
/* End Youtube Player*/
