@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

.ch-wrapper {
    display: flex;
    flex-direction: column;
    width: 75%;
    font-family: Montserrat;
    position: relative;
    left: 12.5%;
    margin-top: 4rem;
    overflow: hidden;
}
.col-wrap {
    width: 100%;
    display: flex;
}
.col-left {
    width: 70%;
}
.col-right {
    width: 30%;
    height: auto;
}
.ad-wrap {
    margin: 5rem 0;
    display: flex;
    justify-content: flex-end;
}
.ch-header {
    width: 100%;
}
.ch-header a {
    height: 100%;
}
.ch-header-top img {
    max-height: 80%;
    margin-top: .5rem;
    margin-left: 1rem;
}
.ch-header-top {
    width: 100%;
    height: 109px;
    background: #0D335A;
    display: flex;
    align-items: center;
}
.ch-header-select-wrap {
    /* width: 500px; */
    height: 52px;
    display: flex;
    margin-left: 5rem;
}
.select-title {
    width: 300px;
    height: 100%;
    background: #174779;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px 0 0 5px;
    border-top: 2px solid #29537E;
    /* border-right: 2px solid #29537E; */
    border-left: 2px solid #29537E;
}
.select-display-wrap {
    width: 300px;
    height: 100%;
    background: #2A5C90;
    color: white;
    display: flex;
    align-items: center;
    font-size: 18px;
    border: 2px solid #29537E;
    border-radius: 0 5px 5px 0;
    border-right: 2px solid #29537E;
    border-bottom: 2px solid #29537E;
}
.select-display {
    width: 80%;
    display: flex;
    align-items: center;
    transition: all .2s ease-in;
}
.select-display p {
    margin-left: 1rem;
    line-height: 1.25;
}

.select-button {
    width: 20%;
    height: 100%;
    border-radius: 0 5px 5px 0;
    background: #2A5C90;
}
.select-display-wrap svg {
    height: 2.25rem;
    padding-top: .1rem;
    padding-right: .5rem;
}
.arrow-svg {
    background-image: url('/cancer-horizons/Arrow_Down.svg'); 
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.15rem;
}
.select-display-wrap:hover {
    background: #29537E;
    cursor: default;
    transition: all .1s ease;
}
.arrow-wrap {
    display: block;
    width: 50px;
}

.arrow-svg::before{
    display: inline-block;
    transition: transform 0.3s;
}
.arrow-svg.is-open{
    transform: rotate(180deg);
}
.ch-menu-nav-wrap-visible {
    width: 100%;
    background: #2A5C90;
    height: 221px;
    display: flex;
    align-items: center;
    transition: all .2s ease-in-out;
}
.ch-menu-nav-wrap-hidden {
    width: 100%;
    background: #2A5C90;
    height: 0px;
    display:block;
    /* visibility: hidden; */
    /* transition: all .05s; */
}
.ch-menu-nav {
    width: 80%;
    height: 90%;
    background: #2A5C90;
    /* display: flex;
    flex-direction: column;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 1rem;
}
.ch-menu-nav a {
    color: white;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.ch-menu-nav-item {
    margin-left: 1.5rem;
    padding: 1rem;
}
.ch-menu-nav-item p {
    margin: 0;
}
.ch-menu-nav-item:hover {
    cursor: default;
    /* max-width: 65%; */
    background: #0D335A;
    transition: all .1s ease-in;
}

.ch-nf-wrapper {
    width: 100%;
}

.bc-wrap {
    width: 100%;
    margin: 2rem 0;
    padding-right: 3rem;
}

.landing-content-wrap {
    width: 100%;
    margin: 3rem 0;
    padding-right: 3rem;
}

.bc-wrap  h1 {
    font-size: 50px;
    font-weight: 600;
}
.landing-content-wrap h1 {
    font-size: 50px;
    font-weight: 600;

}
.bc-wrap h2 {
    font-size: 35px;
    font-weight: 600;
    color: #EFC077;
    margin-bottom: 2rem;
}
.article-body p {
    font-size: 16px;
    line-height: 22px;
}

.bc-wrap .article-body li {
    font-size: 15px;
}

.article-body a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 2rem;
    height: 160px;
    width: 160px;
}
.add-resources-p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 2rem;
    height: 160px;
    width: 160px;
}
.add-resources-bullet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 3rem !important;
    height: 160px;
    width: 160px;
}
.add-resources {
    width: 100%;
}
.article-body a p {
    font-size: 14px;
    margin: 0;
    color: #0D335A;
    text-align: center;
    padding: 0 .3rem;
    /* justify-content: space-between; */
}
.article-body a img {
    border-radius: 0;
}
.article-body-bottom p{
    width: 82%;
    /* margin-left: 2rem; */
}
.ch-nf-border {
    border-top: 5px solid #EFC077;
    border-bottom: 5px solid #EFC077;
    margin-bottom: 2rem;
}
.div-hr {
    border-bottom: 5px solid #EFC077;
    width: 96%;
    margin-bottom: 1.5rem;
}
.div-hr-bottom {
    border-bottom: 5px solid #EFC077;
    width: 97%;
    margin-bottom: 1.5rem;
}
.ch-nf-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 2rem;
}
.ch-nf-title {
    font-size: 35px;
    font-weight: 600;
}

.ch-nf-button {
    -webkit-appearance: none;
    background-color: #E1A343;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    width: 12rem;
    height: 37.86px;
    font-size: 16px;
    outline: none;
}
.ch-nf-button:focus {
    outline: none;
}
.ch-header-nav {
    display: flex;
    height: 4rem;
}
.ch-header-nav-landing {
    display: flex;
    height: 0;
}
.ch-header-nav a {
    height: auto;
}
.header-nav-item {
    height: 4rem !important;
    width: 20%;
    background: #EFC077;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .1s linear;
    border-bottom: 5px solid #e09e3b;
}
.header-nav-item-selected {
    height: 65px;
    width: 20%;
    background: #E1A343;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* transition: all .2s ease-in; */
    border-bottom: 5px solid #e09e3b;
}


.detail-header-nav-item {
    height: 65px;
    width: 20%;
    background: #EFC077;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .1s linear;
    border-bottom: 5px solid #e09e3b;
    
}
.detail-header-nav-item:hover {
    background: #E1A343;
    cursor: default;
}
/* .ch-header-nav-link {
    width: 20%;

} */
.header-nav-item p {
    /* margin-top: .5rem; */
    font-weight: 700;
    font-size: 18px;
}
.detail-header-nav-item p {
    margin-top: .5rem;
    font-weight: 700;
    font-size: 18px;
}
.header-nav-item-selected p {
    margin-top: .5rem;
    font-weight: 700;
    font-size: 18px;
}


.header-nav-item:nth-child(1), .detail-header-nav-item:nth-child(1) {
    border-right: 1px solid #ffffff;
}
.header-nav-item:nth-child(2), .detail-header-nav-item:nth-child(2),
.header-nav-item:nth-child(3), .detail-header-nav-item:nth-child(3),
.header-nav-item:nth-child(4), .detail-header-nav-item:nth-child(4) {
    border-right:  1px solid #ffffff;
    border-left:  1px solid #ffffff;

}
.header-nav-item:nth-child(5), .detail-header-nav-item:nth-child(5) {
    border-left: 1px solid #ffffff;
}

.header-nav-item:hover {
    background: #E1A343;
    cursor: default;
}
.header-nav-item-selected:hover {
    background: #E1A343;
    cursor: default;
}
.ch-nf-header .dropdown {
  margin-left: 15%;
}

.ch-mobile-nav  {
    background: #E1A343;
    /* height: 100%; */
    width: 100%;
    display: flex;
    flex-direction: column;
}
.mobile-nav-top {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.mobile-nav-bottom {
    width: 100%;
    display: flex;
}
.ch-mobile-nav .btn {
    background: transparent;
}
.mobile-select-wrap {
    width: 100%;
    height: 65px;
    display: flex;
}
.mobile-nav-selected {
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 1.25rem !important;
    justify-content: center;
    border-bottom: 5px solid #dd9121;
}
.mobile-nav-selected h4 {
    font-weight: 700;
    margin-top: .5rem;
}
.mobile-nav-selected {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.mobile-nav-sections {
    width: 100%;
}
.mobile-nav-bottom-visible {
    visibility: visible;
    width: 100%;
    transition: all .1s, ease-in;
}
.mobile-nav-bottom {
    height: 0;
    visibility: hidden;
}

.mobile-nav-sections div {
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EFC077;
    border-bottom: 2px solid #FAD69D;
}
.mobile-nav-sections a {
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EFC077;
    border-bottom: 2px solid #FAD69D;
}
.mobile-nav-sections div {
}
.mobile-nav-sections h4 {
    margin-top: .5rem;
    font-weight: 700;
    font-size: 1.1rem;
    margin-right: 5rem;
}
/* .navbar-toggler.collapsed {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round'  stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
} */
.ham-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #EFC077;
    border-bottom: 5px solid #E1A343;
}
.button-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    background: #EFC077;
}
.menu-ham {
    background: #EFC077;
    border: none;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('/cancer-horizons/submenu_hamburger.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 2px;
}
.menu-ham-close {
    background: #EFC077;
    border: none;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('/cancer-horizons/submenu_close.svg');
    margin-left: 2px;
}
.ch-mobile-nav svg {
    width: 1000px;
}
.hamburger-wrap {
    background: orange;
}
#dropdown-basic {
    background: #E1A343;
    border: none;
}
#dd-menu {
    padding: 0;
}
#dd-menu:focus, #dd-menu:active {
    outline: none !important;
}

.ch-mobile-nav {
    width: 100%;
}

.custom-deck {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5em;
    margin: 2rem 0;
}
.em-wrap {
    margin: 1rem 0;
}
.ch-nf-wrapper em {
    font-size: 20px;
    color: #a79e9ed9;
}
.cd-wrap:hover {
    cursor: default;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all .1s linear;
    /* background-color: transparent; */
}
.cd-wrap {
    display: flex;
    flex-direction: column;
}
.cd-img-div {
    height: 160px;
    width: 100%;
    object-fit: cover;
    display: flex;
}

.cd-wrap img {
    border-radius: 0;
    max-width: 100%;    
    object-fit: cover;
    /* height: 160px; */
    height: 160px;
    width: 100%;
}


.cd-card-text-wrap {
    background: #FFF3E2;
    display: flex;
    justify-content: flex-start;
}

.cd-card-text-wrap h5 {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}

.add-res {
    /* width: 837.5px; */
    width: 100%;
    height: 75px;
    background-color: #EAF2FA;
    color: #0D335A;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
}
.add-res p {
    margin: 0;
    padding-left: 2rem;
    font-size: 20px;
}

.add-res span {
    font-weight: 600;
}

.add-res svg {
    height: 1.75rem;
    margin-left: 1.5rem;
}
.detail-title {
    color: #0D335A; 
    font-weight: 600;
    margin-bottom: 1rem;
}
.detail-published {
    color: #919191;
    font-size: 16px;
    margin-bottom: 0;
}
.detail-author {
    margin-bottom: 1rem;
    color: #919191;
    font-size: 16px;
    font-weight: 600;
}
.news-wrap {
    margin-top: 3rem;
}
.news-wrap h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 3rem;
}
.news-wrap .ch-nf-header h1 {
    font-size: 35px;
}
.news-wrap h2, .news-wrap h3, .news-wrap h4{
    font-size: 36px;
    font-weight: 600;
    color: #EFC077;
    /* margin-bottom: 2rem; */
    line-height: 1.4;
}
.news-wrap p {
    line-height: 1.2 !important;
}
.news-wrap .pb-24 {
    padding-bottom: 0px !important;
}
.news-wrap .flex-justify-center {
    display: flex;
    justify-content: center;
}
.ch-article-deck-wrap {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    right: 12px; */
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.article-deck-card {
    width: 400px;
}
.article-card-wrap {
    margin: 1rem 0rem;
}
.article-deck-card img {
    border-radius: 0;
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.article-card-text-wrap {
    width: 100%;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
   
}

.article-title {
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: .75rem;
}
.article-date {
    font-size: 16px;
    color:#E1A343;
    margin-bottom: .75rem;
}
.article-summary {
    font-size: 16px;
}
 .news-wrap .article_block .block-content.mt-3  {
    font-size: 26px;
    margin-bottom: 1rem;
}
.news-wrap .block-content p {
    font-size: 16px;
    line-height: 22px;
}
.news-wrap .block-content.mt-3 p em {
    font-size: .875rem;
}
.navcards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
    /* grid-template-rows:  */
}
.navcard-wrap {
    background-color:#FFF3E2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.navcard-wrap:hover {
    cursor: default;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all .1s linear;
}

.navcard-wrap img {
    height: 76px;
    width: auto;
    margin: 1rem 0;
}
.navcard-wrap h4{
    font-weight: 600;
    padding-bottom: 5px;
}
#div_mobile_main_menu_0 {
    width: 103%;
}
#div_mobile_main_menu_0 .bg-primary {
    background: rgb(13, 51, 90) !important;
}
@media screen and (max-width: 1596px) {
   .custom-deck {
       grid-gap: 2em;
   }
   .ch-article-deck-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    right: 12px;
   }
   .article-card-wrap {
    margin: 1rem 1rem;
}
}
@media screen and (max-width: 1399px) {
    .col-left {
        margin-right: 3rem;
    }
    .custom-deck {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 1299px){
    .header-nav-item p, .detail-header-nav-item p{
        font-size: 15px;
        text-align: center;
        padding: 0 .5rem;
    }
    .header-nav-item-selected p{
        font-size: 15px;
        padding: 0 .5rem;
    }
    .ch-header-select-wrap {
        margin-left: 2rem;
    }
    .select-title {
        width: 250px;
        font-size: 16px;
    }
    .select-display-wrap {
        width: 250px;
        
    }
    .select-display-wrap p {
        padding-top: .125rem;
        font-size: 16px;
    }
    .navcards-container {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 3rem;
    }
}

@media screen and (max-width: 1199px){
    .col-right {
        width: 0;
        display: none;
    }
    .col-left {
        width: 100%;
    }
    .ch-menu-nav {
        width: 100%;
    }
    .ch-header-nav {
        height: 65px;
    }
  
    /* .custom-deck {
        grid-gap: 10rem;
    } */
}
@media Screen and (max-width: 1064px) {
    .select-title {
        width: 200px;
        font-size: 14px;
    }
    .select-display-wrap {
        width: 225px;
    }
    .select-display-wrap p {
        font-size: 14px;
        padding-top: 0;
    }
}

@media screen and (max-width: 968px){
    .ch-header-select-wrap {
        margin-left: 2rem;
        /* height: 2rem; */
        width: 50%;
        align-items: center;
    }
    .select-title {
        font-size: 14px;
    }
    .select-display-wrap p {
        font-size: 14px;
    }
    .select-button {
        width: 0;
        visibility: hidden;
    }
    .ch-menu-nav {
        width: 100%;
    }
    .ch-menu-nav-item:hover {
       max-width: 100%;
       /* width: 100%; */
    }
    .custom-deck {
        grid-gap: 2em;
    }
    .arrow-wrap {
        padding-left: 1rem;
    }
}

@media screen and (max-width: 920px) {
    .select-display-wrap p {
        font-size: 12px;
    }
    .select-title {
        font-size: 12px;
    }
    .cd-wrap {
        width: 100%;
        align-items: center;
    }
  
}

@media screen and (max-width: 812px) {
    .ch-header a {
        height: auto;
        /* margin-bottom: -2rem; */
    }
    .ch-header-top a {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .ch-header-top img {
        max-height: 80%;
    }
    .ch-menu-nav-wrap-visible {
        height: 442px;
    }
    .ch-menu-nav-item {
        width: 50%;
        height: 10%;
    }
    .ch-menu-nav-item p {
        font-size: 16px;
    }
    .ch-header-nav p {
        line-height: 1.3
    }
    .ch-header-top {
        height: 275px;
        flex-direction: column;
    }

    .ch-header-top img {
        height: 8rem;
        padding-bottom: .4rem;
        /* margin-top: 1rem; */
    }
    .ch-header-select-wrap {
        width: 80%;
        height: 35%;
        margin-bottom: 1rem;
        flex-direction: column;
        margin: 1.5rem 0;
    }
    .select-title {
        width: 80%;
        border-radius: 5px 5px 0 0;
        justify-content: flex-start;
        padding-left: 1rem;
        border-right: 2px solid #29537E;
        font-size: 16px;
    }
  
    .select-display-wrap {
        border-radius: 0 0 5px 5px;
        width: 80%;
        height: 50%;
        justify-content: flex-start;
        border-left: 2px solid #29537E;
    }
    .select-display-wrap p {
        font-size: 16px;
    }
    .select-display {
       /* width: 50%; */
       font-size: 16px;
       font-weight: 350;
       padding: 1rem;
    }
    .svg-wrap {
        /* width: 100%; */
        display: flex;
        justify-content: flex-end;
        margin-right: 1rem;
    }
    .arrow-wrap {
        display: flex;
        justify-content:flex-end;
    }

    .ch-menu-nav-wrap-visible {
        height: 43.5rem;
        display: flex;
        
    }
    .ch-menu-nav {
        width: 80%;
        height: 95%;
        background: #2A5C90;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        overflow-y: auto;
        margin-bottom: 0;
        overflow-y: hidden;
    }
    .ch-menu-nav a {
        width: 80%;
        margin:.5 0;
        margin-left: 1rem;
    }
    .ch-menu-nav-item {
        height: 36px !important;
        margin-bottom:.5rem !important;
    }
    .select-display p {
        font-weight: 500;
    }
    .ch-menu-nav-item p {
        font-size: 22px;
        font-weight: 500;
    }
    .landing-content-wrap {
        padding-right: 0;
    }
    .landing-content-wrap .article-body p {
        font-size: 16px;
        line-height: 22px;
    }

    .navcard-wrap img {
        height: 60px;
        width: auto;
    }
    .navcard-wrap h4 {
        font-size: 22px;
    }
    .navcards-container {
        grid-gap: .75rem;
    }
}

@media screen and (max-width: 624px) {
    .col-left {
        margin-right: 0;
    }
    .bc-wrap h1 {
        font-size: 36px;
    }
    .bc-wrap h2 {
        font-size: 28px;
    }
    .news-wrap h1 {
        font-size: 36px;
    }
    .news-wrap h2 {
        font-size: 28px;
    }
  
    .ch-header-top {
        flex-direction: column;
        justify-content: center;
        /* height: 12.5rem; */
    }
  
    .ch-header-top img {
        margin: 0;
        max-height: 80%;
        
    }
    .ch-header-nav {
        height: auto;
    }
    .ch-header-nav a {
        height: 65px;
    }
    .article-body a {
        height: 150px;
    }
    .ch-wrapper {
       margin-bottom: 5rem;
    }
    .ch-nf-header {
        flex-direction: column;
        align-items: center;
    }
    .ch-nf-title {
        width: 100%;
        margin-bottom: .75rem;
    }
    .ch-nf-header a {
        width: 100%;
    }
    .ch-nf-header .dropdown {
        margin-left: 0;
    }

    .header-nav-item-selected {
        position: fixed;
        top: 361px;
        width: 60%;
    }
    .header-nav-item {
        position: fixed;
        top: 361px;
        width: 60%;
    }

    .ch-nf-button {
        height: 2rem;
        width: 14rem;
    }
    .custom-deck {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .custom-deck a {
        width: 100%;
    }
    .cd-img-div {
        width: 100%;
        height: 100%;
        min-height: 8rem;
        display: flex;
        justify-content: center;
    }
    .cd-card-text-wrap {
        width: 252px;
        min-height: 4rem;

    }
    .ch-header-select-wrap {
        width: 110%;
    }
    .select-title {
        font-size: 22px;
    }
    .select-display-wrap p {
        font-size: 22px;
    }
    .navcard-wrap h4 {
        font-size: 16px;
    }
}
@media screen and (max-width: 453px) {
    .ch-wrapper {
        margin-left: -7.5%;
        width: 90%;
    }
    .add-res {
        height: 100px;
    }

        ::-webkit-scrollbar {
            -webkit-appearance: none;
         }
         
         ::-webkit-scrollbar:vertical {
            width: 10px;
         }
         
         ::-webkit-scrollbar:horizontal {
            height: 10px;
         }
         
         ::-webkit-scrollbar-thumb {
            background-color: #ccc;
            border-radius: 10px;
            border: 2px solid #eee;
         }
         
         ::-webkit-scrollbar-track { 
            background-color: #eee; 
         }
    
}

.pagination-container {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    display: flex;
    overflow: auto;
  }
  .pagination-container::before,
  .pagination-container::after {
    content: '';
    margin: 0 auto;
  }
  .pagination-container a {
    padding: 10px;
    border: 1px solid #dee2e6;
  }
  .pagination-container a:hover {
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  .pagination-container .active a {
    color: #fff;
    background-color: #666;
    background-color: #E1A343;
  }
  .pagination-container li:first-child a {
    border-radius: 5px 0 0 5px;
  }
  .pagination-container li:last-child a {
    border-radius: 0 5px 5px 0;
  }
  .pagination-container .disabled a {
    cursor: default;
  }
  .pagination-lg-btn-nxt,
  .pagination-lg-btn-prv {
    text-align: center;
  }
  .pagination-lg-btn-nxt .btn,
  .pagination-lg-btn-prv .btn {
    min-width: 80%;
    color: #000;
    color: var(--primary);
    background-color: transparent;
    border-color: #000;
    border-color: var(--primary);
  }
  .pagination-lg-btn-nxt {
    margin: 0 0 1.5rem;
  }
  .pagination-lg-btn-prv {
    margin: 1.5rem 0 0;
  }
  .pagination-lg-btn-nxt .btn:not(:disabled):not(.disabled).active,
  .pagination-lg-btn-prv .btn:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #000;
    background-color: var(--primary);
    border-color: #000;
    border-color: var(--primary);
  }
  @media only screen and (min-width: 601px) {
    [class^='pagination-lg-btn'] {
      display: none;
    }
  }
  .fa-arrow-left {
    margin-right: 0.5rem;
  }
  .fa-arrow-right {
    margin-left: 0.5rem;
  }
  .pagination-container::-webkit-scrollbar {
    height: 8px;
  }
  .pagination-container::-webkit-scrollbar-track,
  .pagination-container::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
  }
  .pagination-container::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .pagination-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .pagination-wrapper {
    display: flex;
    margin-bottom: 2rem;
  }
 