section.banner-topo .container-fluid {
    padding: 0;
}

.banner-inner-text {
    min-height: 270px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: column;
    font-size: 20px;
    font-weight: bold;
    line-height: 140%;
    color: white;
}

.banner-inner-text h2 {
    color: #FFF;
    font-size: 60px;
    text-shadow: 1px 1px 5px #0006;
}

section.banner-topo img.banner {
    width: 100%;
    margin-bottom: -20px;
}

section.banner-topo .aviso-cuidado {
    text-align: center;
    padding: 2rem 0;
    background-color: #275CE4;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-family: Montserrat;
}

section.banner-topo .aviso-cuidado-2 {
    text-align: center;
    padding: 0.5rem 0;
    background-color: #9B1F1F;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

section.banner-topo .aviso-cuidado img.botao-close, section.banner-topo .aviso-cuidado-2 img.botao-close-2 {
    cursor: pointer;
}

.teacherQoDBlurbs {
    background-image: url("https://d3f7q2msm2165u.cloudfront.net/aaa-content/user/files/Web%20Pages/Question%20of%20the%20Day/TeacherQuote_background@2xcropped.jpg");
    background-size: cover;
    width: 100%;
    padding: 25px 50px;
}

.teacherQoDBlurbs h2 {
    color: white;
    font-family: montserrat;
}

.teacherQoDBlurbs p {
    color: black;
    font-family: montserrat;
    font-size: 14px;
    line-height: 18px;
}

.teacherQoDBlurbs #howTeachers {
}

.teacherQoDBlurbs #teacherBlurb1 {
    width: 250px;
    background-color: white;
    padding: 15px;
    border-radius: 12px;
    margin: 25px auto;
    display: block;
}

.teacherQoDBlurbs #teacherBlurb2 {
    width: 250px;
    background-color: white;
    padding: 15px;
    border-radius: 12px;
    margin: 25px auto;
    display: block;
}

.teacherQoDBlurbs #teacherBlurb3 {
    width: 250px;
    background-color: white;
    padding: 15px;
    border-radius: 12px;
    margin: 25px auto;
    display: block;
}

.teacherQoDBlurbs #teacherBlurb4 {
    width: 250px;
    background-color: #f78219;
    padding: 15px;
    border-radius: 12px;
    margin: 25px auto;
    display: block;
}

.nameText {
    color: #f78219 !important;
    font-weight: bold;
}

.greySquare {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 0.46;
    width: 225px;
    margin: 25px auto;
    display: block;
}

.columnSpacer {
    display: none;
}

.allQoDsSection {
    width: 90%;
    margin: 25px auto;
    display: block;
}

.allQoDsSection h1 {
    text-align: left;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 25px;
    margin-top: 0;
    padding-top: 0;
    font-family: montserrat;
}

.qodCard {
    background-color: #EDFAFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    padding: 15px;
    margin: 25px auto;
    display: block;
    height: 300px;
}

.qodCard .dateText {
    text-align: left;
    font-size: 14px;
    font-family: montserrat;
    color: #606060;
    text-transform: uppercase;
}

.qodCard .topicText {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    font-family: montserrat;
    color: #1DB8E8;
    text-transform: uppercase;
}

.qodCard .titleText {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    font-family: montserrat;
    color: black;
}

.qodCard .titleText:hover {
    text-decoration: underline;
    color: #275CE4 !important;
}

.dropdown-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: montserrat !important;
}

.dropdown-container .btn {
    width: 275px;
    height: 50px;
    font-size: 18px;
    border: 1px solid black;
    background-color: white;
    border-radius: 4px;
    color: black;
    text-align: left;
}

.dropdown-container .dropdown-menu {
    width: 275px;
    font-size: 18px;
    border: none;
    background-color: white;
    border-radius: 4px;
    color: #555;
    margin-left: 25px;
}

#catQoDTerm {
    text-align: left;
    font-size: 16px;
    color: black;
    appearance: none; /* Standard */
    -webkit-appearance: none; /* Chrome, Safari, Opera */
    -moz-appearance: none; /* Firefox */
    padding-right: 30px; /* Space for the image */
    font-family: Montserrat;
    height: 50px;
    border: black 1px solid;
}

#catQoDTerm:hover {
    text-decoration: underline;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
}

.dropdownArrow {
    position: absolute;
    top: 50%;
    right: 25px; /* adjust as needed */
    transform: translateY(-50%);
    height: 20px; /* adjust as needed */
    pointer-events: none; /* to ensure dropdown functionality isn't obstructed */
}

.buttonsContainer {
    margin: 0 auto;
    display: block;
    text-align: center;
    clear: both;
}

.clearQoDSearchButtonContainer {
    display: inline;
    text-align: center;
    clear: both; /* This clears floats on both sides */

}

#clearQoDSearchButton {
    background-color: #f78219;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 12px;
    text-align: center;
    font-family: Montserrat;
}

#clearQoDField {
    display: none;
}

.viewMoreButtonContainer {
    margin: 25px auto;
    display: inline;
    text-align: center;
}

#viewMoreButton {
    background-color: #f78219;
    color: white;
    padding: 10px;
    margin: 25px auto;
    border: none;
    border-radius: 12px;
    display: inline-block;
    text-align: center;
    font-family: Montserrat;
}

#viewMoreButtonSearch {
    background-color: #f78219;
    color: white;
    padding: 10px;
    margin: 25px auto;
    border: none;
    border-radius: 12px;
    display: none;
    text-align: center;
    font-family: Montserrat;
}

#viewMoreButtonCat {
    background-color: #f78219;
    color: white;
    padding: 10px;
    margin: 25px auto;
    border: none;
    border-radius: 12px;
    display: none;
    text-align: center;
    font-family: Montserrat;
}

.teacherQoDBlurbRight {
    margin-left: 0;
}

@media (min-width: 1525px) {
    .columnSpacer {
        display: none;
    }
}

@media (max-width: 1320px) {
    section.banner-topo .aviso-cuidado {
        font-size: 15px;
    }

    section.banner-topo .aviso-cuidado-2 {
        font-size: 15px;
    }
}

@media (max-width: 1100px) {
    .teacherQoDBlurbs #teacherBlurb1 {
        width: 225px;
    }

    .teacherQoDBlurbs #teacherBlurb2 {
        width: 225px;
    }

    .teacherQoDBlurbs #teacherBlurb3 {
        width: 225px;
    }

    .teacherQoDBlurbs #teacherBlurb4 {
        width: 225px;
    }

}

@media (min-width: 1250px) {
    .teacherQoDBlurbRight {
        margin-left: -45px;
    }
}

@media (min-width: 992px) {
    .teacherQoDBlurbs #howTeachers {
        padding: 100px 50px;
    }

    .columnSpacer {
        display: block !important;
    }
}

@media (max-width: 991px) {
    section.banner-topo .aviso-cuidado {
        font-size: 12px;
    }

    section.banner-topo .aviso-cuidado-2 {
        font-size: 12px;
    }

    section.banner-topo .aviso-cuidado img {
        width: 12px;
        margin: 0 5px;
    }

    section.banner-topo .aviso-cuidado-2 img {
        width: 12px;
        margin: 0 5px;
    }

    section.banner-topo .aviso-cuidado {
        gap: 5px;
    }

    section.banner-topo .aviso-cuidado-2 {
        gap: 5px;
    }

    .qodCard {
        width: 80%;
        display: block;
        height: auto;
    }
}

.lds-roller {
    display: block;
    margin: 25px auto;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: black;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.popular-post-number {
    text-align: right;
    color: #1F3B9B;
    font-size: 18px;
    font-weight: bold;
    font-family: Montserrat;
    margin-top: 15px;
}

@media only screen and (max-width: 992px) {
    .popular-post-number {
        text-align: center;
    }
}
