@font-face {
  font-family: "Poppins Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Regular"),
    url("../fonts/Poppins-Regular.woff") format("woff");
}

@font-face {
  font-family: "Poppins ExtraBold !important";
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Regular"),
    url("../fonts/Poppins-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Poppins Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Regular"),
    url("../fonts/Poppins-Bold.woff") format("woff");
}

.sel__placeholder {
    display: block;
    text-align: left;
    pointer-events: none;
    user-select: none;
    visibility: visible;
    padding: 8px 16px; 
}

.sel__box {
    position: absolute;
    width: calc(100% + 2px);
    top: calc(100% - 4px);
    left: -1px;
    display: none;
    list-style-type: none;
    text-align: left;
    font-size: 1em; 
    background-color: #FFF;
    cursor: pointer;
    user-select: none;
    border: 1px solid #F1F1F1;
    border-radius: 0 0 13px 13px;
}
.sel.active .sel__box {
    display: block;
    animation: fadeInUp 500ms;
}

.sel::before {
    position: absolute;
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #070F16;
    right: 11px;
    top: calc(50% - 0.5em);
}

.sel__box__options {
    display: list-item;
    user-select: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #070F16;
    background: #ffffff;
    padding: 21px 30px;
}


.sel__box > :first-child {
    border-top: 1px solid #070F16;
}

.sel.active .sel__box {
    display: block;
    animation: fadeInUp 500ms;
}

.sel--black-panther {
    z-index: 3;
}

.sel{
    position: relative;
    cursor: pointer;
    padding: 10px 22px;
    height: 60px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
    color: #070F16;
    background: #FFFFFF;
    box-shadow: 0px 4px 19px rgb(0 0 0 / 5%);
    border-radius: 8px;
}



.pagination li .page-link {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 0.3px;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #feecd1;
    width: auto;
    max-height: 50px;
    text-align: center;
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    -webkit-font-smoothing: subpixel-antialiased;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    color: #70759c;
    background: #ffffff;
    z-index: 1;
    font-family: "Conv_Lato-Bold";
    border: 1px solid #272D4E;    width: 50px;
    max-width: 50px;
    height: 50px;
    padding: 15px 0px;
}
.pagination li.active{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 0.3px;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #feecd1;
    width: auto;
    max-height: 50px;
    text-align: center;
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    -webkit-font-smoothing: subpixel-antialiased;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    color: #70759c;
    background: #ffffff;
    z-index: 1;
    font-family: "Conv_Lato-Bold";
    border: 1px solid #272D4E;    width: 50px;
    max-width: 50px;
    height: 50px;
    padding: 15px 0px;
    margin: 10px 10px;
}


.page-item.active li {
    z-index: 1;
    color: #fff;
    background-color: #3755be;
    border-color: #3755be;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3755be;
    border-color: #3755be;
    margin: -16px -18px;
}
.page-item {
margin: 10px 10px;
}
.page-item:last-child .page-link {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
    border-radius: 50%;
}
.page-item.disabled .page-link {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
    border-radius: 50% !important;
}