@media (min-width: 1200px) {
    .fixed {
        position: fixed;
        top: 108px;
        margin-right: 20px;
        overflow: auto;
        max-height: 100%;
    }
}

/*Alert*/
.trigger_notify_box {
    position: fixed;
    top: 0;
    right: 0;
    width: 380px;
    max-width: 90%;
    padding-top: 15px;
    padding-right: 15px;
    z-index: 999999999;
}

.trigger_notify_timer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 8%;
    background: rgba(0, 0, 0, .3);
}

.trigger_notify {
    display: flex;
    align-content: center;
    position: relative;
    right: -380px;
    padding: 2px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.8em;
    overflow: hidden;
    margin-bottom: 15px;
    opacity: 0;
}

.trigger_notify_seticon {
    display: flex;
    padding: 15px;
    vertical-align: middle !important;
    font-size: 1.8em;
    line-height: 1;
    color: #fff;
    opacity: 0.8;
    flex: 0;
}

.trigger_notify_seticon * {
    display: block;
    margin: auto;
}

.trigger_notify_content {
    position: relative;
    /*background: rgba(255, 255, 255, 0.96);*/
    color: #fbfbfb;
    padding: 15px;
    border-top-right-radius: 2%;
    border-bottom-right-radius: 2%;
    margin-right: 1px;
    flex: 1;
}

.trigger_notify_content_title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.3;
}

.trigger_notify_content_desc {
    font-size: 0.875em;
    font-weight: 300;
}

.trigger_notify_content_close {
    position: absolute;
    right: 1px;
    top: 0;
    padding: 5px;
    color: #333;
}

.trigger_notify.info {
    background-color: #53b1da;
    color: #333;
}

.trigger_notify.success {
    background-color: #41d492;
    color: #333;
}

.trigger_notify.warning {
    background: #f2b51d;
    color: #333;
}

.trigger_notify.error {
    background: #f26666;
    color: #333;
}

.trigger_notify.dark {
    background: #a877b5;
    color: #333;
}


/*Assets*/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f7cd00 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f7cd00 !important;
    color: white;
}

/*Todos os cursos*/
.card_courses {
    border: 2px solid #dee2e6;
}

.card_courses:hover {
    border-color: #93c752;
}

.card_courses.draft {
    border-color: #c7b452;
}

.card_courses .card-title a {
    color: #333;
}

.card_courses .card-title a:hover {
    color: #93c752;
}