@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap");
html{
	overflow: hidden;
	width: 100%;
	height: 100%
}

body {
	background: white;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-family: "Nova Round", system-ui;
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	overflow-x: hidden;
	scroll-behavior: smooth;
	width: 100%;
	height: 100%
}

.nova-round-regular {
  font-family: "Nova Round", system-ui;
  font-weight: 400;
  font-style: normal;
}

#nav_caller{
	transform: rotate(-90deg);
	position: fixed;
    top: 52px;
    left: -36px;
    padding: 6px 18px;
    background-color: #5cb2eb;
    z-index: 1;
    border-radius: 0px 0px 6px 6px;
    border: 1px solid #005289;
    border-top: 0px;
    color: #000000;
    text-transform: uppercase;
    font-size: 11pt;
    letter-spacing: 4px;
    cursor: pointer;
	display: none;
}

.float_left{ float:left; }
.float_right{ float:right; }

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

.my-skeleton {
    background-size: contain;
}


.my-skeleton{
	background-image: url('/views/img/skeleton.gif');
	background-position-x: left;
    background-repeat: repeat;
    background-size: auto;
    position: inherit;
    z-index: 1000;
	width: 100%;
}

.my-loader{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20003;
	width: 100%;
	height: 1024px;
	padding-top: 200px;
	text-align: center;
	background-color: white;
	opacity: 0.8;
	display: none;
}

.my-loader-image{
	width: 100%;
	max-width: 250px;
}

#nav_caller:hover{
    background-color: #0071bb;
	transition: background-color .3s;
}

.navbar__item_close{
	margin-bottom: -26px;
    padding: 15px 0px;
    border-top: 1px solid gainsboro;
    margin-top: 30px;
	display: none;
}

.navbar__item_close a{
	color: black;
}


.navbar {
	position: fixed;
	top: 1rem;
	left: 1rem;
    z-index: 1;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #0048695c;
	padding: 1rem 0;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.03);
	height: calc(100vh - 4rem);
	height: calc(-4rem + 100vh);
	height: auto;
	display: none !important;
}

.navbar__link {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 3.5rem;
  width: 5.5rem;
  color: #6a778e;
  transition: 250ms ease all;
}

.navbar__link span {
  position: absolute;
  left: 100%;
  transform: translate(-3rem);
  margin-left: 1rem;
  opacity: 0;
  pointer-events: none;
  color: #406ff3;
  background: #fff;
  padding: 0.75rem;
  transition: 250ms ease all;
  border-radius: 17.5px;
}

.navbar__link:hover {
  color: #6363ff;
}

.navbar:not(:hover) .navbar__link:focus span, .navbar__link:hover span {
  opacity: 1;
  transform: translate(0);
}

.navbar__menu {
  position: relative;
  padding-left: 0px;
}

.navbar__menu hr{
    width: 50%;
	margin-left: 25%;
    border: 0;
    border-top: 1px solid #141414;
}



.navbar__item_hasSelection a{
  left: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  background: #5cb2eb;
  color: white;
  border-radius: 17.5px;
  transition: 250ms cubic-bezier(1, 0.2, 0.1, 1.2) all;
}
.navbar__item:first-child:nth-last-child(1):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(1) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}

.navbar__item:first-child:nth-last-child(1):last-child:hover:before, .navbar__item:first-child:nth-last-child(1) ~ li:last-child:hover:before {
  opacity: 1;
}


.navbar__item:first-child:nth-last-child(2):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(2) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(2):last-child:hover:before, .navbar__item:first-child:nth-last-child(2) ~ li:last-child:hover:before {
  opacity: 1;
}

table, table tr {
    width: 100%;
}

#profile-picture-general{
    position: fixed;
    top: 20px;
    right: 10px;
	border: 4px solid #575757;
	padding: 2px;
	border-radius: 50%;
	border-top-color: #5cb2eb;
	border-left-color: #5cb2eb;
	width: 75px;
	height: 75px;
}

.navbar__item_logout{
	color: #ff6e6e;
}


/** Titles **/
.my-title-sm-1 {
	margin: 0;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 12pt;
    color: #286d77;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 1px solid #dfdfdf;
}

/** Titles End **/


/** Family Tree **/
#trees{
    width: 92%;
    margin-left: 4%;
    padding-top: 0px;
    overflow-x: scroll;
	margin-bottom: 80px;
}

.tree-holder{
    width: 92%;
    margin-left: 4%;
    padding-top: 0px;
    overflow-x: scroll;
	margin-bottom: 80px;
}

.tree > ul {
	max-width: max-content;
}

.tree ul {
	margin: auto;
}

.tree{
	text-align: center;
}
/** Family Tree End **/

.view-side-item {
    max-width: 600px;
}



/*SMALL MENU TOP
================================================== */

.invisible-border {
    border: none;
    border-bottom: 1px solid silver;
    background-color: transparent;
}

.mini-menu-local-buttons, .mini-menu-local {
    margin-bottom: 0px;
    text-align: right;
    padding: 10px 0px;
}

.menu-selector {
    cursor: pointer;
    line-height: 38px;
    font-size: 12pt;
    font-weight: 500;
    transition: font-size .3s, color .3s;
    padding-left: 20px;
}

.my-super-local-title{
	margin: 0px;
    text-align: left;	
	padding: 10px 0px;
}

@media only screen and (max-width: 845px) {
    .mini-menu-local-buttons, .mini-menu-local {
        text-align: center;
    }
}
/*SMALL MENU TOP END
================================================== */



/*VIEW SIDE WINDOW
================================================== */

.view-side-item {
	display: none;
	z-index: 10001;
	background-color: white;
	width: 60%;
	margin-left: 40%;
	padding: 20px;
	padding-top: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
	box-shadow: -4px 0px 5px 2px grey;
}

.view-side-item-full {
	display: none;
	z-index: 10001;
	background-color: white;
	width: 100%;
	margin-left: 0%;
	padding: 20px;
	padding-top: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
	box-shadow: -4px 0px 5px 2px grey;
}

.view-side-item-holder {
	display: none;
	z-index: 10000;
	background-color: #ffffffe6;
	width: 100%;
	margin-left: 0%;
}

.view-side-item-close,
.view-side-item-title {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.view-side-item-title {
	text-align: left;
	font-size: 11pt;
}

.view-side-item-close {
	text-align: right;
	color: #e8828c;
}

.view-side-item-close span {
	cursor: pointer;
}


/*================================================== 
VIEW SIDE WINDOW END*/

/* VIEW questionWaring
================================================== */

.view-questionWaring {
	display: none;
	z-index: 20001;
	background-color: white;
	padding: 20px;
	padding-top: 0px;
	overflow-y: scroll !important;
	overflow-x: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 9px 6px #515151;
}

.view-questionWaring-holder {
	display: none;
	z-index: 20000;
	background-color: #0008056e;
	width: 100%;
	margin-left: 0%;
}

.view-questionWaring-top {
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: white;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 22px;
}

.view-questionWaring-9998 {
	z-index: 9998;
}

.view-questionWaring-9998-holder {
	z-index: 9998;
}

.view-questionWaring-solid {
	background-color: white;
}

.view-questionWaring-close,
.view-questionWaring-title {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.view-questionWaring-title {
	text-align: left;
    padding-top: 13px;
    font-size: 13pt;
}

.view-questionWaring-close {
	text-align: right;
	color: #000000;
}

.view-questionWaring-close span {
	cursor: pointer;
}

.view-questionWaring-message {
	text-align: center;
	margin-top: 25px;
}

.view-questionWaring .button-bottom{
	padding-bottom: 0px;
}

.call-add-leaf-partner{
	color: #ff9ea7 !important;
}

.view-questionWaring-save {
	width: 100%;
	text-align: center;
	line-height: 50px;
	margin-top: 15px;
	color: wheat;
	background-color: #6084a9;
	border: 1px solid #38414a;
	cursor: pointer;
	transition: background-color .4s;
}

.view-questionWaring-info {
	font-size: 10pt;
	width: 100%;
	text-align: center;
	line-height: 50px;
	margin-top: 15px;
	background-color: #186aa0;
    border: 1px solid #0279c8;
    color: #fffdfd;
	cursor: pointer;
	transition: background-color .4s;
}

.view-questionWaring-yes {
	font-size: 10pt;
	width: 100%;
	text-align: center;
	line-height: 50px;
	margin-top: 15px;
	color: wheat;
	background-color: #1b785af5;
	border: 1px solid #28a745;
	cursor: pointer;
	transition: background-color .4s;
}

.view-questionWaring-no {
	font-size: 10pt;
	width: 100%;
	text-align: center;
	background-color: #ca2e3df5;
	border: 1px solid #dc3545;
	line-height: 50px;
	margin-top: 15px;
	color: wheat;
	cursor: pointer;
	transition: background-color .4s;
}

.view-questionWaring-enabled {
	font-size: 10pt;
	width: 100%;
	text-align: center;
	line-height: 50px;
	margin-top: 15px;
	background-color: #000000;
    border: #363636;
    color: #ffffff;
    cursor: pointer;
	transition: background-color .4s;
}

.view-questionWaring-disabled {
	font-size: 10pt;
	width: 100%;
	text-align: center;
	line-height: 50px;
	margin-top: 15px;
	background-color: #d8d6d6;
    border: gray;
    color: #adadad;
    cursor: no-drop;
	transition: background-color .4s;
}

.view-cancel-red{
	background: #ffa8a8;
    border: 1px solid #ff7272;
    color: #2d2d2d;
}

.view-del-red{
    background: #cf0000;
    border: 1px solid #2f0e0e;
    color: #ffffff;	
}

.center-image-holder{
	text-align: center;
	width: 100%;
}

.center-image-holder img{
	max-width: 100px;
}

.my-input{
	width: 100%;
	padding: 4px 8px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #9d9d9d;	
}

*:disabled {
    color: #777777 !important;
    border-color: #d9d9d9 !important;
	opacity: 1;
}

.small-money{
	font-size: 8pt;
}

.money-green{
	color: #035903;
    padding: 0px 2px;
}

.money-red-strike{
	color: #ff7a7a;
    text-decoration: line-through;
    font-weight: 400;
}

.percentage-off {
    padding: 2px 5px;
    background-color: #cb4848;
    color: white;
    border-radius: 10px;
}

.hightlight-nav-link{
	color: #037284;
}

/* VIEW questionWaring END
================================================== */

.my-step-input-small{
	width: 100%;
    border-radius: 0px;
    font-size: 7pt;
    border: 1px solid darkgray;
    height: 24px;
    padding: 3px;
	border-radius: 3px;
}

.my-small-save-button {
    width: 100%;
    text-align: center;
    line-height: 32px;
    margin-top: 0px;
    background-color: #6c757d;
    color: wheat;
    border: 1px solid #343a40;
    cursor: pointer;
    padding: 0px 8px;
    transition: background-color .4s;
    font-size: 10pt;
}

.my-medium-save-button {
    width: 100%;
    text-align: center;
    line-height: 45px;
    margin-top: 0px;
    background-color: #6c757d;
    color: wheat;
    border: 1px solid #343a40;
    cursor: pointer;
    padding: 0px 8px;
    transition: background-color .4s;
    font-size: 10pt;
}

.my-small-save-button:hover {
	background-color: black;
	transition: background-color .4s;
}

.my-cancel-button {
	width: 100%;
	text-align: center;
	line-height: 50px;
	margin-top: 15px;
	background-color: #ca2e3df5;
	color: wheat;
	border: 1px solid #dc3545;
	cursor: pointer;
	padding: 3px 8px;
	transition: background-color .4s;
	font-size: 10pt;
}

.my-cancel-button:hover {
	background-color: black;
	transition: background-color .4s;
}

.my-edit-button {
	width: 100%;
	text-align: center;
	line-height: 50px;
	margin-top: 15px;
	background-color: #348a97;
	color: wheat;
	border: 1px solid #076d82;
	cursor: pointer;
	padding: 3px 8px;
	transition: background-color .4s;
	font-size: 10pt;
}

.my-edit-button:hover {
	background-color: black;
	transition: background-color .4s;
}

.view-full-application-top {
	position: sticky;
	top: 0;
	z-index: 10000;
	background-color: white;
	background-color: #ffffff;
}

.view-full-window-item {
	display: none;
	z-index: 10001;
	background-color: white;
	width: 100%;
	margin-left: 0%;
	padding-top: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.view-full-window-item-holder {
	display: none;
	z-index: 10000;
	background-color: #494949c4;
	width: 100%;
	margin-left: 0%;
}

.view-full-window-item-close,
.view-full-window-item-title {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.view-full-window-item-title {
	text-align: left;
	font-size: 11pt;
}

.view-full-window-item-close {
	text-align: right;
	color: #e8828c;
}

.view-full-window-item-close span {
	cursor: pointer;
}

.me-bold{
	font-weight: bold;
}

.me-left {
	text-align: left;
}

.me-right {
	text-align: right;
}

.me-center, .center-me {
	text-align: center;
}


.table-50 {
	width: 100%;
}

.table-50 td {
	width: 50%;
}

.td-right-pd{
	padding-right: 8px;
}

.td-left-pd{
	padding-left: 8px;
}

.img-bt{
	max-width: 22px;
}

.my-description-trans-title{
	margin-bottom: 0;
    font-size: 10pt;
    font-weight: 500;
    color: gray;	
}

.my-description-trans-value{
	font-size: 10pt;
    padding-left: 15px;	
	color: black;
}

.my-description-trans-h1{
	color: #b7b7b7;
    font-size: 14pt;
    margin-bottom: 30px;
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
}

.my-description-trans-value a{
	color: #2988ef;
}

.no-trans{
	text-align: center;
}

.no-reviews{
	text-align: center;
	color: gray;
}

.benefits li{
	list-style-type: circle;
}
/* Job-Board-Responsive
================================================== */

.noselect, .no-select, .select-no, .selectno {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.go-to-terms{
	color: #005ea7;
	cursor: pointer;
	text-decoration: underline;
}

:focus { 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

.go-employer{
	color: #a78966;
}

.my-required-input{
	border: 1px solid #ed6f6f;
}

.my-title-item {
    margin: 0;
    margin-bottom: 10px;
    margin-top: 45px;
    font-size: 12pt;
    color: #286d77;
    text-decoration: underline;
    /* border-top: 1px solid #dfdfdf; */
}

.my-item {
    margin: 0;
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 10pt;
}

.my-item .title-tag {
    color: wheat;
    background-color: #413e3e;
    padding: 1px 8px;
    font-size: 8pt;
}

.my-or{
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}

.my-or .span{
	margin-bottom: -10px;
    font-weight: 800;
}

.my-or .span span{
	background-color: white;
	padding: 0px 10px;
	font-size: 9pt;
}

.my-or-gray .span span{
	background-color: #f6f6f5;
}

.i-row-force100{
    margin: 0px;
    width: 100%;	
}

.my-full-image{
	max-width: 600px;
	text-align: center;
}

.my-full-image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
    border: 1px solid #d1d1d1;
}

.my-rounded-image{
	text-align: center;
}

.my-rounded-image img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 0px 11px 0px #5d5d5d;
}

.my-rounded-image hr {
	max-width: 16%;
	margin-left: 42%;
}

.save-icon-holder {
    display: none;
    padding-top: 15px;
}

.imgFit{
	object-fit: cover;
}

.cover-saving-data-holder {
    height: 1000px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #eceff15e;
    filter: blur(4px);
    backdrop-filter: blur(5px);
    z-index: 998;
    display: none;
}

.saving-data-holder-active {
    padding: 18px;
    padding-bottom: 0;
    padding-top: 0;
    box-shadow: 0px 0px 12px 3px #6a6a6a;
}

.saving-data-holder {
    margin-top: 10px;
    background-color: transparent;
}

.save-icon {
    line-height: 30px;
    font-size: 10pt;
    font-weight: 100 !important;
    vertical-align: bottom;
    cursor: pointer !important;
    background-color: #248ccc;
    color: white !important;
    padding: 5px 12px;
    border-radius: 4px;
    transition: .3s background-color, .3s color;
}

.save-icon:hover{
    background-color: gray;
	color: white !important;
	transition: .3s background-color, .3s color;
}

.save-icon img{
	max-height: 12px !important;
    margin-left: 10px !important;
	cursor: pointer !important;
}

.save-icon img:hover{
	text-decoration: underline;
}

.save-icon-close {
    font-size: 16pt;
    color: #c55c5c;
    padding-bottom: 16px;
}

.save-icon-holder .save-icon-close span {
    color: #ff6b6b;
    cursor: pointer;
}

.edit-icon {
    max-height: 14px !important;
    margin-left: 10px !important;
    cursor: pointer !important;
}

.confirm-password-cover{
	height: 1000px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #49555d6b;
    filter: blur(4px);
    backdrop-filter: blur(5px);
	z-index: 1000;
	display: none;
}

.confirm-password-holder{
	position: fixed;
	top: 0;
	left: 0;	
	background-color: white;
    padding: 20px;
    box-shadow: 0px 0px 6px 5px #6f6c6c;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	z-index: 1001;
	display: none;
}

#bt-confirm-password{
    margin-top: 30px;
    border-radius: 2px;
    font-size: 10pt;
    padding: 0px 21px;
	width: 100%;
}

.confirm-password-top{
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
}

.confirm-password-holder .confirm-password-close span{
	color: #f59b9b;
    cursor: pointer;
    font-size: 16pt;
}

.one-line-item{
	font-size: 10pt;
    padding-left: 13px;
    margin-bottom: 4px !important;
}

.no-shadow-menu{
	box-shadow: none;
}

.jb-user-article ul li {
    color: rgb(26 25 31);
    list-style-type: disc;
}
.steps-subitems-list li {
    list-style: circle;
    margin-left: 14px;
    font-size: 9pt;
    line-height: 20px;
}

.max-text {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hide-me, .me-hide {
    display: none;
}

.hide-me-force, .me-hide-force {
    display: none !important;
}

.call-link-toaccount-from-noaccount{
	display: block;
}

.v-input {
    background-color: rgba(210, 201, 255, 0.04);
    border: 1px solid #b6b6b6;
    position: relative;
    color: black;
    font-weight: 500;
    font-size: 11pt;
    line-height: 38px;
    width: 100%;
    border-radius: 4px;
    padding: 0 20px;
}

.v-select {
    background-color: rgba(210, 201, 255, 0.04);
    border: 1px solid #b6b6b6;
    position: relative;
    color: black;
    font-weight: 500;
    font-size: 11pt;
    line-height: 38px;
    height: 38px;
    width: 100%;
    border-radius: 4px;
    padding: 0 20px;
    margin-bottom: 22px;
}

.v-file {
    background-color: rgba(210, 201, 255, 0.04);
    border: 1px solid #b6b6b6;
    position: relative;
    color: #757575;
    font-size: 11pt;
    line-height: 30px;
    width: 100%;
    border-radius: 4px;
    padding: 0;
}

.v-checkbox {
    background-color: rgba(210, 201, 255, 0.04);
    border: 1px solid #b6b6b6;
    position: relative;
    color: black;
    font-weight: 600;
    font-size: 11pt;
    text-align: center;
    padding: 0px 6px;
    line-height: 45px;
    width: 100%;
    border-radius: 4px;
	text-transform: uppercase;
	cursor: pointer;
	transition: color .3s, background-color .3s, border .3s;
}

.v-checkbox-selected{
    background-color: #009688;
    border: 1px solid #009688;
    border-bottom: 6px solid #247d60;
	color: #e5e5e5;
	transition: color .3s, background-color .3s, border .1s;
}

.v-checkbox-icon-y{
	display: none;
}

.v-label {
    color: black;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0px;
}

.v-disclaimer{
	margin-top: 15px;
    font-size: 11pt;
    font-weight: 600;
    color: gray;
}

.lbl_ceito{
	display: block;
}

.v-filter {
    background-color: rgba(210, 201, 255, 0.04);
    border: 1px solid #b6b6b6;
    position: relative;
    color: black;
    font-weight: 600;
    font-size: 11pt;
    text-align: center;
    padding: 0px 6px;
    line-height: 45px;
    width: 100%;
    border-radius: 4px;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 10px;
	transition: color .3s, background-color .3s, border .3s;
}


input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
    color: fieldtext !important;
}

._label_{
	margin-bottom: 10px;
    font-weight: 700;
    color: #5d5d5d;
}

.label{
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 12pt;
    font-weight: 600;
    width: 100%;
}

.input {
    background-color: rgba(210, 201, 255, 0.04);
    border: 1px solid #b6b6b6;
    height: 44px;
    position: relative;
    color: #0f0f0f;
    font-size: 13px;
    line-height: 0.4px;
    width: 100%;
    padding: 0 20px;
}

.attention-me{
    font-weight: 500;
    color: #ff7b7b;
}

.v-filter-selected{
    background-color: #009688;
    border: 1px solid #009688;
    border-bottom: 6px solid #247d60;
	color: #e5e5e5;
	transition: color .3s, background-color .3s, border .1s;
}

#new-tree-bt{
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
    letter-spacing: 3px;
}

#new-tree-bt .btn{
    margin: auto;
	width: 310px;
	line-height: 40px;
	color: white;
	border-radius: 3px;
	height: 44px;
}

#new-tree-bt .btn h4{
	font-size: 11pt;
	margin: 0px;
}


#new-tree-bt .btn-no-tree{
    height: 120px;
	margin-top: 200px;
}

#tree-name{
	text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 20px;
    font-size: 14pt;
	opacity: 0;
}

.tree-name-holder-edit{
	display: none;
}

.tree-name-holder-edit span{
    background-color: white;
    font-size: 11pt;
    padding: 3px 40px;
    border: 1px solid #e1e1e1;
    color: #198754;
    font-weight: 600;
	cursor: pointer;
}

#tree-name .tree-name-holder .tree-name-prev, #tree-name .tree-name-holder .tree-name-next{
	font-size: 16pt;
	font-weight: bolder;
	cursor: pointer;
	transition: font-size .3s, margin-left .3s, margin-right .3s;
}

#tree-name .tree-name-holder .tree-name-next:hover{
	margin-left: 10px;
	transition: margin-left .3s;	
	cursor: pointer;
}

#tree-name .tree-name-holder .tree-name-prev:hover{
	margin-right: 10px;
	transition: margin-right .3s;	
	cursor: pointer;
}

.tree-name-name{	
	cursor: pointer;
}

.fadeInUp-animation{
  animation: 1.5s fadeInUp;
}

#linkedClient-name{
	text-align: center;
    margin-bottom: 30px;
}

#linkedClient-pic{
    width: 150px;
    height: 150px;
    border-radius: 50%;
	margin: auto;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 0px 11px 0px #5d5d5d;
	background-image: url('/views/img/person_family.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#linkedClient-info{
	display: none;
}

#linkedClient-info hr{
    max-width: 16%;
    margin-left: 42%;
}

.linkedClient-name{
	text-align: center;
    margin-bottom: 30px;
}

.linkedClient-pic{
    width: 150px;
    height: 150px;
    border-radius: 50%;
	margin: auto;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 0px 11px 0px #5d5d5d;
	background-image: url('/views/img/person_family.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.linkedClient-info{
	display: block;
}

.linkedClient-info hr{
    max-width: 16%;
    margin-left: 42%;
}

.imperial-loader-inform{
	min-height: 400px;
	width: 100%;
	background-image: url('/views/img/skeleton.gif');
	position: absolute;
    top: 0;
	background-position-x: center;
    background-repeat: repeat;
    background-size: auto;
}

#accountNumber{
	color: black;
    font-weight: 600;
}

.user-linked-view{
	display: none;
}

/*** PARTNER LIST HOLDER ***/
.partner-holder{
	width: 90%;
    margin-left: 5%;
	margin-bottom: 15px;
    background-color: white;
    margin-bottom: 20px;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    padding: 20px 3px;
}

.partner-holder-image{
	text-align: center;
	width: 30%;
	border-right: 1px solid #e1e1e1;
}

.partner-holder-image img{
	width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
}

.partner-holder-text{
	text-align: center;
	width: 70%;
	float: right;
    margin-top: 25px;
}

.partner-holder-text .partner-holder-name{
}

.partner-holder-text .partner-bt-holder{
	width: 100%;
	text-align: center;
    margin-top: 10px;
}

.partner-holder-text .partner-bt-holder .partner-holder-delete, 
.partner-holder-text .partner-bt-holder .partner-holder-breakup{
    color: #3fb2ff;
    text-transform: uppercase;
    font-size: 9pt;
	font-weight: bold;
    padding: 8px 20px;
    text-decoration: underline;
	cursor: pointer;
	transition: color .3s;
}

.partner-holder-text .partner-bt-holder .partner-holder-delete:hover, 
.partner-holder-text .partner-bt-holder .partner-holder-breakup:hover{
    color: #ff5262;
	transition: color .3s;
}

.partner-holder-nothing{
	text-align: center;
	color: red;
	font-size: 14pt;
}
/*** PARTNER LIST HOLDER END ***/


/*** BUTTONS ***/
.btn_holder{
	margin-top: 15px;
	margin-bottom: 20px;
}

.btn_holder_right div{
	float: right;
	margin-left: 8px;
}

.btn_100{
	width: 100%;
}

.btn_{
	position: relative;
	font-size: 10pt;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1em 2.5em;
	display: block;
	cursor: pointer;
	border-radius: 15px;
	transition: all 0.2s;
	border: none;
	font-family: inherit;
	font-weight: 500;
	color: black;
	margin-bottom: 15px;
	background-color: white;
	text-align: center;
 }
 
.btn_:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn_:active {
	transform: translateY(-1px);
	box-shadow: 0 5px 10px gray;
}

.btn_::after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.4s;
}

.btn_::after {
	background-color: lightgray;
}

.btn_:hover::after {
	transform: scaleX(1.4) scaleY(1.6);
	opacity: 0;
}


.btn_black{
	color: white;
	background-color: #1a1a1a;
}

.btn_red{
	color: white;
	background-color: #bf0000;
}

.btn_green{
	background-color: #0df78b;
    color: #000000;
}

.btn_blue{
	background-color: #0d6efd;
    color: #c9ffe7;
}

.btn_darkgreen{
	background-color: #002b11;
    color: white;
}

.btn_red{
	background-color: #dc3545;
    color: white;
}

.btn_plain{
	color: #000000;
	background-color: #ccc;
}

.btn_white{
	color: black;
	background-color: white;
	border: 1px solid gray;
}

.btn_simple{
	border: 1px solid #bdbdbd;
	padding: 8px 15px;
	cursor: pointer;
}

.bt-border-left{
	border-left: 1px solid gray;	
	padding-left: 8px; 
}


.blocked_button{
	background-color: #5d5d5d !important;
    color: #9f9f9f !important;
}


.blocked_button:hover {
	transform: none;
	box-shadow: none;
}

.blocked_button:active {
	transform: translateY(0px);
	box-shadow: none;
}

.blocked_button:focus {
	box-shadow: none;
}

.blocked_button::after {
	content: "";
	display: none;
}

.blocked_button::after {
	background-color: transparent;
}

.blocked_button:hover::after {
	transform: none;
	opacity: 0;
}

/*** BUTTONS END ***/

.sign-form{
	text-align: center;
}

.sign-form-img{
	height: 90px;
}

.sign-form-title{
	margin-bottom: 30px;
    margin-top: 10px;
}

.sign-text{
	line-height: 35px;
}

.sign-forgot{
	display: block;
	text-align: left;
    margin-top: -22px;
}

.sign-forgot a{
	color: #245db1;
    font-weight: 600;
}


.background_darkgreen{
	background-color: #002b11;
}

.background_lightGray{
	background-color: #e9e9e9;
}

.deals_imperdiveis_section{
	padding-top: 30px;
	padding-bottom: 20px;
}

.color_white{
	color: white;
}

.no-margin-bottom, .no_margin_bottom{
	margin-bottom: 0px!important;
}

/*** PERMISSION LIST HOLDER ***/
#tab-tree-permission{
	padding: 3px 20px;
}

.permission-holder{
	width: 100%;
	margin-bottom: 15px;
    background-color: white;
    margin-bottom: 20px;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    padding: 20px 3px;
}

.permission-holder-image{
	text-align: center;
	width: 30%;
	border-right: 1px solid #e1e1e1;
}

.permission-holder-image img{
	width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
}

.permission-holder-text{
	text-align: center;
	width: 70%;
	float: right;
    margin-top: 10px;
}

.permission-holder-text .permission-holder-name{
}

.permission-holder-text .permission-bt-holder{
	width: 100%;
	text-align: center;
    margin-top: 10px;
}

.permission-holder-text .permission-bt-holder .permission-holder-delete, 
.permission-holder-text .permission-bt-holder .permission-holder-breakup{
    color: #3fb2ff;
    text-transform: uppercase;
    font-size: 9pt;
	font-weight: bold;
    padding: 8px 20px;
    text-decoration: underline;
	cursor: pointer;
	transition: color .3s;
}

.permission-holder-text .permission-bt-holder .permission-holder-delete:hover, 
.permission-holder-text .permission-bt-holder .permission-holder-breakup:hover{
    color: #ff5262;
	transition: color .3s;
}

.permission-holder-nothing{
	text-align: center;
	color: red;
	font-size: 14pt;
}

.permission-holder-isadmin{
	padding: 5px 10px;
	color: #cfffff;
    background: #000000;
    font-size: 9pt;
}
/*** PERMISSION LIST HOLDER END ***/

.pickedFamilyName_text{
	color: #ce0f28;
    font-weight: bold;
    font-size: 12pt;
}

/*** LOCATION AUTO POPULATE ***/
.autoPopulateLocations{
	border: 1px solid #cecece;
    border-radius: 3px;
    padding: 6px 20px;
    margin-top: 8px;
}

.autoPopulateLocations-location{
	border-bottom: 1px solid #beb8b8;
    font-size: 9pt;
    line-height: 40px;
    cursor: pointer;
	transition: background-color .3s, padding-left .3s;
}

.autoPopulateLocations-location:active{
	background-color: #e2e2e2;
    padding-left: 10px;
	transition: background-color .3s, padding-left .3s;
}
/*** LOCATION AUTO POPULATE END ***/

.no-resume{
	margin-top: 30px;
}

.local-list{
	padding: 15px 5px;
    border-bottom: 1px solid #ededed;
	transition:padding-left .3s;
}

.local-list-label{
	color: gray;
	font-weight: 500;
}

.local-list-title{
	font-size: 14pt;
	font-weight: 500;
	margin-bottom: 11px;
    display: inline-block;
}

.local-list:hover{
    padding-left: 10px;
	transition:padding-left .3s;
}

.local-list .local-icon{
	max-height: 35px;
    margin-right: 15px;
}


.footer-img{
	max-width: 100px;
}

/***** ENVIRONMENT BANNER *****/
.ENV-HEADER{
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    background-color: #ee567738;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    -webkit-animation: slideDown 0.35s ease-out;
    animation: slideDown 0.35s ease-out;
	text-align: right;
	z-index: 1000;
    bottom: 0;
    width: 100%;
}

.ENV-INFO {
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 20px;
    color: white;
    background: #dc3545;
    transition: background 0.3s;
}
/*** ENVIRONMENT BANNER END ***/


/***** SINGLE ITEMS VIEWS *****/

/*** SINGLE ITEMS VIEWS END ***/


.aj-dashboard-title {
    background: #238ccc;
    text-align: center;
    color: white;
    line-height: 210px;
    font-size: 24pt;
    margin-top: 65px;
}

.aj-my-local-side-menu{
    background-color: #efefef;
    padding: 90px 60px;
    position: absolute;
    width: 90%;
    min-height: 600px;
    height: 1000px;
    position: sticky;
    top: 40px;
}

.aj-my-local-side-menu p{
	font-size: 13pt;
    margin-bottom: 27px;
	cursor: pointer;
}

.aj-my-local-side-menu p:hover{
	text-decoration: underline;
	transition: text-decoration .3s;
}

.aj-my-local-side-menu p.aj-local-side-menu-selected{
	border-left: 8px solid #148cd6;
    padding-left: 12px;
	transition: padding-left .1s, border-left .1s;
}

.local-100 {
    width: 100%;
}

.aj-dashboard-title-small{
	background: #238ccc;
    text-align: left;
    color: white;
    font-size: 18pt;
    margin-top: 65px;
    padding: 30px 20px 30px 20px;
}

.no-margin{
	margin: 0 !important;
}

main{
	padding-top: 30px;
}

.vango_section{
	margin-bottom: 80px;
}

.max-width{ width: 100% !important; }

.no-border-top{ border-top: none !important; }

.green_color{
	color: #002b11 !important;
}

.h2_imperial{
	color: #002b11;
}

.h4_imperial{
	color: #002b11;
}

.disclaimer_checkbox{
	margin-right: 10px;
}

.no-items{
	padding: 20px 0px;
	text-transform: uppercase;
}

.no-items h5{
	font-size: 14pt;
}

.no-padding, .no_padding, .nopadding{
	padding: 0px!important;
}


.section_title{
	font-size: 14pt;
}

.section_subtitle{
	font-size: 12pt;
	margin-top: 5px;
	color: gray
}

.super_section_title{
	font-size: 18pt;
	background: yellow;
    background: -webkit-linear-gradient(left, orange , yellow, green, cyan, blue, violet);
    background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.black_ancher{
	color: black;
	text-decoration: none;
}

/* Container */
.consent {
	max-width: 820px;
	margin: 18px auto;
	padding: 14px 18px;
	background: linear-gradient(180deg, rgba(11,61,11,0.04), rgba(11,61,11,0.02));
	border-left: 4px solid #245db1;
	border-radius: 8px;
	font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #1f2937;
	box-shadow: 0 6px 18px rgba(16,33,58,0.04);
	line-height: 1.45;
	display: flex;
	align-items: center;
	gap: 12px;
}

/* Optional icon */
.consent__icon {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #245db1;
	color: #fff;
	display: grid;
	place-items: center;
	font-weight: 700;
	font-size: 18px;
	box-shadow: 0 4px 10px rgba(11,61,11,0.12);
}

/* Text */
.consent__text {
	font-size: 14px;
	color: #10213a;
	margin: 0;
}

/* Links inside text */
.consent__text a {
	color: #245db1;
	text-decoration: none;
	font-weight: 600;
	border-bottom: 2px solid rgba(11,61,11,0.08);
	padding-bottom: 2px;
}
.consent__text a:hover,
.consent__text a:focus {
	color: #245db1;
	border-bottom-color: rgba(11,61,11,0.25);
	text-decoration: none;
	outline: none;
}

/* Small / muted style */
.consent--muted .consent__text {
	color: #475066;
	font-size: 13px;
}

._lined_text{
	border-top: 1px solid #858585f0;
    margin-top: 40px;
    color: #313131;
    margin-bottom: -5px;
}

._lined_text_text{
	display: ruby-text;
    margin-top: -11px;
    background-color: white;
    padding: 0px 18px;
}

.password_rules{
	font-size: 10pt;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.loggedIn_q_false{
	display: none !important;
}
/*** MIDIAS ***/
/*** MIDIAS ***/
/*** MIDIAS ***/
/*** MIDIAS ***/
/*** MIDIAS ***/
/*** MIDIAS ***/
/*** MIDIAS ***/
/*** MIDIAS ***/
/*** MIDIAS ***/
/*** MIDIAS ***/
/*** MIDIAS ***/
/*** MIDIAS ***/
/*** MIDIAS ***/
/*** MIDIAS ***/
/*** MIDIAS ***/
@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@media only screen and (max-width: 600)  {
		
	.my-loader-image{
		width: 100%;
		max-width: 150px;
	}

}

@media (max-width: 768px) {
	.window-signup, .window-login{
		padding-bottom: 60px;
	}
	
	.mobile_50_negative_top{
		margin-top: -50px;
	}
	
	#experiencias_mais_vendidas .horizontal_wraper .imperial_card {
		width: 280px;
		margin-right: 15px;
	}
	
	.small-window-padding {
		padding: 0px 20px;
	}
	
	.view-side-item {
		width: 100%;
		margin-left: 0%;
	}

	#nav_caller{
		display: block;
	}
	
	.navbar__item_close{
		display: none;
	}
	
	.navbar{
		left: -90px;
	}
	
	#new-tree-bt{
		letter-spacing: 2px;
	}

	#new-tree-bt .btn{
		width: 180px;
	}
	
	#new-tree-bt .btn h4{
		font-size: 10pt;
	}
	
	#new-tree-bt .btn-no-tree{
		width: 210px;
		margin-top: 200px;
	}
	
	.partner-holder-image{
		width: 100%;
	}

	.partner-holder-text{
		width: 100%;
	}
	
	.permission-holder-image{
		width: 100%;
		margin-top: 80px;
		border-right: none;
	}

	.permission-holder-text{
		width: 100%;
		margin-top: -10px;
	}
}

@media only screen and (max-width: 845px)  {
	.aj-my-local-side-menu{
		display: none;
	}
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}

/* Track */
::-webkit-scrollbar-track {
	border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
	background: #dbdbdb;
	border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #00000070; 
}

