@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    background: #f0f9f7;
    font-size: 16px;
    line-height: 25px;
    resize: 0;
}

input,
textarea,
button,
select {
    outline: none !important;
    font-size: 14px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

.pt-wrapper {
    padding: 76px 24px 0px 80px;
}

.pt-box {
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.13);
    width: 574px;
    border-radius: 3px;
    margin: 100px auto 48px auto;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

.pt-sm {
    /* padding: 24px 24px 48px 24px;
  overflow: auto; */
    padding: 24px 24px 0 24px;
    overflow: hidden;
    max-height: 70vh;
    background: #f0f9f7;
    box-shadow: 0 0px 20px 8px rgb(0 0 0 / 2%);
    /* margin: 24px; */
    margin: 0px -24px 24px -16px;
}

.pt-vpass h4 {
    padding: 32px 48px 0 48px;
}

.pt-vpass p {
    padding: 0 48px 0 48px;
}

#send-newheritage .modal-header {
    padding: 24px 42px;
}

#send-newheritage label {
    display: block;
    ﬁ
}

.file-footer-buttons .kv-file-upload {
	display: none;
}

.pt-partner-knotes {
	position: absolute;
  left: 0;
  bottom: -21px;
}

#heritateTree .pt-sm {
	padding: 0;
}

#heritateTree .modal-body {
	overflow: hidden;
}

#heritateTree .pt-options {
	display: none !important;
}

#registerModal .close,
#heritateTree .close {
	margin: 0;
    position: absolute;
    right: 13px;
    background: #FFF;
    border: #FFF;
    width: 32px;
    height: 32px;
    z-index: 3;
    opacity: 1;
    top: -17px;
    border-radius: 3px 3px 0 0;
}

.pt-partner-knotes .pt-btn {
	font-size: 10px;
	background: #2ecc71;
	padding: 0;
	width: 22px;
	height: 22px;
	border-radius: 10px;
	line-height: 22px;
	color: #FFF;
}

.jconfirm-title {
    font-family: "Squada One", cursive !important;
    margin-top: 12px;
    margin-bottom: -12px;
    font-size: 27px !important;
}

.jconfirm-content>div {
    font-family: "Sriracha", cursive;
}

.pt-no-result {
    background: #FFF;
    padding: 24px;
    border-radius: 3px;
    box-shadow: 0 0 5px #EEE;
    text-align: center;
}

.pt-pagination {
    margin: 20px auto;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: table;
}

.pt-pagination li {
    float: left;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #FFF;
    box-shadow: 0 0 3px #EEE;
    margin: 3px;
    text-align: center;
    color: #2ecc71;
    border-radius: 50%;
    font-family: "Raleway";
}

.pt-pagination li a {
    display: inline-block;
    width: 22px;
    height: 22px;
    color: #292b4a;
    font-family: "Raleway";
}

.pt-pagination li.pt-active {
    background: #2ecc71;
    color: #FFF;
}

.pt-pagination li.pt-disabled {
    background: #F7F7F7;
}

.iconpicker-popover.popover.fade.bottom.in {
    opacity: 1;
}

.pt-header-menu {
    background: #FFF;
    height: 60px;
    width: 100%;
    box-shadow: 0 0 9px rgba(6, 6, 6, 0.16);
    top: 0;
    position: fixed;
    z-index: 9999;
}

.pt-header-menu .pt-logo {
    background: #27ae60;
    width: 64px;
    height: 60px;
    float: left;
    font-size: 32px;
    text-align: center;
    line-height: 53px;
    color: #ffffff;
}

.pt-header-menu .pt-logo img {
	width: 35px;
	height: 38px;
	filter: brightness(0) invert(1);
}

.pt-header-menu .pt-search {
    float: left;
    position: relative;
}

.pt-header-menu .pt-search input[type=text] {
    background: #FFF;
    border: 1px solid #EEE;
    border-radius: 3px;
    padding: 6px 12px;
    margin: 10px 0 0 24px;
    width: 352px;
    font-size: 12px;
}

.pt-header-menu .pt-search button {
    background: #26ae60;
    color: #FFF;
    border: 0;
    border-radius: 3px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-left: -30px;
    position: absolute;
    top: 18px;
}

.pt-header-menu .pt-search .sresults {
    position: relative;
    margin-left: 26px;
}

.pt-header-menu .pt-search .sresults .pt-drop {
    position: absolute;
    width: 100%;
    background: #FFF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 6px;
    list-style: none;
    right: 0;
    top: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.pt-header-menu .pt-search .sresults .pt-drop li {
    border-bottom: 1px solid #F7F7F7;
    padding: 6px 12px;
    font-size: 13px;
}

.pt-header-menu .pt-search .sresults .pt-drop li a {
    display: block;
    color: #333;
}

.pt-header-menu .pt-search .sresults .pt-drop li:last-of-type {
    border-bottom: 0;
}

.pt-header-menu .pt-search .sresults .pt-drop .pt-thumb {
    margin-left: 6px;
}

.pt-header-menu .pt-search .sresults .pt-drop .pt-cnt {
    font-size: 10px;
    line-height: 15px;
    padding: 7px;
    margin-left: 42px;
    color: #777;
}

.pt-header-menu .pt-search .sresults .pt-drop .pt-cnt b {
    font-weight: 700;
    color: #fd5c5c;
}

.pt-header-menu .pt-search .sresults .pt-drop .pt-cnt a {
    color: #20b395;
}

.pt-header-menu .pt-search .sresults .pt-drop.open {
    top: 0px;
    visibility: visible;
    opacity: 1;
}

.pt-header-menu .pt-list-menu {
    float: right;
    margin-right: 48px;
    padding: 9px 0px 0 0;
}

.pt-header-menu .pt-list-menu .pt-new-tree {
    float: left;
    border-right: 1px solid #EEE;
    margin-right: 12px;
    margin-top: 6px;
}

.pt-header-menu .pt-list-menu .pt-new-tree a {
    font-size: 12px;
    background: #a29bfe;
    color: #FFF;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 26px;
    margin: 0px 12px 0 0;
    box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #a29bfe;
    transition: all 0.2s;
}

.pt-header-menu .pt-list-menu .pt-new-tree a i,
.pt-header-menu .pt-list-menu .pt-new-tree a svg {
    margin-right: 6px;
}

.pt-header-menu .pt-list-menu .pt-new-tree a:hover {
    box-shadow: 0 0 0 2px #FFF, 0 0 0 3px #a29bfe;
}

.pt-header-menu .pt-list-menu .pt-lang {
    float: left;
    border-right: 1px solid #EEE;
    margin-right: 9px;
    margin-top: 6px;
    position: relative;
    z-index: 99999;
}

.pt-header-menu .pt-list-menu .pt-lang .pt-slang {
	background: #F7F7F7;
	box-shadow: 0 3px 5px rgb(0 0 0 / 5%);
	display: block;
	font-size: 12px;
	color: #555;
	margin-right: 12px;
	border-radius: 30px;
	padding: 0 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
/* pt-slang-name is for mobile fallback only — hidden on desktop */
.pt-header-menu .pt-list-menu .pt-lang .pt-slang .pt-slang-name {
	display: none;
}

.pt-header-menu .pt-list-menu .pt-lang ul {
    background: #FFF;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
		display: block;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		transition: all 300ms;
		list-style: none;
		margin: 0;
		padding: 4px 0;
		border-radius: 8px;
		z-index: 99999 !important;
		min-width: 160px;
		top: 100%;
		left: 0;
}

.pt-header-menu .pt-list-menu .pt-lang ul a {
	display: block;
	font-size: 12px;
	color: #555;
	padding: 3px 12px;
	border-bottom: 1px solid #EEE;
	transition: all 300ms;
	cursor: pointer;
	white-space: nowrap;
}

.pt-header-menu .pt-list-menu .pt-lang ul a:hover {
	background: #F7F7F7;
	color: #999;
}


.pt-header-menu .pt-list-menu .pt-lang:hover  ul {
	opacity: 1;
	visibility: visible;
}

.pt-header-menu .pt-list-menu .pt-dash {
    float: left;
    border-right: 1px solid #EEE;
    margin-right: 9px;
    margin-top: 6px;
    position: relative;
}

.pt-header-menu .pt-list-menu .pt-dash a {
    background: #fdb105;
    color: #ffffff;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 27px;
    margin: 0px 12px 0 0;
    width: 32px;
    height: 32px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    position: relative;
    transition: all 0.2s;
    box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #fdb105;
}

.pt-header-menu .pt-list-menu .pt-dash a:hover {
    box-shadow: 0 0 0 2px #FFF, 0 0 0 3px #fdb105;
}

.pt-header-menu .pt-list-menu .pt-notifi {
    float: left;
    border-right: 1px solid #EEE;
    margin-right: 12px;
    margin-top: 6px;
    position: relative;
}

.pt-header-menu .pt-list-menu .pt-notifi a.pt-notyshow {
    background: #ffffff;
    color: #20b395;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 106px;
    margin: 0px 12px 0 0;
    width: 32px;
    height: 32px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    position: relative;
    transition: all 0.2s;
}

.pt-header-menu .pt-list-menu .pt-notifi a.pt-notyshow b {
    position: absolute;
    font-size: 8px;
    width: 18px;
    height: 18px;
    background: #fd5c5c;
    border-radius: 50px;
    line-height: 15px;
    border: 2px solid #FFF;
    display: inline-block;
    right: -3px;
    top: 0px;
    color: #FFF;
}

.pt-header-menu .pt-list-menu .pt-notifi a.pt-notyshow.active {
    background: #F7F7F7;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 3px #DDD inset;
    padding-right: 10px;
}

.pt-header-menu .pt-list-menu .pt-notifi a.pt-notyshow.active b {
    right: -1px;
}

.pt-header-menu .pt-list-menu .pt-notifi .pt-drop {
    position: absolute;
    width: 256px;
    background: #FFF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 6px;
    list-style: none;
    right: 0;
    top: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.pt-header-menu .pt-list-menu .pt-notifi .pt-drop li.unread {
    background: #f2fdfb;
}

.pt-header-menu .pt-list-menu .pt-notifi .pt-drop li.no-not {
    padding: 8px 12px;
    background: #F7F7F7;
    font-size: 12px;
    text-align: center;
}

.pt-header-menu .pt-list-menu .pt-notifi .pt-drop .pt-thumb {
    margin-left: 6px;
}

.pt-header-menu .pt-list-menu .pt-notifi .pt-drop .pt-cnt {
    font-size: 10px;
    line-height: 15px;
    padding: 7px;
    margin-left: 42px;
    color: #777;
}

.pt-header-menu .pt-list-menu .pt-notifi .pt-drop .pt-cnt b {
    font-weight: 700;
    color: #fd5c5c;
}

.pt-header-menu .pt-list-menu .pt-notifi .pt-drop .pt-cnt a {
    color: #20b395;
}

.pt-header-menu .pt-list-menu .pt-notifi .pt-drop.open {
    top: 30px;
    visibility: visible;
    opacity: 1;
}

.pt-header-menu .pt-list-menu .pt-thumb {
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin-top: 5px;
}

.pt-header-menu .pt-list-menu .pt-thumb img {
    width: 100%;
}

.pt-header-menu .pt-list-menu span {
    font-size: 14px;
    font-weight: 700;
    margin: 9px;
    display: inline-block;
}

.pt-nav-menu {
    position: fixed;
    height: 100%;
    width: 64px;
    background: #2ecc71;
    z-index: 1000;
    left: 0;
    top: 60px;
    box-shadow: 4px 1px 6px rgba(59, 173, 12, 0.27);
}

.pt-nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pt-nav-menu ul li a {
    color: #0e8842;
    display: block;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 19px;
    position: relative;
    -webkit-transition: All 0.3s;
}

.pt-nav-menu ul li a b {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 54px;
    top: 7px;
    font-size: 12px;
    min-width: 96px;
    background: #cde9ca;
    text-align: left;
    height: 36px;
    line-height: 36px;
    border-radius: 0 50px 50px 0;
    padding: 0 6px 0 8px;
    box-shadow: 0 0 7px rgba(46, 204, 113, 0.35);
    z-index: -1;
    -webkit-transition: All 0.5s;
}

.pt-nav-menu ul li a:hover {
    background: #f0fff6;
    color: #0e8b44;
}

.pt-nav-menu ul li a:hover b {
    visibility: visible;
    opacity: 1;
    left: 64px;
    background: #2ecc71;
    color: #FFF;
    -webkit-transition: All 0.5s;
}

.pt-nav-menu ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.47); */
    /* border-bottom: 1px solid #0000002e;*/
}

.pt-nav-menu ul li:first-of-type a {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.pt-nav-menu ul li:first-of-type a:hover {
    background: #f0fff6;
    color: #0e8b44;
}


/*
.pt-boxs {
	background: none;
	box-shadow: none;
	margin: 0;
}
*/




.pt-index-left {
    padding: 48px;
    padding-left: 80px;
}

.pt-index-left h4 {
    font-family: "Poppins", sans-serif;
}

.pt-index-left h2 {
    font-family: "Coda Caption", sans-serif;
    color: #26804c;
    margin-top: 12px;
    text-transform: uppercase;
}

.pt-index-left p {
    font-family: "Sriracha", cursive;
    color: #629e7c;
}

.pt-index-left .pt-thumb img {
    width: 74%;
}

.pt-index-right {
    margin: 48px 80px;
    background: #FFF;
    box-shadow: 0 7px 38px rgba(45, 152, 90, 0.06);
    border-radius: 5px;
    border: 1px solid #EEE;
}

.pt-index-right h3 {
    font-size: 18px;
}

.pt-index-right h3 div {
    margin-bottom: -49px;
    margin-top: 24px;
}

.pt-index-right h3 b {
    font-size: 22px;
    display: block;
    margin-bottom: 9px;
    font-family: "Sriracha", cursive;
}

.pt-index-right h3 span {
    color: #777;
}

.pt-index-right h3 a {
    display: inline-block;
    padding: 12px 18px 12px 18px;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    color: #000;
}

.pt-index-right h3 a.active {
    border-bottom: 2px solid #2ecc71;
    color: #25ae60;
}

.pt-index-right .reset {
    margin-top: 24px;
    text-align: center;
}

.pt-index-right .reset a {
    color: #25ae60;
}

.pt-index-right label:first-of-type {
    margin-top: 0;
}

.pt-index-right button {
    font-family: "Sriracha", cursive;
    display: block;
    width: 100%;
    border-radius: 100px;
    box-shadow: 0 0 20px #25ae604f;
    font-size: 22px;
    height: 60px;
}

.pt-index-right #send-user {
    display: none;
}

.pt-index-right #resetM .pt-mnewmember .modal-header {
    padding: 24px 42px 23px;
}

.pt-index-right #resetM label {
    display: block;
    position: relative;
}

.pt-index-right #resetM label i,
.pt-index-right #resetM label svg {
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 13px;
    color: #2bdc62;
}

.pt-index-right #resetM input {
    height: 48px;
    border: 1px solid #EEE;
    border-bottom: 2px solid #c6ecd2;
    border-radius: 40px;
    font-size: 14px;
    padding: 0 42px;
}

.pt-index-right #resetM .btn {
    font-size: 16px;
    padding: 0;
    width: 110px;
    height: 48px;
    margin-left: 12px;
}

.pt-index-right #resetM .btn.btn-default {
    box-shadow: 0 0 20px #EEE;
}

.pt-pagepage .pt-list-item {
    padding: 24px;
}

#password-reset label {
    display: block;
    font-size: 14px;
}

#password-reset input {
    background: #FFF;
    margin-top: 6px;
}

#password-reset .btn {
    background: #2ecc71;
    color: #FFF;
    font-family: "Sriracha", cursive;
}

.pt-login h3 {
    border-bottom: 1px solid #EEE;
    margin: 0 24px;
    padding: 48px;
}

.pt-login .pt-new {
    float: right;
    height: 48px;
    line-height: 48px;
}

.pt-login .pt-new a {
    color: #666;
}

.pt-lng {
    height: 52px !important;
    line-height: 15px;
    padding: 11px !important;
    margin-bottom: 12px;
}

.pt-form {
    display: block;
    padding: 24px 48px;
}

.pt-form label {
    margin-top: 12px;
}

.pt-form input[type=text],
.pt-form input[type=password],
.pt-form select {
    background: #FFF;
    height: 44px;
    display: block;
    border-radius: 3px;
    border: 1px solid #EEE;
    margin-bottom: 6px;
    width: 100%;
    color: #666;
    padding: 0 12px;
    font-weight: 200;
    border: 0;
    border-bottom: 2px solid #2ecc71;
    background: #f5f9f6;
}

.pt-form hr {
    margin: 24px 0;
    border: 0;
    border-bottom: 1px solid #EEE;
}

.pt-form .pt-input {
    position: relative;
}

.pt-form .pt-input input {
    padding-left: 48px;
}

.pt-form .pt-input i,
.pt-form .pt-input svg {
    position: absolute;
    left: 18px;
    top: 12px;
    color: #25ae60;
}

.pt-forms label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 2px;
}

.pt-forms label.pt-inline {
    display: inline-block;
    margin-right: 12px;
}

.pt-forms input[type=text],
.pt-forms select,
.pt-forms textarea {
    outline: none;
    background: #FFF;
    border: 1px solid #EEE;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    font-size: 13px;
    border-radius: 3px;
    font-weight: 400;
    padding: 0px 12px;
    display: block;
    width: 100%;
    margin-top: 3px;
    resize: none;
}

.pt-forms .pt-birth input {
    display: inline-block;
    width: 62px;
    text-align: center;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    color: white;
    background-color: #40dc7e;
    padding: 12px 24px;
    border-radius: 3px;
    outline: none;
}

.inputfile:focus+label,
.inputfile+label:hover {
    background-color: #2ec76b;
    outline: none;
}

.inputfile+label {
    cursor: pointer;
}

.inputfile+label i {
    margin-right: 8px;
}

.inputfile+label * {
    pointer-events: none;
}

.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 40px;
  height: 20px;
  position: relative;
  cursor: pointer;
  user-select: none;
  float: left;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
  margin: 3px 0px;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #5f90fa;
}

.tgl-btn + label {
  margin-left: 12px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0;
}

.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
  border: 1px solid #e8eae9;
}
.tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}
.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}
.tgl-ios:checked + .tgl-btn {
  background: #86d993;
}
.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}

.tgl-skewed + .tgl-btn {
  overflow: hidden;
  transform: skew(-10deg);
  backface-visibility: hidden;
  transition: all 0.2s ease;
  font-family: sans-serif;
  background: #888;
}
.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  transform: skew(10deg);
  display: inline-block;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active {
  background: #888;
}
.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}
.tgl-skewed:checked + .tgl-btn {
  background: #86d993;
}
.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.tgl-flat + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  background: #fff;
  border: 4px solid #f2f2f2;
  border-radius: 2em;
}
.tgl-flat + .tgl-btn:after {
  transition: all 0.2s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
  border: 4px solid #7FC6A6;
}
.tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #7FC6A6;
}

.tgl-flip + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  font-family: sans-serif;
  perspective: 100px;
}
.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
  display: inline-block;
  transition: all 0.4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #02C66F;
  transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
  background: #FF3A19;
  content: attr(data-tg-off);
}
.tgl-flip + .tgl-btn:active:before {
  transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
  transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
  transform: rotateY(0);
  left: 0;
  background: #7FC6A6;
}
.tgl-flip:checked + .tgl-btn:active:after {
  transform: rotateY(20deg);
}

.pt-mnewmember .modal-header {
    padding: 24px 42px 46px;
}

.pt-mnewmember .nav-tabs li a {
    display: inline-block;
    margin-bottom: -1px;
    color: #999;
    padding: 3px 8px;
    font-size: 13px;
}

.pt-mnewmember .nav-tabs li.active a {
    background: #f0fdfd;
    border-bottom: 2px solid #73f1e6;
    color: #333;
}

.pt-mnewmember .pt-form {
    padding: 12px;
    padding-bottom: 6px;
    padding-top: 0;
    margin-top: -50px;
}

.pt-mnewmember h4 {
    text-align: left;
    font-size: 18px;
    width: 100%;
}

.pt-mnewmember .close {
    ackground: #EEE;
    width: 32px;
    height: 32px;
    line-height: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.44);
    border-radius: 50%;
    margin: -1px 12px;
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 2;
    padding: 10px;
}

.pt-mnewmember .pt-birth input {
    padding: 6px;
    width: 44px;
    height: 34px;
}

.pt-mnewmember button[type=submit] {
    background: #2cdc62;
    border-color: #2bdc62;
    border-radius: 28px;
}

.pt-mnewmember .tab-content {
    padding-top: 12px;
}

.tgl {
    display: none;
}

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl+.tgl-btn {
    box-sizing: border-box;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl+.tgl-btn::selection {
    background: none;
}

.tgl+.tgl-btn {
    outline: 0;
    display: block;
    width: 40px;
    height: 20px;
    position: relative;
    cursor: pointer;
    user-select: none;
    float: left;
    margin: 0;
    margin-top: 2px;
}

.tgl+.tgl-btn:after,
.tgl+.tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}

.tgl+.tgl-btn:after {
    left: 0;
}

.tgl+.tgl-btn:before {
    display: none;
}

.tgl+.tgl-btn+span {
    margin-left: 10px;
}

.tgl:checked+.tgl-btn:after {
    left: 50%;
}

.tgl-light+.tgl-btn {
    background: #f0f0f0;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
}

.tgl-light+.tgl-btn:after {
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s ease;
}

.tgl-light:checked+.tgl-btn {
    background: #5f90fa;
}

.tgl-ios+.tgl-btn {
    background: #fbfbfb;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
    border: 1px solid #e8eae9;
}

.tgl-ios+.tgl-btn:after {
    border-radius: 2em;
    background: #fbfbfb;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}

.tgl-ios+.tgl-btn:hover:after {
    will-change: padding;
}

.tgl-ios+.tgl-btn:active {
    box-shadow: inset 0 0 0 2em #e8eae9;
}

.tgl-ios+.tgl-btn:active:after {
    padding-right: 0.8em;
}

.tgl-ios:checked+.tgl-btn {
    background: #86d993;
}

.tgl-ios:checked+.tgl-btn:active {
    box-shadow: none;
}

.tgl-ios:checked+.tgl-btn:active:after {
    margin-left: -0.8em;
}

.tgl-skewed+.tgl-btn {
    overflow: hidden;
    transform: skew(-10deg);
    backface-visibility: hidden;
    transition: all 0.2s ease;
    font-family: sans-serif;
    background: #888;
}

.tgl-skewed+.tgl-btn:after,
.tgl-skewed+.tgl-btn:before {
    transform: skew(10deg);
    display: inline-block;
    transition: all 0.2s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.tgl-skewed+.tgl-btn:after {
    left: 100%;
    content: attr(data-tg-on);
}

.tgl-skewed+.tgl-btn:before {
    left: 0;
    content: attr(data-tg-off);
}

.tgl-skewed+.tgl-btn:active {
    background: #888;
}

.tgl-skewed+.tgl-btn:active:before {
    left: -10%;
}

.tgl-skewed:checked+.tgl-btn {
    background: #86d993;
}

.tgl-skewed:checked+.tgl-btn:before {
    left: -100%;
}

.tgl-skewed:checked+.tgl-btn:after {
    left: 0;
}

.tgl-skewed:checked+.tgl-btn:active:after {
    left: 10%;
}

.tgl-flat+.tgl-btn {
    padding: 2px;
    transition: all 0.2s ease;
    background: #fff;
    border: 4px solid #f2f2f2;
    border-radius: 2em;
}

.tgl-flat+.tgl-btn:after {
    transition: all 0.2s ease;
    background: #f2f2f2;
    content: "";
    border-radius: 1em;
}

.tgl-flat:checked+.tgl-btn {
    border: 4px solid #7FC6A6;
}

.tgl-flat:checked+.tgl-btn:after {
    left: 50%;
    background: #7FC6A6;
}

.tgl-flip+.tgl-btn {
    padding: 2px;
    transition: all 0.2s ease;
    font-family: sans-serif;
    perspective: 100px;
}

.tgl-flip+.tgl-btn:after,
.tgl-flip+.tgl-btn:before {
    display: inline-block;
    transition: all 0.4s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    border-radius: 4px;
}

.tgl-flip+.tgl-btn:after {
    content: attr(data-tg-on);
    background: #02C66F;
    transform: rotateY(-180deg);
}

.tgl-flip+.tgl-btn:before {
    background: #FF3A19;
    content: attr(data-tg-off);
}

.tgl-flip+.tgl-btn:active:before {
    transform: rotateY(-20deg);
}

.tgl-flip:checked+.tgl-btn:before {
    transform: rotateY(180deg);
}

.tgl-flip:checked+.tgl-btn:after {
    transform: rotateY(0);
    left: 0;
    background: #7FC6A6;
}

.tgl-flip:checked+.tgl-btn:active:after {
    transform: rotateY(20deg);
}

.choice {
    display: none;
}

.choice+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
}

.form-group+.form-group {
    margin-left: 16px;
}

.choice+label:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    margin-right: 8px;
    border-radius: 50%;
    transition: 0.3s;
    background-position: center;
}

.choice:checked+label:before {
    border-color: #5f90fa;
    box-shadow: 0 0 0 4px #5f90fa inset;
}

.choice[type=checkbox]+label:before {
    border-radius: 4px;
}

.choice[type=checkbox]:checked+label:before {
    box-shadow: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3e%3cpath fill='%23fff' d='M.3 14c-.2-.2-.3-.5-.3-.7s.1-.5.3-.7l1.4-1.4c.4-.4 1-.4 1.4 0l.1.1 5.5 5.9c.2.2.5.2.7 0L22.8 3.3h.1c.4-.4 1-.4 1.4 0l1.4 1.4c.4.4.4 1 0 1.4l-16 16.6c-.2.2-.4.3-.7.3-.3 0-.5-.1-.7-.3L.5 14.3.3 14z'/%3e%3c/svg%3e");
    background-color: #5f90fa;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.choice.image+label {
    position: relative;
    padding: 3px;
    width: 48px;
    height: 48px;
}

.choice.image+label b {
    position: relative;
    display: block;
}

.choice.image+label b img {
    width: 100%;
    border-radius: 50%;
}

.choice.image+label:before {
    width: 100%;
    min-height: 48px;
    border-radius: 3px;
    height: 100%;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.choice.image[type=checkbox]:checked+label {
    color: #FFF;
}

.choice.image[type=checkbox]:checked+label:before {
    background-image: none;
}

.choice.image[type=radio]:checked+label {
    color: #5f90fa;
}

.choice.image[type=radio]:checked+label:before {
    background: #FFF;
    border-color: #3fdc7e;
    box-shadow: 0 0 0 4px #3fdc7e inset;
}

.form-avatar .form-group {
    margin: 0;
}

.form-avatar label {
    margin-top: 0 !important;
}

.form-avatar .tt {
		position: relative;
		text-align: center;
		margin: 16px 0 12px 0 !important;
}

.form-avatar .tt span {
    background: #FFF;
		position: relative;
		display: inline-block;
		padding: 0 4px;

}

.form-avatar .tt:before {
    content: "";
		position: absolute;
		width: 100%;
		border-bottom: 1px solid #000;
		left: 0;
    bottom: 12px;
}

.pt-choice-tc {
    display: table;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.pt-choice-tc .form-group {
    margin-left: 0;
}

.pt-choice-tc .form-group:last-of-type {
    margin-bottom: 0;
}

.pt-tree {
    position: relative;
}

.pt-tree h3 {
    font-size: 18px;
    border-radius: 50px;
    background: #DDD;
    margin: 10px 24px 24px 24px;
    padding: 6px 12px 6px 6px;
    width: auto;
    display: inline-block;
    font-weight: 700;
}

.pt-tree h3 span {
    line-height: 32px;
    background: #26ae60;
    color: #FFF;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
}

.pt-tree .pt-vpass h4 {
    padding: 48px 48px 6px 48px;
}

.pt-tree .pt-vpass p {
    padding: 0px 48px 12px 48px;
    font-family: "Sriracha", cursive;
    margin: 0;
}

.pt-tree .pt-details {
    position: absolute;
    right: 48px;
    top: 18px;
}

.pt-tree .pt-details a {
    background: #2ecc71;
    /* width: 32px; */
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50px;
    color: #FFF;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 0 12px;
		margin-top: 0;
}

.pt-tree .pt-details a:first-child {
    background: #0eb3e4;
}

.pt-tree .pt-details a.n {
    background: #FFC107;
}

.pt-tree a {
    position: relative;
    margin-top: 36px;
}

.pt-tree a .pt-dead {
    position: absolute;
    background: #e23636;
    border-radius: 30px;
    color: #FFF;
    padding: 0 8px;
    font-size: 9px;
    height: 16px;
    line-height: 16px;
    left: 12px;
    top: 12px;
    z-index: 3;
}

.pt-tree a .pt-dead i {
    margin-right: 3px;
}

.pt-tree a .pt-thumb {
    width: 88px;
    height: 88px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 3px solid #FFF;
    margin-top: -44px;
    position: relative;
    z-index: 2;
    background: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

#div {
    padding-bottom: 24px;
}

.pt-tree a .pt-thumb img {
    width: 100%;
}

.pt-tree a strong {
    display: block;
    border-top: 1px solid #F7F7F7;
    margin-top: 8px;
}

.pt-tree a .pt-options {
    position: absolute;
    left: -25px;
    top: 1px;
    background: #EEE;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 10;
}

.pt-tree a .pt-options b {
    display: block;
    width: 18px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 10px;
    border-bottom: 1px solid #FFF;
    cursor: pointer;
    transition: all 0.5s;
}

.pt-tree a .pt-options b:nth-of-type(1) {
    border-radius: 3px 0 0 0;
}

.pt-tree a .pt-options b:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 0 3px;
}

.pt-tree a .pt-options b:hover {
    transition: all 0.5s;
    color: #FFF;
}

.pt-tree a .pt-options b:hover:nth-of-type(1) {
    background: #2ecc71;
}

.pt-tree a .pt-options b:hover:nth-of-type(3) {
    background: #fbc531;
}

.pt-tree a .pt-options b:hover:nth-of-type(4) {
    background: #9c88ff;
}

.pt-tree a .pt-options b:hover:nth-of-type(2) {
    background: #e84118;
}

.pt-tree a.partner.pt-partner-female { background:#fdeaea; border-color:#f5b8b8; }
.pt-tree a.partner.pt-partner-female .pt-thumb { border-color:#f5b8b8; }
.pt-tree a.partner.pt-partner-male { background:#e8f0fd; border-color:#a8c4f0; }
.pt-tree a.partner.pt-partner-male .pt-thumb { border-color:#a8c4f0; }

.pt-tree a.partner {
    margin: 0 3px;
    background: #F7F7F7;
    position: relative;
    margin-right: 0px;
}

.pt-tree a.partner:before {
    contents: "";
    border-right: 2px solid #000;
    height: 82px;
    right: -10px;
    top: -47px;
    position: absolute;
}

.pt-tree a.partner:after {
    contents: "";
    right: -16px;
    top: 28.5px;
    position: absolute;
    font-family: "simple-line-icons";
    color: #000;
    font-weight: 700;
    font-size: 12px;
}

.pt-tree a.partner .pt-thumb {
    width: 64px;
    height: 64px;
    margin-top: -32px;
}

.pt-tree li.haswife > a.partner {
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
    font-size: 11px !important;
    padding-bottom: 6px !important;
}

.pt-tree li.haswife > a.partner strong {
    font-size: 11px !important;
}

.pt-tree a.partner .pt-thumb img {
    min-height: 64px;
}

.pt-tree a.partner.hid {
    visibility: hidden;
    min-width: 86px;
}

.pt-tree a.exp {
    margin: 0 3px;
    background: #000;
    border: 1px solid #000;
    position: relative;
    margin-right: 0px;
}

.pt-tree a.exp:before {
    contents: "";
    border-right: 2px solid #000;
    height: 82px;
    right: -10px;
    top: -47px;
    position: absolute;
}

.pt-tree a.exp:after {
    contents: "";
    right: -16px;
    top: 28.5px;
    position: absolute;
    font-family: "simple-line-icons";
    color: #000;
    font-weight: 700;
    font-size: 12px;
}

.pt-tree a.exp strong {
    color: #FFF;
    border-top: 1px solid #4a4a4a;
}

.pt-tree a.exp .pt-thumb {
    width: 64px;
    height: 64px;
    border: 3px solid #000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.pt-tree a.exp .pt-thumb img {
    min-height: 64px;
}

.pt-tree a:hover .pt-options {
    visibility: visible;
    opacity: 1;
    left: -19px;
}

.tree ul {
    padding: 40px 0 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    display: flex;
    /*Time to add downward connectors from parents*/
    /*We will apply the hover effect the the lineage of the element also
  li a:hover, li a:hover+ul li a {
  	background: #ff9c78;
  	border: 1px solid #f95318;
  }*/
    /*Connector styles on hover
  .tree li a:hover+ul li::after,
  .tree li a:hover+ul li::before,
  .tree li a:hover+ul::before,
  .tree li a:hover+ul ul::before{
  	border-color:  #94a0b4;
  }*/
}

.tree ul li {
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 60px 5px 0 5px;
    white-space: nowrap;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    /*We need to remove left-right connectors from elements without any siblings*/
    /*Remove space from the top of single children*/
    /*Remove left connector from first child and right connector from last child*/
    /*Adding back the vertical connector to the last nodes*/
}

.tree ul:first-child li:first-child {
	padding-bottom: 50px;
}

.tree ul li:before,
.tree ul li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 2px solid #000;
    width: 50%;
    height: 60px;
}

.tree ul li:after {
    right: auto;
    left: 50%;
    border-left: 2px solid #000;
}

.tree ul li:only-child::after,
.tree ul li:only-child::before {
    display: none;
}

.tree ul li:only-child {
    padding-top: 0;
    margin: auto;
}

.tree ul li:first-child::before,
.tree ul li:last-child::after {
    border: 0 none;
}

.tree ul li:last-child::before {
    border-right: 2px solid #000;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}

.tree ul li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

.tree ul li a {
    border: 1px solid #EEE;
    background: #FFF;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    /*-webkit-border-radius: 5px;
  -moz-border-radius: 5px;*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
		z-index: 2;
}

.ripimg {
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.pt-tag {
	position: absolute;
	right: 0;
  top: 32px;
  z-index: 3;
  width: 100%;
  bottom: auto !important;
	background: transparent !important;
}
.pt-tag span {
  font-size: 7px;
  background: #2ecc71;
  padding: 0 7px;
  line-height: 17px !important;
  border-radius: 10px;
  color: #FFF;
  font-weight: 700;
	display: inline-block;
}

.pt-tag.bl span  {
  background: #ec953f;
  /* right: 29px; */
}

.tree ul li a.pt-you {
    box-shadow: 0 0 0 1px #eff9f7, 0 0 0 4px #fd5c5c;
    z-index: 2;
}

.tree ul li a.pt-you .pt-thumb {
    box-shadow: 0 0 0 1px #eff9f7, 0 0 0 4px #fd5c5c;
}

.tree ul li a.pt-you em {
    position: absolute;
    right: 25px;
    bottom: -24px;
    display: inline-block;
    background: #fd5c5c;
    color: #FFF;
    height: 22px;
    line-height: 24px;
    padding: 0 5px;
    font-size: 8px;
    border-radius: 0 0 4px 4px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree ul li a:not([href]):hover {
    transform: scale(1.05);
    box-shadow: 0 0 0 2px #eff9f7, 0 0 0 4px #26ae60;
    z-index: 2;
}

.tree ul li a:not([href]):hover .pt-thumb {
    box-shadow: 0 0 0 2px #eff9f7, 0 0 0 4px #26ae60;
}

.tree ul li a:not([href]):hover em {
    background: #26ae60;
    bottom: -25px;
}

.tree ul ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 2px solid #000;
    width: 0;
    height: 60px;
}


.pt-emm {
	position: absolute;
	background: #000;
	top: -63px;
    left: 45%;
    border-radius: 32px!important;
    width: 12px!important;
    height: 12px!important;
    line-height: 12px!important;
    z-index: 15;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    font-size: 12px !important;
		/* height: 22px; */
    /* line-height: 24px; */
    padding: 0 !important;
    /* border-radius: 0 0 4px 4px; */
		transition: all 300ms;
}
.lool {
	width: 100px;
	height: 20px;
	overflow: hidden;
	padding-bottom: 0px !important;
}

.lool:before, .lool:after {
	height: 20px !important;
}

.lool .partner:not(.exp) {
	margin-left: -96px
}
.lool .pt-emm {

	/* top: -63px; */
}
.lool .pt-emm.yes {
    top: -37px;
}

.lool:not(.haswife) .pt-emm {
	left: 36%;
	/* top: -37px; */

}
.lool .pt-thumb  {
	visibility: hidden;
	opacity: 0;
}



#myTree .modal-dialog {
    width: 400px;
}

#myTree .modal-dialog .close {
    background: #EEE;
    width: 32px;
    height: 32px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.44);
    border-radius: 50%;
    margin: 12px;
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 2;
}

#myTree .pt-item-details {
    margin-bottom: 12px;
    padding: 12px 0;
}

#myTree .pt-item-details .thumb {
    overflow: hidden;
    width: 100px;
    height: 100px;
    box-shadow: 0 1px 3px #DDD;
    border-radius: 50%;
    margin: 12px auto;
}

#myTree .pt-item-details .thumb img {
    width: 100%;
    min-height: 100px;
}

#myTree .pt-item-details .pt-item-body .pt-name {
    font-family: "Coda Caption", sans-serif;
    color: #35a299;
    font-weight: bold;
    text-align: center;
    display: block;
}

#myTree .pt-item-details .pt-item-body .pt-born {
    margin: 0;
    line-height: 22px;
    font-size: 12px;
    font-family: "Sriracha", cursive;
    text-align: center;
}

#myTree .pt-item-details .pt-item-body .pt-born b {
    font-family: "Sriracha", cursive;
}

#myTree .pt-item-details .pt-item-body .pt-links {
    text-align: center;
    margin-top: 8px;
}


#myTree .pt-item-details .pt-item-body .pt-links a {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #f0fdfd;
    color: #333;
    text-align: center;
    border-radius: 50%;
    margin-top: 6px;
    margin-right: 17px;
    font-size: 12px;
    box-shadow: 0 0 0 3px #FFF, 0 0 0 5px #67f0e4;
}

#myTree .pt-item-details .pt-page-nav {
    margin: 24px 0;
    border-bottom: 2px solid #EEE;
}

#myTree .pt-item-details .pt-page-nav b {
    font-size: 12px;
    display: inline-block;
    width: 20%;
    text-align: center;
    background: #f0fdfd;
    padding: 1px 0;
    /* border-radius: 23px; */
    border-bottom: 2px solid #EEE;
    color: #7a9a98;
    margin-bottom: -2px;
    cursor: pointer;
}

#myTree .pt-item-details .pt-page-nav b.active {
    border-bottom: 2px solid #73f1e6;
    color: #333;
}

#myTree .pt-item-details .prof,
#myTree .pt-item-details .comp,
#myTree .pt-item-details .bio,
#myTree .pt-item-details .inter,
#myTree .pt-item-details .photos {
    display: none;
    font-size: 14px;
    padding: 0 12px;
    overflow: hidden;
}

#myTree .pt-item-details .prof.active,
#myTree .pt-item-details .comp.active,
#myTree .pt-item-details .bio.active,
#myTree .pt-item-details .inter.active,
#myTree .pt-item-details .photos.active {
    display: block;
}

#myTree .pt-item-details.female .pt-name {
    color: #d43233;
}

#myTree .pt-item-details.female .pt-page-nav b {
    background: #fdedee;
}

#myTree .pt-item-details.female .pt-page-nav b.active {
    border-bottom: 2px solid #ef5253;
}

#myTree .pt-item-details.female .pt-links a {
    background: #fdedee;
    box-shadow: 0 0 0 3px #FFF, 0 0 0 5px #ef5253;
}

#myTree .pt-images {
    width: 33%;
    height: 84px;
    overflow: hidden;
    float: left;
    margin-left: 0.3333%;
    margin-bottom: 1px;
		position: relative;
}

#myTree .pt-images .pt-delete-album {
		background: red;
		color: #FFF;
		display: inline-block;
		position: absolute;
		z-index: 2;
		right: 5px;
		font-size: 12px;
		width: 22px;
		height: 22px;
		line-height: 22px;
		text-align: center;
		border-radius: 0 0 5px 5px;
}

#myTree .pt-images img {
    width: 100%;
    min-height: 84px;
}

.pt-list {
    padding: 48px;
    overflow: hidden;
}

.pt-list .pt-title {
    margin: 0 0 24px 0;
    font-size: 18px;
    position: relative;
}

.pt-list .pt-title .pt-options {
    position: absolute;
    right: 24px;
    top: 0px;
}

.pt-list .pt-title .pt-options a {
    display: inline-block;
    background: #00cec9;
    color: #FFF;
    border-radius: 50px;
    padding: 3px 16px;
    font-size: 13px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 206, 201, 0.25);
    margin-right: 10px;
    font-weight: 700;
    font-family: "Sriracha", cursive;
}

.pt-list .pt-title .pt-options a i,
.pt-list .pt-title .pt-options a svg {
    margin-right: 6px;
}

.pt-list .pt-title span {
    display: inline-block;
    background: #FFF;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    box-shadow: 0 0 0 4px #eff9f7, 0 0 0 6px #26ae60;
    margin-right: 12px;
    margin-left: 24px;
}

.pt-list-item {
    background: #FFF;
    box-shadow: 0 0 10px #2ecc7126;
    margin: 0;
    border: 1px solid #ccefda;
    position: relative;
}

.pt-list-item .pt-options {
    position: absolute;
    right: 24px;
    top: 22px;
}

.pt-list-item .pt-options .pt-edit {
    display: inline-block;
    background: #fce4e4;
    color: #33373e;
    border-radius: 50px;
    padding: 3px 12px;
    font-size: 13px;
    /* min-width: 126px; */
    text-align: center;
    box-shadow: 0 0 10px rgba(255, 26, 26, 0.1);
    margin-right: 10px;
}

.pt-list-item .pt-options .pt-members {
    display: inline-block;
    background: #fcf6e4;
    color: #33373e;
    border-radius: 50px;
    padding: 3px 12px;
    font-size: 13px;
    min-width: 126px;
    text-align: center;
    box-shadow: 0 0 10px rgba(255, 153, 26, 0.1);
}

.pt-list-item h3 {
    margin: 0;
    padding: 0;
    border: 0;
    margin-top: 16px;
    font-size: 18px;
}

.pt-list-item h3 a {
    font-family: "Sriracha", cursive;
    color: #128844;
}

.pt-list-item p {
    color: #777;
}

.pt-list-item .pt-thumb {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #FFF, 0 0 0 5px #26ae60;
    margin: 14px 16px 14px 20px;
}

.pt-list-item .pt-thumb img {
    width: 100%;
}

.pt-pagedashboard {
    position: relative;
}

.pt-pagedashboard .pt-adminstatslinks {
    float: right;
    margin: 0 8px 6px 8px;
}

.pt-pagedashboard .pt-adminstatslinks a {
    border-radius: 3px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.01);
    color: #444;
    display: inline-block;
    text-align: center;
    cursor: default;
    padding: 1px 7px 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #d8d8d8 #d1d1d1 #bababa;
}

.pt-pagedashboard .pt-body {
    min-height: 400px;
    background: #FFF;
    margin: -132px 60px 0;
    position: relative;
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-bottom: 24px;
}

.pt-pagedashboard .pt-body .pt-title {
    position: relative;
    padding: 24px 24px;
}

.pt-pagedashboard .pt-body .pt-title h3 {
    font-size: 22px;
}

.pt-pagedashboard .pt-body .pt-title .pt-options {
    position: absolute;
    right: 24px;
    top: 24px;
}

.pt-pagedashboard .pt-body .table th,
.pt-pagedashboard .pt-body .table td {
    font-size: 12px;
    border: 0;
    border-bottom: 2px solid #f4f8fa;
}

.pt-pagedashboard .pt-body .table th {
    color: #9798a2;
    font-weight: 700;
}

.pt-pagedashboard .pt-body .table td {
    color: #666;
}

.pt-pagedashboard .pt-body .table tr {
    transition: all 0.3s;
}

.pt-pagedashboard .pt-body .table tbody tr:hover {
    background: #FCFCFC;
}

.pt-pagedashboard .pt-body .table .pt-status {
    width: 80px;
}

.pt-pagedashboard .pt-body .table .pt-status+td a {
    font-weight: 700;
}

.pt-pagedashboard .pt-body .table .pt-thumbth {
    width: 36px;
}

.pt-pagedashboard .pt-body .table .pt-thumb {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 12px;
}

.pt-pagedashboard .pt-body .table .pt-thumb img {
    width: 100%;
}

.pt-pagedashboard .pt-body .table .pt-progress span {
    float: left;
}

.pt-pagedashboard .pt-body .table .pt-progress-line {
    width: 100px;
    height: 2px;
    border-radius: 5px;
    background: #EEE;
    display: inline-block;
    margin-top: 12px;
    margin-left: 5px;
}

.pt-pagedashboard .pt-body .table .pt-progress-line span {
    background: #437cfb;
    display: inline-block;
    width: 10%;
    height: 2px;
    border-radius: 14px;
}

.pt-pagedashboard .pt-body .table .pt-options {
    position: relative;
}

.pt-pagedashboard .pt-body .table .pt-options .pt-options-link {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #FFF;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    z-index: 1;
    right: 24px;
    top: 10px;
    font-size: 15px;
    color: #447cfb;
    box-shadow: 0px 1px 6px 0px rgba(42, 43, 74, 0.18);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.pt-pagedashboard .pt-body .table .pt-options .pt-options-link.active {
    background-image: linear-gradient(to top, #3f79fc 0%, #6694fa 100%);
    color: #FFF;
    visibility: visible;
    opacity: 1;
}

.pt-pagedashboard .pt-body .table .pt-options ul {
    position: absolute;
    right: 40px;
    width: 0px;
    max-height: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #FFF;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    padding: 6px;
    top: 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s, font-size 1s;
}

.pt-pagedashboard .pt-body .table .pt-options ul li {
    border-bottom: 1px solid #f4f8fa;
    transition: all 2s;
    visibility: hidden;
    font-size: 0px;
    opacity: 0;
}

.pt-pagedashboard .pt-body .table .pt-options ul li:last-child {
    border-bottom: 0;
}

.pt-pagedashboard .pt-body .table .pt-options ul li a {
    display: block;
    padding: 6px;
    color: #888;
    font-size: 0px;
    transition: all 0.4s;
}

.pt-pagedashboard .pt-body .table .pt-options ul li a:hover {
    color: #5385f1;
}

.pt-pagedashboard .pt-body .table .pt-options ul.open {
    visibility: visible;
    opacity: 1;
    right: 40px;
    top: 30px;
    width: 146px;
    max-height: 198px;
}

.pt-pagedashboard .pt-body .table .pt-options ul.open li {
    visibility: visible;
    opacity: 1;
    font-size: 12px;
}

.pt-pagedashboard .pt-body .table .pt-options ul.open li a {
    font-size: 12px;
}

.pt-pagedashboard .pt-body .table .pt-options ul.open li a i,
.pt-pagedashboard .pt-body .table .pt-options ul.open li a svg {
    margin-right: 6px;
}

.pt-pagedashboard .pt-body .table tr:hover .pt-options-link {
    visibility: visible;
    opacity: 1;
}

.pt-pagedashboard .pt-body .table .pt-lb {
    display: inline-block;
    font-weight: 700;
    font-family: "Sriracha", cursive;
    line-height: 18px;
    padding: 0 6px;
    color: #FFF;
    border-radius: 13px;
}

.pt-pagedashboard .pt-body .pt-plans .pt-box .tgl-btn {
    margin-right: 6px;
}

.pt-disabled {
    background: #7f8fa6 !important;
    box-shadow: 0 3px 10px rgba(127, 143, 166, 0.5) !important;
    cursor: no-drop;
    opacity: 0.6;
    color: #cdd8e9;
    border-color: #7f8fa6 !important;
}

.pt-disabled:hover,
.pt-disabled:active,
.pt-disabled:focus {
    color: #cdd8e9;
}

.pt-pagedashboard .pt-body .pt-plans .pt-box {
    margin: 12px;
    width: auto;
    padding: 12px;
}

.pt-pagedashboard .pt-body .pt-plans .row .pt-box label.mb-2 {
    display: block;
    width: 100%;
}

.pt-pagedashboard .pt-body .pt-plans .row .pt-box input[type='text'] {
    display: block;
    width: 100%;
    border: 1px solid #EEE;
    box-shadow: 0 1px 5px #EEE;
    padding: 12px;
}

.pt-pagedashboard .pt-form {
    padding: 0 24px;
}
.pt-sendlanguage.pt-form {
	padding: 0;
}
.pt-sendlanguage.pt-form .tgl-btn {
	    margin: 9px !important;
}
.pt-sendlanguage.pt-form .tgl-btn + label {
	    margin: 7.5px !important;
}

.pt-pagedashboard .pt-form input[type=text],
.pt-pagedashboard .pt-form input[type=password],
.pt-pagedashboard .pt-form textarea {
    background: #FFF;
    display: block;
    width: 100%;
    border: 1px solid #F7F7F7;
    border-bottom: 2px solid #e5e6f5;
    padding: 12px;
}

.pt-pagedashboard .pt-form textarea {
    height: 140px;
}

.pt-pagedashboard .pt-wrapper {
    padding: 0;
}

.pt-pagedashboard .pt-admin-nav {
    position: fixed;
    height: 100%;
    width: 140px;
    background: #2a2b4a;
}

.pt-pagedashboard .pt-admin-nav .pt-logo {
    background: #FFF;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    font-size: 24px;
    color: #5f90fa;
    margin: 40px auto 0 auto;
    box-shadow: 0 0 0 4px #292b4a, 0 0 0 5px #FFF;
}
.pt-pagedashboard .pt-admin-nav .pt-logo img {
	width: 28px;
	height: 28px;
}

.pt-pagedashboard .pt-admin-nav ul {
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 2;
    margin: 44px 0 0 34px;
}

.pt-pagedashboard .pt-admin-nav ul li a {
    position: relative;
    display: block;
    color: #FFF;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    border-radius: 44px 0 0 44px;
    transition: all 0.4s;
}

.pt-pagedashboard .pt-admin-nav ul li a i,
.pt-pagedashboard .pt-admin-nav ul li a svg {
    margin-right: 26px;
}

.pt-pagedashboard .pt-admin-nav ul li a:hover {
    background: #1d1f3c;
    color: #5c5f92;
}

.pt-pagedashboard .pt-admin-nav ul li a .noti {
    position: absolute;
    font-size: 8px;
    width: 18px;
    height: 18px;
    background: #fd5c5c;
    border-radius: 50px;
    line-height: 15px;
    border: 2px solid #FFF;
    display: inline-block;
    right: 42px;
    top: 8px;
    color: #FFF;
}

.pt-pagedashboard .pt-admin-nav ul li.pt-active a {
    background: #FFF;
    color: #2a2b4a;
    margin-top: 6px;
    margin-bottom: 6px;
}

.pt-pagedashboard .pt-admin-nav ul li.pt-active a:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 120px;
    border: 10px solid #292b4a;
    border-width: 0px 0px 0px 12px;
    right: -16px;
    top: 11px;
}

.pt-pagedashboard .pt-admin-body {
    background: #FFF;
    position: relative;
    margin-left: 140px;
    padding: 48px;
}

.pt-pagedashboard .pt-admin-body .pt-footer {
    padding: 32px 0;
    margin: 0 0;
}

.pt-pagedashboard .pt-admin-body .pt-welcome {
    position: relative;
    padding: 24px 60px;
    background: #6293f7;
    color: #FFF;
    border-radius: 90px;
    width: 60%;
    margin-bottom: 50px;
}

.pt-pagedashboard .pt-admin-body .pt-welcome h3 {
    font-size: 42px;
}

.pt-pagedashboard .pt-admin-body .pt-welcome p {
    font-size: 18px;
    color: #d1eeff;
}

.pt-pagedashboard .pt-admin-body .pt-welcome span {
    position: absolute;
    right: 50px;
    font-size: 148px;
    top: 45px;
    opacity: 0.2;
}

.pt-pagedashboard .pt-admin-body .pt-stats {
    margin-bottom: 60px;
}

.pt-pagedashboard .pt-admin-body .pt-stats ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.pt-pagedashboard .pt-admin-body .pt-stats ul li {
    float: left;
    width: 23%;
    margin-right: 2.6%;
    background: #F7F7F7;
    height: 80px;
    border-radius: 100px;
    text-align: center;
    font-size: 20px;
    line-height: 80px;
    position: relative;
    overflow: hidden;
    color: #FFF;
}

.pt-pagedashboard .pt-admin-body .pt-stats ul li:last-of-type {
    margin: 0;
}

.pt-pagedashboard .pt-admin-body .pt-stats ul li span {
    display: inline-block;
    position: absolute;
    left: 10px;
    font-size: 88px;
    top: 6px;
    opacity: 0.2;
}

.pt-pagedashboard .pt-admin-body .pt-stats ul li b {
    display: inline-block;
    font-family: "Raleway";
    letter-spacing: 1.5px;
    font-size: 24px;
}

.pt-pagedashboard .pt-admin-body .pt-stats ul li em {
    display: inline-block;
    position: absolute;
    font-family: "Raleway";
    right: 18px;
    font-size: 24px;
    top: 10px;
    font-weight: 200;
}

.pt-pagedashboard .pt-admin-body .pt-stats ul li:nth-of-type(3) {
    background: #6c5ce7;
}

.pt-pagedashboard .pt-admin-body .pt-stats ul li:nth-of-type(2) {
    background: #00cec9;
}

.pt-pagedashboard .pt-admin-body .pt-stats ul li:nth-of-type(4) {
    background: #e84393;
}

.pt-pagedashboard .pt-admin-body .pt-stats ul li:nth-of-type(1) {
    background: #fdcb6e;
}

.pt-pagedashboard .pt-admin-body .pt-charts {
    background: #f7f8ff;
    margin-bottom: 60px;
    padding: 24px;
}

.pt-pagedashboard .pt-admin-body .pt-admin-box {
    background: #FFF;
    padding: 12px;
    box-shadow: 0 0 10px #edeff7;
}

.pt-pagedashboard .pt-admin-body .pt-admin-box .alert {
    margin: 0;
}

.pt-pagedashboard .pt-admin-body .pt-admin-box h5 {
    padding: 12px;
}

.pt-pagedashboard .pt-admin-body .pt-admin-box h5 i,
.pt-pagedashboard .pt-admin-body .pt-admin-box h5 svg {
    margin-right: 8px;
}

.pt-pagedashboard .pt-admin-body .pt-admin-box .pt-content {
    max-height: 348px;
    overflow: auto;
}

.pt-pagedashboard .pt-admin-body .pt-admin-box .pt-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pt-pagedashboard .pt-admin-body .pt-admin-box .pt-content ul li {
    padding: 12px 24px;
    background: #f7f8ff;
    border-radius: 6px;
    margin-bottom: 2px;
}

.pt-pagedashboard .pt-admin-body .pt-admin-box .pt-content .pt-thumb {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 12px;
}

.pt-pagedashboard .pt-admin-body .pt-admin-box .pt-content .pt-thumb img {
    width: 100%;
}

.pt-pagedashboard .pt-admin-body .pt-admin-box .pt-content a {
    font-family: "Raleway";
    font-weight: 700;
    color: #292b4a;
}

.pt-pagedashboard .pt-admin-body .pt-admin-box .pt-content p {
    font-size: 12px;
    color: #888;
    margin: 0;
    line-height: 18px;
}

.pt-pagedashboard .pt-admin-body .pt-admin-box .pt-content p span {
    display: inline-block;
    margin-right: 12px;
}

.pt-pagedashboard .pt-admin-body .pt-admin-box .pt-content p span:last-of-type {
    margin-right: 0px;
}

.pt-pagedashboard .pt-admin-body .pt-admin-box .pt-content p span a {
    font-weight: 400;
}

.pt-pagedashboard .pt-admin-body .pt-body {
    margin: 2px 60px 0;
    box-shadow: 0px 0px 7px 3px rgba(95, 144, 250, 0.09);
}

.pt-pagedashboard .pt-admin-body .pt-body .pt-thumb {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 12px;
    float: left;
}

.pt-pagedashboard .pt-admin-body .pt-body .pt-thumb img {
    width: 100%;
}

.pt-pagedashboard .pt-admin-body .pt-plan-badg {
    display: inline-block;
    font-family: "Raleway";
    border-radius: 40px;
    padding: 0 6px;
    color: #FFF;
    font-weight: 700;
}

.pt-pagedashboard .pt-admin-body .pt-plan-badg.p1 {
    background: #00cec9;
}

.pt-pagedashboard .pt-admin-body .pt-plan-badg.p2 {
    background: #ff7675;
}

.pt-pagedashboard .pt-admin-body .pt-plan-badg.p3 {
    background: #6c5ce7;
}

.pt-pagedashboard .pt-admin-setting {
    padding: 24px;
}

.pt-pagedashboard .pt-admin-setting .form-group {
    margin: 0 0 12px 0;
    overflow: hidden;
}

.pt-pagedashboard .pt-admin-setting .form-group label {
    font-weight: 700;
    margin-left: 10px;
}

.pt-pagedashboard .pt-admin-setting .form-group input[type=text],
.pt-pagedashboard .pt-admin-setting .form-group textarea {
    border-radius: 8px;
}

.pt-pagedashboard .pt-admin-setting button {
    padding: 0;
    margin: 32px 0;
}

.pt-pagedashboard .pt-admin-setting button span {
    border-radius: 9px;
}

@media only screen and (max-width: 420px) {
	.pt-sm,
	#divs {
    overflow: auto;
}
    .pt-dashboardpage .pt-admin-nav {
        width: 126px;
    }
    .pt-dashboardpage .pt-admin-nav .pt-logo {
        margin: 38px 0 0 11px;
    }
    .pt-dashboardpage .pt-admin-body {
        right: -65px;
        padding: 16px;
        padding-right: 80px;
        padding-bottom: 0;
    }
    .pt-dashboardpage .pt-admin-body .pt-welcome {
        width: 100%;
        padding: 24px;
        margin-bottom: 34px;
    }
    .pt-dashboardpage .pt-admin-body .pt-welcome h3 {
        font-size: 22px;
    }
    .pt-dashboardpage .pt-admin-body .pt-welcome p {
        font-size: 12px;
        margin: 0;
    }
    .pt-dashboardpage .pt-admin-body .pt-stats {
        margin-bottom: 34px;
    }
    .pt-dashboardpage .pt-admin-body .pt-stats ul li {
        width: 49%;
        margin: 0;
        height: 62px;
        line-height: 62px;
        margin-bottom: 12px;
    }
    .pt-dashboardpage .pt-admin-body .pt-stats ul li:nth-of-type(1),
    .pt-dashboardpage .pt-admin-body .pt-stats ul li:nth-of-type(3) {
        margin-right: 1%;
    }
    .pt-dashboardpage .pt-admin-body .pt-stats ul li:nth-of-type(2),
    .pt-dashboardpage .pt-admin-body .pt-stats ul li:nth-of-type(4) {
        margin-left: 1%;
    }
    .pt-dashboardpage .pt-admin-body .pt-stats ul li b {
        font-size: 18px;
    }
    .pt-dashboardpage .pt-admin-body .pt-stats ul li span {
        font-size: 68px;
    }
    .pt-dashboardpage .pt-admin-body .pt-stats ul li em {
        font-size: 21px;
        top: 18px;
    }
    .pt-dashboardpage .pt-admin-body .col-6,
    .pt-dashboardpage .pt-admin-body .col {
        flex: none;
        max-width: 100%;
    }
    .pt-dashboardpage .pt-admin-body .pt-body {
        margin: 0;
    }
    .pt-dashboardpage .pt-admin-body .pt-body .pt-title {
        padding: 12px;
    }
    .pt-dashboardpage .pt-admin-body .pt-body .pt-title .pt-options {
        right: 12px;
        top: 12px;
    }
}

.table-responsive {
    overflow-y: hidden !important;
    overflow: initial !important;
}

.pt-pageusers .pt-u {
    overflow: hidden;
}

.pt-pageusers .pt-list-item {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 24px;
}

.pt-pageusers .pt-list-item p {
    font-size: 14px;
}

.pt-pageusers .pt-list-item p span {
    margin: 0 12px 0 6px;
		display: inline-block;
}

.pt-pageusers .pt-list-item:nth-of-type(3n) {
    margin-right: 0;
}

.pt-pageplans .pt-plans {
    padding: 0 10px 22px 10px;
}

.pt-pageplans .pt-plans .pt-plantype {
    /* margin: 0 auto; */
		margin-bottom: 24px;
}

.pt-pageplans .pt-plans .pt-plan {
    text-align: center;
    padding: 12px 6px;
    box-shadow: 0 0 9px #EEE;
    border-radius: 10px;
    transition: all 0.4s;
    padding-top: 48px;
    margin: 0 12px;
    background: #FFF;
}

.pt-pageplans .pt-breadcrumb-p h3,
.pt-pageplans .pt-breadcrumb-p p {
    text-align: center;
}

.pt-pageplans .pt-breadcrumb-p h3 {
    margin-bottom: 12px;
    padding-bottom: 18px;
}

.pt-pageplans .pt-breadcrumb-p p {
    margin-bottom: 38px;
}

.pt-pageplans .pt-plans .pt-plan h6 {
    font-size: 48px;
}

.pt-pageplans .pt-plans .pt-plan h6 b {
    font-family: "Raleway";
}

.pt-pageplans .pt-plans .pt-plan h6 span {
    vertical-align: super;
    font-size: 22px;
    font-family: "Raleway";
}

.pt-pageplans .pt-plans .pt-plan button {
    border: 0;
    border-radius: 50px;
    background: #1C52F4;
    color: #FFF;
    height: 50px;
    line-height: 44px;
    font-family: "Raleway";
    font-weight: 700;
    text-align: center;
    box-shadow: 0 3px 9px rgba(28, 82, 244, 0.43);
    padding: 0 32px;
    border: 3px dotted #1C52F4;
}

.pt-pageplans .pt-plans .pt-plan ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 48px;
}

.pt-pageplans .pt-plans .pt-plan ul li {
    position: relative;
    margin-bottom: 2px;
    padding: 8px;
    padding-left: 16px;
    border-radius: 30px;
    font-size: 13px;
    text-align: left;
}

.pt-pageplans .pt-plans .pt-plan ul li span {
    position: absolute;
    right: 12px;
    border-radius: 50%;
    background: #FFF;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    top: 10px;
    font-size: 10px;
}

.pt-pageplans .pt-plans .pt-plan ul li.alert-success span {
    box-shadow: 0 0 0 3px #f0fdf3, 0 0 0 5px #FFF;
}

.pt-pageplans .alert-success {
    color: #FFF;
}

.pt-pageplans .pt-plans .pt-plan:hover {
    background: #FFF;
    transform: scale(1.03);
}

.pt-pageplans .pt-plans .col:nth-of-type(2) {
    color: #FFF;
}

.pt-pageplans .pt-plans .col:nth-of-type(2) .pt-plan {
    transform: scale(1.05);
    background: #1C52F4;
}

.pt-pageplans .pt-plans .col:nth-of-type(2) .pt-plan li:not(.alert-success) span {
    color: #1C52F4;
}

.pt-pageplans .pt-plans .col:nth-of-type(2) .pt-plan button {
    border: 3px dotted #FFF;
}

.pt-pageplans .pt-footer {
    margin-top: 68px;
}

.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.file-upload .file-select {
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #dce4ec;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    border-color: #34495e;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #FFFFFF;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

#thumbnails {
    background: #F7F7F7;
    margin: 12px 0;
    border-radius: 3px;
    display: table;
    padding: 12px;
}

#thumbnails .nophoto {
    width: 150px;
    height: 150px;
}

#addnewtree .pt-form {
    padding: 0 12px;
}

#addnewtree .pt-button {
    border-radius: 40px;
    font-size: 16px;
		margin-bottom: 8px;
}

#addnewtree .pt-form label:first-of-type {
    margin-top: 0;
}

.haswifes > ul {
	margin-top: -50px;
}

.alert {
	font-size: 12px;
	line-height: 20px;
}
.alert-danger {
  color: #da747d;
  background-color: #fff5f6;
  border-color: #fff2f3;
}
.alert-success {
  color: #57b56d;
  background-color: #f0fdf3;
  border-color: #e4f9e9;
}
.alert-warning {
  color: #d4b458;
  background-color: #fffbef;
  border-color: #fff5d5;
}
.alert-info {
  color: #2a98ab;
  background-color: #f1fdff;
  border-color: #d7f6fb;
}

.amsify-suggestags-area .amsify-suggestags-list {
    width: 100% !important;
}

.amsify-suggestags-area .amsify-suggestags-input-area {
    height: 44px;
    display: block;
    border-radius: 3px;
    margin-bottom: 6px;
    width: 100%;
    color: #666;
    padding: 0 12px;
    font-weight: 200;
    border: 0;
    border-bottom: 2px solid #2ecc71;
    background: #f5f9f6;
    padding-left: 48px;
}

.amsify-suggestags-area .amsify-suggestags-input-area .amsify-suggestags-input {
    display: inline-block;
    margin: 0;
    width: 80px;
    height: 41px;
}

.amsify-focus,
.form-control:focus {
    box-shadow: none !important;
}

.amsify-suggestags-input-area .amsify-select-tag {
    position: relative;
}

.amsify-suggestags-input-area .amsify-select-tag svg {
    position: relative;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #FFF;
}

.amsify-suggestags-input-area .amsify-select-tag.col-bg {
    background: #33cd74 !important;
    color: #FFF !important;
    font-size: 12px !important;
}

.amsify-suggestags-area .amsify-suggestags-list {
    margin-top: -8px;
    border-radius: 1px;
    border: 1px solid #33cd74 !important;
    border-top-width: 2px !important;
    font-size: 12px;
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list {
    margin: 0;
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.amsify-list-item.active {
    background: #33cd74 !important;
    color: #FFF !important;
}

.pt-mnewmember label {
    position: relative;
}

.pt-mnewmember .amsify-suggestags-area .amsify-suggestags-input-area {
    border-bottom: 0;
    background: #ffffff;
    background: #FFF;
    border: 1px solid #EEE;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 0 10px;
}

.pt-mnewmember .amsify-suggestags-area .amsify-suggestags-input-area .amsify-suggestags-input {
    box-shadow: none;
}

.pt-pagedetails .pt-box {
    margin: 20px auto;
}

.pt-pagedetails .pt-box .badge {
    font-size: 12px;
    padding: 8px 12px;
    color: #000;
    float: right;
}

.ads1 {
    margin: auto;
    display: table;
    padding: 12px;
}

.pt-pagecontact .pt-list-item {
    padding: 24px;
}

.pt-pagecontact .pt-list-item span {
    width: 32px;
    height: 32px;
    background: #EEE;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    margin-top: 3px;
    border-radius: 50%;
    margin-right: 4px;
}

.pt-pagecontact .pt-list-item a {
    color: #0e7d3c;
}

.pt-pageabout .pt-list-item {
    padding: 24px;
}

.pt-pageabout .pt-list-item a {
    color: #0e7d3c;
}

.pt-footer {
    text-align: center;
    font-size: 12px;
    color: #777;
    /* margin-bottom: 48px; */
}

.pt-footer a {
    color: #333;
}

.pt-button {
    display: inline-block;
    height: 48px;
    border-radius: 3px;
    color: #FFF;
    border: 0;
    padding: 0 24px;
    line-height: 48px;
    font-weight: 700;
}

.pt-button i,
.pt-button svg {
    margin-right: 6px;
}

.bg-0 {
    background: #26ae60;
}

.bg-facebook {
    background: #3B5999 !important;
}

.bg-twitter {
    background: #00BBF5 !important;
}

.bg-google {
    background: #D71627 !important;
}

.bg-youtube {
    background: #cc181e !important;
}

.bg-instagram {
    background: #c80182 !important;
}

.bg-whatsapp {
    background: #4dd872 !important;
}

.bg-banned {
    background: #fff3f4;
}

.bg-unread {
    background: #F9F9F9;
    border: 1 px solid #EEE;
}

.file-preview,
.file-drop-zone {
    min-height: 193px;
    overflow: hidden;
}

.file-footer-buttons button {
    font-size: 12px;
    background: #F7F7F7;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 10px;
    padding: 0;
    cursor: pointer;
}

.form-control.file-caption.kv-fileinput-caption {
    margin-right: 5px;
}

.file-caption-main {
    margin-top: 12px;
}

.file-caption-main .input-group-btn .btn {
    font-size: 11px;
    border-color: #e0dfdf;
    outline: none;
    height: 36px;
    padding: 0 8px;
    line-height: 35px;
}

.file-input .file-caption,
.file-caption-name {
    min-height: 36px;
}

.file-input .input-group-btn {
    margin-left: 5px;
}

.kv-upload-progress {
    margin-top: 12px;
}

.file-preview-frame {
    width: 124px !important;
    display: inline-block !important;
    height: 172px !important;
}

.file-footer-caption {
    width: 122px !important;
}

.file-footer-caption samp {
    display: none;
}

.file-actions {
    margin-top: 20px !important;
}

.datepicker {
    z-index: 10000000000000 !important;
}

.pt-flist {
    padding: 24px 26px;
}

.pt-flist .pt-list-item h3 a {
    padding: 0;
}

.pt-flist .pt-list-item {
    box-shadow: none;
    border-top-width: 0;
}

.pt-flist .pt-list-item:first-of-type {
    border-top-width: 1px;
}

.pt-flist .pt-list-item p {
    margin: 0;
    font-size: 12px;
}

.pt-flist .pt-list-item p span {
    margin-right: 8px;
    margin-left: 3px;
		display: inline-block;
}



.pt-flist .more {
    display: inline-block;
    background: #2ecc71;
    color: #FFF;
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin-top: 23px;
    font-family: "Coda Caption", sans-serif;
    /* text-transform: uppercase; */
    font-family: "Sriracha", cursive;
}

.pl-share {
    position: relative;
    float: left;
}

.pl-share .pl-share-button {
    background: #000;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50px;
    color: #FFF;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 0 12px;
    margin-top: 0px;
    margin-right: 6px;
}

.pl-share ul {
    position: absolute;
    width: 168px;
    top: 46px;
    right: 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    list-style: none;
    margin: 0px;
    background: #FFF;
    padding: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
		border-radius: 6px;
}

.pl-share ul.open {
    visibility: visible;
    opacity: 1;
    top: 26px;
}

.pl-share ul li {
    float: none;
}

.pl-share ul li a {
    color: #333;
    display: block;
    border-bottom: 1px solid #EEE;
    padding: 2px 2px !important;
    height: auto !important;
    font-size: 12px;
    margin: 0;
    width: 100%;
    margin-bottom: 2px !important;
    text-align: left !important;
    border-radius: 3px !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.pl-share ul li a i {
    margin-right: 1px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pl-share ul li a:hover {
    color: #777;
    background: #EEE !important;
    border-radius: 3px;
}

.pl-share ul li a:hover i {
    background: #FFF;
    color: #777;
}

.pl-share ul li:last-child a {
    border: 0;
}

.pt-pagedashboard .pt-box-languages .pt-textzebra,
.pt-pagedashboard .pt-box-languages .pt-textzebra {
    line-height: 30px;
    background: linear-gradient(0deg, #F5F5F5 52%, #FFF 52%);
    background-size: 100% 60px;
    padding: 0 15px;
    border: 1px solid #F5F5F5;
    height: 392px;
    width: 100%;
}

.pt-pagedashboard .pt-box-languages .pt-textzebra:hover::-webkit-scrollbar,
.pt-pagedashboard .pt-box-languages .pt-textzebra:hover::-webkit-scrollbar {
    width: 6px;
    visibility: visible;
}

.pt-pagedashboard .pt-box-languages .pt-textzebra::-webkit-scrollbar,
.pt-pagedashboard .pt-box-languages .pt-textzebra::-webkit-scrollbar {
    width: 0px;
}

.pt-pagedashboard .pt-box-languages .pt-textzebra::-webkit-scrollbar-track,
.pt-pagedashboard .pt-box-languages .pt-textzebra::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}

.pt-pagedashboard .pt-box-languages .pt-textzebra::-webkit-scrollbar-thumb,
.pt-pagedashboard .pt-box-languages .pt-textzebra::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(87, 149, 255, 0.45);
}

.pt-tab2 .nav-tabs {
    border: 1px solid #f5f5f5;
    padding: 2px;
    border-radius: 5px;
}

.pt-tab2 .nav-item {
    font-size: 13px;
    margin: 1px;
}

.pt-tab2 .nav-item a {
    padding: 5px 6px;
    background: #f3f7ff;
    color: #2a2b4a;
    border: 1px solid #e2e3f5 !important;
    border-radius: 4px !important;
    font-weight: 700;
}

@media screen and (max-width: 480px) {
	.pt-sm,
	#divs {
    overflow: auto;
	}
    .pt-wrapper {
        padding: 0 12px;
    }
    .pt-tree,
    .pt-box {
        width: 100% !important;
    }
    .pt-form {
        padding: 24px;
    }
    .pt-button,
    .pt-login .pt-new {
        padding: 0 12px;
        height: 38px;
        line-height: 38px;
    }
    .pt-login .pt-new {
        padding: 0;
        font-size: 13px;
    }
    .pt-login h3 {
        padding: 24px 2px;
        font-size: 18px;
    }
    .pt-pagedetails .pt-box .badge {
        font-size: 10px;
        padding: 7px 10px;
    }
    .pt-tree .pt-details {
        right: 32px;
        top: 22px;
    }
    .pt-sm {
        padding: 24px 12px 48px 12px;
    }
    .pt-tree a .pt-options {
        visibility: visible;
        opacity: 1;
        left: -19px;
        border-radius: 0 3px 3px 0;
    }
    #myModal .pt-forms {
        padding: 0;
    }
    .nav-tabs>li>a {
        font-size: 13px;
    }
    .pt-tree {
        width: 100% !important;
    }
    .pt-header-menu .pt-logo {
        width: 45px;
    }
    .pt-header-menu .pt-search input[type=text] {
        width: 128px;
        margin: 10px 0 0 10px;
    }
    .pt-header-menu .pt-list-menu {
        margin: 6px 10px 0 0;
        padding: 2px 0px;
    }
    .pt-header-menu .pt-list-menu .pt-thumb {
        width: 34px;
        height: 34px;
				display: none;
    }
    .pt-header-menu .pt-list-menu .pt-slang {
        font-size: 0 !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        min-width: 36px !important;
        height: 30px !important;
        padding: 0 6px !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        box-sizing: border-box;
        background: #333 !important;
        color: #fff !important;
        border-radius: 6px !important;
    }
    .pt-header-menu .pt-list-menu .pt-slang i {
        font-size: 18px !important;
        width: 20px !important;
        height: 20px !important;
        display: inline-block !important;
        line-height: 20px !important;
    }
    /* Always show language name text on mobile as fallback */
    .pt-header-menu .pt-list-menu .pt-slang .pt-slang-name {
        font-size: 11px !important;
        color: #fff !important;
        margin-left: 4px;
        white-space: nowrap;
        display: inline !important;
    }
    .pt-header-menu .pt-list-menu span {
        font-size: 0px;
        margin: 0;
    }
    .pt-header-menu .pt-list-menu .pt-new-tree {
        margin-right: 8px;
    }
    .pt-header-menu .pt-list-menu .pt-new-tree a {
        font-size: 0px !important;
        margin: 0;
        height: 24px;
        width: 24px;
        line-height: 24px;
        text-align: center;
        padding: 0;
        margin-right: 8px;
    }
    .pt-header-menu .pt-list-menu .pt-new-tree a i,
    .pt-header-menu .pt-list-menu .pt-new-tree a svg {
        font-size: 14px;
        margin: 0;
        margin-top: 4px;
    }
    .pt-header-menu .pt-list-menu .pt-notifi {
        margin-right: 8px;
    }
    .pt-header-menu .pt-list-menu .pt-notifi a {
        margin: 0;
        height: 24px;
        width: 24px;
        line-height: 24px;
        text-align: center;
        padding: 0;
    }
    .pt-header-menu .pt-list-menu .pt-notifi a i,
    .pt-header-menu .pt-list-menu .pt-notifi a svg {
        font-size: 14px;
    }
    .pt-header-menu .pt-list-menu .pt-dash {
        display: none;
    }
    .pt-index-right .pt-list-item .pt-thumb {
        width: 28px;
        height: 28px;
    }
    .pt-index-right .pt-list-item h3 {
        padding: 1px 0;
        margin: 0px 0px;
    }
    .pt-index-right .pt-list-item p {
        font-size: 10px;
        margin-top: -4px;
    }
    .pt-pageusers .pt-list-item {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .pt-list-item .pt-thumb {
        width: 28px;
        height: 28px;
        margin-left: 6px;
    }
    .pt-list-item p {
        font-size: 10px;
        margin-top: -4px;
    }
    .pt-list .pt-title .pt-options {
        right: 0px;
    }
    .pt-list .pt-title .pt-options a {
        font-size: 12px;
    }
    .pt-list .pt-title span {
        margin-left: 10px;
    }
    .pt-list .pt-title b {
        font-size: 14px;
    }
    .pt-pagelist .pt-list-item p {
        float: left;
    }
    .pt-pagelist .pt-list-item .pt-options {
        right: 0px;
        width: 114px;
        top: 28px;
    }
    .pt-pagelist .pt-list-item .pt-options a {
        font-size: 0px;
        width: auto;
        height: 24px;
        line-height: 24px;
        overflow: hidden;
        position: relative;
        padding: 0 9px;
        min-width: auto;
        text-align: center;
    }
    .pt-pagelist .pt-list-item .pt-options a i,
    .pt-pagelist .pt-list-item .pt-options a b {
        font-size: 12px;
        line-height: 23px;
    }
    .pt-pagelist .pt-list-item .pt-options a b {
        margin: 0 3px;
    }
    .pt-pagelist .pt-list-item .pt-options .pt-edit {}
    .pt-wrapper {
        padding: 60px 11px 29px 11px;
        position: relative;
        overflow: hidden;
    }
    .pt-index-left {
        padding: 16px 0;
    }
    .pt-index-left .pt-thumb {
        text-align: center;
    }
    .pt-index-right {
        margin: 0;
    }
    .pt-index-right h3 {
        padding: 12px 0;
        margin: 0 12px;
    }
    .pt-index-right h3 b {
        font-size: 18px;
        margin-bottom: 0;
    }
    .pt-index-right h3 span {
        font-size: 14px;
    }
    .pt-index-right h3 div {
        margin-bottom: -14px;
        margin-top: 0;
    }
    .pt-index-right h3 a {
        font-size: 12px;
    }
    .pt-index-right label {
        font-size: 14px;
    }
    .pt-index-right input {
        font-size: 13px;
    }
    .pt-index-right .reset {
        font-size: 13px;
    }
    .pt-index-right button {
        font-size: 18px;
        height: 50px;
    }
    .pt-index-right .pt-form-content .pt-form {
        padding: 12px;
    }
    .pt-nav-menu {
        width: 100%;
        bottom: 0;
        top: auto;
        height: 45px;
        z-index: 1111;
    }
    .pt-nav-menu ul {
        display: table;
        margin: 0 auto;
    }
    .pt-nav-menu ul li {
        float: left;
        width: 36px;
        border-right: 1px solid rgba(0, 0, 0, 0.05);
        border-left: 1px solid rgba(255, 255, 255, 0.05);
    }
    .pt-nav-menu ul li:first-of-type {
        border-left: 0;
    }
    .pt-nav-menu ul li:last-of-type {
        border-right: 0;
    }
    .pt-nav-menu ul li a {
        font-size: 16px;
    }
    .pt-nav-menu ul li a b {
        left: -83%;
        top: -19px;
        font-size: 11px;
        height: 24px;
        line-height: 24px;
        border-radius: 20px;
        text-align: center;
    }
    .pt-nav-menu ul li a:hover b {
        left: -83%;
        top: -29px;
        font-size: 11px;
        height: 24px;
        line-height: 24px;
        border-radius: 20px;
        text-align: center;
    }
    .pt-footer {
        margin: 12px 0;
        font-size: 11px;
    }
    .pt-list {
        padding: 24px 0;
    }
    .pt-list .pt-list-item {
        padding: 12px;
    }
    .pt-list .pt-list-item h3 {
        font-size: 18px;
        padding: 0;
        margin-top: 4px;
    }
    .pt-list .pt-list-item p {
        font-size: 12px;
        margin: 0;
    }
    .pt-list .pt-list-item .pt-members {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        padding: 0;
        text-align: left;
        background: transparent;
        box-shadow: none;
        margin-top: -5px;
    }
    .pt-pageplans .pt-breadcrumb-p h3 {
        font-size: 22px;
        padding: 21px 0 12px 0;
        margin: 0 0 11px 0;
    }
    .pt-pageplans .pt-plans .pt-plan {
        padding-top: 18px;
        margin-bottom: 30px;
    }
    .pt-pageplans .pt-plans .pt-plan h6 {
        font-size: 38px;
    }
    .pt-pageplans .pt-plans .pt-plan ul {
        margin-top: 26px;
    }
    .pt-pageplans .pt-plans .pt-plan ul li {
        padding: 3px;
        padding-left: 14px;
    }
    .pt-pageplans .pt-plans .pt-plan ul li span {
        width: 15px;
        height: 15px;
        line-height: 15px;
        top: 8px;
    }
    .pt-pageplans .pt-breadcrumb-p p {
        margin-bottom: 8px;
        font-size: 13px;
    }
    .pt-pageplans .pt-footer {
        margin-top: -12px;
    }
    .pt-tree h3 {
        font-size: 16px;
        padding: 3px 8px 3px 3px;
        margin: 12px 0;
    }
    .pt-tree .pt-sm {
        padding: 24px 12px 0 12px;
    }
    #myTree .modal-dialog {
        width: 97%;
        margin: 6px;
    }
    .inputfile+label {
        font-size: 13px;
    }
    .tree {
        transform: scale(0.8);
    }
    .pt-tree .pt-details a {
        font-size: 0;
        padding: 5px 7px;
    }
    .pt-tree .pt-details a i,
    .pt-tree .pt-details a svg {
        font-size: 14px;
    }
    .pl-share-button b {
        font-size: 0;
    }
    .pt-pagedashboard .pt-admin-nav {
        width: 66px;
    }
    .pt-pagedashboard .pt-admin-nav .pt-logo {
        margin: 38px 0 0 11px;
    }
    .pt-pagedashboard .pt-admin-nav ul {
        margin: 44px 0px;
    }
    .pt-pagedashboard .pt-admin-nav ul li a {
        margin-left: 10px;
        padding-left: 10px;
    }
    .pt-pagedashboard .pt-admin-body {
        padding: 16px;
        margin-left: 66px;
    }
    .pt-pagedashboard .pt-admin-body .pt-charts {
        margin-bottom: 30px;
        padding: 12px 6px;
    }
    .pt-pagedashboard .pt-admin-body .pt-admin-box {
        margin-bottom: 12px;
    }
    .pt-pagedashboard .pt-admin-body .pt-admin-box h5 {
        font-size: 14px;
    }
    .pt-pagedashboard .pt-admin-body .pt-welcome {
        width: 100%;
        padding: 24px;
        margin-bottom: 34px;
    }
    .pt-pagedashboard .pt-admin-body .pt-welcome h3 {
        font-size: 22px;
    }
    .pt-pagedashboard .pt-admin-body .pt-welcome p {
        font-size: 12px;
        margin: 0;
    }
    .pt-pagedashboard .pt-admin-body .pt-stats {
        margin-bottom: 34px;
    }
    .pt-pagedashboard .pt-admin-body .pt-stats ul li {
        width: 49%;
        margin: 0;
        height: 62px;
        line-height: 62px;
        margin-bottom: 12px;
    }
    .pt-pagedashboard .pt-admin-body .pt-stats ul li:nth-of-type(1),
    .pt-pagedashboard .pt-admin-body .pt-stats ul li:nth-of-type(3) {
        margin-right: 1%;
    }
    .pt-pagedashboard .pt-admin-body .pt-stats ul li:nth-of-type(2),
    .pt-pagedashboard .pt-admin-body .pt-stats ul li:nth-of-type(4) {
        margin-left: 1%;
    }
    .pt-pagedashboard .pt-admin-body .pt-stats ul li b {
        font-size: 18px;
    }
    .pt-pagedashboard .pt-admin-body .pt-stats ul li span {
        font-size: 68px;
    }
    .pt-pagedashboard .pt-admin-body .pt-stats ul li em {
        font-size: 21px;
        top: 18px;
    }
    .pt-pagedashboard .pt-admin-body .col-6,
    .pt-pagedashboard .pt-admin-body .col {
        flex: none;
        max-width: 100%;
    }
    .pt-pagedashboard .pt-admin-body .pt-body {
        margin: 0;
    }
    .pt-pagedashboard .pt-admin-body .pt-body .pt-title {
        padding: 12px;
    }
    .pt-pagedashboard .pt-admin-body .pt-body .pt-title .pt-options {
        right: 12px;
        top: 12px;
    }
}

.bg-v {
    background: #b864f7 !important;
    box-shadow: 0 3px 10px rgba(133, 0, 255, 0.5) !important;
}

.bg-gr {
    background: #2ecc71 !important;
    box-shadow: 0 3px 10px rgba(46, 204, 113, 0.5) !important;
}

.bg-gy {
    background: #7f8fa6 !important;
    box-shadow: 0 3px 10px rgba(127, 143, 166, 0.5) !important;
}

.bg-o {
    background: #ff9f0e !important;
    box-shadow: 0 3px 10px rgba(255, 159, 14, 0.5) !important;
}

.bg-r {
    background: #e74a4a !important;
    box-shadow: 0 3px 10px rgba(231, 74, 74, 0.5) !important;
}

/* =========================================================
   ENHANCEMENTS v1.5.5+ (PHP 8.4 compatible)
   ========================================================= */

/* Enhancement #14 — Member Detail Popup */
.pt-detail-wrap{display:flex;gap:24px;padding:8px 4px;min-height:260px}
.pt-detail-left{width:160px;flex-shrink:0;text-align:center}
.pt-detail-photo{width:130px;height:130px;border-radius:50%;overflow:hidden;margin:0 auto 12px;border:4px solid #e8f8f6;box-shadow:0 2px 12px rgba(0,0,0,0.1)}
.pt-detail-female .pt-detail-photo{border-color:#fdeaea}
.pt-detail-photo img{width:100%;height:100%;object-fit:cover}
.pt-detail-badge{display:inline-block;font-size:11px;padding:3px 10px;border-radius:20px;font-weight:600}
.pt-detail-badge-alive{background:#e6f9f0;color:#1a7a4a}
.pt-detail-badge-deceased{background:#f0f0f0;color:#666}
.pt-detail-age{display:inline-block;font-size:12px;font-weight:600;color:#35a299;background:#f0fdfd;border-radius:12px;padding:2px 10px}
.pt-detail-female .pt-detail-age{color:#d43233;background:#fdeaea}
.pt-detail-socials{margin-top:12px}
.pt-detail-social{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;font-size:12px;margin:3px;background:#f0fdfd;color:#35a299;text-decoration:none;transition:transform 0.15s}
.pt-detail-social:hover{transform:scale(1.15);color:#35a299}
.pt-detail-female .pt-detail-social{background:#fdeaea;color:#d43233}
.pt-detail-fb{background:#e8f0fe!important;color:#1877f2!important}
.pt-detail-tw{background:#e8f5fd!important;color:#1da1f2!important}
.pt-detail-ig{background:#fef0f8!important;color:#c13584!important}
.pt-detail-right{flex:1;min-width:0}
.pt-detail-header{border-bottom:2px solid #e8f8f6;padding-bottom:10px;margin-bottom:14px}
.pt-detail-female .pt-detail-header{border-color:#fdeaea}
.pt-detail-name{font-size:20px;color:#35a299;margin:0}
.pt-detail-female .pt-detail-name{color:#d43233}
.pt-detail-row{display:flex;align-items:baseline;gap:8px;padding:5px 0;border-bottom:1px solid #f5f5f5;font-size:13px}
.pt-detail-icon{width:16px;color:#aaa;flex-shrink:0}
.pt-detail-label{color:#999;width:90px;flex-shrink:0;font-size:12px}
.pt-detail-value{color:#333;flex:1}
.pt-dtab-nav{display:flex;flex-wrap:wrap;gap:4px;border-bottom:2px solid #eee;margin-bottom:12px}
.pt-dtab-btn{background:#f5fdfc;border:1px solid #d0f0ed;border-bottom:2px solid transparent;color:#7a9a98;font-size:12px;padding:4px 14px;border-radius:4px 4px 0 0;cursor:pointer;margin-bottom:-2px;font-weight:500}
.pt-dtab-btn.pt-dtab-active{background:#fff;border-bottom-color:#73f1e6;color:#35a299}
.pt-dtab-panel{display:none;font-size:14px;color:#555;line-height:1.7}
.pt-dtab-panel.pt-dtab-active{display:block}
.pt-detail-nodata{color:#aaa;font-size:14px;padding:20px 0}

/* Enhancement #1 — Member Search */
.pt-member-search-bar{text-align:center;padding:10px 0 4px}
.pt-msearch-wrap{position:relative;display:inline-block}
.pt-msearch-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#35a299;font-size:13px;pointer-events:none}
#pt-member-search-input{border:1px solid #d0f0ed;border-radius:20px;padding:7px 18px 7px 36px;font-size:13px;outline:none;width:280px;transition:border-color 0.2s,width 0.3s;background:#f7fffe;color:#333}
#pt-member-search-input:focus{border-color:#35a299;width:340px;background:#fff}
.pt-msearch-results{display:none;position:absolute;top:calc(100% + 6px);left:50%;transform:translateX(-50%);background:#fff;border:1px solid #d0f0ed;border-radius:10px;box-shadow:0 6px 24px rgba(0,0,0,0.12);list-style:none;padding:4px 0;margin:0;min-width:300px;max-height:280px;overflow-y:auto;z-index:9999}
.pt-msearch-item{display:flex;align-items:center;gap:10px;padding:8px 14px;cursor:pointer;font-size:13px;color:#333}
.pt-msearch-item:hover{background:#f0fdfc;color:#35a299}
.pt-msearch-item img{width:30px;height:30px;border-radius:50%;object-fit:cover;border:2px solid #e0f7f5;flex-shrink:0}
.pt-msearch-none{padding:12px 16px;font-size:12px;color:#aaa;list-style:none;text-align:center}

/* Enhancement #4 — Generation Colours */
.pt-gen-legend{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;padding:8px 12px;font-size:11px;color:#666}
.pt-gen-legend-item{display:flex;align-items:center;gap:4px}
.pt-gen-legend-swatch{width:14px;height:14px;border-radius:3px;border:1px solid rgba(0,0,0,0.1);flex-shrink:0}
.tree li[data-gen="1"]>a:not(.partner):not(.exp){background:#c5ede9;border-color:#8dd4ce}
.tree li[data-gen="1"]>a.partner{background:#a8e4df;border-color:#70c8c2}
.tree li[data-gen="2"]>a:not(.partner):not(.exp){background:#c5d8f8;border-color:#88b0f0}
.tree li[data-gen="2"]>a.partner{background:#a8c8f5;border-color:#6098e8}
.tree li[data-gen="3"]>a:not(.partner):not(.exp){background:#d8c5f5;border-color:#b090e8}
.tree li[data-gen="3"]>a.partner{background:#c8a8f2;border-color:#9878e0}
.tree li[data-gen="4"]>a:not(.partner):not(.exp){background:#f5c5da;border-color:#e88ab0}
.tree li[data-gen="4"]>a.partner{background:#f2a8c8;border-color:#e070a0}
.tree li[data-gen="5"]>a:not(.partner):not(.exp){background:#f5dbc5;border-color:#e8b088}
.tree li[data-gen="5"]>a.partner{background:#f2c8a8;border-color:#e09870}
.tree li[data-gen="6"]>a:not(.partner):not(.exp){background:#f5f0c5;border-color:#e0d888}
.tree li[data-gen="6"]>a.partner{background:#f2e8a8;border-color:#d8cc70}
.tree li[data-gen="7"]>a:not(.partner):not(.exp){background:#c5f0d3;border-color:#88d8a8}
.tree li[data-gen="7"]>a.partner{background:#a8e8c0;border-color:#70c890}
.tree li[data-gen="8"]>a:not(.partner):not(.exp){background:#c5f0eb;border-color:#88d8d0}
.tree li[data-gen="8"]>a.partner{background:#a8e8e4;border-color:#70c8c0}
.tree li[data-gen="9"]>a:not(.partner):not(.exp){background:#f5c5c5;border-color:#e88888}
.tree li[data-gen="9"]>a.partner{background:#f2a8a8;border-color:#e07070}
.tree li[data-gen="10"]>a:not(.partner):not(.exp),.tree li[data-gen="11"]>a:not(.partner):not(.exp),.tree li[data-gen="12"]>a:not(.partner):not(.exp){background:#eef0f4;border-color:#c0c8d8}
.tree li>a.exp{background:#000!important}
.pt-tree .pt-shoow,.pt-tree a[rel^=item-]{cursor:pointer}

/* Enhancement #5 — Collapse Below */
.pt-collapse-wrapper{display:block;text-align:center;width:100%;line-height:1;margin:0;padding:0}
.pt-collapse-below{display:inline-flex;align-items:center;gap:4px;background:#333;color:#fff;border-radius:20px;padding:2px 10px 2px 8px;font-size:10px;font-weight:600;cursor:pointer;z-index:20;white-space:nowrap;transition:background 0.2s;user-select:none}
.pt-collapse-below:hover{background:#555}
.pt-collapse-below.pt-cb-collapsed{background:#e67e22}
.pt-cb-icon{font-size:9px;line-height:1}
.pt-cb-label{line-height:1}
.tree ul:has(li:only-child)::before,.tree ul.pt-single-child::before{display:none}

/* Enhancement #8 — Duplicate Badge */
.pt-dup-badge{position:absolute;top:-6px;right:-6px;background:#e74c3c;color:#fff;font-size:11px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:20;box-shadow:0 1px 4px rgba(0,0,0,0.25);cursor:help;border:2px solid #fff}

/* Enhancement #9/#12/#13 — Member Report */
.pt-report-link{background:#35a299!important;color:#fff!important}
.pt-report-wrap{max-width:1200px;margin:30px auto;padding:0 20px 40px;font-family:arial,sans-serif}
.pt-report-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #e8f8f6}
.pt-report-header h2{font-size:20px;color:#35a299;margin:0}
.pt-report-actions{display:flex;gap:8px;flex-wrap:wrap}
.pt-report-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border-radius:20px;font-size:12px;font-weight:600;text-decoration:none;transition:opacity 0.2s;color:#fff}
.pt-report-btn:hover{opacity:0.85;color:#fff;text-decoration:none}
.pt-report-btn-back{background:#7f8c8d}
.pt-report-btn-csv{background:#27ae60}
.pt-report-btn-excel{background:#1a6b3a}
.pt-report-stats{display:flex;gap:20px;flex-wrap:wrap;background:#f7fffe;border:1px solid #d0f0ed;border-radius:10px;padding:12px 20px;margin-bottom:16px;font-size:13px;color:#555}
.pt-report-stats span{display:flex;align-items:center;gap:6px}
.pt-report-stats b{color:#35a299;font-size:16px}
.pt-report-search-wrap{position:relative;margin-bottom:14px}
.pt-report-search-wrap i{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#aaa}
#pt-report-search{width:100%;padding:9px 40px 9px 16px;border:1px solid #d0f0ed;border-radius:8px;font-size:13px;outline:none;box-sizing:border-box}
.pt-report-table-wrap{overflow-x:auto;border-radius:10px;box-shadow:0 2px 12px rgba(0,0,0,0.07)}
.pt-report-table{width:100%;border-collapse:collapse;font-size:13px;background:#fff}
.pt-report-table thead tr{background:#35a299;color:#fff}
.pt-report-table thead th{padding:11px 14px;text-align:left;font-weight:600;white-space:nowrap}
.pt-report-table thead th a{color:#fff;text-decoration:none}
.pt-report-table tbody tr{border-bottom:1px solid #f0f0f0}
.pt-report-table tbody tr:hover{background:#f7fffe}
.pt-report-table tbody td{padding:9px 14px;vertical-align:middle;color:#444}
.pt-report-photo{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #e0f7f5;display:block}
.pt-report-gender{display:inline-flex;align-items:center;gap:4px;font-size:12px;padding:2px 8px;border-radius:10px;font-weight:500}
.pt-rg-m{background:#e8f0fb;color:#2c5fa3}
.pt-rg-f{background:#fce8f0;color:#c0305a}
.pt-report-deceased{color:#888;font-size:12px}
.pt-report-alive{color:#27ae60;font-size:12px;font-weight:600}
.pt-report-type{font-size:11px;padding:2px 8px;border-radius:10px;background:#f0f0f0;color:#666;font-weight:500}
.pt-rtype-2{background:#e8f8f6;color:#35a299}
.pt-report-gen{font-size:11px;padding:2px 8px;border-radius:10px;background:#fdf8e6;color:#8a6c00;font-weight:600}

/* =========================================
   Enhancement #3 — Family Connection Finder
   ========================================= */
.pt-connection-btn,
.pt-tree .pt-details a.pt-connection-btn {
    background: linear-gradient(135deg, #f39c12, #e67e22) !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(243,156,18,0.4) !important;
    font-weight: 700 !important;
}
.pt-connection-btn:hover,
.pt-tree .pt-details a.pt-connection-btn:hover {
    background: linear-gradient(135deg, #e67e22, #d35400) !important;
    box-shadow: 0 4px 12px rgba(211,84,0,0.5) !important;
    color: #fff !important;
}

.pt-connection-modal .modal-header {
    background: linear-gradient(135deg, #8e44ad, #6c3483);
    color: #fff;
    border-radius: 4px 4px 0 0;
}
.pt-connection-modal .modal-title { color: #fff; font-size: 16px; }
.pt-connection-modal .close { color: #fff; opacity: 0.8; }

.pt-conn-hint { color: #888; font-size: 13px; text-align: center; margin-bottom: 16px; }

.pt-conn-fields {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.pt-conn-field { flex: 1; min-width: 200px; max-width: 280px; }
.pt-conn-field label { font-size: 12px; font-weight: 600; color: #666; margin-bottom: 6px; display: block; }
.pt-conn-arrow { padding-top: 28px; color: #8e44ad; font-size: 20px; }
.pt-conn-search-wrap { position: relative; }
.pt-conn-search-wrap input {
    width: 100%;
    border: 1px solid #d0c0e0;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 13px;
    outline: none;
    box-sizing: border-box;
}
.pt-conn-search-wrap input:focus { border-color: #8e44ad; }
.pt-conn-results {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #d0c0e0;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    list-style: none;
    padding: 4px 0;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9999;
}
.pt-conn-result-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    cursor: pointer;
    font-size: 13px;
    color: #333;
}
.pt-conn-result-item:hover { background: #f5eeff; color: #8e44ad; }
.pt-conn-result-item img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; border: 2px solid #e0c8f0; flex-shrink: 0; }
.pt-conn-none { padding: 10px 14px; font-size: 12px; color: #aaa; list-style: none; }

.pt-conn-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f5eeff;
    border: 1px solid #d0c0e0;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    color: #6c3483;
    margin-top: 6px;
}
.pt-conn-badge img { width: 22px; height: 22px; border-radius: 50%; object-fit: cover; }
.pt-conn-badge .fa-check-circle { color: #27ae60; }

.pt-conn-submit {
    background: #8e44ad;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 8px 24px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
}
.pt-conn-submit:hover { opacity: 0.85; }
.pt-conn-clear {
    background: #e0e0e0;
    color: #555;
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 13px;
    cursor: pointer;
    margin-left: 8px;
    transition: background 0.2s;
}
.pt-conn-clear:hover { background: #ccc; }

#pt-conn-result { margin-top: 16px; }
.pt-conn-loading { text-align: center; color: #8e44ad; padding: 16px; font-size: 14px; }
.pt-conn-error { background: #fdeaea; color: #c0392b; padding: 10px 14px; border-radius: 8px; font-size: 13px; }
.pt-conn-success { background: #f5eeff; border: 1px solid #d0c0e0; border-radius: 10px; padding: 14px 16px; }
.pt-conn-desc { font-size: 14px; color: #4a235a; font-weight: 600; margin-bottom: 6px; }
.pt-conn-desc i { margin-right: 6px; color: #8e44ad; }
.pt-conn-steps { font-size: 12px; color: #888; margin-bottom: 10px; }
.pt-conn-steps b { color: #8e44ad; }

.pt-conn-path {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
}
.pt-conn-path-item {
    background: #8e44ad;
    color: #fff;
    border-radius: 12px;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 500;
}
.pt-conn-path-arrow { color: #8e44ad; font-size: 11px; }

/* Tree highlighting when connection is shown */
.tree li.pt-conn-dimmed > a { opacity: 0.2; filter: grayscale(80%); transition: opacity 0.3s, filter 0.3s; }
.tree li.pt-conn-highlighted > a { opacity: 1 !important; filter: none !important; }
.pt-conn-glow {
    animation: pt-conn-pulse 1.5s ease-in-out infinite !important;
    border: 2px solid #8e44ad !important;
    border-radius: 3px;
    position: relative !important;
    z-index: 10 !important;
}
@keyframes pt-conn-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(142,68,173,0.6); }
    50%  { box-shadow: 0 0 0 8px rgba(142,68,173,0); }
    100% { box-shadow: 0 0 0 0 rgba(142,68,173,0); }
}

/* Connection path - vertical layout with relationship labels */
.pt-conn-path {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0 !important;
    margin-top: 12px;
}
.pt-conn-path-item {
    background: #8e44ad;
    color: #fff;
    border-radius: 12px;
    padding: 5px 16px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}
.pt-conn-path-endpoint {
    background: #6c3483 !important;
    font-size: 13px !important;
    padding: 6px 20px !important;
}
.pt-conn-path-rel {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #8e44ad;
    font-size: 11px;
    font-style: italic;
    padding: 3px 0;
    gap: 1px;
}
.pt-conn-path-rel i { font-size: 10px; }
.pt-conn-path-rel span {
    background: #f5eeff;
    border: 1px solid #d0c0e0;
    border-radius: 8px;
    padding: 1px 8px;
    font-size: 10px;
    color: #6c3483;
}

/* =========================================
   Enhancement #6 — Tree Link Badge & Back Button
   ========================================= */
.pt-tree-link-badge {
    position: absolute !important;
    bottom: 4px !important;
    right: 4px !important;
    width: 22px !important;
    height: 22px !important;
    background: #27ae60 !important;
    color: #fff !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 9px !important;
    z-index: 25 !important;
    border: 2px solid #fff !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2) !important;
    cursor: pointer !important;
    transition: transform 0.2s, background 0.2s !important;
}
.pt-tree-link-badge:hover {
    background: #1e8449 !important;
    transform: scale(1.15) !important;
    color: #fff !important;
}

/* Back button bar */
.pt-back-bar {
    background: #f0f9ff;
    border-bottom: 2px solid #bee3f8;
    padding: 8px 16px;
    margin-bottom: 8px;
}
.pt-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2b6cb0;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 14px;
    background: #ebf8ff;
    border: 1px solid #bee3f8;
    border-radius: 20px;
    transition: background 0.2s;
}
.pt-back-btn:hover {
    background: #bee3f8;
    color: #2b6cb0;
    text-decoration: none;
}
.pt-back-btn i { font-size: 11px; }

/* =========================================
   Create Tree Page
   ========================================= */
.pt-create-tree-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 20px;
    min-height: 60vh;
}
.pt-create-tree-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    padding: 36px 40px;
    width: 100%;
    max-width: 520px;
}
.pt-ct-header {
    text-align: center;
    margin-bottom: 28px;
}
.pt-ct-header i {
    font-size: 40px;
    color: #35a299;
    margin-bottom: 10px;
    display: block;
}
.pt-ct-header h2 {
    font-size: 22px;
    color: #333;
    margin: 0 0 6px;
}
.pt-ct-header p {
    color: #888;
    font-size: 13px;
    margin: 0;
}
.pt-ct-error {
    background: #fdeaea;
    color: #c0392b;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 16px;
}
.pt-ct-form { display: flex; flex-direction: column; gap: 18px; }
.pt-ct-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
}
.pt-ct-field label span { color: #e74c3c; }
.pt-ct-field label small { font-weight: 400; color: #999; font-size: 11px; }
.pt-ct-field label i { margin-right: 6px; color: #35a299; }
.pt-ct-field input[type=text],
.pt-ct-field input[type=password] {
    width: 100%;
    border: 1px solid #d0f0ed;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 13px;
    outline: none;
    box-sizing: border-box;
    color: #333;
    transition: border-color 0.2s;
}
.pt-ct-field input:focus { border-color: #35a299; }
.pt-ct-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pt-ct-toggle label:first-child { margin-bottom: 0; }
.pt-ct-switch { position: relative; display: inline-block; width: 44px; height: 24px; margin-bottom: 0; }
.pt-ct-switch input { opacity: 0; width: 0; height: 0; }
.pt-ct-slider {
    position: absolute; cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #ccc; border-radius: 24px;
    transition: 0.3s;
}
.pt-ct-slider:before {
    content: ""; position: absolute;
    width: 18px; height: 18px; left: 3px; bottom: 3px;
    background: #fff; border-radius: 50%; transition: 0.3s;
}
.pt-ct-switch input:checked + .pt-ct-slider { background: #35a299; }
.pt-ct-switch input:checked + .pt-ct-slider:before { transform: translateX(20px); }
.pt-ct-actions {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}
.pt-ct-cancel {
    flex: 1;
    text-align: center;
    padding: 11px;
    border-radius: 8px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}
.pt-ct-cancel:hover { background: #f5f5f5; color: #333; text-decoration: none; }
.pt-ct-submit {
    flex: 2;
    background: #35a299;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 11px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
}
.pt-ct-submit:hover { background: #2a8a82; }

.pt-ct-success {
    background: #e6f9f0;
    color: #1a7a4a;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 16px;
}

/* ── Mobile language dropdown fix ── */
@media screen and (max-width: 768px) {
    .pt-header-menu .pt-list-menu .pt-lang ul {
        right: 0;
        left: auto;
        min-width: 160px;
        top: 100%;
    }
    /* Ensure tap targets inside dropdown are large enough */
    .pt-header-menu .pt-list-menu .pt-lang ul a {
        padding: 10px 14px;
        font-size: 13px;
    }
    /* Keep the lang container visible and non-clipping */
    .pt-header-menu .pt-list-menu .pt-lang {
        overflow: visible;
    }
    /* Ensure the trigger button always has visible size — prevents disappearing after switch */
    .pt-header-menu .pt-list-menu .pt-lang .pt-slang {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        min-width: 34px !important;
        min-height: 30px !important;
        padding: 4px 8px !important;
        margin-top: 4px !important;
        margin-bottom: 4px !important;
        font-size: 0 !important;
    }
    .pt-header-menu .pt-list-menu .pt-lang .pt-slang i.flag-icon {
        font-size: 16px !important;
        width: 20px !important;
        height: 20px !important;
        display: inline-block !important;
        flex-shrink: 0;
    }
}

/* ── Language selector: native <select> on mobile, styled dropdown on desktop ── */

/* Desktop: hide the native select, show styled dropdown */
.pt-lang-select {
    display: none;
}

/* Mobile: show native select, hide styled dropdown */
@media screen and (max-width: 480px) {
    .pt-lang-select {
        display: inline-block !important;
        height: 30px;
        padding: 0 6px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: 600;
        border: 1px solid #ccc;
        border-radius: 6px;
        background: #fff;
        color: #333;
        cursor: pointer;
        max-width: 110px;
    }
    .pt-lang .pt-slang,
    .pt-lang ul {
        display: none !important;
    }
}
