@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Gantari:400,500,600,700,800");

/********** Template CSS **********/
:root {
    --primary: #080D9E;
    --primary-dark: #060A6C;
    --secondary: #4649B7FF;
    --secondary-dark: #294ea8;
    --light: #FFF;
    --dark: #1D1D27;

    --color-azul: #4071C2;
    --color-vermelho: #B95151;
    --color-lilas: #6144D4;
    --color-amarelo: #E6A026;
    --color-verde: #4B8376;
    --color-laranja: #CD6D2A;

    --color-offwhite: #F1F3F9;
    --color-cinza: #3A3836;
}

body {
    background-color: #f5f5f5;
    font-family: "Gantari", sans-serif !important;
    font-weight: normal;
    font-style: normal;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
    background-color: rgba(8, 13, 160, 0.90);
}

#spinner .loading {
    width: 98px;
    height: 98px;
    background: url('../img/loader.gif') no-repeat;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Heading ***/
h1,
h2,
h3,
h4,
h5,
h6,
.fw-medium,
.fw-bold {
    font-family: "Raleway", sans-serif !important;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

header .btn.btn-light {
    color: var(--primary-dark) !important;
    font-style: normal !important;
    line-height: 24px !important;
    font-size: 20px;
    font-weight: 800;
}

header .btn.btn-light .btn-sub-text {
    /*font-size: 20px;*/
    font-weight: 400;
}

/*** Navbar ***/
.navbar-light {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(256, 256, 256, .1);
    z-index: 999;
}

.sticky-top.navbar-light {
    position: fixed;
    background: var(--light);
}

.navbar.navbar-light,
.navbar.navbar-primary {
    min-height: 96px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-primary .navbar-nav .nav-link {
    position: relative;
    margin: 0 15px;
    padding: 35px 0;
    color: var(--light) !important;
    outline: none;
    transition: .5s;
    font-weight: 600;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    /* padding: 20px 0; */
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link::before {
    background: var(--light) !important;
}

.sticky-top.navbar-light a.btn {
    color: var(--light) !important;
    background-color: var(--primary);
}

.navbar-light .navbar-brand h1 {
    color: var(--light);
}

.navbar .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.navbar-light .navbar-toggler {
    border: none !important;
}

.navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: var(--light);
    margin: 5px 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-light.sticky-top .navbar-toggler .toggler-icon {
    background-color: var(--dark);
}

.navbar-primary .navbar-toggler .toggler-icon {
    background-color: #fff;
}

.navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

.navbar-light.sticky-top .colorizable {
    content: url("../img/logo-educa-esus-header.png");
}

/* .sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
} */

section.anchor {
    scroll-margin-top: 100px;
}

@media (max-width: 991.9px) {
    /*.navbar-light {
        position: fixed;
        background: #FFFFFF;
        width: 100%;
    }*/
    .navbar .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid;
    }

    .navbar-light .navbar-collapse {
        background: #FFFFFF;
        border-color: #DDDDDD;
        padding: 10px;
        border-radius: 1rem;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.16);
        -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.16);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.16);
    }

    .navbar-primary .navbar-collapse {
        background: var(--primary);
        border-color: var(--secondary);
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--primary) !important;
        font-weight: 800;
    }

    .navbar.navbar-light a.btn {
        color: var(--light) !important;
        background-color: var(--primary);
        width: 100%;
        margin-top: 8px;
    }

    .navbar.navbar-primary a.btn {
        color: var(--light) !important;
        background-color: var(--primary);
        width: 100%;
        margin-top: 8px;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img,
    .navbar-primary .navbar-brand img {
        max-height: 45px;
    }

    .navbar-primary {
        background-color: var(--primary);
    }

    /*.navbar-light .colorizable {
        content: url("../img/logo-educa-esus-header.png");
    }*/
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 6px;
        bottom: -1px;
        left: 50%;
        background: var(--secondary);
        transition: .5s;
    }

    .sticky-top.navbar-light .nav-link::before {
        background: var(--primary) !important;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-primary {
        background-color: var(--primary);
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--light) !important;
    }

    .sticky-top.navbar-light .nav-link:hover,
    .sticky-top.navbar-light .nav-link.active {
        color: var(--primary) !important;
    }
}

/*** Hero Header ***/
.simple-hero-header {
    background: linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%);
    min-height: 94px;
}

.home-hero-header {
    background: linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%);
}

.home-hero-header h1 {
    color: var(--light);
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.home-hero-header h2 {
    color: var(--light);
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
}

.home-hero-header h3 {
    color: var(--light);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
}

@media (min-width: 992px) {
    .home-hero-header .container,
    .home-hero-header .container-fluid {
        padding-top: 120px !important;
    }
}

/*** Section Title ***/
.section-title h1,
.section-title h2,
.section-title h3 {
    color: #515354 !important;
    line-height: 3rem !important;
    font-style: normal;
}

.section-title h1 {
    font-size: 3rem !important;
    font-weight: 800 !important;
}

.section-title h2 {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
}

.section-title h3 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
}

.header-text {
    margin: auto;
    padding: 0;
}

/*** Newsletter ***/
.newsletter .newsletter-content {
    text-align: center;
    padding: 30px 80px 65px;
}

.newsletter .newsletter-input {
    border-radius: 50px;
    box-shadow: 0 15px 50px 0 rgba(8, 13, 160, 0.20);
}

.newsletter .newsletter-input input {
    height: 70px;
}

.newsletter .newsletter-input .btn {
    height: 100%;
}

.newsletter p {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 100;
    line-height: 1.5rem;
    margin-bottom: 0;
}

.newsletter-home .newsletter-content {
    margin: 0 10vw;
    background-color: var(--primary);
    border-radius: 200px;
}

@media (max-width: 992px) {
    .newsletter-home .newsletter-content {
        margin: 0;
    }
}

.newsletter-home p,
.newsletter-home h3 {
    color: var(--light) !important;
}

.newsletter-home .newsletter-input {
    background: var(--light);
    bottom: 35px;
    margin: 0 20vw;
}

.newsletter-home .newsletter-input .btn i {
    color: #e5e5e5;
}

.newsletter-curso {
    height: 675px;
}

.newsletter-curso .newsletter-content {
    text-align: center;
    height: 500px;
    flex-shrink: 0;
    border-radius: 25px;
    background-size: cover !important;
    padding: 0;
    display: flex;
    justify-content: center;
}

.newsletter-curso p {
    color: rgba(136, 136, 136, 0.53);
}

.newsletter-curso .newsletter-partial-content {
    display: inline-block;
    align-self: flex-end;
    background: #f5f5f5;
    border-radius: 50px 50px 0 0;
    width: 50%;
    margin-bottom: -1px;
}

.newsletter-curso .newsletter-partial-content .newsletter-subscribe,
.newsletter-curso .newsletter-partial-content .newsletter-confirm {
    margin: 50px 30px 0 30px;
}

.newsletter-curso .newsletter-input-container {
    border-radius: 50px;
    flex-shrink: 0;
    background-color: #f5f5f5;
    padding: 0 40px;
    text-align: center;
}

.newsletter-curso .newsletter-input {
    margin: 20px 40px;
}

@media (max-width: 992px) {
    .newsletter-curso .newsletter-partial-content {
        width: 60%;
    }

    .newsletter-curso .newsletter-input-container {
        padding: 0 20px;
    }
}

@media (max-width: 576px) {
    .newsletter-home .newsletter-content {
        margin: 0;
        border-radius: 50px;
        padding: 30px 30px 65px;
    }

    .newsletter-home .newsletter-input {
        margin: 0 5vw;
    }

    .newsletter-curso .newsletter-partial-content {
        width: 90%;
    }

    .newsletter-curso .newsletter-input-container {
        padding: 0 10px;
    }
}

.newsletter-curso .newsletter-input input {
    background: var(--primary);
    color: var(--light);
}

.newsletter-curso .newsletter-input .btn i,
.newsletter-curso .newsletter-input input::placeholder {
    color: var(--secondary);
}

/*** Cards ***/
.card {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    margin: 12px 0;
}

.course-card {
    display: inline-grid;
    border-radius: 50px !important;
    width: 350px;
    margin-bottom: 50px;
}

.course-card .card-title {
    color: #FFF;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.course-card .card-sub-title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 35px;
}

@media (max-width: 576px) {
    .course-card {
        border-radius: 30px !important;
    }

    .course-card .card-body {
        padding: 20px 10px !important;
        min-height: 220px !important;
        word-wrap: break-word;
        hyphens: auto;
    }

    .course-card .card-title {
        color: #FFF;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 35px;
    }

    .course-card .card-sub-title {
        color: #FFF;
        font-size: 15px;
        font-style: normal;
        font-weight: 200;
        line-height: 35px;
    }
}

.course-card .card-body {
    padding: 30px 25px 10px 25px;
    min-height: 254px;
}

.course-card .card-footer {
    background-color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 1rem;
}

/*** About ***/
.section-about {
    border-radius: 60px 60px 0 0;
    background-color: #EBEBEF;
    background-image: url("../img/bg-about.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-about .section-title {
    word-wrap: break-word;
    hyphens: auto;
}

.section-about .img-container {
    position: relative;
    height: auto;
}

.section-about .img-container .img-box {
    /* Apenas para preenchimento da altura das imagens */
    width: 100%;
    height: 500px;
}

.section-about .img-container .img-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 500px;
}

/*** Footer ***/
.footer {
    background-color: var(--primary);
}

.color-bar {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.item-color-bar {
    width: 100%;
    height: 1rem;
}

.item-color-bar.t1 {
    background-color: var(--color-azul);
}

.item-color-bar.t2 {
    background-color: var(--color-vermelho);
}

.item-color-bar.t3 {
    background-color: var(--color-lilas);
}

.item-color-bar.t4 {
    background-color: var(--color-amarelo);
}

.item-color-bar.t5 {
    background-color: var(--color-verde);
}

.item-color-bar.t6 {
    background-color: var(--color-laranja);
}

/*** Barra lateral do Chatbot ***/
.bp-widget-web {
    z-index: 9999 !important;
}

.bpw-from-user .bpw-chat-bubble .bpw-chat-bubble-content {
    background-color: #fff !important;
}

.bp-container {
    position: fixed;
    display: flex;
    align-items:  center;
    width: 160px;
    height: auto;
    background-color: #d5d5d5;
    bottom: 80px;
    right: 40px;
    border-radius: 12px;
    padding: 0.5rem;
    z-index: 999;
}

.bp-container .bp-icon {
    color: #FFF;
    text-align: center;
}

.footer .bp-container .bubble {
    background: #fff;
    border-radius: 15px;
    width: 150px;
    position: fixed;
    height: 60px;
    bottom: 80px;
    right: 100px;
    color: #040870;
    box-shadow: 0 15px 50px 0 rgba(8, 13, 160, 0.20);
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .bp-container .bubble:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 5px solid transparent;
    border-top: 20px solid #fff;
    bottom: -10px;
    left: 80%;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .contact a {
    color: var(--light);
    text-decoration: none;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

@media (min-width: 992px) {
    .footer-logo.logo-right {
        text-align: end;
    }
}

/*** Página Detalhes do Curso ***/
.course-hero-header {
    padding-bottom: 4rem;
    background-color: var(--light);
}

.course-hero-header .hero-img-container {
    /* Necessário para compensar a sombra na imagem */
    margin: 0 auto -8rem auto;
    padding: 0 0 8rem 0;
}

.course-hero-header .hero-img-container img {
    max-height: 650px;
    filter: drop-shadow(-15px 45px 15px rgba(0, 0, 0, 0.37));
}

@media (min-width: 992px) {
    .course-hero-header .bg-course-header {
        min-height: 700px;
    }

    .course-hero-header .hero-img-container {
        position: absolute;
        right: 2rem;
        bottom: -5rem;
        overflow: hidden;
        margin: 0 auto -8rem -8rem;
        padding: 0 0 8rem 8rem;
    }

    .home-hero-header .hero-img-container {
        position: absolute;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }

    .home-hero-header .hero-img-container .carousel-item {
        padding-right: 3rem;
    }

    .home-hero-header .hero-img-container .carousel-item img {
        /*min-width: 600px;*/
    }
}

@media (min-width: 1200px) {
    .home-hero-header .hero-img-container .carousel-item {
        padding-right: 10rem;
    }
}

@media (max-width: 992px) {
    .course-hero-header .hero-img-container {
        position: relative;
        bottom: -5rem;
        overflow: hidden;
    }
}

.course-hero-header h1 {
    word-wrap: break-word;
    hyphens: auto;
}

/* change transition duration to control the speed of fade effect */
.carousel-item {
    transition: transform 1s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: opacity 0s 0.1s;
}

.course-hero-header h1,
.course-hero-header h2,
.course-hero-header h3 {
    color: #F5F5F5;
    font-style: normal;
}

.course-hero-header h1 {
    font-weight: 800;
    font-size: 5rem;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.course-hero-header h2 {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 4rem;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.course-hero-header h3 {
    font-size: 2em;
    font-weight: 400;
    line-height: 40px;
}

@media (max-width: 576px) {
    .course-hero-header h1 {
        font-weight: 800;
        font-size: 3rem;
    }

    .course-hero-header h2 {
        font-weight: 400;
        font-size: 2rem;
    }

    .course-hero-header h3 {
        font-size: 1em;
        font-weight: 400;
        line-height: 20px;
    }
}

/*** Course item ***/
.section-trilha {
    background-color: var(--light);
}

.course-item {
    position: relative;
    height: 100%;
    padding: 30px 25px;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    margin: 12px 0;
    background: var(--course-color-primary);
    border-radius: 25px;
    box-shadow: 0 20px 80px 0 var(--course-color-primary);
}

.course-item:hover {
    background: var(--course-color-primary);
    background: var(--light);
    border: var(--course-color-primary) 1px solid;
}

.course-item:hover .service-icon {
    color: var(--course-color-primary);
}

.course-item .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    transition: .5s;
}

.course-item h4 {
    font-weight: 600;
}

.course-item h4,
.course-item h6 {
    transition: .5s;
    color: var(--light);
    margin: 0.375rem 0;
}

.course-item:hover h4,
.course-item:hover h6 {
    color: var(--course-color-primary);
}

.course-item:hover .item-trilha {
    border: var(--course-color-primary) 1px solid;
}

.course-item .item-trilha {
    border: var(--light) 1px solid;
    border-radius: 10px;
    margin-top: 0.375rem;
    display: flex;
    align-items: center;
}

.course-item .item-trilha .duracao-curso-trilha {
    border-left: var(--light) 1px solid;
}

.course-item:hover .item-trilha .duracao-curso-trilha {
    border-left: var(--course-color-primary) 1px solid;
}

.accordion.detalhes-cursos {
    border: none;
    border-radius: 15px;
    margin: 1rem 0;
}

.accordion.detalhes-cursos .accordion-item {
    border: none;
    border-radius: 15px;
    margin: 1rem 0;
    background-color: #fff;
}

.accordion-button {
    padding: 30px 50px;
    font-size: 20px;
    font-weight: 400;
    color: var(--light);
    background-color: var(--course-color-primary);
    border-radius: 15px !important;
}

.accordion-button:not(.collapsed) {
    background-color: var(--light);
    color: var(--course-color-primary);
    font-weight: 600;
    box-shadow: none;
}

.accordion-button::after {
    content: "\f282";
    font-family: 'bootstrap-icons', sans-serif;
    background-image: unset !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: unset !important;
    transform: rotate(-180deg);
}

.accordion.detalhes-cursos .accordion-body {
    background-color: var(--light);
    padding: 20px 50px;
    border-radius: 15px !important;
}

/*** Página de Equipe ***/

.simple-hero-header {
    background: linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%);
    min-height: 94px;
}

.card-equipe {
    margin-bottom: 24px;
    box-shadow: 0 2px 3px #e4e8f0;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eff0f2;
    border-radius: 1rem;
}

.card-equipe .card-footer {
    background-color: unset !important;
    border: none !important;
    padding-bottom: 1rem;
}

.avatar-md {
    height: 4rem;
    width: 4rem;
    object-fit: cover;
}

.rounded-circle {
    border-radius: 50% !important;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #f1f3f7;
    border: 1px solid #eff0f2;
    border-radius: 0.75rem;
}

.avatar-title {
    align-items: center;
    background-color: #3b76e1;
    color: #fff;
    display: flex;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.bg-soft-primary {
    background-color: rgba(59, 118, 225, .25) !important;
}

.badge-soft-danger {
    color: #f56e6e !important;
    background-color: rgba(245, 110, 110, .1);
}

.badge-soft-success {
    color: #63ad6f !important;
    background-color: rgba(99, 173, 111, .1);
}

.card-equipe .badge {
    display: inline-block;
    padding: 0.25em 0.6em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: start;
    white-space: break-spaces;
    vertical-align: baseline;
    border-radius: 0.75rem;
}

.dot-cursos {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    font-size: 14px;
    border: 5px solid #ffffff;
    color: white;
    background: #2c328e;
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
    right: 0;
    left: 0;
    text-align: center;
    vertical-align: middle !important;
    z-index: 1;
    font-weight: bold;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
}