@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');

html, body{
    margin: 0;
    padding: 0;
    font-family: 'Barlow', sans-serif;
    height: 100%;
}

#myBtnContainer::-webkit-scrollbar {
    width: 5px;                  /* width of the entire scrollbar */
}

#myBtnContainer::-webkit-scrollbar-track {
    background: #C5C7D0;        /* color of the tracking area */
    border-radius: 10px;
}

#myBtnContainer::-webkit-scrollbar-thumb {
    background-color: #E36D12;    /* color of the scroll thumb */
    border-radius: 10px;       /* roundness of the scroll thumb */
    border: 2px solid #E36D12;  /*creates padding around scroll thumb */
}
#myBtnContainer::-webkit-scrollbar-thumb:hover {
    background-color: #c76011;    /* color of the scroll thumb */
    border: 2px solid #c76011; 
}

.subtitle {
    /* Subtitle */  
    color: #000000;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.015em;
}

.typography-p {
    color: white;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
}

p {
    /* Body */
    color: #000000;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

h1 {
    /* Headline/H1 */
    color: #000000;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 67px;
    letter-spacing: 0.015em;
}

h2 {
    /* Headline/H2 */
    color: #000000;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    /* identical to box height */
    letter-spacing: 0.015em;
}

h3 {
    /* Headline/H3 */
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    /* identical to box height */
    letter-spacing: 0.015em;
    color: #000000;
}

h4 {
    /* Headline/H4 */
    color: #000000;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.015em;
}

h5 {
    /* Headline/H5 */
    color: #000000;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    letter-spacing: 0.015em;
}

h6 {
    /* Headline/H6 */
    color: #000000;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height */

    letter-spacing: 0.015em;
}

div.cards {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 40px 40px 40px;
    gap: 10px;

    width: 250px;
    height: 255px;
}

div.dif-cards {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 10px 0px;

    width: 250px;
    height: 255px;
}

.all-page {
    height: 100vh;
}

.center-col {
    margin-top: 10%;
    margin-bottom: 10%;
}

.image {
    position: relative;
    left: 20%;
}

.card {
    border-width: 2px !important;
    border-color: #7A7B7D;
}

/* .card-avaliador {
    margin-top: 50px;
    border: solid #a2a2a3 0.5px;
    border-radius: 20px;
} */

.form-control {
    margin-bottom: 20px;
}

.orange-button {
    background-color: #E36D12 !important;
    border-color: #E36D12 !important;
}

.orange-button:hover {
    border-color: #E36D12 !important;
    background-color: #E36D12 !important;
    color: #fff !important;
}

.white-button {
    display: block;
    margin: 0% 25% 0 25%;
    ;
    display: block;
    color: #E36D12 !important;
}

.white-button:hover {
    border-color: #E36D12 !important;
    background-color: #E36D12 !important;
    color: #fff !important;
}

#activated {
    background-color: #f0ffffde;
}

#activated p{
    color: #201b2c !important;
}

#activated h1{
    color: #201b2c !important;
}

.big-number>a>p {
    color: #E36D12 !important;
    font-weight: 400;
    text-align: center;
}

.big-number>a>h1 {
    color: #E36D12 !important;
    text-align: center;
    font-weight: 800;
}

.dropdowns-projeto {
    color: #000000 !important;
    font-weight: 400;
    text-align: center;
    background-color: #E36D12 !important;
    border-color: #fff !important;
}

.col-12>a {
    width: 100%;
    margin-top: 7px;
}

#button-nav>a:hover {
    color: #f0ffffde;
}


.nav-item a {
    text-decoration: none;
    color: #7A7B7D;
    margin: 25px;
}

.navtop {
    border-bottom: 10px #7A7B7D !important;
}

.navbar {
    margin-bottom: 20px;
}

#Chosed {
    background-color: #E36D12 !important;
}

#Chosed>a>p {
    color: #fff !important;
}

.btn-outline-danger:hover{
    background-color: #E36D12 !important;
    color: #fff !important;
}

.etapas {
    display: flex;
    width: 100%; 
    height: 90%;
    align-items: center;
    justify-content: center;
}

.filter:hover{
    background-color: #E36D12 !important;
}

.filter:hover >a>p{
    color: #fff !important;
}

.filter:hover >a>h1{
    color: #fff !important;
}

#lista-avaliacao {
    border-bottom: solid rgb(216, 216, 216) 0.3px;
    border-top: solid rgb(216, 216, 216) 0.3px;
    border-radius: 2px;
}
.div-footer {
    bottom: 0;
    margin: 0 auto;
}

footer {
    background-color: #343a40;
    bottom: 0;
    margin: 0 auto;

}

.button {
    color: #FFFFFF;
    border-radius: 10px;
    padding: 12px 16px;
    gap: 10px;
    background: #DB7120;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    border: none;
}

.button:hover{
    background-color: #E36D12;
    color: white;
}

.numbers-home {
    color: #ffffff;
}

#myTable {
    border-style: double;
}

#myTable>thead {
    background: rgba(219, 113, 32, 0.85);
    border-radius: 10%;
}

.card-home p{
    color: white;
}