/*
 ======================================
|           Common Classes             |
 ======================================
*/

.pm-difl {display: inline-block; float: left}
.pm-dbfl {display: block; float: left; width: 100%;}
.pm-difr {display: inline-block; float: right;}
.pm-bg {background-color: #fafafa;}
.pm-bg-lt {background-color: #FFF}
.pm-bg-dk {
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0));
    color: #fff;
}
.pm-bg-dk {}
.pm-border {
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1;
}

.pm-border-bt {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #e1e1e1;
}

.pm-radius5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}

.pm-pad10 {padding: 10px;}
.pm-pad20 {padding: 20px;}
.pm-clip {overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.pm33 {width: 31%; margin: 10px 1%;}

/*
 ======================================
|           Common Elements            |
 ======================================
*/

* {box-sizing: border-box;}

.pmagic {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    animation: pm-fadein 0.5s linear 1;
    -webkit-animation: pm-fadein 0.5s linear 1;
    -moz-animation: pm-fadein 0.5s linear 1;
    -o-animation: pm-fadein 0.5s linear 1;
    margin-bottom: 20px;
}

.pmagic a {
    text-decoration: none;
    border: 0px !important;
    cursor: pointer;
    box-shadow: none !important; 
}

.pmagic img {box-shadow: none !important; padding: 0px !important; line-height: 1 !important;}
.entry-content .pmagic img {margin: 0px; padding: 0px; box-shadow: none !important;}
.pmagic div:active,
.pmagic button:active,
.pmagic input:active,
.pmagic li:active,
.pmagic a:focus {outline: 0px !important;}

/*
 ======================================
|               Animations             |
 ======================================
*/
@keyframes pm-fadein {
    from {opacity: 0; transform: translateY(10px);}
    to {opacity: 100; transform: translateY(0px);}
}

@-webkit-keyframes pm-fadein {
    from {opacity: 0; transform: translateY(10px);}
    to {opacity: 100; transform: translateY(0px);}
}

@-moz-keyframes pm-fadein {
    from {opacity: 0; transform: translateY(10px);}
    to {opacity: 100; transform: translateY(0px);}
}

@-o-keyframes pm-fadein {
    from {opacity: 0; transform: translateY(10px);}
    to {opacity: 100; transform: translateY(0px);}
}

@keyframes pm-popup-in {
    0% {transform: scale(0,0); opacity: 0;}
    100% {transform: scale(1,1); opacity: 1;}
}

@-webkit-keyframes pm-popup-in {
    0% {transform: scale(0,0); opacity: 0;}
    100% {transform: scale(1,1); opacity: 1;}
}

@-moz-keyframes pm-popup-in {
    0% {transform: scale(0,0); opacity: 0;}
    100% {transform: scale(1,1); opacity: 1;}
}

@-o-keyframes pm-popup-in {
    0% {transform: scale(0,0); opacity: 0;}
    100% {transform: scale(1,1); opacity: 1;}
}

@keyframes pm-popup-out {
    0% {transform: scale(1.1, 1.1);}
    20% {transform: scale(1.1, 1.1);}
    100% {transform: scale(1, 1);}
}

@-webkit-keyframes pm-popup-out {
    0% {transform: scale(1.1, 1.1);}
    20% {transform: scale(1.1, 1.1);}
    100% {transform: scale(1, 1);}
}

@-moz-keyframes pm-popup-out {
    0% {transform: scale(1.1, 1.1);}
    20% {transform: scale(1.1, 1.1);}
    100% {transform: scale(1, 1);}
}

@-o-keyframes pm-popup-out {
    0% {transform: scale(1.1, 1.1);}
    20% {transform: scale(1.1, 1.1);}
    100% {transform: scale(1, 1);}
}

/*
 ======================================
|           All Groups View            |
 ======================================
*/

.pmagic .pm-group-container .pm-group .pm-group-info {color: #646464;}
.pmagic .pm-group-container .pm-group .pm-group-logo {
    overflow: hidden; 
    position: relative; 
    height: 200px;
}

.pmagic .pm-group-container .pm-group .pm-group-logo,
.pm-group-logo-img {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.pmagic .pm-group-container .pm-group .pm-group-desc {word-break: normal; line-height: 1.5em; height: 8em;}
.pmagic .pm-group-container .pm-group .pm-group-button {margin-top: 10px;}
.pmagic .pm-group-bg {
    position: absolute;
    display: block;
    width: 200%;
    height: auto;
    top: -50%;
    left: -50%;
    z-index: 1;
}

.no-cssfilters .pmagic .pm-group-bg { opacity: 0.2;}
.cssfilters .pmagic .pm-group-bg {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0.75;
}

.pmagic .pm-group-container .pm-top-heading {
    text-align: center;
    margin-bottom: 20px;
    border-width: 0 0 1px 0;
    padding-bottom: 10px;
}


.pmagic .pm-group-container .pm-group .pm-group-logo .pm-group-bg img {
    height: 100%;
    width: 100%;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

.pmagic .pm-group-container .pm-group .pm-group-logo .pm-group-logo-img img {
    -webkit-animation: pm-fadein 1s linear 1;
    -moz-animation: pm-fadein 1s linear 1;
    -o-animation: pm-fadein 1s linear 1;
    animation: pm-fadein 1s linear 1;
    margin: auto !important; 
    padding: 0px !important;
    max-height: 180px;
    width: auto;
    transition: 1s;
    position: relative;
    z-index: 8;
}

.pmagic .pm-group-container .pm-group .pm-group-logo .pm-group-logo-img img:hover {
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}


.pmagic .pm-group-container .pm-group.pm50 {width: 48%; margin: 10px 1% 0 1%;}
.pmagic .pm-group-container .pm-group.pm100 {width: 80%; margin: 10px 10% 0 10%;}
.pmagic .pm-group-container .pm-group {text-align: center;}
.pmagic .pm-group-container .pm-group .pm-group-heading a {
    text-decoration: none; 
    box-shadow: none; 
    font-size: 120%;
}

.pmagic .pm-group-container .pm-group .pm_group_price {color: orange;}
.pmagic .pm-group-container .pm-group .pm_free_group {color: orange; text-transform: uppercase;}
.pmagic .pm-group-signup {float: left; width: 100%; text-align: center;}
.pmagic .pm-group-signup .pm_button{ float:none;}

/*
 ======================================
|             Group View               |
 ======================================
*/

/*
Group Card
*/
.pmagic .pm-group-card-box {padding: 0 1%;}
.pmagic .pm-group-card {margin: 0% 0% 10px 0%; overflow: hidden}
.pmagic .pm-group-title {text-align: center; font-size: 120%;}
.pmagic .pm-group-image {width: 30%; border-width: 0 1px 0 0; max-width: 200px;}
.pmagic .pm-group-image img {
    margin: auto; 
    display: block; 
    padding: 20px !important; 
    width: 100%; 
    height: auto;
}

.pmagic .pm-group-description {width: 70%; border-width: 0 0 0 1px; margin-left: -1px;}
.pmagic .pm-group-description .pm-card-label {width: 20%;}
.pmagic .pm-group-description .pm-card-value {width: 78%; margin-left: 2%; color: #969696;}
.pmagic .pm-group-description .pm-group-leader-small {height: 1.5em;}
.pmagic .pm-group-description .pm-group-leader-small img {
    max-width: 16px; 
    height: auto; 
    vertical-align: middle;
}

/*
User Cards
*/
.pmagic .pm-user-card {overflow: hidden; margin-top: 10px; position: relative;}
.pmagic .pm-user-card .pm-user-card-cover {
    height: 150px; 
    overflow: hidden; 
    position: absolute;
}

.pmagic .pm-user-card .pm-user-card-cover img {
    -webkit-animation: pm-popup-out 4s ease-out 1;
    -moz-animation: pm-popup-out 4s ease-out 1;
    -o-animation: pm-popup-out 4s ease-out 1;
    animation: pm-popup-out 4s ease-out 1;
    width: 100%;
    height: auto;
}

.pmagic .pm-user-image {margin-top: 75px;}
.rgba img.user-profile-image {background-color: rgba(255,255,255, 0.8);}
.no-rgba img.user-profile-image {background-color: rgb(255,255,255);}
.pmagic .pm-user-image img.user-profile-image, 
.pmagic .pm-user-image img.avatar{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    position: relative;
    margin: auto !important;
    margin: auto calc(50% - 75px) !important;
    padding: 10px !important; 
    height: 150px;
    width: 150px;
}
.rgba  .pm-user-image img.avatar {background-color: rgba(255,255,255, 0.8);}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
    .pmagic .pm-user-image img.user-profile-image  {padding: 0px !important;  }
}

.pmagic .pm-user-card .pm-user-description-row:last-child {margin-bottom: 10px;}
.pmagic .pm-user-card .pm-card-label img,
.pmagic .pm-user-card .pm-card-value img {
    display: inline-block !important;
    vertical-align: middle; 
    height: 1em; 
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
}

.pmagic .pm-user-card .pm-user-card-title {text-align: center;}

/*
For 1 Card per row
*/
.pmagic .pm-user-card.pm100 {width: 80%; margin: 10px 10% 0 10%;}
.pmagic .pm-user-card.pm100 .pm-card-label {width: 100%; text-transform: uppercase; font-size: 86%;}
.pmagic .pm-user-card.pm100 .pm-card-value {width: 100%; color: #969696;}
.pmagic .pm-user-card.pm100 .pm-user-description-row {
    border-width: 0;
    padding: 10px 20px 0 20px;
    text-align: center;
}

.pmagic .pm-user-card.pm100 .pm-user-description-row::after {
    content: "____"; 
    color: #e1e1e1;
    width: 100%;
    float: left;
}
.pmagic .pm-user-card.pm100 .pm-card-label,
.pmagic .pm-user-card.pm100 .pm-card-value {
    display: block;
    line-height: 1.5em;
    max-height: 7.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
}

/*
For 2 Cards per row
*/
.pmagic .pm-user-card.pm50 {width: 48%; margin: 10px 1% 0 1%;}
.pmagic .pm-user-card.pm50 .pm-card-label {width: 100%; text-transform: uppercase; font-size: 86%;}
.pmagic .pm-user-card.pm50 .pm-card-value {width: 100%; color: #969696;}
.pmagic .pm-user-card.pm50 .pm-user-description-row::after {content: "____"; color: #e1e1e1;}
.pmagic .pm-user-card.pm50 .pm-user-description-row {
    border-width: 0;
    padding: 10px 20px 0 20px;
    text-align: center;
}

/*
For 3 Cards per row
*/
.pmagic .pm-user-card.pm33 .pm-card-label {width: 48%;}
.pmagic .pm-user-card.pm33 .pm-card-value {margin-left: 2%; width: 50%; color: #969696;}
.pmagic .pm-user-card.pm33 .pm-user-description-row { border-width: 0px; padding: 10px 10px 0 20px;}

.pmagic .pm-user-card.pm33 .pm-card-value,
.pmagic .pm-user-card.pm33 .pm-card-label {
    white-space: nowrap; 
    text-overflow: ellipsis; 
    overflow: hidden;
}

.pmagic .pm-user-card.pm100 .pm-card-value,
.pmagic .pm-user-card.pm100 .pm-card-label,
.pmagic .pm-user-card.pm50 .pm-card-value,
.pmagic .pm-user-card.pm50 .pm-card-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#pm-leader-badge {background-color: black;}
.pmagic .pm-user-description { height: 100%;}

/*Works for both group page and individual profile page*/
.pmagic .pm-field-multiple-value {margin: 0 5px 0 0;}
.pmagic .pm-field-multiple-value::after {content: ",";}
.pmagic .pm-field-multiple-value:last-child::after {content: ".";}

/*
 ======================================
|          Edit Group View             |
 ======================================
*/

.pm-group-view .pm-edit-heading {margin-bottom: 20px;}
.pm-group-view .pm-group-change-icon{ text-align: center; margin: 20px;}
.pm-group-view .pm-group-change-icon input{ display:inline-block;}
.pm-group-view .pm-group-icon-action {margin: 20px 0px 20px 0px;}
.pm-group-edit-form {text-align: center;}
.pmagic .pmagic-form .pm-group-edit-form .pmrow {text-align: left;}


/*
 ======================================
|             Login Box                |
 ======================================
*/

.pm-login-box {width: 80%; max-width: 600px; margin: 20px 10%;}
.pm-login-box-error {
    text-align: center; 
    background-color: lightcoral; 
    color: white; 
    word-break: normal;
    font-size: 86%;
}

.pm-login-box-error span a { color: #fff;}

.pmagic .pm-login-box input[type=text], 
.pmagic .pm-login-box input[type=password] {
    margin: 20px 5% 0 5% !important; 
    width: 90% !important; 
    max-width: 90% !important;
    padding: 0.5em !important;
    min-height: 3em;
    font-size: 1em;
}
.pmagic .pm-login-box input[type=password]{margin-bottom: 20px !important;}
.pmagic .pm-login-box form#pm_login_form {margin-bottom: 0px;}
.pmagic .pm-login-box-bottom-container {
    border-width: 1px 0 0 0; 
    padding: 20px; 
    text-align: center;
}

.pmagic #lostpasswordform input#user_login {margin-bottom: 20px;}

.pmagic .pm-login-box input[type=submit] {
    text-align: center;
    float: none;
    width: auto;
    margin: auto;
    font-size: 1em;
}

.pmagic .pm-login-box .pm-login-header {text-align:center; padding: 10px;}
.pm-center-button {width: 50%;text-align: center;}

/*
 ======================================
|             Profile View             |
 ======================================
*/

.pm-group-view {max-width: 1200px;}
.pm-group-view .pm-header-section {position: relative; height: 430px;}
.pm-group-view .pm-cover-image {overflow: hidden;height: 300px;}
.pm-group-view .pm-cover-image img {
    position: absolute; 
    clip: rect(0px,1200px,300px,0px) !important; 
    height: 300px;
    object-fit: cover;
    border-radius: 0px !important;
}
#pm-change-cover-image-dialog .pm-popup-image img.pm-cover-image 
{width: 100%;
}

.pm-group-view .pm-profile-title-header{height:130px; top: 0px;}
.pm-group-view .pm-profile-image {
    position: absolute; 
    width: auto; 
    left: 10px; 
    top: 240px; 
    line-height: 1 !important;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    max-width: 180px;
}

.rgba .pm-group-view .pm-profile-image {background-color: rgba(255,255,255,0.5); overflow: hidden;}
.no-rgba .pm-group-view .pm-profile-image {background-color: #FFF;}

.pm-group-view .pm-profile-image img {
    margin: 0px !important;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 150px;
    height: 150px;
}

.pmagic .pm-profile-title-header .pm-profile-image ul {bottom: 0px; line-height: 180px;}
.pmagic .pm-cover-image ul {top: 0px; height: 300px;}
.pmagic .pm-profile-title-header .pm-profile-image ul,
.pmagic .pm-cover-image ul {
    position: absolute;
    right: 0px;
    display: none;
    width: 100%;
    font-size: 1.2em;
    margin: 0px !important;
    padding: 0px !important;
}

.pmagic .pm-profile-title-header .pm-profile-image ul li,
.pmagic .pm-cover-image ul li {
    display: block;
    padding: 5px;
    text-align: center;
    margin: 0px;
    cursor: pointer;
}
.pmagic .pm-profile-title-header .pm-profile-image ul li::before{
    display: none;}

.pmagic .pm-group-view .pm-profile-title {margin: 1em 0px 0px 180px;}
.csscalc .pm-group-view .pm-profile-title {width: calc(100% - 300px);}
.no-csscalc .pm-group-view .pm-profile-title {width: 60%;}
.pmagic .pm-group-view .pm-user-name {font-size: 1.5em; height: 1.5em;}
.pmagic .pm-group-view .pm-user-group-name {font-size: 86%; color: #646464;color: rgb(100, 100, 100); text-transform: uppercase;}
.pmagic .pm-group-view .pm-group-icon {   
    max-width: 100px;
    height: 128px;
    padding: 35px 10px;
}

.pmagic .pm-group-view .pm-group-icon img {max-width: 100%; height: auto;}
.pmagic .pm-group-view .pm-section {margin: 20px 0px; min-height: 500px;}
.pmagic .pm-section .pm-edit-user {width: 50%;}
.pmagic .pm_button {text-align: center;}
.pm-group-view .pm-section .pm-section-nav-vertical {
    overflow: hidden;
    max-width: 250px;
    width: 30%;
}

.pmagic .pm-group-view .pm-section .pm-section-nav-vertical ul {margin: 0px !important; padding: 0px !important;}
.pmagic .pm-group-view .pm-section .pm-section-nav-vertical ul li {
    list-style: none; 
    margin: 0px !important; 
    transition: 0.2s; 
    cursor: pointer;
    padding: 1em;
    text-align: left;
}

.pmagic .pm-group-view .pm-section .pm-section-nav-vertical ul li a {
    text-decoration: none;
    font-size: 12px;
}
.pmagic .pm-group-view .pm-section .pm-section-nav-vertical ul li:last-child {border-bottom: 0px;}
.pmagic .pm-group-view .pm-section .pm-section-nav-vertical ul li.ui-state-active, 
.pmagic .pm-group-view .pm-section .pm-section-nav-vertical ul li.ui-state-hover {
    background-color: #fff; 
    margin: 0px !important;
}

.pmagic .pm-group-view .pm-section .pm-section-nav-vertical ul li.ui-state-active, 
.pmagic .pm-group-view .pm-section .pm-section-nav-vertical ul li.ui-state-hover {
    background-color: #fafafa;
    margin: 0px !important;
}

.pmagic .pm-group-view .pm-section .pm-section-content {    
    width: 69%;
    margin: 0px;
    border-left: 1px solid #e1e1e1;
    border-left: 1px solid rgb(225, 225, 225);
    min-height: 342px;
}

.pmagic .pm-group-view #pg-about .pm-section .pm-section-content {    
    border-left: 0px;
}

.pmagic .pm-group-view .pm-section .pm-section-content.pm_full_width_profile {border-left:0px;}

.pmagic .pm-group-view .pm-section .pm-section-content .buttonarea.pm-full-width-container{
    text-align: left;
    float: left;
    width: 100%;
}



.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow .pm-field-lable {
    width: 100%;
    margin-left: 0px
}

.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow input, 
.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow textarea, 
.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow select {   
    height: 38px;
    padding: 5px;
}

.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow { 
    margin-left: 3%;
}



.pmagic  .pmagic-form .buttonarea #pm_reset_passerror {
    font-size: 14px;
}

.pmagic  .pmagic-form .buttonarea #pm_reset_passerror.pm_password_success {   
    color: rgb(0, 230, 0);
}

.pmagic  .pmagic-form .buttonarea #pm_reset_passerror.pm_password_error {   
    color: rgb(255, 0, 0);
}

.pm-group-view .pm-section .pm-section-content #chat_message_form {    
    padding-left: 4%;

}
.pm-group-view .pm-section .pm-section-content .pm-user-description-row {
    border-width: 0 0 1px 0;
    padding: 1em;
}

/*For Narrow Content Areas*/
.pm-group-view .pm-section.pm100 .pm-section-content .pm-user-description-row .pm-card-label,
.pm-group-view .pm-section.pm100 .pm-section-content .pm-user-description-row .pm-card-value {
    width: 100%;
    margin: 0;
    padding: 0px;
}

.pm-group-view .pm-section.pm100 .pm-section-content .pm-user-description-row .pm-card-label {
    font-weight: bold;
    text-transform: none;
}

.pm-group-view .pm-section.pm100 .pm-section-content .pm-user-description-row .pm-card-value {
    padding-left: 0px;
} 

.pm-group-view .pm-section .pm-section-content .pm-user-description-row .pm-card-label {
    text-transform: uppercase; 
    font-size: 86%;
    width: 30%;
    padding-left: 10px;
    position: relative;
}

.pm-group-view .pm-section .pm-section-content .pm-user-description-row .pm-card-value {
    width: 68%;
    margin-left: 2%;
    color: #969696;
}
.pm-group-view .pm-section .pm-section-content .pm-user-description-row .pm-card-value a {
    word-break: break-all;
}

.pm-group-view .pm-user-description-row .pm-card-label img {
    vertical-align: middle;
    margin: 0px !important;
    width: 16px;
    height: auto;
    position: absolute;
    right: calc(100% - 2px);
}
.pm-edit-group {display: inline; float: right;}


/*
 ======================================
|          Registration Form           |
 ======================================
*/

/*
Single Page
*/
.pmagic .pm-full-width-container {padding: 20px; text-align: center; font-size: 1.5em;}
.pmagic .pm-full-width-container input {text-align: center; }
.pmagic legend {
    text-align: center;  
    padding: 1em;
    font-size: 1.2em;
    font-weight: bold;
    width: auto !important;
    border: 0px !important;
}

.pmagic .pmagic-form .pmrow {margin-bottom: 20px;}
.pmagic .pmagic-form .pmrow .errortext {
    color: tomato; 
    display:block; 
    width:100%; 
    float:left;
    font-size: 86%;
}

.pmagic .pmrow, .pmagic .pm-submit-container {
    display: block;
    width: 100%;
    float: left;
}

.pmagic .pm-form-field-icon, .pmagic .pm-field-lable, .pmagic .pm-field-input, .pmagic .pm-radio-option {
    display: inline-block;
    float: left;
    word-wrap: normal;
}

.pmagic .pm-form-field-icon {width: 5%; min-height: 1px;}
.pmagic .pm-field-lable {width: 23%; margin-left: 1%; margin-right: 1%;}
.pmagic .pm-field-input {width: 60%;}
.pmagic .pm-form-field-icon img {width: 16px; height: auto; margin: 2px; display: inline-block; vertical-align: middle;}
.pmagic .pmrow input, .pmagic .pmrow textarea, .pmagic .pmrow select {width: 100%; /*border: 2px solid #e1e1e1;*/}
.pmagic .pmrow input[type="file"] { 
    border:0px;    
    font-size: 12px;
}

.pmagic textarea {resize: vertical;}
.pmagic .pm-radio-option {margin-right: 10px;}
.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow input[type=radio].pg-hide-privacy-profile { height: auto;}
.pmagic .pm-radio-option input[type=radio], .pmagic .pm-radio-option input[type=checkbox] {width:auto; margin-right: 5px;}
.pmagic .pmrow .pm_repeat { margin-bottom: 10px;}
.pmagic .pmrow .pm_repeat .add { margin-right: 10px;}

.pmagic #pm_add_blog_post .pmrow .pm-field-input .pm-radio-option input[type=radio]:not(:checked),
.pmagic #pm_add_blog_post .pmrow .pm-field-input .pm-radio-option input[type="radio"]:checked{
    position: relative;
    opacity: inherit;
    left: inherit;
}


/*
Multi Page Form
*/


.pmagic .multipage_nav {}
.pmagic .multipage_nav a {display:block;}
.pmagic .multipage_nav .multipage_next {display: inline-block; float:right;}
.pmagic .multipage_nav .multipage_back {display:inline-block; float: left;}
.pmagic .multipage_nav .submit {text-transform: uppercase;}
.pmagic .multipage_nav .multipage_state { 
    display: block; 
    text-align:center; 
    width:100%; 
    margin-left:auto;
    margin-right:auto;
}

.pmagic fieldset { 
    border:2px solid #e1e1e1; 
    padding:20px; 
    margin: 20px 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

div.clearer{
    display: block;
    visibility: hidden;
    clear: both;
    height:0;
    border-width:0;
    margin:0;
    padding:0;
}

/*
Adjustments for smaller screens
*/

@media screen and (max-width: 700px) {
    .pmagic .pm-field-input {display: block; width: 100%;}
    .pmagic .pm-field-lable {width: 60%; margin-left: 5%;}
    .pmagic .pmrow {margin-bottom: 10px; font-size: 120%;}
    .pmagic .pm-radio-option {display: block; width: 100%; text-align: left;}
    .pmagic .pm-form-field-icon {width: 24px;}
    .pmagic .pm-full-width-container input {width: 80%;}
}

/*
 ======================================
|             Paginations              |
 ======================================
*/

.pmagic ul.page-numbers {
    display: inline-block;
    padding: 10px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
}

.pmagic ul.page-numbers li {
    display:inline-block

}

.pmagic ul.page-numbers li::before{
    display: none;
}

.pmagic ul.page-numbers li a {
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    margin-left: 5px;
    transition: 0.3s;
}

.pmagic ul.page-numbers li span.dots {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: white;
    margin-left: 5px;
    transition: 0.3s;
}


ul.page-numbers li span.current {
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    margin-left: 5px;
    transition: 0.3s;
    border-radius: 100%;
    color: rgb(255, 255, 255);

}

/* comman css added by vincent andrew */

.pm_clear{width:100%; float:left;} 


/*
 ======================================
|           Edit Views                 |
 ======================================
*/

/* 
Edit profile page 
*/

.pmagic .pm-accordian-title {cursor: pointer;}
.pmagic .pm-accordian-content{height: auto !important; max-width: 750px;}
.pmagic .pm-field-input .pm_repeat:first-child .removebutton{display:none;}

/* upload image popup css */

.pm-popup-mask {
    display: none;
    background-color: black;
    opacity: 0.25;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}


#pm-change-image-dialog,
#pm-change-cover-image-dialog,
#pm-change-password-dialog,
#pm-show-profile-image-dialog,#pm-show-cover-image-dialog{
    display: none;
    z-index: 9999999;
}

.pm-popup-container{
    display: block;
    float:left; 
    width: 600px;
    background-color: #FFF;
    position: fixed;
    top: 10%;
    overflow: hidden;
    z-index: 9999999;
    box-shadow: 0 0 20px rgb(150,150,150);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    left: 30%;
    left: calc(50% - 300px);
    overflow-y: auto;
    max-height: 90%;
}
#pm-show-profile-image-dialog .pm-popup-container,
#pm-show-cover-image-dialog .pm-popup-container{
    width: auto;
    max-width: 800px;
}

.pm-popup-container .pm-popup-title {text-align: center; font-size: 1.2em;}
.pm-popup-close {
    height: 24px; 
    width: 24px; 
    opacity: 0.5; 
    cursor: pointer;
    position: relative;
    top: 0px;
}

.pm-popup-close img {}
.pm-popup-container a[type=button]:hover {cursor: pointer;}
.pm-popup-container .pm-popup-image {text-align: center;}
.pm-popup-container .pm-popup-info {font-size: 86%; color: tomato; text-align: center;}
.pm-popup-container .pm-popup-error {
    float: left;
    width: 100%;
    color: tomato;
    padding: 1em;
    font-size: 1em; 
    display:none;
}

.pm-popup-container img#avatar-edit-img {margin: auto;}
.pm-popup-container input[type=file] {text-align: center; margin: 10px auto;}

.pm-popup-container .jcrop-tracker {
    background-color: rgba(255,255,255,0.2);
}

.pm-popup-container .modal-footer {
    display: none;
    text-align: center;
}

.pm-loader{
    width: 40px;
    height: 40px;
    border: 5px solid #e1e1e1;
    border-radius: 100%;
    animation: pm_rotate 1s linear infinite;
    margin-left: 40%;
    margin-left: calc(50% - 20px);
}
#pm_result_pane .pm-loader { float: left;}
@keyframes pm_rotate {
    from {transform: rotate(0);}
    to {transform: rotate(360deg);}
}


/*
Edit Group Page
*/

span#pm-change-cover-image {cursor: pointer;}
.pm-popup-image input[type=submit] {margin: 10px 0 0 0;}

/*
 ======================================
|            Search Users              |
 ======================================
*/

.pmagic .pm-users-search-page .pm-user {
    max-width: 100px;
    width: 100%;
    margin: 10px;
    overflow: hidden;
}

.pmagic .pm-search-box {position:relative;}
.pmagic .pm-users-search-page .pm-search-box .pm-search-input {width:50%;}
.pmagic .pm-users-search-page .pm-search-box .pm-search-submit {margin-left:10px;}
.pm-search-box input[type=text].pm-search-input,
.pm-search-box input[type=submit].pm-search-submit {
    font-size: 1em;
    margin-top: 0px !important;
}

.pmagic .pm-users-search-page .pm-user-name {
    text-align: center; 
    padding: 5px; 
    font-size: 86%;
}

/*------------Adjustments for smaller screens-----------------*/

@media screen and (max-width: 700px) {
    .pmagic .pm-field-input {display: block; width: 100%;}
    .pmagic .pm-field-lable {width: 60%; margin-left: 5%;}
    .pmagic .pm-form-row {margin-bottom: 10px; font-size: 120%;}
    .pmagic .pm-radio-input {display: block; width: 100%; text-align: left;}
    .pmagic .pm-form-field-icon {width: 24px;}
    .pmagic .pm-full-width-container input {width: 80%;}

}

.pm_morectnt span {
    display: none;
}

.pm_showmoretxt {
    text-decoration: none;
}

.pmagic .pm-field-multiple-value { float:none;}
.jcrop-holder div div img{ visibility: hidden !important;}


/*Advance Search*/
.pmagic .pm-filters {  
    list-style: none; 
    margin-left: 0;
    padding-left: 0px; 
    float: left; 
    margin-top: 10px;
}

.pmagic .pm-filters .pm-filter-item {display: inline-block;
                                     margin-right: 10px;
                                     padding: 5px 10px;
                                     margin-bottom: 10px;
                                     border-width: 1px;
                                     border-color: rgba(150,150,150,0.5);
                                     border-style: solid;
                                     border-radius: 5px;
}
.pmagic .pm-filters input[type=checkbox] { margin-right: 5px;}
.pmagic .pm-advances-search-text { text-indent: 20px;}
.pmagic .pm-adv-search-button .pm-search-submit { margin-right: 10px;}
.pmagic .pm-adv-search-text{ text-indent: 20px;}
.pmagic .pm-search-box .fa-search { 
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 15px;
}
.pmagic .pm-user-search #pm_result_pane .pm-user .pm-user-profile {
    min-height: 98px;
    object-fit: cover;
}


/*Custom field spacer*/
.pmagic .pmagic-form .pmrow.pm-row-spacer, .pmagic .pmagic-form .pmrow.pm-row-divider {
    height: 0px;
    padding: 20px 0px;
}
.pmagic .pm-profile-tab-wrap {
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab {
    list-style: none;
    display: inline-block;
    float: left; 
    position: relative
}

/*-----Blog Tab-----*/
.pmagic .pm-blog-post-wrap {margin-bottom: 25px;padding-top: 20px;}
.pmagic .pm-blog-img-wrap {width: 30%;}
.pmagic .pm-blog-img {padding: 10px;}
.pmagic .pm-blog-img-wrap .pm-blog-img img { 
    width: 75px; 
    height: 75px; 
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    object-fit: cover;
}

.pmagic .pm-blog-desc-wrap {width: 70%;}
.pmagic .pm-blog-desc {font-size: 86%;}
.pmagic .pm-blog-time, .pmagic .pm-blog-comment {text-align: center;}
.pmagic .pm-blog-comment {font-size: 75%;}
.pmagic .pm-blog-title { font-size: 120%; }
.pmagic .pg-load-more-container {text-align: center;}
#load_more_message{visibility: hidden;}
.pmagic .pm-blog-img-wrap .pm-blog-status {padding-top: 20px;}
.pmagic .pm-blog-img-wrap .pm-blog-status span {
    display: block;
    width: 100%;}
.pmagic .pg-blog-notice {
    padding: 50px 20px;
    min-height: 580px;
    font-style: italic;
}


/*---PM Profile Tab----*/

.pmagic .pm-profile-tab-wrap .pm-profile-tab a {color: #646464;    
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab:hover {

}
.pmagic .pm-profile-tab-wrap .pm-profile-tab.ui-tabs-active .pm-border-slide  {
    width: 100%;
}



.pmagic .pm-profile-tab-wrap .pm-profile-tab {
    margin-bottom: -1px;
    margin-right: 0px;
    padding: 20px 10px;
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab.ui-tabs-active { 
    padding: 20px 10px;
}

.pmagic .pm-profile-tab-wrap .pm-profile-tab a.ui-tabs-anchor { 
    padding: 1px;
    font-size: 12px;
}


.pmagic .pm-profile-tab-wrap .pm-profile-tab::before{
    display: none;
}

.pmagic .pm-profile-tab-wrap .pm-profile-tab a {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.pmagic .pm-profile-tab-wrap .pm-profile-tab .pm-border-slide{
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.pmagic .pm-profile-tab-wrap .pm-profile-tab:hover .pm-border-slide{
    width: 100%;

} 

.pmagic #unread_thread_count, .pmagic #unread_notification_count {   
    border-radius: 12px;
    color: white;
    text-align: center;
    min-width: 20px;
    margin: 6px;
    position: absolute;
    line-height: 14px;
    top: 0px;
    font-size: 11px;
    display: none;
    line-height: 20px;
    font-family: helvetica, sans-serif;
}

.pmagic #unread_thread_count.thread-count-show, 
.pmagic #unread_notification_count.thread-count-show  {
    display: block;
    right: -6px;
    top: 6px;
}

.pmagic #pm_notification_view_area {    
    margin: 4em;
}

.pmagic #pm_load_more_notif {   
    max-width: 439px;
    background-color: #f9f9f9;
    background-color: rgb(249, 249, 249);
    margin-top: 25px;
    padding: 5px 0px;
    font-size: 16px;
    text-align: center;
    cursor: pointer}

.pmagic span.pm-add-friend, .pmagic .pm_add_friend_request  {
    cursor: pointer;
    margin-right: 8px;
}



/*---pg-messages----*/

#pg-messages .pm-section.pm-dbfl .pm-section-nav-vertical #threads_ul li a img.avatar{   
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;}

.pm-section .pm_full_width_profile {
    width: 100% !important;
    max-width: 100% !important;}

.pmagic .pm-blog-desc-wrap #chat_message_form input#receipent_field { 
    background-color: transparent;
    border: 0px;
    text-shadow: none;
    max-height: 40px;
    outline: 0px;
    height: 40px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    padding: 0px 8px;

}
.pmagic .pm-blog-desc-wrap #chat_message_form input#receipent_field:focus{
    box-shadow: none;
}
.pmagic .pm-user-display-area .pm-user-send-box {width: 80%}

.pmagic .pm-blog-desc-wrap #chat_message_form #message_display_area::-webkit-scrollbar {
    width: 8px;
    background-color: #f4f4f4
}
.pmagic .pm-blog-desc-wrap #chat_message_form #message_display_area::-webkit-scrollbar-track {
    border-radius: 10px;
}
.pmagic .pm-blog-desc-wrap #chat_message_form #message_display_area::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    width: 8px;
    height: 4px;
}
.pmagic .pm-blog-desc-wrap #chat_message_form #message_display_area {     
    margin: 35px 0px 0px 0px;
    padding-top: 35px;

}

.pm-group-view .pm-section .pm-section-content #typing_on{
    border-bottom: 1px solid rgb(242, 242, 242);
    margin-bottom: 35px;
    padding-bottom: 10px;

}

.pm-group-view .pm-section .pm-section-content #typing_on .pm-typing-inner{
    background-color: #ffffff;
    border-radius: 10px;
    border: 0px;
    width:50px;
    padding:5px;
    box-shadow: inset 0 0 0 1px #f4f4f4;
}

.pmagic .pm-blog-desc-wrap #chat_message_form .pm_msg_lf {
    text-align: left;
    width: 60%;
    float:left; 
    position: relative;     
    margin: 35px 0px 15px 15px;  
}

.pmagic .pm-blog-desc-wrap #chat_message_form .pm_msg_rf { 
    text-align: left;
    width: 60%; 
    float: right;    
    margin-right: 20px;
    position: relative;    
    border: 0px;
}

.pmagic .pm-blog-desc-wrap #chat_message_form .pm_msg_lf .pm-user-description-row { 
    background-color: #ffffff;
    border-radius: 10px;
    border: 0px;
    font-size: 12px;
    padding: 18px 0.8em;
    box-shadow: inset 0 0 0 1px #e1e1e1;
}

.pmagic .pm-blog-desc-wrap #chat_message_form .pm_msg_rf .pm-user-description-row { 
    background-color: #fbfbfb;
    border-radius: 10px;
    border: 0px;
    font-size: 12px;
    padding: 0.8em;
}

.pmagic .pm-blog-desc-wrap #chat_message_form img.pm-user-profile,
.pmagic .pm-blog-desc-wrap #chat_message_form img.user-profile-image {    
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;    
    border: 4px solid rgba(255, 255, 255, 0.7);
    width: 50px;
    height: 50px;
    margin: 0px;
}

.pmagic .pm-blog-desc-wrap #chat_message_form .pm_msg_lf img.pm-user-profile,
.pmagic .pm-blog-desc-wrap #chat_message_form .pm_msg_lf img.user-profile-image{
    position: absolute;
    left: -15px;
    top: -33px;
    height: 50px;
    width: 50px;
}

.pmagic .pm-blog-desc-wrap #chat_message_form .pm_msg_rf img.pm-user-profile{
    position: absolute;
    right: -15px;
    top: -25px;
    height: 50px;
    width: 50px;
}
.pmagic .pm-chat-messenger-box {
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    position: relative;
}

.pmagic .pm-chat-messenger-box #typing_on {
    position: absolute;
    top: -25px;
    margin-left: 33px;
}

.pmagic .pm-chat-messenger-box .emoji-wysiwyg-editor{ 
    background-color: #fcfcfc;
    background-color: rgb(252, 252, 252);
    border: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    outline: 0px;
    height: 100px;
    padding: 20px;
    font-size: 14px;
    padding-left: 28px;}
.pmagic .pm-chat-messenger-box .emoji-container  {position: relative;}

.pmagic .pm-chat-messenger-box .emoji-container .pm-messenger-user-profile-pic { 
    position: absolute;
    top: -20px;
    left: -14px;
}

.pmagic .pm-chat-messenger-box .emoji-container input[type="submit"]:hover {
    background-color: #000;
}

.pmagic .pm-chat-messenger-box .emoji-container i.emoji-picker-icon {
    float: left;
    padding: 20px;
    background-image: url(../partials/images/img/emoji-icon.png);
    background-repeat: no-repeat;
    z-index: 2;
}

.pm-group-view .pm-section .pm-section-content #chat_message_form {
    position: relative;
}
.pm-group-view .pm-section .pm-section-content #chat_message_form #pm-username-error{
    padding-top: 4px;
    color: rgb(255, 0, 0);
}

.pmagic #pm-autocomplete ul.ui-autocomplete  {    
    width: 100% !important;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute !important;
    z-index: 99999;
    margin-left: 0px;
    padding-left: 0px;
    left: 0px !important;
    overflow: auto;
    max-height: 400px;
    box-shadow: -3px 3px 4px 1px rgba(220, 220, 220, 0.42);
    border: 1px solid #e1e1e1;
    border-radius: 6px;
}

.pmagic #pm-autocomplete ul.ui-autocomplete li::before { display: none;}

.pmagic #pm-autocomplete ul.ui-autocomplete li { 
    list-style: none;
    padding: 6px 4px 5px 13px;
    border-bottom: 1px solid rgba(241, 241, 241, 0.38);
    transition: 0.2s;
}
.pmagic #pm-autocomplete ul.ui-autocomplete li:hover {    
    background-color: rgba(247, 247, 247, 0.44);
    cursor: pointer;}

.pm-group-view .pm-section .pm-section-content #chat_message_form .pm-user-display-area { 
    border-bottom: 1px solid #e1e1e1;

}

.pm-group-view .pm-section .pm-section-content #chat_message_form .pm-user-send-to {
    line-height: 40px;
}

.pmagic .pm-new-message-area {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #e1e1e1;
    padding: 4px 0px 4px 0px;}
.pmagic .pm-new-message-area button { 
    background-color: transparent;
    font-weight: normal;
    box-shadow: none;
    text-shadow: none;
    text-transform: capitalize;
    letter-spacing: inherit;
    border: 0px;
    padding: 10px;
    outline: 0px;
}

.pmagic .pm-new-message-area button:hover {
    background-color: transparent;
}

.pm-group-view .pm-section .pm-section-content.pm-message-thread-section { 
    border-left: 1px solid #e1e1e1;
    position: relative;
}

.pm-group-view .pm-profile-tabs #pg-about{width: 100%;}
.pm-group-view .pm-section .pm-section-content .pm-section-wrapper { 
    padding-left: 4%}
.pmagic .pm_frontend_attachment .attachment_icon img { width: auto;}

.pmagic #pm-msg-overlay.pm-overlay-show{
    position: absolute;
    min-height: 500px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99;
}
.pmagic .pm-sending-msg{opacity:0.5}
.pmagic .pm-messenger-button { 
    position: relative;
}
.pmagic .pm-messenger-button label {float:right;}

.pmagic .pm-messenger-button svg {    
    width: 35px;
    float: right;
    margin-right: 4px;
    margin-top: 8px;
    cursor: pointer;
    height: 24px;
    animation: pg-paper-plane 0.5s ease-out 1;
}

@keyframes pg-paper-plane {
    from {transform: translateX(-150px); opacity: 0;}
    to {transform: translateX(0); opacity: 1;}
}

.pmagic .pm-chat-messenger-box .emoji-container input[type="submit"] {   

    display: none;
}
.pmagic .pm-chat-messenger-box .emoji-container input[type="submit"]:hover {
    background-color: transparent;
}

.pmagic .pm-conversations-container .pm-msg-user {padding: 8px;}



/*--- chat messenger left side bar-----*/

#pg-messages .pm-section .pm-section-nav-vertical ul.dbfl li { 
    margin: 0px; 
    padding: 0px;
    border-bottom: 1px solid #e1e1e1;    
    padding: 4px 0px 4px 0px;
    position: relative;
}

.pm-group-view .pm-section .pm-section-nav-vertical ul li::before {
    display: none;
}

.pmagic #pg-messages ul#threads_ul li .messagedelete_thread {
    float: right;
    display: none;
    position: absolute;
    right: 0px;
    top: 8px;
}
.pmagic #pg-messages ul#threads_ul li:hover .messagedelete_thread {
    display: block;
}

.pmagic #pg-messages ul#threads_ul li .messagedelete_thread a {    
    width: 18px;
    height: 18px;    
    font-size: 0px;    
    margin: 15px 3px 15px 0px;
    float: left;
}

.pmagic .pm-conversation-time {clear: left;font-size: 10px;}
.pmagic .pm-conversation-box-user img {     
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin: 8px 4px 4px 0px;
    width:36px;
    height: 36px
} 
.pmagic .pm-conversations-container .pm-thread-user {
    padding-top: 4px;
    width: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.pmagic .pm-user-status.pm-online{  
    background-image: url(../partials/images/pm-user-online-icon.png);
    background-repeat: no-repeat; 
    width: 12px;
    height: 50px;
    background-position: 100% 50%;
    margin-left: 8px;
}
.pmagic .pm-user-status.pm-offline{  
    background-image: url(../partials/images/pm-user-offline-icon.png);
    background-repeat: no-repeat; 
    width: 12px;
    height: 50px;
    background-position: 100% 50%;
    margin-left: 2px;
}

.pmagic .pm-user-conversations-counter {padding: 12px;}

.pm-group-view .pm-section .pm-section-nav-vertical ul#threads_ul {    
    overflow-y: auto;
    max-height: 476px;}


.pm-group-view .pm-section .pm-section-nav-vertical ul#threads_ul::-webkit-scrollbar {
    width: 8px;
    background-color: #f4f4f4
}
.pm-group-view .pm-section .pm-section-nav-vertical ul#threads_ul::-webkit-scrollbar-track {
    border-radius: 10px;
}
.pm-group-view .pm-section .pm-section-nav-vertical ul#threads_ul::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    width: 8px;
    height: 4px;
}

.pmagic .pm-message-thread-time {    
    font-size: 80%;
    padding: 8px;
    float: left;
}

/*-------Left Side-Bar End--------*/


/*--- Theme fixes-----*/

.pmagic .pm-group-view .pm-profile-tabs a::after {display: none;}

/*--- PM Notification----*/

.pmagic .pm-notification {
    position: relative;
    /*margin: 1em;*/
    /*background: #F9F9F9;*/
    padding: 1em 1em 1em 2em;
    border-left: 4px solid #DDD;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);*/
    width: 100%;
    float: left;
}

.pmagic .pm-notification:before {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -24px;
    color: #FFF;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
    font-weight: bold;
    font-family: Georgia;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.pmagic .pm-group-blog-post-notice {
    border-color: rgb(249, 249, 249);
}

.pmagic .pm-group-blog-post-notice:before {
    content: "";
    background-color: rgb(255, 167, 27);
    background-image: url(../partials/images/pm-blog-post-notification.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.pmagic .pm-friend-request-notice {
    border-color: rgb(249, 249, 249);
}

.pmagic .pm-friend-request-notice:before {
    content: "";
    background-color: rgb(104, 214, 182);
    background-image: url(../partials/images/pm-new-friend-request.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.pmagic .pm-new-post-comment-notice {
    border-color: rgb(249, 249, 249);
}

.pmagic .pm-new-post-comment-notice:before {
    content: "";
    background-color: rgb(191, 123, 222);
    background-image: url(../partials/images/pm-new-post-comment.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.pmagic .pm-new-friend-added-notice {
    border-color: rgb(249, 249, 249);
}

.pmagic .pm-new-friend-added-notice:before {
    content: "";
    background-color: rgb(143, 163, 242);
    background-image: url(../partials/images/pm-new-friend-added.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.pmagic .pm-notification .pm-notification-card {
    max-width: 400px;
    border-radius: 8px;
    width: 100%;
    box-shadow: 0px 1px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    position: relative;
    margin-left: 30px;
    background-color: #fff;
}

.pmagic .pm-notification-date {
    position: absolute;
    left: -36px;
    font-size: 12px;
    top: 62%;
    background-color: rgba(255, 255, 255, 0.67);
}

.pmagic .pm-notification-profile-image img {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.pmagic .pm-notification-profile-image {
    width: 20%;
}

.pmagic .pm-notification-description {
    width: 80%;
}

.pmagic .pm-notification-user {
    font-size: 14px;
}

.pmagic .pm-notification-user-activity {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pmagic .pm-notification-footer {
    background-color: #f9f9f9;
    background-color: rgb(249, 249, 249);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.pmagic .pm-notification-buttons {padding: 7px;}
.pmagic .pm-notification-buttons a {padding: 0px 7px 0px 7px;}
.pmagic #pg-notifications {width: 100%;}

.pmagic .pm-notification-close {
    position: absolute;
    right: 3px;
    top: 4px;
    cursor: pointer;
    background-color: #e1e0e1;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 26px;
}

.pmagic .pm-notification-close svg {    
    width: 16px;
    height: 16px;
    fill: rgb(255, 255, 255);}


/*--- PM My Friends----*/

.pmagic .pm-myfriends-list { 
    position: relative;
    margin-top: 50px;
    width: 100px;
    height: 100px;
    margin: 5px;
}

.pmagic.pm-myfriends-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.pmagic .pm-myfriends-list:hover .pm-myfriends-overlay {
    display: block;
    background: rgba(255, 255, 255, 0.65);
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.pmagic .pm-myfriends-list img {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    border-radius: 100%;
    margin: 0px !important;
}

.pmagic .pm-friend-select,
.pmagic .pm-friend-message-button,
.pmagic .pm-friend-message-Remove {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
    z-index: 99;
    cursor: pointer
}

.pmagic .pm-friend-message-button {
    top: 34px;
}

.pmagic .pm-friend-message-Remove {
    top: 58px;
}

.pmagic .pm-friend-select {
    top: 10px;
}

.pmagic .pm-myfriends-list:hover .pm-friend-select,
.pmagic .pm-myfriends-list:hover .pm-friend-message-button,
.pmagic .pm-myfriends-list:hover .pm-friend-message-Remove,
.pmagic #pg-friends .pm-selected-image {
    opacity: 1;
    animation-name: slideInUp;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}


.pmagic .pm-myfriends-list:hover .pm-friend-select{
    -webkit-animation-delay: 0.1s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.1s;
}

.pmagic .pm-myfriends-list:hover .pm-friend-message-button{
    -webkit-animation-delay: 0.05s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.05s;
}

.pmagic .pm-myfriends-list:hover .pm-friend-message-Remove {
    -webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
    animation-delay: 0s;
}

.pmagic .pm-friend-message-button a,
.pmagic .pm-friend-message-Remove a,
.pmagic .pm-friend-select label {
    width: 65px;
    text-align: center;
    border: solid 2px white;
    z-index: 1;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.76);
    border-radius: 6px;
    font-weight: normal;
    border: 0px;
    display: inline-block;
    padding: 2px 2px;
    height: 21px;
    line-height: 16px;
    cursor: pointer;
}

.pmagic #pg-friends .pm-selected-image {    
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    border-radius: 100%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(216, 214, 214, 0.59);
    text-align: center;
    padding-top: 15px;
} 

.pmagic #pg-friends .pm-selected-image svg {
    width: 70px;
    height: 70px;
}

.pmagic .pm-friend-status.pm-offline {
    background-image: url(../partials/images/pm-user-offline-icon.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 18px;
    background-position: 100% 50%;
    display: inline-block;
}

.pmagic .pm-friend-status.pm-online {
    background-image: url(../partials/images/pm-user-online-icon.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 18px;
    background-position: 100% 50%;
    display: inline-block;
}

.pmagic .pm-myfriends-list-wrap .pm-friend-info {
    text-align: center;
}

.pmagic .pm-myfriends-list-wrap .pm-friend-info .pm-friend-name {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    display: inline-block;
    text-align: left;

}

.pmagic .pm-my-friends .pm-myfriends-list-wrap {
    margin: 10px;
}

.pmagic .pm-myfriends-list .pm-friend-select input[type="checkbox"] {
    width: 0px;
    height:0px;
    float:left;
    visibility: hidden;  
    display: none;
}

.pmagic .pm-myfriends-list .pm-friend-message-Remove a {
    color: rgb(255, 0, 0);
}

.pmagic #pg-myfriends .pm-my-friends,
.pmagic #pg-friend-requests .pm-my-requests,
.pmagic #pg-requests-sent .pm-my-requests {

    width: 98%;
    border-top: 1px solid #e1e1e1;
    float: left;
    margin: 10px 0px 0px 4%
}

.pmagic #pg-myfriends.pm-thirdparty-friends {    
    border-left: 0px;
}

.pmagic #pg-myfriends.pm-thirdparty-friends .pm-my-friends {    
    border-top: 0px;
}

.pmagic #pg-myfriends, .pmagic #pg-friend-requests, .pmagic #pg-requests-sent {    
    border-left: 1px solid #e1e1e1;
    border-left: 1px solid rgb(225, 225, 225);
}

.pmagic .notification-count {
    color: rgb(219, 84, 78);
}

.pmagic .pm-delete {    
    background-color: rgb(219, 84, 78);
    color: #fff;
    color: rgb(255, 255, 255);
    background-image: none;
    text-shadow: none;

}

.pmagic .pm-friend-action-bar button{  
    border-radius: 5px;
    font-weight: normal;
    font-size: 14px;
    text-transform: capitalize;
    margin-right: 5px;
    box-shadow: none;
    border: 0px;}

.pmagic .pg-friend-error-notice {   
    padding: 50px 20px;
    min-height: 200px;
    font-style: italic
}

.pmagic .pg-friend-error-notice.pg-no-friends {
    padding: 0px;
}
.pmagic #preview-avatar-profile{
    display: inline-block;
}

/*----- Datepicker styling  ------*/

.pg-datepicker-wrap .ui-datepicker.ui-widget.ui-widget-content {
    border: none;
    box-shadow: 0 0 0 1px rgba(14, 41, 57, .12), 0 2px 5px rgba(14, 41, 57, .44), inset 0 -1px 2px rgba(14, 41, 57, .15);
    padding: 10px;
    font-family: Roboto, Helvetica, serif;
    border-radius: 0;
    max-width: 320px;
    background-color: #fff;
    width: 100%;
    z-index: 99999 !important;
}

.pg-datepicker-wrap .ui-datepicker-header.ui-widget-header {
    background-image: none;
    background-color: #e1e1e1;
    border: none;
    padding: 18px 0 !important;
    border-radius: 0;
    position: relative;
}

.pg-datepicker-wrap .ui-widget-content .ui-state-default {
    border-color: #fff !important;
    background-image: none !important;
    text-align: center;
    border-radius: 4px;
}

.pg-datepicker-wrap .ui-state-active, .pg-datepicker-wrap .ui-widget-content .ui-state-active {
    background-color: cornflowerblue!important;
    color: #fff !important;
}

.pg-datepicker-wrap #ui-datepicker-div .ui-datepicker-calendar th {
    font-weight: lighter;
    border: 0px;
    text-align: center;
}

.pg-datepicker-wrap #ui-datepicker-div .ui-datepicker-calendar th,
.pg-datepicker-wrap #ui-datepicker-div .ui-datepicker-calendar td {
    width: 14.28%;
}

.pg-datepicker-wrap .ui-state-highlight, .pg-datepicker-wrap .ui-widget-content .ui-state-highlight {
    background-color: aliceblue !important;
}

.pg-datepicker-wrap #ui-datepicker-div.ui-datepicker select.ui-datepicker-month, .pg-datepicker-wrap #ui-datepicker-div.ui-datepicker select.ui-datepicker-year {
    display: inline-block;
    margin-right: 10px;
    background-image: none;
    border: 0px;
    height: auto;
    padding: 0px;
    -webkit-appearance: menulist;
    float: left !important;
}

.pg-datepicker-wrap .ui-datepicker select.ui-datepicker-month, .pg-datepicker-wrap .ui-datepicker select.ui-datepicker-year {
    width: 42% !important;
    float: none !important;
}

.pg-datepicker-wrap .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    margin-top: -10px;
}

.pg-datepicker-wrap .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.pg-datepicker-wrap .ui-datepicker .ui-datepicker-prev {
    left: 2px;

}

.pg-datepicker-wrap .ui-datepicker .ui-datepicker-next {
    right: 2px;

}




.pg-datepicker-wrap .ui-widget-content .ui-state-default {
    border: 1px solid #fff;
    background-color: #e6e6e6;
    text-align: center;
    border-radius: 4px;
    display: block;
    padding: .2em;
    font-weight: normal;
    color: #555;
}

.pg-datepicker-wrap #ui-datepicker-div .ui-datepicker-calendar td {
    padding: 0px;
    border-width: 0 0px 0px 0;
}

.pg-datepicker-wrap .ui-widget-header .ui-icon {
    background-image: url(../partials/images/pg-ui-icon.png);
}

.pg-datepicker-wrap .ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.pg-datepicker-wrap .ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.pg-datepicker-wrap .ui-icon {
    width: 16px;
    height: 16px;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


.pg-datepicker-wrap .ui-datepicker .ui-datepicker-prev span, .pg-datepicker-wrap .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

/*------ Stripe payment -------*/
.pmagic .pmagic-form .pm-stripe-wrapper .pmrow .pm-field-input select { 
    display: inline-block;
}

