/* New style */


.nav.tab-style {
    display:inline-flex;
    justify-content: center;
    margin-bottom: 50px;
    border: 1px solid #EC0C6E;
    border-radius: 30px;
    overflow: hidden;
}

.nav.tab-style li a {
    display: block;
    padding: 11px 15px;
    color: #EC0C6E;
    font-size: 18px;
    font-weight: bold;
    background-color: transparent;
    text-decoration: none;
}

.nav.tab-style li.active a {
    background-color: #EC0C6E;
    color: #ffffff;
}

.article-section.covid-data {
    padding-top: 45px !important;
}

.subtitle {
    letter-spacing: 0px;
    color: #999999;
    font-size: 18px;
    text-transform: uppercase;
}

.main-title {
    color: #000000;
    font-size: 60px;
    font-weight: bold;
    text-transform: capitalize;
}

.detail-block p {
    color: #999999;
}

.filter-section .filter-cell {
    display: flex;
    align-items: center;
    justify-content: flex-end;

}
.filter-section{
    margin-bottom: 42px;
}
.filter-cell .input-field {
    flex: 1;
}

.filter-cell .input-field:not(:last-of-type) {
    margin-right: 10px;
}

.filter-cell .form-control {
    border: 1px solid rgba(236, 12, 110, 1);
    border-radius: 23px;
    background-color: transparent;
    color: #EC0C6E;
    font-weight: 600;
    margin-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(236, 12, 110, 1);transform: ;msFilter:;'%3e%3cpath d='M16.293 9.293 12 13.586 7.707 9.293l-1.414 1.414L12 16.414l5.707-5.707z'%3e%3c/path%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.filter-cell .form-control option {
    color: #000000;
    font-weight: 400;
}
.filter-cell option:checked{
    background-color: #EC0C6E;
    color: #FFFFFF;
}

.filter-cell input {
    border: 1px solid #999999;
    border-radius: 27px;
    background-color: transparent;
    padding: 10px 15px;
    outline: none;
    transition: all 0.6s ease;
    width: 100%;
}

.filter-cell input:hover {
    border-color: rgba(236, 12, 110, 1);
    color: rgba(236, 12, 110, 1);
}

.filter-cell input:hover::placeholder {
    color: rgba(236, 12, 110, 1);
}

.filter-btn {
    display: inline-block;
    padding: 10px 27px;
    background-color: #EC0C6E;
    border: 1px solid #EC0C6E;
    border-radius: 28px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.2;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-left: 20px;
}

.filter-btn:hover {
    color: #EC0C6E;
    background-color: transparent;
    text-decoration: none;
}



.filter-cell .form-control:focus {
    box-shadow: none;
}

.filter-section h2 {
    color: rgba(33, 37, 41, 1);
    font-size: 32px !important;
    font-weight: bold;
    margin: 0;
}

.middle-seaction {
    padding-top: 57px;
    padding-bottom: 40px;
}

.half {
    display: flex !important;
    margin-bottom: 20px;
}

 .half .half-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.half .half-box .half-img{
    position: relative;
}
.half .half-box .half-img a {
    display: block;
    position: relative;
    padding-top: 136%;
    border: 1px solid rgba(112, 112, 112, 1);
}

.half .half-box .half-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.half .half-box .half-content {
    padding: 10px;
    border: 1px solid #EC0C6E;
    border-top: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.half-content .top-content {
    display: flex;
    align-items: center;
    flex: 1;
}

.download-btn {
    display: inline-block;
    font-size: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='Group_462' data-name='Group 462' width='52' height='52' viewBox='0 0 52 52'%3e%3cpath id='Path_159' data-name='Path 159' d='M0,0H52V52H0Z' fill='none'/%3e%3cpath id='Icon_ionic-md-download' data-name='Icon ionic-md-download' d='M43.25,18.967H32.825V4.5H17.175V18.967H6.75L25,35.848ZM6.75,40.674V45.5h36.5V40.674Z' transform='translate(1.25 1.5)' fill='%23ec0c6e'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.half .half-box .half-content h3 {
    color: rgba(0, 0, 0, 1);
    font-size: 17px !important;
    font-weight: bold;
    flex: 1;
    padding: 0;
    text-transform: capitalize;
}
.half .half-box .half-content h3 a{
    color: rgba(0, 0, 0, 1);
    font-size: 17px !important;
    font-weight: bold;
    text-transform: capitalize;
}
.half .half-box .half-content h3 a:hover{
    color: #EC0C6E;
    text-decoration: none;
}
.half .half-box .half-content .language {
    color: #999999;
    font-weight: 500;
    line-height: 1;
    font-size: 14px;
    display: block;
    margin: 7px 0;
}

.half .half-box .logo-redius {
    display: flex;
    align-items: center;
}

.half .half-box .logo-redius .i-box {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
}

.half .half-box .logo-redius .i-box img {
    object-fit: contain;
    margin: auto;
    display: block;
    height: 100%;
}

.half .half-box .logo-redius span {
    color: #000000;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}

.half .half-box .half-content .category-badge {
    display: inline-block;
    padding: 5px 8px;
    background-color: #EC0C6E;
    color: #ffffff;
    border-radius: 22px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}
.half .half-box .half-content span:not(.category-badge){
    font-weight: 500;
    font-size: 12px;
    color: #000;
}
.resources-card a {
    text-decoration: none;
}

.resources-inner {
    background: #FFEAF1;
    border: 1px solid #EC0C6E;
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.resources-inner .resources-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.resources-inner .top-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.resources-inner .top-content h3 {
    color: #000000;
    font-size: 20px !important;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    padding: 0 15px 0 0;
    flex: 1;
}

.organisation-detail {
    display: flex;
    align-items: center;
}

.organisation-detail .org-img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-right: 10px;
}

.organisation-detail .org-img img {
    height: 100%;
    object-fit: contain;
}

.organisation-detail span {
    color: #000000;
    font-weight: 400;
}

.full-row .half-box.new-one .logo-redius .rgd-text {
    font-size: 14px;
}

.resources-inner .last-ctn {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    color: #999999;
    font-weight: 400;
    font-size: 15px;
}

.resources-card {
    margin-bottom: 20px;
}

/* .load-more a {
    display: inline-block;
    padding: 13px 27px;
    background-color: #EC0C6E;
    border: 1px solid #EC0C6E;
    border-radius: 28px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.2;
    transition: all 0.3s ease;
} */

.load-more a:hover {
    background-color: transparent;
    color: #EC0C6E;
}

.no-results {
    flex: 1;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
}

.full-row .half-box.new-one {
    background-color: #FFEAF1;
    border: 1px solid #EC0C6E;
    padding: 15px;
    margin-bottom: 25px;
}

.full-row .half-box.new-one h3 {
    font-size: 24px !important;
    flex: 1;
    padding: 0px 15px 0px 0px;
}

.full-row .half-box.new-one .logo-redius img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.full-row .half-box.new-one .logo-redius span {
    color: #000000;
    font-weight: 400;
}

.dw-btn {
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='Group_462' data-name='Group 462' width='52' height='52' viewBox='0 0 52 52'%3e%3cpath id='Path_159' data-name='Path 159' d='M0,0H52V52H0Z' fill='none'/%3e%3cpath id='Icon_ionic-md-download' data-name='Icon ionic-md-download' d='M43.25,18.967H32.825V4.5H17.175V18.967H6.75L25,35.848ZM6.75,40.674V45.5h36.5V40.674Z' transform='translate(1.25 1.5)' fill='%23ec0c6e'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    display: inline-block;
    background-position: right 0rem center;
    padding-right: 22px;
    vertical-align: middle;
    line-height: 1;
    text-decoration: none;
}

.dw-btn:hover,
.vw-btn:hover {
    color: #EC0C6E;
    text-decoration: none;
}

.vw-btn {
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
}

.vw-btn i {
    color: #EC0C6E;
    font-size: 14px;
}

.source-txt {
    color: #000000;
    font-weight: 500;
}

.source-txt strong {
    color: #EC0C6E;
}

/* Select2 */
.select2-container--default .select2-selection--single{
    border: 1px solid rgba(236, 12, 110, 1) !important;
    border-radius: 30px !important;
    height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #EC0C6E !important;
    font-weight: 600;
    line-height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 14px !important;
    height: 21px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: 0 !important;
    width: 22px !important;
    height: 22px !important;
    background-size: 100%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(236, 12, 110, 1);transform: ;msFilter:;'%3e%3cpath d='M16.293 9.293 12 13.586 7.707 9.293l-1.414 1.414L12 16.414l5.707-5.707z'%3e%3c/path%3e%3c/svg%3e");
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    transform: rotate(-180deg);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e9edf6 !important;
    border-radius: 7px!important;
    outline: none;
    padding: 6px 15px;
}
.select2-dropdown{
    border: 1px solid #e9edf6 !important;
    background-color: #fff;
}
.select2-container--default .select2-results__option--selected{
    background-color: #EC0C6E !important;
    color: #FFFFFF !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #f7f8f9 !important;
    color: #282f53 !important;
}
.select2-results__option--selectable {
    font-size: .813rem;
    font-weight: 600;
}
.select2-container--default .select2-results>.select2-results__options{
    overflow-x: hidden;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #dbdbdb;
    outline: 1px solid #f7f8f9;
}
.select2.select2-container{
    width: 100%  !important;
}
.filter-cell .row{
    flex: 1;
}
.phcDbButton.top-new {
    top: -5%;
}
/* responsive */
@media screen and (max-width:991px) {
   
    .filter-section .filter-cell {
        margin-top: 20px;
    }

    .main-title {
        font-size: 20px !important;
    }

    .detail-block p {
        font-size: 14px;
    }
    .nav.tab-style li a{
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {
    .nav.tab-style li a {
        font-size: 11px;
    }
    .full-row .half-box.new-one h3{
        flex: 0 0 100%;
        font-size: 16px !important;
    }
    .full-row .half-box.new-one .logo-redius{
        gap: 5px;
    }
    .middle-seaction {
        padding-top: 20px;
    }
    .filter-section .filter-cell{
        flex-wrap: wrap;
    }
    .filter-section .filter-cell .row{
        flex:100%;
    }
    .filter-section .filter-cell .row  .input-field{
        margin-bottom: 15px;
    }
    .filter-section .filter-cell {
        flex-direction: column;
    }
    .phcDbButton.top-new {
        top: -2.7%;
    }
}

@media screen and (max-width:575px) {

    .filter-cell .input-field {
        width: 100%;
        margin-bottom: 15px;
    }

    .filter-section .filter-btn {
        margin-left: 0;
    }

    .middle-seaction {
        padding-top: 0px;
    }

    .resources-inner .top-content h3 {
        font-size: 14px !important;
    }

    .nav.tab-style {
        border-radius: 0;
        flex-direction: column;
        width: 100%;
    }
    .nav.tab-style li+li::before{
        display: none;
    }
    .phcDbButton.top-new {
        top: -42px;
    }
}