.texto {
    font-size: 20px;
}

.text-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.description_course {
    max-height: 65px;
    overflow-y: auto;
}

.modal-noticias {
    height: 270px;
}

.divCheckin {
    width: 35%;
    background: white;
    border-radius: 25px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 3%;
    margin-left: 10%;
    position: relative;
}

.btnVerifica {
    display: inline-block;
    background-color: rgb(202, 170, 29);
    padding: 3px 30px;
    margin-top: 6px;
    color: white;
    border-radius: 20px;
}

.btnVerifica:hover {
    color: white;
}

.checkinFooter {
    z-index: 2;

    height: 44px;
    bottom: 0;
    width: 100%;
    border-end-end-radius: 25px;
    border-end-start-radius: 25px;
    position: absolute;
}

@media (min-width: 1025px) {
    .iframeFinanceiroExterno {
        width: 100%;
        min-height: 1000px;
    }

    .header-panel {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .header-panel div {
        margin-bottom: 20px;
        background-color: #fff;
        padding: 50px;
        border-radius: 25px;
        display: flex;
        flex-direction: column;
        margin-right: 20px;
        font-size: 10pt;
    }

    .header-panel div :first-child {
        font-size: x-large;
        font-weight: 700;
    }

    .content-panel {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .content-box {
        background-color: #fff;
        border-radius: 25px;
        padding: 2rem;
        margin-right: 22px;
        margin-bottom: 5%;
        width: 47%;
    }

    .formboxcontent {
        width: 100%;
    }

    .leftbar.active {
        width: 20%;
        transition: ease all 0.3s;
        padding: 30px 25px;
    }

    .content-box-layout {
        background-color: #fff;
        border-radius: 25px;
        padding: 2rem;
        margin-top: 2rem;
        margin-right: 22px;
        margin-bottom: 1%;
        width: 100%;
    }

    .head-profile-div {
        padding: 50px;
    }

    .discipline-button {
        min-width: 10%;
        height: 130px;
    }

    .discipline-box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        min-height: 120px;
        align-items: center;
        position: relative;
        padding: 0;

    }

    .div-btn-disc {
        display: flex;
        justify-content: space-between;
        padding-left: 4rem;
        /* margin-bottom: 3rem; */
        padding-top: 1rem;
    }

    .button-outras {
        background-color: #b41217;
        min-height: 25px;
        width: 20%;
        border-radius: 5px;
        color: #fff;
        padding: 6px;
        text-align: center;
        font-weight: 500;
    }

    .button-outras:hover {
        background-color: #b41217;
        min-height: 25px;
        width: 20%;
        border-radius: 5px;
        color: #fff;
        padding: 6px;
        text-align: center;
        font-weight: 500;
    }

    .info-disc-sigle {
        justify-content: space-between !important;
    }

    .charts-disc-single {
        width: 15%;
        height: 230px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .chart-father {
        width: 250px;
        position: relative;
        left: -65px;
    }

    .tabs-disc-single {
        width: 80%;
        height: 250px;
        /* background-color:red; */
    }

    .card-ambientacao {
        width: 30%;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.25rem;
        margin-left: 2rem;
        margin-bottom: 2%;
    }

    .live-text .d-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }

    .forum-boxes .content-box-layout {
        border-left: 7px solid #b41218 !important;
        min-height: 230px;
        padding: 30px 40px;
        margin-top: 2rem;
        position: relative;
    }

    .live-text-content {
        display: grid;
        grid-template-areas:
            "camp date time expired"
            "name name tema tema";
        grid-row-gap: 25px;
        grid-column-gap: 8px;
    }

    .box-simulado {
        padding: 50px;
        min-height: 475px;
        width: 95%;
        z-index: auto !important;
        box-shadow: none;
    }

    .div-btn-conteudo {
        display: flex;
        width: 100%;
        justify-content: space-between;
        gap: 10px;
        /* margin-bottom: 3rem; */
        padding-top: 1rem;
    }
}

@media (max-width: 1024px) {
    .div-btn-conteudo {
        display: flex;
        width: 100%;
        justify-content: space-between;
        gap: 10px;
        /* margin-bottom: 3rem; */
        padding-top: 1rem;
        flex-direction: column;
    }

    .iframeFinanceiroExterno {
        width: 100%;
        min-height: 800px;
    }

    .live-text-content {
        display: flex;
        flex-wrap: wrap;
    }

    #notificationAll {
        font-size: 10px;
    }

    .forum-boxes .content-box-layout {
        border-left: 7px solid #b41218 !important;
        min-height: 230px;
        padding: 30px 40px;
        margin-top: 2rem;
        position: relative;
    }

    .live-text .d-grid {}

    .card-ambientacao {
        width: 98%;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.25rem;
        margin-left: 2rem;
        margin-bottom: 2%;
    }

    .tabs-disc-single {
        width: 100%;
    }

    .chart-father {
        position: relative;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .charts-disc-single {
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .info-disc-sigle {
        align-items: center;
        flex-direction: column;
    }

    .button-outras {
        background-color: #b41217;
        min-height: 25px;
        width: 100%;
        border-radius: 5px;
        color: #fff;
        padding: 6px;
        text-align: center;
        font-weight: 500;
    }

    .button-outras:hover {
        background-color: #b41217;
        min-height: 25px;
        width: 100%;
        border-radius: 5px;
        color: #fff;
        padding: 6px;
        text-align: center;
        font-weight: 500;
    }

    .div-btn-disc {
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        /* margin-bottom: 3rem; */
        padding-top: 1rem;
    }

    .discipline-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        max-height: 360px;
        align-items: center;
        position: relative;
        padding: 0;
        background: #fff;
        border-radius: 20px;
        padding-top: 2%;
        margin-bottom: 1rem;
    }

    .discipline-button {
        min-width: 10%;
        height: 175px;
        rotate: 90deg;
    }

    .nav-tab-mob {
        display: flex !important;
        flex-wrap: nowrap !important;
        padding-left: 0 !important;
        margin-bottom: 0 !important;
        list-style: none !important;
    }

    .content-box-layout {
        width: 100%;
        background-color: #fff;
        border-radius: 25px;
        height: 100%;
    }

    .hideHome {
        display: none;
    }

    .header-panel {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .header-panel div {
        background-color: #fff;
        padding: 50px;
        border-radius: 25px;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        font-size: 10pt;
    }

    .header-panel div :first-child {
        font-size: x-large;
        font-weight: 700;
    }

    .content-panel {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .content-box {
        margin-bottom: 20px;
        width: 100%;
        background-color: #fff;
        border-radius: 25px;
        /* padding: 2rem; */
    }

    .leftbar.active {
        position: fixed;
        z-index: 1;
        box-shadow: 5px 5px 5px #cecece;
        width: 40%;
        margin-top: 0;
        transition: ease all 0.3s;
        padding: 30px 25px;
    }
}

@media (max-width: 768px) {
    .div-btn-conteudo {
        display: flex;
        width: 100%;
        justify-content: space-between;
        gap: 10px;
        /* margin-bottom: 3rem; */
        padding-top: 1rem;
        flex-direction: column;
    }

    .iframeFinanceiroExterno {
        width: 100%;
        min-height: 800px;
    }

    .live-text-content {
        display: flex;
        flex-wrap: wrap;
    }

    #notificationAll {
        font-size: 10px;
    }

    .forum-boxes .content-box-layout {
        border-left: 7px solid #b41218 !important;
        min-height: 230px;
        padding: 30px 40px;
        margin-top: 2rem;
        position: relative;
    }

    .live-text .d-grid {}

    .card-ambientacao {
        width: 98%;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.25rem;
        margin-left: 2rem;
        margin-bottom: 2%;
    }

    .tabs-disc-single {
        width: 100%;
    }

    .chart-father {
        position: relative;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .charts-disc-single {
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .info-disc-sigle {
        align-items: center;
        flex-direction: column;
    }

    .button-outras {
        background-color: #b41217;
        min-height: 25px;
        width: 100%;
        border-radius: 5px;
        color: #fff;
        padding: 6px;
        text-align: center;
        font-weight: 500;
    }

    .button-outras:hover {
        background-color: #b41217;
        min-height: 25px;
        width: 100%;
        border-radius: 5px;
        color: #fff;
        padding: 6px;
        text-align: center;
        font-weight: 500;
    }

    .div-btn-disc {
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        /* margin-bottom: 3rem; */
        padding-top: 1rem;
    }

    .discipline-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        max-height: 360px;
        align-items: center;
        position: relative;
        padding: 0;
        background: #fff;
        border-radius: 20px;
        padding-top: 2%;
        margin-bottom: 1rem;
    }

    .discipline-button {
        min-width: 10%;
        height: 175px;
        rotate: 90deg;
    }

    .nav-tab-mob {
        display: flex !important;
        flex-wrap: nowrap !important;
        padding-left: 0 !important;
        margin-bottom: 0 !important;
        list-style: none !important;
    }

    .content-box-layout {
        width: 100%;
        background-color: #fff;
        border-radius: 25px;
        height: 100%;
    }

    .hideHome {
        display: none;
    }

    .header-panel {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .header-panel div {
        background-color: #fff;
        padding: 50px;
        border-radius: 25px;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        font-size: 10pt;
    }

    .header-panel div :first-child {
        font-size: x-large;
        font-weight: 700;
    }

    .content-panel {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .content-box {
        margin-bottom: 20px;
        width: 100%;
        background-color: #fff;
        border-radius: 25px;
        /* padding: 2rem; */
    }

    .leftbar.active {
        position: fixed;
        z-index: 1;
        box-shadow: 5px 5px 5px #cecece;
        width: 75%;
        margin-top: 0;
        transition: ease all 0.3s;
        padding: 30px 25px;
    }
}


.divOutrasUnidades {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler {
    border: 0;
    display: none;
}

.btn-sair {
    text-align: center;
    background: #b41217;
    color: white !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background-color: #a7a7a7;
    /* box-shadow: inset 0 0 5px grey; */
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #d3d3d3;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #d3d3d372;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

a {
    text-decoration: none;
}

.vertical-submenu>li {
    list-style: none;
}

.w-65 {
    width: 65%;
}

.d-grid {
    display: grid !important;
}

.button-gray {
    background: #878787;
    border: none;
    border-radius: 8px;
    padding: 5px 20px;
    color: #fff;
    display: inherit;
}

.button-red {
    background: #b41217;
    border: none;
    border-radius: 8px;
    padding: 5px 20px;
    color: #fff;
    display: inherit;
    margin: auto;
}

.button-green {
    background: #41C777;
    border-color: #41C777;
    border: none;
    border-radius: 8px;
    padding: 5px 20px;
    color: #fff;
    display: inherit;
    margin: auto;
}

.weight-500 {
    font-weight: 500;
}

.color-red {
    color: #b41217 !important;
}

.bg-red {
    background: #b41217;
}

.color-dark {
    color: #000;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.body {
    width: 100%;
    /* overflow-y: auto;
    height: 69vh; */
    /* background-color: #f3f6f6;
    border: transparent; */
}

.yield {
    padding: 1rem;
    /* height: 100vh; */
    margin-left: calc(20% + 10px);
}

/* ----------START-LEFTBAR-STYLES---------- */
.leftbar {
    background-color: #fff;
    /* width: 280px; */
    height: 100vh;
    /* position: fixed; */
    padding: 30px 8px;
    z-index: 1;
    width: 70px;
    transition: ease all 0.3s;
    overflow: auto !important;
}

.leftbar::-webkit-scrollbar {
    display: none !important;
}

.vertical-menu::-webkit-scrollbar {
    display: none !important;
}

a.logobar {
    width: 170px;
    margin: auto;
}

.logo {
    width: 80%;
}

ul.vertical-menu i {
    margin-right: 0;
}

ul.vertical-menu {
    overflow: auto;
    /* height: 70vh; */
    margin: 0 !important;
    padding: 0 !important;
}

.leftbar i {
    color: black;
}

.leftbar.active+#content #content-all {
    transition: ease all 0.3s !important;
}

.leftbar.active .li-menu span {
    display: inline !important;
    opacity: 1;
    transition: ease all 0.3s;
    white-space: nowrap;
}

.leftbar.active .li-menu {
    padding: 12px 0px 12px 22px;
    margin-bottom: 10px;
    cursor: pointer;
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
}

.leftbar.active .li-menu i {
    margin-right: 18px;
}

.vertical-menu a {
    color: gray;
}

.li-menu {
    border-radius: 10px;
    padding: 12px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.sidebar-active i {
    color: #b40000 !important;
}

.li-menu:hover {
    background-color: #f3f6f6;
}

.li-menu:hover>i {
    color: #b40000 !important;
}

.leftbar .li-menu span {
    display: none !important;
    opacity: 0;
    transition: ease all 0.3s;
}

.sidebar-active {
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #f3f6f6;
}

#btn-toggle-sair {
    margin-top: 5rem;
    padding: 15px;
    cursor: pointer;
    transition: ease all 0.3s;
    width: 100%;
    color: white;
    font-weight: 700;
    /* text-align: right; */
    display: flex;
    justify-content: space-evenly;
}

.btn-sair-curso {
    background: none;
    border: none;
    color: white;
}

.btn-turn {
    transform: rotate(180deg);
    transition: ease all 0.3s;
}

/* -----------END-LEFTBAR-STYLES------------ */
/* -----------START-CONTENT-STYLES-------------- */
#content {
    right: 0;
    width: 100%;
}

#content-all {
    margin-left: 70px;
    transition: ease all 0.3s;
}

.content {
    min-height: 100vh;
    background-color: #f3f6f6;
}

.body .content-box {
    width: 99%;
}

/* -----------END-CONTENT-STYLES-------------- */
.navigation-bar {
    margin-top: 42px;
}

i.fas,
i.fab {
    font-size: 20px;
    color: #7a8f8e;
}

div.content-header li {
    color: #7a8f8e;
}

.input-group {
    position: relative;
    display: flex;
    width: 100%;
}

#contractModalProfile {
    max-width: 48rem;
}

.input-search {
    width: 100%;
    padding: 12px 15px 12px 30px;
    border-radius: 14px;
    border: none;
}

.MsoNoSpacing {
    width: 100%;
}

.user-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#dropUser {
    cursor: pointer;
}

/* #dropUserModal,#dropNotificateModal{
    position: absolute;
    width: 48rem;
    overflow: hidden;
} */

.notify-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 20px !important;
}

.notify-header,
.user-header {
    margin: 0 10px;
}

.user-name {
    text-decoration: none;
    margin-left: 10px;
    color: gray;
}

/* .fa-bell {
    padding: 15px 15px 15px 15px;
    background-color: #fff;
    border-radius: 14px;
    cursor: pointer;
} */

.user-icon {
    padding: 15px 15px 15px 15px;
    background-color: #b40000;
    color: #fff !important;
    border-radius: 14px;
}

.header-title {
    font-size: 25px;
}

.content-title {
    margin-top: 4%;
    margin-bottom: 2%;
    position: relative;
    bottom: 10px;
}

.divider {
    position: relative;
    height: 0.5px !important;
    left: -30px;
    width: 113%;
    margin: 1%;
}

a.hover:hover {
    color: #b40000;
}

i.fa-search {
    color: #b40000;
    border-radius: 14px;
}

.search-button {
    padding-right: 22px;
    padding-left: 22px;
    z-index: 3;
    border: none;
    border-radius: 14px;
    background-color: #fff;
}

.search-button:hover {
    padding-right: 22px;
    padding-left: 22px;
    z-index: 3;
    border: none;
    border-radius: 14px;
    background-color: #b40000;
    transition: all ease 0.3s;
}

.search-button:hover>i.fa-search {
    color: #fff;
    border-radius: 14px;
    transition: all ease 0.2s;
}

#divider-button {
    width: 1px;
    height: 50%;
    right: 60px;
    background-color: #7a8f8e66;
    position: absolute;
}

.form-control:focus {
    box-shadow: none !important;
}

.ico-profile {
    border-radius: 25%;
}

.header-profile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-charts {
    padding: 5px;
}

.li-noticias {
    list-style: circle !important;
    margin-top: 5px !important;
}

.content-charts div {
    display: flex;
    justify-content: flex-start;
}

.content-charts div h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    line-height: inherit;
}

.chart-divider {
    width: 36px !important;
    height: 8px !important;
    margin-right: 10px !important;
    color: #b41217 !important;
}

/* list disciplines */

.chart {
    width: 10%;
    height: 10px;
    background-color: red;
}

.content1 {
    width: 10%;
    height: 10px;
    background-color: green;
}

.discbutton {
    width: 10%;
    height: 10px;
    background-color: blue;
}

.buttonDiscipline {
    display: block;
    background-color: #b41217;
    min-height: 100% !important;
    width: 100%;
    border: none;
    border-radius: 0px 25px 25px 0px;
}

.buttonDiscipline:hover {
    background-color: #700f12;
}

.discipline-chart {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #b41217;
}

.buttonDiscipline .fa-angle-right {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    position: relative;
    top: 2px;
    display: flex;
    justify-content: center;
}

#star1,
#star2,
#star3,
#star4,
#star5 {
    display: none;
}

.star-active {
    color: #ffc400 !important;
}

/* ------------------------------------------------------------------------------------------------ */
/*                                  DISCIPLINES SINGLE STYLES                                       */
/* ------------------------------------------------------------------------------------------------ */

.chart-data {
    position: absolute;
    top: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #b41217;
}

.nav-link {
    color: #333033 !important;
}

.nav-link.active {
    color: #b41217 !important;
    font-weight: 600;
}

a {
    color: inherit;
}

.w3-red {
    border-top: solid black 1px;
    border-left: solid black 1px;
    border-right: solid black 1px;
    border-bottom: solid black 1px;
    padding: 5px;
    color: black;
}

.discipline-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#star {
    margin-bottom: 30px;
}

.button1,
.button2 {
    text-align: center;
}

.collapse-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
}

#collapseExample {
    margin-bottom: 10px;
}

div.collapse-card {
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.collapse-card-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.charts {
    width: 15%;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#star {
    width: 100%;
    height: 10px;
    margin-left: 8px;
}

.fa-star {
    color: #ffc400 !important;
    cursor: pointer;
}

.buttons {
    display: flex;
    flex-direction: column;
}

.button2 {
    background-color: #b412175c;
    height: 25px;
    width: 100%;
    border-radius: 5px;
    color: #b41217;
}

.button1 {
    background-color: #b41217;
    height: 25px;
    width: 100%;
    border-radius: 5px;
    color: #fff;
}

.fa-check-circle {
    color: #b41217 !important;
    margin-right: 10px;
}

.fa-circle-o {
    margin-right: 10px;
}

.fa {
    transition: transform 0.2s;
}

.fa.turn {
    transform: rotateZ(90deg);
}

/*-------------------------------- messages---------------------------------- */
.messages-grid-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
}

.messages-grid-container hr {
    margin-top: 8px;
}

.messages-grid-container .content-box {
    box-shadow: none;
    min-height: 100%;
    border-radius: 14px;
}

.messages-grid-container .input-group {
    width: 104%;
}

.messages-grid-rows {
    display: grid;
    grid-template-rows: auto;
    gap: 15px;
}

.messages-grid-container .fa-search {
    color: #878787;
}

.my-messages {
    padding: 14px;
    display: flex;
    min-height: 120px;
    width: 100%;
}

.message-content {
    width: 100%;
    height: 100%;
}

div.radio {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #b41217;
    margin-right: 5px;
    margin-top: 8px;
}

.message-top {
    display: flex;
    justify-content: space-between;
}

.message-top .fa-paperclip {
    margin-left: 40px;
}

.far.fa-star {
    color: #878787 !important;
    cursor: pointer;
}

.message-top span {
    font-size: 12px;
    margin-left: 4px;
}

.message-description b {
    font-size: 12px;
}

.message-description p:first-child {
    margin-top: -10px;
    font-size: 12px;
    color: #878787;
    margin-bottom: 5px;
}

.message-description p:last-child {
    line-height: 20px;
    color: #878787;
    font-size: 12px;
    margin: 0px;
}

.message-show-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.name-header-message {
    line-height: 0px;
    margin-right: 40%;
}

.name-header-message span {
    color: #878787;
}

.message-header-radio {
    display: flex;
    width: 60px;
    height: 60px;
    background-color: #b41217;
    border-radius: 50%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.message-header-radio span {
    font-size: 40px;
    color: white;
}

.message-text-scroll {
    overflow: auto;
    height: 150px;
    width: 105%;
}

.content-message-show a {
    background-color: #b41217;
    border: none;
    border-radius: 7px;
    padding: 4px 18px;
    color: white !important;
}

.content-message-show a i {
    margin-right: 6px;
}

.content-message-show h4 {
    font-size: 14px;
}

.send-message {
    margin-top: 10px;
    position: relative;
}

.send-message textarea {
    border-radius: 8px 8px 0px 0px;
    border: solid 1px #8787875c;
    resize: none;
    width: 100%;
    padding: 15px;
}

.send-message textarea:focus {
    outline: none;
}

.send-message-footer button {
    background-color: #b41217;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 2px 6px;
    margin-left: 10px;
}

.send-message-footer {
    position: absolute;
    bottom: -35px;
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 6px;
    border-radius: 0px 0px 8px 8px;
    border: solid 1px #8787875c;
}

.file-name {
    background-color: #efefef;
    margin-right: 10px;
    color: #878787;
    font-size: 13px;
    border-radius: 6px;
}

.custom-file-upload input {
    display: none;
}

.custom-file-upload i {
    font-size: 15px;
}

.custom-file-upload {
    background-color: #efefef;
    border-radius: 8px;
    padding: 3px 10px;
    cursor: pointer;
}

.message-show-date {
    font-size: 10px;
    color: #878787;
}

.message-show-text {
    font-size: 12px;
    padding-right: 30px;
}

/* -----------------------------MATERIALS--------------------------------------------- */
.materials-disciplines {
    margin-top: 45px;
}

.materials-disciplines button {
    width: 100%;
    border-radius: 6px;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    margin-bottom: 10px;
    color: #878787;
}

.materials-disciplines i {
    color: #878787;
    font-weight: 100;
    font-size: 24px;
}

.material-show button {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    padding: 5px 20px;
    border: 1px solid #dee2e6;
    background-color: white;
}

.material-show button i {
    color: #686868;
    font-size: 24px;
    font-weight: 300;
}

.material-show-title {
    margin-top: 40px;
    padding: 0px 30px;
    margin-bottom: 20px;
}

.material-show button {
    margin-bottom: 10px;
}

.material-show .collapse {
    margin: 45px 0px;
}

.gif-load {
    display: none;
}

.conteudo-externo {
    margin-top: 7%;
}

.row-edited {
    margin-top: 1%;
}

.btn-edited {
    background-color: #b41217 !important;
    color: white;
}

.btn-edited:hover {
    color: white;
}

.btn-unidade {
    border: 1px solid #80808082;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 2%;
    margin-top: 2%;
}

.box-doc {
    display: flex;
    flex-direction: column;
    margin-top: 3%;
}

.label-doc {
    margin-top: 5%;
    font-weight: 700;
}

.form-group-doc {
    padding-bottom: 5%;
    box-shadow: 0px 1px 11px #d6d6d652;
}

.btn-secondary {
    color: #fff !important;
    background-color: #6c757d8c !important;
    border-color: #6c757d59 !important;
}

.table-solicita-req {
    margin-top: 2rem;
}

.label-form {
    font-weight: 700;
    margin-bottom: 0.6rem;
    margin-top: 1.6rem;
}

.input-form {
    height: 50px;
    border-left: 7px solid #c5c5c5;
}

.input-form:active {
    height: 50px;
    border-left: 7px solid #b41218 !important;
}

.input-form:hover {
    height: 50px;
    border-left: 7px solid #b41218 !important;
}

.textarea-input-form {
    border-left: 7px solid #c5c5c5;
}

.textarea-input-form:active {
    border-left: 7px solid #b41218 !important;
}

.textarea-input-form:hover {
    border-left: 7px solid #b41218 !important;
}

.btn-enviar {
    background: #b41218;
    font-weight: 700;
    color: white;
    margin-top: 1.5rem;
}

.btn-search {
    background: none;
    border: none;
}

.text-interacao {
    margin-top: 2rem;
    font-weight: 700;
    font-size: 22px;
}

.list-ambientacao {
    display: flex;
    flex-wrap: wrap;
}

.modal-dialog {
    max-width: 80rem;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.forum-boxes .content-box {
    border-left: 7px solid #b41218 !important;
    min-height: 230px;
    padding: 30px 40px;
    margin-top: 2rem;
    position: relative;
}

.fr-box-single {
    display: grid;
    grid-template-columns: 3fr 10fr 2fr 4fr 4fr 2fr;
    border: solid 1px #878787;
    border-left: solid 10px #b41217;
    min-height: 125px;
}

.forum-button {
    border-left: solid 1px #878787;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.forum-item {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 14px;
}

.opn-n-close {
    background: #ffebeb;
    padding: 3px 21px;
    border-radius: 4px;
    border: solid 1px #b41217;
    color: #b41217;
}

.fr-box-single.closed-forum {
    border-left: solid 10px #878787;
}

.fr-box-single.closed-forum .opn-n-close {
    background: #f4f4f4 !important;
    border: solid 1px #878787;
    color: #878787;
}

.forum-single-header {
    display: grid;
    grid-template-columns: 5fr 3fr 4fr 2fr;
    align-content: center;
    padding: 5px 20px;
    border: solid 1px #b41217;
    border-radius: 10px;
}

.forum-single-dates span {
    margin-right: 10px;
}

.border-right {
    border-right: solid 1px #b41217;
    margin-right: 8px;
}

.forum-sow-box-header {
    display: flex;

    align-items: center;
}

.forum-show-box p {
    color: #737373;
    font-size: 18px;
    line-height: 22px;
    padding: 0px 13px;
}

.forum-show-box-icons {
    display: flex;
    justify-content: flex-end;
}

.send-message.forum textarea {
    border-radius: 17px 17px 0 0;
    margin-top: 15px;
}

.send-message.forum label {
    color: #686868;
    font-weight: 500;
}

.send-message.forum .send-message-footer {
    border-radius: 0 0 17px 17px;
    height: 55px;
    bottom: -48px;
}

.forum-single-dates {
    margin-top: 25px;
    padding: 5px 20px;
    border-radius: 10px;
    color: #fff;
    font-weight: 400;
}

.forum-single-dates.resposta {
    margin-top: 25px;
    padding: 5px 20px;
    border-radius: 10px;
    color: #878787;
    font-weight: 700;
    text-align: right;
}

.forum-single-dates.red {
    background: #b41217;
}

.forum-show-box {
    border-radius: 20px;
    padding: 15px 30px;
}

.forum-single-dates.gray {
    background: #878787;
}

.forum-show-box.red {
    background: #ffebeb;
}

.forum-show-box.answer {
    background: #fff;
    border: solid 1px #878787;
    width: 95%;
    margin-left: auto;
}

.forum-show-box.gray {
    border-radius: 20px !important;
    background: #f4f4f4;
}

.forum-show-box.gray.autor {
    border-radius: 20px !important;
    background: #ff933b1f;
}

.forum-show-box h4 {
    font-size: 20px;
    margin-bottom: 0px;
    margin-left: 5px;
}

.forum-show-box.red h4 {
    color: #b41217;
}

.forum-show-box.gray h4 {
    color: #878787;
}

.forum-show-box.answer h4 {
    color: #878787;
}

.forum-show-box-circle {
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.red .forum-show-box-circle {
    background: #b41217;
}

.gray .forum-show-box-circle {
    background: #878787;
}

.answer .forum-show-box-circle {
    background: #878787;
}

.forum-icon {
    margin-left: 10px;
    border-radius: 8px;
    padding: 10px 12px;
    color: #737373;
}

.forum-icon.red {
    background: #ead3d3;
}

.forum-icon.gray {
    background: #e5e5e5;
}

.forum-show-box-icons i.liked {
    color: #d34242;
}

/* ------------------------------------------------------------------------------------------------ */
/*                                FORUM SHOW HISTORIC STYLES                                        */
/* ------------------------------------------------------------------------------------------------ */

.forum-historic {
    margin-top: 8rem;
}

.forum-historic h5 {
    font-size: 15px;
    color: #686868;
    font-weight: 500;
}

.forum-anser-container {
    position: relative;
    padding: 0px;
    height: 65px;
}

.forum-anser-container textarea {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
    background: #f4f4f4;
    border-top: #878787 solid 1px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    outline: none;
    resize: none;
    padding: 20px 215px 0px 35px;
}

.forum-anser-container .buttons {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 14px;
    right: 18px;
}

.forum-anser-container .buttons button {
    background: #878787;
    color: #fff;
    padding: 0 20px;
    border-radius: 8px;
    margin: 0 15px;
    border: none;
}

/* ------------------------------------------------------------------------------------------------ */
/*                                      FORUM MODAL STYLES                                          */
/* ------------------------------------------------------------------------------------------------ */

.forum-modal {
    max-width: 1074px !important;
    margin: auto 20px 20px 417px;
}

.forum-modal-close-button {
    margin-left: auto;
}

.forum-modal .modal-content {
    padding: 20px;
    border-radius: 25px;
}

.forum-modal .modal-body {
    padding: 30px 130px;
}

.modal-buttons {
    display: flex;
    flex-direction: column;
}

.modal-buttons button {
    background: #fff;
    border-radius: 8px;
    border: solid 1px #686868;
    color: black;
    text-align: start;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 20px;
}

.modal-buttons .collapse-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ------------------------------------------------------------------------------------------------ */
/*                                     LIVE CLASSES STYLES                                          */
/* ------------------------------------------------------------------------------------------------ */
#lives .content-box {
    border-left: 7px solid #b41218 !important;
    min-height: 230px;
    padding: 30px 40px;
    margin-top: 2rem;
    position: relative;
    box-shadow: 12px 15px 25px 5px rgba(0, 0, 0, 0.25);
}

#lives .content-box-layout {
    border-left: 7px solid #b41218 !important;
    min-height: 230px;
    padding: 30px 40px;
    margin-top: 2rem;
    position: relative;
    box-shadow: 12px 15px 25px 5px rgba(0, 0, 0, 0.25);
    height: 100%;
}

.live-link i {
    color: #fff !important;
}

.live-text {
    padding-right: 80px;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
}

.live-link {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100px;
    background: #b41217;
    border-radius: 0px 25px 25px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.content-box.closed .live-link {
    background: #e5e5e5e5;
}

.content-box.closed .live-link i {
    color: #777777 !important;
}

/* ------------------------------------------------------------------------------------------------ */
/*                                     AGENDAMENTO PROVAS STYLES                                    */
/* ------------------------------------------------------------------------------------------------ */
.appointment-item {
    display: flex;
    flex-direction: column;
}

.appointment-select {
    position: relative;
}

.select-border {
    position: absolute;
    width: 10px;
    height: 100%;
    background: #e0e0e0;
}

.selected .select-border {
    background: #b41217;
}

.selected select {
    color: black !important;
}

.appointment-select select {
    width: 100%;
    padding: 10px 25px;
    outline: none;
    border: solid 1px #e0e0e0;
    color: #878787;
}

.appointment-select i {
    position: absolute;
    right: 30px;
    top: 16px;
    font-size: 20px;
    color: #686868;
    pointer-events: none;
}

.appointment-container .button-gray,
.button-red {
    margin: auto;
}

.table i {
    margin-right: 12px;
}

.table button {
    background: none;
    border: none;
}

.forced-circle {
    width: 100px;
    height: 100px;
    border: solid 8px #b41217;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.forced-circle i {
    color: #b41217;
    font-size: 40px;
}

.modal-content.success {
    border-radius: 25px;
    padding: 30px;
}

.modal-body.success {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-body.success p {
    padding: 20px 45px !important;
}

.success .modal-header {
    padding: 0px !important;
}

.modal-body.success p,
h5 {
    margin: 0px !important;
}

a.link-button:hover {
    color: #878787;
}

.weight-500 {
    font-weight: 500 !important;
}

.link-button {
    width: 100%;
    border-radius: 6px;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    margin-bottom: 10px;
    color: #878787;
    background: #efefef;
}

.panel-course-free {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;

    background-color: #fff;
    padding: 50px;
    border-radius: 25px;
    margin-right: 20px;
    font-size: 10pt;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.panel-course-free span i {
    font-size: 39px;
    color: #b41218;
}

.panel-course-free span {
    font-size: 20px;
}

/* ------------------------------------------------------------------------------------------------ */
/*                                      SIMULADOS STYLES                                            */
/* ------------------------------------------------------------------------------------------------ */
.question-button {
    background: #b41217;
    border: none;
    border-radius: 8px;
    padding: 5px 20px;
    color: #fff;
    display: inherit;
    margin: auto;
}

input.inp-radio {
    display: none;
}

span.opt {
    background: #cccccc;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
    color: #fff;
    cursor: pointer;
}

label>input.inp-radio:checked~span.opt {
    background: #b41217;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
}

.button-unidade {
    background-color: #b41217;
    min-height: 40px;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    padding: 6px;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-unidade:hover {
    color: white;
}

.content-box-sala {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 4rem;
}

.content-box-sala h3 {
    margin-top: 2rem;
}

.iframe-sala {
    margin-top: 1rem;
}

.div-btn {
    display: flex;
    justify-content: space-between;
    padding-left: 4rem;
    /* margin-bottom: 3rem; */
    padding-top: 1rem;
}



.box-padrao {
    border-left: 7px solid #b41218 !important;
    min-height: 230px;
    padding: 30px 40px;
    margin-top: 2rem;
    position: relative;
    box-shadow: 12px 15px 25px 5px rgba(0, 0, 0, 0.25);
}

.doc-sucesso-border {
    border-left: 7px solid #3f96009c !important;
}

.doc-negado-border {
    border-left: 7px solid #b41218a6 !important;
}

.doc-aguardando-border {
    border-left: 7px solid #ff933ba8 !important;
}


.doc-negado {
    background-color: #b41218a6 !important;
}

.doc-sucesso:hover {
    background-color: #3f960080 !important;
}

.doc-sucesso {
    background-color: #3f96009c !important;
    padding: .25rem .5rem;
    border-radius: .5rem;
    text-decoration: none;
    font-family: var(--bs-font-sans-serif);
}

.doc-aguardando:hover {
    background-color: #ff933b80 !important;
}

.doc-aguardando {
    background-color: #ff933ba8 !important;
    padding: .25rem .5rem;
    border-radius: .5rem;
    text-decoration: none;
    max-height: 29px;
    font-family: var(--bs-font-sans-serif);
}

.div-forum {
    margin-bottom: 1rem;
}

.border-right-forum {
    border-right: solid 1px #b41217;
    margin-right: 8px;
    min-width: 50%;
}

.forum-single-header-edit {
    display: flex;
    align-content: center;
    padding: 5px 20px;
    border: solid 1px #b41217;
    border-radius: 10px;
}

.info-trabalho {
    display: flex;
    justify-content: center;
}

.info-trabalho span {
    margin-left: 4px;
}

.info-trabalho-texteare {
    margin-top: 10px;
}

.info-trabalho-texteare textarea {
    margin-top: 6px;
}

#documents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
}

.document-box {
    padding: 1.5rem;
    border-radius: 20px;
    border: none !important;
    box-shadow: 0px 5px 10px 5px rgb(0 0 0 / 5%);
    position: relative;
}

.document-content {
    display: flex;
    flex-direction: column;
}

.document-content a {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 1rem;
    display: flex;
    border-radius: 0px 20px 20px 0px;
    color: #fff;
    align-items: center;
}

.document-box-header {
    display: flex;
    gap: 0.5rem;
}

.document-obs textarea {
    background-color: #fff !important;
    border: none !important;
}

.input-document-modal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}



.document-files {
    display: flex;
    flex-direction: column;
}

.document-input-file {
    cursor: pointer;
    padding: 0.3rem 0.9rem;
    background: #b41217;
    color: #fff;
    border-radius: 8px;
}

.document-input-file.selected {
    background: #7a8f8e;
}

.document-input-file input {
    display: none;
}

.document-files button {
    display: block;
    background: gray;
    padding: 0.5rem;
    margin-top: 1rem;
    border-radius: 8px;
    color: #fff;
    border: none !important;
    width: 100%;
}

.doc-negado-border .radio {
    background: 7px solid #b41218a6 !important;
}

.doc-aguardando-border .radio {
    background: #ff933ba8;
}

.doc-sucesso-border .radio {
    background: #3f96009c !important;
}

.resp-errada {
    background: #e100004d;
    border-radius: 10px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.resp-certa {
    background: #2ee1004d !important;
    border-radius: 10px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.resp-correta {
    background: #e15c0073;
    border-radius: 10px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.alerta-grade {
    margin-top: 2rem;
    text-align: center;
}

.div-lib {
    display: flex;
    flex-direction: column;
}

.div-lib b {
    font-size: 20px;
}

.material {
    margin-bottom: 10px;
}

.card-amb {
    min-height: 100%;
}

.acc-edit {
    color: white !important;
    font-weight: 700;
}

.iconedited {
    cursor: pointer;
    border-radius: 26%;
    width: 60px;
    text-align: center;
    height: 50px;
    background-color: #b41217;
    font-size: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconedited i {
    color: white;
}

.img-foto-forum {
    width: 45px;
    border-radius: 27px;
    margin-right: 10px;
}

.btn-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}