@-webkit-keyframes notification-bullet-clip {

    0% { color: rgba(255, 255, 255, 0.9); }

    50% { color: rgba(255, 255, 255, 0.9);}

    51% { color: #fe605d; }

    100% { color: #fe605d; }

}



.notification-bullet {

    -webkit-animation-name: notification-bullet-clip;

    -webkit-animation-iteration-count: infinite;

    -webkit-animation-duration: 3s;

}



.notification-page-content {

    margin-top: 20px;

}



.preference-input {

    margin-right: 30px;

    display: inline;

}



.user-pref-box-title {

    padding: 5px !important;

    padding-left: 15px !important;

    font-size: 18px !important;

}



.user-pref-box {

    padding: 5px !important;

}



.user-pref-box-cnt {

    padding: 15px !important;

}



.user-pref-box-label {

    padding-top: 6px !important;

}





.about-item .member-profile-icon {

    cursor: default;

    color: rgba(0, 0, 0, 0.6);

}



.about-item .member-profile-icon:hover {

    cursor: pointer;

    color: rgba(94, 158, 255, 0.6);

    transition: 1s;

}



.about-item-chip-title .member-profile-liked {

    cursor: default;

    color: rgba(94, 158, 255, 0.9);

}



.about-item .member-profile-liked:hover {

    cursor: pointer;

    transition: 1s;

    color: rgba(0, 0, 0, 0.4);

}





.about-item .member-fav-icon {

    cursor: default;

    color: rgba(0, 0, 0, 0.6);

}



.about-item .member-fav-icon:hover {

    cursor: pointer;

    color: rgba(253, 80, 104, 0.5);

    transition: 1s;

}



.about-item .member-fav-icon-on {

    cursor: default;

    color: rgba(253, 80, 104, 0.9);

}



.about-item .member-fav-icon-on:hover {

    cursor: pointer;

    transition: 1s;

    color: rgba(0, 0, 0, 0.4);

}



.about-item .member-friend-icon {

    cursor: default;

    color: rgba(0, 0, 0, 0.6);

}



.about-item .member-friend-icon:hover {

    cursor: pointer;

    color: rgba(252, 131, 79, 0.5);

    transition: 1s;

}



.about-item .member-friend-icon-on {

    cursor: default;

    color: rgba(252, 131, 79, 0.9);

}



.about-item .member-friend-icon-on:hover {

    cursor: pointer;

    transition: 1s;

    color: rgba(0, 0, 0, 0.4);

}



.picture-pic {

    overflow: hidden;

}



.mdl-components__warning {

    background-color: #d9c66f;

}



.inputfile {

    width: 0.1px;

    height: 0.1px;

    opacity: 0;

    overflow: hidden;

    position: absolute;

    z-index: -1;

}



.bf-alert {

    margin-bottom: 0px !important;

    border: 0px !important;

    border-radius:  0px !important;

    width: 100%;

}



.change-pass .bf-alert {

    margin-bottom: 10px !important;

}



.search-ddl {

    color: rgba(0,0,0,.54);

}



.messages-user-link {

    width: 100%;

    text-align: center;

    vertical-align: central;

}



.spam-input {

    width: 100%;

}



.spam-label {

    font-size: smaller;

}



.loader {

    border: 10px solid #CC416D;

    border-radius: 50%;

    border-top: 10px solid #58ACD4;

    width: 200px;

    height: 200px;

    -webkit-animation: spin 2s linear infinite;

    animation: spin 2s linear infinite;

    top: 50%;

    left: 50%;

    margin-top: -100px;

    margin-left: -100px;

    position: relative;

}



.loader-content {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 999999;



    width: 100%; /* Full width */

    height: 100%; /* Full height */

    overflow: auto; /* Enable scroll if needed */

    background-color: #767676;

    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */

}



@-webkit-keyframes spin {

    0% { -webkit-transform: rotate(0deg); }

    100% { -webkit-transform: rotate(360deg); }

}



@keyframes spin {

    0% { transform: rotate(0deg); }

    100% { transform: rotate(360deg); }

}



.loader-img {

    width: 100px;

    height: 100px;

    top: 50%;

    left: 50%;

    margin-top: -50px;

    margin-left: -50px;

    position: fixed;

}

.member-wink-icon{
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.member-wink-icon:hover{
    color: #6eb46e;
}

.member-wink-icon-on:hover{
    color: rgba(0, 0, 0, 0.6);
}

.member-wink-icon-on{
    color: #6eb46e;
    cursor: pointer;
}