.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.truncate-email {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 300px;
}

.truncate2-email {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 190px;
}

.align-spinner {
	margin-top: auto;
	margin-bottom: auto;
}

.font-size-35 {
	font-size: 35px !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
    display: none !important;
}

.multi-lines {
	word-break: break-all;
}


html {
    font-size: 62.5%;
}
body {
    font-family: Poppins, sans-serif !important;
    font-size: 1.4rem;
    font-style: normal;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.5;
    color: #000;
    margin: 0;
    padding: 0;
    text-rendering: optimizeSpeed;
}
.noscroll {
    overflow: hidden;
}
.ipad-blk, .mobile-menu, .smallscreen {
    display: none;
}
.flex {
    display: flex;
}
.align-self-center {
    align-self: center;
}
a {
    color: #007d8a;
    display: inline-block;
}
.button, a, button {
    border: 0;
    cursor: pointer;
    font: inherit;
    outline: 0;
    text-decoration: none;
}
img {
    height: auto;
    max-width: 100%;
}
#mobile-menu {
    background: #fff;
    height: calc(100vh - 72px);
    left: 0;
    position: fixed;
    top: 0;
    transform: translateY(-200%);
    transition: transform .3s ease;
    width: 100%;
    z-index: 10;
}
#mobile-menu .sa-mobile-menu-links ul {
    list-style: none;
    margin: 0;
    padding: 0 3rem;
}
#mobile-menu .sa-mobile-menu-links ul li {
    border-bottom: 1px solid #3b3b46;
}
#mobile-menu .sa-mobile-menu-links ul li a {
    color: #3b3b46;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    padding: 1rem 0;
    text-decoration: none;
    transition: background .3s;
}
.sa-desktop-header {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    display: block;
    position: relative;
    z-index: 1000;
}
.sa-desktop-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1064px;
    padding: 3rem 0;
}
.sa-desktop-logo {
    height: 60px;
}
.sa-desktop-menu ul {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sa-desktop-menu ul li {
    border-right: 1px solid #3b3b46;
    padding: 0 20px;
}
.sa-desktop-menu ul li:last-child {
    border-right: none;
}
.sa-desktop-menu ul li a {
    color: #3b3b46;
    font-size: 1.6rem;
    font-weight: 500;
    padding: .5rem 0;
    text-decoration: none;
    transition: color .3s;
}
.sa-desktop-menu ul li a:hover {
	color: #007d8a;
}
.sa-desktop-icons {
    display: flex;
    gap: 2rem;
}
.sa-desktop-icons .sa-icon {
    color: #3b3b46;
    cursor: pointer;
    transition: color .3s;
}
.sa-desktop-icons .sa-icon img {
    height: 25px;
    width: 25px;
}
.sa-mobile-header {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    display: none;
    position: relative;
    z-index: 1000;
}
.sa-mobile-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
}
.sa-hamburger {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    position: relative;
    z-index: 10000;
}
.sa-hamburger span {
    background-color: #3b3b46;
    border-radius: 6px;
    height: 2px;
    margin: 3px 0;
    transition: .3s;
    width: 22px;
}
.sa-hamburger span:first-child {
    background-color: #87a5a6;
}
.sa-mobile-logo {
    height: 42px;
}
#mobile-menu.active {
    transform: translateY(72px);
}
#mobile-menu .sa-mobile-social {
    margin-top: 40px;
    padding-left: 3rem;
}
#mobile-menu .sa-mobile-social .sa-social-links {
    display: flex;
    gap: 1.5rem;
}
#mobile-menu .sa-mobile-social .sa-social-links a {
    align-items: center;
    background: #3b3b46;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 50px;
    justify-content: center;
    text-decoration: none;
    transition: background .3s;
    width: 50px;
}
@media (max-width: 1063px) {
    .sa-desktop-container {
        padding: 3rem 2rem;
    }
}
@media (max-width: 768px) {
    .sa-desktop-header {
        display: none;
    }
    .sa-mobile-header {
        display: block;
    }
}
.site-footer {
    position: relative;
}
.site-footer .footer-bottom {
    background-color: #3b3b46;
    color: #e1e1e1;
    font-size: 1.4rem;
    line-height: 19px;
    padding: 30px;
    text-align: center;
}
.site-footer .footer-bottom .copyright {
    margin: 0 15px;
}
.site-footer .footer-bottom .copyright, .site-footer .footer-bottom .flags, .site-footer .footer-bottom .footer-menu {
    display: inline-block;
    vertical-align: middle;
}
.site-footer .footer-bottom a {
    color: #e1e1e1;
}
.site-footer .footer-bottom .copyright, .site-footer .footer-bottom .flags, .site-footer .footer-bottom .footer-menu {
    display: inline-block;
    vertical-align: middle;
}
.site-footer .footer-bottom .footer-menu ul {
    margin: 0;
    padding: 0;
}
.site-footer .footer-bottom .footer-menu ul li {
    display: inline-block;
    margin: 0 10px;
}
.site-footer .footer-bottom .footer-menu ul li a {
    font-size: 1.4rem;
    line-height: 19px;
}

@media (max-width: 767px) {
    .user-space .user-menu__toggler:hover, .user-space .user-menu__toggler.show {
        background-color: #007d8a !important;
        color: #ffffff;
    }
    .user-space .user-menu__toggler:hover .navbar-toggler-icon, .user-space .user-menu__toggler.show .navbar-toggler-icon {
        color: #007d8a !important;
    }
}