<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
}
body {
    background-color: #fff;
}

body,
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4,
h5,
h6,
.card-title,
.footer-big h4,
.footer-big h5,
.footer-brand,
.info-title,
.media .media-heading,
.title {
    font-family: 'Poppins', sans-serif;
    color: #000;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: .5rem;
}

p,
li {
    font-size: 1rem;
    margin-bottom: 0px;
}

a {
    color: #007AFF;
    text-decoration: underline;
}

a:hover {
    color: #007AFF;
    text-decoration: none;
}

label {
    font-weight: normal;
    margin-bottom: 0px;
    color: #000;
}

.bmd-form-group label {
    color: #000;
    font-weight: normal;
    padding-left: 30px;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.5rem;
}

.h4,
h4 {
    font-size: 1.2rem;
}

b,
strong {
    font-weight: bold;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: #000;
    text-transform: inherit;
    text-decoration: none;
    background-color: rgba(255,255,255,0.7);
    margin-left: 5px;
    margin-right: 5px;
}

.btn {
    font-weight: normal;
    font-size: 1.1rem;
}

.btn.btn-info {
    color: #fff;
    background-color: #242C41;
    border-color: #242C41;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    box-shadow: 0 2px 2px 0 rgb(255 255 255 / 14%),
        0 3px 1px -2px rgb(255 255 255 / 20%),
        0 1px 5px 0 rgb(255 255 255 / 12%);
}

.btn.btn-info:active,
.btn.btn-info:focus,
.btn.btn-info:hover {
    box-shadow: 0 14px 26px -12px rgb(0 188 212 / 42%),
        0 4px 23px 0 rgb(0 0 0 / 12%),
        0 8px 10px -5px rgb(0 188 212 / 20%);
}

.btn.btn-info.focus,
.btn.btn-info:focus,
.btn.btn-info:hover {
    color: #fff;
    background-color: #0E4973;
    border-color: #0E4973;
}

.btn.btn-info.btn-link,
.btn.btn-info.btn-link:active,
.btn.btn-info.btn-link:focus,
.btn.btn-info.btn-link:hover {
    color: #242C41;
}

.text-info, a.text-info  {
    color: #242C41 !important;
}

.text-info:hover, a.text-info:hover  {
    color: #242C41 !important;
}

.text-eu, a.text-eu  {
    color: #0E4973 !important;
}

.text-eu:hover, a.text-eu:hover  {
    color: #0E4973 !important;
}

.bg-eu {
    background-color: #0E4973 !important;
}

.bg-info {
    background-color: #242C41 !important;
}

.badge {
    text-transform: none;
    font-size: 1rem;
}

.badge.badge-warning {
    background-color: #FFC75A;
    color: #000;
}

.btn.btn-warning {
    color: #fff;
    background-color: #FFC75A;
    border-color: #FFC75A;
    border-top-color: rgb(254, 196, 0);
    border-right-color: rgb(254, 196, 0);
    border-bottom-color: rgb(254, 196, 0);
    border-left-color: rgb(254, 196, 0);
    box-shadow: 0 2px 2px 0 rgb(254 196 0 / 14%),
        0 3px 1px -2px rgb(254 196 0 / 20%),
        0 1px 5px 0 rgb(254 196 0 / 12%);
}

.text-warning {
    color: #FFC75A !important;
}

.btn.btn-white,
.btn.btn-white:focus,
.btn.btn-white:hover {
    color: #242C41;
}

.btn.btn-eu {
    color: #fff;
    background-color: #0E4973;
    border-color: #0E4973;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    box-shadow: 0 2px 2px 0 rgb(255 255 255 / 14%),
        0 3px 1px -2px rgb(255 255 255 / 20%),
        0 1px 5px 0 rgb(255 255 255 / 12%);
}

.btn.btn-eu:active,
.btn.btn-eu:focus,
.btn.btn-eu:hover {
    box-shadow: 0 14px 26px -12px rgb(0 188 212 / 42%),
        0 4px 23px 0 rgb(0 0 0 / 12%),
        0 8px 10px -5px rgb(0 188 212 / 20%);
}

.btn.btn-eu.focus,
.btn.btn-eu:focus,
.btn.btn-eu:hover {
    color: #fff;
    background-color: #242C41;
    border-color: #242C41;
}


.bg-device {
    background-image: url("/dir/img/device.png?v=2");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.bg-hands {
    background-image: url("/dir/img/hands.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.bg-zeita {
    background-image: url("/dir/homepage-bg.png?v=5");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.btn.btn-link {
    font-size: 1rem;
    color: #000;
    text-transform: none;
    text-decoration: none;
}

.is-focused [class*=" bmd-label"],
.is-focused [class^=bmd-label] {
    color: #0E4973;
}

.form-control,
.is-focused .form-control {
    background-image: linear-gradient(0deg, #242C41 2px, rgba(156, 39, 176, 0) 0),
        linear-gradient(0deg, rgba(0,0,0,0) 1px, hsla(0, 0%, 82%, 0) 0);
}

.form-control:invalid {
    background-image: linear-gradient(0deg, #f44336 2px, rgba(244, 67, 54, 0) 0),
        linear-gradient(0deg, rgba(0,0,0,0) 1px, hsla(0, 0%, 82%, 0) 0);
}

.form-check .form-check-input:checked+.form-check-sign .check {
    background: #242C41;
}

.btn,
.btn.btn-default {
    background-color: #4E4E4E;
    border-color: #4E4E4E;
}

.btn-group-lg .btn.btn-fab,
.btn-group-lg .btn.btn-just-icon,
.btn-group-lg&gt;.btn.btn-fab,
.btn-group-lg&gt;.btn.btn-just-icon,
.btn.btn-fab.btn-lg,
.btn.btn-just-icon.btn-lg {
    line-height: 2.9rem;
}

.logo {
    max-height: 150px;
}

.bg-transparent {
     background-color: transparent !important;
}

/* .bg-stars-gold {
    background-image: url("/dir/img/bg-stars-gold.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
} */

.bg-stars-green {
    background-image: url("/dir/img/bg-stars-green.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
}

.bg-stars-white {
    background-image: url("/dir/img/bg-stars-white.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
}

.bg-stars-blue {
    background-image: url("/dir/img/bg-stars-blue.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
}
.bg-stars-gold {
    background-image: url("/dir/stars/yellow-stars.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;

}
.bg-stars-gold-desktop {
    background-image: url("/dir/stars/yellow-stars.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
    
}

.bg-stars {
    background-image: url("/dir/left-stars.svg");
    background-repeat: repeat-y;
    background-position: -45px;
}

.owl-nav {
    position: absolute;
    top:35%;
    width: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
    font-size: 2rem;
    padding: 1rem .5rem;
    margin: 0px;
    border-radius: 0px;
}

.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
}

.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #242C41;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #242C41;
    
}

.owl-dots {
    position: relative;
    /* top: -36px; */
    margin-top: -20px;
    margin-bottom: 0px;
}

.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #fff;
}

.form-control {
    background-position: bottom,50% 100%,center right .46875rem;
    border-radius: 25px;
    padding: 20px 30px;
    border:1px solid #d2d2d2;
    font-size: 1.1rem;
}

.bmd-form-group .form-control.form-control-danger,
.bmd-form-group .form-control.form-control-danger:focus,
.bmd-form-group .form-control.form-control-success,
.bmd-form-group .form-control.form-control-success:focus,
.bmd-form-group .form-control.form-control-warning,
.bmd-form-group .form-control.form-control-warning:focus,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning {
    background-position: bottom,50% 100%,center right .46875rem;
    border-radius: 25px;
    padding: 20px 30px;
    border:1px solid #d2d2d2;
    font-size: 1.1rem;
}

.input-group-append {
    border: 1px solid #d2d2d2;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-left: none;
}

.input-group-prepend {
    border: 1px solid #d2d2d2;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-right: none;
}

.input-group:not(.has-validation)&gt;.custom-file:not(:last-child) .custom-file-label::after,
.input-group:not(.has-validation)&gt;.custom-select:not(:last-child),
.input-group:not(.has-validation)&gt;.form-control:not(:last-child) {
    border-right: none;
    padding-right: 10px;
}

.input-group&gt;.custom-select:not(:first-child),
.input-group&gt;.form-control:not(:first-child) {
    border-left: none;
    padding-left: 10px;
}

.input-group-append .btn {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.input-group-prepend .btn {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.form-check .form-check-sign .check {
    border-radius: 50%;
    background-color: #fff;
}

.bg-dark-blue{
    background-color: #242C41;
}

.btn-wide{
    width: 20rem;
}

@media only screen and (max-width: 767px) {
    .owl-dots{
        margin-top: -30px!important;
        margin-bottom: 0px;
    }
}

.eu-title {
    text-align: right;
    /* word-break: break-all; */
}

.eu-title::after {
    content: " ";
    display: block;
    position: relative;
    right: calc(-100% - 0.7rem);
    top: -25px;
    z-index: 2;
    width: 10px;
    height: 10px;
    background-color: #ffc85ae7;
    border-radius: 50%;
    border: 1px solid #000;
}

.eu-description {
    border-left: 1px solid #000;
}

@media (max-width: 767px) {
    .eu-title {
        text-align: left;
        border-left: 1px solid #000;
    }

    .eu-title::before {
        content: " ";
        display: block;
        position: relative;
        left: -1.5rem;
        top: 20px;
        z-index: 2;
        width: 10px;
        height: 10px;
        background-color: #ffc85ae7;
        border-radius: 50%;
        border: 1px solid #000;
    }

    .eu-title::after {
        content: none;
        display: none;
    }
}

.owl-carousel-mobile {
    display: block;
    width: 100vw;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

.user-photo,
.chat .chat-avatar {
    border-radius: 50%;
    height: 60px;
    width: 60px !important;
    object-fit: cover;

    border: 3px solid #ccc;
    padding: 2px;
    position: relative;
    top: -8px;
    margin-bottom: -8px;
}

.online {
    position: absolute;
    z-index: 2;
    top: calc(50% + 14px);
    right: calc(50% - 30px);
    border: 2px solid #fff;
    height: 15px;
    width: 15px;
    background-color: #12DF64;
    border-radius: 50%;
}

.offline {
    position: absolute;
    z-index: 2;
    top: calc(50% + 14px);
    right: calc(50% - 30px);
    border: 2px solid #fff;
    height: 15px;
    width: 15px;
    background-color: #707070;
    border-radius: 50%;
}

/* .chat .online,
.chat .offline {
    top: calc(50% + 2px);
} */

.shareholder {
    border: 3px solid #FFC75A;
    padding: 2px;
    position: relative;
    top: -8px;
    margin-bottom: -8px;
}

.shareholder::before {
    content: " ";
    background-image: url(/dir/gold-crown.svg);
    background-repeat: no-repeat;
    background-size: 23px auto;
    background-position: center;
    text-align: center;
    display: block;
    position: absolute;
    top: -15px;
    left: -0px;
    width: 100%;
    height: 20px;


}

.shareholder-online {
    position: absolute;
    z-index: 2;
    top: calc(50% + 14px);
    right: calc(50% - 30px);
    border: 2px solid #fff;
    height: 15px;
    width: 15px;
    background-color: #12DF64;
    border-radius: 50%;
}

.shareholder-offline {
    position: absolute;
    z-index: 2;
    top: calc(50% + 14px);
    right: calc(50% - 30px);
    border: 2px solid #fff;
    height: 15px;
    width: 15px;
    background-color: #707070;
    border-radius: 50%;
}

.rounded {
    border-radius: 15px !important;
}

.btn-post .btn-link {
    font-size: 1.2rem;
}

 .card .card-header {
     background: none;
     margin-top: 0px;
 }

.card .card-header:not([class*=header-]) {
    box-shadow: none !important;
}

.btn {
    font-weight: normal;
    font-size: 1.1rem;
}

.btn.btn-info {
    color: #fff;
    background-color: #242C41;
    border-color: #242C41;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    box-shadow: 0 2px 2px 0 rgb(255 255 255 / 14%),
        0 3px 1px -2px rgb(255 255 255 / 20%),
        0 1px 5px 0 rgb(255 255 255 / 12%);
}

.btn.btn-info:active,
.btn.btn-info:focus,
.btn.btn-info:hover {
    box-shadow: 0 14px 26px -12px rgb(0 188 212 / 42%),
        0 4px 23px 0 rgb(0 0 0 / 12%),
        0 8px 10px -5px rgb(0 188 212 / 20%);
}

.btn.btn-info.focus,
.btn.btn-info:focus,
.btn.btn-info:hover {
    color: #fff;
    background-color: #0E4973;
    border-color: #0E4973;
}

.btn.btn-info.btn-link,
.btn.btn-info.btn-link:active,
.btn.btn-info.btn-link:focus,
.btn.btn-info.btn-link:hover {
    color: #242C41;
    box-shadow: none;
}

.text-info,
a.text-info {
    color: #242C41 !important;
}

.text-info:hover,
a.text-info:hover {
    color: #242C41 !important;
}

.text-eu,
a.text-eu {
    color: #0E4973 !important;
}

.text-eu:hover,
a.text-eu:hover {
    color: #0E4973 !important;
}

.text-info-light,
a.text-info-light,
.btn.btn-link.btn-info-light {
    color: #007AFF !important;
}

.text-info-light:hover,
a.text-info-light:hover,
.btn.btn-link.btn-info-light:hover {
    color: #007AFF !important;
}

.bg-eu {
    background-color: #0E4973 !important;
}

.bg-pay {
    background-color: #2376B1 !important;
}

.bg-info {
    background-color: #242C41 !important;
}

.bg-warning {
    background-color: #ffc85ae3 !important;
}

.badge {
    text-transform: none;
    font-size: 1rem;
}

.badge.badge-warning {
    background-color: #ffc85ae3;
    color: #000;
}

.btn.btn-warning {
    color: #fff;
    background-color: #FFC75A;
    border-color: #FFC75A;
    border-top-color: rgb(254, 196, 0);
    border-right-color: rgb(254, 196, 0);
    border-bottom-color: rgb(254, 196, 0);
    border-left-color: rgb(254, 196, 0);
    box-shadow: 0 2px 2px 0 rgb(254 196 0 / 14%),
        0 3px 1px -2px rgb(254 196 0 / 20%),
        0 1px 5px 0 rgb(254 196 0 / 12%);
}

.text-warning {
    color: #FFC75A !important;
}

.btn.btn-white,
.btn.btn-white:focus,
.btn.btn-white:hover {
    color: #242C41;
}

.btn.btn-eu {
    color: #fff;
    background-color: #0E4973;
    border-color: #0E4973;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    box-shadow: 0 2px 2px 0 rgb(255 255 255 / 14%),
        0 3px 1px -2px rgb(255 255 255 / 20%),
        0 1px 5px 0 rgb(255 255 255 / 12%);
}

.btn.btn-eu:active,
.btn.btn-eu:focus,
.btn.btn-eu:hover {
    box-shadow: 0 14px 26px -12px rgb(0 188 212 / 42%),
        0 4px 23px 0 rgb(0 0 0 / 12%),
        0 8px 10px -5px rgb(0 188 212 / 20%);
}

.btn.btn-eu.focus,
.btn.btn-eu:focus,
.btn.btn-eu:hover {
    color: #fff;
    background-color: #242C41;
    border-color: #242C41;
}

.btn.btn-gray {
    color: #fff;
    background-color: #7A8FA6;
    border-color: #7A8FA6;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    box-shadow: 0 2px 2px 0 rgb(255 255 255 / 14%),
        0 3px 1px -2px rgb(255 255 255 / 20%),
        0 1px 5px 0 rgb(255 255 255 / 12%);
}

.btn.btn-gray:active,
.btn.btn-gray:focus,
.btn.btn-gray:hover {
    box-shadow: 0 14px 26px -12px rgb(0 188 212 / 42%),
        0 4px 23px 0 rgb(0 0 0 / 12%),
        0 8px 10px -5px rgb(0 188 212 / 20%);
}

.btn.btn-gray.focus,
.btn.btn-gray:focus,
.btn.btn-gray:hover {
    color: #fff;
    background-color: #242C41;
    border-color: #242C41;
}

.btn.btn-gray.btn-link,
.btn.btn-gray.btn-link:active,
.btn.btn-gray.btn-link:focus,
.btn.btn-gray.btn-link:hover {
    color: #7A8FA6;
    background: transparent;
    box-shadow: none;
}


.btn.btn-info-light {
    color: #fff;
    background-color: #007AFF;
    border-color: #007AFF;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    box-shadow: 0 2px 2px 0 rgb(255 255 255 / 14%),
        0 3px 1px -2px rgb(255 255 255 / 20%),
        0 1px 5px 0 rgb(255 255 255 / 12%);
}

.btn.btn-info-light:active,
.btn.btn-info-light:focus,
.btn.btn-info-light:hover {
    box-shadow: 0 14px 26px -12px rgb(0 188 212 / 42%),
        0 4px 23px 0 rgb(0 0 0 / 12%),
        0 8px 10px -5px rgb(0 188 212 / 20%);
}

.btn.btn-info-light.focus,
.btn.btn-info-light:focus,
.btn.btn-info-light:hover {
    color: #fff;
    background-color: #007AFF;
    border-color: #007AFF;
}

.btn.btn-info-light.btn-link,
.btn.btn-info-light.btn-link:active,
.btn.btn-info-light.btn-link:focus,
.btn.btn-info-light.btn-link:hover {
    color: #007AFF;
    background: transparent;
}

.bg-gray {
    background-color: #7A8FA6 !important;
}

.text-gray {
    color: #7A8FA6 !important;
}

.bg-device {
    background-image: url("/dir/img/device.png?v=2");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.bg-hands {
    background-image: url("/dir/img/hands.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.btn.btn-link {
    font-size: 1.2rem;
    color: #000;
    text-transform: none;
    text-decoration: none;
}

.is-focused [class*=" bmd-label"],
.is-focused [class^=bmd-label] {
    color: #0E4973;
}

.form-control,
.is-focused .form-control {
    background-image: linear-gradient(0deg, #242C41 2px, rgba(156, 39, 176, 0) 0),
        linear-gradient(0deg, rgba(0, 0, 0, 0) 1px, hsla(0, 0%, 82%, 0) 0);
}

.form-control:invalid {
    background-image: linear-gradient(0deg, #f44336 2px, rgba(244, 67, 54, 0) 0),
        linear-gradient(0deg, rgba(0, 0, 0, 0) 1px, hsla(0, 0%, 82%, 0) 0);
}

.form-check .form-check-input:checked+.form-check-sign .check {
    background: #242C41;
}

.btn,
.btn.btn-default {
    background-color: #4E4E4E;
    border-color: #4E4E4E;
}

.btn-group-lg .btn.btn-fab,
.btn-group-lg .btn.btn-just-icon,
.btn-group-lg&gt;.btn.btn-fab,
.btn-group-lg&gt;.btn.btn-just-icon,
.btn.btn-fab.btn-lg,
.btn.btn-just-icon.btn-lg {
    line-height: 2.9rem;
}

.bg-light {
    background-color: #F0F3F5 !important;
}

hr {
    border-top: 1px solid #dcdcdc;
}

.border-top-gray {
    border-top: 1px solid #dcdcdc;
}

.border-gray {
    border: 1px solid #dcdcdc !important;
}

.preview-link .card-body .image, .preview-link-cache .card-body .image {
    max-height: 170px;
}

.preview-link .card-body img, .preview-link-cache .card-body img {
    height: 100%;
    max-width: 100%;
    width: auto;
    object-fit: cover;
    object-position: center;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

@media (max-width: 991px) {
    .preview-link .card-body .image, .preview-link-cache .card-body .image {
        max-height: 120px;
    }

    .preview-link .card-body img, .preview-link-cache .card-body img {
        width: 100%;
        border-top-right-radius: 15px !important;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
}

video {
    border-radius: 15px !important;
    width: auto !important;
    height: 100% !important;
    max-width: 100%;
    max-height: 450px;
}

@media (max-width: 768px) {

    video {
        width: 100% !important;
        height: auto !important;
    }
}

.post .comment video {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 15px !important;
    width: 100% !important;
    height: auto !important;
}

.gold-crown {
    min-height: 8px;
}

.text-headline {
    color: #ACACAC !important;
}

.post .description {
    /* color: #707070; */
    color: #000;
}

.navbar form .bmd-form-group {
    display: block;
}

.user-photo-container {
    width: 60px;
    height: 60px;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

.btn-more,
.btn-less,
.btn-post-more,
.btn-post-less,
.btn-chat {
    text-decoration: none !important;
    font-size: 1rem !important;
    margin: 0px;
    padding: 0px;
    color: #007AFF !important;
}

.text-less {
    display: none;
}

.text-more {
    display: inline;
}

.post .post-title,
.post .text-headline {
    font-weight: 600;
}

.card .card-header:not([class*=header-]) {
    box-shadow: none !important;
}
.card {
    box-shadow: none;
}

.card .card-header-info .card-icon,
.card .card-header-info .card-text,
.card .card-header-info:not(.card-header-icon):not(.card-header-text),
.card.bg-info,
.card.card-rotate.bg-info .back,
.card.card-rotate.bg-info .front {
    background: #242C41;
}

.post-img {
    max-height: 1000px;
    overflow: hidden;
}

.post-video {
    max-height: 450px;
    max-width: 100%;
}

.round-left {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.round-right {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.small,
small {
    color: #000;
}

.invite-btn {
    position:fixed;
    right:0;
    top: 50vh;
    visibility: visible !important;
    z-index: 9999;
}

.notification {
    position: absolute;
    top: 4px;
    right: 25px;
    border: 1px solid #FFF;
    font-size: 12px;
    font-weight: bold;
    background: #ffc85ae3;
    color: #FFF;
    min-width: 20px;
    padding: 0 5px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    line-height: 19px;
    vertical-align: middle;
}

.navbar .navbar-nav.mobile-navbar-nav .nav-item .nav-link {
    padding: 1rem 3px;
}

.btn {
    text-transform: none !important;
    font-weight: normal;
    font-size: 1rem;
    padding: 0.5 rem 1 rem;
}

.eu-description {
    border-left: 1px solid #000;
}

.eu-title {
    text-align: left;
    border-left: 1px solid #000;
}

.eu-title::before {
    content: " ";
    display: block;
    position: relative;
    left: -1.65rem;
    top: 20px;
    z-index: 2;
    width: 15px;
    height: 15px;
    background-color: #ffc74b;
    border-radius: 50%;
}

.eu-title::after {
    content: none;
    display: none;
}

.stages .eu-title.active::after,
.stages .eu-title.active::before {
    background-color: #00d172;
    border: 2px solid #000;
}

.stages .eu-title.done::after,
.stages .eu-title.done::before {
    background-color: #00d172;
    background-image: url('/dir/img/stage-done-arrow.png?v=3');
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.stages .stage-arrow {
    background-image: url('/dir/img/stage-arrow.png?v=3');
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 7.7% 100px;
}

@media (max-width: 768px) {

    .stages .stage-arrow {
        background-position: 7% 100px;
    }
}</pre></body></html>