body {
	margin: 0;
	padding: 0 !important;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background-color: #EBF3F7;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
    color: #434343;
    overflow-x: initial;
    min-width: initial;
}

.authentication-bg {
	background-size: cover !important;
	object-fit: cover;
	background-repeat: no-repeat !important;
	display: flex;
	align-items: center;
	min-height: 100vh;
}
.authentication-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.authentication {
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: #fff;
    width: 30%;
    padding: 25px 30px;
    position: relative;
    flex-direction: column;
    border-radius: 30px;
}
.authentication-form-box {
    position: relative;
    display: flex;
    flex-direction: column;
}
.authentication-form-icon {
	position: absolute;
	left: 7px;
	top: 0;
	height: 100%;
	line-height: 34px;
}
.authentication-form-icon svg {
    width: 12px;
    height: 13px;
}
.authentication-forms {
    width: 100%;
}
.authentication-logo {
    width: 158px;
}
.authentication-logo img {
    max-width: 100%;
}
.authentication-submit .btn-primary {
    width: 100%;
}
.authentication-checkbox {
	line-height: 21.5px;
}
.header {
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 99;
}
.user-header {
	height: 60px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.logo {
    display: flex;
    align-items: center;
    width: 12%;
}
.logo a {
width: 100%;
}
.logo img {
    height: auto;
    display: block;
}
.user-navbar-container {
    width: 88%;
    display: flex;
    justify-content: flex-end;
}
ul.user-navbar {
    display: flex;
    align-items: stretch;
}
ul.user-navbar li.nav-item {
    min-height: 60px;
    display: flex;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
	position: relative;
}
ul.user-navbar li.nav-item:hover:after,
ul.user-navbar li.nav-item.active:after{
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0963C4;
}
ul.user-navbar li.nav-item a.nav-link {
    color: #434343;
    padding: 0;
    display: flex;
    align-items: center;
}
.user-thumb {
    display: flex;
    align-items: center;
	margin-left: 15px;
}
.user-image {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
	overflow: hidden;
	border-radius: 100%;
}
.user-image svg {
    fill: #B3BCC9;
}
.content {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.content-box {
    padding: 20px;
    border-radius: 10px;
    min-height: 74vh;
}
.user-content-panel {
    padding-top: 60px;
}
.edit-profile-photo,
.edit-profile-photo a {
    position: relative;
    display: inline-block;
}
.profile-photo {
    overflow: hidden;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    position: relative;
}
.profile-edit-icon {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 40px;
    height: 40px;
    z-index: 1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-edit-icon svg {
    width: 18px;
    height: 18px;
}
.button-boxes {
    display: flex;
    justify-content: flex-end;
}
.profile-forms:after {
    width: 1px;
    height: 100%;
    position: absolute;
    content: "";
    background-color: #B3BCC9;
    right: -17px;
    top: 0;
}
.profile-forms {
    position: relative;
}
.currect-plan-listings ul li {
    display: flex;
    justify-content: flex-start;
}
.currect-plan-listings ul li .current-plan-title {
    flex-basis: 60%;
    padding-right: 7.5px;
}
.currect-plan-listings ul li .current-plan-detail {
    flex-basis: 40%;
    padding-left: 7.5px;
    text-align: right;
}
.currect-plan-listings ul li {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #B3BCC9;
}
ul.tab-nav {
    border-bottom: 1px solid #B3BCC9;
    display: flex;
    justify-content: flex-start;
}
ul.tab-nav li {
    margin-right: 20px;
}
ul.tab-nav li a{
    display: flex;
    align-items: center;
    color: #434343;
    font-weight: 700;
    letter-spacing: .1px;
    box-shadow: none;
    line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
}
ul.tab-nav li a:hover, ul.tab-nav li a.active  {
    background-color: #C3E178;
    border: 1px solid #C3E178;
}
ul.tab-nav li a .tab-icon {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
}
ul.tab-nav li a .tab-icon svg {
    width: 15px;
    height: 15px;
    fill: #0963C4;
}
.section-titles {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-titles .section-title {
    width: 45%;
    padding-right: 15px;
}
.section-titles .section-title {
    width: 45%;
    padding-right: 15px;
}
.section-titles .section-buttons {
    width: 55%;
}
.button-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
a.navigation-link svg {
    width: 13px;
    height: 13px;
    margin-right: 10px;
    border:0px;
}
.dashboard-cards-img {
    height: 130px;
    border-radius: 5px;
    overflow: hidden;
}
.dashboard-cards-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.dashboard-card {
    padding: 7px;
}
.dashboard-card-link,
.family-tree-card-link {
    text-decoration: none;
}
a.navigation-link svg.pdf {
    width: 17px;
    height: 17px;
    border: 0;
}
.family-tree-card-img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: initial;
    margin-top: -45px;
    border: 3px solid #DCDCDC;
    background-color: #DCDCDC;
    /* padding: 15px; */
}
.family-tree-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.family-tree-card {
    width: 160px;
    display: inline-block;
}
.family-tree-card .card-body {
    text-align: center;
}
.popup-logo {
    width: 46px;
    height: 57px;
    margin-left: auto;
    margin-right: auto;
}
.popup-logo img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.warning-button-boxes {
    display: flex;
    justify-content: center;
}
.subscription-text-box {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.subscription-card {
    padding: 15px;
}
ul.subscription-details li {
    display: flex;
    align-items: stretch;
    width: 100%;
}
ul.subscription-details li .subscription-detail-icon svg {
    width: 15px;
    height: 15px;
    fill: #23883D;
}
.subscription-rates {
    display: flex;
    justify-content: center;
    align-items: center;
}
.subscription-rate h1 sup {
    position: relative;
    top: -20px;
}
.subscription-btn a.navigation-link {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
}
.subscription-btn a.navigation-link svg {
    background-color: #E8EDF2;
    width: 25px;
    height: 25px;
    padding: 6px;
    border-radius: 100%;
    margin-left: 7px;
}
.subscription-card .card-footer {
    padding: 0;
    border: 0;
    background-color: transparent;
}
.current-subscription {
    background-color: #E0E0E0;
}
.current-subscription .card-footer .subscription-btn a.navigation-link {
    background-color: transparent;
    border: 0;
    height: 51px;
}
textarea.form-control {
    height: auto;
    resize: none;
    line-height: 25px;
    padding-bottom: 11px;
    padding-bottom: 11px;
}
table.table {
    color: #434343;
}
table.table th {
    border-bottom: 1px solid #0963C4 !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #EDF2F7;
}
a.table-action {
    display: inline-block;
    color: transparent;
}
a.table-action svg {
    color: transparent;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.filter-column-icon svg {
    width: 15px;
    height: 15px;
}
.table-filters .row {
    justify-content: flex-end;
}
.masonry-card {
    padding: 7px;
}
.masonry-image img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    display: block;
}
.masonry-card video {
    width: 100%;
    border-radius: 4px !important;
    height: 210px;
    object-fit: cover;
    display: block;
}
.masonry-card audio {
    width: 100%;
    display: block;
}
.life-story-detail-cards .masonry-card {
    padding: 0;
    /* border-radius: 0;
    border: 0; */
}
.masonry-frame{
    /* border: 10px solid #D3DBE3; */
    padding: 10px;
    background-color: #FFF;
    border-radius: 4px;
}
.super-admin ul.user-navbar li.nav-item a.nav-link {
    color: #8A8D94;
}
.super-admin-counting-card-box {
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.super-admin-counting-card-icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.profile-user-image {
    display: flex;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
}
.profile-edit-icon-avator {
    display: inline-block;
    width: 100%;
    padding: 120px 0 0 0;
    height: 161px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    z-index: 2;
}
.authentication-form-icon.eye {
    left: auto;
    right: 10px;
    cursor: pointer;
	display: flex;
	align-items: center;
}
.authentication-form-icon.eye svg {
    width: 16px;
    height: 16px;
}

/* Loader design starts */

/* Absolute Center Spinner */
.loader {
    display: none;
    position: fixed;
    z-index: 99999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  /* Transparent Overlay */
  .loader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
  }

  /* :not(:required) hides these rules from IE9 and below */
  .loader:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }

  .loader:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    margin-left: -5px;
}

  /* Animation */

  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

/* Loader design ends */

.profile-user-image svg {
    fill: #B3BCC9;
    width: 60px;
    height: 60px;
}
.user-thumb .dropdown .btn-secondary {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
}
.user-thumb .dropdown .btn-secondary img {
width: 100%;
}
.dropdown-menu {
    min-width: 10rem;
    padding: 0.5rem 0;
    color: #9e9e9e;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu li a {
    width: 100%;
    display: block;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.dropdown-menu li a:hover {
    color: #0963C4;
}
.user-thumb .dropdown .btn-secondary img.default-user {
    width: 15px;
    height: 15px;
    margin-top: 8px;
}
.user-thumb ul.dropdown-menu li.logout {
    border-top: 1px solid #E8EDF2;
}
.user-thumb ul.dropdown-menu li.logout svg {
    width: 15px;
    height: 15px;
}
.dropdown-menu li a:hover svg {
    fill: #0963C4;
}
.family-tree-card-overlay {
    width: 295px;
    position: fixed;
    left:-110px;
    z-index:999;
    overflow:visible;
    border-radius: 10px;
}
.family-tree-overlay-row {
    display: flex;
    align-items: center;
    padding: 15px;
    column-gap: 15px;
}
.family-tree-card-overlay-img {
    width: 70px;
    height: 70px;
    background-color: #dcdcdc;
    border-radius: 100%;
    /* padding: 15px; */
    display: block;
}
.family-tree-card-overlay-img img {
    /* width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover; */
    width: 100%;
    height:100%;
    border-radius: 100%;
    object-fit: cover;
    overflow: hidden;
}
ul.family-tree-card-overlay-actions {
    display: flex;
    column-gap: 10px;
}
ul.family-tree-card-overlay-actions li {
    width: 30px;
    height: 30px;
    background-color: #E0E0E0;
    text-align: center;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
ul.family-tree-card-overlay-actions li svg {
    width: 15px;
    height: 15px;
    fill: #434343;
    border: 0;
}
ul.family-tree-card-overlay-actions li a {
    display: block;
    width: 100%;
    height: 100%;
}
p.family-tree-card-overlay-link a {
    display: block;
    width: 100%;
    text-align: right;
    text-decoration: none;
    cursor: pointer;
}
p.family-tree-card-overlay-link a:hover {
    text-decoration: underline;
}
p.family-tree-card-overlay-link svg {
    width: 12px;
    height: 12px;
    border: 0;
    fill: #FFF;
}
.dashboard-cards-img {
    position: relative;
}
.dashboard-card .dashboard-card-overlay {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 9;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    opacity: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch;
    gap: 0;
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0;
    transform: none;
}
.dashboard-card:hover .dashboard-card-overlay {
    top: 50%;
    opacity: 1;
}

/* .dashboard-card .dashboard-card-overlay:after {
    background: #006d9e;
    opacity: .9;
} */
.dashboard-card .dashboard-card-overlay:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 0;
    background: rgb(178,234,80);
    background: linear-gradient(90deg, rgba(178,234,80,1) 0%, rgba(67,148,33,1) 100%);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    opacity: 0;
}
.dashboard-card:hover .dashboard-card-overlay:after {
    height: 100%;
    opacity: .8;
}
ul.dashbord-card-edit {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
button.dashbord-card-edit-icon {
    border: 1px solid #FFF;
    background-color: transparent;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
button.dashbord-card-edit-icon svg, button.dashbord-card-edit-icon svg path {
    width: 16px;
    height: 16px;
    fill: #FFF;
}
.view-family-member .modal-header {
    padding: 10px;
    width: 100%;
    margin: 0;
}
.view-member-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.view-member-header-detail {
    display: flex;
    align-items: center;
}
.view-member-header-action ul {
    display: flex;
    align-items: center;
    height: 100%;
}
.view-member-header-action ul li {
    width: 30px;
    height: 30px;
    background-color: #C3E178;
    text-align: center;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    cursor: pointer;
}
.view-member-header-action ul li svg {
    width: 15px;
    height: 15px;
    fill: #434343;
    border: 0;
}
.view-member-image {
    width: 100px;
    height: 100px;
    text-align: center;
    background-color: #ebf3f7;
    overflow: hidden;
}
.view-member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    border: 3px solid #DCDCDC;
}
.view-family-member .modal-body ul {
    display: flex;
    column-gap: 2%;
    width: 100%;
    flex-wrap: wrap;
}
.view-family-member .modal-body ul li {
    display: flex;
    flex-basis: 49%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: hidden;
}
.view-family-member .modal-body ul li .title {
    width: 32%;
}
.view-family-member .modal-body ul li .spacer {
    width: 3%;
    text-align: center;
}
.view-family-member .modal-body ul li .detail {
    width: 65%;
}
.view-family-member .modal-body ul.view-member-detail-address {
    display: flex;
    column-gap: 0;
}
.view-family-member .modal-body ul.view-member-detail-address li {
    flex-basis: 70%;
}
.view-family-member .modal-body ul.view-member-detail-address li .title {
    width: 22%;
}
.view-family-member button.btn-close {
    margin-top: -19px;
    margin-right: -16px;
}
.view-member-header-action ul li:last-child {
    margin-right: 0;
}
.background-color-light-green.family-tree-card-overlay .card-body h5,
.background-color-light-green.family-tree-card-overlay .card-body p,
.background-color-light-green.family-tree-card-overlay .card-body p.family-tree-card-overlay-link a {
    color: #FFF !important;
}

.family-tree-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size:16px;
}
.family-tree-card-date {
    padding-bottom: 10px !important;
}
.background-color-light-green.family-tree-card a.family-tree-card-link .card-body p {
    color: #000 !important;
}
.family-tree-card {
    border-radius: 6px;
    position: static;
}
.add-member-btn-box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cropper-view-box{
    border-radius: 50%;
}

.masonry-frame {
    position: relative;
}
.masonry-card-overlay {
    position: absolute;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 9;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    opacity: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch;
    gap: 0;
    width: auto;
    height: auto;
    top: 10px;
    transform: none;
    right: 0;
    padding: 6px;
}
.masonry-frame:hover .masonry-card-overlay {
    opacity: 1;
    right: 10px;
}

/* .dashboard-card .dashboard-card-overlay:after {
    background: #006d9e;
    opacity: .9;
} */
.masonry-card-overlay:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 0;
    background: #000;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    border-top-right-radius: 5px;
    opacity: 0;
}
.masonry-frame:hover .masonry-card-overlay:after {
    height: 100%;
    opacity: .6;
}
ul.card-overlay-edit{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    column-gap: 10px;
    flex-direction: column;
}
ul.card-overlay-edit li {
    margin-bottom: 6px;
}
ul.card-overlay-edit li:last-child {
    margin-bottom: 0;
}
button.card-overlay-edit {
    border: 1px solid #FFF;
    background-color: transparent;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
button.card-overlay-edit-icon svg, button.card-overlay-edit-icon svg path {
    width: 16px;
    height: 16px;
    fill: #FFF;
}
.card-overlay-edit-icon {
    border: 1px solid #FFF;
    background-color: transparent;
    width: 25px;
    height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.masonry-frame .card-body {
    min-height: 144px;
}
.popup-help-alert ul {
    list-style: decimal;
}

.footer {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.footer a{
    text-decoration: none;
    color: #434343;
}
.footer-menu ul {
    display: flex;
    justify-content: flex-end;
}
.footer-menu ul li {
    margin-right: 10px;
}
.footer-menu ul li:last-child {
    margin-right: 0;
}
.footer-menu ul li a {
    color: #434343;
    text-decoration: none;
}

/* Audio Overlay ::::::::::::::::::::::::: */
.masonry-audio-frame .card-body {
    min-height: auto;
}
.masonry-audio-frame .masonry-card-overlay ul.card-overlay-edit {
    flex-direction: initial;
}
.masonry-audio-frame .masonry-card-overlay ul.card-overlay-edit li {
    margin-bottom: 0;
}
.masonry-audio-frame .masonry-card-overlay {
    top: auto;
    width: 109px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
}
.masonry-audio-frame:hover .masonry-card-overlay::after {
    border-radius: 0;
}
/* text Overlay ::::::::::::::::::::::::: */
.masonry-text-frame .card-body {
    min-height: auto;
}
.masonry-text-frame .masonry-card-overlay ul.card-overlay-edit {
    flex-direction: initial;
}
.masonry-text-frame .masonry-card-overlay ul.card-overlay-edit li {
    margin-bottom: 0;
}
.masonry-text-frame .masonry-card-overlay {
    top: 2px;
    right: 0 !important;
}
.masonry-text-frame:hover .masonry-card-overlay::after {
    border-radius: 0;
}
.date-group {
    margin-right: -0.4025764895330113vw;
    margin-left: -0.4025764895330113vw;
    --bs-gutter-x: 0;
}
.date-group .col {
    padding-right: 0.4025764895330113vw;
    padding-left: 0.4025764895330113vw;
}
.image-show {
    display: flex;
    align-items: center;
}
.popup-help-alert {
    padding-left: 5px 10px;
}

/* .subscription Tab */
.subscription ul.nav-tabs {
    border-bottom: 0;
}
.subscription ul.nav-tabs {
    border-bottom: 0;
    background-color: #f5f5f5;
    flex-wrap: nowrap;
    width: 168px;
    border: 0;
    margin: 0 auto;
    border-radius: 50px;
    margin-bottom: 20px;
}
.subscription ul.nav-tabs li.nav-item .nav-link {
    border-radius: 33px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #B3BCC9;
    border: 0;
}
.subscription ul.nav-tabs li.nav-item .nav-link.active {
    background-color: #2fc355;
    color: #FFF;
    padding: 5px 10px;
}
/* .add-family-member .modal-header .btn-close {
    margin-right: -45px;
} */




.family-tree-card-overlay-title {
    padding-bottom: 5px !important;
    font-size: 16px;
}
.family-tree-card-overlay-date {
    padding-bottom: 5px !important;
        font-size: 16px;
}
ul.family-tree-card-overlay-actions {
    padding-bottom: 5px !important;
}
ul.family-tree-card-overlay-actions li a {
    display: flex;
    align-items: center;
    justify-content: center;
}
p.family-tree-card-overlay-link {
    font-size: 16px;
}
.input-error{
    border-color: red;
}
.small-btn {
    padding: 5px !important;
}
.small-btn svg {
    width: 10px !important;
    height: 10px !important;
    margin-right: 5px !important;
}
.family-trees-outer {
    border: 2px solid #000;
    position: relative;
}

.tree-cursor{
  width:100px;
  height:100px;
  background: #c2e078;
  border-radius: 50%;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
  position: fixed;
  margin: 10px auto;
  right: 6%;
  top: 39%;
}
.tree-cursor .center-button{
  display: block;
  height: 38%;
  width: 38%;
  position: absolute;
  top: 31%;
  left: 31%;
  background: #fff;
  border-radius: 50%;
  box-shadow: 1px 0 4px rgba(0,0,0,0.8);
  -webkit-transform: rotate( 45deg);
    -moz-transform: rotate(45deg);
    transform: rotate( 45deg);
}

.tree-cursor .button{
  display: block;
  width: 46%;
  height: 46%;
  margin: 2%;
  position: relative;
  float: left;
}

/* .tree-cursor .button::after{
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  background: #FFF;
  position: absolute;
  border-radius: inherit;
} */

.tree-cursor .button.top{
  border-radius: 100% 0 0 0;
  background: #FFF;
}

/* .tree-cursor .button.top::after{
  bottom: 0;
  right: 0;
  -webkit-transform: skew(-3deg,-3deg) scale(0.96);
  -moz-transform: skew(-3deg,-3deg) scale(0.96);
  transform: skew(-3deg,-3deg) scale(0.96);
} */

.tree-cursor .button.right{
  border-radius: 0 100% 0 0;
  background: #FFF;
}

.tree-cursor .button.right::after{
  bottom: 0;
  left: 0;
  -webkit-transform: skew(3deg,3deg) scale(0.96);
  -moz-transform: skew(3deg,3deg) scale(0.96);
  transform: skew(3deg,3deg) scale(0.96);
}

.tree-cursor .button.left{
  border-radius: 0 0 0 100%;
   background: #FFF;
}

/* .tree-cursor .button.left::after{
  top: 0;
  right: 0;
  -webkit-transform: skew(3deg,3deg) scale(0.96);
  -moz-transform: skew(3deg,3deg) scale(0.96);
  transform: skew(3deg,3deg) scale(0.96);
} */

.tree-cursor .button.bottom{
  border-radius: 0 0 100% 0;
  background: #FFF;
}
/*
.tree-cursor .button.bottom::after{
  top: 0;
  left: 0;
  -webkit-transform: skew(-3deg,-3deg) scale(0.96);
  -moz-transform: skew(-3deg,-3deg) scale(0.96);
  transform: skew(-3deg,-3deg) scale(0.96);
} */

.tree-cursor i {
  -webkit-transform:
    rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  font-size: 42px;
    top: -41%;
    left: 17%;
}
.tree-cursor i img {
    width: 20px;
    height: 20px;
}

.tree-cursor .top i {
    top: -28%;
    left: 22%;
}
.tree-cursor .left i {
    top: -28%;
    left: 22%;
}
.tree-cursor .right i {
    top: -29%;
    left: 19%;
}
.tree-cursor .bottom i {
    top: -29%;
    left: 18%;
}
.family-tree .alert.alert-primary {
    padding: 0;
    background-color: transparent;
    text-align: center;
    border: 0;
    font-weight: 700;
}

.js-cookie-consent-agree{
    cursor: pointer;
}
