body {
    line-height: 30px;
    color: #444444;
    font-size: 16px;
    font-family: "Asap", sans-serif;
    background-color: #f0f0f0;
}
body {
    --pc: #054564;
    --sc: #8c1c1e;
    --fc: #dddddd;
}
p {
    text-align: justify;
}
ul,
ol {
    list-style: none;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
}
a {
    color: var(--pc);
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: var(--sc);
}
::selection {
    color: #fff;
    background: var(--pc);
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-auto {
    margin: auto;
}
.clr {
    clear: both;
}
.bg-styles {
    background-size: cover !important;
    background-position: center !important;
}
.inline {
    display: inline-block;
}
* {
    outline: none !important;
}
.left-md-center,
.right-md-center {
    text-align: center;
}
.left-md-center img,
.right-md-center img {
    margin: auto;
}
.padding-0 {
    padding: 0;
}
.inline-img {
    float: none;
}
.text-center img {
    margin: auto;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--pc);
}
.full-width {
    width: 100%;
}
.dashboard_actions {
    min-width: 280px;
}

.sector_text {
    text-decoration: none;
    color: var(--pc);
}
.sector_text:hover {
    color: var(--pc);
}
.sector_text:focus {
    color: var(--pc);
}
.sector_active {
    color: var(--fc);
}
.sector_active:hover {
    color: var(--fc);
}
.sector_active:focus {
    color: var(--fc);
}
div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
}
div.scrollmenu a {
    display: inline-block;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: var(--fc);
}
div.scrollmenu a:hover {
    color: var(--pc);
}
.topic-box {
    min-width: 200px;
    padding: 15px;
}
.element-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.image-bar {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}
/* .image-bar div{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;transition:opacity 1s;background-size:cover;} */
.image-bar div {
    height: 100%;
    width: auto;
    overflow: hidden;
    min-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 1s;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
}
.image-bar div.active {
    opacity: 1;
}
.dashboard_info {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.dashboard_info h4 {
    color: rgba(0, 0, 0, 0.7);
}
.dashboard_info span {
    color: var(--pc);
}
.dashboard_info:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#profile_picture {
    display: none;
}

.scroll-bar {
    overflow-x: hidden;
    white-space: nowrap;
}
.notifications-dropdown {
    max-height: 80vh;
}
.side_bar {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    background-color: var(--pc);
    color: var(--fc);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    overflow-y: scroll;
}
.side_bar .scroll-bar {
    padding-bottom: 2.5vh;
}
.sidebar-title {
    background-color: rgba(100, 100, 100, 0.4);
    color: rgb(150, 150, 150);
    font-weight: bold;
}
.side_bar a {
    max-width: 50px;
    color: var(--fc);
    text-decoration: none;
}
.side_bar a .panel_btn:hover {
    background-color: var(--fc);
    color: var(--pc);
}
.active_dashboard_btn {
    background-color: var(--fc);
    color: var(--pc);
}
.dashboard_logout_btn {
    background-color: var(--sc);
    color: var(--fc);
}
.confirm_logout {
    background-color: var(--sc);
    color: var(--fc);
}
.confirm_logout:hover {
    background-color: var(--sc);
    color: var(--fc);
}

.content-wraper {
    display: flex;
    flex-direction: column;
    height: 100vh;
    flex-grow: 1;
}
.panel-content {
    position: absolute;
    right: 0;
}
.body-content {
    display: flex;
    flex-grow: 1;
    padding-bottom: 50px;
}
.main-logo {
    text-align: center;
    max-width: 300px;
    margin: auto;
    margin-bottom: 24px;
}
.welcome {
    text-align: center;
    color: var(--pc);
    font-size: 24px;
    margin-bottom: 36px;
}
.ea-form form {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.ea-form form input {
    margin-bottom: 12px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid var(--fc);
    padding: 0 15px;
    background-color: transparent;
}
.other-actions {
    text-align: start;
    margin-bottom: 36px;
    font-size: 18px;
}
.form-btns {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}
.ea-btns {
    border: none;
    font-size: 18px;
    padding: 10px 40px;
    border-radius: 8px;
    display: inline-block;
    transition: 0.3s;
}
.ea-btns:hover,
.ea-btns:focus,
.ea-btns:active {
    background: var(--sc);
    color: #fff;
}
.light-btn {
    background: #ddd;
    color: var(--pc);
}
.dark-btn {
    background: var(--pc);
    color: #fff;
}
.logo-footer {
    width: 100%;
    margin-top: 30px;
}
.footer-logo {
    text-align: center;
    margin-block-end: 20px;
}
.footer-logo img {
    max-height: 30px;
    margin-bottom: 30px;
}

.submit_btn {
    background-color: var(--pc) !important;
    color: var(--fc) !important;
}
.submit_btn:hover {
    background-color: var(--sc) !important;
    color: var(--fc) !important;
}

.ea-form.signup-form form input {
    margin-bottom: 0;
    height: 40px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--fc);
    padding: 0px;
    background-color: transparent;
}
.ea-form.signup-form form {
    display: grid;
    gap: 0 15px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-bottom: 30px;
}
.ea-form.signup-form input::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #757575 transparent transparent;
}

/* Custom Selects */
.custom-selects {
    position: relative;
}
.custom-selects select {
    display: none;
}
/* .select-selected {background-color: #757575;} */
.select-selected:before {
    position: absolute;
    content: "";
    top: 18px;
    right: 15px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #757575 transparent transparent;
}
.select-selected.select-arrow-active:before {
    border-color: transparent transparent #757575;
    top: 14px;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #f0f0f0 transparent transparent;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #f0f0f0;
    top: 16px;
}
.select-selected {
    color: #757575;
    padding: 4px 0;
    border-bottom: 1px solid #868686;
    cursor: pointer;
    text-align: left;
}
.select-items > div {
    color: var(--pc);
    padding: 4px 15px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    text-align: left;
    line-height: 20px;
}
.select-items {
    position: absolute;
    background-color: #f0f0f0;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid var(--fc);
    margin-top: -2px;
}
.select-hide {
    display: none;
}
.select-items div:hover,
.same-as-selected {
    background-color: #ddd;
}
.signup-btns-con {
    grid-column: span 2;
    margin-top: 30px;
    display: grid;
    justify-items: center;
}

.conf-box {
    background-color: var(--pc);
    padding: 48px;
    border-radius: 8px;
    max-width: 350px;
    margin: auto;
}
.conf-txt {
    color: #fff;
    margin-bottom: 18px;
    font-size: 18px;
}
.under-box-info {
    padding: 10px 48px;
    max-width: 350px;
    margin: auto;
    line-height: 24px;
    color: #727272;
}
.go-btn {
    padding: 4px 12px;
    margin-top: 60px;
}
.welcome-box {
    background-color: #fff;
    padding: 84px 30px;
    border: 1px solid var(--fc);
}
.welcome-box h4 {
    margin-bottom: 42px;
    font-weight: 700;
}
.welcome-box p {
    text-align-last: center;
}
.welcome-box .btn-confirm {
    background-color: #2474dd !important;
    color: #fff;
}
.welcome-cta .ea-btns {
    padding: 4px 42px;
}
.welcome2 p,
.welcome2 hr {
    max-width: 260px;
    margin: auto;
    text-align: center;
}
.welcome2 hr {
    margin: 42px auto 18px auto !important;
    border-top: 1px solid #707070;
}
.btn-danger {
    background-color: #eb4732 !important;
}
.loader-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.header {
    position: relative;
}
.header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: -60px;
    left: 0;
    background-color: var(--pc);
    z-index: -1;
}
.navbar-brand img {
    max-height: 42px;
}
.navbar-collapse {
    flex-grow: unset;
}
.dropdown-toggle::after {
    content: unset;
}
.nav-link {
    color: #fff;
}
.page-title {
    font-size: 36px;
    color: #fff;
}
.content-wraper.withnav {
    background: #f0f0f0;
    padding: 60px 0 0 0;
    border-radius: 60px;
    height: calc(100vh - 64px);
}
.logo-footer.empty {
    background-color: var(--pc);
}
.profile-pic {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.ellipsis-item > a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #00000050;
    text-align: center;
    margin-left: 10px;
    color: #fff !important;
}
.dropdown-menu {
    width: 280px;
}
.dropdown-menu li a {
    white-space: normal;
}
.dropdown-menu-dark {
    background-color: #04283b;
}
.notifications.with-notification::after {
    content: "";
}
.announcement-title {
    min-height: 300px;
    background-color: #fff;
    border: 1px solid var(--fc);
    padding: 30px;
    display: flex;
    border-radius: 16px;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.announcement-logo img {
    max-height: 180px;
}
.announcement-title-txt {
    color: var(--pc);
    font-size: 60px;
    line-height: 42px;
    margin: 30px 0;
}
.back_forward_buttons {
    width: 40px;
    opacity: 0.2;
    transition: opacity 0.5s;
    z-index: 3;
    cursor: pointer;
}
.back_forward_buttons:hover {
    opacity: 1;
}
.dot {
    background-color: #fff;
    border: #301010 1px solid;
    font-size: 8px;
    cursor: pointer;
    opacity: 0.2;
    transition: opacity 0.5s;
}
.dot:hover {
    opacity: 1;
}
.dots-container .active {
    opacity: 1 !important;
}
.table td,
.table th {
    min-width: 150px;
    max-width: 350px;
    border: var(--fc) 1px solid;
    height: 60px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.profile_details {
    color: var(--pc);
}
.notification_item {
    text-decoration: none;
    color: var(--pc);
}
.notification_item div:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}

.date .form-group {
    justify-content: flex-end;
}
.input-group-append span {
    border-radius: 0 4px 4px 0;
    border-color: #868686;
    border-left: none;
    background: transparent;
}
.form-control {
    background-color: transparent;
    border: 1px solid var(--fc);
}

.departments-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin: 30px auto;
}
.department-box {
    border-radius: 35px;
    overflow: hidden;
    background-color: var(--fc);
    color: var(--pc);
}
.department-box.active {
    background-color: var(--pc);
    color: var(--fc);
}
.department-title {
    text-align: center;
    background-color: var(--pc);
    color: #fff;
    font-size: 24px;
    border-radius: 0 0 35px 35px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.department-box.active .department-title {
    background-color: var(--fc);
    color: var(--pc);
}
.department-views {
    padding: 4px 30px;
}

.controle {
    justify-content: space-between;
}
.controle > * {
    margin-top: 10px;
}
.incentives-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 20px;
    margin: 10px 10px 0 0;
}
.incentive-box {
    border-radius: 8px;
    position: relative;
    border-top: none;
}
.incentive-box span {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #c1e3e6;
}
.incentive-title {
    background-color: var(--pc);
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    border-radius: 8px;
}
.incentive-body {
    border-top: none;
    padding: 2px;
}
.incentive-txt {
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    padding: 8px 0;
}
.incentive-info-box {
    display: grid;
    grid-template-columns: repeat(3, 60px);
    gap: 4px;
    width: 100%;
    font-size: 13px;
    line-height: 24px;
    justify-content: space-evenly;
}
.incentive-info {
    padding: 2px 0;
    text-align: center;
    background-color: var(--pc);
    color: #fff;
    border-radius: 8px;
}
.incentive-info:nth-child(even) {
    background-color: var(--sc);
}

.controle .select-selected {
    border: 1px solid var(--fc);
    cursor: pointer;
    border-radius: 4px;
    padding-left: 10px;
}
.navbar-toggler {
    color: #fff;
}
.video-info {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.video-caption {
    text-align: start;
}
.video-title h3 {
    margin: 0;
}
.published {
    font-size: 14px;
}
.video-statistics {
    display: flex;
    gap: 4px;
}
.video-statistics > * {
    background-color: var(--pc);
    padding: 0 4px;
    border-radius: 4px;
    color: #fff;
    white-space: nowrap;
}

.comment-box {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 10px;
}
.prof-pic {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid var(--fc);
    margin: auto;
}
.comment-info {
    line-height: 18px;
}
.comment-name {
    max-width: 100px;
    max-height: 40px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: var(--pc);
}
.comment-title {
    font-size: 14px;
}
.comment-txt {
    border: 1px solid var(--fc);
    border-radius: 15px;
    padding: 15px;
    flex-grow: 1;
    word-break: break-all;
    text-align: left;
}
.comment-txt p {
    margin: 0;
}
.control-btn {
    background-color: var(--pc);
    color: var(--fc);
}
.control-btn:hover {
    background-color: var(--sc);
    color: #ffffff;
}
.control-btn:focus {
    background-color: var(--sc);
    color: #ffffff;
}

.brain-box {
    margin: 30px 0;
    border-radius: 24px;
    border: 1px solid var(--fc);
    max-width: 800px;
}
.brain-box-title h5 {
    color: #707070;
}
.brain-box-comments .comment-box {
    border: 1px solid var(--fc);
    border-radius: 8px;
    padding: 24px;
    align-items: center;
}
.brain-box-comments .comment-txt {
    border: none;
    border-radius: 0;
    padding: 0;
    flex-grow: 1;
}
.comment-txt textarea {
    height: 100px;
    border-radius: 18px 0 0 18px;
    background: #fff;
    box-shadow: none !important;
    border: 1px solid var(--fc) !important;
    border-right: none !important;
}
.comment-txt button {
    background: var(--fc);
    border: none;
    padding: 5px 20px;
    font-size: 28px;
    box-shadow: none !important;
    border-radius: 0 24px 24px 0;
}

.comment-box.write-comment {
    border: none !important;
    background-color: var(--fc);
    border-radius: 36px;
}

.related-topics {
    margin: 30px 0;
}
.topic-box {
    background-color: #fff;
    border: 1px solid var(--fc);
    padding-top: 100%;
    border-radius: 24px;
}

#offcanvasExample {
    display: block;
}

#fluid-sidebar {
    display: none;
}

@media (max-width: 576px) {
    .main-logo {
        max-width: 200px;
    }
}

@media (min-width: 768px) {
    #offcanvasExample {
        display: none;
    }
    #fluid-sidebar {
        display: block;
    }

    .col-md-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0;
    }
    .left-md-center {
        text-align: left !important;
    }
    .right-md-center {
        text-align: right !important;
    }
    .left-md-center img {
        margin-left: 0;
    }
    .right-md-center img {
        margin-right: 0;
    }
    .inline-img {
        float: left;
        margin-right: 15px;
    }
    .inline-video {
        width: 50%;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
