.iconPM {
    background: url(../../../../raw.githubusercontent.com/stephenhutchings/typicons.font/493867748439a8e1ac3b92e275221f359577bd91/src/png-24px/mail.png) center no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    border: none;
    display: inline-block;

    animation: blink 2s ease-in infinite;
}

.iconBlinking {
    border: none;
    display: inline-block;

    animation: blink 2s ease-in infinite;
}

.blinkingWhindButton {
    border: none;
    display: inline-block;

    animation: blink 2s ease-in infinite;
}

@keyframes blink {

    from,
    to {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}


.genderButton {
    background: #6861CE !important;
}


.registerButton {
    font-size: 30px;
}

.joinWhindr {
    font-size: 25px;
    font-weight: bold;
}

.filterButton {
    font-size: 30px;
}


.likeButton {
    color: rgb(240, 229, 243);
}

.likeButtonMatch {
    color: #BE4BDB;
}

.messageButton {
    color: rgb(226, 233, 219);
}

.messageButtonMatch {
    color: #1DB9A0;
}

.whatsappButton {
    color: rgb(226, 233, 219);
}

.whatsappButtonMatch {
    color: #00FFA4;
}

.infoButton {
    color: rgb(226, 233, 219);
}


/* Ribbon */

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon span::after {
    content: '';
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #79A70A;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.red span {
    background: linear-gradient(#F70505 0%, #8F0808 100%);
}

.red span::before {
    border-left-color: #8F0808;
    border-top-color: #8F0808;
}

.red span::after {
    border-right-color: #8F0808;
    border-top-color: #8F0808;
}

.purple span {
    background: linear-gradient(#2989d8 0%, #BE4BDB 100%);
}

.purple span::before {
    border-left-color: #BE4BDB;
    border-top-color: #BE4BDB;
}

.purple span::after {
    border-right-color: #BE4BDB;
    border-top-color: #BE4BDB;
}


.info-and-phone {
    padding-left: 20px;
    padding-top: 10px;
}

.info-and-phone .title {
    color: #128c7e;
    font-size: 14px;
    line-height: normal;
}

.info-and-phone .phone {
    font-size: 17px;
    line-height: 21px;
    color: #000;
}

.footer {
    padding: 10px;
    text-align: center;
  }
 
.modal-info-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #dee2e6;
    margin-right: 10px;
}  

.modal-title{
    font-size: 28px;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    overflow: hidden; /* Menyembunyikan bagian gambar yang terpotong */
}

.modal-body img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.location-message {
    padding-top: 10px;
    padding-bottom: 15px;
}

/* whind button bottom right to spin users */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.user-list {
    background-color: #fff;
}

.user-list img {
    padding: 10px 10px 10px 10px;
}

.user-list-text {
    font-size: 18px;
    /* color: #fff; */
    font-weight: bold;
    font-family: "Arial Black", Gadget, sans-serif
}

/*Profile Card 1*/
.profile-card-1 {
    font-family: 'Open Sans', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
    text-align: center;
    height: 368px;
    border: none;
}

.profile-card-1 .background {
    width: 100%;
    vertical-align: top;
    opacity: 0.9;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1.8);
    transform: scale(2.8);
}

.profile-card-1 .card-content {
    width: 100%;
    padding: 15px 25px;
    position: absolute;
    left: 0;
    top: 50%;
}

.profile-card-1 .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    max-width: 100px;
    opacity: 1;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.profile-card-1 h2 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 25px;
}

.profile-card-1 h2 small {
    display: block;
    font-size: 15px;
    margin-top: 10px;
}

.profile-card-1 i {
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    /*border: 1px solid #fff;*/
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 5px;
}

.profile-card-1 .icon-block {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.profile-card-1 .icon-block a {
    text-decoration: none;
}

.profile-card-1 i:hover {
    /*background-color: #fff;*/
    /*color: #2E3434;*/
    /*text-decoration: none;*/
}

/*Profile card 2*/
.profile-card-2 .card-img-block {
    float: left;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.profile-card-2 .card-body {
    position: relative;
}

.profile-card-2 .profile {
    border-radius: 50%;
    position: absolute;
    top: -42px;
    left: 15%;
    max-width: 75px;
    border: 3px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.profile-card-2 h5 {
    font-weight: 600;
    color: #6ab04c;
}

.profile-card-2 .card-text {
    font-weight: 300;
    font-size: 15px;
}

.profile-card-2 .icon-block {
    float: left;
    width: 100%;
}

.profile-card-2 .icon-block a {
    text-decoration: none;
}

.profile-card-2 i {
    display: inline-block;
    font-size: 16px;
    color: #6ab04c;
    text-align: center;
    border: 1px solid #6ab04c;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 5px;
}

.profile-card-2 i:hover {
    background-color: #6ab04c;
    color: #fff;
}

/*Profile Card 3*/
.profile-card-3 {
    font-family: 'Open Sans', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 368px;
    border: none;
}

.profile-card-3 .background-block {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.profile-card-3 .background-block .background {
    width: 100%;
    vertical-align: top;
    opacity: 0.9;
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
    -webkit-transform: scale(1.8);
    transform: scale(2.8);
}

.profile-card-3 .card-content {
    width: 100%;
    padding: 15px 25px;
    color: #232323;
    float: left;
    background: #efefef;
    height: 50%;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 9999;
}

.profile-card-3 .card-content::before {
    content: '';
    background: #efefef;
    width: 120%;
    height: 100%;
    left: 11px;
    bottom: 51px;
    position: absolute;
    z-index: -1;
    transform: rotate(-13deg);
}

.profile-card-3 .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    max-width: 100px;
    opacity: 1;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 99999;
}

.profile-card-3 h2 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 25px;
}

.profile-card-3 h2 small {
    display: block;
    font-size: 15px;
    margin-top: 10px;
}

.profile-card-3 i {
    display: inline-block;
    font-size: 16px;
    color: #232323;
    text-align: center;
    border: 1px solid #232323;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 5px;
}

.profile-card-3 .icon-block {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.profile-card-3 .icon-block a {
    text-decoration: none;
}

.profile-card-3 i:hover {
    background-color: #232323;
    color: #fff;
    text-decoration: none;
}


/*Profile card 4*/
.profile-card-4 .card-img-block {
    float: left;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.profile-card-4 .card-body {
    position: relative;
}

.profile-card-4 .profile {
    border-radius: 50%;
    position: absolute;
    top: -62px;
    left: 50%;
    width: 100px;
    border: 3px solid rgba(255, 255, 255, 1);
    margin-left: -50px;
}

.profile-card-4 .card-img-block {
    position: relative;
}

.profile-card-4 .card-img-block > .info-box {
    position: absolute;
    background: rgba(217, 11, 225, 0.6);
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    opacity: 0;
}

.profile-card-4 .card-img-block:hover > .info-box {
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.profile-card-4 h5 {
    font-weight: 600;
    color: #d90be1;
}

.profile-card-4 .card-text {
    font-weight: 300;
    font-size: 15px;
}

.profile-card-4 .icon-block {
    float: left;
    width: 100%;
}

.profile-card-4 .icon-block a {
    text-decoration: none;
}

.profile-card-4 i {
    display: inline-block;
    font-size: 16px;
    color: #d90be1;
    text-align: center;
    border: 1px solid #d90be1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 5px;
}

.profile-card-4 i:hover {
    background-color: #d90be1;
    color: #fff;
}

/*Profile Card 5*/
.profile-card-5 {
    margin-top: 20px;
}

.profile-card-5 .btn {
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 7px 20px;
}

.profile-card-5 .card-img-block {
    width: 91%;
    margin: 0 auto;
    position: relative;
    top: -20px;

}

.profile-card-5 .card-img-block img {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
}

.profile-card-5 h5 {
    color: #4E5E30;
    font-weight: 600;
}

.profile-card-5 p {
    font-size: 14px;
    font-weight: 300;
}

.profile-card-5 .btn-primary {
    background-color: #4E5E30;
    border-color: #4E5E30;
}

.pricingTable{
    font-family: 'Hind', sans-serif;
    text-align: center;
    padding: 0 35px 35px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.pricingTable:before{
    content: '';
    background-color: #fff;
    height: calc(100% - 50px);
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 50px;
    z-index: -1;
}
.pricingTable .pricingTable-header{
    color: #fff;
    background: linear-gradient(to right,#36D1DC,#5B86E5);
    width: 200px;
    padding: 35px 15px 30px;
    margin: 0 auto 15px;
    border-radius: 45px;
    box-shadow: 3px 3px 7px rgba(0,0,0,0.2);
    position: relative;
}
.pricingTable .pricingTable-header:before,
.pricingTable .pricingTable-header:after{
    content: "";
    background: linear-gradient(to right bottom,transparent 50%,#39548e 51%);
    width: 75px;
    height: 57px;
    position: absolute;
    top: 0;
    left: -40px;
    z-index: -2;
}
.pricingTable .pricingTable-header:after{
    transform: rotateY(180deg);
    left: auto;
    right: -40px;
}
.pricingTable .title{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.pricingTable .price-value{
    color: #5B86E5;
    margin: 0 0 15px;
}
.pricingTable .price-value .currency,
.pricingTable .price-value .amount{
    font-size: 50px;
    font-weight: 300;
    line-height: 53px;
    display: inline-block;
}
.pricingTable .price-value .amount{
    font-size: 52px;
    font-weight: 600;
}
.pricingTable .price-value .duration{
    font-size: 15px;
    line-height: 15px;
    display: block;
}
.pricingTable .pricing-content{
    background: linear-gradient(to right,#36D1DC,#5B86E5);
    padding: 30px 0 15px;
    border-radius: 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.pricingTable .pricing-content ul{
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}
.pricingTable .pricing-content ul li{
    color: #fff;
    font-size: 16px;
    padding: 13px 10px 10px;
}
.pricingTable .pricing-content ul li:nth-child(odd){ background-color: rgba(255,255,255,0.2); }
.pricingTable .pricingTable-signup a{
    color: #fff;
    background-color: #39548e;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 25px 4px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover{
    color: #39548e;
    background-color: #fff;
    box-shadow: 0 0 20px #39548e inset;
}
.pricingTable.green .pricingTable-header,
.pricingTable.green .pricing-content{
    background: linear-gradient(to right,#36db70,#39d393);
}
.pricingTable.green .pricingTable-header:before,
.pricingTable.green .pricingTable-header:after{
    background: linear-gradient(to right bottom,transparent 50%, #0f8452 51%);
}
.pricingTable.green .price-value{ color: #39d393; }
.pricingTable.green .pricingTable-signup a{ background-color: #0f8452; }
.pricingTable.green .pricingTable-signup a:hover{
    color: #0f8452;
    background-color: #fff;
    box-shadow: 0 0 20px #0f8452 inset;
}
.pricingTable.purple .pricingTable-header,
.pricingTable.purple .pricing-content{
    background: linear-gradient(to right,#885d99,#61458e);
}
.pricingTable.purple .pricingTable-header:before,
.pricingTable.purple .pricingTable-header:after{
    background: linear-gradient(to right bottom,transparent 50%, #463168 51%);
}
.pricingTable.purple .price-value{ color: #61458e; }
.pricingTable.purple .pricingTable-signup a{ background-color: #463168; }
.pricingTable.purple .pricingTable-signup a:hover{
    color: #463168;
    background-color: #fff;
    box-shadow: 0 0 20px #463168 inset;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 50px; }
}
@media only screen and (max-width: 479px){
    .pricingTable{ padding: 0 20px 20px; }
}
@media only screen and (max-width: 359px){
    .pricingTable .pricingTable-header:before,
    .pricingTable .pricingTable-header:after{
        display: none;
    }
}