@import url('https://fonts.googleapis.com/css2?family=Kings&display=swap');
@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
html{
    overflow-x: hidden;
}

body {
    background: #f0f9f7;
    /* background: url('images/bg-03.jpg') fixed; */
    font-size: 16px !important;
    line-height: 25px;
    resize: 0;
}

input,
textarea,
button,
select {
    outline: none !important;
    font-size: 14px;
}

a,
a:hover,
a:focus {
    text-decoration: none !important;
}

a{color:#000;}

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;
}


/* a{
    text-transform: uppercase !important;
    font-weight: 600;
} */

#tree-f{
    text-align: center;
    margin: 0 auto;
    /* position: absolute;
    left: 40%; */
    width: 150%;
}
#tree-f ul {display: none;}
#tree-f li{
    list-style-type: none !important;
    float: none;
    margin: 0 0 10px 0 25px;
    text-align: center;
    float: left;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
    
}
#tree-f ul {
    margin: 25px 0 0 0;
    /* width: 100%; */
    padding: 7px 0 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    
}
 /* #tree-f ul ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 2px solid #000;
    width: 0;
    height: 20px;
}  */

#tree-f ul li {
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    white-space: nowrap;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

#tree-f ul li:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 45%;
    border-top: 2px solid #000;
    width: 25px;
    height: 10px;
    transform: rotate(90deg);
} 

/* #tree-f ul li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 38%;
    border-top: 2px solid #000;
    width: 25%;
    height: 10px;
    transform: rotate(90deg);
} */

/* #tree-f 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 rgb(0 0 0 / 6%);
    border-radius: 3px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
} */

#tree-f ul{
    border-top: 2px solid;
}


#tree-f > li > a > img, .child > ul > li > img, .child > ul > li > a > img, .child-1 > li> img
, .child > a > img, .child > li > a > img{
    padding: 3px;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 50%;
    height: 75px;
    margin: 0;
    /* position: absolute; */
}
#tree-f > li > a > span, .child > a > span, .child > span, .child-1 > li > span, .child > li > a > span{
    padding: 50px 0 0;
    border: 1px solid #b5b5b5;
    display: block;
    width: 110px;
    margin: -38px auto 0 auto;
    font-size: 12px;
    font-weight: 600;
    border-radius: 10px;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
}

.child > ul > li > img, .child > ul > li > a > img, .child-1 > li> img{
    
    /* position: absolute;*/
}

.child > a > span, .child > span, .child-1 > li > span{
/*     
    padding: 45px 0 0;
    border: 2px solid;
    display: block;
    width: 100px;
    margin: -35px auto 0 auto; */
}

.patner > a {

}
.patner > a > img{

}
.patner > a > span{

}


.pt-nav-menu, .pt-pagination li.pt-active, .pt-mnewmember button[type=submit], .pt-pageplans .pt-plans .col:nth-of-type(2) .pt-plan, .pt-pageplans .pt-plans .pt-plan button {
    background: #252422;
    border-color: #252422;
    box-shadow: 4px 1px 6px #25242245;
}


.pt-header-menu {
    background: #f1f8e2;
    height: 60px;
    width: 100%;
    box-shadow: 0 0 9px rgba(6, 6, 6, 0.16);
    top: 0;
    position: fixed;
    z-index: 5;
}

.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-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;
}

.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-header-menu .pt-list-menu .pt-lang ul {
    background: #FFF;
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
		display: block;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		transition: all 300ms;
		list-style: none;
		margin: 0;
		padding: 0;
		border-radius: 5px;
}

.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;
color: #252422;}
.pt-header-menu .pt-logo, .pt-tree h3 span, .pt-header-menu .pt-search button, .pt-pageplans .alert-success {
    background: #fd5c5c !important;
}
.pt-nav-menu, .pt-pagination li.pt-active, .pt-mnewmember button[type=submit], .pt-pageplans .pt-plans .col:nth-of-type(2) .pt-plan, .pt-pageplans .pt-plans .pt-plan button {
    background: #252422 !important;
    border-color: #252422 !important;
    box-shadow: 4px 1px 6px #25242245 !important;
}

.pt-nav-menu {
    position: fixed;
    height: 100%;
    width: 64px;
    background: #ffffff;
    z-index: 2;
    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: #fd5c5c;
    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: #fd5c5c;
}

.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:hover b, .pt-index-right button {
    background: #252422 !important;
    box-shadow: 0px 0px 7px #25242245 !important;
}

.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 i{
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}
.pt-nav-menu ul li a:first-of-type i:hover{
    background: rgba(255, 255, 255, 0.08);
    color: #fd5c5c !important;
}

.pt-nav-menu ul li:first-of-type a:hover {
    background: #f0fff6;
    color: #fd5c5c;
}

.pt-nav-menu ul li a i{
    margin: 15px 0 0 0;
    color: #fd5c5c !important;
}

.pt-logo i {
    margin: 15px 0 0 0;
}
.pt-dash a i {
    margin: 5px 0 0 0;
}


.pt-wrapper {
    padding: 76px 24px 0px 80px;
}
/* body::before {
    content: '';
    background: rgb(0 0 0 / 52%);
    height: 100%;
    width: 100%;
    position: absolute;
} */

/*
.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 {
    ffont-family: 'Roboto Condensed', sans-serif !important;
    color: #26804c;
    margin-top: 12px;
    text-transform: uppercase;
    font-weight: 800;
text-align: center;
/* line-height: 2; */
font-size: 20px;
}

.pt-index-left p {
    font-family: "Sriracha", cursive;
    color: #629e7c;
}

.pt-index-left .pt-thumb img {
    width: 100%;
}

.pt-index-right {
    margin: 48px 80px; 
    background: url(images/bb.jpg) top;
    /* background: #ffffff; */
    box-shadow: 0 7px 0 rgb(255 255 255);
    /* 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 a {
    display: inline-block;
    padding: 12px 18px 12px 18px;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    color: #000;
}

.pt-index-right h3 b {
    font-size: 22px;
    display: block;
    margin-bottom: 9px;
    /* font-family: "Sriracha", cursive; */
    /* font-family: 'Kings', cursive !important; */
    letter-spacing: 5px;
    font-weight: 600;
}

.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;
    color: #fff;
}

.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: 50px 85px;
margin: -8px 0 0 0;background: #f8fbf6a6;}

.pt-form label {
    margin-top: 12px;
}

.pt-form input[type=text],
.pt-form input[type=password],
.pt-form select {
    background: #FFF;
    height: 48px;
    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: 16px;
    color: #25ae60;
}

.pt-forms label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 12px;
}

.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;
}

.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: 24px;
    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: 24px;
}

.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);
}


.pt-footer {
    text-align: center;
    font-size: 12px;
    color: #ddd;
    margin-bottom: 48px;
}

.pt-footer a {
    color: #fff;
}

.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;
}


.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;
}

.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-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: 36px;
    margin-right: 6px;
}

.pl-share ul {
    position: absolute;
    width: 200px;
    top: 86px;
    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;
}

.pl-share ul.open {
    visibility: visible;
    opacity: 1;
    top: 68px;
}

.pl-share ul li {
    float: none;
}

.pl-share ul li a {
    color: #333;
    display: block;
    border-bottom: 1px solid #EEE;
    padding: 6px 12px !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: 6px;
    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-header-menu .pt-list-menu .pt-new-tree a {
    background: #5e53f7 !important;
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #5e53f7 !important;
}

.pt-tree .pt-details a:first-child {
  
    display: none !important;
}


/* .child li:first-child::before, .child li:last-child::after {
    border: 0 none;
}*/
/* #tree-f ul:nth-child(odd)  {
    width: 200%;
} */
#tree-f ul li:nth-child(odd) {

    width: 325px;

}#tree-f ul li:nth-child(even) {

    width: 185px;
}

/* .child li:before, .child li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 2px solid #000;
    width: 50%;
    height: 20px;
}   */

.draggable {
    white-space: nowrap;
    /* text-align: center; */
    cursor: move;
    
  }


  #tree-f ul:before {
    content: "";
    position: absolute;
    top: -26px;
    right: 50%;
    border-top: 2px solid #000;
    width: 25px;
    height: 22px;
    transform: rotate(90deg);
}

#tree-f li:first-child{
    margin: 0 10px 0 -170px;
}

#tree-f li:last-child{
    /* margin: 0 -92px 0 10px; */    
    margin: 0 -92px 0 10px;
    float: right;
}

.child-1{
    width: 199%;
}
.child-1:before {
    content: "";
    position: absolute;
    top: -26px;
    
    left: 135px !important;
    right: 0 !important;
    border-top: 2px solid #000;
    width: 25px;
    height: 22px;
    transform: rotate(90deg);
}


    .child-1 > li:last-child {
        margin: 0 -92px 0 30px !important;
    }


.child:last-child {
    /* margin: 0 -92px 0 10px; */
    margin: 0 -92px 0 10px;
    float: right;
}

/* .child-1 > li:first-child {
    margin: 0 -92px 0 30px !important;
} */
/* .child-1{
    
    margin: 0 0 0 -375px !important;
} */

/* .child-1 li:nth-child(2n+1){
display: none;
} */

.index-head{
    background: #e7e6f2;
}




