
.event-status .discount{
    direction :rtl;
}

.event-status > li {
    display: inline-block;
}

.event-status * span{
    right:10px;
    border-radius:12px!important;
    opacity: 0.93;
    height:25px!important;
    line-height: 24px!important;
    padding: 0 10px!important;
    font-size: 12px!important;
    margin-right:5px;
}
.event-date{
    margin: 10px 0 0px 0!important;
    color: #fefefe;
}
.event-date :first-child i{
    font-size:16px;
    padding:0 8px 0 10px;
    margin-top: 1px;
    opacity: 0.85;
}
.event-date li{
    display: inline-flex;
    font-size: 14px;
}
@media (max-width: 450px){
    .event-date li{
        display: inline-flex;
        font-size: 13px;
    }
}
.event-date :last-child i {
    font-size: 16px;
    padding-left: 12px;
    margin-top: 1px;
}
.event-location{
    padding-right: 26px;
    direction: rtl;
    color:#fefefe!important;
}
.event-location > i {
    font-size: 16px;
    float:right;
    margin-top: 3px;
    position:absolute;
    right:25px;
}
.event-location span{
    font-weight:500;
}
.event-end-date-map{
    direction: ltr;
    text-align: right;
    color: white;
    font-family: Vazir;
}
.event-location-map{
    padding-right: 25px;
}
.event-location-map > i {
    font-size: 16px;
    float:right;
    margin-top: 3px;
    position:absolute;
    right:20px;
}
.profile-event-map-section{
    line-height:20px;
    font-size: 8px;
    margin-right:0;
    margin-bottom:12px;
    color:white;
    text-align: right;
    margin-top: 3px;
    font-family: Vazir;
    font-weight: 600;
}
.profile-event-map-img{
    width:20px;
    height:20px;
    float:right;
    border-radius: 50%;
    margin-right:0px!important;
    margin-left:5px!important;
}
.event-name-map{
    margin-bottom: 0;
    margin-top:0;
    font-family: Vazir;
    font-size:16px;
    text-align: right;
    font-weight: 500;
    color: white;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}

@media (max-width: 440px) {
    .hr-profile-seperator {
        display:block!important;
    }
}

@media (max-width: 440px) {
    .hr-seperator {
        display:none!important;
    }
}

@media (max-height: 580px) {
    .max-height-map {
        max-height:375px!important;
    }
}
@media (max-height: 650px) and (min-height: 580px){
    .max-height-map {
        max-height:410px!important;
    }
}
@media (max-height: 720px) and (min-height: 651px){
    .max-height-map {
        max-height:440px!important;
    }
}

.login-siungup-margin {
    margin-top: 29px;
    padding-right:  10px;
    /*margin-top: 10px;*/
}
@media (max-width: 440px) {
    .login-siungup-margin {
        margin-top: 0;
        padding-right:  10px;

    }
}

h1 {
    margin: 0 0 0.25em;
}
/* Reset Select */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #EEEDF2;;
    background-image: none;
}
/* Remove IE arrow */
select::-ms-expand {
    display: none;
}
/* Custom Select */
.select {
    position: relative;
    direction:rtl;
    display: flex;
    width: 100%;
    height: 3em;
    line-height: 3;
    background: #EEEDF2;
    box-shadow:0 5px 2px 0 rgba(238,237,242, 0.14), 0 3px 1px -2px rgba(238,237,242, 0.2), 0 1px 5px 0 rgba(238,237,242, 0.12)!important;
    overflow: hidden;
    border-radius: 0.25em;
}
select {
    flex: 1;
    padding: 0 .5em;
    color: #39364f;
    cursor: pointer;
}
.select::after {
    content: '\21ad';
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 1em;
    background: #EEEDF2;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    color:black;
}
.select:hover::after {
    color: #2196f3;
}

.event-action-group{
    width: 100%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    margin-bottom: 0px;
    padding: 0!important;
    background-color: #F9F8FF!important;
}
.event-action-group > button{
    padding:13px;
    background-color: #F9F8FF!important;
    color: #696969!important;
    box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.2), 0 1px 5px 0 rgba(255, 255, 255, 0.12);
}
.event-action-group button > i{
    width:100%;
    font-weight: 600;
    font-size: 17px;
}
.event-action-group button:nth-child(2){
    background-color: #F8FBFF!important;
}

#sort{
    min-height: 0;
    height: 0;
    overflow: hidden;
}
#sort.active{
    min-height: 0;
    height: 48px;
    margin-top: 15px;
    direction: ltr;
}

#sort * input[type="radio"] {
    visibility: hidden;
    height: 0;
    width: 0;
    display: none;
}
#sort * label{
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: white;
    color: white;
    padding: 8px;
    transition: color 0.5s ease, box-shadow 1s, background-color 0.5s;
    will-change: color, box-shadow, background-color;
    font-size: 8px;
    display: inline-block;
    width: 50%;
    user-select: none;
    font-weight: 500;
    cursor: pointer;
}
#sort > div{
    width: 210px;
    margin: auto;
    display: flex;
}
#sort > div > label:first-of-type{
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}
#sort > div > label:last-of-type{
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

#sort > div > input[type="radio"]:checked + label {
    background: linear-gradient(49deg, rgba(0,0,0,.055) 50%, rgba(0,0,0,.062) 44%)!important;
    transition: .3s all;
    z-index: 2;
    color: white;
    outline: none;
    overflow: hidden;
    position: relative;
}
#sort > div > input[type="radio"]:checked + label::before {
    background: linear-gradient(224deg, rgba(37,28,73,.93) 50%, rgba(115,25,102,.93) 44%);
    background: -webkit-linear-gradient(224deg, rgba(37,28,73,.93) 50%, rgba(115,25,102,.93) 44%);
    background: -o-linear-gradient(224deg, rgba(37,28,73,.93) 50%, rgba(115,25,102,.93) 44%);
    background: -moz-linear-gradient(224deg, rgba(37,28,73,.93) 50%, rgba(115,25,102,.93) 44%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(9px);
    transform: scale(1.36);
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
#cityParent{
    min-height: 0;
    will-change: height;
    padding: 0 20px;
}
#cityParent > i{
    position:absolute;left: 20px;top: 10px;padding: 7px;
}
#cityParent *{
    pointer-events: none;
}
.city-open{
    margin:15px 0 25px 0px;overflow:visible;height: 50px;
    padding:0;
}

.city-close{
    margin:0!important;overflow:hidden;height: 0;padding:0;
}

.choice {
    text-align: center;
    cursor: pointer;
    margin-top: 20px; }

.choice .icon {
    text-align: center;
    vertical-align: middle;
    height: 105px;
    width: 105px;
    border-radius: 50%;
    color: #999999;
    margin: 0 auto 20px;
    border: 4px solid #CCCCCC;
    transition: all 2.2s;
    -webkit-transition: all .5s; }
.choice i {
    font-size: 30px;
    line-height: 96px;
}
.choice input[type="radio"],
.choice input[type="checkbox"] {
    display: none;
}
.choice.active .icon {
    border-color: #00ced1;
    color: #00ced1;
}
.choice.deactive .icon {
    border-color: #CCCCCC;
    color: #999999;
}
.choice.disabled .icon {
    opacity: 0.4;
}

.pac-container .pac-item *{
    pointer-events: none;
}

.loader {
    position: relative;
    width: 3em;
    height: 3em;
    background: linear-gradient(-225deg, #ff3cac 0%, #562b7c 52%, #2b86c5 100%);
    border-radius: 50%;
    animation: spin 0.5s linear infinite;
    display: flex;
}
.loader span {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: inherit;
}
.loader span:nth-child(1) {
    filter: blur(5px);
}
.loader span:nth-child(2) {
    filter: blur(10px);
}
.loader span:nth-child(3) {
    filter: blur(25px);
}
.loader span:nth-child(4) {
    filter: blur(50px);
}
.loader::after {
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: #222;
    border-radius: inherit;
}
@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

#underMP{
    padding-top: 5px;
    border-radius: 40px;
    position: relative;
    top: -140px;
    padding-bottom: 0;
    min-height: 85vh;
    background-color: white;
    box-shadow: 0 -18px 25px -7px rgba(255, 255, 255, 0.62), 0 4px 23px 0px rgba(255, 255, 255, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2);
}


#filters {
    background-color: rgb(242,242,242);
    direction: rtl;
    margin: 18px;
    border-radius: 25px;
    white-space: nowrap;
    transition: opacity 0.5s ease;
    will-change: opacity;
    opacity: 0;
    overflow-y: hidden;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
#filters div:first-child {
    direction: inherit;
    overflow: initial;
    justify-content: center;
    display: flex;
    overflow-x: scroll;
}
#filters div:first-child > button{
    margin: 10px 5px;
    padding-top: 10px;
    height: 58px;
    width: 58px;
    background-color: #fff;
    color: #666666;
    border-radius: 18px;
    font-size: 8px;
    display: inline-grid;
    font-weight: 500;
    outline: 0;
    border:none;
    position: relative;
    transition: color 0.5s;
    will-change: color;
}
#filters div:first-child > button::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow:0 20px 13px -11px rgba(0,206,209, 0.42), 0 34px 41px 0px rgba(0,206,209, 0.12);;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 18px;
    will-change: opacity;
}
#filters  div:first-child > button.active{
    color:#00ced1;
}
#filters  div:first-child > button.active::after{
    opacity: 1;
}
#filters div:first-child > button > svg{
    pointer-events: none;
    height: 20px;
    margin: auto;
    fill: #666666;
    transition: fill 0.5s;
    will-change: fill;
}
#filters  div:first-child > button.active > svg {
    fill: #00ced1;
}

#mainEventsRow{
    background: transparent;
    border-radius: 42px;
    margin: 0 -5px 0 -5px;
    transition: transform 300ms linear;
    will-change: transform;
    padding: 0 0 15px 0;
}



#noMoreE{
    display: none;
}
#noMoreE > p{

    display: block;
    background-color: white;
    padding: 10px 15px;
    text-align: center;
    border-radius: 24px;
    margin: 0;
    font-weight: 500;
    direction: rtl;
    background: transparent;
    color: white;
    margin-top: 10px;
    border: 1px solid #fff;
}
#noMoreE > p > span {
    padding: 6px 12px;
    font-size: 12px;
    margin-right: 10px;
    font-weight: 900;
    display: none;
}
#showMore{
    justify-content: center;align-items: center;display: flex;margin-bottom: 0px;margin: 35px auto;
}

#search-modal{
    max-width: 700px;
    margin: 15vh auto auto;
    left: 0px;
    right: 0px;
    z-index: 2147483647;
    position: relative;
    outline: none;
    width: 100%;
    border-radius: 50px;
}
#search-modal > button ,#search-tmp-bt {
    border-radius: 20px;
    position:absolute;
    left: 5px;top: 5px;
    height: 40px;
    width: 40px;
    border: none;
    /*background: #00ced1;*/
    overflow: hidden;
    /*position: relative;*/
    background: linear-gradient(49deg, rgba(0,0,0,.055) 50%, rgba(0,0,0,.062) 44%)!important;
    transition: .3s all;
    z-index: 2;
    color: white;
    outline: none;
}
#search-modal > button::before ,#search-tmp-bt::before {
    background: linear-gradient(224deg, rgba(37,28,73,.93) 50%, rgba(115,25,102,.93) 44%);
    background: -webkit-linear-gradient(224deg, rgba(37,28,73,.93) 50%, rgba(115,25,102,.93) 44%);
    background: -o-linear-gradient(224deg, rgba(37,28,73,.93) 50%, rgba(115,25,102,.93) 44%);
    background: -moz-linear-gradient(224deg, rgba(37,28,73,.93) 50%, rgba(115,25,102,.93) 44%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(9px);
    transform: scale(1.36);
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
#search-modal > button > i {
    padding-top: 4px;
    pointer-events:  none;
}
#search-modal > input {
    text-align: right;
    padding-right: 30px;
    border-radius: 50px;
    height: 50px!important;
    width:100%;
    background: transparent!important;
    border: none;
    outline: none;
    border: 1px solid #E3E3E3;
    border-radius: 30px;
    color:#ccc;
}
#search-modal > input::placeholder{
    font-size: 14px;
    font-weight: 500;
    color: #999;
}
#search-parent{
    height: 100vh;
    width: 100vw;
    z-index: 10000;
    background-color: rgba(255,255,255,0.85);
    position: fixed;
    opacity:0;
    transform: translateX(-100%);
    transition: opacity 0.25s;
}
#search-tag{
    direction: rtl;text-align: center;
    display: none;
    margin-bottom: 25px;
}
@media (max-width: 450px) {

    #search-tag {
        margin-bottom: -40px;
        margin-top: 72px;
    }
}

#search-tag li:first-child{
    display: inline-block;border-radius: 50%;position: relative;left: -29px;height: 22px;width: 22px;top: 6px;padding:0;
}
#search-tag li:first-child * i{
    font-size: 26px;
    color: rgba(115,25,102,1);
}
#search-tag li:first-child > button{
    outline: none;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    border: none;
    background-color: white;
    right: -1px;
    top: -2px;
    position: relative;
    padding: 0;
    display: ;
    display: flex;
    justify-content: center;
    align-items: center;
}
#search-tag li:nth-of-type(2) {
    text-align: center;display: inline-block;border: none;border-radius: 30px;padding: 6px 40px 5px 15px;margin-left: 25px;color:#fefefe;    border: 1px solid #E3E3E3;
}


#search-type{
    min-height: 0;
    margin-top: 15px;
}

#search-type * input[type="radio"] {
    visibility: hidden;
    height: 0;
    width: 0;
}
#search-type * label{
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    color: black;
    padding: 8px;
    transition: color 0.5s ease, box-shadow 1s, background-color 0.5s;
    will-change: color, box-shadow, background-color;
    font-size: 8px;
    display: inline-block;
    width: 50%;
    user-select: none;
    font-weight: 500;
    margin: 0;
    border: 1px solid #E3E3E3;
    color: white;
}
#search-type > div{
    width: 210px;
    margin: auto;
    display: flex;
    border-radius: 18px;
    align-items: center;
}
#search-type > div > label:first-of-type{
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}
#search-type > div > label:last-of-type{
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

#search-type > div > input[type="radio"]:checked + label {
    background: linear-gradient(49deg, rgba(0,0,0,.055) 50%, rgba(0,0,0,.062) 44%)!important;
    color:white;
    position: relative;
    overflow: hidden;
}

#search-type > div > input[type="radio"]:checked + label:before{
    background: linear-gradient(224deg, rgba(37,28,73,.93) 50%, rgba(115,25,102,.93) 44%);
    background: -webkit-linear-gradient(224deg, rgba(37,28,73,.93) 50%, rgba(115,25,102,.93) 44%);
    background: -o-linear-gradient(224deg, rgba(37,28,73,.93) 50%, rgba(115,25,102,.93) 44%);
    background: -moz-linear-gradient(224deg, rgba(37,28,73,.93) 50%, rgba(115,25,102,.93) 44%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(9px);
    transform: scale(1.36);
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
}


.cluster img{
    display: none;
}

.cluster div{
    background: #00ced1;
    text-align: center;
    font-size: 15px!important;
    color: #fff!important;
    font-weight: 600;
    border-radius: 100%;
    width: 40px!important;
    height: 40px!important;
    line-height: 38px!important;
    border: 2px solid #fff;
    animation:cluster-animation 1s ;
    animation-fill-mode: forwards;
    will-change: opacity;
}

.cluster div::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 9px rgba(0,206,209,0.25);
    opacity: 0;
    animation: cluster-animation 0.6s infinite alternate;
    animation-delay: 1s;
    border-radius: 50%;
    will-change: opacity;
}
@keyframes cluster-animation{
    0%{ opacity: 0; }
    100%{ opacity: 1;}
}

.profile-sec{
    direction: rtl;
    margin-bottom: 15px;
}
.profile-sec * div{
    background-color: white;
    border-radius: 50px;
    box-shadow: rgba(0, 206, 209, 0.1) 0px 3px 5px 0px;
}
.profile-sec * p{
    margin: 0;
    font-size: 14px;
    padding: 10px 55px 10px 10px;
    font-weight: 500;
    color: #696969;
}
.profile-sec * img{
    top: 0;
    position: absolute;
    height: 43px;
    width: 43px;
    right: 15px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 10px 0px;
}
.infoBox{
    border-radius: 50px!important;
}

.card {
    margin-top:0;border-radius:40px;margin-bottom: 15px;
}

/*//WEB*/
.search-modal-web{
    width:100%;
    margin:0!important;
}
.search-modal-web > input {
    box-shadow: rgba(0,206,209, 0.3) 0px 0px 3px 0px!important;
}
.city-web{
    margin-top:0!important;
}
.sort-web > div{
    width: 190px!important;
    margin: 0!important;
}
.checkbox-p input:not(#cityInput){
    visibility: hidden;s
height: 0;
    width: 0;
}
.checkbox-p{
    margin:10px 0;
    direction: ltr;
}
.checkbox-p label{
    margin:0;
    display: inline-block;
}
.checkbox-p p{
    margin: 0!important;
    display: inline-block;
    position: absolute;
    padding: 3px 14px;
    font-weight: 500;
}

.checkbox-v3 {
    position: relative;
    display: block;
    width: 60px;
    height: 30px;
    cursor: pointer;
    border-radius: 1.5em;
    transition: 350ms;
    background: #efefef;
    box-shadow: rgba(0,206,209, 0.3) 0px 0px 4px 0px;
}
.checkbox-v3::after {
    position: absolute;
    content:'';
    width: 20px;
    height: 20px;
    top:5px;
    left: 5px;
    border-radius: 1.5em;
    transition:
            width 200ms ease-out,
            height 300ms 50ms ease-in,
            opacity 300ms ease-in,
            top 300ms 50ms ease-in,
            left 250ms 50ms ease-in,
            background 300ms ease-in,
            box-shadow 300ms ease-in;
    background: #00ced1;
    box-shadow: 0 0 0 1.5em #fff inset;
}

input:checked + .checkbox-v3::after {
    width: 40px; height:100%;
    top:0px; left: 20px;
    background: -webkit-linear-gradient(224deg, rgba(37,28,73,.93) 50%, rgba(115,25,102,.93) 44%);
    box-shadow: 0 0 0 1.5em rgba(0,206,209, 0.3) inset;
}
.checkbox-v3.round{
    width: 30px;margin-right:10px;
}
.checkbox-v3.round::after{
    width:10px;
    height:10px;
    top:10px;
    left:10px;
}
input:checked + .checkbox-v3.round::after{
    width: 26px;
    height: 26px;
    top: 2px;
    left: 2px;
}

.disabled input[type='checkbox']:checked + .checkbox-v3.round::after {
    opacity: 0.5;
}
input:disabled + .checkbox-v3.round{
    background: #f6f6f6;
}
.underMP-web{
    display: flex!important;
    justify-content: center!important;
    padding: 0!important;
    top: 4px!important;
    background:linear-gradient(90deg, #efefef, #e9e9e9, #e4e4e4, #dedede, #d9d9d9) !important;
    border-radius: 0!important;
    min-height: unset!important;
}

.mainEventRow{
    margin-top: 0!important;overflow-y: scroll;max-height: 1130px;
}
@media (max-width: 450px){
    .mainEventRow{
        overflow-y: unset;max-height: unset;margin-top: 75px!important;
    }
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.sort-web * label{
    background-color: transparent!important;
    border: 1px solid #E3E3E3;
    color: #666;
}

.sort-web  > div > label:first-of-type{
    border-top-left-radius: 10px!important;
    border-bottom-left-radius: 10px!important;
}
.sort-web  > div > label:last-of-type{
    border-top-right-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
}
.sort-web > div > input[type="radio"]:checked + label {
    /*background-color: #00ced1!important;*/
    color:white;
    /*box-shadow: 0 1px 4px 0 rgba(0,206,209, 0.64);*/
}


#mainSection{
    padding: 20px 20px 10px 10px;
    border-radius: 38px;
    background-color: transparent;
    margin: 0;
    transition: transform 300ms linear;
    will-change: transform;
    top: -25px;
    width: 100%;
}
@media (max-width: 450px) {
    #mainSection {
        padding: 0px 0px 0px 0px;
    }
}

@media (min-width: 450px){
    .profile-sec * p {
        padding: 15px 73px 15px 5px;
    }
}
@media (min-width: 450px){
    .profile-sec * img{
        height: 56px;
        width: 56px;
    }
}

#filters-web{
    direction:rtl;
    position: absolute;
    display: inline-block;
    top: 3px;
    right: 0px;
    color: #fefefe;
}
#filters-web > li{
    display: inline-block;
    font-weight: 500;
    padding: 10px 5px;
    pointer-events: none;
}
#filters-web * i {
    font-size: 18px;
    position: relative;
    top: 3px;
    pointer-events: none;
    transition: transform 0.5s;
}

@media (max-width : 450px) {
    .search-modal-web{
        width:90% !important;
        transform: translate(-110%,50px);
        transition: transform 1s, opacity 1s;
        opacity:0;
        will-change: transform, opacity;
    }
    .search-modal-web.active{
        transform: translate(0,50px);
        opacity:1;
        margin:auto!important;
    }
}

#search-tmp-bt{
    margin:0 0 0 30px;
    display: none;
}
@media (max-width : 450px) {
    #search-tmp-bt{
        display: block;
        opacity: 1;
        transition: transform 0.5s, opacity 0.25s;
        transform: translate(0px,0px);
        will-change: transform, opacity;
    }
    #search-tmp-bt.active{
        animation-name: searchAnim;
        animation-duration: 1s;
        animation-direction: alternate;
        animation-fill-mode:forwards;
    }
    #search-tmp-bt.deactive{
        background-color:#cfcfcf;
        animation-duration: 1s;
        animation-direction: alternate;
        animation-fill-mode:forwards;
        animation-name: searchAnimDe;
        transform:  translate(3px,0) scale(0.8);
        box-shadow: rgba(0,0,0, 0.13) 0px 2px 7px 1px;
    }
}
@keyframes searchAnim {
    50%{
        background-color:#cfcfcf;
        transform: translate(0,50px);
        opacity: 0;
    }
    100%{
        background-color: #cfcfcf;
        opacity: 1;
        transform: translate(3px,0) scale(0.8);
        box-shadow: rgba(0,0,0, 0.13) 0px 2px 7px 1px;
    }
}
@keyframes searchAnimDe {
    50%{
        background-color:#cfcfcf;
        transform: translate(3px,50px) scale(0.8);
        opacity: 0;
    }
    100%{
        background-color:#00ced1;
        opacity: 1;
        transform: translate(0);
        box-shadow: rgba(0,0,0, 0.05) 0px 2px 12px 5px;
    }
}

@media (max-width: 450px) {
    #filters-parent-web{
        padding: 15px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
        border-radius: 35px;
        margin: 5px 0 15px 0;
        transform: translateX(110%);
        transition: transform 0.7s;
        padding-left: 25px!important;
    }
}
@media (max-width: 450px) {
    .bigWrapper{
        transform: translateY(-530px);
        transition: 0.3s;
        padding:0;

    }
    .bigWrapper.filters-active{
        margin-bottom: 0;
    }
}

@media (max-width: 450px) {
    .map-canvas {
        height: 60vh!important;
    }
}
.gm-style .gm-style-cc span,.gm-style .gm-style-cc a,.gm-style .gm-style-mtc div{
    display: none;
}

.scrollHidden.app{
    padding-bottom: 50px;
    margin-bottom: -50px;
}
/*//===============Team===============*/

#myUL{
    position: absolute;
    width: calc( 100% - 27px );
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
    backdrop-filter: blur(2px);
    padding: 0;
    max-height: 390px;
    overflow-y: scroll;
}

#myUL li a {
    border: 1px solid #eee;
    margin-top: -1px;
    background-color:rgba(248 ,251 ,255 , .94);
    padding: 8px 12px;
    font-size: 14px;
    color: black;
    display: block;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    direction: ltr;
}
#myUL li a:hover{
    cursor: pointer;
}
#myUL li a img{
    top: 0;
    height: 43px;
    width: 43px;
    right: 0;
    border-radius: 50%;
    box-shadow: rgba(0,0,0,.3) 0 3px 10px 0;
    margin-right: 10px;
}


#atendees-UL {
    margin: 25px 0 0 0;
    padding: 0;
}

#myUL li a:hover:not(.header){
    background-color: #eee; /* Add a hover effect to all links, except for headers */
}
@media (max-width: 450px) {

    .profile-sec i{
        font-size: 33px;
    }
    .profile-sec button{
        right:44px;
    }
}
.profile-sec{
    direction: rtl;
}
.profile-sec div{
    background-color: white;
    border-radius: 50px;direction: ltr;
    box-shadow: rgba(0, 206, 209, 0.3) 0px 1px 5px 0px;
}
.profile-sec p{
    margin-bottom: 10px!important;
    font-size: 14px;
    padding: 8px 10px 8px  55px;
    font-weight: 500;
    color: #696969;
    direction: rtl;
}
#myUL li a p{
    direction: rtl;
    display: inline-block;
}
.profile-sec img{
    top: 0;
    position: absolute;
    height: 37px;
    width: 37px;
    left: 0;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 30%) 0px 3px 10px 0px;
}
.profile-sec button{
    position: absolute;
    right: 27px;
    border: none;
    height: 10px;
    width: 10px;
    padding: 0;
    background: none;
    top: 1px;
    z-index: 10;
}
.profile-sec i{
    font-size: 36px;
    color: #00ced1;
}

.followed-btn{
    float: right;
    padding: 0 20px;
    height: 27px;
    font-size: 11px;
    margin-top: 7px;
    position: absolute;
    right: 22px;
}
.listWrapper a > span{
    font-size:12px;font-weight:600;line-height: 45px;color: #eee;
}
.modal{
    background: rgba(0,0,0,.5);
}
.listWrapper a {
    width:100%;text-align:left;float:right;direction:rtl;
}

.listWrapper{
    padding: 10px 20px;float:right;width:100%;list-style: none;position: relative;
}
.listWrapper  img {
    width:45px;height:45px;float:left;border-radius: 50%;margin: 0;box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 10px 0px;
}
#teameatesParent .profile-sec div{
    direction: rtl!important;
    box-shadow: none!important;
    background: linear-gradient(49deg, rgb(255 255 255 / 25%) 50%, rgb(255 255 255 / 20%) 44%) !important;
}
#teameatesParent .profile-sec div.request{
    opacity: .85;
}
#teameatesParent .profile-sec button{
    left: 26px;
    right: unset!important;
}
#teameatesParent  .profile-sec i{
    color: #a1ec01;
}
#teameatesParent  .profile-sec p{
    color: #eee;
    text-align: right!important;
    padding-right: 50px!important;
}
#teameatesParent .profile-sec img{
    right: 0px;
    left: unset!important;
    border-radius: 50%;
    background: #ffffff26;
    background: -webkit-linear-gradient(49deg, rgba(255,255,255,.2) 50%, rgba(255,255,255,.09) 44%);
    background: -o-linear-gradient(49deg, rgba(255,255,255,.2) 50%, rgba(255,255,255,.09) 44%);
    background: -moz-linear-gradient(49deg, rgba(255,255,255,.2) 50%, rgba(255,255,255,.09) 44%);
    background: linear-gradient(49deg, rgba(255,255,255,.2) 50%, rgba(255,255,255,.09) 44%);
}
.avr {
    background: linear-gradient(0deg, rgb(165 236 10) 50%, rgb(144 208 16) 44%) !important;
    font-size: 10px;
    padding: 0 4px;
    border: 1px solid white;
    position: relative;
    font-weight: 600;
    margin-left: 20px;
    top: -3px;
    border-radius: 25px;
    color:#444;

}

.gameTypeBanner{
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 1;
    background: linear-gradient(0deg, rgb(165 236 10) 50%, rgb(144 208 16) 44%) !important;
    padding: 4px 12px;
    border-radius: 0 25px 0 15px;
    font-weight: 500;
    border: 1px solid white;
    z-index: 2;
}
#teameatesParent span.leader,
#teameatesParent span.main-player,
#teameatesParent span.standian,
#teameatesParent span.coach{
    position: absolute;
    top: 9px;
    left: 9px;
    padding: 0px 10px;
    font-size: 11px;
    border-radius: 20px;
    font-weight: 600;
}
#teameatesParent span.leader{
    color: white;
    background-color: #e91e63;
    border-color: #e91e63;
    box-shadow: 0 2px 2px 0 rgba(233, 30, 99 , .14), 0 3px 1px -2px rgba(233 ,30, 99,  .20), 0 1px 5px 0 rgba(233 ,30 ,99,.12);
}
#teameatesParent span.main-player{
    background-color: #a1ec01;
    border-color: #a1ec01;
    box-shadow: 0 2px 2px 0 rgba(161, 236 ,1 , .14), 0 3px 1px -2px rgba(161 ,236, 1 ,.20), 0 1px 5px 0 rgba(161 ,236 ,1,.12);
}
#teameatesParent span.coach{
    background-color: #2eddff;
    border-color: #2eddff;
    box-shadow: 0 2px 2px 0 rgba(46, 221, 255, .14), 0 3px 1px -2px rgba(46, 221, 255 ,.20), 0 1px 5px 0 rgba(46, 221, 255,.12);
}
#teameatesParent span.standian{
    background-color: #fff155;
    border-color: #fff155;
    box-shadow: 0 2px 2px 0 rgba(255 ,241 ,85, .14), 0 3px 1px -2px rgba(255 ,241 ,85 ,.20), 0 1px 5px 0 rgba(255 ,241 ,85,.12);
}
#teameatesParent a{
    text-decoration: none!important;
}
#teameatesParent div{
    transition: .3s;
}
#teameatesParent div:hover{
    box-shadow: 0px 0px 1px 4px rgba(255 ,255 ,255, .35);
    border-radius: 25px;
}
#teameatesParent .topLable{
    position: absolute;
    top: 0px;
    font-size: 9px;
    color: #a1ec01;
    filter: drop-shadow(0px 0px 1px #a1ec0a);
}
.mainEventRow .card-user .avatar{
    width: 70px;
    height: 70px;
    top:-2px;
}
.mainEventRow .card-user .header-team{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}
.mainEventRow .card-user .author{
    direction: ltr;
    margin: 0;
    top: 30px;
    position: absolute;
    left: 95px;
    z-index: 2;
}
.mainEventRow .card-user .author h2{
    color: #fff;
    font-size: 28px;
    margin: 0;
    display: inline-block;
}
.mainEventRow .card-user .image{
    height: 95px;
}
@media (min-width: 450px) {
    .avr:before {
        content: '';
        width: 9px;
        height: 3px;
        border-radius: 4px;
        background-color: #a1ec0a;
        box-shadow: 0px 0px 2px #a1ec0a;
        position: absolute;
        left: -17px;
        bottom: 6px;
        top: 8px;
    }
}
.more-detail-team-bt{
    position: absolute;
    top: 44px;
    z-index: 122;
    right: -1px;
    border-radius: 25px 0 0 25px;
    padding: 0 3px 0px 8px;
    height: 18px;
    font-size: 11px;
    font-weight: 500;
}
#teamObj{
    padding-bottom: 0!important;
}
.mainEventRow .card-user .image{
    background-image: url(/img/profile/team-4.jpeg);
    background-position: top;
    background-size: cover;
}
.mainEventRow .card.card-user {
    border-radius: 25px!important;
}
.mainEventRow .card-user .image:after{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.45);
}
@media (max-width: 450px) {
    .avr{
        position: absolute;
        width: max-content;
        top: -15px;
        left:-20px;
    }
}
.more-teamaets{
    position: absolute;
    bottom: -7px;
    z-index: 2;
    text-align: center;
    width: 100%;
}
.more-teamaets span{

    background-color: rgb(161 236 1);
    font-size: 11px;
    font-weight: 700;
    padding: 0 7px;
    border-radius: 13px;
    box-shadow: 0 0 3px 1px rgba(161 ,236, 1, .81);

}