.ydu_arpp_influencer_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.ydu_arpp_influencer_list_single {
    position: relative;
    width: calc(33.333% - 20px);
    height: 300px;
    cursor: pointer;
}

.ydu_arpp_influencer_list_single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ydu_arpp_influencer_list_single_overlay {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 25px;
    bottom: 25px;
    padding: 20px;
    background: rgba(35,35,35,.8);
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: scale(.6);
    transform: scale(.6);
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -webkit-transition: -webkit-transform .6s,opacity .3s;
    -moz-transition: -moz-transform .6s,opacity .3s;
    -webkit-transition: opacity .3s,-webkit-transform .6s;
    transition: opacity .3s,-webkit-transform .6s;
    -moz-transition: transform .6s,opacity .3s,-moz-transform .6s;
    transition: transform .6s,opacity .3s;
    transition: transform .6s,opacity .3s,-webkit-transform .6s,-moz-transform .6s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ydu_arpp_influencer_list_single:hover .ydu_arpp_influencer_list_single_overlay {
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
}

.ydu_arpp_influencer_list_single_overlay h3 {
    margin: 0 0 3px;
    padding: 0;
    font-size: 1.17em;
    line-height: 1.4;
    color: #fff;
    word-break: break-all;
}

.ydu_arpp_influencer_modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.8);
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    transition: opacity .4s,visibility .5s;
    -webkit-transition: opacity .4s,visibility .5s;
    -moz-transition: opacity .4s,visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10000000;
}

.ydu_arpp_influencer_modal.active {
    opacity: 1;
    visibility: visible;
}

.ydu_arpp_influencer_modal_close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 1000000;
}

.ydu_modal_open {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.ydu_arpp_influencer_pagination_single_current {
    color: #c72e34;
}

.ydu_arpp_influencer_pagination {
    display: flex;
    gap: 15px;
    margin: 50px;
    justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.ydu_arpp_influencer_pagination_single {
    font-size: 1.1em;
}

.ydu_arpp_influencer_pagination_single:not(.ydu_arpp_influencer_pagination_single_current) {
    cursor: pointer;
}

.ydu_arpp_floating_label, .ydu_arpp_floating_label_select {
    position: relative;
    margin-bottom: 20px;
}

.ydu_arpp_floating_label_label {
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 7px;
    padding: 0 5px;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.ydu_arpp_floating_label_input, .ydu_arpp_floating_label_select select {
    font-size: 13px;
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 20px 0 5px; 
    background: #fff;
    border: none;
    border-bottom: 2px solid #c82a31;
}

.ydu_arpp_floating_label_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ydu_arpp_floating_label_select select::-ms-expand {
    display: none;
}

.ydu_arpp_floating_label_input:focus {
    outline: none;
}

.ydu_arpp_floating_label_input:focus ~ .ydu_arpp_floating_label_label {
    top: -10px;
    font-size: 14px;
}

.ydu_arpp_floating_label_input:not(:placeholder-shown) ~ .ydu_arpp_floating_label_label {
    top: -10px;
    font-size: 14px;
}

.ydu_arpp_floating_label_select select:not([value=""]):valid ~ .ydu_arpp_floating_label_label {
    top: -10px;
    font-size: 14px;
}

.ydu_arpp_floating_label_select select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
    background-position: right 15px top 50%;
    background-repeat: no-repeat;
}
 
.ydu_arpp_floating_label_picto {
    background-position: 0 -97px;
    background-image: url(../../../themes/arpp/img/arpp-sprite.png);
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translatey(-50%);
}

.ydu_arpp_floating_label_checkboxes input[type="checkbox"] {
  display: none;
}

.ydu_arpp_floating_label_checkboxes input[type="checkbox"] + label::before {
  font-family: "Font Awesome 5 Free";
  content: '\f0c8';
  font-size: 1.2em;  
  color: #c82a31;
  margin-right: 0.3rem  ;
}

.ydu_arpp_floating_label_checkboxes input[type="checkbox"]:checked + label::before {
  content:'\f14a';
  color: #c82a31;
}

.ydu_arpp_influencer_filters > div {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.ydu_arpp_influencer_filters > div > div {
    width: calc(33.3333% - 30px);
}

.ydu_arpp_floating_label_checkboxes {
    display: flex;
    gap: 15px;
}

.ydu_arpp_floating_label_checkboxes label {
    cursor: pointer;
}

.swiper h2 {
    font-size: 36px;
    margin: 0 0 20px;
    line-height: 1.42;
    color: #111;
}

.ydu_arpp_influencer_modal_list_single_social {
    color: #111;
}

.ydu_arpp_influencer_modal .swiper-pointer-events {
    max-height: 85vh;
    top: 50vh;
    transform: translateY(-50%);
}

.ydu_arpp_influencer_modal_list_single_right > span {
    margin-right: 10px;
}

.swiper-slide > div {
    max-width: 900px;
    display: flex;
    gap: 50px;
    padding: 50px;
    margin: auto;
    background: #fff;
    max-height: calc(100vh - 230px);
    overflow: auto;
}

.ydu_arpp_influencer_modal_list_single_left {
    width: calc(35% - 25px);
}

.ydu_arpp_influencer_modal_list_single_left > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 300px;
}

.ydu_arpp_influencer_modal_list_single_right {
    width: calc(65% - 25px);
}

.swiper-button-next, .swiper-button-prev {
    transform: translatey(-50%);
}

.swiper-button-next {
    right: 50px;
}

.swiper-button-prev {
    left: 50px;
}

.ydu_arpp_influencer_modal_list_single_right > div, .ydu_arpp_influencer_modal_list_single_right > a {
    font-size: 20px;
    color: #111;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ydu_arpp_influencer_modal_list_single_contact {
    border-bottom: 1px solid lightgray;
}

.ydu_arpp_influencer_modal_list_single_rs {
	padding-bottom: 50px;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .ydu_arpp_influencer_list_single {
        width: calc(50% - 15px);
    }
    
    .ydu_arpp_influencer_filters > div {
        flex-direction: column;
        gap: 10px;
    }
    
    .ydu_arpp_influencer_filters > div > div {
        width: 100%;
    }
    
    .swiper-button-prev {
      left: calc(50% - 100px);
      bottom: 30px;
        transform:none;
        top: auto;
    }
    
    .swiper {
        overflow: visible;
		padding-bottom: 90px;
    	padding-top: 80px;
    }
    
    .swiper-button-next {
      right: calc(50% - 100px);
      bottom: 30px;
        transform:none;
        top: auto;
    }
    
    .swiper h2 {
        font-size: 28px;
    }
    
    .ydu_arpp_influencer_modal_list_single_content {
        font-size: 18px;
        line-height: 1.1;
    }
    
    .swiper-slide > div {
        padding: 35px;
        gap: 35px;
    }
}

@media screen and (max-width: 991px) {
    .swiper-slide > div {
        max-width: 95vh;
    }
    
    .swiper-container {
        width: 90%;
        overflow: hidden;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .ydu_arpp_influencer_modal_list_single_left {
        width: 100%;
    }
    
    .ydu_arpp_influencer_modal_list_single_right {
        width: 100%;
    }
    
	.swiper-slide > div {
		flex-wrap: wrap;
	}
    
}

@media screen and (max-width: 480px) {
    .ydu_arpp_influencer_list_single {
        width: 100%;
    }
}




