html, body{
    width: 100%;
    padding: 0;
    margin: 0;
    color: #021632;
    font-family: 'Montserrat', sans-serif;
}
.ttab{
	position: relative;
}
.flex{
	display: flex;
}
.new-message-container {
    position: fixed;
    left: 10px;
    bottom: 10px;
    background: #fff;
    border: 1px solid #CFE3E7;
    border-radius: 5px;
    width: 250px;
    padding: 10px;
	display: none;
}
a.tab {
    color: #fff;
    padding: 0 8px;
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
    flex: 1;
    text-align: center;
    font-size: 14px;
}
.tab-header {
    height: 40px;
    display: flex;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
}

a.tab:last-child {
    border: none;
}
.new-message-container .title {
    font-size: 12px;
    margin-bottom: 5px;
}

.new-message-container .message_text {
    background: none;
    color: #3f3f3f;
}
.createline:after {content: "";display: block;position: absolute;background: #CFE3E7;height: 1px;width: 52px;right: -54px;top: 49%;}

.tree-root *{
	-moz-user-select: none;
-khtml-user-select: none;
user-select: none; 

-webkit-user-drag: none;
-moz-user-drag: none;
-khtml-user-drag: none;
user-drag: none;
}
a.search-logo, a.big-logo {
    display: block;
    height: 86px;
    margin-bottom: 20px;
    background: url(../images/logo.svg) center center no-repeat;
}
header {border-bottom: 1px solid #E3EFF1;margin-bottom: 20px;position: sticky;top: 0;background: #fff;z-index: 999;}

.header {width: 1236px;margin: 0 auto;display: flex;align-items: center;height: 64px;background: #fff;}

.tab-filter-search {display: none;}

.avatar .name {width: 197px;}
a {
    color: #0A0A0A;
    font-size: 14px;
    text-decoration: none;
}	
.login_form input.input{
    padding-left: 12px;
    margin-bottom: 16px;
}
.new-reg-akk{
    text-align: center;
}
input.ss {
    border: none;
    width: 100px;
    height: 50px;
    background: url(../images/search.svg) center center no-repeat #054857;
    border-radius: 50px;
}

input.ss:hover {
    background-color: #15515f;
}
.search{
    padding: 0 !important;
	width: 704px;
}
.sc {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
	background-color: rgba(0,0,0,0.2);
	z-index:9999;
}

.sc .tab-header {
    margin: 0 0 30px;
    width: 100%;
}
.noborder{
	border: none !important;
	border-radius: 0 !important;
	min-width: 620px !important;
	width: 620px;
}
.ui-widget-content .ui-menu-item:last-child {border: none;}

span.s-fio {
    width: 250px;
    display: inline-block;
}

span.s-born {
    float: right;
}
a.butter {
    display: block;
    position: absolute;
    top: 20px;
    width: 40px;
    height: 40px;
    left: 10%;
    cursor: pointer;
}

a.butter span {
    display: block;
    height: 3px;
    background: #062D35;
    margin-bottom: 8px;
    width: 30px;
}

a.butter span:last-child {
    width: 20px;
}
.auth-content {
    /* width: 540px; */
    margin: 240px auto;
    width: 360px;

    /* == TJ == */
    max-width: 540px;
}
.label label {
    font-size: 12px;
    color: #7A969C;
}

input[type=text] {
    padding-left: 10px;
}

.auth-content table {
    width: 100%;
}
.auth-button{
    width: 360px !important;
    margin-top: 24px !important;
}
.auth-content .options {
    padding: 36px 0 27px 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.auth-content .options span{
    color: #054857;
    margin-left: 8px;
    font-weight: 500;
}
.auth-content .options a {
    color: #2199CC;
    font-weight: 500;
    font-size: 14px;
}

.user-profile {
    display: flex;
    height: 100%;
    position: relative;
}

.user-content {
    width: 1236px;
    margin: 0 auto;
	min-height: 100%;
}

a.logo {
    display: block;
    background: url(../images/logo.svg) center center no-repeat;
    width: 152px;
    height: 40px;
    background-size: contain;
    margin: 0 89px 0 0;
}

.avatar {
    margin: 0;
    padding: 0;
    
    
display: flex;margin-left: 20px;width: 272px;}
.user-content-column{
	
	height: 100%;
}
.user-column {
    position: sticky;
    

    /* == TJ == */
    margin-right: 20px;
    top: 75px;
    align-self: flex-start;
    display: none;
}

.image {
    width: 40px;
    height: 40px;
    
    border-radius: 50%;
    overflow: hidden;
    margin-right: 11px;
}

.name a {
    color: #000;
    display: block;
    font-size: 12px;
    margin-top: 12px;
    font-weight: 500;
}
.comment .info .name{
    align-items: center;
    flex: 2;
    margin-top: 5px;    
}

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

.user-menu li {
    padding: 0 8px 0 12px;
    

    margin-bottom: 4px;
width: 220px;}
.user-menu li:hover{
    background: #EFF5F5;
    border-radius: 8px;
}
.user-menu li.actve {
    background: #EFF5F5;
    border-radius: 8px;
    margin-right: -10px;
}
.user-menu li svg path{
    stroke:#054857;
}
.user-menu a {
    color: #054857;
    display: flex;
    align-items: center;
    font-weight: 600;
    height: 40px;
    width: 100%;
    word-break: normal;
}
a.button {
    width: 250px;
    height: 40px;
    background: #054857;
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
}
a.back-to-chats {
    padding-left: 20px;
    color: #7A969C;
}
.new-message-content {
    background: #EFF5F5 !important;
    border-radius: 8px;
}
a.contact-avatar img {
    display: inline-block !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.contact-avatar span {
    line-height: 30px;
}
div.contact-avatar , a.contact-avatar {
    padding-left: 120px;
    vertical-align: middle;
    display: inline-flex;
    position: relative;
    height: 30px;
}
.contact-avatar a.ajax-modal {
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
	margin-right: 10px;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#pm_contact .actions input {
    width: 150px;
    height: 30px;
    line-height: 25px;
    margin-bottom: 5px;
    font-size: 10px;
}
.message .user_avatar img {
    max-width: 100%;
    min-height: 100%;
}
.from-prev {
    margin-top: -20px;
}
.from-prev {
    margin-top: -20px;
}

.composer input.button {
    background: url(../images/send-message.svg) center center no-repeat;
    width: 40px;
    height: 40px;
    margin-top: 0px;
    color: transparent;
}

.composer .editor {
    width: 92%;
    float: left;
	position: relative;
}
div#start {
    background: url(../images/micro.png?1) center center no-repeat;
    width: 17px;
    height: 24px;
    position: absolute;
    top: 6px;
    right: 10px;
    cursor: pointer;
}
div#message-cancel, #stop {
    width: 24px;
    height: 24px;
    float: left;
}

div#message-cancel {
    background: url(../images/m-cancel.png?1) center center no-repeat;
}

div#stop {
    background: url(../images/m-apply.png?1) center center no-repeat;
}

.timer {
    float: left;
    margin: 0 15px;
    height: 24px;
    line-height: 24px;
    width: 45px;
    text-align: center;
    color: #054857;
    font-size: 12px;
}

.control-container {position: absolute;top: 7px;right: 10px;display: none;}
.chats-list .contact-btns {
    margin-top: -15px;
}

.chats-list .chat {
    padding: 12px;
    margin: 8px 20px;
    display: block;
    overflow: hidden;
}

.chats-list span.contact-avatar {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 30px;
}

.chats-list .chat span {
    display: block;
    margin-right: 8px;
}

span.last-message {
    color: #567F88;
    line-height: 20px;
    font-size: 13px;
    float: left;
	width: 50%;
}

span.last-message-date {
    color: #7A969C;
    float: right;
    margin-top: -5px;
    max-width: 30%;
    text-align: right;
}

.chats-list .chat:last-child {
    border-bottom: none;
}
span.contact-name {
    margin-top: 1px;
    font-weight: 600;
    font-size: 14px;
    color: #054857;
}
b.peer_no_online {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #d35400;
    border-radius: 50%;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

b.peer_no_online:after {
    display: none;
}
b.peer_online {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #21CC6B;
    border-radius: 50%;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

b.peer_online:after {
    display: none;
}
.teip-description {
    width: 50%;
    float: right;
    margin: 10px;
}

.teip-description .image {
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    float: none;
}

.teip-description p {
    font-size: 12px;
	margin-top: 20px;
}
span.new_messages {
    display: block;
    background: #CFE3E7;
    border-radius:100px;
    color: #054857;
    text-align: center;
    padding: 3px 6px;
    min-width: 23px;
    font-size: 12px;
    margin:0 0 0 auto;
}
.user-menu li:hover span.new_messages{
    background: #054857;;
    color: #fff;
}
.user-menu li.actve span.new_messages{
    background: #054857;;
    color: #fff;
}
.user-menu a:hover {
    color: #054857;
}

.user-menu svg{
    margin-right: 16px;
}
.user-menu a:hover svg path{
    stroke:#054857;
}
.contact-btns {
    float: right;
    margin-top: -2px;
}

.contact-btns a {
    display: inline-block;
    padding-left: 25px;
    color: #054857;
    text-align: left;
    font-size: 13px;
}

a.accept_contact {
    background: #054857;
    border-radius: 6px;
    padding: 8px 16px;
    color: #FFFFFF;
}
a.accept_contact:hover{
    background: #042B34;
}
a.accept_contact:active{
    background: #25899F;
}
a.ignore_contact:hover{
    background: #E3EFF1;
}
a.ignore_contact:active{
    background: #CFE3E7;
}

a.ignore_contact {
    border: 1px solid #CFE3E7;
    padding: 8px 16px;
    border-radius: 6px;
    margin-left: 6px;
    
}
.overview .contact-btns {
    margin-top: 6px;
}

.overview .contact-btns a {
    font-size: 10px;
}
.chats-list span.contact-avatar img {
    max-width: 100%;
    min-height: 100%;
}
span.last-message.new-message-content, .message_text.new-message-content {
    color: #7A969C;
    font-weight: 400;
    font-size: 13px;
}
span.last-message.message-no-read {
    font-weight: bold;
}
.oc-content{
	
	
}
.markItUpContainer {
    overflow: hidden;
}

.markItUpHeader {
    float: left;
    margin-top: 10px !important;
}

#pm_contact .composer .editor #textarea {
    width: 89%;
    float: right;
    clear: none;
    height: 40px;
    outline: none;
    overflow: auto;
    background: #fff;
    padding: 3px 5px;
}

#pm_contact .composer .editor textarea{
	display: none;
}

.markItUpHeader ul li {
    margin-right: 10px;
}
.pr-footer {
    position: fixed;
    bottom: 20px;
    width: 100%;
}

a.pr-logout {
    
    
    
    
    /* == TJ == */
    cursor: pointer;
}

a.pr-logout img {margin-right: 10px;width: 14px;object-fit: contain;}


a.pr-support {
    float: right;
    padding-right: 0;
    border-left: 1px solid #DDEBED;
    padding-left: 30px;
}
.events-column .tab-header {
    width: 620px;
}

.chats-list a.chat:hover {
    background: #F3FAFB;
}
.avatar-content {
    overflow: hidden;
    margin-bottom: 50px;
}

.avatar-content label {
    display: none;
}

.preview.block:hover a {
    display: block;
}
.pr-edit-form {
    padding: 30px 50px;
}

.avatar-content .fio {
    font-weight: 500;
    margin-top: -3px;
}

.avatar-content .fio span {
    display: block;
    font-weight: normal;
    color: #7A969C;
    font-size: 12px;
    margin-top: 5px;
}

.profile-fields {
    display: flex;
    margin-bottom: 20px;
}
.other-info.profile-fields > .teip {
    margin: 0;
}
.profile-fields > div {
    margin-right: 20px;
}

.profile-fields > div:last-child {
    margin-right: 0;
}

.profile-fields label {
    font-size: 12px;
    color: #7A969C;
    padding-bottom: 10px;
    display: block;
}

.profile-fields input {
    border: 1px solid #DDEBED;
    height: 40px;
    box-shadow: none;
    padding-left: 10px;
    color: #021632;
    font-weight: 500;
    border-radius: 5px;
}
.profile-edit-column {height: auto;}
input#is_real {
    float: left;
    height: auto;
    margin-right: 10px;
}
.profile-edit-column input.button-submit.button {
    float: right;
    margin-right: 50px;
	margin-bottom: 30px;
}

.teips_list {
    border-radius: 10px;
}

.overview {
    padding: 6px;
    position: relative;
border-radius: 8px;margin-bottom: 16px;}
.teip-row {
    display: flex;
}
.teips-container {
    display: flex;
    
    flex-wrap: wrap;
}
.teip-row > div {
    position: relative;
}

.line {
    position: absolute;
    height: 40px;
    top: -40px;
    overflow: hidden;
}

.teip {
    width: 20%;
    
    
    
    
    display: block;
padding: 0 4px;margin-bottom: 8px;}
.teip:nth-child(4n) {
    border-right: 0;
}
.teip-photo {
    height: 96px;
	position: relative;
}

.teip .teip-title {
    display: block;
    margin: 10px 0;
    text-align: center;
    color: #054857;
    font-weight: 600;
}
.line:after {content: "";display: block;position: absolute;width: 100%;height: 1px;background: #CFE3E7;top: 20px;}
.span1, .span2 {
    position: absolute;
    left: 0;
    background: #CFE3E7;
    width: 1px;
    height: 20px;
    display: block;
    bottom: 0;
}

.line.left-to-right span.span2 {
    bottom: 20px;
    right: 0;
    left: auto;
}

.line.right-to-left .span1 {
    bottom: 20px;
}

.line.right-to-left .span2 {
    left: auto;
    right: 0;
}
.teips-row-container * {
    user-select: none;
}
.marker{
	position: absolute;
}
span.peoples-count {
    display: block;
    max-width: 120px;
    margin: 0 auto;
    background: url(../images/user.png) left center no-repeat;
    text-align: center;
    padding-left: 0px;
    font-weight: 600;
    font-size: 14px;
    height: 17px;
    color: #7A969C;
}
.container {
    width: 704px;
	min-height: 100vh;
}
a.contact-avatar span:last-child {
    line-height: 30px;
}
.main-tree-container {
    position: relative; 
    outline: none;
	overflow: hidden;
	padding-top:20px;
	background: #fff;
}
.add_form input.button {
    display: inline-block;
}
input.button-submit.button.m-c {
    margin-left: 15px;
    background: #106273;
}

input.button-submit.button.m-c:hover {
    background: #3498db;
}
.event {
    border: 1px solid #E3EFF1;
    
    padding: 20px;
    position: relative;
margin-bottom: 16px;border-radius: 8px;}
.event-page{
	border: 1px solid #CFE3E7 !important;
}
.map_canvas {
    position: absolute;
    width: 500px;
    height: 300px;
    overflow: hidden;
    bottom: -125%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    border-radius: 5px;
	display: none;
}
.teip-short-info a {
    color:#054857;
    font-weight: 600 !important;
    padding-top: 3px;
    display: block;
}

.teip-short-info .date_pub {
    color: #7A969C;
    font-size: 11px;
}

.events-line {
    float: right;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 11px;
    color: #7A969C;
    margin-top: 4px;
    position: relative;
}

.teip-short-info {
    
color: #567F88;font-size: 12px;}
.event-header .teip-photo {
    height: 40px;
    width: 40px;
    
    margin-right: 10px;
    border-radius: 30px;
    color: #fff;
    line-height: 41px;
    font-size: 8px;
    text-align: center;
    overflow: hidden;
}
.msg-img-preview {
    display: inline-block;
    width: 100px;
    margin: 10px;
    position: relative;
}

.msg-img-preview img {
    width: 100%;
}

a.remove-img {
    position: absolute;
    background-color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    right: -5px;
}

.images-list {
    position: absolute;
    bottom: 65px;
    background-color: #F3FAFB;
    /* padding: 10px; */
    border-radius: 10px 10px 0 0;
    border: 1px solid #DDD;
    border-bottom: none;
}
.event-header {
    overflow: hidden;
    margin-bottom: 21px;
display: flex;}

.teip-info a {
    display: block;
    margin: 10px 0 0px;
    font-weight: 500;
    color: #062D35;
}

.teip-info span {
    font-size: 11px;
    color: #7A969C;
}

.event-content {
    color: #054857;
    line-height: 17px;
    
	font-size: 13px;
    font-weight: 500;						 
}

.event-content a {
    color: #25899F;
    
}

.event-footer {
    margin-top: 28px;
    overflow: hidden;
}

.event-footer a {
    color: #7A969C;
    font-size: 14px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-weight: 500;
}

a.alarm {
	color: #054857;			   
    padding-left: 22px;
    background: url(../images/notification.png) left center no-repeat;
}

.event-footer a.adress {
    background: url(../images/pin-3.png) left center no-repeat;
    margin-left: 47px;
    padding-left: 28px;
}
.events-list {
    margin: 0;
}

.node-image {
    width: 210px;
    height: 210px;
    margin-right: 20px;
    border: 1px solid #CFE3E7;
    border-radius: 8px;
	overflow: hidden;
	background-size: cover !important;
}
.node-burger span {
    display: block;
    height: 3px;
    background: #062D35;
    width: 20px;
    margin: 2px 10px 3px;
    cursor: pointer;
}

a.node-burger {
    padding-top: 10px;
}


.node-header {
    display: flex;
    position: relative;
    padding: 30px 0;
}

.node-image img {
    width: 100%;
}

.node-header h3 {
    color: #062D35;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
}

.node-container h4 {
    margin: 0;
    color: #042026;
    font-size: 14px;
    font-weight: 600;
    width: 150px;
}

.node-field {
    
    font-weight: 600;
    color: #054857;
    font-size: 14px;
margin-bottom: 10px;}

.node-field span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
    color: #7A969C;
    line-height: 13px;
}

.node-container a {
    color: #054857;
    font-weight: 600;
    font-size: 14px;
}

.node-btns a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-left: 5px;
}

.node-btns {
    position: absolute;
    right: 0;
}

.node-btns a:hover {
    background: #25899F;
}

a.add-person {
    background: url(../images/add_person.png) center center no-repeat;
}

a.add-person:hover {
    background: url(../images/add_person_hover.png) center center no-repeat #25899F;
}
a.add-person.delete-person {
    background: url(../images/delete_person.svg) center center no-repeat;
}

a.add-person.delete-person:hover {
    background: url(../images/delete_person_hover.svg) center center no-repeat #25899F;
}

a.send-message {
    background: url(../images/send_message.png) center center no-repeat;
}
.node-burger:hover span {
    background: #fff;
}
a.send-message:hover {
    background: url(../images/send_message_hover.png) center center no-repeat #2199CC;
}

.node-family .row {
    display: flex;
    justify-content: space-between;
}
.node-family{
    padding: 30px
}
#mtc li {
    display: inline-block;
    text-align: center;
    float: left;
}
.line-type-related ul.tree-root li {
    float: none !important;
	vertical-align: top;
}
.line-type-related ul.tree-root {
    text-align: center;
}
.node-family .row .node-field {
    margin-right: 20px;
    min-width: 120px;
    width: 50%;
}
.node-container a:hover {
    color: #297a9c;
}
.ui-menu-item.fms * {
    font-size: 11px;
}

.fms span.s-fio {
    width: 180px;
}

.fms span.s-teip {
    width: 70px;
}
.tpbg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 120px;
    color: transparent;
    margin: 0 auto;
    overflow: hidden;
    background: #CFE3E7 url(../images/teip-svg.svg) center center no-repeat !important;
    display: block;
}
.node:hover .tool-menu {
    display: block;
}
.node {
    border-radius: 8px;
    background-color: #E3EFF1;
    color: #054857;
}

.tree-node-content span{
    color:#567F88;
    font-size: 12px;
    margin-top: 2px;
}
.node .tool-menu {
    position: absolute;
    bottom: -11px;
    right: 10px;
    display: none;
}
ul.add_menu li {
    margin-bottom: 4px;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
}

ul.add_menu a:hover {
    color: #ccc;
    background: none;
}

ul.add_menu li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.tool-menu{
	display: none;
}
span.nb1{
	transform: rotate(45deg) translate(4px, 4px);
}
span.nb2{
	transform: rotate(-45deg);
}
.pl-container {
    width: 300px;
    height: 50px;
    background: #F3FAFB;
    border: 1px solid #CFE3E7;
    border-radius: 25px;
    overflow: hidden;
}
.slider{
    margin: 0 auto !important;
}

a.pl-start, a.pl-pause {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: center;
    margin: 10px 0 0 10px;
}

a.pl-start {
    background: url(../images/pl-play.png) center center no-repeat;
}

a.pl-start:hover, a.pl-pause:hover {
}

a.pl-pause {
    background: url(../images/pl-pause.png) center center no-repeat;
    display: none;
}

.progress-bar {
    height: 3px;
    background-color: #ccc;
    width: 245px;
    float: right;
    margin: 17px 17px 0 0;
}

.duration-info {
    color: #0A0A0A;
    font-size: 12px;
    padding-bottom: 5px;
}

span.all-duration {
    float: right;
    margin-right: 15px;
}

span.current-duration {
    margin-left: 15px;
}
.find-persons {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    display: none;
}

.fp-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    width: 650px;
    height: 300px;
    margin: auto;
    padding: 30px;
    overflow: scroll;
}
.s-line span.s-fio {
    width: 200px;
}



.s-line span.s-teip {
    width: 130px;
}

.s-line > span {
    display: inline-block;
    padding: 5px 0;
}
.fp-container table {
    border-collapse: collapse;
}

.fp-container table td, .fp-container table th {
    border: 1px solid #CFE3E7;
    padding: 5px;
    text-align: left;
}

a.this-i-am {
    cursor: pointer;
    display: inline-block;
    background: #106273;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
}

.fp-container h5 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 500;
}

a.this-i-am:hover {
    background: #3296ab;
}
a.show-tl-cont.btn {
    background: #062D35;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 7px;
    cursor: pointer;
    color: #fff;
}

a.show-tl-cont.btn:hover {
    background: #25899F;
}

.profile-fields .teip {
    position: relative;
}

.tl-cont {
    background: #fff;
    border: 1px solid #DDEBED;
    border-radius: 5px;
    padding: 0 10px;
    max-height: 300px;
    overflow: hidden;
    width: 210px;
    height: 40px;
    background: url(../images/drop-down.png) right 10px no-repeat;
}
.show-tlc{
	height: auto;
	overflow: scroll;
	position: absolute;
    background: #fff;
}
.tl-cont ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tl-cont a {
    margin: 0;
    text-align: left;
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
}

.tl-cont li ul {
    margin-left: 10px;
}
.tl-cont a span.tree-node-name {
    font-weight: normal;
    color: #25899F;
    font-size: 14px;
}

.born-date > div {
    display: inline-block;
    height: 40px;
    border: 1px solid #CFE3E7;
    margin-left: 17px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    width: 70px;
}

.born-date > div select {
    border: none;
    height: 40px;
    width: 135%;
    background: url(../images/drop-down.png) 63% 10px no-repeat;
}

.born-date > div:after {
    background: aqua;
    display: block;
    width: 30px;
    height: 20px;
    z-index: 2;
    top: 10px;
    right: -3px;
}

.born-date .year {
    width: 100px;
}
.born-date label {
    margin-left: 17px;
}
form .error {
    color: #ff0000;
    font-size: 10px;
    margin-top: -13px;
}
a.more-event {
    color: #2199CC;
    margin-right: 24px;
    font-size: 14px;
}
.event-detail, .event-description {
    
    
    
    color: #054857;
    overflow: hidden;
flex: 1;font-size: 14px;font-weight: 600;}

.event-detail span, .event-description span {
    display: block;
    font-weight: 500;
    
color: #567F88;font-size: 13px;}

.event-description {
    overflow: hidden;
    clear: both;
    padding-top: 28px;
    float: none;
}
span.eye {
    display: block;
    float: right;
    background: url(../images/eye.svg) left top no-repeat;
    padding-left: 26px;
    font-size: 11px;
    color: #7A969C;
    line-height: 13px;
}

.event-page .event-footer {
    border: none;
    margin-top: 32px;
}
.ui-autocomplete{
	max-width:698px;
}
.avatar-photo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 !important;
}

.info .avatar {
    border: none;
    width: 48px;
    margin: 0 12px 10px 0;
    padding: 0;
}

.comment .info .name a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    display: inline-block;
}
.comment{
    
    
}
.comment .info .name span {
    color: #7A969C;
}
.comments-count {
    color: #7A969C;
    text-align: right;
    font-size: 11px;
    margin-bottom: 41px;
    margin-top: 40px;
}
.comments-count span {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
}
#comments_add_form{
    
    position: relative;
    display: flex;
    
    
margin-top: 20px;align-items: center;}
span.s-avatar {
    overflow: hidden;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    float: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

span.s-avatar img {
    width: 100%;
    height: auto;
}
li.fixed-result-parent {
    position: fixed !important;
    background: #fff;
    z-index: 1;
    width: 679px;
}
.message_text span.date-new {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.add_form .teip {
    margin-top: 0;
    margin-left: 0;
}

.add_form .teip label {
    padding-bottom: 0px;
}
.message_text span.date {
    float: right;
    color: #567F88;
}
span.add-parent, span.add-child, span.add-spouce{
    position: absolute;
    width: 30px;
    height: 30px;
    left: 100px;
    top: -15px;
    display: block;
    background: #fff;
    border: 1px solid #CFE3E7;
    border-radius: 15px;
    line-height: 30px;
    z-index: 1;
}

span.add-child {
    bottom: -15px;
    top: auto;
}
span.add-spouce {
    top: 19px;
    right: -13px;
    left: auto;
}
ul.tree-root {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

ul.tree-root > li {
    float: none !important;
}
a.toggle-tree-size {
    position: absolute;
    width: 25px;
    height: 25px;
    display: block;
    right: 55px;
    top: 20px;
}
a.toggle-tree-size:hover path {
    fill: #054857;
}
a.toggle-tree-size.minsize {
}
.container.set-full-screen {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    background: #fff;
    right: 0;
    bottom:0;
}
.container.set-full-screen #mtc{
    min-height: 100%;
}
a.change-dict-lang {
    display: block;
    position: absolute;
    color: #7A969C;
    font-size: 12px;
    font-weight: 600;
    background: url(../images/change.svg) center center no-repeat;
    right: 17px;
    top: 19px;
    cursor: pointer;
}

a.change-dict-lang > span:last-child {
    text-align: right;
}

a.change-dict-lang > span {
    width: 50px;
    text-align: left;
    display: inline-block;
}

a.change-dict-lang:hover {
    color: #72878c;
}
.filter-container {
    position: absolute;
    top: 22px;
    right: 23px;
    z-index: 99999;
}

.filter-title a {
    color: #7A969C;
    font-size: 13px;
}

.filter-title {
    padding-left: 25px;
    cursor: pointer;
    position: relative;
}

.filter-body {
    position: absolute;
    padding: 20px 20px 0;
    border: 1px solid #CFE3E7;
    border-radius: 10px;
    right: -20px;
    top: 25px;
    background: #fff;
    display: none;
}

.filter-body:before, .filter-body:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    z-index: -1;
    border: 1px solid #CFE3E7;
    transform: rotate(45deg);
    right: 20px;
}

.filter-body:after {
    border: none;
    background: #fff;
    z-index: 1;
    right: 21px;
    top: -9px;
}

span.current-teip, .filter-body .sub-teip {
    display: block;
    width: 220px;
    height: 40px;
    border: 1px solid #CFE3E7;
    border-radius: 5px;
    line-height: 40px;
    padding-left: 10px;
    margin-bottom: 20px;
    box-shadow: none;
}
.req-queries table {
    border-collapse: collapse;
    margin: 50px 20px;
}

.req-queries td, .req-queries th {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 12px !important;
}

.req-queries a {
    font-size: 12px;
}

td.statuses a {
    display: inline-block;
    border: 1px solid #ccc;
    background-color: #062d35;
    color: #fff;
    border-radius: 10px;
    padding: 5px;
    font-size: 11px;
    margin: 1px;
}

td.statuses .active {
    background: #155019;
}

td.statuses a:hover {
    background-color: #155019;
}
td.status-history li {
    list-style: none;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 10px;
}

td.status-history ul {
    padding: 0;
    margin: 0;
}
.events-list .event-content {
    float: none;
}
.partner img {
    width: 100%;
    height: auto;
}

.partner {
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 10px;
}
.partners {
    width: 250px;
}
.ef-info {
    float: right;
    margin-top: 3px;
    font-size: 11px;
    color: #7A969C;
}

.ef-info > span { 
    display: inline-block;
    margin-left: 20px;
	padding-left: 20px;
}
.like_count{
    background: url(../images/like.svg) left center no-repeat;
    width: 22px;
    height: 18px;
}

.fill-heart{
    background: url(../images/unlike.svg) left center no-repeat !important;
}
.ef-info .views {
    background: url(../images/views.svg) left center no-repeat;
}
.post-btns .views {
    background: url(../images/see-people.svg) left center no-repeat;
}

.ef-info span.comments_count {
    background: url(../images/comments.svg) left center no-repeat;
}
.post-btns .comments_count {
    background: url(../images/comments-post.svg) left center no-repeat;
    width: 20px;
    height: 20px;
}
.post-btns .upload {
    background: url(../images/Upload.svg) left center no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 54px;
}

.ef-info span.when {
    background: url(../images/clock.svg) left center no-repeat;
}

.color-clarification {
    margin-bottom: 20px;
}

.color-clarification ul {
    list-style: none;
    margin: 0;
}
 
.color-clarification li {
    color: #7A969C;
    display: inline-block;
    margin-right: 20px;
    font-size: 11px;
}

span.funeral, span.wedding, span.fond {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin-right: 4px;
}

span.funeral {
    background: #054857;
}

span.wedding {
    background: #04B4FF;
}

span.fond {
    background: #DACA3D;
}
a.more-event:hover {
    color: #117099;
}
.events-line span{
    margin-left: 6px;
    margin-right: 0px;
}
.active-search{
    background: #CFE3E7 !important;
    border: none !important;
    color: #054857 !important;
    font-weight: 600 !important;
}
.node:hover, .active-node {
    background: #25899F;
    color: #000;
}

.node:hover span.tree-node-content span {
    color: #fff;
}
#pm_contact_container{
	height: calc(100vh - 85px);
border: 1px solid #E3EFF1;border-radius: 8px;overflow: hidden;}

.news-page{
    padding: 20px 0 !important;
}
.news-list .image {
    width: 124px;
    height: 124px;
    border: none;
    border-radius: 4px !important;
    background-size: cover !important;
    margin-right: 16px;
}
.news-list a.title {
    color: #054857;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    height: 36px;
    overflow: hidden;
}

.news-list .event-content {font-size: 13px;line-height: 140%;height: 36px;overflow: hidden;}
.news-list .ef-info {
    margin: 0;
}
.news-list .event-footer {
    margin-left: 144px;
}

a.more-news {
    color: #2199CC;
    font-weight: 500;
}
a.banner {
    display: block;
    margin-bottom: 12px;
    overflow: hidden;
}

a.banner img {
    display: block;
}
.oc-content h5 {
    background: #EEF8FA;
    border-radius: 8px;
    color: #054857;
    font-size: 18px;
	text-transform: uppercase;						  
    font-weight: 700;
	margin-top: 20px;				 
    padding: 20px;
}

.oc-content h5 span {
    display: block;
    color: #7A969C;
    font-size: 11px;
    font-weight: 500;
	text-transform: capitalize;						   
    margin-top: 4px;
}

.oc-content .event {
    border: none;
    background: none;
    margin-bottom: 0;
    border-bottom: 1px solid #E9F4F5;
    border-radius: 0;
}

.oc-content .teip-short-info a {
    font-weight: 500;
}

.oc-content .events-line {
    border: none;
    height: auto;
    font-weight: 500;
    line-height: initial;
    float: none;
    padding: 4px 0;
    text-align: left;
    margin: 0;
}

.oc-content .event-header {
    margin-bottom: 10px;
}

.oc-content .event-footer {
    margin-top: 15px;
}

.oc-content .event-footer .ef-info {
    float: none;
    text-align: left;
    margin-top: 0;
}

.oc-content .event-footer span.views {
    margin-left: 0;
}

.oc-content .event-content, .oc-content .event-content a {
    font-size: 13px;
}
.oc-content span.funeral, .oc-content span.wedding, .oc-content span.fond {
    width: 4px;
    height: 4px;
    top: -1px;
    position: relative;
}

.oc-content .teip-short-info {
    float: none;
}
.news-item a {
    color: #054857;
    font-weight: 500;
    font-size: 13px;
}

.news-item span{
    display: block;
    color: #7A969C;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 4px;
}
.news-item {
    padding: 0 20px 20px;
    margin-top: 20px;
    border-bottom: 1px solid #E9F4F5;
}
.sc .tab-header a {
    width: 50%;
}
.show-hide-more{
    width: 250px;
    height: 48px;
    display: block;
    padding: 16px 20px;
    background: #EEF8FA;
    border-radius: 8px;
    margin-top: 32px;
    font-size: 14px;
    line-height: 16px;
    color: #2199CC;
}

.license{
    font-size: 12px;
    line-height: 24px;
    color: #7A969C;
    margin-top: 80px;
    margin-left: 20px;
}		
.news-content img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 8px;
}

.news-content * {
    font-size: 13px;
    color: #054857;
} 

.event-post{
    border: 1px solid #CFE3E7;
    padding: 14px 20px 20px 20px;
}

.post-admin .title{
    font-family: Montserrat;
    font-style: normal;
    padding-top: 6px;
    font-weight: 600 !important;
    font-size: 14px;
    height: 25px !important;
    margin-bottom: 0 !important;
}
.interacted_user .title_user{
    font-size: 13px;
    font-weight:500;
    color: #054857;
}
.post-notife-fon{
    background: url(/upload/000/u1/a/7/3973b2ad.jpg) center center no-repeat;
    background-size: cover;
    border-radius:6px;
    height: 48px;
    width: 48px;
    float: right;
    margin-left: 57px;
}

.notife-count, .post-count{
    padding: 0px 6px;
    position: relative;
    left: 8px;
    border-radius: 17px;
    display: block;
    top: 1px;
    background: #CFE3E7;
    color: #054857 !important;
    height: 20px;
    font-size: 13px !important;
    text-align: center;
    line-height: 20px;
}

.user-data span{
    font-size: 13px;
    color: #7A969C
}
.comment.is_topic_starter .info .name .user{
    color: #042026 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}
.event .when{
    font-weight: 500;
    font-size: 12px;
    color:#AAC0C5;
}

.request-button{
    display: flex;  
    margin-top: 12px;
}

.request-accept{
    background: #054857;
    border-radius: 6px;
    border: 1px solid #054857;
    padding: 8px 12px;
    font-weight: 500;
    font-size: 14px;
    color:#fff;
}

.request-reject{
    border: 1px solid #CFE3E7;
    border-radius: 6px;
    padding: 8px 12px;
    font-weight: 500;
    font-size: 14px;
    margin-left: 8px;
    color: #054857;
    background: transparent;
}
.post-admin{
    display: flex;
    justify-content: space-between;
}
.event-comments {
    padding: 0;
}
.post-photo{
    width: 100%;
    min-height: 326px;
    max-height: 500px;
    display: block;
    margin-bottom: 23px;
    border-radius: 6px;
    background-size:contain !important;
	overflow: hidden;
	text-align: center;
}
.trend-item .ef-info.post-btns a {
    transform: scale(0.7);
    margin-left: 0px !important;
    margin-right: 15px;
}

.trend-item .ef-info.post-btns {
    margin-top: 5px;
}

.trend-item {
    margin-top: 15px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
}

.trend-item a{
    font-size: 12px;
    color:#042026;
    line-height: 12px;
    font-weight: 400;
}

.trend-items, .recommend-items {
    background: #EFF5F5;
    padding: 12px 16px;
    border-radius: 6px;
}
.trend-item:last-child{
    border: none;
}
.trend-items h6, .recommend-items h6{
    font-size: 18px;
    color: #054857;
    line-height: 25px;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.recommend-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}
.rec-person_title{
    width: 100px;
}
.rec-person_title span{
    color: #054857;
    font-weight: 600;
    font-size: 14px;
    display: block;
}
.rec-person_btn{
    background: #054857;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-left: 30px;
}
.show-more-rec{
    color: #2199CC;
    font-weight: 500;
    font-size: 14px;
}
.show-more-rec:hover{
    color:#054857
}
.rec-person_title a{
    font-weight: 500;
    font-size: 13px;
    color: #7A969C;
}
.rec-person_avatar{
    width: 40px;
    height: 40px;
    background: #04B4FF;
    border-radius: 50%;
}

.trend-items{
    width: 272px;
}
.user-photo, .post-admin-photo {
    height: 48px;
    width: 48px;
    margin-right: 12px;
    border-radius: 30px;
    color: #fff;
    line-height: 48px;
    font-size: 8px;
    text-align: center;
    overflow: hidden;
}
#admin-post{
    display: flex;
    margin-bottom: 20px;
}
.post-info span{
    font-size: 14px;
    font-weight: 500;
    color: #042026;
    
}

.post-info p{
    font-size: 13px;
    margin-bottom: 31px;
    color: #042026;
}

.post-btns {
    display: flex;
    justify-content: space-between !important;
    float: none;
    margin-top:20px;
}
.post-btns span{
    margin-left: 26px;
    line-height: 20px;
}

.like-comment{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.like-comment .answer{
    color: #054857;
    
}
.comment-footer{
    margin-top: 0;
}
#meatball #hide1 {
    width: 270px;
    border-radius: 8px;
    border: 1px solid #CFE3E7;
    background: #fff;
}
#meatball .hide{
    display: none;
}

#meatball .ck{
  display:none;
}

#meatball label{
    position: relative;
    top: 5px;
    right: 7px;
    cursor: pointer;
}
.post-menu {
    width: 35px;
    text-align: right;
}
#theHidden{
    position: absolute;
    right: -93px;
    z-index: 1;
    background: #fff;
    top: 55px;
    border-radius: 8px;
}

#theHidden a svg{
    margin: 0 15px;
}
.arrow-submenu{
    width: 24px;
    height: 24px;
    position: absolute;
    border-top: 1px solid #CFE3E7;
    border-right: 1px solid #CFE3E7;
    background: white;
    transform: rotate(-45deg);
    left: 129px;
    display: flex;
    top: -11px;
}
#meatball .hide a{
  display:flex;
  height: 48px;
  align-items:center;
  border-bottom: 1px solid #CFE3E7;
}

.add_post {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add_post button{
    background: none;
    border: 0;
    cursor: pointer;
    width: auto;
    height: auto;
    line-height: initial;
color: #567F88;text-transform: initial;}

.title-new span, .overview-title{
    text-transform: uppercase;
    color: #7A969C;
    font-size: 14px;
}

.add-media{
    padding:20px;
    border: 1px solid #E3EFF1;
border-radius: 8px;margin-bottom: 16px;}
.file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  
  .file-input__label {
    cursor: pointer;
    align-items: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    width: 584px;
    display:flex;
    height: 288px;
    flex-direction:column;
    margin-bottom:20px;
    font-size: 14px;
    padding: 10px 12px;
    justify-content: center;
    outline: 2px dashed #CFE3E7; /* ÃƒÂÃ…Â¸Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â½ÃƒÂÃ‚Â°Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° */
    border-radius: 4px;
    text-align:center;
  }
  
  .file-input__label svg {
    display:block;
    margin-top:-6px;
       margin-bottom: 6px;
  }
  
  .file-input__label span{
      text-align:center;
      color: #AAC0C5;
      font-weight: 500;
      font-size: 14px;
      display:block;
  
  }
  
  .text-for-post{
    width: 588px;
    border: none;
    height: 40px;
    resize: none;
    
    overflow: hidden;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;margin-top: 28px;}
  
  .text-for-post::placeholder { 
    color: #7A969C;
    font-weight: 500;
    font-family: Montserrat;
  }
  
  .text-for-post:focus{
    outline: none;
  }
  .filter-post{
    display:flex;
    align-items:center;
    margin-top: 38px;
  }
 
  .filter-post a{
    text-decoration: none;
    display: flex;
    align-items: center;;
    height: 20px;
  }
  .filter-post a select{
    line-height: 10px;
    padding:0 13px 0 5px;
    color: #7A969C;
    font-weight: 600;
    font-size: 14px;
  }
  
  .filter-post button{
    margin: 0 0 0 auto;
    width: 140px;
    height: 36px;
    background: #054857;
    border-radius: 6px;
    border: 0;
    display:flex;
    align-items:center;font-size: 14px;
    justify-content:center;
  }
  .filter-post button span{
    
    font-weight: 600;
    font-size: 14px;
    text-transform: none;
    color: #fff;
  }

.person_info{
    display: flex;
    
    
    align-items: center;
margin-bottom: 20px;border-radius: 8px;}

.person_name{
    display: flex;
    align-items: center;
}
a.button.writemessage {
    background: #054857;
    border: 1px solid #E3EFF1;
    width: 40px;
    padding: 0;
}

.posting-person a{
    justify-content: space-between !important;
}

a.button.writemessage:hover, a.button.writemessage:hover svg path{
    background: #054857;
    stroke: none;
    fill: #fff;
}
.sub-sub{
    
    height: 50px;
margin-bottom: 16px;align-items: center;}
.sub-sub a{
    color: #042026;
    font-size: 18px;
    font-weight: bold;
    line-height: 14px;
}
.my-profile .sub-sub {
}
.subscriptions{
    margin-right: 40px;
    margin-left: 24px;
}
.sub-sub a span{
    color: #7A969C;
    font-size: 13px !important;
    font-weight: 400;
}

.post-notification{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E3EFF1;
    align-items: center;
    padding: 0 16px;
}

.post-notification a span{
    font-size: 14px;
    font-weight: 600;
    margin-left: 11px;
}

.post-notification a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 14px;
}
.action-post-notification{
    color: #054857;
    stroke:#054857;
    background: none;
}

.post-notification svg path{
    stroke: #567F88;
    fill: transparent;
}

/* .post-notification > div {
    flex: 1;
} */

.post-notification div img{
    margin-right: 16px;
}

.filter-post select{
    border: none;
    box-shadow: none;
    background: url(../images/post-filter-arrow.svg) right center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    margin-right: 22px;
}

.posting-person{
    display:flex;
    justify-content: center;
    background: #CFE3E7;
}
.notification-person:hover, .notification-person:active{
    background: #E3EFF1;
}
.notification-person:hover a span{
    color:#054857;
}

.action-post-notification{
}
.action-post-notification path{
    stroke:#054857 !important;
}
.action-post-notification span{
    color: #054857 !important;
}

.notification-person{
    display:flex;
    min-width: 157px !important;
    justify-content: center;
    background: #EFF5F5;
    margin-left: 8px;
    margin-right: 8px;
}

.settings-person{
    display:flex;
    height: 54px;
    justify-content: center;
    width:164px;
    padding: 14px 22px 14px 26px;
}

.post-content h1{ 
    font-weight: bold;
    font-size: 18px;
    color: #054857;
    text-transform: uppercase;
}

.post-content p{
    color: #042026;
    margin: 22px 0px
}
.post-content, .news-comments{
    padding: 20px;
border: 1px solid #E3EFF1;border-radius: 8px;}

.tab-post{
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}

.tab-post a{
    flex: 1;
    background: #EFF5F5;
    border-radius: 8px;
    font-weight: 600;
    
    text-align: center;
    line-height: 40px;
    color: #567F88;
    height: 40px;
    

margin-right: 8px;}

.tab-post a:hover,  .tab-post a.active{
    
    background: #CFE3E7;
    color: #054857;   
    transition:  0.25s ease all;
    cursor: pointer;
}

.tab-search{
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 16px 20px;
}

.tab-search a{
    border: 1px solid #CFE3E7;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    width: 320px;
    justify-content: center;
    align-items: center;
    color: #7A969C;
    height: 40px;
    display: flex;
}

.tab-search a:hover{
    background: #054857;
    border: 1px solid #054857;
    color: #FFFFFF;   
    transition:  0.25s ease all;
    cursor: pointer;
}

.tab-search a:hover svg path{
    stroke: white;
    transition:  0.25s ease all;
}

.appeal-about{
    display:flex;
    justify-content:space-between;
  }
  
  .theme-appeal span, .adress-person span{
    display:block;
    color: #7A969C;
    font-weight: 600;
    font-size: 14px;  
    margin-bottom: 12px;
  }
  
  .theme-appeal input{
    width: 260px;
    height: 40px;
    border: 1px solid #CFE3E7;
    border-radius: 6px;
    padding-left: 12px;
  }
  .adress-person input{
    width: 240px;
    height: 40px;
    border: 1px solid #CFE3E7;
    border-radius: 6px;
    padding-left: 12px;
  margin: 5px 5px 5px 0;}
  .adress-person input:hover, .adress-person input:focus{
      background: #054857;
      color: #fff;
  }
  .adress-person svg rect{
      stroke: #CFE3E7;
  }
  .apeal-title:hover, .apeal-title:focus{
    background: #054857;
    color: #fff;
  }
  .apeal-title{
      transition: 0.1s;
  }
  .adress-person input{
    transition: 0.1s;
  }
  .apeal-title:hover::placeholder, .apeal-title:focus::placeholder{
      color:white;
  }
  .adress-person svg rect:hover{
    stroke: #054857;
  }
  .adress-person a{
    outline:none;
    border:none;
    background: none;
    padding: 0 12px 0 8px;
    cursor: pointer;
  }
  
  .appeal-post-image{
    width: 58px;
    height: 58px;
    position: relative;
    overflow: hidden;
  }
  /*.appeal-post-image:hover:after {
	  content:"";
	  background: url(../images/Trash.svg) center center no-repeat;
	  display: block;
	  position: absolute;
	  left: 0;
	  top: 0;
	  bottom: 0;
	  right: 0;
	  background-color: rgba(122, 150, 156, 0.8);
	  border-radius: 8px;
	 }*/
div.post-menu:hover #hide1 {
    display: block;
}
  .appeal-post-image img{
    width: 100%;
    background-size:cover;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
  }
  
  .appeal-add-image input{
    display:none;
  }
  
  .appeal-add-image label{
    margin-left: 8px;
  }
  
  .appeal-media span{
    color: #7A969C;
    font-weight: 600;
    font-size: 14px;
  }
  .pool-question span, .options-answer span{
    display:block;
    color: #7A969C;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .pool-question input, .options-answer input{
    width: 100%;
    border: 1px solid #CFE3E7;
    box-sizing: border-box;
    color:#054857;
    height: 40px;
    padding-left: 12px;
    border-radius: 6px;
  }
  .options-answer .add-var svg rect:hover, .appeal-add-image svg rect:hover{
      stroke:#054857;
  }
  .filter-post a:hover{
    transform: rotate(180deg);
  }
  .filter-post a{
    transition: all 2s ;
  }
  .pool-question input:hover, .options-answer input:hover{
      background: #054857;
	  color: #fff;
  }
  .pool-question input:focus, .options-answer input:focus{
    background: #054857;
	color: #fff;
}
.pool-question input:hover::placeholder, .options-answer input:hover::placeholder, .pool-question input:focus::placeholder, .options-answer input:focus::placeholder{
    color: #fff;
}
.pool-question input, .options-answer input{
    transition: 0.1s;
}
  .pool-question input::-webkit-input-placeholder, .options-answer input::-webkit-input-placeholder{
      color: #AAC0C5;
      font-weight: 500;
      font-size: 13px;
     } 
  .pool-question input::-moz-placeholder, .options-answer input::-webkit-input-placeholder{
      color: #AAC0C5;
      font-weight: 500;
      font-size: 13px;
  }
  .options-answer button{
    background: none;
    padding: 0;
    outline: none;
    border: none;
    margin-top: 12px;
    cursor: pointer;
  }

#search_input {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 8px;
background: #EFF5F5;position: relative;z-index: 99;}

#search_input::-webkit-input-placeholder{
    color: #7A969C;
    font-size: 13px;
}

#search_input::-moz-placeholder{
    color: #7A969C;
    font-size: 13px;
}

.filter-search{
    top: -5px;
    right: -4px;
    position: absolute;
z-index: 999;}

.filter-search button{ 
    border:none;
    background:none;
    outline: none;
    cursor: pointer;
    width: 60px;
    height: 48px;
}

.found-person .found-person-photo {
    height: 48px;
    width: 48px;
    float: left;
    margin-right: 10px;
    border-radius: 30px;
    color: #fff;
    line-height: 49px;
    font-size: 8px;
    text-align: center;
    overflow: hidden;
}

.found-person-short-info a {
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    color: #054857;
    padding-top: 3px;
    display: block;
}
.found-person-short-info .date_pub {
    color: #7A969C;
    font-size: 12px;
}

.found-person {
    margin-top: -1px;
    padding: 20px;
    margin: 8px 0;
    display: flex;
    align-items: center;
    height: auto;
    position: relative;
    overflow: hidden;
    background: #EFF5F5;
    border-radius: 8px;
}

.father-found-person span{
    display: block;
    color: #7A969C;
    font-weight: 500;
    font-size: 13px;
}

.father-found-person a{
    font-weight: 500;
    font-size: 13px;
    color: #2199CC;
}

.father-found-person{
    margin-top: 5px;
}
.found:last-child{
    border-bottom: 1px solid #CFE3E7;
}

.found{
    padding: 0 5px 0 0;
	background: #fff;
	position: absolute;
	left: -1px;
	right: -2px;
	overflow-y: auto;
	height: 95vh;
	top: 52px;
	display: none;
}


.form_radio_btn {
	display: inline-block;
	margin-right: 17px;
}
.form_radio_btn input[type=radio] {
	display: none;
}
.form_radio_btn label {
	display: inline-block;
	cursor: pointer;
	user-select: none;
  font-weight: 500;
  font-size: 14px;
  color: #7A969C;
}

.form_radio_btn input[type=radio]:checked + label {
	color: #054857;
}

.form_radio_btn label:hover {
	color: #054857;
}

.s-filter{
    display: none;
}

.find-kinship{
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    margin-top: 68px;
  }
  
  .first-person a, .second-person a{
    width: 100px;
    height: 100px;
    overflow: hidden;
    background: #fff;
    display: block;
    border-radius: 50%;
  }
  .first-person a img, .second-person a img{
    width: 100px;
    height: 100px;
	object-fit: cover;
  }
  
  
  .first-person span, .second-person span{
    position: absolute;
    color: #054857;
    font-weight: 600;
    font-size: 14px;
    width: 150px;
    left: -25px;
    text-align: center;
    top: 112px;
  }
  .first-person, .second-person{
    position: relative;
    
  }
  
  .second-person svg:hover path, .second-person svg:hover path{
      stroke: #fff;
      transition: all 0.2s;
  }
  .second-person svg:hover rect{
      fill:#054857;transition: all 0.2s;
  }
  .build-map-kinship{
    width: 328px;
    margin: 0 auto;
  }
  
  .build-map-kinship button{
    width: 100%;
    border: none;
    margin-top: 100px;
    background: #CFE3E7;
    color:#7A969C;
    font-weight: 600;
    text-transform: capitalize;
    line-height: initial;
  }
  .build-map-kinship button:hover,  .build-map-kinship button:focus{
      background: #054857;
      color: #fff;
  }
  .choose-person button{
    background: none;
    width: auto;
    height: 36px;
  }
  
  .choose-person button:hover svg path:nth-child(1){
    
    transition: 0.25s all ease;
  }
  .stages-reg .field { 
    width: 185px; 
    display: inline-block; 
    margin-right: 10px; 
    margin-top: 18px; 
    }
  .register .container{
  width: 580px;
  margin: 0 auto;
}

.heading-reg h1{
  font-weight: bold;
  font-size: 18px;
  color: #054857;
  margin-top: 140px;
}
.heading-reg span{
  font-weight: 600;
  font-size: 14px;
  color: #054857;
}

.heading-reg p{
  color: #7A969C;
  font-size: 13px;
}

.stages-reg span{
  font-weight: 600;
  font-size: 14px;
  color: #7A969C;
}

.stages-reg input{
  border: 1px solid #CFE3E7;
  width:185px;
  border-radius: 6px;
  height: 40px;
  padding:0 12px;
}

.dop-info select{
    border: 1px solid #CFE3E7;
    width: 185px;
    margin-top: 18px;
    margin-right: 10px;
    border-radius: 6px;
    height: 40px;
    box-shadow:none;
    padding-left: 12px;
}

.date-reg::-webkit-calendar-picker-indicator {
    color: transparent;
    opacity: 1;
    background: url(../images/calendar.svg) no-repeat center;
    background-size: contain;
  }
.next-reg, .reg{
    background: #054857;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 24px;
    padding: 16px 96px;
    cursor: pointer;
    text-align: center;
}
.next span, .finish-reg span{
    color: #7A969C;
    font-weight: 500;
    font-size: 14px;
}

.agree-with-terms-of-user{
    display: flex;
    align-items:center;
    margin-top: 24px;
}
.agree-with-terms-of-user input{
    border: 2px solid #7A969C;
    width: 18px; 
    height: 18px;
    margin: 0;
    margin-left: 7px;
}

.agree-with-terms-of-user span{
    font-weight: 500;
    font-size: 14px;
    color: #7A969C;
    margin-left: 11px;
    margin-right: 3px;
}

.agree-with-terms-of-user a{
    color: #054857;
    font-weight: 500;
    font-size: 14px;
}
.vote-var {
    height: 36px;
    border: 1px solid #CFE3E7;
    line-height: 33px;
    padding-left: 39px;
    margin-bottom: 8px;
    border-radius: 4px;
    position: relative;
}

.vote-var * {
    font-size: 13px;
    color: #054857;
}

.vote-var:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #AAC0C5;
    display: block;
    content: "";
    position: absolute;
    left: 9px;
    top: 6px;
	cursor: pointer;
}
.total-votes {
    color: #7A969C;
    margin-bottom: 24px;
    margin-top: 16px;
}
.voted_var .voted-bars {
    background: #054857;
}

.voted-bars {
    position: absolute;
    left: 0;
    top: 0;
    height: 34px;
    z-index: -1;
    background: #CFE3E7;
}

.vote-var span {
    float: right;
    margin-right: 10px;
    color: #7A969C;
}
.vote-var.voted_var:before {
    background: url(../images/vote.svg) center center no-repeat #fff;
}
.settings li {
    list-style: none;
    height: 40px;
    padding-left: 23px;
}

.settings li a {
    line-height: 40px;
    color: #054857;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    display: flex;
    padding-left: 36px;
}
.settings li a svg{
    margin-right: 24px;
}

.settings_lock{
 background: url(../images/settings_lock.svg) left center no-repeat;;
}
.settings_Notice{
 background: url(../images/settings_Notice.svg) left center no-repeat;;
}
.settings_ShieldCheck{
 background: url(../images/settings_ShieldCheck.svg) left center no-repeat;;
}
.settings_user{
 background: url(../images/settings_user.svg) left center no-repeat;;
}
.settings_warning{
 background: url(../images/settings_warning.svg) left center no-repeat;;    
}
ul {
    margin: 0;
}

.settings li:hover {
    background: #E3EFF1;
}
.ov_filter {
    position: absolute;
    background: #fff;
    border: 1px solid #E3EFF1;
    z-index: 99999;
    border-radius: 8px;
    padding: 20px;
    left: -1px;
    top: 59px;
    width: 360px;
	display: none;
}

.ov_filter:before {content: "";display: block;width: 24px;height: 24px;background: #fff;border-left: 1px solid #E3EFF1;border-radius: 4px;position: absolute;left: 15%;top: -12px;transform: rotate(45deg);border-top: 1px solid #E3EFF1;}

span.flag {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 2px solid #7A969C;
    margin-right: 8px;
}

.events-filter:hover span.flag, .span.flag:active {
    border: 2px solid #054857;
}

.events-filter .e-text {
    font-weight: 600;
    color: #7A969C;
    display: inline-block;
    position: relative;
    top: -3px;
}

span.more {
    float: right;
}
.flag-ul li {
    list-style: none;
    display: inline-block;
    color: #7A969C;
    font-weight: 600;
    line-height: 40px;
    border: 1px solid #E3EFF1;
    text-align: center;
    border-radius: 6px;
}
.flag-ul li.active {
    background: #2F80ED;
    border: none;
    color: #fff;
}

.flag-ul li span {
    display: none;
}

.events-filter {
    margin-bottom: 23px;
}
.events-filter:hover span{
    color: #054857;
    cursor: pointer;
}

.flag-ul{
    margin-top: 15px;
    display: none;
}
.events-filter.active .flag {
    background: url(../images/flag_check.svg) center center no-repeat;
    border: none;
}

.events-filter.active .e-text {
    color: #054857;
}
span.more.active {
    transform: rotate(90deg);
}
.ov_filter input.button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
}
.user-profile-btns a {
}

.user-profile-btns > a {margin-bottom: 0;}
button.add-var {
    width: 100%;
}
.filter-search .flag-ul {
    display: block;
}

.filter-search .flag-ul input {
    display: none;
}

.ff-title {
    color: #054857;
    margin-bottom: 16px;
    font-weight: 600;
}

.ff-body input {
    height: 40px;
    width: 49%;
    border: 1px solid #CFE3E7;
    border-radius: 6px;
    padding-left: 10px;
}

.filter-field {
    margin-bottom: 32px;
}
.flag-ul li label, .flag-ul li {
    display: inline-block;
    width: 100px;
    height: 40px;
    cursor: pointer;
}
a.appeal-addres {
    background: #eef8fa;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 10px;
    display: inline-block;
    font-size: 12px;
}

.appeal-post {
    margin-top: -15px;
    margin-bottom: 20px;
}
.blacklist-container {
    padding: 32px;
	max-width: 600px;
}

.blacklist-container h2 {
    margin: 0 0 20px;
    color: #054857;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

ul.reasons li a {
    color: #042026;
    font-weight: 500;
}

ul.reasons li {
    list-style: none;
    margin-bottom: 10px;
}
a.changelang span:first-child {color: #054857;}

a.changelang {
    font-weight: 600;
    display: flex
}

a.changelang span:last-child {
    color: #7A969C;
}

.social {
    padding-bottom: 22px;
    border-bottom: 1px solid #E3EFF1;
    margin-bottom: 22px;
    width: 271px;
}
.add-form-container {
    position: absolute;
    background: #F3FAFB;
    border: 1px solid #CFE3E7;
	z-index: 99;
}

.add-form-container .visible-fields input[type=text] {
    width: 100px;
}

.add-form-container .profile-fields > div {
    margin-right: 5px;
}

.add-form-container .add_form {
    width: 350px;
    padding: 15px;
    margin: 0;
}


a.add-full-info {
    font-size: 12px;
    border-bottom: 1px dashed #106273;
    padding: 5px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}

.add-form-container .profile-fields {
    margin-bottom: 10px;
}

.add-form-container .ui-autocomplete-input {
    width: 100% !important;
}
.add-form-container a.close {
    position: absolute;
    right: 5px;
    top: 5px;
}
.teipusers {background: #eeefef;}
.mirror {
    transform: rotateY(180deg);
}
.id_person {
}

.auth-content .tab {
    background: #fff;
    color: #054857;
}

.auth-content .tab.active-tab {
    background: #054857;
    color: #fff;
}

.tab-header .tab:hover {
    background: #054857;
    color: #fff;
}


.header-settings{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-settings span{
    text-transform: uppercase;
    color: #7A969C;
    font-weight: 600;
    font-size: 14px;

}
.full-width{
	/* width:100%; */
}
.full-width .container{
	flex:1;
}
.full-width .user-column {
    margin-left: 20px;
}

/* == TJ == */

.switch {
    --height: 22px;
    margin-left: 18px;
}
/**
 checkboxx
**/	

.checkbox {
    position: relative;
    margin-bottom: 1rem;
}

.checkbox__input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
}

.checkbox__label {
    padding-left: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #054857;
    cursor: pointer;
}

.checkbox__label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;

    border: 1px solid #054857;
    background-color: #fff;
    border-radius: 3px;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.auth-checkbox{
    position: relative;
    margin-left: 10px;
}

.checkbox__label:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;

    background: url(https://htmlbase.ru/storage/app/media/checkbox/check.svg) no-repeat;
    background-size: 12px 12px;
    opacity: 0;

    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 2;

    transition: opacity .1s linear;
}


.checkbox__input:checked + .checkbox__label:before {
    background-color: #054857;

}

.checkbox__input:checked + .checkbox__label:after {
    opacity: 1;
}
/* Switch styling starts*/

.switch {
    height: var(--height);
    border-radius: var(--height);
    position: relative;
    aspect-ratio: 2;
}
.switch input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 26px;
    opacity: 0;
    cursor: pointer;
}
.switch div:before,
.switch div:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: var(--height);
    pointer-events: none;
    transition: all 0.5s ease;
}
.switch div:before {
    top: 0;
    min-height: 16px;
    min-width: 26px;
    border: 1px solid gray;
    transition-delay: 0.2s;
}
.switch div:after {
    top: 42%;
    left: 0px;
    transform: translateY(-50%);
    background-color:  #054857;
    min-height: calc(100% - 5px);
    aspect-ratio: 1;
}
.switch input[type="checkbox"]:checked ~ div:after {
    left: calc(70% - var(--height) + 3px);
   
}
.switch input[type="checkbox"]:checked ~ div:before {
    
}
.footer-info{
    margin-top: 57px;
    position: fixed;
    bottom: 16px;
}
.footer-info span{
    color: #7A969C;
    opacity: 0.5;
    font-weight: 500;
    font-size: 12px;
    margin-top: 10px;
    display: block;
}
.footer-info a{
    display: block;
    line-height: 20px;
    color:#7A969C;
    font-weight: 500;
    font-size: 12px;
}
.footer-info a:hover{
    color:#5e7275;
}
div#comments_widget select {
    display: none;
}
/* Switch styling ends */



button:focus {
	outline: none;
}
input#date {
    color: #757575;
}
.toggle-tree-size.minsize path:nth-child(1) {
    transform: rotate(180deg) translate(-27px, -9px);
}

path {}

a.toggle-tree-size.minsize path:nth-child(3) {
    transform: rotate(-180deg) translate(-9px, -27px);
}

a.toggle-tree-size.minsize path:nth-child(5) {
    transform: rotate(-180deg) translate(-28px, -28px);
}

a.toggle-tree-size.minsize path:nth-child(7) {
    transform: rotate(-180deg) translate(-8px, -8px);
}


.event-container{
 
    padding: 20px;
}
.event-container h4{
    color: #567F88;
    font-weight: 600;
    margin-top: 36px;
}


.event-choise select{
    width: 185px;
    height: 40px;
    border: 1px solid #CFE3E7;
    border-radius: 6px;
    padding: 0 14px 0 12px;
    box-shadow: none;
}

.event-select{
    position: relative;
}
.event-select svg{
    position: absolute;
    margin-left: -30px;
    top: 17px;
    z-index: -10;
}
.event-choise select {
	/* for Firefox */
    background: transparent;
	-moz-appearance: none;
	/* for Chrome */
	-webkit-appearance: none;
}
.event-choise select::-ms-expand {
	/* IE */
	display: none;
}
.fullname-event{
    display: flex;
    justify-content: space-between;
}
.fullname-event input{
    width: 284px;
}

.deceased input{
    width: 284px;
}

.event-adress input{
    width: 158px;
}
.event-adress input{
    width: 383px;
}

.event-date input {
    width: 185px;
    height: 40px;
    padding: 0 13px;
    border: 1px solid #CFE3E7;
    border-radius: 6px;
}
.event-container input{
    height: 40px;
    border: 1px solid #CFE3E7;
    border-radius: 6px;
}
.event-contact{
    display: flex;
}
.event-contact input{
    width: 185px;
    margin-right: 12px;
    padding: 0 12px;
}

.event-comment textarea{ 
    width: 100%;
    height: 109px;
    border: 1px solid #CFE3E7;
    border-radius: 6px;
    resize:vertical;
    padding: 12px;
}

.event-container input::-webkit-input-placeholder, .event-container textarea::-webkit-input-placeholder { 
    color: #AAC0C5 !important;
}

.add-event a{
    width: 328px;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 8px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #054857;
}
.info-person svg {
    margin-right: 4px;
}
.user-column .auth-container {
    width: 220px;
}
.posts-count {
    background: #567F88;
    margin-left: 12px;
    height: 20px;
    padding: 0 6px;
    text-align: center;
    border-radius: 10px;
    line-height: 20px;
}

.post-notification div.posts-count span {
    margin: 0 !important;
    color: #fff !important;
    font-weight: 500;
}

.post-notification > div {
    margin: 0 4px 16px;
    border-radius: 8px;
    height: 44px;
    flex: 1;
}
.user-profile-btns {
}

.follow{
    background: #EFF5F5 !important;
    border: none !important;
    min-width: 170px;
}
.unfollow{
    background: #054857 !important;
}
.unfollow span {
    color: #fff !important;
}

.unfollow svg path {
    stroke: #fff !important;
}
.follow:hover{
    background: #054857 !important;
}
.follow:hover svg path, .follow:hover span{
    stroke:#fff !important;
    color:#fff !important;
}
.follow span{
}
a.button.follow span {
    color: #567F88;
    font-weight: 600;
    margin: 0;
    text-transform: none;
}
.new-post {
    width: 704px;
    height: 36px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.post-options {
    display: flex;
    flex-direction: row;
}
.new-post form {display: none;}
.post-options a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;

    width: 144px;
    height: 36px;
    line-height: 36px;

    color: #567F88;
    text-decoration: none;
    text-align: center;

    background: #EFF5F5;
    border-radius: 6px;

    margin-right: 8px;
}

.post-options a:hover {
    background: #CFE3E7;
}
.person_info .image {width: 245px;height: 300px;border-radius: 8px 0 0 8px;margin-right: 0;}

.profile-info {border-top: 1px solid #E3EFF1;border-right: 1px solid #E3EFF1;border-bottom: 1px solid #E3EFF1;height: 300px;padding: 20px 20px 20px 28px;width: 462px;border-radius: 0 8px 8px 0;position: relative;}

.profile-name h1 {color: #042026;font-size: 18px;font-weight: bold;margin-bottom: 16px;}

.profile-info span {color: #567F88;font-size: 13px;line-height: 20px;}

.sub-sub > div {margin-right: 40px;}

.parents a {width: 40px;height: 40px;display: inline-block;border: 1px solid #73C5D7;border-radius: 50%;overflow: hidden;margin-top: 4px;}
.parents {min-width: 84px;margin-right: 47px;}
.parents a.mather{
	border: 1px solid #E2749C;
}
.main-info ul li {list-style: none;color: #054857;font-size: 13px;}

.main-info {margin-bottom: 12px;}

a.more-info {color: #054857;font-size: 13px;font-weight: 500;display: inline-block;margin-bottom: 16px;cursor: pointer;}
button#gargaloBTN {width: 40px;background: #2199CC;height: 40px;}
.profile-buttons > * {margin: 0 4px 0 0;height: 40px;}

.profile-buttons .button {height: 40px;align-items: center;display: flex;justify-content: center;max-width: 204px;}
a.search-close.button {
	position: absolute;
	width: 40px;
	top: 58px;
	z-index: 999;
	right: -23px;
	cursor: pointer;
	display: none;
}

a.search-close.button svg {transform: rotate(45deg);}
.rrbg {position: absolute;left: 0;right: 0;top: 0;bottom: 0;backdrop-filter: blur(1px);background: rgba(255,255,255,0.4);}
a.gargalo-close path {stroke: #25899f;}

a.gargalo-close {position: absolute;right: 10px;top: 10px;width: 20px;height: 20px;cursor: pointer;}

a.gargalo-close svg {transform: rotate(45deg) scale(1.5);}
.news-content.post-content .title {
	color: #042026;
	font-weight: 600;
	font-size: 14px;
}

.post-content span.when * {
	color: #567F88;
	font-size: 12px;
}
.post-text * {font-size: 13px;color: #042026;padding: 0;line-height: 19.5px;}
.news-comments {margin-top: 16px;}
.markItUp {flex: 1;}
#comments_list .comment .info div.avatar {width: 36px;height: 36px;border-radius: 50%;overflow: hidden;}
.family {
	display: none;
	background: #fff;
	position: absolute;
	z-index: 999;
	border: 1px solid #E3EFF1;
	padding: 20px 20px 10px;
	border-radius: 0 0 8px 8px;
	box-shadow: 0px 3px 3px rgb(0 0 0 / 10%);
	top: 227px;
}
.teip a {background: #eff5f5;display: block;padding: 20px;border-radius: 8px;}
p.an_error {color: #054857;margin-top: 61px;text-align: center;font-weight: 600;}
p.an_error span {display: block;color: #567F88;font-size: 12px;font-weight: 400;max-width: 50%;line-height: 14px;margin: auto;}
input.teip_title {height: 40px;border: none;background: #eff5f5;width: 100%;border-radius: 5px;}
.event-details {display: flex;margin-top: 30px;}
.event-header a.button {width: 100px;height: 30px;line-height: 30px;margin-left: 30px;}
.event-type {display: none;}
input.apeal-user-input {background: #EFF5F5;color: #054857;border: none;width: auto;padding: 0 10px;font-weight: 500;margin: 5px 5px 5px 0;}