/* v1.6 */

/* Basic */
:root {
    --body-font-family: "Roboto", sans-serif;
    --body-bg: #f0f2f5;
    --body-bg-color-dark: #121212;
    --body-color: #212529;
    --body-color-dark: #dcdcdc;
    --main-link: #743CFD;
    --main-btn: #743CFD;
    --header-background: #fff;
    --header-background-dark: #212121;
    --header-color: #252525;
    --header-bg-color-dark: #e8e8e8;
    --header-search-bg: rgba(0, 0, 0, 0.08);
    --header-search-color: #252525;
    --main-color: #ffffff;
    --plyr-color-main: #743CFD;
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("Gilroy-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("Gilroy-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

* {
    outline: none !important;
    word-break: break-word;
}

body {
    font-family: var(--body-font-family);
    padding-top: 56px;
    font-size: 14px;
    color: var(--body-color);
    background-color: var(--body-bg)
}

body.night-mode {
    color: var(--body-color-dark);
    background-color: var(--body-bg-color-dark)
}

body.n_activated,
body.n_live {
    padding-top: 100px
}

body .container {
    max-width: 1050px;
}

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

a {
    color: var(--main-link)
}

a:hover {
    text-decoration: none
}

pre {
    padding: 15px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f7f7f7;
    border: 1px solid #dbdbdb;
    border-radius: 4px
}

body.night-mode pre {
    color: var(--body-color-dark);
    background-color: #363636;
    border-color: #121212
}

.valign {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

body.night-mode hr.style-two {
    background-image: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(255 255 255 / 10%), rgb(255 255 255 / 0%));
}

.ele_content {
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    border-radius: 12px;
    padding: 15px 15px 1px;
}

body.night-mode .ele_content {
    background-color: #212121;
}

.ele_page_content {
    padding: 3px 20px 20px;
}

.ele_page_hdng {
    padding: 12px 0px 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 15px;
}

body.night-mode .ele_page_hdng {
    border-color: #343434;
}

.ele_page_hdng>svg:not(.nobg),
.ele_page_hdng>div>svg:not(.nobg) {
    display: inline-flex;
    width: 26px;
    min-width: 26px;
    height: 26px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--main-btn);
    color: #fff;
    padding: 4px;
}

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

.fs-14 {
    font-size: 14px;
}

.bold {
    font-weight: 500 !important;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.page_divider {
    height: 7px;
    background-color: rgb(0 0 0 / 5%);
    border-radius: 10px;
}

body.night-mode .page_divider {
    background-color: rgb(255 255 255 / 7%);
}

a.body_color {
    color: var(--body-color);
}

body.night-mode a.body_color {
    color: var(--body-color-dark);
}

body.night-mode hr {
    border-color: rgb(255 255 255 / 12%);
}

body.night-mode .custom-select {
    background-color: #313131;
}

body.night-mode .form-control,
body.night-mode .input-group-text {
    border-color: #363636;
}

body.night-mode .form-control {
    color: #ddd;
    background-color: #313131;
}

body.night-mode .text-body {
    color: #e2e2e2 !important;
}

body.night-mode .breadcrumb-item.active {
    color: #9c9c9c;
}

body.night-mode .border {
    border-color: #424242 !important;
}

body.night-mode .border-bottom {
    border-bottom-color: #424242 !important;
}

body.night-mode .border-top {
    border-top-color: #424242 !important;
}

body.night-mode .text-muted {
    color: #989898 !important;
}

body.night-mode .bg-light {
    background-color: #343434 !important;
}

.pagination {
    flex-wrap: wrap;
}

/* Empty State */
.empty_state {
    padding: 70px 5px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Gilroy', Roboto, sans-serif;
    width: 100%;
}

.empty_state svg {
    display: block;
    margin: 0 auto 20px;
    width: 80px;
    height: 80px;
    color: rgb(0 0 0 / 30%);
}

body.night-mode .empty_state svg {
    color: rgb(255 255 255 / 35%);
}

.empty_state p {
    font-family: var(--body-font-family);
    font-size: 14px;
    font-weight: normal;
}

.empty_state .btn {
    font-family: var(--body-font-family);
    font-size: 14px;
}

/* Tooltip */
.tooltip {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .3px;
    line-height: 16px;
    z-index: 1050;
}

.tooltip.show {
    opacity: 1
}

.tooltip .arrow {
    display: none;
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: 2px 0
}

/* SVG */
.svg-container {
    display: inline-block
}

.svg-container svg {
    width: inherit !important;
    height: inherit !important
}

/* Scrollbar */
.custom-scrollbar ::-webkit-scrollbar {
    visibility: hidden;
    height: 8px;
    width: 8px
}

.custom-scrollbar ::-webkit-scrollbar-thumb {
    visibility: hidden;
    border-radius: 4px;
    background: grey
}

.custom-scrollbar:hover ::-webkit-scrollbar,
.custom-scrollbar:hover ::-webkit-scrollbar-thumb {
    visibility: visible
}

/* Tooltip */
.tooltip-inner {
    font-family: var(--body-font-family);
    font-size: 13px;
    white-space: nowrap;
    max-width: none;
    border-radius: 2px
}

/* Badge */
.badge {
    font-weight: 500;
}

.badge.badge-lg {
    font-size: 100%
}

/* Pagination */
body.night-mode .pagination .page-link {
    background: #212121;
    border-color: #333;
}

/* Img-thumbnail */
body.night-mode .img-thumbnail {
    background: #212121;
    border-color: #424242
}

/* List-group */
body.night-mode .list-group-item {
    background: #212121;
    border-color: #424242
}

/*Page Title*/
.ele_page_titlemulti {
    justify-content: space-between;
}

.ele_page_title {
    margin: 0 0 15px;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 33px;
    letter-spacing: -0.5px;
    font-weight: 600;
}

.ele_page_title:empty {
    margin: 0;
}

.ele_page_title.small {
    font-size: 30px;
}

.ele_page_title>svg {
    width: 34px;
    height: 34px;
    color: brown;
    margin: -6px 0 0;
}

.ele_page_titlemulti .btn {
    font-size: 13px;
    line-height: 32px;
    margin-top: -4px;
}

.ele_page_subtitle {
    padding-left: 43px;
    font-size: 1.2em;
}

.ele_sett_bott_btn .btn {
    min-width: 150px;
    margin: 17px 0;
}

/*Form Fields*/
.ele_field {
    position: relative;
    display: block;
    font-size: 16px;
    margin: 0 0 25px;
}

.ele_field:last-child {
    margin: 0 0 15px;
}

.tag_field_full_margin .ele_field {
    margin: 0 0 25px;
}

.ele_field>b {
    position: absolute;
    font-weight: normal;
    top: 23px;
    left: 15px;
    visibility: hidden;
}

.ele_field>input,
.ele_field>textarea,
.ele_field>select,
.ele_field>.dropdown.bootstrap-select,
.ele_field>.bootstrap-tagsinput {
    display: block;
    margin: 0;
    border: none;
    border-top: solid 21px transparent;
    border-bottom: solid 1px rgba(0, 0, 0, .42);
    border-radius: 4px 4px 0 0;
    padding: 0 16px 6px;
    width: 100%;
    min-height: 56px;
    color: rgba(0, 0, 0, .87);
    background-color: #f5f5f5;
    box-shadow: none;
    letter-spacing: .009375em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body.night-mode .ele_field>input,
body.night-mode .ele_field>textarea,
body.night-mode .ele_field>select,
body.night-mode .ele_field>.dropdown.bootstrap-select,
body.night-mode .ele_field>.bootstrap-tagsinput {
    border-bottom-color: rgb(255 255 255 / 42%);
    color: rgb(255 255 255 / 87%);
    background-color: #373737;
}

.ele_field>input:-webkit-autofill,
.ele_field>textarea:-webkit-autofill,
.ele_field>select:-webkit-autofill {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}

.ele_field>textarea {
    resize: none;
}

.ele_field>input,
.ele_field>select,
.ele_field>.dropdown.bootstrap-select {
    height: 56px;
}

.ele_field>select[multiple] {
    height: auto;
    border-top-width: 27px;
    padding-bottom: 0;
}

.ele_field.currency>input {
    padding-left: 25px;
}

.ele_field.mobile>input {
    padding-left: 90px;
}

.ele_field>input+span,
.ele_field>input+.dropdown-menu+span,
.ele_field>textarea+span,
.ele_field>select+span,
.ele_field>.dropdown.bootstrap-select+span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 6px 16px 0;
    color: rgba(0, 0, 0, .6);
    font-size: 13px;
    pointer-events: none;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

body.night-mode .ele_field>input+span,
body.night-mode .ele_field>input+.dropdown-menu+span,
body.night-mode .ele_field>textarea+span,
body.night-mode .ele_field>select+span,
body.night-mode .ele_field>.dropdown.bootstrap-select+span {
    color: rgb(255 255 255 / 60%);
}

.ele_field>input+span::after,
.ele_field>textarea+span::after,
.ele_field>select+span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--main-btn);
    transform-origin: bottom center;
    transform: scaleX(0);
    transition: transform .18s cubic-bezier(.4, 0, .2, 1);
}

.ele_field>input:not(:focus):placeholder-shown+span+b,
.ele_field.mobile>input:not(:focus):placeholder-shown+span+select {
    visibility: hidden;
}

.ele_field>input+span+b,
.ele_field.mobile>input+span+select {
    visibility: visible;
}

.ele_field>input:hover,
.ele_field>textarea:hover,
.ele_field>select:hover,
.ele_field>.dropdown.bootstrap-select:hover,
.ele_field>.bootstrap-tagsinput:hover {
    border-bottom-color: rgba(0, 0, 0, .87);
    background-color: #ECECEC;
}

body.night-mode .ele_field>input:hover,
body.night-mode .ele_field>textarea:hover,
body.night-mode .ele_field>select:hover,
body.night-mode .ele_field>.dropdown.bootstrap-select:hover,
body.night-mode .ele_field>.bootstrap-tagsinput:hover {
    border-bottom-color: rgb(255 255 255 / 87%);
    background-color: #434343;
}

.ele_field>input:not(:focus):placeholder-shown+span,
.ele_field>textarea:not(:focus):placeholder-shown+span {
    font-size: 16px;
    padding: 16px 16px;
}

.ele_field>input:focus+span,
.ele_field>input:focus+.dropdown-menu+span,
.ele_field>textarea:focus+span,
.ele_field>select:focus+span {
    color: var(--main-btn);
}

.ele_field>input:focus+span::before,
.ele_field>textarea:focus+span::before,
.ele_field>select:focus+span::before {
    opacity: 0.12;
}

.ele_field>input:focus+span::after,
.ele_field>textarea:focus+span::after,
.ele_field>select:focus+span::after {
    transform: scale(1);
}

.ele_field>input:disabled,
.ele_field>textarea:disabled,
.ele_field>select:disabled {
    border-bottom-color: rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, .38);
    background-color: rgba(0, 0, 0, 0.15);
}

.ele_field>input:disabled+span,
.ele_field>textarea:disabled+span,
.ele_field>select:disabled+span {
    color: rgba(0, 0, 0, .38);
}

.ele_field.mobile>select {
    width: 90px;
    background: transparent;
    visibility: hidden;
    left: 0;
    top: 0;
}

.ele_field .append {
    position: absolute;
    right: 10px;
    top: 17px;
    line-height: 1;
    cursor: pointer;
    color: #626262;
}

.ele_field+.help-block {
    padding: 0 16px;
    color: rgba(0, 0, 0, .6);
    font-size: 12px;
    letter-spacing: .0333333333em;
    margin: -20px 0 25px;
    display: block;
}

body.night-mode .ele_field+.help-block {
    color: rgb(255 255 255 / 60%);
}

.ele_field+.help-block:empty {
    padding: 0;
    margin: 0;
}

.tag_alone_label {
    padding: 0 16px;
}

.tag_alone_label label {
    margin: 0;
    display: block;
    color: rgba(0, 0, 0, .6);
}

body .ele_field>.dropdown.bootstrap-select {
    width: 100% !important;
    display: block;
    float: none;
}

body .ele_field>.dropdown.bootstrap-select>.dropdown-toggle {
    float: none;
    padding: 0 16px;
    line-height: 32px;
    margin: 0 -16px;
    width: calc(100% + 32px);
    color: rgba(0, 0, 0, .87);
    font-size: 16px;
    height: 32px;
    background: transparent;
    box-shadow: none !important;
    border: 0;
}

body.night-mode .ele_field>.dropdown.bootstrap-select>.dropdown-toggle {
    color: rgb(255 255 255 / 87%);
}

body .ele_field>.dropdown.bootstrap-select>.dropdown-toggle:focus {
    outline: none !important;
}

body .ele_field>.dropdown.bootstrap-select>.dropdown-toggle .filter-option {
    width: auto;
    white-space: nowrap;
    max-width: 95%;
    text-overflow: ellipsis;
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {

        .ele_field>input,
        .ele_field>input+span,
        .ele_field>input+span::after,
        .ele_field>textarea,
        .ele_field>textarea+span,
        .ele_field>textarea+span::after,
        .ele_field>select,
        .ele_field>select+span,
        .ele_field>select+span::after {
            transition-duration: 0.1s;
        }
    }
}

body.night-mode .form-control-plaintext {
    color: #f9f9f9;
}

.ele_field>.js_toggle-password {
    right: 0;
    cursor: pointer;
}

/* Custom Nav */
.nav-started {
    border-radius: 16px;
}

.nav-started .nav-item {
    flex: 1;
}

.nav-started .nav-link {
    padding: 10px;
}

.nav-started .nav-link.active {
    color: var(--main-link);
}

.nav-started .nav-link.active:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    opacity: 0.2;
}

.nav-started .nav-link:not(.active) {
    background: rgb(0 0 0 / 4%);
}

body.night-mode .nav-started .nav-link:not(.active) {
    background: #414141;
    color: #fff
}

body.night-mode .nav-started .nav-link:not(.active):hover {
    background: #555
}

.ele_switch_tabs,
.ele_toggle_tabs {
    margin: 10px auto 15px;
    border: 0;
    background: #ecf0f5;
    border-radius: 2em;
    padding: 3px;
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap;
}

body.night-mode .ele_switch_tabs,
body.night-mode .ele_toggle_tabs {
    background: #373737;
}

.ele_switch_tabs>div {
    float: none;
    margin: 0;
}

.ele_switch_tabs>div>a,
.ele_toggle_tabs>a {
    margin: 0;
    line-height: normal;
    height: auto;
    font-weight: 500;
    font-size: 13px;
    border-radius: 2em;
    letter-spacing: 0.3px;
    display: block;
    padding: 3px 12px;
    color: #666;
}

body.night-mode .ele_switch_tabs>div>a,
body.night-mode .ele_toggle_tabs>a {
    color: #afafaf;
}

.ele_switch_tabs>div>a.active,
.ele_toggle_tabs>a.active {
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

body.night-mode .ele_switch_tabs>div>a.active,
body.night-mode .ele_toggle_tabs>a.active {
    background-color: #000;
    color: #fff;
}

/* Nav-tabs */
body.night-mode .nav-tabs {
    border-bottom-color: #363636
}

body.night-mode .nav-tabs .nav-item.show .nav-link,
body.night-mode .nav-tabs .nav-link.active {
    color: #fff;
    border-color: #363636 #363636 #212121;
    background-color: #212121
}

body.night-mode .nav-tabs .nav-link:not(.active):hover {
    border-color: #363636
}

/* Dropdown */
.dropdown-menu {
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 22%) 0px 25.6px 57.6px 0px, rgb(0 0 0 / 18%) 0px 4.8px 14.4px 0px;
    padding: 8px 0;
    border: 0;
}

body.night-mode .dropdown-menu,
body.night-mode .ele_navbar_top_right>.dropdown .dropdown-menu,
body.night-mode .ele_header_sarch_dropdown {
    background: #2E2E2E;
    box-shadow: 0 0px 0px 1px rgb(255 255 255 / 18%);
    color: #dcdcdc;
}

.dropdown-menu .dropdown-item,
.dropdown-menu>li>a {
    padding: 0 16px;
    line-height: 32px;
    display: block;
    clear: both;
    font-size: 14px;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #16181b;
    background-color: #f8f9fa;
}

body.night-mode .dropdown-item {
    color: #e4e4e4;
}

body.night-mode .dropdown-menu .dropdown-item:focus,
body.night-mode .dropdown-menu .dropdown-item:hover,
body.night-mode .dropdown-menu>li>a:focus,
body.night-mode .dropdown-menu>li>a:hover {
    color: #e0e0e0;
    background-color: #3c3c3c;
}

.no_dd_arrow:after {
    display: none;
}

.ele_create_menu {
    min-width: 220px;
}

.ele_create_menu>li,
.ele_post_pub_privacy_menu>div,
.post-dropdown-menu>div {
    padding: 0 8px;
}

.ele_create_menu>li>a,
.ele_hdr_user_dropdown>.dropdown-item,
.ele_create_menu>li>.dropdown-item,
.ele_post_pub_privacy_menu>div>.dropdown-item,
.post-dropdown-menu>div>.dropdown-item {
    font-weight: 500;
    font-size: 14px;
    padding: 8px 12px;
    line-height: 40px;
    border-radius: 8px;
    color: #505050;
    position: relative;
    cursor: pointer;
}

body.night-mode .ele_create_menu>li>a,
body.night-mode .ele_hdr_user_dropdown>.dropdown-item,
body.night-mode .ele_create_menu>li>.dropdown-item,
body.night-mode .ele_post_pub_privacy_menu>div>.dropdown-item,
body.night-mode .post-dropdown-menu>div>.dropdown-item {
    color: #cacaca;
}

body.night-mode .dropdown-divider {
    border-color: #4e4e4e;
}

.ele_create_menu>li>a,
.ele_create_menu>li>.dropdown-item,
.ele_post_pub_privacy_menu>div>.dropdown-item,
.post-dropdown-menu>div>.dropdown-item {
    padding: 0 10px;
    margin: 1px 0;
    font-size: 13px;
}

.ele_create_menu>li>a svg,
.ele_create_menu>li>.dropdown-item svg,
.post-dropdown-menu>div>.dropdown-item svg {
    width: 21px;
    height: 21px;
    margin-right: 12px;
    opacity: 0.9;
}

.ele_create_menu>li>a svg .hover_path,
.ele_create_menu>li>a:hover svg path,
.ele_create_menu>li>.dropdown-item svg .hover_path,
.ele_create_menu>li>.dropdown-item:hover svg path,
.post-dropdown-menu>div>.dropdown-item svg .hover_path,
.post-dropdown-menu>div>.dropdown-item:hover svg path {
    display: none;
}

.ele_create_menu>li>a:hover,
.ele_create_menu>li>.dropdown-item:hover {
    color: var(--main-link);
}

.ele_create_menu>li>a:hover svg .hover_path,
.ele_create_menu>li>.dropdown-item:hover svg .hover_path,
.post-dropdown-menu>div>.dropdown-item:hover svg .hover_path {
    display: block;
}

/* Modal */
.modal-backdrop {
    background: rgba(0, 0, 0, 0.6);
    z-index: 1048;
}

.modal-backdrop.show {
    opacity: 1;
}

.modal.fade {
    padding: 15px !important;
    background: transparent;
    transition: opacity 0.2s, visibility 0s 0.2s;
    text-align: center;
}

.modal.fade.show {
    transition: opacity 0.2s, visibility 0s;
    overflow-y: auto;
    overscroll-behavior: contain;
    display: flex !important;
}

.modal.fade:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal.fade .modal-dialog {
    transition: none;
    display: inline-flex;
    text-align: left;
    vertical-align: middle;
    margin: auto;
    transform: scale(.95);
    will-change: transform;
    transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
}

.modal.fade.show .modal-dialog {
    transform: scale(1);
}

body.night-mode .modal-content {
    background-color: #212121
}

body.night-mode .modal-footer,
body.night-mode .modal-header {
    border-color: #424242
}

.modal-header.with-nav {
    padding-bottom: 0;
    border-bottom: 0
}

/* Alert */
.alert {
    border: 0;
    font-weight: 500;
    border-radius: 10px;
}

.alert-info {
    background-color: rgba(33, 150, 243, 0.1);
    color: #3698fd;
}

.alert-success {
    background-color: rgba(76, 175, 80, 0.1);
    color: #4CAF50;
}

.alert-warning {
    background-color: rgba(243, 148, 64, 0.1);
    color: #FAA500;
}

.alert-danger {
    background-color: rgba(244, 67, 54, 0.1);
    color: #F44336;
}

.alert-link:hover {
    text-decoration: underline
}

.alert-dismissible {
    padding-right: 72px
}

.alert-primary {
    color: #fff;
    border-color: #7889e8;
    background-color: #7889e8
}

.alert-secondary {
    color: #212529;
    border-color: #f6f7f8;
    background-color: #f6f7f8
}

.alert-light {
    color: #fff;
    border-color: #bac1c8;
    background-color: #bac1c8
}

.alert-dark {
    color: #fff;
    border-color: #45484b;
    background-color: #45484b
}

/* Custom Alerts */
.alert-post {
    background: #fff;
    color: var(--main-link);
    font-weight: 500;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

body.night-mode .alert-post {
    background: #212121;
    color: #e7e7e7;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 15%);
}

.alert-chat {
    margin: 5px auto !important;
    letter-spacing: .3px;
    font-size: 12px;
    line-height: 16px;
    opacity: .9;
    background-color: #3c4043;
    color: #fff;
    padding: 4px 8px !important;
    border-radius: 4px;
}

.alert .title {
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-weight: 500;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.alert .icon {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px
}

.alert .text {
    display: table-cell;
    vertical-align: top;
    text-align: left
}

/* Buttons */
.btn {
    font-size: 14px;
    white-space: nowrap;
    border: none;
}

body.night-mode .btn {
    color: #e5e5e5;
}

body.night-mode .btn:hover {
    color: #ffffff;
}

body.night-mode .close,
body.night-mode .close:hover {
    color: #fff;
}

.btn-mat {
    position: relative;
    user-select: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    text-align: center;
    min-width: 64px;
    line-height: 40px;
    padding: 0 24px;
    border-radius: 2em;
    transform: translate3d(0, 0, 0);
    transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    box-shadow: none;
}

.btn-mat svg {
    width: 18px;
    height: 18px;
    margin: -2px 4px 0 0;
}

.btn-mat.btn-sm {
    padding: 0 16px;
    font-size: 13px;
    line-height: 30px;
}

.btn-mat.btn-sm svg {
    width: 17px;
    height: 17px;
}

.btn-mat-raised {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.btn-mat-raised:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn.disabled,
.btn:disabled {
    box-shadow: none
}

.btn-group-lg>.btn,
.btn-lg {
    font-size: 14px;
    padding: 16px 96px
}

.btn-group-md>.btn,
.btn-md {
    font-size: 12px;
    padding: 16px 56px
}

.btn-group-sm>.btn,
.btn-sm {
    font-size: 11px;
    padding: 8px 26px
}

.btn-icon {
    padding: 12px 14px
}

.btn-lg.btn-icon {
    padding: 19px 22px
}

.btn-md.btn-icon {
    padding: 17px 20px
}

.btn-sm.btn-icon {
    padding: 5px 8px
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--main-btn)
}

.btn-primary {
    background: var(--main-btn)
}

.btn-primary:hover {
    color: #fff;
    background: var(--main-btn)
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: var(--main-btn);
}

.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #e4e6eb
}

body.night-mode .btn-secondary,
body.night-mode .btn-secondary.disabled,
body.night-mode .btn-secondary:disabled,
body.night-mode .btn-secondary:not(:disabled):not(.disabled).active,
body.night-mode .btn-secondary:not(:disabled):not(.disabled):active,
body.night-mode .show>.btn-secondary.dropdown-toggle,
body.night-mode .btn-light {
    color: #e5e5e5;
    background-color: #444548
}

.btn-secondary:hover {
    color: #212529;
    background-color: #f1f4f6
}

body.night-mode .btn-secondary:hover {
    color: #fff;
    background-color: #242424
}

.btn-link {
    font-weight: 400;
    color: #5e72e4;
    background-color: transparent
}

.btn-link:hover {
    text-decoration: none;
    color: #233dd2;
    border-color: transparent;
    background-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    pointer-events: none;
    color: #8898aa
}

.btn-outline-primary {
    color: #5e72e4;
    border-color: #5e72e4;
    background-color: transparent;
    background-image: none
}

.btn-outline-primary:hover {
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgba(94, 114, 228, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #5e72e4;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4
}

/* Custom Buttons */
.btn-rounded {
    border: 0 !important;
    border-radius: 50%
}

.btn-delete:hover {
    color: #fff;
    border-color: #eb3357;
    background-color: #eb3357
}

.btn-delete:hover .fa:before {
    content: "\f1f8"
}

.btn-payment {
    background: #f7f7f7
}

.btn-payment:hover {
    background: #f1f1f1
}

body.night-mode .btn-payment {
    background: #383838;
}

body.night-mode .btn-payment:hover {
    background: #3e3e3e;
}

.btn-voice-start,
.btn-voice-stop {
    display: inline-block;
    background: rgb(239 76 93 / 15%);
    color: #ef4c5d;
    border-radius: 18px;
    border: 1px solid rgb(239 76 93 / 30%);
    line-height: 33px;
}

.btn-voice-start:hover {
    color: #ef4c5d;
}

.btn-voice-stop {
    background: #ef4c5d;
    color: white;
    border-color: #ef4c5d;
}

.btn-voice-stop:hover {
    color: white;
}

.btn-voice-stop svg {
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.btn-voice-stop .js_voice-timer {
    background: white;
    border-radius: 2em;
    color: #ef4c5d;
    font-size: 12px;
    display: inline-block;
    line-height: 20px;
    padding: 0 10px;
    margin: 0 -10px 0 5px;
}

.btn-voice-clear {
    border-radius: 2em;
    background: rgb(239 76 93 / 15%);
    color: #ef4c5d;
    line-height: 22px;
    font-size: 13px;
}

.btn-icon-social {
    display: inline-flex;
    background: #fbfbfb;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.btn-icon-social.x {
    color: inherit;
}

body.night-mode .btn-icon-social {
    background: var(--card-dark-hover);
}

.btn-icon-social:hover {
    background: #f7f7f7;
}

body.night-mode .btn-icon-social:hover {
    background: var(--card-dark-color);
}

.btn-social {
    border-radius: 14px;
    border: 2px solid #EFEFEF;
    padding: 10px 18px;
    gap: 14px;
    font-size: 14px;
    font-weight: 500;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-social:hover {
    background-color: #EFEFEF;
}

body.night-mode .btn-social {
    border-color: #444a4c;
    color: #fff;
}

body.night-mode .btn-social:hover {
    background-color: #444a4c;
}

/* Inputs */
.form-control,
.input-group-text {
    border-color: #ddd;
    border-radius: 2px
}

.form-control:focus {
    box-shadow: none
}

.form-control-label {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 15px;
}

.form-text {
    opacity: 0.8;
}

.input-group .btn {
    padding-top: 9px;
    padding-bottom: 9px
}

.custom-control-label {
    padding-top: 2px
}

/* Custom Inputs */
.form-table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}

.form-table-row>div {
    flex: 1
}

.form-table-row>div:last-child {
    flex-basis: auto;
    flex-grow: 0;
    margin-left: 10px
}

.form-table-row>div.avatar {
    flex-basis: auto;
    flex-grow: 0;
    margin-right: 10px
}

.input-money {
    position: relative
}

.input-money span {
    font-size: 20px;
    position: absolute;
    top: 15px;
    left: 0;
    width: 45px;
    text-align: center
}

.input-money.right span {
    left: auto;
    right: 0;
}

.input-money input {
    font-size: 40px;
    line-height: 40px;
    font-family: opensanslight;
    margin: 0;
    padding: 10px;
    padding-left: 45px;
    height: 60px;
    outline: 0
}

.input-money.right input {
    padding-left: 10px;
    padding-right: 45px;
}

/* Card */
.card {
    border: 1px solid #e6ecf5;
    margin-bottom: 20px
}

body.night-mode .card {
    background: #212121;
    border-color: #212121
}

.card-header {
    background-color: #f6f9fc;
    border-color: #e6ecf5
}

body.night-mode .card-header {
    background: #212121;
    border-color: #363636
}

/* Custom Cards */
.card-header.with-icon {
    padding-top: 20px;
    padding-bottom: 20px
}

.card-header.with-nav {
    padding-bottom: 0;
    border-bottom: 0
}

@media (min-width:768px) {
    .card-header.with-icon {
        font-size: 14px;
        font-weight: 500
    }
}

.card-header.block-title {
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 35px;
    background: 0 0
}

.card-body.with-form,
.card-body.with-list,
.card-body.with-nav {
    padding: 10px
}

.card-body .divider,
.modal-body .divider {
    border-top: 1px solid #e6ecf5;
    margin: 25px 0
}

.card-body .divider.dashed,
.modal-body .divider.dashed {
    border-top-style: dashed
}

body.night-mode .card-body .divider,
body.night-mode .modal-body .divider {
    border-color: #131313
}

@media (min-width:768px) {
    .card-body.page-content {
        padding: 50px
    }
}

.card-footer-fake {
    text-align: right;
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
    margin: 1.25rem -1.25rem -1.25rem
}

/* Callout */
.bs-callout {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    border-left: 5px solid #eee;
    border-radius: 3px
}

body.night-mode .bs-callout {
    background: #212121
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px
}

.bs-callout p:last-child {
    margin-bottom: 0
}

.bs-callout code {
    border-radius: 3px
}

.bs-callout+.bs-callout {
    margin-top: -5px
}

.bs-callout-default {
    border-left-color: #777
}

.bs-callout-default h4 {
    color: #777
}

.bs-callout-primary {
    border-left-color: #428bca
}

.bs-callout-primary h4 {
    color: #428bca
}

.bs-callout-success {
    border-left-color: #5cb85c
}

.bs-callout-success h4 {
    color: #5cb85c
}

.bs-callout-danger {
    border-left-color: #d9534f
}

.bs-callout-danger h4 {
    color: #d9534f
}

.bs-callout-warning {
    border-left-color: #f0ad4e
}

.bs-callout-warning h4 {
    color: #f0ad4e
}

.bs-callout-info {
    border-left-color: #5bc0de
}

.bs-callout-info h4 {
    color: #5bc0de
}

/* [JS Plugin] Bootstrap-Select */
.bootstrap-select:not(.input-group-btn) {
    height: 100%
}

.bootstrap-select .dropdown-toggle .filter-option {
    display: inline-block !important;
    position: static !important;
    padding: 0 !important
}

.bootstrap-select .btn-outline-light {
    color: #495057;
    border-color: #ddd
}

.bootstrap-select .option .icon {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px
}

.bootstrap-select .option .text {
    display: table-cell;
    vertical-align: top;
    text-align: left
}

/* [JS Plugin] MCE Editor */
div.mce-fullscreen {
    z-index: 99999
}

/* [JS Plugin] jQuery-UI (autocomplete) */
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    z-index: 9999
}

.ui-widget-content {
    background: #fff;
    color: #444;
    z-index: 99999;
    padding: 10px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .15)
}

body.night-mode .ui-widget-content {
    background: #343434;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.ui-menu-item {
    position: relative;
    margin: 0;
    padding: 5px 0;
    border-radius: 3px;
    cursor: pointer
}

.ui-menu-item:hover {
    background: #efefef
}

body.night-mode .ui-menu-item:hover {
    background: #424242
}

.ui-menu-item a {
    color: #444
}

body.night-mode .ui-menu-item a {
    color: #e5e5e5
}

.ui-menu-item img {
    width: 30px;
    margin: 5px;
    border-radius: 50%
}

.ui-menu-item span {
    font-size: 13px
}

.ui-helper-hidden-accessible {
    display: none
}

/* [JS Plugin] Tagify */
.tagify {
    width: 100%;
}

body .tagify {
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, .42);
    border-radius: 4px 4px 0 0;
    min-height: 56px;
    background-color: #f5f5f5;
    letter-spacing: .009375em;
}

body.night-mode .tagify {
    border-bottom-color: rgb(255 255 255 / 42%);
    background-color: #373737;
}

body .tagify .tagify__input {
    margin: 13px;
    padding: 0.3em 3px;
}

body .tagify--focus+input+span {
    font-size: 0 !important;
}

body .tagify--focus+input+span::after {
    transform: scale(1);
}

body.night-mode .tagify__dropdown {
    border-color: #363636;
    background-color: #424242
}

body.night-mode .tagify__dropdown__item--active {
    background-color: #212121
}

.tagify__dropdown {
    z-index: 99999 !important;
}

/* [JS Plugin] Plyr.JS */
.plyr.fluid-video {
    background: #000;
}

.plyr.fluid-video .plyr__video-wrapper {
    background: #000;
}

.plyr.fluid-video.non-fullscreen {
    max-height: calc(100vh - 350px);
}

.plyr.fluid-video.non-fullscreen video {
    max-height: calc(100vh - 350px);
    width: 100%;
    height: auto;
    object-fit: contain;
}

.plyr.fluid-video.fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}

.plyr.fluid-video.fullscreen video {
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Poster image before video loads */
.plyr.fluid-video video[poster] {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}

/* Loading state */
.plyr.fluid-video:not(.plyr--playing) .plyr__poster {
    opacity: 1;
}

/* Header */
.main-wrapper {
    width: 100%;
    min-width: 260px;
    padding-left: 250px;
}

.top-bar {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    height: 44px;
    font-size: 12px;
    line-height: 44px;
    background: #fff2cc;
    color: #333;
    z-index: 1001;
    font-weight: 500;
    border-bottom: 1px solid #ffe496;
}

.top-bar.danger {
    background: #ce3426;
    color: #fff
}

.top-bar.danger a {
    color: #fff200
}

.main-header {
    margin-bottom: 30px;
}

.ele_navbar_top {
    position: fixed;
    z-index: 1045;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--header-background);
    height: 56px;
    padding: 0;
}

body.night-mode .ele_navbar_top {
    background: var(--header-background-dark);
}

body.night-mode:not(.visitor) .main-header {
    background: var(--header-bg-color-dark);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

body.modal-open .main-header,
body.modal-open .top-bar {
    padding-right: 17px !important
}

@media (min-width:768px) {

    body.modal-open:not(.n_chat) .main-header,
    body.modal-open:not(.n_chat) .top-bar {
        padding-right: 227px !important
    }
}

@media (min-width:1200px) {

    .main-wrapper,
    .top-bar {
        padding-right: 90px;
    }

    body.n_chat .main-header,
    body.n_chat .main-wrapper,
    body.n_chat .top-bar {
        padding-right: 0
    }
}

body.n_activated .ele_sidebar_left,
body.n_live .ele_sidebar_left,
body.n_activated .chat-sidebar,
body.n_live .chat-sidebar {
    top: 100px;
}

.ele_header {
    width: 100%;
}

.ele_toggle_sidebar {
    border: none;
    background: transparent;
    padding: 5px;
    line-height: 1;
    margin: 0 10px 0 -5px;
    color: var(--header-color);
}

body.night-mode .ele_toggle_sidebar {
    color: var(--header-bg-color-dark);
}

.main-header .logo-wrapper,
.ele_welcome_top .logo-wrapper {
    display: block;
    overflow: hidden;
    word-break: break-all;
    color: var(--header-color);
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    flex: 0 0 auto;
}

body.night-mode .main-header .logo-wrapper,
body.night-mode .ele_welcome_top .logo-wrapper {
    color: var(--header-bg-color-dark);
}

.main-header img.logo-light {
    display: inline-block;
}

.night-mode .main-header img.logo-light {
    display: none;
}

.main-header img.logo-dark {
    display: none;
}

.night-mode .main-header img.logo-dark {
    display: inline-block;
}

.main-header .logo-wrapper img,
.ele_welcome_top .logo-wrapper img {
    max-width: 130px;
    max-height: 40px;
    transform: translateZ(0px);
}

.main-header .search-wrapper {
    margin: 0 auto 0 10px;
    position: relative;
    width: 420px;
}

.ele_toggle_search {
    border: none;
    background: var(--header-background);
    padding: 5px;
    line-height: 1;
    color: var(--header-color);
    position: fixed;
    left: 10px;
    top: 9px;
    display: none;
}

body.night-mode .ele_toggle_search {
    background: var(--header-background-dark);
    color: var(--header-bg-color-dark);
}

.main-header .search-wrapper>form {
    margin: 0 8px;
    position: relative;
    z-index: 1;
}

.main-header .search-wrapper>form svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    width: 22px;
    height: 22px;
    opacity: 0.7;
    pointer-events: none;
    transition: all .15s linear;
    color: var(--header-search-color);
    will-change: transform, opacity;
}

body.night-mode .main-header .search-wrapper>form svg {
    color: var(--header-bg-color-dark);
}

.main-header .search-wrapper .form-control {
    background: var(--header-search-bg);
    width: 100%;
    border: 0;
    padding: 10px 10px 10px 39px;
    border-radius: 2em;
    height: 40px;
    transition: all .15s linear;
    color: var(--header-search-color);
    font-size: 15px;
}

body.night-mode .main-header .search-wrapper .form-control {
    color: var(--header-bg-color-dark);
}

body.night-mode .main-header .search-wrapper .form-control {
    background: var(--body-bg-color-dark)
}

.main-header .search-wrapper .form-control::-webkit-input-placeholder {
    color: var(--header-search-color);
    opacity: 0.5;
}

body.night-mode .main-header .search-wrapper .form-control::-webkit-input-placeholder {
    color: var(--header-bg-color-dark);
}

.main-header .search-wrapper .form-control:-moz-placeholder {
    color: var(--header-search-color);
    opacity: 0.5;
}

body.night-mode .main-header .search-wrapper .form-control:-moz-placeholder {
    color: var(--header-bg-color-dark);
}

.main-header .search-wrapper .form-control:-ms-input-placeholder {
    color: var(--header-search-color);
    opacity: 0.5;
}

body.night-mode .main-header .search-wrapper .form-control:-ms-input-placeholder {
    color: var(--header-bg-color-dark);
}

.main-header .search-wrapper .form-control:focus {
    padding: 10px;
}

.main-header .search-wrapper .form-control:focus+svg {
    transform: translateY(-50%) translateX(-10px);
    opacity: 0;
}

.ele_navbar_top_right {
    position: fixed;
    right: 0;
    z-index: 1045;
    top: 0;
    padding: 8px 15px;
}

@media (min-width:768px) {
    .tag_logo_mobi {
        display: none;
    }
}

.ele_navbar_top_right>.dropdown {
    margin: 0 5px;
}

.ele_navbar_top_right>.dropdown .counter {
    padding: 1px 5px;
    border-radius: 2em;
    color: var(--main-color);
    font-size: 12px;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    background-color: var(--main-btn);
    min-width: 19px;
    height: 19px;
    text-align: center;
    top: -5px;
    right: -5px;
}

.ele_hdr_droptoggle {
    border: 0;
    line-height: 1;
    padding: 8px;
    border-radius: 50%;
    color: var(--header-color);
    position: relative;
    background: transparent;
}

body.night-mode .ele_hdr_droptoggle {
    color: var(--header-bg-color-dark);
}

.ele_hdr_droptoggle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: currentColor;
    opacity: 0;
    transition: all 0.15s;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.09;
}

.ele_hdr_droptoggle svg {
    width: 24px;
    height: 24px;
}

.show>.ele_hdr_droptoggle {
    background: var(--header-color);
    color: var(--header-background);
}

body.night-mode .show>.ele_hdr_droptoggle {
    background: var(--header-bg-color-dark);
    color: var(--header-background-dark);
}

.ele_hdr_user_droptoggle {
    padding: 0px;
}

.ele_hdr_user_droptoggle,
.ele_hdr_user_droptoggle:before {
    border-radius: 2em;
}

.ele_hdr_user_droptoggle img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.ele_hdr_user_droptoggle span {
    font-weight: 500;
    padding: 0 14px 0 5px;
    letter-spacing: 0.3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.ele_hdr_nouser_droptoggle {
    padding: 8px;
}

.ele_navbar_top_right>.dropdown .dropdown-menu,
.ele_header_sarch_dropdown {
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    width: 100%;
    min-width: 350px;
    max-height: calc(100vh - 100px);
    max-width: 350px;
    overflow-y: auto;
    padding: 3px 10px;
    margin: 0;
    overscroll-behavior-y: contain;
    background: #fff;
}

.ele_header_sarch_dropdown {
    min-width: 100%;
    padding: 56px 0 0;
    top: -8px;
    z-index: auto;
    max-height: none;
}

.ele_header_search_body {
    max-height: calc(100vh - 156px);
    overflow-y: auto;
    overscroll-behavior-y: contain;
    padding: 3px 10px;
}

.ele_hdr_user_dropdown hr {
    margin: 10px 0;
}

.ele_hdr_user_dropdown>.dropdown-item,
.ele_hdr_user_dropdown>.dropdown-item:hover,
.ele_hdr_user_dropdown>.dropdown-item:active,
.ele_hdr_user_dropdown>.dropdown-item:focus {
    color: #252525;
    transition: all 0.15s;
}

body.night-mode .ele_hdr_user_dropdown>.dropdown-item,
body.night-mode .ele_hdr_user_dropdown>.dropdown-item:hover,
body.night-mode .ele_hdr_user_dropdown>.dropdown-item:active,
body.night-mode .ele_hdr_user_dropdown>.dropdown-item:focus {
    color: #e3e3e3;
}

.ele_hdr_user_dropdown>.dropdown-item svg,
.ele_hdr_user_dropdown>.dropdown-item i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 8px;
    margin-right: 18px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
}

body.night-mode .ele_hdr_user_dropdown>.dropdown-item svg,
body.night-mode .ele_hdr_user_dropdown>.dropdown-item i {
    background-color: rgb(255 255 255 / 10%);
}

.ele_hdr_user_dropdown>.dropdown-item>img {
    width: 36px;
    height: 36px;
    margin-right: 18px;
}

.ele_hdr_user_submenu {
    padding-left: 66px;
    margin: 2px -3px 6px;
    flex-wrap: wrap;
}

.ele_hdr_user_dropdown .ele_hdr_user_submenu a {
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    margin: 0 3px 9px;
    text-align: center;
    line-height: 28px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
    width: auto;
}

body.night-mode .ele_hdr_user_dropdown .ele_hdr_user_submenu a {
    background-color: rgb(255 255 255 / 8%);
}

.ele_hdr_user_submenu a svg {
    width: 17px;
    height: 17px;
    margin: -2px 0 0;
}

.ele_main_usr_ddmenu.open-lang .ele_hdr_user_dropdown,
.ele_mobi_langs_menu {
    display: none !important;
}

.open-lang .ele_mobi_langs_menu {
    display: block !important;
    padding: 15px !important;
}

.ele_mobi_langs_menu>h3 {
    font-size: 22px;
    margin: 10px 0 15px;
}

.ele_main_usr_ddmenu .ele_mobi_langs_menu>a {
    padding: 0 5px;
    border-bottom: 1px solid rgb(0 0 0 / 0.05);
    font-size: 16px;
    color: #363636;
    line-height: 42px;
}

body.night-mode .ele_main_usr_ddmenu .ele_mobi_langs_menu>a {
    border-color: rgb(255 255 255 / 8%);
    color: #d4d4d4;
}

.ele_mobi_langs_menu>a:last-child {
    border: 0;
}

.ele_main_usr_ddmenu .ele_mobi_langs_menu>a img {
    margin-top: -3px;
    width: 20px;
    height: 20px;
    transform: translateZ(0);
}

.ele_mobi_hdr_not_title {
    display: none;
}

.dropdown-widget-header {
    padding: 10px 5px 5px;
    font-size: 12px;
    justify-content: space-between;
}

.dropdown-widget-header .title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Gilroy', Roboto, sans-serif;
}

.dropdown-widget-header .btn {
    height: 28px;
    width: 28px;
    min-width: auto;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    color: #006f69;
    background: rgb(27 195 187 / 30%);
    line-height: 28px;
}

.dropdown-widget-header .btn svg {
    width: 18px;
    height: 18px;
    margin: 0;
}

.dropdown-widget-body {
    padding: 0;
    font-size: 12px
}

.dropdown-widget-body .title {
    color: #9a9fbf;
    padding: 8px;
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px
}

.dropdown-widget-body .js_scroller,
.chat-sidebar-content .js_scroller {
    height: auto !important;
}

.dropdown-widget-footer {
    display: block;
    padding: 7px;
    text-align: center;
    font-size: 13px;
    border-radius: 10px;
    color: #006f69;
    background: rgb(27 195 187 / 30%);
    font-weight: 500;
    margin: 8px 0;
}

body.night-mode .dropdown-widget-footer {
    color: #ffffff;
}

.ele_noti_sound {
    margin: 0;
}

.ele_noti_sound input {
    display: none;
}

.ele_noti_sound svg {
    cursor: pointer;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    padding: 5px;
    color: #006f69;
    background: rgb(27 195 187 / 30%);
}

body.night-mode .ele_noti_sound svg {
    color: #ffffff;
}

.ele_noti_sound input+svg {
    display: none;
}

.ele_noti_sound input+svg+svg {
    display: block;
}

.ele_noti_sound input:checked+svg {
    display: block;
}

.ele_noti_sound input:checked+svg+svg {
    display: none;
}

.ele_notifis {
    margin: 8px 0;
    font-size: 15px;
}

.ele_notifis>a.data-container {
    padding: 8px;
    border-radius: 8px;
    color: #252525;
    min-height: auto;
    transition: all 0.15s;
}

body.night-mode .ele_notifis>a.data-container {
    color: #d1d1d1;
}

.ele_notifis.unread>a.data-container {
    background: rgb(0 0 0 / 7%);
}

.ele_notifis.feeds-action-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ele_notifis.feeds-action-item>.btn {
    flex: 0 0 auto;
}

.ele_notifis_avatar,
.ele_friend_reqs .feeds-item .data-avatar,
.ele_header_search_body .feeds-item .data-avatar {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 13px;
    position: relative;
}

.ele_notifis_avatar img,
.ele_friend_reqs .feeds-item .data-avatar img,
.ele_header_search_body .feeds-item .data-avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.ele_notifis_avatar>div.icon {
    position: absolute;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #2196f3;
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%), 0 2px 2px rgb(0 0 0 / 8%), 0 8px 8px rgb(0 0 0 / 8%);
}

body.night-mode .ele_notifis_avatar>div.icon {
    background-color: #2e2e2e;
    box-shadow: 0 0px 0px 1px rgb(255 255 255 / 18%);
}

.ele_notifis_avatar>.left-avatar,
.ele_notifis_avatar>.right-avatar {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    border: 2px solid #fff;
}

body.night-mode .ele_notifis_avatar>.left-avatar,
body.night-mode .ele_notifis_avatar>.right-avatar {
    border-color: #2e2e2e;
}

.ele_notifis_avatar>.left-avatar {
    left: 0;
    bottom: 0;
    z-index: 1;
}

.ele_notifis_avatar>.right-avatar {
    top: 0;
    right: 0;
}

.ele_notifis_data {
    width: 100%;
    position: relative;
}

.ele_notifis_data.message {
    max-width: calc(100% - 73px);
}

.ele_notifis_data>.name {
    font-weight: 500;
    color: #252525;
}

body.night-mode .ele_notifis_data>.name {
    color: #f0f0f0;
}

.ele_notifis_data .time {
    font-size: 11px;
    color: #252525;
    opacity: 0.7;
    margin: 5px 0 0;
    line-height: normal;
}

body.night-mode .ele_notifis_data .time {
    color: #e7e7e7;
}

.ele_notifis_data.message .time {
    margin: 0;
}

.ele_notifis_data>div.text {
    font-size: 12px;
    padding: 2px 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ele_notifis_data>div.text .data-img {
    width: 14px;
    height: 14px;
    margin-top: -2px;
    border-radius: 3px;
}

.ele_friend_reqs .feeds-item,
.ele_header_search_body .feeds-item {
    border: 0;
}

.ele_friend_reqs .feeds-item .data-container,
.ele_header_search_body .feeds-item .data-container {
    border-radius: 8px;
    min-height: auto;
    transition: all 0.15s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ele_friend_reqs .feeds-item .data-container:hover,
.ele_header_search_body .feeds-item .data-container:hover {
    background: #f6f7f8;
}

body.night-mode .ele_friend_reqs .feeds-item .data-container:hover,
body.night-mode .ele_header_search_body .feeds-item .data-container:hover {
    background: #353535;
}

.ele_friend_reqs .feeds-item .data-content,
.ele_header_search_body .feeds-item .data-content {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}

.ele_friend_reqs .feeds-item .data-content .mt5 {
    margin: 0 0 5px !important;
}

.ele_friend_reqs .feeds-item .data-content .name a,
.ele_header_search_body .feeds-item .data-content .name a,
.ele_header_search_more {
    font-weight: 500;
    color: #252525;
    font-size: 15px;
}

body.night-mode .ele_friend_reqs .feeds-item .data-content .name a,
body.night-mode .ele_header_search_body .feeds-item .data-content .name a,
body.night-mode .ele_header_search_more {
    color: #dddddd;
}

.ele_friend_reqs .feeds-item .data-content .float-right {
    float: none !important;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ele_friend_reqs .feeds-item .data-content .btn {
    padding: 0 16px;
    font-size: 13px;
    line-height: 27px;
    margin: 0;
}

.ele_header_search_body .feeds-item .data-avatar {
    width: 50px;
    min-width: 50px;
    height: 50px;
}

.ele_header_search_body .feeds-item .data-content {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.ele_header_search_body .feeds-item .data-content .float-right {
    flex: 0 0 auto;
}

.ele_header_search_body .feeds-item .data-content .mt5 {
    margin: 0 !important;
}

.ele_header_search_body .feeds-item .data-content .btn {
    padding: 0 12px;
    font-size: 13px;
    line-height: 26px;
}

.ele_header_search_body .feeds-item .data-content .btn svg {
    display: none;
}

.ele_header_search_more svg {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    padding: 11px;
    margin-right: 13px;
}

body.night-mode .ele_header_search_more svg {
    background: rgb(255 255 255 / 5%);
}

.ele_header_shadow {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAOBAMAAAD3WtBsAAAAFVBMVEUAAAAAAAAAAAAAAAAAAAAAAAD29va1cB7UAAAAB3RSTlMCCwQHGBAaZf6MKAAAABpJREFUCNdjSGNIY3BhCGUQBEJjIFQCQigAACyJAjLNW4w5AAAAAElFTkSuQmCC);
    position: absolute;
    background-size: 1px 7px;
    height: 7px;
    right: 0;
    left: 0;
    pointer-events: none;
    background-repeat: repeat-x;
    bottom: -6px;
    transition: all .15s linear;
    z-index: -1;
}

/* Top Navbar Menu */
.ele_toggle_navbar_top {
    opacity: 0;
    position: fixed;
    top: 10px;
    left: 10px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    padding: 6px;
    will-change: opacity;
    pointer-events: none;
    background: #fff;
    border: 0;
    border-radius: 50%;
}

body.night-mode .ele_toggle_navbar_top {
    background: #212121;
    color: #ddd;
}

.ele_navbar_top_side {
    position: fixed;
    top: 66px;
    left: 10px;
    box-shadow: 0 50px 100px -20px rgb(50 50 93 / 25%), 0 30px 60px -30px rgb(0 0 0 / 30%);
    padding: 0;
    transform: rotateX(-15deg);
    -webkit-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    opacity: 0;
    transition: 250ms;
    transition-property: transform, -webkit-transform;
    will-change: transform, opacity;
    pointer-events: none;
}

.ele_navbar_top_side_all_arrow {
    position: absolute;
    top: -18px;
    left: 12px;
    width: 12px;
    height: 12px;
    transform: translateY(12px) rotate(45deg);
    border-radius: 3px 0 0 0;
    background-color: #fff;
    box-shadow: -3px -3px 5px rgb(82 95 127 / 4%);
    z-index: 2;
}

body.night-mode .ele_navbar_top_side_all_arrow {
    background-color: #212121;
}

.ele_navbar_top_side .sidebar_innr {
    padding: 0 26px 26px !important;
    max-height: calc(100vh - 200px);
}

.ele_navbar_top_side_all_heading {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 26px 0 6px;
}

.ele_navbar_top_side_all_sec {
    display: inline-grid;
    grid: auto/repeat(2, 1fr);
    gap: 22px;
}

.ele_navbar_top_side_all_sec a {
    display: block;
    min-width: 180px;
    text-align: inherit;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    border-radius: 8px;
    line-height: 46px;
    padding: 0 8px;
}

body.night-mode .ele_navbar_top_side_all_sec a {
    box-shadow: 0 0 0 1px rgb(255 255 255 / 10%);
}

.ele_navbar_top_side_all_sec a:hover {
    background: rgb(0 0 0 / 4%);
}

body.night-mode .ele_navbar_top_side_all_sec a:hover {
    background: rgb(255 255 255 / 4%);
}

.ele_navbar_top_side_all_sec a svg,
.ele_navbar_top_side_all_sec a img {
    width: 28px;
    height: 28px;
    color: #636F7E;
}

body.side_open {
    overflow: hidden;
}

body.side_open .ele_toggle_navbar_top {
    opacity: 1;
    pointer-events: auto;
    z-index: 1046;
}

body.side_open .ele_navbar_top_side {
    opacity: 1;
    transform: rotateX(0deg);
    pointer-events: auto;
    z-index: 1046;
}

.ele_side_backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    height: 100%;
    z-index: 1045;
    transition: background-color 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: visibility;
}

.side_open .ele_side_backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    visibility: visible;
}

/* Create Button */
.ele_create_dropup {
    position: fixed;
    bottom: 30px;
    right: 120px;
    z-index: 95;
    transition: all 0.15s ease;
}

.ele_create_dropup>.btn {
    min-width: 56px;
    width: 56px;
    line-height: 55px;
    height: 56px;
    border-radius: 16px;
    box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%), 0px 6px 10px 0px rgb(0 0 0 / 14%), 0px 1px 18px 0px rgb(0 0 0 / 12%);
    padding: 0;
}

.ele_create_dropup>.btn svg {
    margin: 0;
    width: 26px;
    height: 26px;
    transition: all 0.15s linear;
}

.ele_create_dropup.show>.btn svg {
    transform: rotate(45deg);
}

.ele_create_dropup>.dropdown-menu {
    margin-bottom: 5px;
    transform-origin: right bottom;
    transform: scale3d(.8, .8, 1);
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: opacity 150ms cubic-bezier(0.4, 0.0, 0.2, 1) 0ms, transform 150ms cubic-bezier(0.4, 0.0, 0.2, 1) 0ms;
}

.ele_create_dropup.show>.dropdown-menu {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    visibility: visible;
}

.ele_create_dropup>.dropdown-menu:before {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 18px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 20px 0 3px 0;
    background: #fff;
}

body.night-mode .ele_create_dropup>.dropdown-menu:before {
    background: #2e2e2e;
}

/* Payments Plans */
.payment-plans {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.payment-plan {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 12px;
    flex: 1 1 49%;
}

body.night-mode .payment-plan {
    background: #111;
}

.payment-plan .text-xxlg {
    line-height: normal;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 26px;
}

.payment-plan .text-xlg {
    font-size: 18px;
    font-weight: 500;
}

/* Heading */
.section-title {
    background: #f5f5f5;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    border-radius: 2px
}

body.night-mode .section-title {
    color: #5e72e4;
    background-color: #111
}

.heading-small {
    font-size: 12px;
    padding: 4px 0;
    letter-spacing: .04em;
    text-transform: uppercase
}

.hr-heading {
    display: block;
    overflow: hidden;
    text-align: center;
    white-space: nowrap
}

.hr-heading-text {
    position: relative;
    display: inline-block;
    color: #999
}

.hr-heading-text:after,
.hr-heading-text:before {
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #ddd;
    content: ''
}

body.night-mode .hr-heading-text:after,
body.night-mode .hr-heading-text:before {
    background: #323232
}

.hr-heading-text:before {
    right: 100%;
    margin-right: 15px
}

.hr-heading-text:after {
    left: 100%;
    margin-left: 15px
}

.ele_sidebar_widget_title {
    padding: 12px;
    justify-content: space-between;
}

.ele_sidebar_widget_title b {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: normal;
}

.ele_sidebar_widget_title b svg {
    margin-top: -4px;
}

/* User Box */
.user-box {
    display: block;
    margin: 5px;
    text-align: center;
    text-decoration: none
}

.circled-user-box {
    margin: 5px
}

.circled-user-box .user-box {
    position: relative;
    padding-top: 100%;
    margin: 0;
    margin-bottom: 20px
}

.user-box img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 50%
}

.circled-user-box .user-box img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover
}

.user-box .name {
    margin-top: 5px;
    font-size: 11px;
    word-break: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.circled-user-box .user-box .name {
    position: absolute;
    left: 0;
    right: 0
}

/* UI Box */
.ui-box {
    position: relative;
    background: #f6f9fc;
    padding: 50px 15px 15px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 4px
}

body.night-mode .ui-box {
    background: #292929
}

.ui-box .img {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    padding: 4px;
    margin: 0 auto;
    border-radius: 50%
}

body.night-mode .ui-box .img {
    background: #212121
}

.ui-box img {
    height: 92px;
    width: 92px;
    border-radius: 50%;
    object-fit: cover;
}

.ui-box .btn {
    box-shadow: none
}

/* Stat Panel */
.stat-panel {
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden
}

.stat-panel.border {
    border: 1px solid #e6ecf5
}

body.night-mode .stat-panel.border {
    border-color: #363636 !important
}

.stat-cell {
    position: relative;
    padding: 20px
}

.stat-cell .icon {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    font-size: 20px;
    width: 48px;
    height: 48px;
    padding: 14px;
    border-radius: 50%
}

.stat-cell .bg-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 100px;
    opacity: .25
}

.stat-cell a {
    font-size: 12px;
    color: #fff
}

.stat-cell a:hover {
    text-decoration: underline
}

/* Pro Users */
.featured-users-innr {
    padding: 0 12px 2px;
}

.featured-users-innr .ele_prem {
    margin: 0 0 12px;
    overflow: hidden;
}

.featured-users-innr .ele_prem img {
    width: 37px;
    top: 8px;
    mix-blend-mode: luminosity;
}

.ele_pro_users {
    margin: 0 -5px;
    flex-wrap: wrap;
    overflow: hidden;
    max-height: 286px;
}

.ele_pro_users>div {
    padding: 0 5px;
    width: 33.3333333333%;
}

.ele_pro_users>div a {
    display: block;
    padding: 4px;
    width: 100%;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 0.1);
    margin: 1px 0 10px;
    border-radius: 10px;
}

body.night-mode .ele_pro_users>div a {
    box-shadow: 0 0 0 1px rgb(255 255 255 / 10%);
}

.ele_pro_users>div img {
    object-fit: cover;
    border-radius: 7px;
    width: 100%;
    height: 95px;
}

.ele_pro_users>div .name {
    margin: 7px 0 3px;
    font-size: 13px;
    font-weight: 500;
    color: #363636;
}

body.night-mode .ele_pro_users>div .name {
    color: #dfdfdf;
}

/* Main Side Nav */
.ele_sidebar_left {
    max-height: 100%;
    bottom: 0;
    height: calc(100% - 56px);
    position: fixed;
    left: 0;
    top: 56px;
    width: 250px;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    background: #fff;
}

body.night-mode .ele_sidebar_left {
    background: #212121;
}

.ele_sidebar_left .sidebar_innr,
.ele_navbar_top_side .sidebar_innr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    padding: 16px 12px;
}

.ele_sidebar_left .sidebar_innr>hr {
    width: 100%;
    margin: 10px 0;
    border-color: rgb(0 0 0 / 6%);
}

body.night-mode .ele_sidebar_left .sidebar_innr>hr {
    border-color: rgb(255 255 255 / 8%);
}

.ele_sidebar_left .sidebar_innr>.btn {
    line-height: normal;
    min-height: 48px;
    border-radius: 2em;
    padding: 0 16px;
    color: #525252;
    white-space: normal;
    text-align: inherit;
}

body.night-mode .ele_sidebar_left .sidebar_innr>.btn {
    color: #c6c6c6;
}

.ele_sidebar_left .sidebar_innr>.btn:hover {
    background: rgb(0 0 0 / 0.04);
    color: #000;
}

body.night-mode .ele_sidebar_left .sidebar_innr>.btn:hover {
    background: rgb(255 255 255 / 0.06);
    color: #fff;
}

.ele_sidebar_left .sidebar_innr>.btn.active {
    color: var(--main-link);
}

.ele_sidebar_left .sidebar_innr>.btn.active:before,
.ele_prem:before,
.profile-buttons-wrapper .btn.js_interest-event:before {
    content: '';
    background-color: currentColor;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    opacity: .2;
}

.ele_sidebar_left .sidebar_innr>.btn svg,
.ele_sidebar_left .sidebar_innr>.btn img {
    margin: 0;
    width: 24px;
    height: 24px;
    opacity: 0.8;
    flex: 0 0 auto;
}

.ele_sidebar_left .sidebar_innr>.btn.active svg {
    opacity: 1;
}

.ele_sidebar_left .sidebar_innr>.btn span {
    padding: 0 0 0 14px;
    font-size: 15px;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-weight: 700;
}

.ele_prem {
    display: block;
    border-radius: 10px;
    position: relative;
    margin: 15px;
    padding: 15px;
    flex: 0 0 auto;
    color: var(--main-link) !important;
}

body.night-mode .ele_prem {
    color: #8c8c8c !important;
}

.ele_prem:before {
    border-radius: 10px;
}

.ele_prem img {
    position: absolute;
    width: 47px;
    right: 7px;
    top: -12px;
    pointer-events: none;
}

.ele_prem p {
    font-weight: 500;
    font-size: 15px;
    color: black;
    width: 100%;
    margin: 0 0 10px;
}

body.night-mode .ele_prem p {
    color: white;
}

.ele_prem .btn {
    line-height: 28px;
    padding: 0 12px;
    font-size: 13px;
}

/* side-nav */
.side-nav a,
.side-nav .static {
    display: block;
    padding: 13px 22px;
    color: #787878;
    font-size: 15px;
    position: relative;
}

body.night-mode .side-nav a,
body.night-mode .side-nav .static {
    color: #9c9c9c;
}

.side-nav a:hover {
    color: #222;
}

body.night-mode .side-nav a:hover {
    color: #ddd;
}

.side-nav a[data-toggle=collapse]:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    float: right;
    content: '\f105';
    transition: all .15s ease;
    color: #ced4da;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.side-nav a[data-toggle=collapse][aria-expanded=true]:after {
    transform: rotate(90deg);
    color: var(--main-btn);
}

.side-nav a svg {
    margin: -2px 15px 0 0;
}

.side-nav>li.active>a {
    color: var(--main-btn);
    border-radius: 12px;
    font-weight: 500;
}

.side-nav>li.active>a:before {
    content: '';
    border-radius: 12px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    opacity: 0.1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.side-nav>li.active>a i {
    color: var(--main-btn) !important;
}

.side-nav ul>li.active>a {
    color: var(--main-btn);
}

.side-nav ul a {
    margin-left: 32px;
    padding: 10px 20px;
    font-size: 11px;
    color: #888da8;
    border-left: 1px solid #eee;
}

body.night-mode .side-nav ul a {
    border-color: #424242;
}

/* Content Tabs */
.content-tabs {
    margin-bottom: 30px;
    padding: 5px;
    border-bottom: 1px solid #eee;
    margin-top: -15px;
}

body.night-mode .content-tabs {
    border-color: #404040;
}

.content-tabs>ul {
    white-space: nowrap;
    overflow-x: auto;
}

.content-tabs>ul>li {
    display: inline-block;
}

.content-tabs>ul>li>a {
    display: block;
    padding: 0 16px;
    font-size: 15px;
    color: #3c3c3c;
    transition: all .2s ease;
    line-height: 48px;
    font-weight: 500;
    position: relative;
    margin: 11px 7px;
}

body.night-mode .content-tabs>ul>li>a {
    color: #c9c9c9;
}

.content-tabs>ul>li>a svg {
    margin: -4px 5px 0 0;
    width: 23px;
    height: 23px;
}

.content-tabs>ul>li.active>a {
    color: var(--main-link);
}

.content-tabs>ul>li>a:hover::before,
.content-tabs>ul>li.active>a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    opacity: 0.2;
    border-radius: 2em;
}

.content-tabs>ul>li>a:hover::before {
    opacity: 0.1;
}

/* Games */
.ele_games_list {
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

body.night-mode .ele_games_list {
    box-shadow: 0 0 0 1px rgb(255 255 255 / 12%);
}

.ele_games_list .img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

/* See More */
.see-more {
    text-align: center;
    margin: 10px 0 0;
    padding: 10px
}

.see-more:hover {
    text-decoration: underline;
    cursor: pointer
}

.see-more.loading:hover {
    text-decoration: none;
    cursor: default
}

.see-more.done:hover {
    text-decoration: underline;
    cursor: text
}

/* Feeds Item */
.feeds-item {
    border-bottom: 1px solid #e6ecf5
}

body.night-mode .feeds-item {
    border-color: #323232
}

.feeds-item:last-child {
    border-bottom: 0 none
}

.feeds-item.unread {
    background: #e9eaed
}

body.night-mode .feeds-item.unread {
    background: #2b2b2b
}

/* Data Container */
.data-container {
    display: block;
    width: 100%;
    padding: 8px;
    min-height: 56px
}

.data-container.small {
    min-height: 46px
}

.data-container.clickable:hover,
a.data-container:hover {
    background: #f6f7f8;
    text-decoration: none;
    cursor: pointer
}

body.night-mode .data-container.clickable:hover,
body.night-mode a.data-container:hover {
    background: #424242
}

.data-avatar {
    display: block;
    position: relative;
    float: left
}

.data-avatar img {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%
}

@media (min-width:768px) {
    .data-avatar img {
        width: 40px;
        height: 40px;
        border-radius: 50%
    }

    .data-container.small .data-avatar img {
        width: 30px;
        height: 30px
    }
}

.data-avatar .left-avatar,
.data-avatar .right-avatar {
    background-size: cover;
    background-position: center center;
    float: left;
    overflow: hidden;
    width: 14px;
    height: 30px;
    margin-right: 1px;
    border-radius: 20px 0 0 20px
}

.data-avatar .right-avatar {
    width: 15px;
    margin-right: 0;
    border-radius: 0 20px 20px 0
}

@media (min-width:768px) {

    .data-avatar .left-avatar,
    .data-avatar .right-avatar {
        width: 19px;
        height: 40px;
        border-radius: 20px 0 0 20px
    }

    .data-avatar .right-avatar {
        width: 20px;
        border-radius: 0 20px 20px 0
    }

    .data-container.small .data-avatar .left-avatar,
    .data-container.small .data-avatar .right-avatar {
        width: 14px;
        height: 30px
    }

    .data-container.small .data-avatar .right-avatar {
        width: 15px
    }
}

.data-reaction {
    position: absolute;
    bottom: -4px;
    right: -6px
}

.data-content {
    padding-left: 38px;
    color: #818181;
    font-size: 11px
}

body.night-mode .data-content {
    color: #a9a9a9;
}

.data-content strong {
    font-weight: 500;
}

@media (min-width:768px) {
    .data-content {
        padding-left: 48px;
        word-wrap: break-word
    }

    .data-container.small .data-content {
        padding-left: 38px
    }
}

.data-content .data-img {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 1px;
    width: 48px;
    height: 48px;
    object-fit: cover
}

.data-content .btn {
    padding: 2px 6px;
    font-size: 10px
}

@media (min-width:576px) {
    .data-content .btn {
        padding: 4px 12px;
        font-size: 12px
    }
}

.data-content .name {
    font-weight: 700
}

.data-content .name a {
    color: var(--main-link);
}

.data-content .time {
    font-size: 10px;
    color: #bbb
}

.data-content .text {
    word-break: break-all
}

/* X Form */
.x-form {
    position: relative
}

.x-form-tools {
    position: absolute;
    color: var(--main-btn)
}

.x-form-tools>li {
    margin: 0 3px;
    cursor: pointer
}

.x-form-tools-attach,
.x-form-tools-emoji,
.x-form-tools-post,
.x-form-tools-voice {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer
}

.x-form-tools-attach input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: inherit;
    display: block
}

/* Attachments */
.attachments li {
    float: left;
    width: 64px;
    height: 64px;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: padding .5s
}

@media (min-width:768px) {
    .attachments li {
        width: 96px;
        height: 96px
    }
}

.attachments li.item {
    position: relative;
    border: 1px solid #eee;
    cursor: pointer
}

body.night-mode .attachments li.item {
    border-color: #424242
}

.attachments li.item img {
    width: 64px;
    height: 64px
}

@media (min-width:768px) {
    .attachments li.item img {
        width: 94px;
        height: 94px
    }
}

.attachments li.item .name {
    background: #fafafa;
    height: 100%;
    width: 100%;
    padding: 10px;
    color: #999;
    font-size: 10px;
    word-break: break-all
}

.attachments li.item.deletable:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    width: 64px;
    height: 64px;
    content: "";
    display: none
}

@media (min-width:768px) {
    .attachments li.item.deletable:before {
        width: 94px;
        height: 94px
    }
}

.attachments li.item.deletable:hover:before {
    display: block
}

.attachments li.item button {
    position: absolute;
    top: 0;
    right: 5px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: .4;
    display: none
}

.attachments li.item.deletable:hover button {
    display: block
}

.attachments li.item.deletable button:hover {
    opacity: .8
}

.attachments li.loading {
    padding-top: 22px;
    background: #f3f3f3;
    border: 1px solid #eee;
    display: none
}

@media (min-width:768px) {
    .attachments li.loading {
        padding-top: 45px
    }
}

body.night-mode .attachments li.loading {
    background: #212121;
    border-color: #424242
}

.attachments li.add {
    position: relative;
    overflow: hidden;
    padding: 20px 0 0 25px;
    color: #ddd;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    border: 2px dashed #cecece
}

@media (min-width:768px) {
    .attachments li.add {
        padding: 30px 0 0 35px;
        font-size: 24px
    }
}

/* X Uploader */
.x-uploader {
    overflow: hidden
}

.x-uploader input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: pointer;
    display: block
}

.x-uploader .fa {
    cursor: pointer
}

/* X Image */
.x-image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    border: 1px dashed #ccc;
    width: 96px;
    height: 96px;
    overflow: hidden;
    display: block;
    border-radius: 10px
}

body.night-mode .x-image {
    background-color: #333;
    border-color: #222;
}

.x-image.full {
    width: 100%
}

.x-image.sm {
    width: 48px;
    height: 48px
}

.x-image:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
    opacity: 0
}

.x-image:hover.x-image:before {
    opacity: .2
}

.x-image-success {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    background: #000;
    width: 100%;
    height: 100%;
    padding-top: 30%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    transition: all .5s
}

.x-image-loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    background: #000;
    width: 100%;
    height: 100%;
    padding-top: 50%;
    transition: all .5s
}

.x-image.full .x-image-loader {
    padding-top: 20%
}

.x-image .x-uploader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.x-image.full .x-uploader {
    padding-top: 35px;
}

.x-image button {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 2;
}

/* X Pprogress (uploading progress) */
.x-progress {
    height: 5px;
    margin: 0 1.5rem;
    border-radius: 25px
}

/* Tbl Image */
.tbl-image {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 5px;
    border-radius: 50%
}

.tbl-image.app-icon {
    width: 34px;
    height: 34px;
    border-radius: 4px
}

/* Badges */
.verified-badge {
    color: var(--main-btn);
}

.verified-color {
    color: var(--main-btn);
}

.verified-color svg {
    margin-top: -3px;
}

.pro-badge {
    color: #ff7043;
    border: 1px solid;
    border-radius: 2em;
    font-size: 11px;
    padding: 0 5px 0 1px;
    line-height: 18px;
    margin: -1px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-weight: bold;
}

.pro-badge svg {
    width: 17px;
    height: 17px;
    margin-top: -2px;
}

.privacy-badge {
    color: #fff;
    font-size: 16px
}

.privacy-badge:hover,
.pro-badge:hover,
.verified-badge:hover {
    cursor: pointer
}

/* Ads */
.ads-title {
    font-size: 14px;
    padding: 5px 0;
    margin: 0;
    word-break: break-all
}

.ads-descrition {
    font-size: 12px;
    word-break: break-word
}

.adblock-warning-message {
    display: none;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.adblock-detector {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    display: none;
    margin-bottom: 30px;
    padding: 40px 10px;
    background: #d30000;
    text-align: center;
    font-weight: 700;
    color: #fff
}

.estimated_ad_limit {
    background: #f5e6fe;
    border-radius: 10px;
    padding: 12px;
    margin: 0 0 25px;
}

body.night-mode .estimated_ad_limit {
    background: #493556;
}

.estimated_ad_limit h4 {
    font-size: 15px;
}

.estimated_ad_limit b {
    font-size: 33px;
    font-weight: 500;
}

.ele_ads_lists {
    padding: 12px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    margin-top: 20px;
    position: relative;
}

body.night-mode .ele_ads_lists {
    box-shadow: 0 0 0 1px rgb(255 255 255 / 12%);
}

.ele_ads_lists .aemp {
    position: absolute;
    right: 12px;
    top: 12px;
}

.ele_ads_lists .aemp .tag_create_menu {
    min-width: 200px;
}

.ele_ads_lists .acomp {
    font-weight: 500;
    font-size: 19px;
}

.ele_ads_lists .acomp a {
    color: #222;
}

body.night-mode .ele_ads_lists .acomp a {
    color: #e3e3e3;
}

.ele_ads_lists>.valign {
    margin: 12px 0;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    justify-content: space-around;
    padding: 5px 3px;
    font-size: 13px;
}

body.night-mode .ele_ads_lists>.valign {
    background-color: rgb(255 255 255 / 7%);
}

.ele_ads_lists>.valign svg {
    width: 13px;
    height: 13px;
    margin-top: -1px;
}

.ele_ads_lists hr {
    margin: 12px 0;
}

.ele_ads_lists .asts .valign {
    justify-content: space-between;
}

.ele_ads_lists .asts .valign span span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.ele_ads_lists .asts .valign .btn {
    padding: 0;
    line-height: 1;
}

/* User Popover */
@media (min-width:768px) {
    .user-popover {
        position: relative
    }

    .user-popover-wrapper {
        width: 400px;
        min-height: 180px;
        z-index: 99999
    }

    .user-popover-content {
        width: 400px;
        position: absolute;
        top: 5px;
        left: 0;
        border-radius: 6px;
        background-color: #fff;
        box-shadow: 0 1px 12px rgba(0, 0, 0, .2);
        z-index: 999999
    }

    body.night-mode .user-popover-content {
        background: #212121
    }

    .user-card {
        position: relative
    }

    .user-card-cover {
        width: 100%;
        height: 120px;
        background-color: #424242;
        background-size: cover;
        background-position: center center;
        border-radius: 6px 6px 0 0
    }

    .user-card-avatar {
        position: absolute;
        left: 15px;
        bottom: -15px;
        padding: 2px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .3)
    }

    body.night-mode .user-card-avatar {
        background: #212121
    }

    .user-card-avatar img {
        width: 60px;
        height: 60px;
        border-radius: 50%
    }

    .user-card-info {
        position: absolute;
        left: 96px;
        bottom: 10px;
        color: #fff
    }

    .user-card-info a {
        color: #fff;
        text-shadow: 0 0 3px rgba(0, 0, 0, .9)
    }

    .user-card-info a:hover {
        text-decoration: underline
    }

    .user-card-info a.name {
        font-size: 20px;
        font-weight: 600
    }

    .user-card-info .info {
        font-size: 12px;
        line-height: 15px;
        text-shadow: 0 0 3px rgba(0, 0, 0, .9)
    }

    .user-card-meta {
        padding-left: 96px;
        padding-top: 10px;
        font-size: 14px;
        color: #000
    }

    body.night-mode .user-card-meta {
        color: #fff
    }

    .user-card-meta .fa {
        color: #666
    }

    .user-popover-content .popover-footer {
        padding: 8px;
        text-align: center;
        border-radius: 0 0 6px 6px
    }

    .user-popover-content .popover-footer .btn {
        padding: 6px 12px;
        margin-right: 5px;
        margin-bottom: 5px
    }
}

/* Trending */
.ele_htag {
    padding: 0 6px 1px;
    flex-wrap: wrap;
}

.trending-item {
    display: block;
    padding: 8px 14px 7px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin: 0 6px 12px;
    transition: all 0.2s ease;
}

body.night-mode .trending-item {
    box-shadow: 0 0 0 1px rgb(255 255 255 / 15%);
}

.trending-item .hash {
    display: block;
    font-size: 14.5px;
    color: #303030;
    line-height: 1.1;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-weight: bold;
}

body.night-mode .trending-item .hash {
    color: #dadada;
}

.trending-item .frequency {
    font-size: 13px;
    color: #828282;
    text-transform: lowercase;
    line-height: normal;
}

.trending-item:hover,
.ele_side_users .data-container:hover {
    background: rgb(0 0 0 / 3%);
}

body.night-mode .trending-item:hover,
body.night-mode .ele_side_users .data-container:hover {
    background: rgb(255 255 255 / 5%);
}

/* Sidebar Users */
.ele_side_users {
    padding: 0 0 4px;
}

.ele_side_users .feeds-item {
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ele_side_users .data-container {
    padding: 10px 12px;
    min-height: auto;
}

.ele_side_users .data-avatar img {
    width: 48px;
    height: 48px;
}

.ele_side_users .data-avatar .emoji img {
    width: 120px;
    height: 120px;
}

.ele_side_users .data-content {
    padding-left: 60px;
}

.ele_side_users .data-content .btn {
    padding: 0 12px;
    border-radius: 2em;
    background: transparent;
    font-size: 14px;
    line-height: 32px;
    margin: -5px 0 0 10px;
}

.ele_side_users .data-content .btn.btn-success {
    color: #28a745;
    box-shadow: 0 0 0 2px #28a745;
}

.ele_side_users .data-content .btn.btn-primary {
    color: var(--main-btn);
    box-shadow: 0 0 0 2px var(--main-btn);
}

.ele_side_users .data-content .btn.btn-secondary {
    color: #747474;
    box-shadow: 0 0 0 2px #9a9a9a;
}

.ele_side_users .data-content .btn.btn-info {
    color: #17a2b8;
    box-shadow: 0 0 0 2px #17a2b8;
}

.ele_side_users .data-content .btn.btn-danger {
    color: #dc3545;
    box-shadow: 0 0 0 2px #dc3545;
}

.ele_side_users .data-content .btn svg,
.ele_side_users .data-content .btn i,
.ele_side_events .ui-box .btn svg,
.ele_side_events .ui-box .btn i,
.ele_main_group_list .ele_content .btn svg,
.ele_main_group_list .ele_content .btn i {
    display: none;
}

.ele_side_users .data-content .mt5 {
    margin-top: 13px !important;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ele_side_users .data-content .name a {
    color: #0f1419;
    font-weight: 500;
    font-size: 14px;
}

body.night-mode .ele_side_users .data-content .name a {
    color: #dddddd;
}

/* Sidebar Pages */
.ele_side_page .data-content,
.ele_side_group .data-content {
    padding-top: 5px;
}

.ele_side_page .data-content .btn.btn-primary {
    color: #ff9443;
    box-shadow: 0 0 0 2px #ff9443;
    margin: 3px 0 0 10px;
}

.ele_side_propage {
    padding: 0 12px 0.1px;
}

.ele_side_propage .feeds-item {
    margin: 0 0 12px;
}

.ele_side_propage .data-container {
    background: rgb(255 209 67 / 10%);
    border-radius: 10px;
}

.ele_side_propage .data-content .btn {
    color: #ff9443;
    box-shadow: 0 0 0 2px #ff9443;
}

/* Sidebar Groups */
.ele_side_group .data-content .btn.btn-success {
    color: #2196f3;
    box-shadow: 0 0 0 2px #2196f3;
    margin: 3px 0 0 10px;
}

/* Sidebar Events */
.ele_side_events_prnt {
    padding: 0 12px 2px;
}

.ele_side_events {
    margin: 0 -5px;
    flex-wrap: wrap;
    overflow: hidden;
    max-height: 286px;
    overflow-y: auto;
}

.ele_side_events.height {
    max-height: none;
}

.ele_side_events>li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
}

.ele_side_events .ui-box {
    padding: 0;
    background: transparent;
    margin: 0 0 10px;
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 0.1);
}

.ele_side_events .ui-box .img,
.ele_events_list .img,
.ele_main_group_list .ele_content .img {
    width: 100%;
    padding: 0;
    padding-top: 56.25%;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    border-radius: 10px 10px 0 0;
}

.ele_side_events .ui-box .img img,
.ele_events_list .img img,
.ele_main_group_list .ele_content .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ele_side_events .ui-box .mt10,
.ele_main_group_list .ele_content .mt10 {
    padding: 10px 7px;
    margin: 0 !important;
}

.ele_side_events .ui-box .h6,
.ele_main_group_list .ele_content .h6 {
    font-size: 15px;
    font-weight: 500;
    color: #282828;
    word-break: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    margin: 0;
}

body.night-mode .ele_side_events .ui-box .h6,
body.night-mode .ele_main_group_list .ele_content .h6 {
    color: #e7e7e7;
}

.ele_side_events .ui-box .btn,
.ele_main_group_list .ele_content .btn {
    width: 100%;
    line-height: 32px;
    padding: 0 13px;
    margin: -10px 0 -2px;
}

/*Sidebar Blogs*/
.ele_side_bloglist {
    padding: 0 12px 12px;
}

.ele_side_bloglist .read_more_articles_list .blog-content h3 {
    min-height: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ele_side_bloglist .foot {
    justify-content: center;
    gap: 8px;
    padding-top: 12px;
}

.ele_side_bloglist .foot .btn {
    position: relative;
    left: auto;
    right: auto;
    border-radius: 50%;
    padding: 5px;
    width: auto;
}

/* Sticker */
.sticker {
    max-height: 100px;
    display: block;
    margin: 0 auto
}

/* Publisher Box */
.publisher-overlay {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 1045;
    will-change: opacity;
}

body.publisher-focus .publisher-overlay {
    bottom: 0;
    opacity: .5;
}

.publisher {
    margin-bottom: 20px;
    padding: 0;
}

body.publisher-focus .publisher {
    z-index: 1046;
    box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
}

.publisher.mini {
    margin-bottom: 0;
    border-radius: 0
}


.ele_progress {
    height: 2px;
    width: 100%;
    background-color: #c4e9c6;
    overflow: hidden;
    bottom: -1px;
    right: 0px;
    z-index: 15;
    position: absolute;
    display: none;
}

body.night-mode .ele_progress {
    background: transparent;
}

.ele_progress .indeterminate {
    background-color: #4caf50;
}

.ele_progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.ele_progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}


.publisher-loader {
    top: 60px;
}

.publisher-close {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 1
}

.publisher-message {
    padding: 12px 12px 12px 66px;
    transition: all 0.15s;
}

.publisher-message.no-avatar {
    padding-left: 12px;
}

body.publisher-focus .publisher-message:not(.colored) {
    padding: 12px;
    transition: all 0.15s;
}

.post-colored,
.post-colored-preview,
.publisher-message.colored {
    height: 480px;
    padding: 30px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

.post-colored-preview {
    border-radius: 2px
}

.post-colored-preview.small {
    height: 180px
}

.post-colored-preview h2 {
    text-align: center;
    padding-top: 100px
}

.post-colored-preview h4 {
    text-align: center;
    padding-top: 50px
}

.post-colored-text-wrapper,
.publisher-message.colored .colored-text-wrapper {
    height: 420px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    overflow-x: auto;
}

.publisher-avatar {
    position: absolute;
    left: 12px;
    top: 11px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transition: all 0.15s;
}

body.publisher-focus .publisher-avatar {
    width: 40px;
    height: 40px;
    top: 12px;
}

body:not(.publisher-focus) .publisher-message:not(.colored) .colored-text-wrapper {
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.publisher textarea {
    background: 0 0;
    direction: ltr;
    resize: none;
    outline: 0;
    width: 100%;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    height: 24px;
    border: 0 none;
    transition: all .2s cubic-bezier(.25, .8, .25, 1);
}

body.night-mode .publisher textarea {
    color: #ddd;
}

.publisher textarea::placeholder {
    color: inherit;
    opacity: .65
}

body.publisher-focus .publisher-message:not(.colored) .colored-text-wrapper textarea {
    min-height: 100px;
    text-align: left !important;
}

body.publisher-focus .publisher.large-text .publisher-message:not(.colored) .colored-text-wrapper textarea {
    min-height: 200px;
}

body:not(.publisher-focus) .publisher-message:not(.colored) .colored-text-wrapper textarea {
    background: #ebeef0;
    font-size: 14px;
    font-weight: 500;
    transition: all .2s cubic-bezier(.25, .8, .25, 1);
    padding: 0 16px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    border-radius: 10px;
    line-height: 42px;
    height: 42px !important;
}

body.night-mode:not(.publisher-focus) .publisher-message:not(.colored) .colored-text-wrapper textarea {
    background: #333;
}

body:not(.publisher-focus) .publisher-message:not(.colored) .colored-text-wrapper textarea::placeholder {
    opacity: 1;
}

body:not(.publisher-focus) .publisher-message:not(.colored) .colored-text-wrapper .btn-live {
    display: block !important;
    color: #F44336;
    background: rgb(244 67 54 / 12%);
    flex: 0 0 auto;
    border-radius: 10px;
    line-height: 42px;
    margin-left: 12px;
}


.post-colored .post-text,
.publisher-message.colored textarea {
    text-align: center;
    line-height: normal;
    margin: auto;
    font-size: 29px;
    font-weight: 600;
    font-family: 'Gilroy', Roboto, sans-serif;
}

.publisher-message.colored textarea {
    min-height: 60px
}

.post-colored .post-text a {
    color: inherit !important;
    text-decoration: underline !important
}

.post-colored .post-text a:hover {
    text-decoration: none !important
}

.publisher-emojis {
    display: inline-block !important;
    vertical-align: middle;
}

.publisher-emojis .far {
    cursor: pointer;
    color: #999
}

.publisher-slider {
    display: none
}

.publisher-scraper {
    display: none;
    position: relative;
    margin: 8px 12px 0;
}

.publisher-scraper-remover {
    min-width: 36px;
    position: absolute;
    padding: 0 5px;
    right: 5px;
    top: 5px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    z-index: 1;
    line-height: 36px;
}

.publisher-scraper-remover:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
}

body.night-mode .publisher-scraper-remover {
    background: rgba(255, 255, 255, 0.5);
}

body.night-mode .publisher-scraper-remover:hover {
    background: rgba(255, 255, 255, 0.8);
}

.publisher-scraper-remover svg {
    margin: -2px 0 0;
    width: 18px;
    height: 18px;
}

.publisher-attachments {
    padding: 10px 12px 5px
}

.publisher-meta {
    position: relative;
    border-top: 1px solid #e6ecf0;
    font-weight: 500;
    margin: 0 12px;
    padding: 12px 0 0;
    display: none;
}

.publisher-meta[data-meta="poll"] {
    border: 0;
}

.publisher-meta.top {
    border-top: 0;
    border-bottom: 1px dashed #e6ecf0
}

.publisher-meta .svg-container {
    position: absolute;
    top: 22px;
    left: 12px;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.publisher-meta .svg-container.static {
    position: static
}

.publisher-meta input,
.publisher-meta select {
    background: #f3f3f3;
    width: 100%;
    line-height: 24px;
    padding: 8px 16px 8px 40px;
    border: 0 none;
    border-radius: 18px;
}

body.night-mode .publisher-meta input,
body.night-mode .publisher-meta select,
body.night-mode #feelings-menu-toggle,
body.night-mode #feelings-data span {
    background: #3a3a3a;
    color: #ddd;
}

.publisher-meta input.no-icon {
    padding: 8px 16px;
}

.publisher-meta select {
    color: #9c9c9c
}

.publisher-meta select:focus {
    color: #4e5665
}

.publisher-meta input::-webkit-input-placeholder {
    color: #9c9c9c
}

.publisher-meta input:-moz-placeholder {
    color: #9c9c9c;
    opacity: 1
}

.publisher-custom-thumbnail {
    display: none;
    position: relative;
    margin: 0 12px;
    padding: 8px 0 0;
    overflow: hidden;
}

.publisher-custom-thumbnail .x-image {
    width: 100%;
    height: 160px;
    margin-top: 5px;
    border-radius: 10px;
}

.publisher-custom-thumbnail .x-image-loader {
    padding-top: 80px
}

#feelings-menu-toggle {
    white-space: nowrap;
    cursor: pointer;
    padding: 0 18px;
    background: #f3f3f3;
    font-weight: 500;
    border-radius: 18px;
    color: #5e5e5e;
    line-height: 36px;
}

#feelings-menu-toggle.active {
    display: table-cell;
    background: rgb(0 150 136 / 20%);
    color: #00534b;
}

#feelings-data {
    display: table-cell;
    width: 100%;
    padding-left: 6px;
}

#feelings-data input {
    padding: 0 18px;
    line-height: 36px;
}

#feelings-data span {
    white-space: nowrap;
    padding: 0 18px;
    background: #f3f3f3;
    color: #565656;
    font-weight: 500;
    border-radius: 18px;
    cursor: pointer;
    line-height: 36px;
    display: block;
}

#feelings-data span .twa {
    vertical-align: middle;
    margin: 0 6px 0 0;
}

.feelings-list {
    max-height: 230px;
    overflow-y: auto;
    width: 100%;
    margin: 0;
}

.feeling-item i {
    height: 21px;
    margin: 0;
    margin-right: 12px;
    width: 21px;
    text-align: center;
    vertical-align: middle;
    background-size: auto;
}

.colored-pattern-item {
    display: inline-block;
    height: 26px;
    width: 26px;
    border-radius: 20px;
    background-size: cover;
    cursor: pointer;
    margin-right: 8px;
    position: relative;
    transition: all 0.2s;
}

.colored-pattern-item.active {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #252525;
}

.colored-pattern-item.active:after {
    content: '';
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    height: 5px;
    left: 8px;
    position: absolute;
    top: 9px;
    transform: rotate(-45deg);
    width: 10px;
}

.dropdown-menu.gif-search {
    display: none;
    margin-top: 0;
    padding: 8px 5px;
    width: 100%;
}

.gif-search .item {
    width: 33.3333333%;
    display: inline-block;
    padding: 5px;
}

.gif-search .item>img {
    width: 100%;
    height: 140px;
    cursor: pointer;
}

.publisher-tools-tabs {
    border-top: 1px solid #e6ecf0;
    flex-wrap: wrap;
    padding: 12px 6px 6px;
}

.publisher-tools-tabs>li {
    list-style-type: none;
    display: block;
    width: 33.3333333%;
    padding: 0 6px 6px;
}

.publisher-tools-tab {
    padding: 0 12px;
    font-weight: 500;
    border-radius: 10px;
    /*border: 1px solid #dadce0;*/
    line-height: 38px;
    transition: all 0.2s;
    position: relative;
    color: var(--body-color);
}

body.night-mode .publisher-tools-tab {
    color: var(--body-color-dark);
}

.publisher-tools-tab:not(.disabled):hover {
    background: #f3f3f3;
    cursor: pointer;
    color: var(--body-color);
}

body.night-mode .publisher-tools-tab:not(.disabled):hover {
    background: #333333;
    color: var(--body-color-dark);
}

.publisher-tools-tab.active,
.publisher-tools-tab.activated {
    color: var(--main-btn)
}

.publisher-tools-tab.activated:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    opacity: 0.15;
    border-radius: 10px;
}

body.night-mode .publisher-tools-tab.activated {
    background: #111
}

.publisher-tools-tab[data-tab=audio].activated:after,
.publisher-tools-tab[data-tab=file].activated:after,
.publisher-tools-tab[data-tab=video].activated:after {
    content: "";
    background: 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: initial
}

.publisher-tools-tab.disabled {
    position: relative;
}

.publisher-tools-tab.disabled:hover {
    cursor: initial;
}

body.night-mode .publisher-tools-tab.disabled:hover {
    background: #424242;
    color: #d5d5d5
}

.publisher-tools-tab.disabled:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .6;
    border-radius: 25px
}

body.night-mode .publisher-tools-tab.disabled:after {
    background: #000
}

.publisher-tools-tab.attach {
    position: relative;
    overflow: hidden
}

.publisher-tools-tab.attach form {
    display: initial
}

.publisher-tools-tab svg {
    width: 22px;
    height: 22px;
    color: var(--main-btn);
    margin: -1px 10px 0 0;
}


.ele_pub_box_foot {
    justify-content: space-between;
    padding: 12px;
    position: relative;
    width: 100%;
}

.ele_pub_btn_hasat {
    padding: 0;
    box-shadow: none;
    background: transparent;
    border: 0;
    line-height: 1;
    vertical-align: middle;
    margin-left: 8px;
    border-radius: 50%;
    transition: all .2s cubic-bezier(.25, .8, .25, 1);
}

body.night-mode .ele_pub_btn_hasat>svg {
    stroke: currentColor;
}

.ele_pub_btn_hasat.active {
    background: rgb(0 0 0 / 10%);
    transform: rotate(180deg);
}

.publisher-footer {
    padding: 12px;
    border-bottom: 1px solid #e6ecf0;
    justify-content: flex-end;
    padding-left: 60px;
    gap: 12px;
}

.publisher-footer-options {
    border-top: 1px solid #e6ecf0;
    padding: 22px 22px 10px;
}

body.night-mode .publisher-footer,
body.night-mode .publisher-tools-tabs,
body.night-mode .publisher-meta,
body.night-mode .publisher-footer-options {
    border-color: #424242;
}

.ele_post_as_anon label,
.ele_post_pub_privacy {
    margin: 0;
    cursor: pointer;
    border-radius: 20px;
    padding: 0 12px;
    border: 1px solid #dadce0;
    height: 30px;
    line-height: 29px;
    font-weight: 500;
    position: relative;
    font-size: 13px;
}

body.night-mode .ele_post_as_anon label,
body.night-mode .ele_post_pub_privacy {
    border-color: #535353;
}

.ele_post_as_anon label:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 29px;
    background: currentColor;
    border-radius: 20px;
    opacity: 0.02;
}

.ele_post_as_anon label svg {
    width: 0;
    height: 20px;
    transition: width 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.ele_post_as_anon input:checked~label {
    color: var(--main-btn);
    border-color: var(--main-btn);
}

.ele_post_as_anon input:checked~label:before {
    opacity: 0.1;
    height: 30px;
}

.ele_post_as_anon input:checked~label svg {
    width: 20px;
}

.publisher-footer .btn.js_publisher {
    min-width: 110px;
}

.ele_post_pub_privacy:disabled {
    cursor: auto;
    opacity: .5;
}

.ele_post_pub_privacy_menu {
    min-width: 180px;
    margin: 0;
}

.ele_post_pub_privacy_menu i {
    margin-right: 12px !important;
    width: 21px;
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
}

.publisher-anonymous-lable {
    padding: 8px 10px;
    background: #f7f7f7;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer
}

body.night-mode .publisher-anonymous-lable {
    background: #121212
}

.posts-filter {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
    line-height: 34px;
    font-weight: 600
}

body.night-mode .posts-filter {
    border-bottom-color: #212121
}

.posts-filter .btn-group .btn,
.posts-filter .btn-group .btn-default.active,
.posts-filter .btn-group .btn-default:active,
.posts-filter .btn-group .open .btn-default.dropdown-toggle,
.posts-filter .btn-group .open .btn.dropdown-toggle {
    background: 0 0 !important;
    box-shadow: none !important;
    border: 0 none !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

body.night-mode .posts-filter .btn-group .btn,
body.night-mode .posts-filter .btn-group .btn-default.active,
body.night-mode .posts-filter .btn-group .btn-default:active,
body.night-mode .posts-filter .btn-group .open .btn-default.dropdown-toggle,
body.night-mode .posts-filter .btn-group .open .btn.dropdown-toggle {
    color: var(--body-color-dark)
}

.posts-filter .dropdown-menu:not(.countries-dropdown) {
    min-width: 100%
}

.posts-filter .dropdown-menu .dropdown-item {
    padding: 2px 16px
}

.add-job-question {
    background: #f7f7f7;
    margin: 10px 0;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer
}

.add-job-question:hover {
    background: #f3f3f3
}

body.night-mode .add-job-question {
    background: #333;
    border-color: #555
}

body.night-mode .add-job-question:hover {
    background: #212121
}

.job-question {
    background: #f7f7f7;
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px
}

body.night-mode .job-question {
    background: #121212
}

.job-question .question {
    font-size: 16px;
    font-weight: 700
}

.job-question .answer {
    font-size: 14px
}

.job-candidate-wrapper {
    padding: 15px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    margin-bottom: 20px
}

body.night-mode .job-candidate-wrapper {
    border-color: #000
}

.job-candidate-avatar {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding-right: 10px
}

.job-candidate-info {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
    word-break: break-word
}

.job-candidate-info .name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

/* Post */
.posts-staging-btn {
    display: none;
    position: fixed;
    top: 150px;
    left: 50%;
    transition: all 0.2s ease;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.post {
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

body.night-mode .post {
    background: #212121;
}

.post.flagged {
    padding: 15px;
    background: #f6f7f8
}

.post .pin-icon,
.post .pending-icon,
.blog .pending-icon {
    font-size: 11px;
    padding: 10px 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-weight: bold;
    color: #FF9800;
}

.ele_job.boosted {
    box-shadow: inset 0 0px 0px 1px #ffa412, 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

.post.boosted {
    border: 1px solid #ffa412;
}

.post .boosted-icon,
.ele_job.boosted .boosted-icon {
    display: inline-block;
    color: #ff7042;
    background-color: #ffedd3;
    border-radius: 7px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 22px;
    padding: 0 10px;
    word-spacing: 1px;
    margin: 15px 0 0 15px;
}

.post .pending-icon,
.blog .pending-icon {
    color: #3698fd;
}

.post.highlighted {
    border: 1px solid #4083a9;
    box-shadow: inset 0 0 0 1px #4083a9
}

.post.is_hidden {
    border: 2px dashed #aeaeae;
    border-radius: 8px;
    z-index: 1
}

.post a:not(.dropdown-item):hover {
    text-decoration: underline
}

.post-memory-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e9e9e9;
    margin: 0;
    font-size: 15px;
    color: var(--main-link);
    font-weight: 500;
}

body.night-mode .post-memory-header {
    border-color: #424242
}

.post-top-alert {
    padding: 10px;
}

.post-top-alert>div {
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    color: #607d8b;
    background: rgb(96 125 139 / 15%);
    padding: 0 12px;
    line-height: 36px;
    filter: grayscale(1);
}

.post-top-alert>div svg {}

.post-header {
    padding: 15px;
    justify-content: space-between;
    align-items: normal;
}

.post-header>.valign {
    align-items: normal;
}

.post-avatar {
    position: relative;
    margin-right: 15px;
}

.post-avatar-anonymous {
    background: #607d8b;
    padding: 12px;
    border-radius: 50%;
    overflow: hidden;
    width: 48px;
    min-width: 48px;
    height: 48px;
    color: #fff;
}

.post-avatar-picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    overflow: hidden;
    display: block;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
}

.post-avatar-picture.small {
    min-width: 25px;
    min-height: 25px
}

.post-avatar-picture.large {
    min-width: 60px;
    min-height: 60px
}

.post-avatar-picture.rounded {
    border-radius: 50%
}

.post-avatar .online-dot {
    position: absolute;
    top: 38px;
    right: 1px;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background: #4CAF50;
    box-shadow: 0 0 0 2px white;
}

body.night-mode .post-avatar .online-dot {
    box-shadow: 0 0 0 2px #212121;
}

.post-meta>.title {
    padding: 3px 0 0;
}

.post-author {
    display: inline-block;
    font-weight: 500;
    color: black;
    font-size: 15.5px;
    letter-spacing: 0.2px;
}

body.night-mode .post-author {
    color: white;
}

.feeling-text i {
    vertical-align: middle;
    margin: -1px 0 0;
    width: 18px;
    height: 18px;
    background-size: 18px;
}

.post-time {
    flex-wrap: wrap;
}

.post-time .post-sub-item {
    display: inline-block;
    font-size: 12.5px;
    color: #7f7f7f;
}

body.night-mode .post-time .post-sub-item {
    color: #a1a1a1;
}

.post-time .btn-group .dropdown-toggle {
    color: #646464;
    font-size: 12.5px;
}

.post-time .btn-group .dropdown-toggle::after,
.ele_post_hdr_menu .dropdown-toggle::after {
    display: none;
}

.ele_post_hdr_menu {
    min-width: 22px;
    height: 22px;
}

.post-text {
    padding: 0 15px;
    text-align: initial;
    word-break: initial;
    word-wrap: break-word;
    overflow: hidden;
    margin-bottom: 10px;
    transition: height .2s;
}

.post-product-container .post-text {
    padding: 0
}

.post-replace {
    font-size: 15px;
    line-height: 22px
}

.post-replace>a[data-readmore-toggle] {
    margin: -8px 0 0 15px;
    display: table;
}

.post-product-container .post-replace>a[data-readmore-toggle] {
    margin-left: 0
}

.post-text-translation {
    padding: 10px;
    border-radius: 5px;
    margin: 15px 15px 0;
}

.post-text .twa {
    height: 18px;
    width: 18px;
    margin: 0px 2px;
    vertical-align: text-bottom;
    background-size: 18px;
}

.post-site-link {
    margin-left: 15px;
    margin-right: 15px;
}

.post-gif-link .post-media {
    border-radius: 0;
    border: 0;
}

.post-gif-link .post-media-image .image {
    padding-top: 59%;
}

.post-snippet {
    margin: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

body.night-mode .post-snippet {
    border-color: #424242;
}

.post-snippet-toggle {
    padding: 6px;
    border-radius: 10px;
    text-align: center;
}

.post-snippet .post-colored {
    border-radius: 0 0 10px 10px;
}

.post-snippet .post-site-link {
    margin-left: 0;
    margin-right: 0;
}

.post-snippet .post-site-link .post-media-image .image,
.post-gif-link .post-media .post-media-image .image {
    border-radius: 0;
}

.post-snippet .post-media {
    border-radius: 0 0 10px 10px;
    border: 0;
}

.post-edit {
    padding: 0 15px
}

.post-stats {
    justify-content: space-between;
    padding: 0 15px 5px;
    text-transform: lowercase;
    font-size: 12.5px;
    color: #525252;
}

body.night-mode .post-stats {
    color: #bababa;
}

.post-stats>.valign>div,
.post-stats>.valign>span {
    margin: 0 0 7px;
}

.post-actions {
    margin: 15px 0 0;
    padding: 0 0 10px;
    justify-content: space-between;
}

.post-actions .action-btn {
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    margin: 0 8px;
}

.post-actions .action-btn i.fa-thumbs-up,
.post-actions .action-btn i.fa-smile {
    font-size: 0;
    width: 24px;
    height: 24px;
    line-height: 1;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.86 8.08997C19.86 8.50997 19.83 8.91997 19.78 9.30997C19.32 9.10997 18.82 8.99997 18.29 8.99997C17.07 8.99997 15.99 9.58996 15.32 10.49C14.64 9.58996 13.56 8.99997 12.34 8.99997C10.29 8.99997 8.63 10.67 8.63 12.74C8.63 15.42 10.05 17.47 11.63 18.86C11.58 18.89 11.53 18.9 11.48 18.92C11.18 19.03 10.68 19.03 10.38 18.92C7.79 18.03 2 14.35 2 8.08997C2 5.32997 4.21999 3.09998 6.95999 3.09998C8.58999 3.09998 10.03 3.87997 10.93 5.08997C11.84 3.87997 13.28 3.09998 14.9 3.09998C17.64 3.09998 19.86 5.32997 19.86 8.08997Z' stroke='%23212529' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M22 12.74C22 17.42 17.67 20.18 15.73 20.84C15.5 20.92 15.13 20.92 14.9 20.84C14.07 20.56 12.8 19.89 11.63 18.86C10.05 17.47 8.63 15.42 8.63 12.74C8.63 10.67 10.29 9 12.34 9C13.56 9 14.64 9.58999 15.32 10.49C15.99 9.58999 17.07 9 18.29 9C18.82 9 19.32 9.11 19.78 9.31C21.09 9.89 22 11.2 22 12.74Z' stroke='%23212529' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.night-mode .post-actions .action-btn i.fa-thumbs-up,
body.night-mode .post-actions .action-btn i.fa-smile {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.86 8.08997C19.86 8.50997 19.83 8.91997 19.78 9.30997C19.32 9.10997 18.82 8.99997 18.29 8.99997C17.07 8.99997 15.99 9.58996 15.32 10.49C14.64 9.58996 13.56 8.99997 12.34 8.99997C10.29 8.99997 8.63 10.67 8.63 12.74C8.63 15.42 10.05 17.47 11.63 18.86C11.58 18.89 11.53 18.9 11.48 18.92C11.18 19.03 10.68 19.03 10.38 18.92C7.79 18.03 2 14.35 2 8.08997C2 5.32997 4.21999 3.09998 6.95999 3.09998C8.58999 3.09998 10.03 3.87997 10.93 5.08997C11.84 3.87997 13.28 3.09998 14.9 3.09998C17.64 3.09998 19.86 5.32997 19.86 8.08997Z' stroke='%23dcdcdc' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M22 12.74C22 17.42 17.67 20.18 15.73 20.84C15.5 20.92 15.13 20.92 14.9 20.84C14.07 20.56 12.8 19.89 11.63 18.86C10.05 17.47 8.63 15.42 8.63 12.74C8.63 10.67 10.29 9 12.34 9C13.56 9 14.64 9.58999 15.32 10.49C15.99 9.58999 17.07 9 18.29 9C18.82 9 19.32 9.11 19.78 9.31C21.09 9.89 22 11.2 22 12.74Z' stroke='%23dcdcdc' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.post-actions .action-btn .stat-ico-bg,
.post-actions .reaction-btn .reaction-btn-icon {
    padding: 8px 0;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.06);
    margin: 0 7px;
    width: 40px;
    height: 40px;
    display: inline-block;
}

body.night-mode .post-actions .action-btn .stat-ico-bg,
body.night-mode .post-actions .reaction-btn .reaction-btn-icon {
    background-color: rgb(255 255 255 / 10%);
}


.post-footer {
    border-top: 1px solid #ececec;
    padding: 0 15px
}

.post-approval {
    border-top: 1px solid #ececec;
    padding: 15px 25px;
}

body.night-mode .post-footer,
body.night-mode .post-approval {
    border-color: #3f3f3f;
}

.post-social-share {
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4
}

.post-social-share .btn-mat {
    min-width: 40px;
    line-height: 1;
    padding: 13px;
    margin: 0 3px;
}

body.night-mode .post-social-share {
    border-color: #424242
}

.post-comments {
    padding-top: 15px
}

/* Comments Filter */
.comments-filter {
    margin-bottom: 15px;
}

.comments-filter .btn-group .btn,
.comments-filter .btn-group .btn-default.active,
.comments-filter .btn-group .btn-default:active,
.comments-filter .btn-group .open .btn-default.dropdown-toggle,
.comments-filter .btn-group .open .btn.dropdown-toggle {
    font-size: 13px;
}

.comments-filter .dropdown-menu {
    min-width: 170px
}

/* Post Images */
.pg_wrapper a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #f5f5f5;
}

body.night-mode .pg_wrapper a {
    background-color: #414141
}

.pg_wrapper .more {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 2em;
    font-weight: 500;
    line-height: 100%;
    justify-content: center;
}

.pg_1x {
    text-align: center
}

.pg_1x img {
    max-width: 100%;
    max-height: 680px;
}

.pg_2x {
    width: 50%;
    float: left;
    padding-right: 1px
}

.pg_2x>a {
    padding-bottom: 100%
}

.pg_1o3,
.pg_2o3 {
    float: left;
    margin-right: 1px
}

.pg_1o3 {
    margin-right: -1px
}

.pg_2o3 .pg_2o3_in {
    margin-bottom: 1px
}

.pg_2o3 .pg_2o3_in:last-child {
    margin-bottom: 0
}

.pg_1o3 .pg_1o3_in {
    margin-bottom: 1px
}

.pg_1o3 .pg_1o3_in:last-child {
    margin-bottom: 0
}

/* Post Media */
.post-media {
    background: rgb(48 48 48 / 2%);
    border: 1px solid #e6ecf0;
    border-radius: 10px;
}

body.night-mode .post-media {
    background: rgb(217 217 217 / 2%);
    border-color: #424242;
}



.post-media img.img-fluid {
    width: 100%;
    max-height: 350px
}

.post-media-image-wrapper {
    position: relative
}

.post-media-image-meta {
    position: absolute;
    bottom: 15px;
    left: 15px
}

.post-media-image {
    display: block;
    position: relative
}

.post-media-image img,
.post-media-image .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-width: 100px;
    min-height: 100px;
}

.post-media-image .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #eee;
    padding-top: 52.356%;
}

body.night-mode .post-media-image .image {
    background-color: #3c3c3c;
}

.post-media-image .source {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: black;
    color: white;
    display: inline-block;
    padding: 0 7px;
    border-radius: 3px;
    line-height: 21px;
}

.embed-facebook-wrapper iframe {
    display: none;
}

.embed-iframe-wrapper {
    padding: 0 15px
}

.embed-iframe-wrapper * {
    width: 100% !important
}

.embed-iframe-wrapper iframe {
    min-height: 100%;
}

.post-media-meta {
    padding: 12px;
    width: 100%;
}

.post .post-media-meta a:hover,
.post .post-media-image .source:hover {
    text-decoration: none;
}

.post-media-meta .source {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.2px;
}

.post-media-meta .title {
    color: #222;
    margin: 6px 0;
    font-size: 17px;
    line-height: normal;
}

body.night-mode .post-media-meta .title,
body.night-mode .post-funding-meta .funding-title a,
body.night-mode .post-job-meta .job-title a {
    color: #e8e8e8;
}

.post-media-meta .text {
    overflow: hidden;
    max-height: 39px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    color: #666;
}

body.night-mode .post-media-meta .text {
    color: #ababab;
}

.post-media-meta .info {
    color: #999;
    font-size: 11px
}

.post-media-meta .post-text {
    padding: 0;
}

.post-funding-meta,
.post-job-meta,
.post-course-meta,
.post-merit-meta {
    padding: 0 15px;
}

.post-funding-meta .post-media,
.post-job-meta .post-media {
    border: 0;
}

.post-funding-meta .post-media-image .image,
.post-job-meta .post-media-image .image {
    border-radius: 10px;
}

.post-funding-meta .funding-title,
.post-job-meta .job-title,
.post-course-meta .course-title {
    line-height: normal;
    margin-bottom: 6px;
}

.post-funding-meta .funding-title a,
.post-job-meta .job-title a,
.post-course-meta .course-title a {
    color: #222;
    font-size: 21px;
    font-weight: 500;
}

.post-funding-meta .funding-completion {
    padding: 10px;
    border: 1px solid #e9e9e9;
    margin-top: 10px;
    border-radius: 10px;
}

.post-funding-meta .funding-completion strong,
.ele_funding_list_price strong {
    font-size: 13px;
    color: #1da022;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.post-funding-meta .funding-completion .progress,
.ele_funding_list_progress,
.progress-bar-success {
    background-color: rgb(0 0 0 / 0.1);
    height: 6px;
}

body.night-mode .post-funding-meta .funding-completion .progress,
body.night-mode .ele_funding_list_progress,
body.night-mode .progress-bar-success {
    background-color: rgb(255 255 255 / 12%);
}

.post-funding-meta .funding-completion .progress .progress-bar,
.ele_funding_list_progress .progress-bar,
.progress-bar-success .progress-bar {
    background: #1da022;
}

.post-funding-meta .funding-description,
.post-job-meta .job-description,
.post-course-meta .course-description,
.post-merit-meta .merit-description {
    margin: 0 -15px;
}

.blog-container .ele_funding_list_title {
    max-height: none;
    min-height: auto;
}

.ele_post_job_info {
    margin: 15px 0;
    border-radius: 0;
    background: transparent;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 5px;
    flex-wrap: wrap;
}

body.night-mode .ele_post_job_info,
body.night-mode .post-funding-meta .funding-completion,
body.night-mode .post-downloader {
    border-color: #424242;
}

.ele_post_job_info>div {
    flex: 1;
}

.ele_post_job_info b {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12.5px;
    font-family: 'Gilroy', Roboto, sans-serif;
}

.ele_post_job_info p {
    margin: 0;
    font-size: 15px;
}

/* Post Downloader */
.post-downloader {
    padding: 10px;
    border: 1px solid #e9e9e9;
    margin-top: 10px;
    border-radius: 10px;
}

.post-downloader .icon {
    display: table-cell;
    vertical-align: middle;
    background-color: rgb(76 175 80 / 15%);
    padding: 10px 13px;
    border-radius: 10px;
    color: #4caf50;
}

.post-downloader .info {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    width: 100%;
    font-weight: 500;
}

.post-downloader .info .btn {
    padding: 0 16px;
    font-size: 14px;
    line-height: 30px;
}

/* Post Product */
.post-product-container {
    padding: 15px 15px 0;
}

.ele_post_prod_name {
    font-weight: 600;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 26px;
}

.ele_post_prod_price {
    font-weight: 500;
    margin: 0 0 5px;
    font-size: 17px;
    color: var(--main-btn);
}

.ele_post_prod_shead {
    font-size: 15px;
    color: #7d7d7d;
}

body.night-mode .ele_post_prod_shead {
    color: #a5a5a5;
}

/* Post dropdown menu */
.post-dropdown-menu>div>.dropdown-item {
    line-height: 34px;
}

.post-dropdown-menu>div>.dropdown-item svg {
    width: 19px;
    height: 19px;
}

.post-dropdown-menu>div>.dropdown-item.action {
    line-height: normal;
    padding: 8px 10px;
}

.post-dropdown-menu>div>.dropdown-item .action-desc {
    padding-left: 34px;
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}

/* Polls*/
.poll-options {
    padding: 0 15px
}

.poll-option {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

.poll-option .ele_post_as_anon label {
    width: 100%;
    height: auto;
    min-height: 35px;
    line-height: 34px;
    font-size: 14px;
}

.poll-option .ele_post_as_anon label:hover {
    background-color: #f6f7f9;
}

body.night-mode .poll-option .ele_post_as_anon label:hover {
    background-color: #383838;
}

.poll-option .ele_post_as_anon label:before {
    display: none;
}

.poll-option .ele_post_as_anon label span {
    position: relative;
}

.poll-option .percentage-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #ebebeb;
    border-radius: 20px;
}

body.night-mode .poll-option .percentage-bg {
    background-color: #535353;
}

.poll-option .custom-control-input:checked+label {
    color: #fff;
}

.poll-option .custom-control-input:checked+label .percentage-bg {
    background: var(--main-btn);
}

.poll-option .custom-control-input:checked+label svg {
    flex: 0 0 auto;
    margin-right: 5px;
}

.poll-voters {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.poll-voters .more {
    width: 35px;
    height: 35px;
    background-color: #efefef;
    padding: 7px 0;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

body.night-mode .poll-voters .more {
    background-color: #383838;
}

/* Youtube Player */
.youtube-player {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.youtube-player img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: .4s all;
}

.youtube-player img:hover {
    filter: brightness(75%)
}

.youtube-player .play,
.pg_video .play-button {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    cursor: pointer;
    color: #FF0000;
}

.youtube-player .play:before,
.pg_video .play-button:before {
    content: '';
    position: absolute;
    background: #fff;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: -1;
}

.youtube-player .play svg,
.pg_video .play-button svg {
    width: 78px;
    height: auto;
}

.youtube-player.with-live .play {
    color: var(--main-btn);
}

.youtube-player.with-live .play svg {
    width: 68px;
}

/* Video Player */
.video-js .vjs-time-tooltip {
    white-space: nowrap;
}

/* Who Shares */
.who-shares {
    background: #f3f3f3
}

body.night-mode .who-shares {
    background: #131313
}

/* post-custom-fileds-wrapper  */
.post-custom-fileds-wrapper {
    background: #f7f7f7;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    border-radius: 6px;
    text-align: left;
}

body.night-mode .post-custom-fileds-wrapper {
    border-color: #424242;
    background: #1d1d1d;
}

.post-custom-fileds-wrapper div:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}

body.night-mode .post-custom-fileds-wrapper div:not(:last-child) {
    border-color: #424242;
}

/* Comment */
.comment {
    padding-bottom: 5px
}

.comment.js_comment-form {
    padding-bottom: 15px;
}

.comment-avatar {
    float: left
}

.comment-avatar-picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    overflow: hidden;
    min-width: 36px;
    min-height: 36px;
    display: block;
    border-radius: 50%
}

.comment-data,
.comment-edit {
    margin-left: 46px
}

.comment-data .comment-img-box {
    display: inline-block;
}

.comment-data .img-fluid {
    max-height: 100px;
    border-radius: 0 10px 10px 10px;
}

.comment-data .comment-img-box.comm_no_text .img-fluid {
    border-radius: 10px;
}

.comment-inner-wrapper {
    display: flex;
}

.comment-inner {
    position: relative;
}


.comment-author {
    font-weight: 500;
    margin: 0 0 2px;
}

.comment-author a {
    color: #222;
}

body.night-mode .comment-author a {
    color: #ddd;
}

.comment-text {
    text-align: initial;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    border-radius: 18px;
    background-color: rgba(0, 0, 0, 0.06);
    padding: 5px 10px;
}

body.night-mode .comment-text {
    background-color: rgb(255 255 255 / 8%);
}

.comment-text.comm_img_present {
    border-radius: 18px 18px 18px 0;
}

.comment-text:empty {
    padding: 0;
}

.comment-text .twa {
    height: 18px;
    width: 18px;
    margin: 0px 2px;
    vertical-align: text-bottom;
    background-size: 18px;
}

.comment-actions {
    margin-top: 3px;
}

.comment-actions>li {
    margin: 0 8px 0 0;
    line-height: normal;
}

.comment-actions>li .text-link {
    font-size: 12.5px;
    font-weight: 500;
    color: #222;
}

body.night-mode .comment-actions>li .text-link {
    color: #ddd;
}

.comment-replies {
    padding-top: 10px
}

.comment-replies>ul {
    width: 100%
}

/* Comment Form */
.comment-form {
    border-radius: 18px;
    background-color: rgba(0, 0, 0, 0.06);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
}

body.night-mode .comment-form {
    background-color: rgb(255 255 255 / 8%);
}

.post-form textarea,
.comment-form textarea {
    direction: ltr;
    resize: none;
    height: 36px;
    min-height: 36px;
    padding: 8px 12px;
    width: 100%;
    background: transparent;
    border-radius: 0;
    border: 0;
    font-size: 13px;
    line-height: 20px;
}

body.night-mode .post-form textarea,
body.night-mode .comment-form textarea {
    color: #f5f5f5;
}

.post-form .x-form-tools,
.comment-form .x-form-tools {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6.6px 4.5px;
}

.comment-attachments,
.comment-voice-notes {
    background: #fff;
    padding: 10px 14px 4px 14px;
    margin-top: 5px;
    border: 1px solid #eee;
    border-radius: 18px
}

.comment-voice-notes {
    display: none;
    padding: 10px
}

body.night-mode .comment-attachments,
body.night-mode .comment-voice-notes {
    background: 0 0;
    border-color: #424242
}

.comment .comment-btn {
    visibility: hidden;
    float: right
}

.comment:hover .comment-btn,
.comment .comment-btn.show {
    visibility: visible;
}

.live-comments .comment:hover .comment-btn {
    visibility: hidden
}

.comment-btn button.close {
    font-size: 1.4em
}

.comment .dropdown-toggle-icon {
    color: #999;
    border-radius: 50%
}

.comment .dropdown-toggle-icon:hover {
    background: #e9eaee;
    cursor: pointer
}

.view-more-replies {
    font-size: 12.5px;
    cursor: pointer;
    margin-top: 5px;
    font-weight: 500;
}

.view-more-replies svg {
    width: 18px;
    height: 18px;
    transform: rotate(180deg);
    margin: -1px 0 0;
}

/* Blog */
.blog-container {
    overflow: hidden;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 16px;
}

.blog-image>a {
    position: relative;
    display: block;
    padding-bottom: 60%;
}

.blog-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 16px;
}

.blog-content {
    padding: 10px 0 0;
}

.blog-content .category {
    display: inline-block;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 12px;
}

.blog-content h3 {
    margin: 0;
    font-size: 20px;
    overflow: hidden;
    min-height: 47px;
    max-height: 47px;
}

.blog-container .blog-content.blog-content-list h3 {
    min-height: auto;
    max-height: none;
    font-size: 24px;
    margin: 0 0 5px;
}

.blog-content h3 a {
    color: #222;
}

body.night-mode .blog-content h3 a,
body.night-mode .blog-content .post-meta a {
    color: #f0f0f0;
}

.blog-content .post-avatar {
    margin-right: 8px;
    flex: 0 0 auto;
}

.blog-content .post-meta {
    max-width: calc(100% - 43px);
}

.blog-content .post-avatar-picture {
    width: 35px;
    min-width: 35px;
    height: 35px;
}

.blog-content .post-meta a {
    color: #222;
}

.blog-content .post-meta .bold {
    line-height: normal;
}

.blog-content .post-time {
    line-height: 1;
}

.blog-content .btn {
    box-shadow: inset 0 0 0 1px var(--main-btn);
    color: var(--main-btn);
    flex: 0 0 auto;
    line-height: 35px;
}

/* Read More Articles */
.read_more_articles {
    padding: 0 12px 1px;
    margin-top: -12px;
}

.read_more_articles_list {
    align-items: normal;
    border-bottom: 1px solid #e3e3e3;
    padding: 16px 0;
}

body.night-mode .read_more_articles_list {
    border-color: #474747;
}

.read_more_articles_list:last-child {
    border: 0;
    padding-bottom: 11px;
}

.read_more_articles_list .blog-content {
    padding: 0;
    max-width: calc(100% - 92px);
}

.read_more_articles_list .blog-content .post-avatar-picture {
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.read_more_articles_list .blog-content .post-meta a {
    color: var(--main-link);
}

.read_more_articles_list .blog-content h3 {
    margin: 8px 0 0;
    font-size: 18px;
    max-height: 42px;
}

.read_more_articles_list .blog-content .category {
    margin: 0;
    color: #6c6c6c;
    letter-spacing: 0.3px;
}

.read_more_articles_list .blog-content .post-time {
    color: #6c6c6c;
}

body.night-mode .read_more_articles_list .blog-content .category,
body.night-mode .read_more_articles_list .blog-content .post-time {
    color: #9f9f9f;
}

.read_more_articles_list .blog-image {
    flex: 0 0 auto;
    margin-left: 12px;
}

.read_more_articles_list .blog-image>a {
    padding-bottom: 100%;
    width: 80px;
}

.read_more_articles_list .blog-image img {
    border-radius: 6px;
}

/* Article */
.blog {
    position: relative;
}

.blog-meta-counter {
    color: #6a6a6a;
}

body.night-mode .blog-meta-counter {
    color: #a2a2a2;
}

.ele_read_blog_top {}

.ele_read_blog_top .postCategory {
    color: #009688;
    display: inline-block;
    font-weight: 500;
    text-decoration: underline;
    font-size: 16px;
}

.ele_read_blog_top h2 {
    margin: 15px 0;
    color: #000;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 52px;
    font-weight: bold;
    letter-spacing: -0.5px;
}

body.night-mode .ele_read_blog_top h2 {
    color: #e4e4e4;
}

.ele_read_blog_author {
    display: table;
    margin: 0 auto 30px;
}

.ele_read_blog_author .post-avatar {
    vertical-align: middle;
    padding-right: 10px;
    display: table-cell;
}

.ele_read_blog_author .post-meta {
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
}

.ele_read_blog_author .post-meta a {
    font-size: 15px;
    color: #3d3d3d;
}

body.night-mode .ele_read_blog_author .post-meta a {
    color: #e5e5e5;
}

.ele_read_blog_img {
    overflow: hidden;
    padding-bottom: 50%;
}

.ele_read_blog_img img {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
    border-radius: 10px;
}

.blog-text {
    font-size: 1.2em;
    line-height: 1.6em;
    word-break: initial;
    word-wrap: break-word;
}

.blog-text p:first:first-letter {
    font-size: calc(60px + 0.75vw);
    font-weight: 500;
    float: left;
    line-height: 1;
    padding: 0px 10px 0 0;
    margin-top: -4px
}

.blog-text img {
    max-width: 100% !important;
    height: auto;
}

.blog-text iframe {
    width: 100% !important
}

.blog-tags {
    margin-top: 10px;
}

.blog-tags ul>li {
    display: inline-block;
    margin-right: 4px;
    margin-top: 4px;
}

.blog-tags ul>li>a {
    display: inline-block;
    font-size: 12px;
    padding: 1px;
    border-bottom: 1px solid #000;
    font-weight: 500;
    color: black;
}

body.night-mode .blog-tags ul>li>a {
    border-color: #fff;
    color: white;
}

/* New Blog */
.ele_new_blog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--body-bg);
    z-index: 1050;
}

body.night-mode .ele_new_blog {
    background-color: var(--body-bg-color-dark);
}

.ele_new_blog_hdr {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1;
    padding: 0 20px;
    border-bottom: 1px solid #e2e4e7;
    height: 65px;
    background-color: white;
}

body.night-mode .ele_new_blog_hdr,
body.night-mode .ele_new_blog_side {
    border-color: #3b3b3b;
    background-color: #212121;
}

.ele_new_blog_hdr .btn-primary {
    min-width: 140px;
}

.ele_new_blog_main {
    display: block;
    z-index: 99;
    top: 65px;
    height: calc(100vh - 65px);
    overflow-y: auto;
    margin-right: 300px;
    padding: 60px 0 20px;
}

.ele_new_blog_title {
    border: 0;
    resize: none;
    width: 100%;
    background: transparent;
    overflow: hidden;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 65px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
}

body.night-mode .ele_new_blog_title {
    color: #e8e8e8;
}

.ele_new_blog_title::placeholder {
    opacity: 0.9;
}

.ele_new_blog_title:focus::placeholder {
    opacity: 0.5;
}

.ele_new_blog_side {
    display: block;
    z-index: 9;
    position: fixed;
    top: 65px;
    bottom: 0;
    right: 0;
    width: 300px;
    max-height: 100%;
    overflow-y: auto;
    border-left: 1px solid #e2e4e7;
    padding: 15px;
    background-color: white;
}

/* Contact Us */
.ele_contact {
    height: 100%;
    padding: 20px;
    overflow: hidden;
}

.ele_contact:before {
    content: '';
    background-color: var(--main-btn);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    opacity: 0.1;
}

.ele_contact_sub {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-weight: bold;
    line-height: 1.14;
    color: var(--main-btn);
}

.ele_contact_title {
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 30px;
    letter-spacing: -0.025em;
    margin: 15px 0 40px;
    font-weight: 600;
}

.ele_contact img {
    mix-blend-mode: luminosity;
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    opacity: 0.8;
}

/* Auto Complete */
.dropdown-menu.auto-complete {
    display: none;
    left: 0;
    overflow-y: auto;
    max-height: calc(100vh - 150px);
}

.typeahead {
    position: relative;
    float: left
}

.typeahead input {
    background: 0 0;
    width: 100%;
    color: #4e5665;
    font-size: 13px;
    line-height: 20px;
    outline: 0 none;
    border: 0 none
}

body.night-mode .typeahead input {
    color: #fff
}

.tags li {
    float: left;
    padding: 2px 4px;
    margin: 0 3px 3px 0;
    background: #eef2f5;
    color: #245774;
    font-size: 11px;
    line-height: 16px;
    border-radius: 3px
}

.tags button {
    opacity: .5;
    font-size: 16px;
    margin-left: 4px
}

.tags button:hover {
    opacity: .8
}

.chat-widget .tags button {
    border: 0;
    padding: 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: red;
}

.chat-widget .tags button:before {
    content: 'x';
}

/* Google Geo-Autocomplete */
.pac-container {
    z-index: 999999
}

/* Lightbox */
.lightbox-open {
    overflow: hidden;
}

.lightbox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: 99999;
    z-index: 1048;
    overflow-y: scroll
}

@media (min-width:992px) {
    .lightbox {
        overflow-y: none
    }
}

.lightbox-container {
    display: table;
    width: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .6);
    padding-right: 0;
    padding-left: 0
}

@media (min-width:992px) {
    .lightbox-container {
        height: 100%;
    }
}

.lightbox-preview {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: middle;
    background: #000;
    text-align: center
}

@media (min-width:992px) {
    .lightbox-preview {
        display: table-cell;
        width: 60%;
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .lightbox-preview {
        width: 70%;
    }
}

.lightbox-preview.nodata {
    width: 100%
}

.lightbox-preview.with-live {
    /*padding:25px*/
}

.lightbox-preview.with-live video {
    top: 0 !important;
    left: 0 !important;
    max-height: none;
    position: relative !important;
}

.lightbox-exit {
    position: absolute;
    top: 4%;
    right: 2%;
    opacity: 0.5;
    color: #fff;
}

.lightbox-exit:hover {
    opacity: 1;
    cursor: pointer;
}

.lightbox-next,
.lightbox-prev {
    position: absolute;
    top: 50%;
    opacity: 0.5;
}

.lightbox-next {
    right: 2%;
}

.lightbox-prev {
    left: 2%;
}

.lightbox-next:hover,
.lightbox-prev:hover {
    opacity: 1;
    cursor: pointer
}

.lightbox-next .fa,
.lightbox-prev .fa {
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .5)
}

.lightbox-download {
    position: absolute;
    bottom: 4%;
    left: 2%;
}

.lightbox-download a {
    color: #fff;
    opacity: 0.5;
}

.lightbox-download a:hover {
    opacity: 0.75;
}

.lightbox-preview img {
    margin: 0 auto;
    max-width: 100%;
    max-height: calc(100vh - 92px)
}

.lightbox-data {
    display: block;
    width: 100%;
    vertical-align: top;
    background: #fff
}

body.night-mode .lightbox-data {
    background: #212121;
}

@media (min-width:992px) {
    .lightbox-data {
        display: table-cell;
        width: 40%
    }
}

@media (min-width: 1200px) {
    .lightbox-data {
        width: 35%;
        width: 30%;
    }
}
}

body.night-mode .lightbox-data {
    background: #212121
}

.lightbox-data .lightbox-close {
    padding: 4px 8px;
    border-radius: 4px
}

.lightbox-data .lightbox-close:hover {
    background: #e9eaee;
    color: #666;
    cursor: pointer
}

.lightbox-post {
    padding: 0 8px;
    height: calc(100vh - 113px)
}

/* Stories */
.ele_home_stories {
    overflow: hidden;
    position: relative;
}

.ele_home_stories #stories {
    margin: 0 -7.5px;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ele_home_stories .create_story,
body .ele_home_stories .stories .story,
.story_empty {
    padding: 0 7.5px;
    width: 14.2857143%;
    min-width: 14.2857143%;
    margin: 0;
    max-width: none;
}

body .ele_home_stories .stories.carousel .story>.item-link>.item-preview {
    height: 42px !important;
    opacity: 0;
}

.ele_home_stories .create_story a,
body .ele_home_stories .stories .story>.items a,
.story_empty a {
    padding-bottom: 150%;
    background: rgb(0 0 0 / 0.05);
    border-radius: 10px;
    display: block;
    user-select: none;
    position: relative;
    cursor: pointer;
}

body.night-mode .ele_home_stories .create_story a,
body.night-mode .ele_home_stories .stories .story>.items a,
body.night-mode .story_empty a {
    background: rgb(255 255 255 / 5%);
}

.ele_home_stories .create_story a>img,
body .ele_home_stories .stories .story>.items a>img {
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    user-select: none;
    pointer-events: none;
    border-radius: 10px;
}

.ele_home_stories .create_story a span {
    position: absolute;
    width: 46px;
    height: 46px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    z-index: 1;
    padding: 3px;
    background-color: var(--body-bg);
    border-radius: 50%;
}

body.night-mode .ele_home_stories .create_story a span {
    background-color: var(--body-bg-color-dark);
}

.ele_home_stories .create_story span svg {
    background-color: white;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    padding: 7px;
    color: #000;
}

.ele_home_stories .create_story a:after,
body .ele_home_stories .stories .story>.items a:after {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    border-radius: 0 0 10px 10px;
    bottom: 0;
    content: '';
    height: 40%;
    left: 0;
    position: absolute;
    width: 100%;
}

.ele_home_stories .create_story p,
body .ele_home_stories .stories .story>a>.info {
    margin: 20px 0 0;
    z-index: 1;
    font-weight: 500;
    text-align: center;
    background: var(--body-bg);
}

body.night-mode .ele_home_stories .create_story p,
body.night-mode .ele_home_stories .stories .story>a>.info {
    background: var(--body-bg-color-dark);
}

body .ele_home_stories .stories .story {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

body .ele_home_stories .stories .story>a {
    margin-top: -31px;
    z-index: 1;
    line-height: 1;
}

body .ele_home_stories .stories .story>a>.img {
    border-radius: 50%;
    padding: 3px;
    background: var(--main-link);
    max-height: none;
    width: 46px;
    height: 46px;
    margin: auto;
}

body .ele_home_stories .stories .story>a>.img>* {
    border-radius: 50%;
    border: 3px solid var(--body-bg);
}

body.night-mode .ele_home_stories .stories .story>a>.img>* {
    border-color: var(--body-bg-color-dark);
}

body .ele_home_stories .stories .story>a>.info {
    margin: 2px 0 0;
    padding: 5px 0 0;
}

body .ele_home_stories .stories .story>a>.info strong {
    font-weight: 500;
    color: #212529;
}

body.night-mode .ele_home_stories .stories .story>a>.info strong {
    color: #e8e8e8;
}

body .ele_home_stories .stories .story>.items {
    display: block;
    position: relative;
    padding-top: 150%;
}

body .ele_home_stories .stories .story>.items li {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ele_story_actions {
    background: var(--body-bg);
}

body.night-mode .ele_story_actions {
    background: var(--body-bg-color-dark);
}

.ele_story_actions .btn {
    display: block;
    width: 100%;
    padding: 20px 6px;
    font-weight: 500;
    height: calc(50% - 28px);
}

.ele_story_actions .btn svg {
    display: block;
    margin: 0 auto 10px;
}

.empty_stories {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7.5px;

}

.story_empty a:after {
    display: none;
}

.story_empty span b {
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgb(0 0 0 / 0.05);
    display: block;
}

.story_empty p {
    height: 20px;
    background: rgb(0 0 0 / 0.05);
    margin: 20px 20px 0;
    border-radius: 5px;
}

body.night-mode .story_empty p {
    background: rgb(255 255 255 / 5%);
}


body .ele_home_stories .stories .story.seen:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--body-bg);
    z-index: 1;
    opacity: 0.5;
    pointer-events: none;
}

body.night-mode .ele_home_stories .stories .story.seen:after {
    background: var(--body-bg-color-dark);
}

body .ele_home_stories .stories .story.seen>a>.img {
    background: transparent;
    padding: 0px;
}

.ele_home_stories .story .items img[src*=".mp4"],
.ele_home_stories .story .items img[src*=".webm"],
.ele_home_stories .story .items img[src*=".ogg"] {
    display: none;
}

#zuck-modal-content .story-viewer.muted .tip.muted {
    display: none !important;
}


/*Post Filters*/
.ele_post_filters {
    margin-bottom: 15px;
}

.ele_post_filters_nav {
    margin: 0 0 0 -4px;
    overflow-x: auto;
    padding: 0 0 3px;
    white-space: nowrap;
    line-height: 1;
}

.ele_post_filters_nav>.filterby {
    margin: 0 4px;
    padding: 0 10px;
    background-color: white;
    flex: 0 0 auto;
    display: block;
    border-radius: 10px;
    line-height: 32px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    color: var(--body-color);
}

body.night-mode .ele_post_filters_nav>.filterby:not(.active) {
    background-color: #252525;
    color: var(--body-color-dark);
    box-shadow: 0 0 0 1px rgb(255 255 255 / 10%);
}

.ele_post_filters_nav>.filterby.active {
    background-color: var(--main-btn);
    color: var(--main-color);
}

.ele_post_filters_nav.not_filter>.filterby.active {
    background-color: #607d8b;
    color: #fff;
}

/* Chat */
.chat-sidebar {
    display: none;
    max-height: 100%;
    bottom: 0;
    position: fixed;
    right: 0;
    top: 56px;
    width: 90px;
    z-index: 99;
    border-left: 1px solid #dcdcdc;
    background: var(--body-bg);
    flex-direction: column;
}

body.night-mode .chat-sidebar {
    background: var(--body-bg-color-dark);
    border-color: #2f2f2f;
}

@media (min-width:1200px) {
    .chat-sidebar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.chat-sidebar-inner {
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    flex-grow: 1;
}

.ele_chat_side_btn {
    height: 48px;
    min-height: 48px;
    min-width: 48px;
    width: 48px;
    background: #fff;
    border-radius: 16px;
    line-height: 48px;
    margin-top: 15px;
    padding: 0;
}

body.night-mode .ele_chat_side_btn {
    background: #212121;
}

.ele_chat_side_btn svg {
    margin: 0;
    width: 22px;
    height: 22px;
}

.chat-sidebar-content .data-container {
    width: auto;
    padding: 0;
    min-height: auto;
    margin-top: 15px;
    position: relative;
}

.chat-sidebar-content .data-container .data-avatar {
    float: none;
    height: 48px;
    min-height: 48px;
    min-width: 48px;
    width: 48px;
    position: relative;
}

.chat-sidebar-content .data-container .data-avatar img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 16px;
}

.chat-sidebar-content .data-container .data-avatar svg {
    position: absolute;
    right: -1px;
    bottom: -1px;
    background-color: var(--body-bg);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    padding: 3px;
    color: #4caf50;
}

body.night-mode .chat-sidebar-content .data-container .data-avatar svg {
    background-color: var(--body-bg-color-dark);
}

.chat-sidebar-content .data-container .chat_last_see_time {
    opacity: 0;
    background: rgb(0 0 0 / 80%);
    font-size: 11px;
    padding: 6px 2px;
    z-index: 1;
    line-height: 12px;
    transition: all 0.2s;
    color: #fff;
    border-radius: 4px;
}

.chat-sidebar-content .data-container:hover .chat_last_see_time {
    opacity: 1;
}

.chat_skel {
    height: 48px;
    min-height: 48px;
    min-width: 48px;
    width: 48px;
    background: rgba(0, 0, 0, 0.08);
    margin-top: 15px;
    border-radius: 50%;
}

.chat_skel:nth-child(2) {
    opacity: 0.8;
}

.chat_skel:nth-child(3) {
    opacity: 0.6;
}

.chat_skel:nth-child(4) {
    opacity: 0.4;
}

.chat_skel:nth-child(5) {
    opacity: 0.2;
}

.ele_chat_offline {
    position: absolute;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--body-bg);
    opacity: 0;
    visibility: hidden;
    width: 100%;
    will-change: opacity, visibility;
}

body.night-mode .ele_chat_offline {
    background: var(--body-bg-color-dark);
}

.chat-sidebar.disabled .ele_chat_offline {
    opacity: 0.7;
    visibility: visible;
}

.chat-sidebar.disabled .chat-sidebar-inner {
    overflow: hidden;
}



.chat-widget {
    display: none;
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 320px;
    z-index: 1000;
    box-shadow: 0 0px 12px -2px rgb(0 0 0 / 30%);
    border-radius: 10px 10px 0 0;
    background: #fff;
}

body.night-mode .chat-widget {
    background: #2d2d2d;
}

@media (min-width:992px) {
    .chat-widget {
        display: block;
    }
}

.chat-widget-head {
    position: relative;
    width: 100%;
    padding: 12px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    z-index: 1;
}

.ele_chat_hdr_usr {
    white-space: nowrap;
    overflow: hidden;
    max-width: 150px;
}

.ele_chat_hdr_usr .fa-user-secret {
    display: none;
}

.chat-widget-head .fa-circle {
    color: #65a830;
    font-size: 8px;
    position: absolute;
    bottom: -7px;
    right: -2px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.chat-widget-head .fa-circle.offline {
    color: #ccc;
    font-size: 8px;
}

body.night-mode .chat-widget-head .fa-circle {
    border-color: #2d2d2d;
}

.chat-head-label {
    display: none;
    line-height: 1;
}

.chat-widget.chat-box.new .chat-head-label {
    display: block;
}

.ele_chat_hdr_btns {
    flex: 0 0 auto;
    line-height: 1;
    vertical-align: middle;
}

.chat-widget:not(.opened) .ele_chat_hdr_btns svg.audio,
.chat-widget:not(.opened) .ele_chat_hdr_btns svg.video {
    display: none;
}

.chat-widget-content {
    position: relative;
    display: none;
    padding: 0;
}

.chat-to {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e6ecf5;
    padding: 5px 10px 5px 38px;
}

body.night-mode .chat-to {
    border-color: #121212;
}

.chat-to .to {
    position: absolute;
    top: 5px;
    left: 10px;
}

.chat-conversations {
    padding: 7px;
}

.chat-typing {
    display: none;
    padding: 5px 15px;
}

.loading-dots:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite
}

@keyframes dots {

    0%,
    20% {
        color: transparent;
        text-shadow: .25em 0 0 transparent, .5em 0 0 transparent
    }

    40% {
        color: var(--body-color);
        text-shadow: .25em 0 0 transparent, .5em 0 0 transparent
    }

    60% {
        text-shadow: .25em 0 0 var(--body-color), .5em 0 0 transparent
    }

    100%,
    80% {
        text-shadow: .25em 0 0 var(--body-color), .5em 0 0 var(--body-color)
    }
}

.chat-voice-notes {
    display: none
}

.chat-attachments,
.chat-voice-notes {
    background: #fff;
    padding: 10px;
    border-top: 1px solid #dfe8f5
}

body.night-mode .chat-attachments,
body.night-mode .chat-voice-notes {
    background: #212121;
    border-color: #121212
}

.chat-form {
    background: #fff
}

body.night-mode .chat-form {
    background: #212121
}

.chat-form-message {
    background: 0 0;
    padding: 7px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 69px;
    border-top: 1px solid #dfe8f5
}

body.night-mode .chat-form-message {
    border-color: #121212
}

.chat-form-message input[type=text],
.chat-form-message textarea {
    background: 0 0;
    direction: ltr;
    display: block;
    border: 0 none;
    resize: none;
    outline: 0;
    box-shadow: none;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    height: 18px;
    overflow: hidden
}

body.night-mode .chat-form-message input[type=text],
body.night-mode .chat-form-message textarea {
    color: #fff
}

.chat-form .x-form-tools {
    position: static;
    padding: 0 7px 7px 7px
}

.chat-form ul.x-form-tools>li.x-form-tools-colors {
    color: #5e72e4
}

.chat-form .emoji-menu {
    right: 100%;
    left: 0;
}

.chat-colors-menu {
    display: none;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 15%) 0px 0 57.6px 0px, rgb(0 0 0 / 15%) 0px 0 14.4px 0px;
    position: absolute;
    bottom: 100%;
    z-index: 1000;
    right: 0;
    min-width: 261px;
    margin: 0 0 .125rem;
    background-color: #fff;
    padding: 6.5px;
}

body.night-mode .chat-colors-menu {
    background-color: #2d2d2d;
}

.chat-colors-menu .item {
    margin: 6.5px;
}

.chat-colors-menu .item div {
    width: 35px;
    height: 35px;
    line-height: 1;
    border-radius: 50%;

    background-color: currentColor;
}

.chat-colors-menu .item div:hover {
    box-shadow: 0 1px 6px rgb(0 0 0 / 30%);
    opacity: 0.8;
}

/* Chat conversation */
.conversation {
    padding: 5px 0;
    flex-wrap: wrap;
}

.conversation-user {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    align-self: flex-end;
    margin-bottom: 2px;
}

.conversation-body {
    position: relative;
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.conversation.right .conversation-body,
.conversation.right .conversation-body .text {
    margin-left: auto;
}

.conversation-body .text {
    display: table;
    word-break: initial;
    word-wrap: break-word;
    border-radius: 16px;
    padding: 5px 12px;
    font-size: 14px;
    color: #4b4f56;
    background-color: #eaeaea;
}

body.night-mode .conversation-body .text {
    color: #e7e7e7;
    background-color: #414141;
}

.conversation-body .text:empty {
    padding: 0;
    margin: 0;
}

.conversation.right .conversation-body .text {
    background: var(--main-btn);
    color: #fff;
}

.conversation.right .conversation-body .text a {
    color: #fff
}

.conversation-body .text a {
    text-decoration: underline;
}

.conversation-body .text a:hover {
    text-decoration: none;
}

.conversation-body .text .twa {
    height: 18px;
    width: 18px;
    margin: -2px 1px 0;
    vertical-align: middle;
    background-size: 18px 18px;
}

.conversation-body audio {
    max-width: 100%;
}

.conversation-body img {
    max-height: calc(100vh - 300px);
    border-radius: 16px;
}

.conversation-body img.sticker {
    max-width: 135px;
}

.conversation-body .translate {
    color: #605f5f;
    font-size: 10px;
    margin-top: 2px;
}

body.night-mode .conversation-body .translate {
    color: #999;
}

.conversation.right .conversation-body .translate {
    text-align: end;
}

/* Chat attachments */
.conversation-body .attachments li {
    float: left;
    width: 64px;
    height: 64px;
    margin-right: 5px;
    margin-bottom: 5px
}

.conversation-body .attachments li.item {
    border: 1px solid #eee;
    cursor: pointer
}

.conversation-body .attachments li.item img {
    width: 64px;
    height: 64px
}

.conversation-body .attachments li.loading {
    padding-top: 22px;
    background: #f3f3f3;
    border: 1px solid #eee
}

/* Chat time */
.conversation-body .time {
    position: absolute;
    top: -10px;
    left: 0;
    color: #ffffff;
    font-size: 10.5px;
    opacity: 0;
    visibility: hidden;
    background-color: rgb(0 0 0 / 80%);
    padding: 2px 5px;
    white-space: nowrap;
    border-radius: 5px;
}

.conversation-body:hover .time {
    opacity: 1;
    visibility: visible;
}

.conversation.right .conversation-body .time {
    right: 0;
    left: auto;
    text-align: right
}

/* Chat seen */
.conversation-body .seen {
    color: #145b94;
    font-size: 10px;
    text-align: end;
    margin-top: 1px;
}

.conversation-body .seen:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24' fill='%23145b94'%3e%3cpath d='M0 0h24v24H0V0z' fill='none'/%3e%3cpath d='M17.3 6.3c-.39-.39-1.02-.39-1.41 0l-5.64 5.64 1.41 1.41L17.3 7.7c.38-.38.38-1.02 0-1.4zm4.24-.01l-9.88 9.88-3.48-3.47c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L22.95 7.71c.39-.39.39-1.02 0-1.41h-.01c-.38-.4-1.01-.4-1.4-.01zM1.12 14.12L5.3 18.3c.39.39 1.02.39 1.41 0l.7-.7-4.88-4.9c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.03 0 1.42z'/%3e%3c/svg%3e");
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
}

/* video-call stream (video/audio chat) */
.video-call-stream-wrapper {
    position: relative;
    border-radius: 8px;
}

.video-call-stream video {
    width: 100%;
    border-radius: 8px;
}

.video-call-stream-local {
    display: none;
    border-radius: 8px;
}

.video-call-stream-local video {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

/* Emoji */
.emoji-menu {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    min-width: 252px;
    margin: 0 0 .125rem;
    padding: 6px 2px 0 6px;
    font-size: 13px;
    line-height: 100%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 15%) 0px 0 57.6px 0px, rgb(0 0 0 / 15%) 0px 0 14.4px 0px;
    z-index: 1000;
}

body.night-mode .emoji-menu {
    background-color: #343434;
}

.publisher .emoji-menu {
    bottom: auto;
    top: 25px;
    right: -4px;
}

.lightbox .emoji-menu {
    bottom: auto;
    top: 27px;
    right: -7px;
}

.emoji-menu .item {
    float: left;
    padding: 3px;
    margin-right: 3px;
    margin-bottom: 3px
}

.emoji-menu .item:hover {
    cursor: pointer;
    background: #f3f3f3;
    border-radius: 4px
}

.emoji-menu .item>img {
    width: 65px;
    height: 65px
}

.emoji-menu .nav-tabs {
    border-top: 1px solid #dee2e6;
    border-bottom: 0;
    padding: 0;
}

body.night-mode .emoji-menu .nav-tabs {
    border-color: #525252;
}

.emoji-menu .nav-tabs>li {
    flex: 1;
}

.emoji-menu .nav-tabs>li>.nav-link {
    color: var(--body-color);
    padding: 12px 16px;
    margin: 0;
    border: 2px solid transparent;
    border-radius: 0;
    font-size: 14px;
}

body.night-mode .emoji-menu .nav-tabs>li>.nav-link {
    color: var(--body-color-dark);
}

.emoji-menu .nav-tabs>li>.nav-link:hover {
    background: 0 0;
    color: var(--main-link);
}

body.night-mode .emoji-menu .nav-tabs>li>.nav-link:hover {
    color: var(--main-link);
}

.emoji-menu .nav-tabs>li>.nav-link.active,
.emoji-menu .nav-tabs>li>.nav-link.active:focus,
.emoji-menu .nav-tabs>li>.nav-link.active:hover,
body.night-mode .emoji-menu .nav-tabs>li>.nav-link.active,
body.night-mode .emoji-menu .nav-tabs>li>.nav-link.active:focus,
body.night-mode .emoji-menu .nav-tabs>li>.nav-link.active:hover {
    color: var(--main-link);
    border-top-color: 2px solid var(--main-link);
    font-weight: 500;
}

/* Reactions */
.reactions-stats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.reactions-stats>.reactions-stats-item {
    background: #fff;
    margin: 0 0 0 -4px;
    padding: 1.1px;
    border-radius: 50%;
    display: none;
}

body.night-mode .reactions-stats>.reactions-stats-item {
    background: #212121;
}

.reactions-stats>.reactions-stats-item:nth-child(1) {
    z-index: 3;
    margin: 0px;
    display: inline-flex;
}

.reactions-stats>.reactions-stats-item:nth-child(2) {
    z-index: 2;
    display: inline-flex;
}

.reactions-stats>.reactions-stats-item:nth-child(3) {
    z-index: 1;
    display: inline-flex;
}

.reactions-stats>span {
    margin: 0 2px;
}

.reactions-wrapper {
    position: relative
}

.reaction-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center
}

.reaction-btn .reaction-btn-icon .inline-emoji {
    margin: 3px auto 0;
}

.reaction-btn .reaction-btn-name {
    text-transform: capitalize;
}

.reactions-container {
    display: none;
    position: fixed;
    width: 336px;
    background: #fff;
    box-shadow: 0 0 2px rgb(0 0 0 / 8%), 0 0 24px rgb(0 0 0 / 16%);
    border-radius: 40px;
    z-index: 4
}

body.night-mode .reactions-container {
    background: #3e3e3e;
}

.reactions_item {
    width: 48px;
    height: 48px;
    float: left;
    transform: scale(1);
    transition: 150ms transform ease-in-out;
    animation-fill-mode: both;
    animation: slideUp cubic-bezier(.49, 0, .46, 1);
}

.reactions_item.duration-1 {
    animation-duration: 50ms
}

.reactions_item.duration-2 {
    animation-duration: 100ms
}

.reactions_item.duration-3 {
    animation-duration: 150ms
}

.reactions_item.duration-4 {
    animation-duration: 200ms
}

.reactions_item.duration-5 {
    animation-duration: 250ms
}

.reactions_item.duration-6 {
    animation-duration: 300ms
}

.reactions_item.duration-7 {
    animation-duration: 350ms
}

.reactions_item:hover {
    transform: scale(1.25) translateY(-6px);
    transition-duration: 200ms;
    transition-delay: 17ms;
}

.reactions_item:after {
    content: attr(data-title);
    position: absolute;
    background-color: rgb(0 0 0 / 72%);
    border-radius: 22px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    opacity: 0;
    padding: 0 6px;
    -webkit-user-select: none;
    text-transform: capitalize;
    left: 50%;
    transform: translateX(-50%) scale(.75);
    transform-origin: bottom center;
    pointer-events: none;
    transition: 150ms transform ease-in-out, 150ms opacity ease-in-out;
    bottom: calc(100% - 10px);
    white-space: nowrap;
    font-weight: normal;
    font-family: var(--font-family-sans-serif);
}

.reactions_item:hover:after {
    opacity: 1;
    transform: translateX(-50%) translateY(-15px);
    transition-duration: 200ms;
    transition-delay: 17ms, 40ms;
    transition-timing-function: ease-in-out, cubic-bezier(.55, .06, .68, .19);
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

/* Reaction Emoji */
.inline-emoji {
    width: 18px;
    height: 18px
}

.inline-emoji .emoji {
    transform: scale(.15);
    top: -285%;
    right: 285%
}

.no_animation *,
.no_animation :after,
.no_animation :before {
    animation: none !important
}

.emoji {
    width: 120px;
    height: 120px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transform: scale(.325);
    top: -76%;
    right: 76%
}

.emoji img {
    width: 120px;
    height: 120px;
}

.reaction img {
    animation-fill-mode: both;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
}

.reaction.reaction-1 img {
    animation-name: bounce;
    transform-origin: center bottom;
}

.reaction.reaction-2 img {
    animation-name: heartBeat;
    animation-timing-function: ease-in-out;
}

.reaction.reaction-3 img {
    animation-name: swing;
    transform-origin: top center;
}

.reaction.reaction-4 img {
    animation-name: pulse;
    animation-timing-function: ease-in-out;
}

.reaction.reaction-5 img {
    animation-name: fadeInDown;
}

.reaction.reaction-6 img {
    animation-name: swing;
    animation-timing-function: ease-in-out;
}

.reaction.reaction-7 img {
    animation-name: headShake;
    animation-timing-function: ease-in-out;
}

@keyframes bounce {

    from,
    20%,
    53%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -2px, 0) scaleY(1.1);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -1px, 0) scaleY(1.05);
    }

    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0) scaleY(0.95);
    }

    90% {
        transform: translate3d(0, -1px, 0) scaleY(1.02);
    }
}

@keyframes heartBeat {
    0% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.05);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.05);
    }

    70% {
        transform: scale(1);
    }
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 2deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -2deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -2deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 1;
        transform: translate3d(0, -5%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-2px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(1px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-1px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(1px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

/* Page */
.page-header {
    position: relative;
    padding: 60px 60px 110px;
    overflow: hidden;
    color: #263E56;
    z-index: auto;
    box-shadow: none;
    background: transparent;
    margin: -30px 0 -40px;
    border-radius: 0;
}

body.night-mode .page-header {
    color: #e3e6e9;
    background: transparent;
}

.page-header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-btn);
    opacity: 0.1;
}

.page-header.bank-transfer {
    z-index: 1;
    padding: 20px;
    background-color: #2196f3;
    background: linear-gradient(90deg, #03a9f4 0, #2196f3 35%, #3f51b5 100%)
}


.page-header .circle-1 {
    position: absolute;
    bottom: -100px;
    left: calc(50% - 690px);
    width: 290px;
    height: 290px;
    background: var(--main-btn);
    border-radius: 50%;
    opacity: 0.06;
}

.page-header .circle-2 {
    position: absolute;
    top: 17px;
    right: -242px;
    width: 500px;
    height: 500px;
    background: #A4D6F3;
    border-radius: 50%;
    opacity: 0.3
}

.page-header .circle-3 {
    position: absolute;
    top: -73px;
    right: calc(50% - 200px);
    width: 200px;
    height: 200px;
    background: var(--main-btn);
    border-radius: 50%;
    opacity: 0.04;
}

.page-header .inner {
    z-index: 9;
    position: relative;
}

.page-header .inner_inner {
    max-width: 600px;
}

.page-header h2 {
    font-weight: bold;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 45px;
}

.page-header p {
    font-weight: 600;
    font-family: 'Gilroy', Roboto, sans-serif;
    margin: 0;
    font-size: 19px;
    line-height: normal;
}

.page-header .inner .btn {
    margin-top: 40px;
    color: #ffffff;
    background: #263E56;
    line-height: 50px;
    padding: 0 23px;
    box-shadow: inset 0 0 0 2px #263e56;
    margin-right: 10px;
}

body.night-mode .page-header .inner .btn {
    background: #e3e6e9;
    box-shadow: inset 0 0 0 2px #e3e6e9;
    color: #000000;
}

.page-header .inner .btn:hover,
.page-header .inner .btn.reverse {
    color: #263E56;
    background: transparent;
}

body.night-mode .page-header .inner .btn:hover,
body.night-mode .page-header .inner .btn.reverse {
    color: #e3e6e9;
    background: transparent;
}

.page-header .inner>svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    height: auto;
    color: var(--main-btn);
    opacity: 0.3;
}

.page-header.bank-transfer .inner {
    border: 6px solid rgba(255, 255, 255, .3);
    padding: 20px;
    border-radius: 5px
}

.page-header.bank-transfer .bank-info-meta {
    font-size: 18px
}

.page-header.bank-transfer .bank-info-help {
    font-size: 12px;
    color: #eee;
    text-transform: uppercase
}

/* Page List */
.ele_my_pages {
    padding: 20px 5px;
}

.ele_my_pages .info {
    flex: 1 1 auto;
}

.ele_my_pages>div:not(.info) {
    flex: 0 0 auto;
}

.ele_my_pages .info .avatar img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.ele_my_pages .text h3 {
    font-family: 'Gilroy', Roboto, sans-serif;
    font-weight: 600;
}

.ele_my_pages .text p {
    font-size: 15px;
}

/* Footer */
.footer {
    border-top: 1px solid #e6ecf5;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 25px;
    margin-bottom: 25px
}

.night-mode .footer {
    border-top: 1px solid #212121
}

.footer .js_scroller {
    height: 100% !important;
    max-height: 280px;
}

@media (min-width:768px) {
    .footer .links {
        text-align: right
    }
}

.ele_menu_foot {
    font-size: 12px;
    padding: 18px 12px 12px;
}

.ele_menu_foot .ele_footer_cright {
    flex-wrap: wrap;
    margin-bottom: 3px;
    justify-content: space-between;
}

.ele_mobi_langs,
.ele_mobi_langs_menu>.btn {
    border: 0;
    padding: 0;
    box-shadow: none;
    font-size: 12px;
    background: transparent;
}

.ele_footer_links a {
    color: #252525;
}

body.night-mode .ele_footer_links a {
    color: #dddddd;
}

.mini-footer .links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -5px 0
}

.mini-footer .links li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

/* Not Found */
.notfound-wrapper {
    justify-content: center;
    min-height: calc(100vh - 170px);
    min-height: calc(var(--vh, 1vh) * 100 - 170px);
}

.notfound-wrapper .notfound {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 20px 0;
}

.notfound-wrapper .notfound svg {
    width: 350px;
    height: 220px;
}

.notfound-wrapper .notfound svg .pao-baixo {
    animation: rotatepao 14s cubic-bezier(.1, .49, .41, .97) infinite;
    transform-origin: center;
}

.notfound-wrapper .notfound svg .pao-cima {
    animation: rotatepao 7s 1s cubic-bezier(.1, .49, .41, .97) infinite;
    transform-origin: center;
}

.notfound-wrapper .notfound svg .left-sparks {
    animation: left-sparks 4s alternate infinite;
    transform-origin: 150px 156px;
}

.notfound-wrapper .notfound svg .right-sparks {
    animation: left-sparks 4s alternate infinite;
    transform-origin: 310px 150px;
}

@keyframes rotatepao {
    0% {
        transform: rotate(0deg)
    }

    50%,
    60% {
        transform: rotate(-20deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@keyframes left-sparks {
    0% {
        opacity: 0;
    }
}

.notfound-wrapper .notfound h2 {
    margin: 30px 0 10px;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-weight: bold;
    font-size: 31px;
}

.notfound-wrapper .notfound p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

body.night-mode .notfound-wrapper .notfound p {
    color: rgb(255 255 255 / 60%);
}

.notfound-wrapper .notfound .btn {
    min-width: 150px;
    margin-top: 10px;
}

/* OAuth */
.card-ouath {
    margin: auto;
    box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05), 0 15px 40px rgba(166, 173, 201, 0.2);
    width: 100%;
    max-width: 600px;
    border-radius: 16px;
}

body.night-mode .card-ouath {
    box-shadow: 0 5px 10px rgb(45 48 59 / 5%), 0 15px 40px rgb(28 29 36 / 20%);
}

.card-ouath .app-icon {
    width: 100px;
    height: 100px;
    margin: auto;
    object-fit: cover;
    border-radius: 16px;
}

.card-ouath .app-info {
    font-size: 18px;
    font-weight: 500;
}

.card-ouath .app-info a {

    color: #222;
}

body.night-mode .card-ouath .app-info a {
    color: #eaeaea;
}

.card-ouath .app-info a svg {
    stroke-width: 2.5px;
    width: 11px;
    height: 11px;
    margin: -7px 3px 0 -1px;
}

.card-ouath .app-info div {
    font-size: 15px;
    font-weight: normal;
}

.card-register {
    border-radius: 16px;
    box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05), 0 15px 40px rgba(166, 173, 201, 0.2);
    overflow: hidden;
    padding: 25px;
}

body.night-mode .card-register {
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 10%) 0px 2px 4px -2px;
}

.welcome_page .card-register {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
}

.welcome_page.center .card-register {
    margin: auto;
}

.card-register .auth-title {
    font-weight: bold;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 17px;
    margin: 0 0 20px;
}

.card-register .btn-mat.btn-primary {
    line-height: 46px;
}

/* Index Intro */
.ele_welcome {
    min-height: 100vh;
}

.ele_welcome:before {
    content: '';
    background-image: url(../images/home/3d-gradient.svg);
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    top: 0;
    display: block;
    background-size: contain;
    position: absolute;
    height: 400px;
    z-index: -1;
    opacity: 0.2;
}

.ele_welcome:after {
    content: '';
    background-image: url(../images/home/bg.svg);
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    background-size: cover;
    position: absolute;
    height: 100%;
    z-index: -1;
    opacity: 0.15;
    background-size: 140%;
    background-position: 50%;
    left: 0;
    right: 0;
}

.ele_welcome_top,
.ele_welcome_mid,
.ele_welcome_bottom {
    z-index: 1;
}

.ele_welcome_mid {
    margin: auto 0;
}

.index-intro h1 {
    font-size: 40px;
    font-family: 'Gilroy', Roboto, sans-serif;
    letter-spacing: -0.5px;
    font-weight: 600;
}

.index-intro p {
    font-family: var(--font-family-sans-serif);
    font-size: 22px;
    line-height: 30px;
}

.ele_welcome_bottom .footer {
    padding: 0;
    border: 0;
}

.welcome_page_apps .huwei svg {
    background: #fff;
    border-radius: 6px;
}

/* Daytime Message */
.home_padd_top {
    padding-top: 85px;
    position: relative;
}

.home_padd_top>.row,
.home_padd_top>.row>.middlecol {
    position: static;
}

.daytime_message {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.daytime_message h3 {
    font-weight: 600;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 28px;
    letter-spacing: -0.5px;
    margin: -2px 0 2px;
}

.daytime_message p {
    font-size: 16px;
    margin: 0;
    letter-spacing: 0.3px;
    color: rgba(0, 0, 0, 0.6);
}

body.night-mode .daytime_message p {
    color: rgb(255 255 255 / 60%);
}

.daytime_message.morning h3 {
    color: #4CAF50;
}

.daytime_message.noon h3 {
    color: #FF9800;
}

.daytime_message.evening h3 {
    color: #3F51B5;
}

/* Announcement */
.ele_announcement h3 {
    font-size: 23px;
    font-weight: 600;
    font-family: 'Gilroy', Roboto, sans-serif;
}

.ele_announcement.success h3 {
    color: #4CAF50;
}

.ele_announcement.warning h3 {
    color: #FAA500;
}

.ele_announcement.danger h3 {
    color: #EF4C5D;
}

.ele_announcement.info h3 {
    color: #3698fd;
}

.ele_announcement h3 svg {
    width: 30px;
    height: 30px;
    margin-top: -4px;
}

.ele_announcement h3 svg .success,
.ele_announcement h3 svg .warning,
.ele_announcement h3 svg .danger,
.ele_announcement h3 svg .info {
    display: none;
}

.ele_announcement.success h3 svg .success,
.ele_announcement.warning h3 svg .warning,
.ele_announcement.danger h3 svg .danger,
.ele_announcement.info h3 svg .info {
    display: block;
}

.ele_announcement p {
    font-size: 15px;
}

.ele_announcement p:last-child {
    margin-bottom: 14px;
}

/* Forum */
.forum-breadcrumb {
    word-wrap: break-word;
    word-break: break-all;
    border-radius: 12px;
    padding: 5px 12px;
    background-color: rgb(0 0 0 / 3%);
}

.breadcrumb-item+.breadcrumb-item {
    padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '';
    float: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3e%3cpath d='M0 0h24v24H0V0z' fill='none'/%3e%3cpath d='M9.31 6.71c-.39.39-.39 1.02 0 1.41L13.19 12l-3.88 3.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41L10.72 6.7c-.38-.38-1.02-.38-1.41.01z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 10px;
    background-size: 20px;
    opacity: 0.5;
}

body.night-mode .breadcrumb-item+.breadcrumb-item::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3e%3cpath d='M0 0h24v24H0V0z' fill='none'/%3e%3cpath fill='%239c9c9c' d='M9.31 6.71c-.39.39-.39 1.02 0 1.41L13.19 12l-3.88 3.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41L10.72 6.7c-.38-.38-1.02-.38-1.41.01z'/%3e%3c/svg%3e");
}

.forum-title {
    word-wrap: break-word;
}

.forum-title h1 {
    font-size: 24px;
}

.forum-title p {
    font-size: 15px;
}


.ele_forum_section {
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    padding: 15px;
}

body.night-mode .ele_forum_section {
    border-color: #3e3e3e;
}

.ele_forum_section h3 {
    font-size: 19px;
}

.ele_forum_section h3 a {
    color: var(--body-color);
    border-bottom: 1px solid;
}

body.night-mode .ele_forum_section h3 a {
    color: var(--body-color-dark);
}

.ele_forum_section p {
    opacity: 0.85;
}

.ele_forum_section .sub_forum {
    border-radius: 12px;
    background-color: rgb(0 0 0 / 4%);
    font-size: 13px;
}


.forum-meta-head {
    font-size: 15px;
}

.ele_forum_stats {
    border-radius: 12px;
}

.ele_forum_stats.thread {
    background-color: rgb(34 190 255 / 8%);
}

.ele_forum_stats.replies {
    background-color: rgb(16 196 66 / 8%);
}

.ele_forum_stats.members {
    background-color: rgb(255 100 55 / 8%);
}

.ele_forum_stats h6 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.ele_forum_stats svg {
    flex: 0 0 auto;
}

.ele_forum_stats p {
    font-family: var(--font-family-sans-serif);
    font-size: 38px;
    line-height: 1;
}

.ele_forum_threads {
    border: 1px solid #e9e9e9;
    border-radius: 12px;
}

body.night-mode .ele_forum_threads {
    border-color: #424242;
}

.ele_forum_threads_head {
    background-color: #607d8b;
    border-radius: 12px 12px 0 0;
}

.thread_title h1 {
    font-size: 1.75rem;
    margin: 0 0 10px;
}

.thread_title_user .avatar {
    width: 45px;
    height: 45px;
}

.thread_title_user .avatar span {
    bottom: -5px;
    right: -5px;
    line-height: 1;
    background-color: #607d8b;
    padding: 4px;
    box-shadow: 0 0 0 2px white;
}

body.night-mode .thread_title_user .avatar span {
    box-shadow: 0 0 0 2px #212121;
}

.thread_title_user .avatar span.admin {
    background-color: #743cfd;
}

.thread_title_user .avatar span.mod {
    background-color: cadetblue;
}

.thread_title div.text,
.forum-thread .text {
    font-size: 15px;
    line-height: 24px;
}

.thread_title div.text strong,
.forum-thread .text strong {
    font-weight: 500;
}

.thread_title div.text iframe,
.thread_title div.text img,
.forum-thread .text iframe,
.forum-thread .text img {
    max-width: 100%;
    border: 0;
    border-radius: 5px;
}

.thread_title div.text img,
.forum-thread .text img {
    height: 100%;
}

.thread_title div.text ul,
.forum-thread ul {
    margin: initial;
    padding-inline-start: 40px;
    list-style: initial;
}

.forum-thread {
    padding: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
}

body.night-mode .forum-thread {
    border-color: #424242;
}

.forum-thread .avatar {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
}



.forum-thread ul {
    margin: initial;
    padding-inline-start: 40px;
    list-style: initial;
}

.forum-result {
    background-color: #f5f5f5;
    border-radius: 12px;
}

body.night-mode .forum-result {
    background-color: #2f2f2f;
}

.forum-result .title {
    font-size: 19px;
}

.forum-result .snippet {
    padding: 8px 10px;
    font-size: 13px;
    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 3%);
}

/* Directory */
.directory-row>.col-lg-4 {
    margin-bottom: 20px;
}

.directory-card {
    display: block;
    background: rgb(0 0 0 / 4%);
    padding: 25px;
    border-radius: 12px;
    height: 100%;
    transition: all 0.2s ease;
    font-family: 'Gilroy', Roboto, sans-serif;
}

.directory-card>span {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    background: rgb(0 0 0 / 40%);
    color: #fff;
    text-align: center;
    padding: 8px;
    position: relative;
}

.directory-card>span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(325deg, rgb(0 0 0 / 20%), transparent);
}

.directory-card>span svg {
    width: 100%;
    height: 100%;
    position: relative;
}

.directory-card:hover {
    box-shadow: 0 5px 10px rgb(154 160 185 / 5%), 0 15px 40px rgb(166 173 201 / 20%);
}

.directory-card .title {
    margin-top: 20px;
    color: #242424;
    font-size: 35px;
    font-weight: bold;
}

body.night-mode .directory-card .title {
    color: #f0f0f0;
}

.directory-card p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #505050;
}

body.night-mode .directory-card p {
    color: #e2e2e2;
}

.directory-card.green {
    background: #DFFFE6;
}

body.night-mode .directory-card.green {
    background: #3e4e42;
}

.directory-card.yellow {
    background: #f9fbd1;
}

body.night-mode .directory-card.yellow {
    background: #61624f;
}

.directory-card.blue {
    background: #DFFDFF;
}

body.night-mode .directory-card.blue {
    background: #425152;
}

.directory-card.purple {
    background: #F6F0FF;
}

body.night-mode .directory-card.purple {
    background: #494156;
}

.directory-card.red {
    background: #ffe7e7;
}

body.night-mode .directory-card.red {
    background: #594545;
}

.directory-card.orange {
    background: #ffefd0;
}

body.night-mode .directory-card.orange {
    background: #595142;
}

.directory-card.pink {
    background: #f9edf3;
}

body.night-mode .directory-card.pink {
    background: #5b4851;
}

.directory-card.green>span {
    background: #58ca71;
}

.directory-card.yellow>span {
    background: #dcce4f;
}

.directory-card.blue>span {
    background: #3ddae5;
}

.directory-card.purple>span {
    background: #b88bfd;
}

.directory-card.red>span {
    background: #f97474;
}

.directory-card.orange>span {
    background: #ff8c53;
}

.directory-card.pink>span {
    background: #f983be;
}

/* Messages */
.ele_messages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}

body.night-mode .ele_messages {
    background-color: #212121;
}

.ele_msg_user_list {
    min-height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    width: 25%;
    min-width: 25%;
    border-right: 1px solid #e6ecf0;
}

.ele_msg_user_chat {
    min-height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    width: 75%;
    min-width: 75%;
}

.ele_msg_header {
    min-height: 65px;
    border-bottom: 1px solid #e6ecf0;
}

body.night-mode .ele_msg_header,
body.night-mode .ele_msg_user_list {
    border-color: #424242;
}

.ele_msg_header .btn {
    width: 36px;
    height: 36px;
    line-height: 34px;
}

.ele_msg_header>h2 {
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 27px;
    letter-spacing: -0.5px;
    margin: 0;
    font-weight: 600;
}

.ele_msg_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: calc(100vh - 65px);
    height: calc(var(--vh, 1vh) * 100 - 65px);
    min-height: auto;
    overflow: hidden;
}

.ele_msg_name {
    font-size: 17px;
}

.ele_msg_name a {
    color: var(--body-color);
}

body.night-mode .ele_msg_name a {
    color: var(--body-color-dark);
}

.ele_msg_name .chat-typing {
    padding: 0;
    font-size: 13px;
    margin-top: -2px;
    text-transform: lowercase;
}

.ele_msg_name .chat-typing .js_chat-typing-users {
    text-transform: capitalize;
}

.ele_msg_btns {
    flex: 0 0 auto;
}

.panel-messages .chat-to {
    padding-top: 10px;
    padding-bottom: 10px;
}

.panel-messages .chat-to .to {
    top: 10px;
}

.ele_msg_container .chat-conversations {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: hidden;
    position: relative;
    justify-content: flex-end;
    padding: 0 15px;
}

.ele_msg_container .chat-conversations>ul {
    max-height: 100%;
}

.ele_msg_container .chat-conversations>ul.more {
    max-height: calc(100% - 34px);
}

.typing_loader_prnt {
    display: table;
    background-color: #eaeaea;
    border-radius: 18px;
    padding: 13.7px 13px;
}

.typing_loader_prnt span {
    height: 10px;
    width: 10px;
    float: left;
    margin: 0 2px;
    background-color: #9E9EA1;
    display: block;
    border-radius: 50%;
    opacity: 0.4;
}

.typing_loader_prnt span:nth-of-type(1) {
    -webkit-animation: 1s type_blink infinite 0.3333s;
    animation: 1s type_blink infinite 0.3333s;
}

.typing_loader_prnt span:nth-of-type(2) {
    -webkit-animation: 1s type_blink infinite 0.6666s;
    animation: 1s type_blink infinite 0.6666s;
}

.typing_loader_prnt span:nth-of-type(3) {
    -webkit-animation: 1s type_blink infinite 0.9999s;
    animation: 1s type_blink infinite 0.9999s;
}

@keyframes type_blink {
    50% {
        opacity: 1;
    }
}

.ele_write_message {
    padding: 10px 15px 15px;
}

.ele_write_message .chat-form-message {
    flex: 1 1 auto;
    max-height: none;
    overflow: inherit;
}

.ele_write_message .chat-form-message textarea {
    resize: none;
    padding: 9.5px 38px;
    min-height: 40px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    font-size: 15px;
    max-height: 82px;
    line-height: normal;
}

body.night-mode .ele_write_message .chat-form-message textarea {
    background: rgb(255 255 255 / 8%);
}

.ele_write_message .chat-form-message .btn {
    color: #7d7d7d;
    left: 0px;
    bottom: 4px;
}

.ele_write_message .btn-mat {
    margin-left: 15px;
}

.ele_write_message .btn-mat:not(.btn-primary) {
    color: var(--main-btn);
    min-width: 40px;
    border-radius: 50%;
}

.ele_write_message .btn-mat:not(.btn-primary):before {
    content: '';
    position: absolute;
    background-color: currentColor;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
}

.ele_write_message .btn-mat:not(.btn-primary) svg {
    margin: 0;
    width: 24px;
    height: 24px;
}

.ele_write_message .btn-mat.btn-primary {
    min-width: 130px;
}

.panel-messages .card-body {
    padding: 0
}

.panel-messages.fresh .card-body {
    position: relative
}

.panel-messages .conversation-user {
    width: 35px;
    height: 35px;
}

.panel-messages .conversation-body {
    max-width: -webkit-calc(100% - 120px);
    max-width: calc(100% - 120px);
}

.panel-messages .conversation-body .text {
    border-radius: 18px;
    padding: 7.5px 15px;
    font-size: 15px;
    position: relative;
}

.panel-messages .conversation-body .text:empty {
    padding: 0;
    margin: 0;
}

.panel-messages .conversation-body img,
.conversation-body .video-wrapper {
    max-height: calc(100vh - 300px);
}

.conversation-body .video-wrapper {
    border-radius: 16px;
}

.conversation-body .product {
    padding-top: 6px;
    max-width: 200px;
}

.conversation-body .product img {
    max-height: none;
    border-radius: 12px;
}

.conversation-body .product-info .price {
    color: currentColor;
}

.conversation-body .ele_post_prod_shead {
    color: currentColor;
    opacity: 0.7;
}

/* Live */
.live-stream-wrapper {
    background: black;
    height: calc(100vh - 56px);
    height: calc(var(--vh, 1vh) * 100 - 56px);
    position: relative;
}

.live-stream-video {
    position: relative;
    height: 100%;
}

.live-stream-video .live-counter {
    z-index: 9;
    left: 25px;
    top: 25px;
    background-color: #F44336;
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    min-width: 60px;
    line-height: 26px;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
}

.live-stream-video .live-counter .status.offline:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #444;
    z-index: -1;
    border-radius: 4px;
}

.live-stream-video .live-recording {
    display: none;
    z-index: 9;
    right: 25px;
    top: 25px;
    color: #e13e3e;
    background: #383838;
    border-radius: 4px;
    line-height: 26px;
}

.live-stream-video video {
    max-width: 100%;
    display: block;
    height: 100%;
    max-height: calc(100vh - 56px);
    max-height: calc(var(--vh, 1vh) * 100 - 56px);
    margin: auto;
    vertical-align: middle;
    object-fit: contain !important;
    transform: none !important;
}

.live-stream-video .live-video-player {
    width: 100%;
    height: 100%;
    background: #000;
}

.live-stream-video .live-video-player video {
    background: #000;
    height: auto !important;
    transform: none !important;
}

.live-stream-buttons {
    flex: 0 0 auto;
    display: none;
}

.live-stream-buttons .btn {
    padding: 8.8px 10.6px;
    color: #fff;
    background-color: rgb(255 255 255 / 29%);
    width: 40px;
    height: 40px;
    font-size: 15px;
}

.live-stream-tips-wrapper {
    background: rgb(255 255 255 / 29%);
    padding: 8px 16px;
    border-radius: 2em;
    line-height: 20px;
    flex: 0 0 auto;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
}

.live-stream-tips-wrapper#js_live-paid {
    position: relative;
}

.live-stream-tips-wrapper#js_live-paid .form-control {
    bottom: 110%;
    left: 0;
    right: 0;
    background: #2c2c2c;
    border-color: #4a4a4a;
    border-radius: 10px;
    color: #fff;
}

.ele_live_foot {
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent, rgb(0 0 0 / 80%));
}

.ele_live_foot.ptb30 {
    padding-top: 70px !important;
}

.live-comments .comment-author a {
    color: #fff;
}

.live-comments .comment-text {
    background-color: rgb(255 255 255 / 20%);
    color: #fff;
}

.live-comments .comment-actions>li .text-link {
    color: #e7e7e7;
}

.live-comments .text-muted {
    color: #b8b8b8 !important;
}

.live-comments .comment-form {
    background-color: rgb(255 255 255 / 20%);
}

.live-comments .comment-form textarea {
    color: #fff;
}

.ele_live_foot .live-status {
    background: #383838;
    color: #fff;
    border-radius: 8px;
    z-index: 4;
    max-width: 400px;
    margin: auto;
}

.ele_live_foot .live-status.info {
    color: #00bcd4;
}

.ele_live_foot .live-status.success {
    color: #4caf50;
    display: none;
}

.ele_live_foot .live-status.error {
    color: #e33b4b;
}

.ele_live_foot hr {
    border-color: rgb(255 255 255 / 20%);
}

.ele_live_foot_btns {
    margin: auto;
}

/* Profile */
.profile-header {
    position: relative;
    margin: -30px 0 20px;
}

.ele_cover_sec_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.ele_cover_sec_bg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ele_cover_bg_grad {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.1), var(--body-bg) 80%, var(--body-bg) 100%);
    backdrop-filter: blur(20px);
}

body.night-mode .ele_cover_bg_grad {
    background: linear-gradient(rgba(0, 0, 0, 0.1), var(--body-bg-color-dark) 80%, var(--body-bg-color-dark) 100%);
}

.profile-cover-wrapper {
    background: #424242;
    position: relative;
    height: 180px;
    overflow: hidden;
}

.profile-header.group .profile-cover-wrapper {
    height: auto;
    aspect-ratio: 2.2;
    border-radius: 12px 12px 0 0;
}

.profile-cover-wrapper img.js_position-cover-cropped {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.profile-cover-wrapper img.js_lightbox:hover {
    cursor: pointer
}

.profile-cover-wrapper img.js_position-cover-full {
    width: 100%;
    height: auto;
    cursor: move
}

.profile-header.group .profile-cover-wrapper img {
    border-radius: 12px 12px 0 0;
}

.profile-cover-buttons {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.7;
    transition: all .3s;
}

.profile-cover-wrapper:hover .profile-cover-buttons {
    opacity: 1;
}

.profile-cover-buttons>div {
    margin: 0 2px;
    text-align: center;
    transition: all .3s;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border-radius: 10px;
    height: 36px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    min-width: 36px;
    line-height: 36px;
    padding: 0 8px;
    font-weight: 500;
}

.profile-cover-buttons>div:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.profile-cover-buttons>div svg {
    width: 18px;
    height: 18px;
    margin: -3px 0 0;
}

.profile-cover-buttons form.x-uploader {
    position: relative;
    display: inline-block;
}

.profile-cover-buttons>div.profile-cover-position-buttons {
    display: none;
}

.profile-cover-change-loader,
.profile-avatar-change-loader {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5;
    background: #000;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.profile-avatar-change-loader {
    border-radius: 50%;
}

.profile-cover-position-loader {
    display: none;
    position: absolute;
    top: 20px;
    left: 50%;
    padding: 8px 16px;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    font-size: 14px;
    border-radius: 2em;
    transform: translate(-50%);
}

.profle-date-wrapper {
    background-color: white;
    min-width: 70px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    display: inline-block;
    left: 15px;
    bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    font-family: 'Gilroy', Roboto, sans-serif;
}

.profle-date-wrapper span {
    display: block;
    background: #E91E63;
    font-weight: 600;
    color: #fff;
    border-radius: 7.9px 7.9px 0 0;
    text-transform: uppercase;
    padding: 2px;
}

.profle-date-wrapper b {
    font-size: 35px;
    font-weight: bold;
    color: #222;
    padding: 7px 0;
    display: block;
    line-height: 1;
}


.profile-info-cont {
    border-radius: 0 0 12px 12px;
}

.profile-name-wrapper h3 {
    margin: 0;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 31px;
    font-weight: bold;
}

.profile-header.group .profile-name-wrapper h3 {
    margin: 0;
    font-size: 31px;
}

.profle-meta-wrapper>div:not(.row) {
    display: block;
    width: 100%;
    padding: 5px 5px 5px 30px;
    position: relative;
    color: black;
    font-size: 15px;
}

body.night-mode .profle-meta-wrapper>div,
body.night-mode .profle-meta-wrapper>div a {
    color: white;
}

.profle-meta-wrapper>div a {
    color: black;
}

.profle-meta-wrapper>div>svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.4;
    width: 21px;
    height: 21px;
}

.profle-meta-wrapper>div.social {
    margin: 0 -2px;
}

.profle-meta-wrapper>div.social .btn {
    line-height: 1;
    margin: 8px 2px;
}

.profle-meta-wrapper>div.social .btn svg {
    width: 22px;
    height: auto;
}

.profile-buttons-wrapper {
    flex: 0 0 auto;
}

.profile-buttons-wrapper .btn,
.ele_my_pages>div:not(.info) .btn {
    border: none;
    line-height: 40px;
    border-radius: 2em;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 5px;
    position: relative;
}

.profile-buttons-wrapper .btn.js_go-event {
    color: #28a745;
    background-color: rgb(40 167 69 / 20%);
}

.profile-buttons-wrapper .btn.js_interest-event {
    color: var(--main-btn);
    background: transparent;
}

.profile-buttons-wrapper .btn.js_interest-event:before {
    border-radius: 2em;
}

.profile-header.profile .profile-buttons-wrapper {
    right: 20px;
    top: 30px;
}

.profile-tabs-wrapper.content-tabs {
    border: 0;
    border-top: 1px solid #eee;
    margin-top: 15px;
}

.profile-tabs-wrapper.content-tabs>ul>li>a {
    padding: 0 13px;
    font-size: 13px;
    line-height: 36px;
    margin: 10px 4px 6px;
}

.profile-tabs-wrapper.content-tabs>ul>li>a svg {
    width: 18px;
    height: 18px;
    margin-top: -2px;
}

.profile-tabs-wrapper.content-tabs>ul>li.active>a {
    color: #607d8b;
}

.ele_user_profile_nav {}

.ele_user_profile_nav ul {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.ele_user_profile_nav li a {
    color: #666;
    font-size: 15px;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-weight: 600;
    letter-spacing: 0.2px;
}

body.night-mode .ele_user_profile_nav li a {
    color: #aaa;
}

.ele_user_profile_nav li a span {
    font-weight: normal;
    background: rgb(0 0 0 / 0.08);
    line-height: 1;
    padding: 2px 3px;
    min-width: 20px;
    border-radius: 3px;
    font-size: 13px;
    display: inline-block;
}

body.night-mode .ele_user_profile_nav li a span {
    background: rgb(255 255 255 / 10%);
}

.ele_user_profile_nav li .active {
    color: var(--main-btn);
}

.ele_user_profile_nav li .active:after {
    content: '';
    position: absolute;
    height: 3px;
    background-color: var(--main-btn);
    bottom: 0;
    right: 10px;
    left: 10px;
    border-radius: 3px 3px 0 0;
}


.profile-avatar-wrapper {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: relative;
}

.profile-avatar-wrapper.started {
    width: 180px;
    height: 180px;
}

.profile-avatar-wrapper img {
    border-radius: 50%;
    transition: all .5s;
    width: 100%;
    height: 100%;
}

.profile-avatar-wrapper img.js_lightbox:hover {
    cursor: pointer
}

.profile-header.group .profile-avatar-wrapper {
    width: 110px;
    height: 110px;
    margin: 0px auto -50px;
    background-color: #fff;
    padding: 7px;
    top: -70px;
}

body.night-mode .profile-header.group .profile-avatar-wrapper {
    background-color: #212121;
}

.profile-header.page .profile-avatar-wrapper {
    width: 105px;
    height: 105px;
    background-color: #fff;
    padding: 5px;
    margin: -45px 0 0;
    flex: 0 0 auto;
}

body.night-mode .profile-header.page .profile-avatar-wrapper {
    background-color: #212121;
}

body .ele_prof_cont_wide {
    max-width: 1326px;
}

.profile-header.profile .profile-avatar-wrapper {
    width: 130px;
    height: 130px;
    background-color: #fff;
    padding: 4px;
    margin: -70px 0 15px;
}

body.night-mode .profile-header.profile .profile-avatar-wrapper {
    background-color: #212121;
}

.profile-avatar-wrapper .dropdown {
    bottom: 3px;
    right: 3px;
}

.profile-avatar-wrapper .dropdown .toggle {
    min-width: 36px;
    padding: 0 3px 3px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border-radius: 50%;
    line-height: 33px;
}

.profile-cover-change form.x-uploader {
    display: block
}

.profile-avatar-change form.x-uploader {
    position: relative
}

.ele_event_map {
    border-radius: 12px 12px 0 0;
    background-color: rgb(0 0 0 / 3%);
}

.ele_event_info {
    display: block;
    background-color: rgb(0 0 0 / 6%);
    border-radius: 8px;
    padding: 12px 8px;
    text-align: center;
    color: #606060;
    font-size: 15px;
    margin: 12px 0;
}

body.night-mode .ele_event_info {
    background-color: rgb(255 255 255 / 8%);
    color: #b1b1b1;
}

.ele_event_info b {
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    color: #222;
}

body.night-mode .ele_event_info b {
    color: #d8d8d8;
}









.panel-mutual-friends li {
    width: 36px;
    height: 36px;
    margin-right: -8px;
    background-color: white;
    padding: 2px;
}

.panel-mutual-friends li .post-avatar-picture {
    min-width: auto;
}

.panel-photos div[class*=" col-"],
.panel-photos div[class^=col-],
.panel-videos div[class*=" col-"],
.panel-videos div[class^=col-] {
    padding: 2px;
}

.pg_photo {
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    min-width: 40px;
    min-height: 40px;
    border-radius: 6px;
}

.pg_photo.large {
    min-width: 100px;
    min-height: 100px;
}

.pg_photo-delete-btn {
    position: absolute;
    right: 5px;
    top: 5px;
}

.pg_photo-pin-btn {
    position: absolute;
    left: 5px;
    top: 5px;
    background: rgb(0 0 0 / 50%);
    padding: 3px 8px;
    border-radius: 16px;
    color: #eee;
}

.pg_photo-pin-btn.pinned {
    color: #ffeb3b;
}

.pg_video {
    position: relative;
    background: #eee;
    display: block;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 9px;
}

body.night-mode .pg_video {
    background: #3c3c3c;
}

.pg_video video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pg_video .play-button {
    color: #363636;
}

.pg_video .play-button svg {
    width: 58px;
}

/* Send Gift */
.btn_send_gift {
    background-color: #ffd5e4;
    color: #e91e63;
    border-radius: 12px;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    padding: 20px 10px;
}

.btn_send_gift img {
    display: block;
    margin: -210px auto 0;
    width: 300px;
    pointer-events: none;
}

/* Album */
.album-card {
    box-shadow: 0 0 0 1px #e5e5e5;
    border-radius: 9px;
    margin-top: 20px;
}

body.night-mode .album-card {
    box-shadow: 0 0 0 1px #3c3c3c;
}

.album-cover {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    overflow: hidden;
    min-width: 40px;
    min-height: 40px;
    border-radius: 9px 9px 0 0;
}

body.night-mode .album-cover {
    background-color: #3c3c3c;
}

.album-details {
    padding: 10px;
    font-size: 13px;
}

.album-details a {
    font-size: 15px;
}

.album-title {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin: 15px 0 5px;
    font-family: 'Gilroy', Roboto, sans-serif;
}

.album-meta {
    text-align: center;
    margin: -5px 0 20px;
}

/* Admin */
@media (max-width: 767px) {
    .admin-sidebar {
        background: #fff;
        border-radius: 16px;
    }

    body.night-mode .admin-sidebar {
        background: #212121;
    }
}

.admin-chart {
    min-width: 100%;
    height: 400px;
    margin: 0 auto;
    border: 1px solid #e6ecf5
}

body.night-mode .admin-chart {
    border-color: #424242
}

.table-img-thumbnail {
    max-width: 100px
}

.change-log-list {
    margin-left: 30px
}

.change-log-list>li {
    margin-left: 30px;
    list-style-type: disc
}

/* auto-connect-nodes */
.add-auto-connect-node {
    background: #f7f7f7;
    margin: 10px 0;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.add-auto-connect-node :hover {
    background: #f3f3f3;
}

body.night-mode .add-auto-connect-node {
    background: #333;
    border-color: #555;
}

body.night-mode .add-auto-connect-node :hover {
    background: #212121;
}

.auto-connect-node {
    margin: 10px 0;
    padding: 20px 30px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}

body.night-mode .auto-connect-node {
    border-color: #555;
}

/* Market */
.product {
    position: relative;
    box-shadow: none;
}

.product.boosted {
    box-shadow: inset 0 0px 0px 1px #ffa412;
}

.product-image img {
    border-radius: 12px 12px 0 0;
    object-fit: cover;
    aspect-ratio: 1;
}

.product-info h2 {
    margin: 0;
    font-size: 16px;
}

.product-info .price {
    margin: 5px 0 0;
    display: block;
    max-width: 80%;
    color: var(--main-link);
    font-weight: 500;
}

body.night-mode .product-info .price {
    color: #aaaaaa;
}

.product-info .btn {
    min-width: 36px;
    line-height: 36px;
    padding: 0 5px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 0 0 7px var(--body-bg);
    right: -7px;
    bottom: -7px;
}

body.night-mode .product-info .btn {
    box-shadow: 0 0 0 7px var(--body-bg-color-dark);
    background-color: #333;
}

.product-info .btn.btn-success {
    color: #4CAF50;
}

.product-info .btn.btn-info {
    color: #2196F3;
}

.ele_products_tab {
    background: rgb(0 0 0 / 7%);
}

/* invoice */
.invoice-title h2,
.invoice-title h3 {
    display: inline-block;
}

.table-invoice>tbody>tr>.no-line {
    border-top: none;
}

.table-invoice>thead>tr>.no-line {
    border-bottom: none;
}

.table-invoice>tbody>tr>.thick-line {
    border-top: 2px solid;
}

/* Movies */
.movie-picture {
    padding-bottom: 145%;
}

.movie-picture img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    transition: all 0.3s ease 0.1s;
    background-color: rgb(0 0 0 / 9%);
}

.movie-card-top:hover .movie-picture img {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 10%) 0px 4px 6px -4px;
    transform: translateY(-5px);
}

.movie-title {
    font-size: 16px;
    margin: 10px 0px 3px;
    line-height: normal;
}

.movie-tags {
    opacity: 0.7;
}

.ele_watch_movie {
    margin: -30px 0 0;
    height: calc(100vh - 56px);
    height: calc(var(--vh, 1vh) * 100 - 56px);
    transition: background-color 0.2s ease-in-out;
}

.ele_watch_movie_cont {
    margin: auto;
    padding: 0 90px;
}

.movie_poster {
    width: 40%;
    top: 0;
    right: 0;
    bottom: 0;
}

.movie_poster img {
    background-color: rgb(0 0 0 / 9%);
    object-fit: cover;
}

.movie_poster_shadow {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, var(--body-bg), transparent);
    backdrop-filter: blur(1px);
}

body.night-mode .movie_poster_shadow {
    background: linear-gradient(90deg, var(--body-bg-color-dark), transparent);
}

.ele_movie_scroll {
    overflow-y: auto;
    max-height: 100%;
}

.ele_movie_details {
    min-height: 100%;
}

.ele_movie_details:after,
.ele_movie_details:before {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    content: '';
    display: block;
    height: 90px;
}

.ele_wm_hdr {
    color: inherit;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.ele_wm_hdr a,
.ele_wm_details li span:last-child a {
    color: inherit;
}

.ele_wm_title {
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 54px;
    color: inherit;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgb(0 0 0 / 20%);
}

.ele_wm_about {
    font-size: 16px;
    color: inherit;
    opacity: 0.8;
    transition: all 0.15s;
    margin: 0;
}

.ele_wm_details {
    margin: 10px 0 0;
}

.ele_wm_details li {
    display: table-row;
}

.ele_wm_details li span {
    display: table-cell;
    vertical-align: top;
}

.ele_wm_details li span:first-child {
    color: inherit;
    opacity: 0.7;
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 20px 0 0;
    white-space: nowrap;
}

.ele_wm_details li span:last-child {
    color: inherit;
    opacity: 0.9;
    padding-top: 7px;
}

.ele_wm_play {
    min-width: 150px;
    color: white;
    background-color: #009688;
}

.ele_watch_movie.ab-dark .ele_wm_play {
    background-color: white;
}

.ele_watch_movie.ab-light .ele_wm_play {
    background-color: black;
}

.ele_wm_box.modal {
    padding: 0 !important;
    transition: none;
    display: block;
    visibility: hidden;
    opacity: 0;
}

.ele_wm_box.modal.show {
    visibility: visible;
    opacity: 1;
}

.ele_wm_box.modal .modal-dialog {
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    transform: scale(1);
    margin: 0;
}

.ele_wm_box.modal .modal-content {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    background-color: black;
    height: 100%;
    width: 100%;
}

.btn_goback_movie {
    top: 25px;
    left: 25px;
    z-index: 99;
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
}

.btn_goback_movie:hover {
    color: white;
}

.watch_player_movie .plyr,
.watch_player_movie iframe {
    max-width: 100%;
    display: block;
    height: 100% !important;
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    margin: auto;
    vertical-align: middle;
    position: relative;
    padding: 0;
}

.watch_player_movie .plyr video {
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
}

.watch_player_movie iframe {
    width: 100%;
    max-width: 100vw;
}

/* Noty Notifications */
.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
    background-color: rgba(51, 103, 214, .8) !important;
    border-bottom: 1px solid #3367d6 !important
}

.noty_bar {
    margin-bottom: 5px !important
}

.noty_body {
    color: #fff !important;
    padding: 5px !important
}

.noty_body .data-content,
.noty_close_button {
    color: #fff !important
}

/* Reels */
.reels-wrapper {
    position: fixed;
    top: 56px;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    z-index: 1;
}

.reels-loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: #000;
    border-radius: 10px;
    padding: 10px 16px;
    z-index: 2;
}

.reel-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 56px;
    padding-bottom: 0;
    background: #000;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.reel-container.swipe-up {
    transform: translateY(-100%);
    transition: transform 0.3s ease-out;
}

.reel-container.swipe-down {
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

.reel-container.hidden {
    opacity: 0;
    visibility: hidden;
}

.reel-video-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    transition: all 0.2s;
    user-select: none;
    color: #fff;
}

@media (min-width: 768px) {
    .reel-container.comments-shown .reel-video-wrapper {
        width: calc(100% - 420px);
    }
}

.reel-next-btn,
.reel-prev-btn {
    display: none;
    position: absolute;
    bottom: 40px;
    right: 20px;
    opacity: 0.7;
}

.reel-prev-btn {
    bottom: 100px;
}

.reel-next-btn:hover,
.reel-prev-btn:hover {
    opacity: 1;
    cursor: pointer;
}

@media (min-width: 768px) {

    .reel-next-btn,
    .reel-prev-btn {
        display: block;
    }
}

.reel-video-wrapper .reel-video-container {
    position: relative;
    width: 100%;
    max-width: 459px;
    display: block !important;
    margin: auto;
    height: 100%;
}

.reel-video-wrapper .reel-video-container .plyr--video {
    height: calc(100dvh - 56px);
}

.reel-video-wrapper .reel-video-container .plyr__controls {
    top: 0;
    right: 0;
    left: auto;
    bottom: 100%;
    background: transparent;
}

.reel-video-wrapper .reel-video-container .video-caption-overlay {
    position: absolute;
    top: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
}

.reel-video-wrapper .reel-video-container .video-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 90px;
    padding: 20px 10px;
    color: #fff;
}

@media (min-width: 768px) {
    .reel-video-wrapper .reel-video-container .video-caption {
        right: 0;
        background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    }
}

.reel-video-wrapper .reel-video-container .video-controlls {
    position: absolute;
    bottom: 20px;
    right: -80px;
}

@media screen and (max-width: 768px) {
    .reel-video-wrapper .reel-video-container .video-controlls {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
}

.reel-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

.reel-actions .post-avatar {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    padding-right: 0;
}

.reel-actions .post-avatar .post-avatar-picture {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
}

.reel-actions .action-btn {
    background: #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 4px;
    transition: all 0.1s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reel-actions .action-btn:hover {
    background: #555;
    cursor: pointer;
}

.reel-actions .reaction-btn .reaction-btn-icon .far {
    font-size: 0;
    width: 24px;
    height: 24px;
    line-height: 1;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.86 8.08997C19.86 8.50997 19.83 8.91997 19.78 9.30997C19.32 9.10997 18.82 8.99997 18.29 8.99997C17.07 8.99997 15.99 9.58996 15.32 10.49C14.64 9.58996 13.56 8.99997 12.34 8.99997C10.29 8.99997 8.63 10.67 8.63 12.74C8.63 15.42 10.05 17.47 11.63 18.86C11.58 18.89 11.53 18.9 11.48 18.92C11.18 19.03 10.68 19.03 10.38 18.92C7.79 18.03 2 14.35 2 8.08997C2 5.32997 4.21999 3.09998 6.95999 3.09998C8.58999 3.09998 10.03 3.87997 10.93 5.08997C11.84 3.87997 13.28 3.09998 14.9 3.09998C17.64 3.09998 19.86 5.32997 19.86 8.08997Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M22 12.74C22 17.42 17.67 20.18 15.73 20.84C15.5 20.92 15.13 20.92 14.9 20.84C14.07 20.56 12.8 19.89 11.63 18.86C10.05 17.47 8.63 15.42 8.63 12.74C8.63 10.67 10.29 9 12.34 9C13.56 9 14.64 9.58999 15.32 10.49C15.99 9.58999 17.07 9 18.29 9C18.82 9 19.32 9.11 19.78 9.31C21.09 9.89 22 11.2 22 12.74Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.reel-action-btn span {
    display: block;
    font-size: 13px;
    margin-top: 5px;
}

.reel-comments-wrapper {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #fff;
}

body.night-mode .reel-comments-wrapper {
    background: var(--body-bg-color-dark);
}

.reel-comments-wrapper .lightbox-post {
    height: calc(100% - 45px);
}

@media (min-width: 768px) {
    .reel-comments-wrapper {
        width: 420px;
    }
}

.reel-container.comments-shown .reel-comments-wrapper {
    display: block;
}

.reel-lightbox.comments-shown .reel-comments-wrapper {
    display: block;
}

.reels-box-wrapper {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 12px 12px;
    gap: 12px;
}

.reel-box {
    background-color: #000;
    position: relative;
    display: block;
    border-radius: 7px;
    width: calc(100% / 3 - 5%);
    overflow: hidden;
    flex: 0 0 auto;
}

.reel-box .plyr {
    min-width: auto;
}

.reel-box video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 400px;
    border-radius: 7px;
}

.reel-box .views {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    text-shadow: 1px 1px #000000;
    z-index: 2;
}

/* Translator */
.translator-language {
    display: block;
    font-size: 15px;
    line-height: 100%;
    padding: 15px;
    margin-bottom: 5px;
    border: 1px solid #eee;
    border-radius: 1px
}

.translator-language:hover {
    background: #f3f3f3;
    cursor: pointer
}

/* Big Icon */
.big-icon {
    width: 80px;
    height: 80px;
    border: 4px solid rgb(0 0 0 / 10%);
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
}

.big-icon.success {
    border-color: rgb(76 175 80 / 20%);
    color: #4caf50;
}

.big-icon.error {
    border-color: rgb(255 7 0 / 20%);
    color: #ef524e;
}

.big-icon.warning {
    border-color: rgb(255 153 0 / 20%);
    color: #ff9800;
}

/* Loader */
.x-loader {
    text-align: center
}

.loader {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0
}

.loader:after {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-animation: rotate .6s linear infinite;
    animation: rotate .6s linear infinite;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border-top: 1px solid #545a6a;
    border-bottom: 1px solid #d4d4db;
    border-left: 1px solid #545a6a;
    border-right: 1px solid #d4d4db;
    content: '';
    opacity: .5
}

.loader.loader_large:after {
    width: 40px;
    height: 40px
}

.loader.loader_medium:after {
    width: 25px;
    height: 25px
}

.loader.loader_small:after {
    width: 10px;
    height: 10px
}

.loader.loader_green:after {
    opacity: 1;
    border-top: 1px solid #42a26e;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #42a26e;
    border-right: 1px solid #fff
}

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

    100% {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -o-transform: rotateZ(0)
    }
}

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

    100% {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -o-transform: rotateZ(0)
    }
}

/* Post Loader */
.skel {
    background: rgba(0, 0, 0, 0.05);
}

.ele_post_skel {
    padding: 15px;
}

.ele_post_skel .skel_avatar {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 13px;
    border-radius: 50%;
}

.ele_post_skel .skel_noti_name {
    width: 150px;
    height: 15px;
    margin-bottom: 8px;
    border-radius: 2em;
}

.ele_post_skel .skel_noti_time {
    height: 10px;
    width: 90px;
    border-radius: 2em;
}

.ele_post_skel .ele_post_skel_foot {
    justify-content: space-between;
    padding-top: 170px;
    margin: 0 -10px;
}

.ele_post_skel .skel_action {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px;
}

/* ON/OFF Toggle */
.switch {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 30px;
    margin: 0;
}

.switch.sm {
    width: 34px;
    height: 20px;
}

.switch input {
    display: none
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e9e9e9;
    transition: .3s all ease-in-out;
}

body.night-mode .switch .slider {
    background-color: #474747;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 0px;
    bottom: 2px;
    background-color: #fff;
    transition: .3s all ease-in-out;
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
    box-shadow: 0 0 4px rgb(0 0 0 / 0.15);
}

.switch.sm .slider:before {
    height: 16px;
    width: 16px;
}

.switch input:checked+.slider {
    background-color: #34C759
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(23px);
    transform: translateX(23px)
}

.switch.sm input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    transform: translateX(16px)
}

.switch .slider.round {
    border-radius: 34px
}

.switch .slider.round:before {
    border-radius: 50%
}

/* Radio/Checkbox */
.button-label {
    display: inline-block;
    padding: 1em 2em;
    margin: .5em;
    cursor: pointer;
    color: #6c6c6c;
    border-radius: 6px;
    transition: .3s;
    box-shadow: 0 0 0 1px #e6e6e6;
    min-width: 115px
}

.button-label.small {
    min-width: 98px;
}

body.night-mode .button-label {
    box-shadow: 0 0 0 1px #424242
}

.button-label-image {
    display: block;
    padding: 5px;
    margin: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    cursor: pointer;
    transition: .3s;
    border-radius: 2px
}

.button-label .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    border-radius: 50%;
    transition: all .2s;
    opacity: .75;
    filter: grayscale(1)
}

body.night-mode .button-label .icon {
    background: #474747;
}

.button-label.small .icon {
    width: 30px;
    height: 30px;
}

.button-label .icon img {
    width: 32px;
    height: 32px
}

.button-label-image img {
    width: 100%;
    height: 100%;
    border-radius: 2px
}

.button-label .title {
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
    text-transform: capitalize;
    text-align: center
}

.button-label-image:hover,
.button-label:hover {
    box-shadow: 0 0 0 2px rgba(51, 103, 214, .65)
}

.input-label:checked+.button-label,
.input-label:checked+.button-label-image {
    box-shadow: 0 0 0 2px rgba(51, 103, 214, .65)
}

.input-label:checked+.button-label .icon {
    filter: grayscale(0);
    opacity: 1
}

/* Events List */
.ele_side_events .ui-box .img,
.ele_events_list .img {
    padding-top: 43.7%;
}

.ele_events_list .img img {
    border-radius: 12px;
}

.ele_events_list_mid {
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(320deg, rgb(0 0 0 / 45%), transparent);
    border-radius: 0 0 12px 12px;
}

.ele_events_list_mid .profle-date-wrapper {
    min-width: 55px;
}

.ele_events_list_mid .profle-date-wrapper span {
    font-size: 14px;
}

.ele_events_list_mid .profle-date-wrapper b {
    font-size: 30px;
    padding: 7px 0 0;
}

.ele_events_list_btns {
    margin: 10px;
}

.ele_events_list_btns .btn.js_uninterest-event {
    background-color: #7eda82;
}

body.night-mode .ele_events_list_btns .btn.js_uninterest-event {
    background-color: #43a047;
}

.ele_events_list_info h2 {
    font-size: 20px;
    margin: 0 0 1px;
}

.ele_events_list_info h2 a {
    color: var(--body-color);
}

body.night-mode .ele_events_list_info h2 a {
    color: var(--body-color-dark);
}

.ele_events_list_info p {
    font-size: 15px;
    color: var(--gray);
}

/* Create States */
.ele_create_state {
    color: var(--body-color);
    border-radius: 12px;
    border: 2px dashed #d3d3d3;
    font-weight: 500;
    font-size: 16px;
    background-color: rgb(255 255 255 / 40%);
    transition: all 0.15s ease-in-out;
}

body.night-mode .ele_create_state {
    color: var(--body-color-dark);
    border-color: #454545;
    background-color: rgb(0 0 0 / 40%);
}

.ele_create_state:hover {
    background-color: rgb(255 255 255 / 60%);
    color: var(--main-link);
}

body.night-mode .ele_create_state:hover {
    background-color: rgb(0 0 0 / 60%);
    color: var(--main-link);
}

/* Jobs */
.ele_jobs_header {
    margin: -20px;
    gap: 20px;
}

.ele_jobs_header>.btn,
.ele_jobs_header>.dropdown>.btn {
    border: 2px solid #e8e8e8;
    line-height: 46px;
    color: var(--main-btn);
    flex: 0 0 auto;
}

body.night-mode .ele_jobs_header>.btn,
body.night-mode .ele_jobs_header>.dropdown>.btn,
body.night-mode .ele_jobs_search input {
    border-color: #4c4c4c;
    color: #d4d4d4;
}

.ele_jobs_header.flex-3-wide>.dropdown,
.ele_jobs_header.flex-3-wide>.btn {
    flex: 1 1 auto;
}

.ele_jobs_header.flex-3-wide>.dropdown>.btn {
    width: 100%;
}

.ele_jobs_search input {
    box-shadow: none;
    border: 2px solid #e8e8e8;
    border-right: 0px;
    border-radius: 2em 0 0 2em;
    padding: 10px 20px;
    height: 50px;
    font-weight: 500;
    background: transparent;
}

.ele_jobs_search input:focus {
    border-color: #263E56;
}

.ele_jobs_search .btn {
    line-height: 50px;
    border-radius: 0 2em 2em 0;
    flex: 0 0 auto;
    min-width: 180px;
    color: #ffffff;
    background: #263E56;
}

body.night-mode .ele_jobs_search .btn {
    background: #4c4c4c;
}

.ele_jobs_nav li {
    padding: 5px 2px;
}

.ele_jobs_nav li a {
    background-color: rgb(0 0 0 / 6%);
    border-radius: 2em;
    line-height: 33px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 500;
}

body.night-mode .ele_jobs_nav li:not(.active) a {
    background-color: rgb(255 255 255 / 8%);
}

.ele_jobs_nav li.active a {
    background-color: transparent;
}

.ele_jobs_nav li.active a:before {
    border-radius: 2em;
}

.ele_job .avatar {
    width: 120px;
    border-radius: 10px;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.ele_job .job_type {
    color: #4CAF50;
    background-color: #E8F5E9;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    padding: 0 10px;
    border-radius: 5px;
}

body.night-mode .ele_job .job_type {
    background-color: #374038;
}

.ele_job p {
    min-height: 62px;
    overflow: hidden;
    max-height: 62px;
}

/* Offers */
.ele_offer .avatar {
    aspect-ratio: 16/9;
}

.ele_offer h4 {
    font-size: 18px;
}

.ele_offer p {
    min-height: 42px;
    max-height: 42px;
}

/* Pro Plans */
.ele_pro_page {
    background-image: url("../images/pricing.svg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.ele_pro_head {
    max-width: 640px;
    font-family: 'Gilroy', Roboto, sans-serif;
}

.ele_pro_head p {
    color: #6e7781;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
}

.ele_pro_head .badge {
    background-color: rgb(0 0 0 / 20%);
    padding: 0 5px;
    border-radius: 2px;
    vertical-align: middle;
    line-height: 19px;
    font-weight: bold;
    letter-spacing: 1px;
    color: black;
}

.ele_pro_head h2 {
    font-size: 37px;
    letter-spacing: -1.3px;
    margin-top: 9px;
    font-weight: 600;
}

.ele_pro_plan {
    padding: 30px;
}

.ele_pro_plan:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    background-color: currentColor;
    opacity: 0.2;
    transition: all 0.15s ease-in-out;
}

.ele_pro_plan:hover:before {
    box-shadow: 0 0 0 10px currentColor;
}

.ele_pro_plan_head,
.ele_pro_plan_price {
    font-family: 'Gilroy', Roboto, sans-serif;
    margin-bottom: 24px;
}

.ele_pro_plan_head h3 {
    margin: 0;
    color: #181818;
    font-size: 33px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: -0.03em;
}

body.night-mode .ele_pro_plan_head h3 {
    color: #eeeeee;
}

.ele_pro_plan_head h3 span {
    width: 40px;
    height: 40px;
}

.ele_pro_plan_head h3 span img {
    width: 20px;
    height: 20px;
}

.ele_pro_plan_head p {
    color: #4c4c4c;
    font-size: 17px;
    letter-spacing: -0.1px;
    font-family: var(--body-font-family);
}

body.night-mode .ele_pro_plan_head p {
    color: #bebebe;
}

.ele_pro_plan_price h3 {
    margin: 0;
    color: #181818;
    font-size: 63px;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 600;
}

body.night-mode .ele_pro_plan_price h3 {
    color: #dddddd;
}

.ele_pro_plan_price span,
.ele_pro_plan_info {
    color: #4c4c4c;
    letter-spacing: -0.1px;
    font-family: var(--body-font-family);
}

body.night-mode .ele_pro_plan_price span,
body.night-mode .ele_pro_plan_info {
    color: #b5b5b5;
}

.ele_pro_plan_info {
    font-size: 15px;
}

.ele_pro_plan_info.small {
    font-size: 13px;
}

.ele_pro_plan_foot .btn {
    padding: 16px 32px;
    border: 2px solid #181818;
    background-color: #181818;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    letter-spacing: 3px;
}

.ele_pro_plan_foot .btn:hover {
    background-color: transparent;
    color: #181818 !important;
}

body.night-mode .ele_pro_plan_foot .btn:hover {
    color: #ffffff !important;
    border-color: #fff;
}

.ele_pro_plan>svg {
    right: 0;
    bottom: 0;
    opacity: 0.05;
    transform: scaleX(-1);
    height: 90%;
    width: 125px;
    pointer-events: none;
}

.prosuccess-wrapper {
    min-height: calc(100vh - 56px);
    min-height: calc(var(--vh, 1vh) * 100 - 56px);
}

/* People */
.ele_people_range span {
    flex: 0 0 auto;
}

.ele_people_range span input {
    width: 40px;
}

/* Settings */
.ele_sett_side .side-nav ul a {
    padding: 7px 32px;
    font-size: 13px;
}

.ele_affs_page .ele_page_title {
    font-size: 20px;
}

.ele_affs_page h3 {
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 32px;
    letter-spacing: -0.5px;
    font-weight: 600;
    line-height: normal;
}

.ele_affs_page h4 {
    font-size: 18px;
    opacity: 0.7;
    font-weight: normal;
    line-height: normal;
}

.ele_sett_point {
    border-radius: 10px;
    font-size: 15px;
}

.ele_sett_point .stat {
    color: var(--main-btn);
    margin: 0 auto 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.ele_sett_point .stat:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0.15;
}

.ele_sett_point .stat span {
    width: 26px;
    height: 26px;
    line-height: 26px;
    bottom: -10px;
    right: -10px;
    box-shadow: 0 0 0 2px white;
    font-size: 13px;
}

body.night-mode .ele_sett_point .stat span {
    box-shadow: 0 0 0 2px #212121;
}

/*Start Page*/
.ele_start_page {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
}

/*Wallet*/
.ele_wallet_balance h5 {
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 64px;
}

.ele_wallet_balance .btn {
    color: #2196f3;
    line-height: normal;
    background-color: rgb(33 150 243 / 10%);
    border-radius: 10px;
    padding: 16px;
    flex: 0 0 auto;
    min-width: 150px;
}

.ele_wallet_balance .btn svg {
    width: 40px;
    height: 40px;
}

.ele_wallet_opts svg {
    width: 23px;
    height: 23px;
    margin-top: -3px;
}

/*Address*/
.ele_address_foot {
    gap: 15px;
}

.ele_address_foot .btn-primary {
    flex: 1 1 auto;
}

.ele_address_foot .btn-secondary {
    flex: 0 0 auto;
    padding: 0 0;
    min-width: 40px;
}

.ele_address_foot .btn-secondary svg {
    margin-left: 0;
    margin-right: 0;
}

/*Modal*/
.modal-content {
    border: 0;
    border-radius: 1.8rem;
    box-shadow: 0px 4px 8px 3px rgb(0 0 0 / 15%), 0px 1px 3px rgb(0 0 0 / 30%);
}

.modal-content:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: var(--main-btn);
    border-radius: 1.8rem;
    opacity: 0.03;
}

.modal-content .modal-header,
.modal-content .modal-body,
.modal-content .modal-footer {
    position: relative;
    z-index: 1;
}

.modal-header {
    padding: 1.5rem 1.5rem 1rem;
    border: 0;
}

.modal-title {
    line-height: 1.3;
    font-size: 1.5rem;
}

.modal-title i,
.modal-title .svg-container {
    display: none;
}

.modal-title .nav-tabs {
    border: 0;
    gap: 5px;
}

.modal-title .nav-tabs .nav-link {
    margin: 0;
    border-radius: 2em;
    border: 0;
    font-size: 15px;
    padding: 0 7px;
    line-height: 33px;
    height: 32px;
    min-width: 32px;
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.modal-title .nav-tabs .nav-link.big {
    min-width: 60px;
}

.modal-title .nav-tabs .nav-link:hover,
.modal-title .nav-tabs .nav-link.active {
    background: var(--main-btn);
    color: var(--main-color);
}

.modal-body {
    padding: 2px 1.5rem 1.5rem;
    /*overflow-y: auto;max-height: calc(100vh - 200px);max-height: calc(var(--vh, 1vh) * 100 - 200px);*/
}

.modal-footer {
    padding: 0 1.5rem 1.5rem;
    border: 0;
    gap: 6px;
}

.modal-footer .btn {
    margin: 0;
}

/*Paid Post*/
.post-tips {
    gap: 10px;
    padding: 0px 15px 15px;
    flex-wrap: wrap;
}

.post-tips .btn {
    flex: 1;
}

.ele_paid_post {
    color: var(--main-btn);
    text-align: center;
}

.post .post-header+.ptb20>.ele_paid_post {
    margin: -15px -5px -5px;
}

.ele_paid_post:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--main-btn);
    border-radius: 12px;
    opacity: 0.07;
}

.ele_paid_post svg {
    width: 60px;
    height: auto;
    margin: 0 0 15px;
    opacity: 0.4;
}

.ele_paid_post h5 {
    font-size: 16px;
    margin: 0;
}

.ele_paid_post p {
    margin: 5px 0 0;
    font-size: 15px;
}

.form-table-row.disabled {
    cursor: default;
    opacity: 0.4;
}

.ele_pub_paid_post {
    padding: 10px 13px;
    margin-bottom: 12px;
}

.ele_pub_paid_post .set_desc {
    flex: 1 1 auto;
}

.ele_pub_paid_post .set_desc textarea {
    background: transparent;
    height: 51px;
    border: 0;
    resize: none;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
}

.ele_pub_paid_post .set_price {
    flex: 0 0 auto;
}

.ele_pub_paid_post label {
    display: block;
    font-weight: 500;
}

.ele_pub_paid_post .set_price input {
    border: 0;
    padding: 0;
    background: transparent;
    max-width: 100px;
    font-size: 34px;
}

.ele_pub_paid_post .set_price input::placeholder {
    opacity: 0.5
}

body.night-mode .ele_pub_paid_post .set_price input {
    color: #ddd;
}

/*Star Rating*/
.star-rating {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    font-size: 25px;
    color: #cfcfcf;
    gap: 5px;
}

body.night-mode .star-rating {
    color: #4d4d4d;
}

.star-rating input {
    display: none;
}

.star-rating label {
    cursor: pointer;
}

.star-rating>label:hover i {
    color: #faa500;
}

.star-rating>label:hover~label i {
    color: #faa500;
}

.star-rating>input:checked~label i {
    color: #faa500;
}

/*Review Stars*/
.tag_page_rate {
    background: rgb(0 0 0 / 3%);
    border-radius: 12px;
    gap: 1rem;
}

body.night-mode .tag_page_rate {
    background: rgb(255 255 255 / 6%);
}

.tag_page_rate p {
    font-size: 15px;
}

.tag_page_rating {
    gap: 12px;
}

.tag_page_rating h5 {
    margin: 0;
    font-size: 1.9rem;
}

.tag_page_rate small {
    opacity: 0.6;
    font-size: 85%;
}

.review-stars {
    font-size: 20px;
    color: #cfcfcf;
    gap: 5px;
}

body.night-mode .review-stars {
    color: #4d4d4d;
}

.review-stars.small {
    font-size: 14px;
}

.review-stars i.checked {
    color: #faa500;
}

.tag_review_body {
    padding: 25px 2px 15px;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.review_row .col-md-12:first-child .tag_review_body {
    border: 0;
}

.tag_review_body .post-meta {
    min-width: 0;
}

.review-review {
    font-size: 14px;
}

.review-photos {
    gap: 7px;
    overflow-x: auto;
}

.review-photos span {
    width: 80px;
    flex: 0 0 auto;
}

.review-photos img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 10px;
    object-fit: cover;
}

.review-reply .post-avatar-picture {
    width: 39px;
    min-width: 39px;
    height: 39px;
}

.review-reply .post-meta>.title {
    line-height: normal;
}

/*Status*/
#zuck-modal-content .story-viewer .head {
    background: linear-gradient(rgb(0 0 0 / 40%), transparent);
    top: 0 !important;
}

#zuck-modal-content .story-viewer .slides .item>.media {
    max-width: 100%;
    object-fit: contain;
}

#zuck-modal-content .story-viewer .head .right .close {
    color: #fff;
    text-shadow: none;
    font-weight: normal;
    margin: 0 10px;
}

/* -- */
.toast-container:empty {
    display: none;
}

/* bottom-bar */
.bottom-bar {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1051;
}

.logged-as-container {
    background: #262626;
    padding: 20px;
    border-radius: 16px;
    color: #fff;
}

.logged-as-container a {
    color: #fff;
}

/*Profile Search bar*/
.el_prof_search_bar {
    gap: 10px;
}

.el_prof_search_bar .form-control {
    border-radius: 2em !important;
    height: 40px;
}

/* PWA INSTALL PROMPT */
/* ------------------------------- */

.pwa_install_banner {
    display: none;
}

.pwa_install_banner {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    background: #ffffff;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

body.night-mode .pwa_install_banner {
    background: #000;
}

.pwa_install_banner .inner {
    display: flex;
    align-items: center;
}

.pwa_install_banner .inner .close {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.pwa_install_banner .inner .close img {
    width: 32px;
    height: 32px;
}

.pwa_install_banner .inner .logo {
    width: 48px;
}

.pwa_install_banner .inner .logo img {
    width: 42px;
    border-radius: 2px;
}

.pwa_install_banner .inner .name {
    padding-left: 10px;
}

.pwa_install_banner .inner .name span {
    display: block;
}

.pwa_install_banner .inner .name span.title {
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 600;
}

.pwa_install_banner .inner .cta {
    margin-left: auto;
}

.pwa_install_banner.is-active {
    display: block;
}

/* -- */


/* MERITS */
/* ------------------------------- */

.merits-box-wrapper.slick-slider {
    padding: 0 0 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.merits-box-wrapper .slick-prev,
.merits-box-wrapper .slick-next {
    left: auto;
    right: auto;
    position: relative;
    top: auto;
    transform: none;
}

.merits-box-wrapper .slick-prev:before,
.merits-box-wrapper .slick-next:before {
    color: var(--main-link);
}

.merits-box-wrapper.slick-slider .slick-list {
    padding: 0 !important;
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent 100%);
}

.merit-box {
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.merit-box img {
    display: inline-block !important;
}

.merit-box .name {
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
}


/* Extras */
.lh-1 {
    line-height: 1 !important;
}

.ml0 {
    margin-left: 0 !important
}

.mr0 {
    margin-right: 0 !important
}

.mlr0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mt0 {
    margin-top: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.mtb0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.ml5 {
    margin-left: 5px !important
}

.mr5 {
    margin-right: 5px !important
}

.mlr5 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.mt5 {
    margin-top: 5px !important
}

.mb5 {
    margin-bottom: 5px !important
}

.mtb5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.ml10 {
    margin-left: 10px !important
}

.mr10 {
    margin-right: 10px !important
}

.mlr10 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.mt10 {
    margin-top: 10px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mtb10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.ml15 {
    margin-left: 15px !important
}

.mr15 {
    margin-right: 15px !important
}

.mlr15 {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.mt15 {
    margin-top: 15px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.mtb15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.ml20 {
    margin-left: 20px !important
}

.mr20 {
    margin-right: 20px !important
}

.mlr20 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.mt20 {
    margin-top: 20px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mtb20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.ml25 {
    margin-left: 25px !important
}

.mr25 {
    margin-right: 25px !important
}

.mlr25 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.mt25 {
    margin-top: 25px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.mtb25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.ml30 {
    margin-left: 30px !important
}

.mr30 {
    margin-right: 30px !important
}

.mlr30 {
    margin-left: 30px !important;
    margin-right: 30px !important
}

.mt30 {
    margin-top: 30px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mtb30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.pl0 {
    padding-left: 0 !important
}

.pr0 {
    padding-right: 0 !important
}

.plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.pt0 {
    padding-top: 0 !important
}

.pb0 {
    padding-bottom: 0 !important
}

.ptb0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.pl5 {
    padding-left: 5px !important
}

.pr5 {
    padding-right: 5px !important
}

.plr5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.pt5 {
    padding-top: 5px !important
}

.pb5 {
    padding-bottom: 5px !important
}

.ptb5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.pl10 {
    padding-left: 10px !important
}

.pr10 {
    padding-right: 10px !important
}

.plr10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.pt10 {
    padding-top: 10px !important
}

.pb10 {
    padding-bottom: 10px !important
}

.ptb10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.pl15 {
    padding-left: 15px !important
}

.pr15 {
    padding-right: 15px !important
}

.plr15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.pt15 {
    padding-top: 15px !important
}

.pb15 {
    padding-bottom: 15px !important
}

.ptb15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.pl20 {
    padding-left: 20px !important
}

.pr20 {
    padding-right: 20px !important
}

.plr20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.pt20 {
    padding-top: 20px !important
}

.pb20 {
    padding-bottom: 20px !important
}

.ptb20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.pl25 {
    padding-left: 25px !important
}

.pr25 {
    padding-right: 25px !important
}

.plr25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.pt25 {
    padding-top: 25px !important
}

.pb25 {
    padding-bottom: 25px !important
}

.ptb25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.pl30 {
    padding-left: 30px !important
}

.pr30 {
    padding-right: 30px !important
}

.plr30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.pt30 {
    padding-top: 30px !important
}

.pb30 {
    padding-bottom: 30px !important
}

.ptb30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.text-link {
    color: var(--main-link)
}

.text-link:hover {
    cursor: pointer;
    text-decoration: underline
}

.text-underline:hover {
    cursor: pointer;
    text-decoration: underline
}

.text-active {
    color: #1e8bd2 !important
}

.text-md {
    font-size: 1.1em;
    line-height: 1.6
}

.text-lg {
    font-size: 1.2em;
    line-height: 1.7
}

.text-xlg {
    font-size: 1.3em;
    line-height: 1.8em
}

.text-xxlg {
    font-size: 2.3em;
    font-weight: 700
}

.text-with-list ul {
    list-style-type: disc;
    padding-inline-start: 40px
}

.red {
    color: red
}

.green {
    color: green
}

.yellow {
    color: #ebba16
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pointer {
    cursor: pointer
}

.vertical-align-top {
    vertical-align: top
}

.vertical-align-middle {
    vertical-align: middle
}

.vertical-align-bottom {
    vertical-align: bottom
}

.x-notifier {
    background: #ffffcd !important
}

body.night-mode .x-notifier {
    background: #545432 !important
}

.x-hidden {
    display: none
}

.x-blured {
    overflow: hidden
}

.x-blured .album-cover,
.x-blured .js_lightbox {
    filter: blur(10px)
}





/* Responsive */
@media (min-width:576px) {
    .profile-cover-wrapper {
        height: 240px
    }

    .blog-container .blog-content h3 {
        max-height: 72px;
    }
}

@media (min-width:668px) {
    .hide_botm_menu_home {
        display: none;
    }
}

@media (min-width:768px) {
    .blog-container.primary {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px;
    }

    .blog-container.primary .blog-image {
        width: 45%;
    }

    .blog-container.primary .blog-content {
        width: 55%;
        padding: 10px 25px;
    }

    .blog-container.primary .blog-content h3 {
        font-size: 28px;
        min-height: auto;
        max-height: 65px;
    }

    .blog-container .mw-95 {
        max-width: calc(100% - 100px);
    }

    .top-bar {
        font-size: 13px
    }

    .top-bar .col-sm-5 {
        text-align: right
    }

    .profile-cover-wrapper {
        height: 300px
    }
}

@media (min-width:834px) {
    .middlecol {
        -ms-flex: 0 0 64%;
        flex: 0 0 64%;
        max-width: 64%;
    }

    .rightcol {
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        max-width: 36%;
    }

    .col-lg-4.sidebar {
        padding-left: 5px;
    }

    .col-lg-4.sidebar.leftcol {
        padding-left: 10px;
        padding-right: 5px;
    }
}

@media (min-width:992px) {
    .ele_scroll::-webkit-scrollbar {
        width: 11px;
        height: 11px;
    }

    .ele_scroll::-webkit-scrollbar-thumb {
        background-color: #babac0;
        border-radius: 12px;
        border: 3px solid #fff;
    }

    body.night-mode .ele_scroll::-webkit-scrollbar-thumb {
        border-color: #212121;
        background-color: #525252;
    }

    .ele_scroll::-webkit-scrollbar-button {
        display: none;
    }

    .ele_movie_scroll::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    .ele_movie_scroll::-webkit-scrollbar-thumb {
        background-color: #848484;
        border-radius: 12px;
    }

    .ele_movie_scroll::-webkit-scrollbar-button {
        display: none;
    }

    .profile-cover-wrapper {
        height: 360px
    }

    .ele_sett_side {
        position: fixed;
        top: 56px;
        left: 0;
        bottom: 0;
        width: 350px;
        z-index: 950;
        border-radius: 0;
        max-height: 100%;
        overflow-y: auto;
        overscroll-behavior-y: contain;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    }

    .ele_sett_page {
        margin-left: 100px;
    }

    .video-call-stream-wrapper {
        background: #222;
    }

    .video-call-stream-local {
        background: #000;
        position: absolute;
        width: 180px;
        height: 240px;
        top: 20px;
        right: 20px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        border: 1px solid #fff;
    }

    .video-call-stream-local div {
        width: 180px;
        height: 240px;
    }
}

@media (min-width: 1200px) {
    .movies-film-wrapper-lmore {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1501px) {
    .hide_side_ttip {
        display: none !important;
    }
}

@media (max-width: 1500px) {
    .main-wrapper {
        padding-left: 90px;
    }

    .ele_sidebar_left {
        width: 90px;
    }

    .ele_sidebar_left .ele_prem,
    .ele_sidebar_left .sidebar_innr>.btn span {
        display: none;
    }

    .ele_sidebar_left .sidebar_innr>.btn {
        min-height: 58px;
        min-width: auto;
        padding: 0;
    }

    .ele_sidebar_left .sidebar_innr>.btn svg {
        margin: auto;
        width: 28px;
        height: 28px;
    }

    .ele_sett_page {
        margin-left: 210px;
    }

    .ele_sett_side {
        width: 300px;
    }

    .hide_side_ttip {
        left: 70px !important;
    }
}

@media (max-width: 1350px) {
    .ele_msg_user_list {
        width: 30%;
        min-width: 30%;
    }

    .ele_msg_user_chat {
        width: 70%;
        min-width: 70%;
    }
}

@media (max-width: 1250px) {

    .ele_home_stories .create_story,
    body .ele_home_stories .stories .story,
    .story_empty {
        width: 16.6666667%;
        min-width: 16.6666667%;
    }

    .ele_hdr_user_droptoggle span {
        max-width: 100px;
    }
}

@media (max-width: 1200px) {
    .ele_create_dropup {
        right: 30px;
    }

    .ele_home_stories .create_story,
    body .ele_home_stories .stories .story,
    .story_empty {
        width: 14.2857143%;
        min-width: 14.2857143%;
    }

    .main-wrapper {
        padding-left: 70px;
    }

    .ele_sidebar_left {
        width: 70px;
    }

    .ele_sidebar_left .sidebar_innr {
        padding: 10px 5px;
    }
}

@media (max-width: 1150px) {
    .ele_msg_user_list {
        width: 35%;
        min-width: 35%;
    }

    .ele_msg_user_chat {
        width: 65%;
        min-width: 65%;
    }
}

@media (max-width: 1050px) {

    .ele_home_stories .create_story,
    body .ele_home_stories .stories .story,
    .story_empty {
        width: 16.6666667%;
        min-width: 16.6666667%;
    }

    .table-responsive * {
        word-break: normal;
    }

    .ele_jobs_header {
        flex-wrap: wrap !important;
        justify-content: center;
    }
}

@media (max-width: 992px) {

    .ele_sidebar_left,
    .ele_hdr_user_droptoggle span,
    .ele_contact img {
        display: none;
    }

    .main-wrapper {
        padding: 0;
    }

    .page-header {
        padding-left: 0;
        padding-right: 0;
    }

    .ele_contact {
        height: auto;
        margin-bottom: 30px;
    }

    .ele_contact_title {
        margin-bottom: 0;
    }

    .ele_sett_page {
        margin: 0;
    }

    .ele_sett_side {
        width: 100%;
        margin-bottom: 20px;
    }

    .ele_mobi_sett_side {
        position: fixed;
        top: 56px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9;
        margin: 0;
        border-radius: 0;
        overflow-y: auto;
        display: none;
    }

    .ele_mobi_sett_side.active,
    body.show_sett_side .ele_mobi_sett_side {
        display: block;
    }
}

@media (max-width: 900px) {

    .ele_home_stories .create_story,
    body .ele_home_stories .stories .story,
    .story_empty {
        width: 20%;
        min-width: 20%;
    }

    .main-header .search-wrapper {
        width: 330px;
    }

    .ele_new_blog>.js_ajax-forms-html {
        overflow-y: auto;
        max-height: 100%;
    }

    .ele_new_blog_main {
        margin: 0;
        height: 100%;
    }

    .ele_new_blog_side {
        width: 100%;
        position: relative;
        height: 100%;
        top: auto;
        border: 0;
    }

    .publisher-tools-tab {
        padding: 0 6px;
        line-height: 36px;
        font-size: 13px;
    }

    .publisher-tools-tabs>li {
        width: 50%;
    }

    .welcome_page_apps {
        flex-wrap: wrap;
    }

    .ele_msg_user_list {
        width: 38%;
        min-width: 38%;
    }

    .ele_msg_user_chat {
        width: 62%;
        min-width: 62%;
    }

    .ele_watch_movie_cont {
        padding: 0 15px;
    }
}

@media (max-width: 820px) {
    .profile-info-cont>.valign {
        flex-wrap: wrap;
    }

    .profile-buttons-wrapper {
        flex: 100%;
        text-align: center;
        padding: 20px 0;
    }

    .profile-header.profile .profile-buttons-wrapper {
        position: relative !important;
        right: auto;
        left: auto;
        top: auto;
        margin: 0;
        text-align: inherit;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
    }

    .profile-header.profile .profile-buttons-wrapper .btn {
        margin: 0;
    }
}

@media (max-width: 780px) {

    .ele_msg_user_list,
    .ele_msg_user_chat {
        width: 100%;
        min-width: 100%;
        border: 0 !important;
    }

    .ele_msg_user_chat {
        position: fixed !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: white;
        z-index: 5;
    }

    body.night-mode .ele_msg_user_chat {
        background-color: #212121;
    }

    .chat_navigation {
        display: block !important;
    }

    .movie_poster {
        width: 100%;
    }

    .movie_poster_shadow {
        background: linear-gradient(rgb(0 0 0 / 20%), rgb(0 0 0 / 90%)) !important;
        backdrop-filter: blur(5px);
    }

    .ele_movie_col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ele_movie_details {
        justify-content: flex-end;
        padding: 30px 0;
        color: #fff;
    }

    .ele_movie_details:after,
    .ele_movie_details:before {
        display: none;
    }

    .ele_wm_play {
        color: black !important;
        background-color: #ffffff !important;
    }

    .ele_msg_user_chat.hide {
        display: none;
    }
}

@media (max-width: 768px) {
    .ele_create_state {
        min-height: 150px;
    }

    .index-intro h1 {
        text-align: center;
    }

    .index-intro p {
        display: none;
    }

    .welcome_page_apps {
        justify-content: center;
        margin: 20px 0 60px !important;
    }

    .welcome_page .card-register,
    .ele_story_actions .btn svg {
        margin: auto;
    }

    .ele_wallet_balance {
        flex-direction: column;
    }

    .ele_wallet_balance .btn {
        margin-top: 20px;
    }

    .ele_home_stories .create_story {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .ele_story_actions .btn {
        font-size: 0;
        padding: 10px;
    }

    .ele_my_pages {
        flex-direction: column;
        align-items: inherit;
    }

    .ele_my_pages .info {
        padding: 0 !important;
    }

    .ele_my_pages>div:not(.info) .btn {
        margin: 0 0 0 110px;
    }

    .ele_logo_pc {
        display: none !important;
    }
}

@media (max-width: 668px) {
    body {
        padding-bottom: 45px;
    }

    .ele_navbar_top_right {
        top: auto;
        padding: 0;
        justify-content: space-around;
        left: 0;
        bottom: 0;
        right: 0;
        height: 45px;
        width: 100%;
        z-index: 1045;
        background: var(--header-background);
        border-top: 1px solid rgba(0, 0, 0, .0975);
    }

    .ele_navbar_top_right.flex-end {
        justify-content: space-between;
        padding: 0 20px;
    }

    .ele_navbar_top_right.flex-end .ele_hdr_user_droptoggle span {
        display: inline-block;
    }

    body.night-mode .ele_navbar_top_right {
        background: var(--header-background-dark);
        border-color: rgb(255 255 255 / 10%);
    }

    .ele_navbar_top_right>.dropdown,
    .empty_stories,
    .ele_home_stories #stories,
    body:not(.publisher-focus) .publisher-message:not(.colored) .colored-text-wrapper .btn-live svg {
        margin: 0;
    }

    .ele_hdr_droptoggle:not(.ele_hdr_user_droptoggle) {
        padding: 10.5px 0
    }

    .ele_hdr_droptoggle:before,
    .page-header .inner>svg,
    body:not(.publisher-focus) .publisher-message:not(.colored) .colored-text-wrapper .btn-live span,
    .ele_write_message .btn-mat.btn-primary span,
    .ele_home_stories+hr,
    .daytime_message p {
        display: none;
    }

    .show>.ele_hdr_droptoggle {
        background: transparent;
        color: var(--main-btn);
    }

    .ele_navbar_top_right>.dropdown .dropdown-menu,
    .ele_header_sarch_dropdown {
        position: fixed;
        top: 0;
        bottom: 45px;
        left: 0;
        border-radius: 0;
        max-height: calc(100% - 45px);
        box-shadow: none;
        padding: 6px 10px;
        right: 0;
        margin: 0;
        height: calc(100vh - 45px);
        height: calc(var(--vh, 1vh) * 100 - 45px);
        max-width: none;
        min-width: 100%;
    }

    .ele_header_sarch_dropdown {
        top: 56px;
    }

    .ele_hdr_user_droptoggle img {
        width: 24px;
        height: 24px;
    }

    .ele_mobi_hdr_not_title {
        display: flex;
        font-size: 28px;
        margin: 15px 0;
    }

    .dropdown-widget-header .title {
        font-size: 28px;
    }

    .ele_create_dropup {
        bottom: 75px;
    }

    .main-header .search-wrapper {
        width: 100%;
    }

    .ele_navbar_top_side {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        transition: none;
        padding: 60px 0 0;
    }

    .ele_navbar_top_side .sidebar_innr {
        max-height: 100%;
    }

    body.side_open .ele_toggle_navbar_top {
        z-index: 1047;
        box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    }

    .ele_home_stories {
        overflow-x: auto;
        margin: 0 -15px;
        padding: 0 7.5px;
    }

    .empty_stories {
        left: 7.5px;
        right: 7.5px;
    }

    .ele_home_stories .create_story,
    body .ele_home_stories .stories .story,
    .story_empty {
        width: calc(100% / 5 + 15px);
        min-width: calc(100% / 5 + 15px);
    }

    .ele_new_blog_hdr {
        padding: 15px;
        height: auto;
        flex-direction: column;
        position: relative;
    }

    .ele_new_blog_hdr .ele_page_hdng {
        margin-bottom: 15px !important;
    }

    .ele_new_blog_hdr .btn-mat {
        padding: 0 16px;
        min-width: auto;
        margin: 0 2px !important;
    }

    .ele_new_blog_title {
        font-size: 40px;
    }

    .ele_page_titlemulti {
        flex-direction: column;
        align-items: flex-start;
    }

    .ele_page_title {
        font-size: 27px;
    }

    .ele_page_titlemulti .btn {
        margin-top: 10px;
    }

    body:not(.publisher-focus) .publisher-message:not(.colored) .colored-text-wrapper .btn-live {
        min-width: 42px;
        padding: 0;
    }

    .live-stream-wrapper {
        height: calc(100vh - 101px);
        height: calc(var(--vh, 1vh) * 100 - 101px);
    }

    .ele_write_message .btn-mat {
        margin-left: 8px;
    }

    .ele_write_message .btn-mat.btn-primary {
        height: 40px;
        min-width: 40px;
        padding: 0;
    }

    .ele_write_message .btn-mat.btn-primary svg {
        display: block !important;
        margin: auto;
        width: 24px;
        height: 24px;
    }

    .ele_watch_movie {
        height: calc(100vh - 101px);
        height: calc(var(--vh, 1vh) * 100 - 101px);
    }

    .ele_prof_mobi_full {
        padding: 0;
    }

    .publisher,
    .post:not(.product),
    #ele_side_people,
    .profile-header.group>.ele_content {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 15px;
    }

    .post-author {
        font-size: 14px;
    }

    .ele_home_stories::-webkit-scrollbar,
    .ele_post_filters_nav::-webkit-scrollbar,
    body:not(.publisher-focus) .publisher-message:not(.colored) .colored-text-wrapper textarea::-webkit-scrollbar {
        background-color: transparent;
    }

    .ele_post_filters_nav {
        margin: 0 -15px;
    }

    .daytime_message h3 {
        font-size: 23px;
    }

    .home_padd_top {
        padding-top: 55px;
    }

    .btn_prof_msg {
        padding: 10px !important;
    }

    .btn_prof_msg svg {
        display: block !important;
    }

    .btn_prof_msg span {
        display: none;
    }

    .profile-header.group {
        margin-top: -30px !important;
    }

    .profile-header.group .profile-cover-wrapper,
    .profile-header.group .profile-cover-wrapper img {
        border-radius: 0;
    }

    .ele_sett_membrs .ele_side_users .data-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .ele_sett_membrs .ele_side_users .data-content {
        display: inline-flex;
        flex-direction: column-reverse;
        padding: 0 10px;
    }

    .ele_sett_membrs .ele_side_users .data-content .mt5 {
        margin-top: 0 !important;
        margin-bottom: 10px;
    }

    .ele_sett_membrs .ele_side_users .data-content .float-right {
        margin: 0 -3px;
    }

    .ele_sett_membrs .ele_side_users .data-content .btn {
        padding: 0 10px;
        font-size: 13px;
        line-height: 26px;
        margin: 0 3px;
    }

    .bootstrap-select .dropdown-menu {
        max-width: 100%;
        left: 0;
        right: 0;
    }

    .bootstrap-select .dropdown-menu li a {
        line-height: normal;
        padding: .25rem 1.5rem;
    }

    .bootstrap-select .option .text {
        white-space: normal;
    }

    .reels-wrapper {
        bottom: 45px;
    }

    .reel-container {
        padding-bottom: 45px;
    }

    .reel-video-wrapper .reel-video-container .plyr--video {
        height: calc(100dvh - 101px);
    }
}

@media (max-width:576px) {

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-right: 5px;
        padding-left: 5px
    }

    .row {
        margin-right: -5px;
        margin-left: -5px
    }

    .thread_title_user {
        margin-bottom: 15px;
    }

    .ele_jobs_header {
        margin: -25px;
    }

    .ele_jobs_search .btn {
        border-radius: 0 50px 50px 0;
        font-size: 0;
        min-width: auto;
    }

    .ele_jobs_header+.content-tabs {
        margin: 40px -25px -25px !important;
    }
}

@media (max-width:559px) {

    .panel-mutual-friends,
    .nav-started .nav-link p {
        display: none;
    }

    .ele_navbar_top_side_all_sec {
        grid: auto/repeat(1, 1fr);
    }

    .ele_home_stories .create_story,
    body .ele_home_stories .stories .story,
    .story_empty {
        width: calc(100% / 4 + 8px);
        min-width: calc(100% / 4 + 8px);
    }

    .ele_read_blog_top h2 {
        font-size: 40px;
    }

    .post-actions .action-btn.js_comment span {
        display: none;
    }
}

@media (max-width:500px) {
    .ele_side_events>li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ele_pro_plan {
        padding: 25px;
    }

    .ele_my_pages .info .avatar img {
        width: 70px;
        height: 70px;
    }

    .ele_my_pages .text h3 {
        font-size: 22px;
    }

    body {
        overflow-x: hidden;
    }

    .post-actions,
    .comment-actions {
        position: relative;
    }

    .reactions-wrapper,
    .profile-header.profile .profile-buttons-wrapper .dropdown {
        position: static;
    }

    .reactions-container {
        position: absolute;
        width: auto;
        bottom: 100%;
        top: auto !important;
        left: 8px !important;
        right: 8px !important;
    }

    .ele_my_pages>div:not(.info) .btn {
        margin: 10px 0 0 90px;
    }

    .profile-header.profile .profile-buttons-wrapper .dropdown .dropdown-menu {
        left: 0;
        right: 0;
        width: 100%;
    }

    .reel-action-btn .reactions-container {
        width: 250px;
        bottom: auto;
        left: auto !important;
        right: 40px !important;
    }
}
/* v1.6 */

/* Basic */
:root {
    --body-font-family: "Roboto", sans-serif;
    --body-bg: #f0f2f5;
    --body-bg-color-dark: #121212;
    --body-color: #212529;
    --body-color-dark: #dcdcdc;
    --main-link: #743CFD;
    --main-btn: #743CFD;
    --header-background: #fff;
    --header-background-dark: #212121;
    --header-color: #252525;
    --header-bg-color-dark: #e8e8e8;
    --header-search-bg: rgba(0, 0, 0, 0.08);
    --header-search-color: #252525;
    --main-color: #ffffff;
    --plyr-color-main: #743CFD;
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("Gilroy-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("Gilroy-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

* {
    outline: none !important;
    word-break: break-word;
}

body {
    font-family: var(--body-font-family);
    padding-top: 56px;
    font-size: 14px;
    color: var(--body-color);
    background-color: var(--body-bg)
}

body.night-mode {
    color: var(--body-color-dark);
    background-color: var(--body-bg-color-dark)
}

body.n_activated,
body.n_live {
    padding-top: 100px
}

body .container {
    max-width: 1050px;
}

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

a {
    color: var(--main-link)
}

a:hover {
    text-decoration: none
}

pre {
    padding: 15px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f7f7f7;
    border: 1px solid #dbdbdb;
    border-radius: 4px
}

body.night-mode pre {
    color: var(--body-color-dark);
    background-color: #363636;
    border-color: #121212
}

.valign {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

body.night-mode hr.style-two {
    background-image: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(255 255 255 / 10%), rgb(255 255 255 / 0%));
}

.ele_content {
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    border-radius: 12px;
    padding: 15px 15px 1px;
}

body.night-mode .ele_content {
    background-color: #212121;
}

.ele_page_content {
    padding: 3px 20px 20px;
}

.ele_page_hdng {
    padding: 12px 0px 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 15px;
}

body.night-mode .ele_page_hdng {
    border-color: #343434;
}

.ele_page_hdng>svg:not(.nobg),
.ele_page_hdng>div>svg:not(.nobg) {
    display: inline-flex;
    width: 26px;
    min-width: 26px;
    height: 26px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--main-btn);
    color: #fff;
    padding: 4px;
}

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

.fs-14 {
    font-size: 14px;
}

.bold {
    font-weight: 500 !important;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.page_divider {
    height: 7px;
    background-color: rgb(0 0 0 / 5%);
    border-radius: 10px;
}

body.night-mode .page_divider {
    background-color: rgb(255 255 255 / 7%);
}

a.body_color {
    color: var(--body-color);
}

body.night-mode a.body_color {
    color: var(--body-color-dark);
}

body.night-mode hr {
    border-color: rgb(255 255 255 / 12%);
}

body.night-mode .custom-select {
    background-color: #313131;
}

body.night-mode .form-control,
body.night-mode .input-group-text {
    border-color: #363636;
}

body.night-mode .form-control {
    color: #ddd;
    background-color: #313131;
}

body.night-mode .text-body {
    color: #e2e2e2 !important;
}

body.night-mode .breadcrumb-item.active {
    color: #9c9c9c;
}

body.night-mode .border {
    border-color: #424242 !important;
}

body.night-mode .border-bottom {
    border-bottom-color: #424242 !important;
}

body.night-mode .border-top {
    border-top-color: #424242 !important;
}

body.night-mode .text-muted {
    color: #989898 !important;
}

body.night-mode .bg-light {
    background-color: #343434 !important;
}

.pagination {
    flex-wrap: wrap;
}

/* Empty State */
.empty_state {
    padding: 70px 5px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Gilroy', Roboto, sans-serif;
    width: 100%;
}

.empty_state svg {
    display: block;
    margin: 0 auto 20px;
    width: 80px;
    height: 80px;
    color: rgb(0 0 0 / 30%);
}

body.night-mode .empty_state svg {
    color: rgb(255 255 255 / 35%);
}

.empty_state p {
    font-family: var(--body-font-family);
    font-size: 14px;
    font-weight: normal;
}

.empty_state .btn {
    font-family: var(--body-font-family);
    font-size: 14px;
}

/* Tooltip */
.tooltip {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .3px;
    line-height: 16px;
    z-index: 1050;
}

.tooltip.show {
    opacity: 1
}

.tooltip .arrow {
    display: none;
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: 2px 0
}

/* SVG */
.svg-container {
    display: inline-block
}

.svg-container svg {
    width: inherit !important;
    height: inherit !important
}

/* Scrollbar */
.custom-scrollbar ::-webkit-scrollbar {
    visibility: hidden;
    height: 8px;
    width: 8px
}

.custom-scrollbar ::-webkit-scrollbar-thumb {
    visibility: hidden;
    border-radius: 4px;
    background: grey
}

.custom-scrollbar:hover ::-webkit-scrollbar,
.custom-scrollbar:hover ::-webkit-scrollbar-thumb {
    visibility: visible
}

/* Tooltip */
.tooltip-inner {
    font-family: var(--body-font-family);
    font-size: 13px;
    white-space: nowrap;
    max-width: none;
    border-radius: 2px
}

/* Badge */
.badge {
    font-weight: 500;
}

.badge.badge-lg {
    font-size: 100%
}

/* Pagination */
body.night-mode .pagination .page-link {
    background: #212121;
    border-color: #333;
}

/* Img-thumbnail */
body.night-mode .img-thumbnail {
    background: #212121;
    border-color: #424242
}

/* List-group */
body.night-mode .list-group-item {
    background: #212121;
    border-color: #424242
}

/*Page Title*/
.ele_page_titlemulti {
    justify-content: space-between;
}

.ele_page_title {
    margin: 0 0 15px;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 33px;
    letter-spacing: -0.5px;
    font-weight: 600;
}

.ele_page_title:empty {
    margin: 0;
}

.ele_page_title.small {
    font-size: 30px;
}

.ele_page_title>svg {
    width: 34px;
    height: 34px;
    color: brown;
    margin: -6px 0 0;
}

.ele_page_titlemulti .btn {
    font-size: 13px;
    line-height: 32px;
    margin-top: -4px;
}

.ele_page_subtitle {
    padding-left: 43px;
    font-size: 1.2em;
}

.ele_sett_bott_btn .btn {
    min-width: 150px;
    margin: 17px 0;
}

/*Form Fields*/
.ele_field {
    position: relative;
    display: block;
    font-size: 16px;
    margin: 0 0 25px;
}

.ele_field:last-child {
    margin: 0 0 15px;
}

.tag_field_full_margin .ele_field {
    margin: 0 0 25px;
}

.ele_field>b {
    position: absolute;
    font-weight: normal;
    top: 23px;
    left: 15px;
    visibility: hidden;
}

.ele_field>input,
.ele_field>textarea,
.ele_field>select,
.ele_field>.dropdown.bootstrap-select,
.ele_field>.bootstrap-tagsinput {
    display: block;
    margin: 0;
    border: none;
    border-top: solid 21px transparent;
    border-bottom: solid 1px rgba(0, 0, 0, .42);
    border-radius: 4px 4px 0 0;
    padding: 0 16px 6px;
    width: 100%;
    min-height: 56px;
    color: rgba(0, 0, 0, .87);
    background-color: #f5f5f5;
    box-shadow: none;
    letter-spacing: .009375em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body.night-mode .ele_field>input,
body.night-mode .ele_field>textarea,
body.night-mode .ele_field>select,
body.night-mode .ele_field>.dropdown.bootstrap-select,
body.night-mode .ele_field>.bootstrap-tagsinput {
    border-bottom-color: rgb(255 255 255 / 42%);
    color: rgb(255 255 255 / 87%);
    background-color: #373737;
}

.ele_field>input:-webkit-autofill,
.ele_field>textarea:-webkit-autofill,
.ele_field>select:-webkit-autofill {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}

.ele_field>textarea {
    resize: none;
}

.ele_field>input,
.ele_field>select,
.ele_field>.dropdown.bootstrap-select {
    height: 56px;
}

.ele_field>select[multiple] {
    height: auto;
    border-top-width: 27px;
    padding-bottom: 0;
}

.ele_field.currency>input {
    padding-left: 25px;
}

.ele_field.mobile>input {
    padding-left: 90px;
}

.ele_field>input+span,
.ele_field>input+.dropdown-menu+span,
.ele_field>textarea+span,
.ele_field>select+span,
.ele_field>.dropdown.bootstrap-select+span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 6px 16px 0;
    color: rgba(0, 0, 0, .6);
    font-size: 13px;
    pointer-events: none;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

body.night-mode .ele_field>input+span,
body.night-mode .ele_field>input+.dropdown-menu+span,
body.night-mode .ele_field>textarea+span,
body.night-mode .ele_field>select+span,
body.night-mode .ele_field>.dropdown.bootstrap-select+span {
    color: rgb(255 255 255 / 60%);
}

.ele_field>input+span::after,
.ele_field>textarea+span::after,
.ele_field>select+span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--main-btn);
    transform-origin: bottom center;
    transform: scaleX(0);
    transition: transform .18s cubic-bezier(.4, 0, .2, 1);
}

.ele_field>input:not(:focus):placeholder-shown+span+b,
.ele_field.mobile>input:not(:focus):placeholder-shown+span+select {
    visibility: hidden;
}

.ele_field>input+span+b,
.ele_field.mobile>input+span+select {
    visibility: visible;
}

.ele_field>input:hover,
.ele_field>textarea:hover,
.ele_field>select:hover,
.ele_field>.dropdown.bootstrap-select:hover,
.ele_field>.bootstrap-tagsinput:hover {
    border-bottom-color: rgba(0, 0, 0, .87);
    background-color: #ECECEC;
}

body.night-mode .ele_field>input:hover,
body.night-mode .ele_field>textarea:hover,
body.night-mode .ele_field>select:hover,
body.night-mode .ele_field>.dropdown.bootstrap-select:hover,
body.night-mode .ele_field>.bootstrap-tagsinput:hover {
    border-bottom-color: rgb(255 255 255 / 87%);
    background-color: #434343;
}

.ele_field>input:not(:focus):placeholder-shown+span,
.ele_field>textarea:not(:focus):placeholder-shown+span {
    font-size: 16px;
    padding: 16px 16px;
}

.ele_field>input:focus+span,
.ele_field>input:focus+.dropdown-menu+span,
.ele_field>textarea:focus+span,
.ele_field>select:focus+span {
    color: var(--main-btn);
}

.ele_field>input:focus+span::before,
.ele_field>textarea:focus+span::before,
.ele_field>select:focus+span::before {
    opacity: 0.12;
}

.ele_field>input:focus+span::after,
.ele_field>textarea:focus+span::after,
.ele_field>select:focus+span::after {
    transform: scale(1);
}

.ele_field>input:disabled,
.ele_field>textarea:disabled,
.ele_field>select:disabled {
    border-bottom-color: rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, .38);
    background-color: rgba(0, 0, 0, 0.15);
}

.ele_field>input:disabled+span,
.ele_field>textarea:disabled+span,
.ele_field>select:disabled+span {
    color: rgba(0, 0, 0, .38);
}

.ele_field.mobile>select {
    width: 90px;
    background: transparent;
    visibility: hidden;
    left: 0;
    top: 0;
}

.ele_field .append {
    position: absolute;
    right: 10px;
    top: 17px;
    line-height: 1;
    cursor: pointer;
    color: #626262;
}

.ele_field+.help-block {
    padding: 0 16px;
    color: rgba(0, 0, 0, .6);
    font-size: 12px;
    letter-spacing: .0333333333em;
    margin: -20px 0 25px;
    display: block;
}

body.night-mode .ele_field+.help-block {
    color: rgb(255 255 255 / 60%);
}

.ele_field+.help-block:empty {
    padding: 0;
    margin: 0;
}

.tag_alone_label {
    padding: 0 16px;
}

.tag_alone_label label {
    margin: 0;
    display: block;
    color: rgba(0, 0, 0, .6);
}

body .ele_field>.dropdown.bootstrap-select {
    width: 100% !important;
    display: block;
    float: none;
}

body .ele_field>.dropdown.bootstrap-select>.dropdown-toggle {
    float: none;
    padding: 0 16px;
    line-height: 32px;
    margin: 0 -16px;
    width: calc(100% + 32px);
    color: rgba(0, 0, 0, .87);
    font-size: 16px;
    height: 32px;
    background: transparent;
    box-shadow: none !important;
    border: 0;
}

body.night-mode .ele_field>.dropdown.bootstrap-select>.dropdown-toggle {
    color: rgb(255 255 255 / 87%);
}

body .ele_field>.dropdown.bootstrap-select>.dropdown-toggle:focus {
    outline: none !important;
}

body .ele_field>.dropdown.bootstrap-select>.dropdown-toggle .filter-option {
    width: auto;
    white-space: nowrap;
    max-width: 95%;
    text-overflow: ellipsis;
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {

        .ele_field>input,
        .ele_field>input+span,
        .ele_field>input+span::after,
        .ele_field>textarea,
        .ele_field>textarea+span,
        .ele_field>textarea+span::after,
        .ele_field>select,
        .ele_field>select+span,
        .ele_field>select+span::after {
            transition-duration: 0.1s;
        }
    }
}

body.night-mode .form-control-plaintext {
    color: #f9f9f9;
}

.ele_field>.js_toggle-password {
    right: 0;
    cursor: pointer;
}

/* Custom Nav */
.nav-started {
    border-radius: 16px;
}

.nav-started .nav-item {
    flex: 1;
}

.nav-started .nav-link {
    padding: 10px;
}

.nav-started .nav-link.active {
    color: var(--main-link);
}

.nav-started .nav-link.active:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    opacity: 0.2;
}

.nav-started .nav-link:not(.active) {
    background: rgb(0 0 0 / 4%);
}

body.night-mode .nav-started .nav-link:not(.active) {
    background: #414141;
    color: #fff
}

body.night-mode .nav-started .nav-link:not(.active):hover {
    background: #555
}

.ele_switch_tabs,
.ele_toggle_tabs {
    margin: 10px auto 15px;
    border: 0;
    background: #ecf0f5;
    border-radius: 2em;
    padding: 3px;
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap;
}

body.night-mode .ele_switch_tabs,
body.night-mode .ele_toggle_tabs {
    background: #373737;
}

.ele_switch_tabs>div {
    float: none;
    margin: 0;
}

.ele_switch_tabs>div>a,
.ele_toggle_tabs>a {
    margin: 0;
    line-height: normal;
    height: auto;
    font-weight: 500;
    font-size: 13px;
    border-radius: 2em;
    letter-spacing: 0.3px;
    display: block;
    padding: 3px 12px;
    color: #666;
}

body.night-mode .ele_switch_tabs>div>a,
body.night-mode .ele_toggle_tabs>a {
    color: #afafaf;
}

.ele_switch_tabs>div>a.active,
.ele_toggle_tabs>a.active {
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

body.night-mode .ele_switch_tabs>div>a.active,
body.night-mode .ele_toggle_tabs>a.active {
    background-color: #000;
    color: #fff;
}

/* Nav-tabs */
body.night-mode .nav-tabs {
    border-bottom-color: #363636
}

body.night-mode .nav-tabs .nav-item.show .nav-link,
body.night-mode .nav-tabs .nav-link.active {
    color: #fff;
    border-color: #363636 #363636 #212121;
    background-color: #212121
}

body.night-mode .nav-tabs .nav-link:not(.active):hover {
    border-color: #363636
}

/* Dropdown */
.dropdown-menu {
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 22%) 0px 25.6px 57.6px 0px, rgb(0 0 0 / 18%) 0px 4.8px 14.4px 0px;
    padding: 8px 0;
    border: 0;
}

body.night-mode .dropdown-menu,
body.night-mode .ele_navbar_top_right>.dropdown .dropdown-menu,
body.night-mode .ele_header_sarch_dropdown {
    background: #2E2E2E;
    box-shadow: 0 0px 0px 1px rgb(255 255 255 / 18%);
    color: #dcdcdc;
}

.dropdown-menu .dropdown-item,
.dropdown-menu>li>a {
    padding: 0 16px;
    line-height: 32px;
    display: block;
    clear: both;
    font-size: 14px;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #16181b;
    background-color: #f8f9fa;
}

body.night-mode .dropdown-item {
    color: #e4e4e4;
}

body.night-mode .dropdown-menu .dropdown-item:focus,
body.night-mode .dropdown-menu .dropdown-item:hover,
body.night-mode .dropdown-menu>li>a:focus,
body.night-mode .dropdown-menu>li>a:hover {
    color: #e0e0e0;
    background-color: #3c3c3c;
}

.no_dd_arrow:after {
    display: none;
}

.ele_create_menu {
    min-width: 220px;
}

.ele_create_menu>li,
.ele_post_pub_privacy_menu>div,
.post-dropdown-menu>div {
    padding: 0 8px;
}

.ele_create_menu>li>a,
.ele_hdr_user_dropdown>.dropdown-item,
.ele_create_menu>li>.dropdown-item,
.ele_post_pub_privacy_menu>div>.dropdown-item,
.post-dropdown-menu>div>.dropdown-item {
    font-weight: 500;
    font-size: 14px;
    padding: 8px 12px;
    line-height: 40px;
    border-radius: 8px;
    color: #505050;
    position: relative;
    cursor: pointer;
}

body.night-mode .ele_create_menu>li>a,
body.night-mode .ele_hdr_user_dropdown>.dropdown-item,
body.night-mode .ele_create_menu>li>.dropdown-item,
body.night-mode .ele_post_pub_privacy_menu>div>.dropdown-item,
body.night-mode .post-dropdown-menu>div>.dropdown-item {
    color: #cacaca;
}

body.night-mode .dropdown-divider {
    border-color: #4e4e4e;
}

.ele_create_menu>li>a,
.ele_create_menu>li>.dropdown-item,
.ele_post_pub_privacy_menu>div>.dropdown-item,
.post-dropdown-menu>div>.dropdown-item {
    padding: 0 10px;
    margin: 1px 0;
    font-size: 13px;
}

.ele_create_menu>li>a svg,
.ele_create_menu>li>.dropdown-item svg,
.post-dropdown-menu>div>.dropdown-item svg {
    width: 21px;
    height: 21px;
    margin-right: 12px;
    opacity: 0.9;
}

.ele_create_menu>li>a svg .hover_path,
.ele_create_menu>li>a:hover svg path,
.ele_create_menu>li>.dropdown-item svg .hover_path,
.ele_create_menu>li>.dropdown-item:hover svg path,
.post-dropdown-menu>div>.dropdown-item svg .hover_path,
.post-dropdown-menu>div>.dropdown-item:hover svg path {
    display: none;
}

.ele_create_menu>li>a:hover,
.ele_create_menu>li>.dropdown-item:hover {
    color: var(--main-link);
}

.ele_create_menu>li>a:hover svg .hover_path,
.ele_create_menu>li>.dropdown-item:hover svg .hover_path,
.post-dropdown-menu>div>.dropdown-item:hover svg .hover_path {
    display: block;
}

/* Modal */
.modal-backdrop {
    background: rgba(0, 0, 0, 0.6);
    z-index: 1048;
}

.modal-backdrop.show {
    opacity: 1;
}

.modal.fade {
    padding: 15px !important;
    background: transparent;
    transition: opacity 0.2s, visibility 0s 0.2s;
    text-align: center;
}

.modal.fade.show {
    transition: opacity 0.2s, visibility 0s;
    overflow-y: auto;
    overscroll-behavior: contain;
    display: flex !important;
}

.modal.fade:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal.fade .modal-dialog {
    transition: none;
    display: inline-flex;
    text-align: left;
    vertical-align: middle;
    margin: auto;
    transform: scale(.95);
    will-change: transform;
    transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
}

.modal.fade.show .modal-dialog {
    transform: scale(1);
}

body.night-mode .modal-content {
    background-color: #212121
}

body.night-mode .modal-footer,
body.night-mode .modal-header {
    border-color: #424242
}

.modal-header.with-nav {
    padding-bottom: 0;
    border-bottom: 0
}

/* Alert */
.alert {
    border: 0;
    font-weight: 500;
    border-radius: 10px;
}

.alert-info {
    background-color: rgba(33, 150, 243, 0.1);
    color: #3698fd;
}

.alert-success {
    background-color: rgba(76, 175, 80, 0.1);
    color: #4CAF50;
}

.alert-warning {
    background-color: rgba(243, 148, 64, 0.1);
    color: #FAA500;
}

.alert-danger {
    background-color: rgba(244, 67, 54, 0.1);
    color: #F44336;
}

.alert-link:hover {
    text-decoration: underline
}

.alert-dismissible {
    padding-right: 72px
}

.alert-primary {
    color: #fff;
    border-color: #7889e8;
    background-color: #7889e8
}

.alert-secondary {
    color: #212529;
    border-color: #f6f7f8;
    background-color: #f6f7f8
}

.alert-light {
    color: #fff;
    border-color: #bac1c8;
    background-color: #bac1c8
}

.alert-dark {
    color: #fff;
    border-color: #45484b;
    background-color: #45484b
}

/* Custom Alerts */
.alert-post {
    background: #fff;
    color: var(--main-link);
    font-weight: 500;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

body.night-mode .alert-post {
    background: #212121;
    color: #e7e7e7;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 15%);
}

.alert-chat {
    margin: 5px auto !important;
    letter-spacing: .3px;
    font-size: 12px;
    line-height: 16px;
    opacity: .9;
    background-color: #3c4043;
    color: #fff;
    padding: 4px 8px !important;
    border-radius: 4px;
}

.alert .title {
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-weight: 500;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.alert .icon {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px
}

.alert .text {
    display: table-cell;
    vertical-align: top;
    text-align: left
}

/* Buttons */
.btn {
    font-size: 14px;
    white-space: nowrap;
    border: none;
}

body.night-mode .btn {
    color: #e5e5e5;
}

body.night-mode .btn:hover {
    color: #ffffff;
}

body.night-mode .close,
body.night-mode .close:hover {
    color: #fff;
}

.btn-mat {
    position: relative;
    user-select: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    text-align: center;
    min-width: 64px;
    line-height: 40px;
    padding: 0 24px;
    border-radius: 2em;
    transform: translate3d(0, 0, 0);
    transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    box-shadow: none;
}

.btn-mat svg {
    width: 18px;
    height: 18px;
    margin: -2px 4px 0 0;
}

.btn-mat.btn-sm {
    padding: 0 16px;
    font-size: 13px;
    line-height: 30px;
}

.btn-mat.btn-sm svg {
    width: 17px;
    height: 17px;
}

.btn-mat-raised {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.btn-mat-raised:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn.disabled,
.btn:disabled {
    box-shadow: none
}

.btn-group-lg>.btn,
.btn-lg {
    font-size: 14px;
    padding: 16px 96px
}

.btn-group-md>.btn,
.btn-md {
    font-size: 12px;
    padding: 16px 56px
}

.btn-group-sm>.btn,
.btn-sm {
    font-size: 11px;
    padding: 8px 26px
}

.btn-icon {
    padding: 12px 14px
}

.btn-lg.btn-icon {
    padding: 19px 22px
}

.btn-md.btn-icon {
    padding: 17px 20px
}

.btn-sm.btn-icon {
    padding: 5px 8px
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--main-btn)
}

.btn-primary {
    background: var(--main-btn)
}

.btn-primary:hover {
    color: #fff;
    background: var(--main-btn)
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: var(--main-btn);
}

.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #e4e6eb
}

body.night-mode .btn-secondary,
body.night-mode .btn-secondary.disabled,
body.night-mode .btn-secondary:disabled,
body.night-mode .btn-secondary:not(:disabled):not(.disabled).active,
body.night-mode .btn-secondary:not(:disabled):not(.disabled):active,
body.night-mode .show>.btn-secondary.dropdown-toggle,
body.night-mode .btn-light {
    color: #e5e5e5;
    background-color: #444548
}

.btn-secondary:hover {
    color: #212529;
    background-color: #f1f4f6
}

body.night-mode .btn-secondary:hover {
    color: #fff;
    background-color: #242424
}

.btn-link {
    font-weight: 400;
    color: #5e72e4;
    background-color: transparent
}

.btn-link:hover {
    text-decoration: none;
    color: #233dd2;
    border-color: transparent;
    background-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    pointer-events: none;
    color: #8898aa
}

.btn-outline-primary {
    color: #5e72e4;
    border-color: #5e72e4;
    background-color: transparent;
    background-image: none
}

.btn-outline-primary:hover {
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgba(94, 114, 228, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #5e72e4;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4
}

/* Custom Buttons */
.btn-rounded {
    border: 0 !important;
    border-radius: 50%
}

.btn-delete:hover {
    color: #fff;
    border-color: #eb3357;
    background-color: #eb3357
}

.btn-delete:hover .fa:before {
    content: "\f1f8"
}

.btn-payment {
    background: #f7f7f7
}

.btn-payment:hover {
    background: #f1f1f1
}

body.night-mode .btn-payment {
    background: #383838;
}

body.night-mode .btn-payment:hover {
    background: #3e3e3e;
}

.btn-voice-start,
.btn-voice-stop {
    display: inline-block;
    background: rgb(239 76 93 / 15%);
    color: #ef4c5d;
    border-radius: 18px;
    border: 1px solid rgb(239 76 93 / 30%);
    line-height: 33px;
}

.btn-voice-start:hover {
    color: #ef4c5d;
}

.btn-voice-stop {
    background: #ef4c5d;
    color: white;
    border-color: #ef4c5d;
}

.btn-voice-stop:hover {
    color: white;
}

.btn-voice-stop svg {
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.btn-voice-stop .js_voice-timer {
    background: white;
    border-radius: 2em;
    color: #ef4c5d;
    font-size: 12px;
    display: inline-block;
    line-height: 20px;
    padding: 0 10px;
    margin: 0 -10px 0 5px;
}

.btn-voice-clear {
    border-radius: 2em;
    background: rgb(239 76 93 / 15%);
    color: #ef4c5d;
    line-height: 22px;
    font-size: 13px;
}

.btn-icon-social {
    display: inline-flex;
    background: #fbfbfb;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.btn-icon-social.x {
    color: inherit;
}

body.night-mode .btn-icon-social {
    background: var(--card-dark-hover);
}

.btn-icon-social:hover {
    background: #f7f7f7;
}

body.night-mode .btn-icon-social:hover {
    background: var(--card-dark-color);
}

.btn-social {
    border-radius: 14px;
    border: 2px solid #EFEFEF;
    padding: 10px 18px;
    gap: 14px;
    font-size: 14px;
    font-weight: 500;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-social:hover {
    background-color: #EFEFEF;
}

body.night-mode .btn-social {
    border-color: #444a4c;
    color: #fff;
}

body.night-mode .btn-social:hover {
    background-color: #444a4c;
}

/* Inputs */
.form-control,
.input-group-text {
    border-color: #ddd;
    border-radius: 2px
}

.form-control:focus {
    box-shadow: none
}

.form-control-label {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 15px;
}

.form-text {
    opacity: 0.8;
}

.input-group .btn {
    padding-top: 9px;
    padding-bottom: 9px
}

.custom-control-label {
    padding-top: 2px
}

/* Custom Inputs */
.form-table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}

.form-table-row>div {
    flex: 1
}

.form-table-row>div:last-child {
    flex-basis: auto;
    flex-grow: 0;
    margin-left: 10px
}

.form-table-row>div.avatar {
    flex-basis: auto;
    flex-grow: 0;
    margin-right: 10px
}

.input-money {
    position: relative
}

.input-money span {
    font-size: 20px;
    position: absolute;
    top: 15px;
    left: 0;
    width: 45px;
    text-align: center
}

.input-money.right span {
    left: auto;
    right: 0;
}

.input-money input {
    font-size: 40px;
    line-height: 40px;
    font-family: opensanslight;
    margin: 0;
    padding: 10px;
    padding-left: 45px;
    height: 60px;
    outline: 0
}

.input-money.right input {
    padding-left: 10px;
    padding-right: 45px;
}

/* Card */
.card {
    border: 1px solid #e6ecf5;
    margin-bottom: 20px
}

body.night-mode .card {
    background: #212121;
    border-color: #212121
}

.card-header {
    background-color: #f6f9fc;
    border-color: #e6ecf5
}

body.night-mode .card-header {
    background: #212121;
    border-color: #363636
}

/* Custom Cards */
.card-header.with-icon {
    padding-top: 20px;
    padding-bottom: 20px
}

.card-header.with-nav {
    padding-bottom: 0;
    border-bottom: 0
}

@media (min-width:768px) {
    .card-header.with-icon {
        font-size: 14px;
        font-weight: 500
    }
}

.card-header.block-title {
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 35px;
    background: 0 0
}

.card-body.with-form,
.card-body.with-list,
.card-body.with-nav {
    padding: 10px
}

.card-body .divider,
.modal-body .divider {
    border-top: 1px solid #e6ecf5;
    margin: 25px 0
}

.card-body .divider.dashed,
.modal-body .divider.dashed {
    border-top-style: dashed
}

body.night-mode .card-body .divider,
body.night-mode .modal-body .divider {
    border-color: #131313
}

@media (min-width:768px) {
    .card-body.page-content {
        padding: 50px
    }
}

.card-footer-fake {
    text-align: right;
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
    margin: 1.25rem -1.25rem -1.25rem
}

/* Callout */
.bs-callout {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    border-left: 5px solid #eee;
    border-radius: 3px
}

body.night-mode .bs-callout {
    background: #212121
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px
}

.bs-callout p:last-child {
    margin-bottom: 0
}

.bs-callout code {
    border-radius: 3px
}

.bs-callout+.bs-callout {
    margin-top: -5px
}

.bs-callout-default {
    border-left-color: #777
}

.bs-callout-default h4 {
    color: #777
}

.bs-callout-primary {
    border-left-color: #428bca
}

.bs-callout-primary h4 {
    color: #428bca
}

.bs-callout-success {
    border-left-color: #5cb85c
}

.bs-callout-success h4 {
    color: #5cb85c
}

.bs-callout-danger {
    border-left-color: #d9534f
}

.bs-callout-danger h4 {
    color: #d9534f
}

.bs-callout-warning {
    border-left-color: #f0ad4e
}

.bs-callout-warning h4 {
    color: #f0ad4e
}

.bs-callout-info {
    border-left-color: #5bc0de
}

.bs-callout-info h4 {
    color: #5bc0de
}

/* [JS Plugin] Bootstrap-Select */
.bootstrap-select:not(.input-group-btn) {
    height: 100%
}

.bootstrap-select .dropdown-toggle .filter-option {
    display: inline-block !important;
    position: static !important;
    padding: 0 !important
}

.bootstrap-select .btn-outline-light {
    color: #495057;
    border-color: #ddd
}

.bootstrap-select .option .icon {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px
}

.bootstrap-select .option .text {
    display: table-cell;
    vertical-align: top;
    text-align: left
}

/* [JS Plugin] MCE Editor */
div.mce-fullscreen {
    z-index: 99999
}

/* [JS Plugin] jQuery-UI (autocomplete) */
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    z-index: 9999
}

.ui-widget-content {
    background: #fff;
    color: #444;
    z-index: 99999;
    padding: 10px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .15)
}

body.night-mode .ui-widget-content {
    background: #343434;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.ui-menu-item {
    position: relative;
    margin: 0;
    padding: 5px 0;
    border-radius: 3px;
    cursor: pointer
}

.ui-menu-item:hover {
    background: #efefef
}

body.night-mode .ui-menu-item:hover {
    background: #424242
}

.ui-menu-item a {
    color: #444
}

body.night-mode .ui-menu-item a {
    color: #e5e5e5
}

.ui-menu-item img {
    width: 30px;
    margin: 5px;
    border-radius: 50%
}

.ui-menu-item span {
    font-size: 13px
}

.ui-helper-hidden-accessible {
    display: none
}

/* [JS Plugin] Tagify */
.tagify {
    width: 100%;
}

body .tagify {
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, .42);
    border-radius: 4px 4px 0 0;
    min-height: 56px;
    background-color: #f5f5f5;
    letter-spacing: .009375em;
}

body.night-mode .tagify {
    border-bottom-color: rgb(255 255 255 / 42%);
    background-color: #373737;
}

body .tagify .tagify__input {
    margin: 13px;
    padding: 0.3em 3px;
}

body .tagify--focus+input+span {
    font-size: 0 !important;
}

body .tagify--focus+input+span::after {
    transform: scale(1);
}

body.night-mode .tagify__dropdown {
    border-color: #363636;
    background-color: #424242
}

body.night-mode .tagify__dropdown__item--active {
    background-color: #212121
}

.tagify__dropdown {
    z-index: 99999 !important;
}

/* [JS Plugin] Plyr.JS */
.plyr.fluid-video {
    background: #000;
}

.plyr.fluid-video .plyr__video-wrapper {
    background: #000;
}

.plyr.fluid-video.non-fullscreen {
    max-height: calc(100vh - 350px);
}

.plyr.fluid-video.non-fullscreen video {
    max-height: calc(100vh - 350px);
    width: 100%;
    height: auto;
    object-fit: contain;
}

.plyr.fluid-video.fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}

.plyr.fluid-video.fullscreen video {
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Poster image before video loads */
.plyr.fluid-video video[poster] {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}

/* Loading state */
.plyr.fluid-video:not(.plyr--playing) .plyr__poster {
    opacity: 1;
}

/* Header */
.main-wrapper {
    width: 100%;
    min-width: 260px;
    padding-left: 250px;
}

.top-bar {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    height: 44px;
    font-size: 12px;
    line-height: 44px;
    background: #fff2cc;
    color: #333;
    z-index: 1001;
    font-weight: 500;
    border-bottom: 1px solid #ffe496;
}

.top-bar.danger {
    background: #ce3426;
    color: #fff
}

.top-bar.danger a {
    color: #fff200
}

.main-header {
    margin-bottom: 30px;
}

.ele_navbar_top {
    position: fixed;
    z-index: 1045;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--header-background);
    height: 56px;
    padding: 0;
}

body.night-mode .ele_navbar_top {
    background: var(--header-background-dark);
}

body.night-mode:not(.visitor) .main-header {
    background: var(--header-bg-color-dark);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

body.modal-open .main-header,
body.modal-open .top-bar {
    padding-right: 17px !important
}

@media (min-width:768px) {

    body.modal-open:not(.n_chat) .main-header,
    body.modal-open:not(.n_chat) .top-bar {
        padding-right: 227px !important
    }
}

@media (min-width:1200px) {

    .main-wrapper,
    .top-bar {
        padding-right: 90px;
    }

    body.n_chat .main-header,
    body.n_chat .main-wrapper,
    body.n_chat .top-bar {
        padding-right: 0
    }
}

body.n_activated .ele_sidebar_left,
body.n_live .ele_sidebar_left,
body.n_activated .chat-sidebar,
body.n_live .chat-sidebar {
    top: 100px;
}

.ele_header {
    width: 100%;
}

.ele_toggle_sidebar {
    border: none;
    background: transparent;
    padding: 5px;
    line-height: 1;
    margin: 0 10px 0 -5px;
    color: var(--header-color);
}

body.night-mode .ele_toggle_sidebar {
    color: var(--header-bg-color-dark);
}

.main-header .logo-wrapper,
.ele_welcome_top .logo-wrapper {
    display: block;
    overflow: hidden;
    word-break: break-all;
    color: var(--header-color);
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    flex: 0 0 auto;
}

body.night-mode .main-header .logo-wrapper,
body.night-mode .ele_welcome_top .logo-wrapper {
    color: var(--header-bg-color-dark);
}

.main-header img.logo-light {
    display: inline-block;
}

.night-mode .main-header img.logo-light {
    display: none;
}

.main-header img.logo-dark {
    display: none;
}

.night-mode .main-header img.logo-dark {
    display: inline-block;
}

.main-header .logo-wrapper img,
.ele_welcome_top .logo-wrapper img {
    max-width: 130px;
    max-height: 40px;
    transform: translateZ(0px);
}

.main-header .search-wrapper {
    margin: 0 auto 0 10px;
    position: relative;
    width: 420px;
}

.ele_toggle_search {
    border: none;
    background: var(--header-background);
    padding: 5px;
    line-height: 1;
    color: var(--header-color);
    position: fixed;
    left: 10px;
    top: 9px;
    display: none;
}

body.night-mode .ele_toggle_search {
    background: var(--header-background-dark);
    color: var(--header-bg-color-dark);
}

.main-header .search-wrapper>form {
    margin: 0 8px;
    position: relative;
    z-index: 1;
}

.main-header .search-wrapper>form svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    width: 22px;
    height: 22px;
    opacity: 0.7;
    pointer-events: none;
    transition: all .15s linear;
    color: var(--header-search-color);
    will-change: transform, opacity;
}

body.night-mode .main-header .search-wrapper>form svg {
    color: var(--header-bg-color-dark);
}

.main-header .search-wrapper .form-control {
    background: var(--header-search-bg);
    width: 100%;
    border: 0;
    padding: 10px 10px 10px 39px;
    border-radius: 2em;
    height: 40px;
    transition: all .15s linear;
    color: var(--header-search-color);
    font-size: 15px;
}

body.night-mode .main-header .search-wrapper .form-control {
    color: var(--header-bg-color-dark);
}

body.night-mode .main-header .search-wrapper .form-control {
    background: var(--body-bg-color-dark)
}

.main-header .search-wrapper .form-control::-webkit-input-placeholder {
    color: var(--header-search-color);
    opacity: 0.5;
}

body.night-mode .main-header .search-wrapper .form-control::-webkit-input-placeholder {
    color: var(--header-bg-color-dark);
}

.main-header .search-wrapper .form-control:-moz-placeholder {
    color: var(--header-search-color);
    opacity: 0.5;
}

body.night-mode .main-header .search-wrapper .form-control:-moz-placeholder {
    color: var(--header-bg-color-dark);
}

.main-header .search-wrapper .form-control:-ms-input-placeholder {
    color: var(--header-search-color);
    opacity: 0.5;
}

body.night-mode .main-header .search-wrapper .form-control:-ms-input-placeholder {
    color: var(--header-bg-color-dark);
}

.main-header .search-wrapper .form-control:focus {
    padding: 10px;
}

.main-header .search-wrapper .form-control:focus+svg {
    transform: translateY(-50%) translateX(-10px);
    opacity: 0;
}

.ele_navbar_top_right {
    position: fixed;
    right: 0;
    z-index: 1045;
    top: 0;
    padding: 8px 15px;
}

@media (min-width:768px) {
    .tag_logo_mobi {
        display: none;
    }
}

.ele_navbar_top_right>.dropdown {
    margin: 0 5px;
}

.ele_navbar_top_right>.dropdown .counter {
    padding: 1px 5px;
    border-radius: 2em;
    color: var(--main-color);
    font-size: 12px;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    background-color: var(--main-btn);
    min-width: 19px;
    height: 19px;
    text-align: center;
    top: -5px;
    right: -5px;
}

.ele_hdr_droptoggle {
    border: 0;
    line-height: 1;
    padding: 8px;
    border-radius: 50%;
    color: var(--header-color);
    position: relative;
    background: transparent;
}

body.night-mode .ele_hdr_droptoggle {
    color: var(--header-bg-color-dark);
}

.ele_hdr_droptoggle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: currentColor;
    opacity: 0;
    transition: all 0.15s;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.09;
}

.ele_hdr_droptoggle svg {
    width: 24px;
    height: 24px;
}

.show>.ele_hdr_droptoggle {
    background: var(--header-color);
    color: var(--header-background);
}

body.night-mode .show>.ele_hdr_droptoggle {
    background: var(--header-bg-color-dark);
    color: var(--header-background-dark);
}

.ele_hdr_user_droptoggle {
    padding: 0px;
}

.ele_hdr_user_droptoggle,
.ele_hdr_user_droptoggle:before {
    border-radius: 2em;
}

.ele_hdr_user_droptoggle img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.ele_hdr_user_droptoggle span {
    font-weight: 500;
    padding: 0 14px 0 5px;
    letter-spacing: 0.3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.ele_hdr_nouser_droptoggle {
    padding: 8px;
}

.ele_navbar_top_right>.dropdown .dropdown-menu,
.ele_header_sarch_dropdown {
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    width: 100%;
    min-width: 350px;
    max-height: calc(100vh - 100px);
    max-width: 350px;
    overflow-y: auto;
    padding: 3px 10px;
    margin: 0;
    overscroll-behavior-y: contain;
    background: #fff;
}

.ele_header_sarch_dropdown {
    min-width: 100%;
    padding: 56px 0 0;
    top: -8px;
    z-index: auto;
    max-height: none;
}

.ele_header_search_body {
    max-height: calc(100vh - 156px);
    overflow-y: auto;
    overscroll-behavior-y: contain;
    padding: 3px 10px;
}

.ele_hdr_user_dropdown hr {
    margin: 10px 0;
}

.ele_hdr_user_dropdown>.dropdown-item,
.ele_hdr_user_dropdown>.dropdown-item:hover,
.ele_hdr_user_dropdown>.dropdown-item:active,
.ele_hdr_user_dropdown>.dropdown-item:focus {
    color: #252525;
    transition: all 0.15s;
}

body.night-mode .ele_hdr_user_dropdown>.dropdown-item,
body.night-mode .ele_hdr_user_dropdown>.dropdown-item:hover,
body.night-mode .ele_hdr_user_dropdown>.dropdown-item:active,
body.night-mode .ele_hdr_user_dropdown>.dropdown-item:focus {
    color: #e3e3e3;
}

.ele_hdr_user_dropdown>.dropdown-item svg,
.ele_hdr_user_dropdown>.dropdown-item i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 8px;
    margin-right: 18px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
}

body.night-mode .ele_hdr_user_dropdown>.dropdown-item svg,
body.night-mode .ele_hdr_user_dropdown>.dropdown-item i {
    background-color: rgb(255 255 255 / 10%);
}

.ele_hdr_user_dropdown>.dropdown-item>img {
    width: 36px;
    height: 36px;
    margin-right: 18px;
}

.ele_hdr_user_submenu {
    padding-left: 66px;
    margin: 2px -3px 6px;
    flex-wrap: wrap;
}

.ele_hdr_user_dropdown .ele_hdr_user_submenu a {
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    margin: 0 3px 9px;
    text-align: center;
    line-height: 28px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
    width: auto;
}

body.night-mode .ele_hdr_user_dropdown .ele_hdr_user_submenu a {
    background-color: rgb(255 255 255 / 8%);
}

.ele_hdr_user_submenu a svg {
    width: 17px;
    height: 17px;
    margin: -2px 0 0;
}

.ele_main_usr_ddmenu.open-lang .ele_hdr_user_dropdown,
.ele_mobi_langs_menu {
    display: none !important;
}

.open-lang .ele_mobi_langs_menu {
    display: block !important;
    padding: 15px !important;
}

.ele_mobi_langs_menu>h3 {
    font-size: 22px;
    margin: 10px 0 15px;
}

.ele_main_usr_ddmenu .ele_mobi_langs_menu>a {
    padding: 0 5px;
    border-bottom: 1px solid rgb(0 0 0 / 0.05);
    font-size: 16px;
    color: #363636;
    line-height: 42px;
}

body.night-mode .ele_main_usr_ddmenu .ele_mobi_langs_menu>a {
    border-color: rgb(255 255 255 / 8%);
    color: #d4d4d4;
}

.ele_mobi_langs_menu>a:last-child {
    border: 0;
}

.ele_main_usr_ddmenu .ele_mobi_langs_menu>a img {
    margin-top: -3px;
    width: 20px;
    height: 20px;
    transform: translateZ(0);
}

.ele_mobi_hdr_not_title {
    display: none;
}

.dropdown-widget-header {
    padding: 10px 5px 5px;
    font-size: 12px;
    justify-content: space-between;
}

.dropdown-widget-header .title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Gilroy', Roboto, sans-serif;
}

.dropdown-widget-header .btn {
    height: 28px;
    width: 28px;
    min-width: auto;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    color: #006f69;
    background: rgb(27 195 187 / 30%);
    line-height: 28px;
}

.dropdown-widget-header .btn svg {
    width: 18px;
    height: 18px;
    margin: 0;
}

.dropdown-widget-body {
    padding: 0;
    font-size: 12px
}

.dropdown-widget-body .title {
    color: #9a9fbf;
    padding: 8px;
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px
}

.dropdown-widget-body .js_scroller,
.chat-sidebar-content .js_scroller {
    height: auto !important;
}

.dropdown-widget-footer {
    display: block;
    padding: 7px;
    text-align: center;
    font-size: 13px;
    border-radius: 10px;
    color: #006f69;
    background: rgb(27 195 187 / 30%);
    font-weight: 500;
    margin: 8px 0;
}

body.night-mode .dropdown-widget-footer {
    color: #ffffff;
}

.ele_noti_sound {
    margin: 0;
}

.ele_noti_sound input {
    display: none;
}

.ele_noti_sound svg {
    cursor: pointer;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    padding: 5px;
    color: #006f69;
    background: rgb(27 195 187 / 30%);
}

body.night-mode .ele_noti_sound svg {
    color: #ffffff;
}

.ele_noti_sound input+svg {
    display: none;
}

.ele_noti_sound input+svg+svg {
    display: block;
}

.ele_noti_sound input:checked+svg {
    display: block;
}

.ele_noti_sound input:checked+svg+svg {
    display: none;
}

.ele_notifis {
    margin: 8px 0;
    font-size: 15px;
}

.ele_notifis>a.data-container {
    padding: 8px;
    border-radius: 8px;
    color: #252525;
    min-height: auto;
    transition: all 0.15s;
}

body.night-mode .ele_notifis>a.data-container {
    color: #d1d1d1;
}

.ele_notifis.unread>a.data-container {
    background: rgb(0 0 0 / 7%);
}

.ele_notifis.feeds-action-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ele_notifis.feeds-action-item>.btn {
    flex: 0 0 auto;
}

.ele_notifis_avatar,
.ele_friend_reqs .feeds-item .data-avatar,
.ele_header_search_body .feeds-item .data-avatar {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 13px;
    position: relative;
}

.ele_notifis_avatar img,
.ele_friend_reqs .feeds-item .data-avatar img,
.ele_header_search_body .feeds-item .data-avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.ele_notifis_avatar>div.icon {
    position: absolute;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #2196f3;
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%), 0 2px 2px rgb(0 0 0 / 8%), 0 8px 8px rgb(0 0 0 / 8%);
}

body.night-mode .ele_notifis_avatar>div.icon {
    background-color: #2e2e2e;
    box-shadow: 0 0px 0px 1px rgb(255 255 255 / 18%);
}

.ele_notifis_avatar>.left-avatar,
.ele_notifis_avatar>.right-avatar {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    border: 2px solid #fff;
}

body.night-mode .ele_notifis_avatar>.left-avatar,
body.night-mode .ele_notifis_avatar>.right-avatar {
    border-color: #2e2e2e;
}

.ele_notifis_avatar>.left-avatar {
    left: 0;
    bottom: 0;
    z-index: 1;
}

.ele_notifis_avatar>.right-avatar {
    top: 0;
    right: 0;
}

.ele_notifis_data {
    width: 100%;
    position: relative;
}

.ele_notifis_data.message {
    max-width: calc(100% - 73px);
}

.ele_notifis_data>.name {
    font-weight: 500;
    color: #252525;
}

body.night-mode .ele_notifis_data>.name {
    color: #f0f0f0;
}

.ele_notifis_data .time {
    font-size: 11px;
    color: #252525;
    opacity: 0.7;
    margin: 5px 0 0;
    line-height: normal;
}

body.night-mode .ele_notifis_data .time {
    color: #e7e7e7;
}

.ele_notifis_data.message .time {
    margin: 0;
}

.ele_notifis_data>div.text {
    font-size: 12px;
    padding: 2px 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ele_notifis_data>div.text .data-img {
    width: 14px;
    height: 14px;
    margin-top: -2px;
    border-radius: 3px;
}

.ele_friend_reqs .feeds-item,
.ele_header_search_body .feeds-item {
    border: 0;
}

.ele_friend_reqs .feeds-item .data-container,
.ele_header_search_body .feeds-item .data-container {
    border-radius: 8px;
    min-height: auto;
    transition: all 0.15s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ele_friend_reqs .feeds-item .data-container:hover,
.ele_header_search_body .feeds-item .data-container:hover {
    background: #f6f7f8;
}

body.night-mode .ele_friend_reqs .feeds-item .data-container:hover,
body.night-mode .ele_header_search_body .feeds-item .data-container:hover {
    background: #353535;
}

.ele_friend_reqs .feeds-item .data-content,
.ele_header_search_body .feeds-item .data-content {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}

.ele_friend_reqs .feeds-item .data-content .mt5 {
    margin: 0 0 5px !important;
}

.ele_friend_reqs .feeds-item .data-content .name a,
.ele_header_search_body .feeds-item .data-content .name a,
.ele_header_search_more {
    font-weight: 500;
    color: #252525;
    font-size: 15px;
}

body.night-mode .ele_friend_reqs .feeds-item .data-content .name a,
body.night-mode .ele_header_search_body .feeds-item .data-content .name a,
body.night-mode .ele_header_search_more {
    color: #dddddd;
}

.ele_friend_reqs .feeds-item .data-content .float-right {
    float: none !important;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ele_friend_reqs .feeds-item .data-content .btn {
    padding: 0 16px;
    font-size: 13px;
    line-height: 27px;
    margin: 0;
}

.ele_header_search_body .feeds-item .data-avatar {
    width: 50px;
    min-width: 50px;
    height: 50px;
}

.ele_header_search_body .feeds-item .data-content {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.ele_header_search_body .feeds-item .data-content .float-right {
    flex: 0 0 auto;
}

.ele_header_search_body .feeds-item .data-content .mt5 {
    margin: 0 !important;
}

.ele_header_search_body .feeds-item .data-content .btn {
    padding: 0 12px;
    font-size: 13px;
    line-height: 26px;
}

.ele_header_search_body .feeds-item .data-content .btn svg {
    display: none;
}

.ele_header_search_more svg {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    padding: 11px;
    margin-right: 13px;
}

body.night-mode .ele_header_search_more svg {
    background: rgb(255 255 255 / 5%);
}

.ele_header_shadow {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAOBAMAAAD3WtBsAAAAFVBMVEUAAAAAAAAAAAAAAAAAAAAAAAD29va1cB7UAAAAB3RSTlMCCwQHGBAaZf6MKAAAABpJREFUCNdjSGNIY3BhCGUQBEJjIFQCQigAACyJAjLNW4w5AAAAAElFTkSuQmCC);
    position: absolute;
    background-size: 1px 7px;
    height: 7px;
    right: 0;
    left: 0;
    pointer-events: none;
    background-repeat: repeat-x;
    bottom: -6px;
    transition: all .15s linear;
    z-index: -1;
}

/* Top Navbar Menu */
.ele_toggle_navbar_top {
    opacity: 0;
    position: fixed;
    top: 10px;
    left: 10px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    padding: 6px;
    will-change: opacity;
    pointer-events: none;
    background: #fff;
    border: 0;
    border-radius: 50%;
}

body.night-mode .ele_toggle_navbar_top {
    background: #212121;
    color: #ddd;
}

.ele_navbar_top_side {
    position: fixed;
    top: 66px;
    left: 10px;
    box-shadow: 0 50px 100px -20px rgb(50 50 93 / 25%), 0 30px 60px -30px rgb(0 0 0 / 30%);
    padding: 0;
    transform: rotateX(-15deg);
    -webkit-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    opacity: 0;
    transition: 250ms;
    transition-property: transform, -webkit-transform;
    will-change: transform, opacity;
    pointer-events: none;
}

.ele_navbar_top_side_all_arrow {
    position: absolute;
    top: -18px;
    left: 12px;
    width: 12px;
    height: 12px;
    transform: translateY(12px) rotate(45deg);
    border-radius: 3px 0 0 0;
    background-color: #fff;
    box-shadow: -3px -3px 5px rgb(82 95 127 / 4%);
    z-index: 2;
}

body.night-mode .ele_navbar_top_side_all_arrow {
    background-color: #212121;
}

.ele_navbar_top_side .sidebar_innr {
    padding: 0 26px 26px !important;
    max-height: calc(100vh - 200px);
}

.ele_navbar_top_side_all_heading {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 26px 0 6px;
}

.ele_navbar_top_side_all_sec {
    display: inline-grid;
    grid: auto/repeat(2, 1fr);
    gap: 22px;
}

.ele_navbar_top_side_all_sec a {
    display: block;
    min-width: 180px;
    text-align: inherit;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    border-radius: 8px;
    line-height: 46px;
    padding: 0 8px;
}

body.night-mode .ele_navbar_top_side_all_sec a {
    box-shadow: 0 0 0 1px rgb(255 255 255 / 10%);
}

.ele_navbar_top_side_all_sec a:hover {
    background: rgb(0 0 0 / 4%);
}

body.night-mode .ele_navbar_top_side_all_sec a:hover {
    background: rgb(255 255 255 / 4%);
}

.ele_navbar_top_side_all_sec a svg,
.ele_navbar_top_side_all_sec a img {
    width: 28px;
    height: 28px;
    color: #636F7E;
}

body.side_open {
    overflow: hidden;
}

body.side_open .ele_toggle_navbar_top {
    opacity: 1;
    pointer-events: auto;
    z-index: 1046;
}

body.side_open .ele_navbar_top_side {
    opacity: 1;
    transform: rotateX(0deg);
    pointer-events: auto;
    z-index: 1046;
}

.ele_side_backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    height: 100%;
    z-index: 1045;
    transition: background-color 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: visibility;
}

.side_open .ele_side_backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    visibility: visible;
}

/* Create Button */
.ele_create_dropup {
    position: fixed;
    bottom: 30px;
    right: 120px;
    z-index: 95;
    transition: all 0.15s ease;
}

.ele_create_dropup>.btn {
    min-width: 56px;
    width: 56px;
    line-height: 55px;
    height: 56px;
    border-radius: 16px;
    box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%), 0px 6px 10px 0px rgb(0 0 0 / 14%), 0px 1px 18px 0px rgb(0 0 0 / 12%);
    padding: 0;
}

.ele_create_dropup>.btn svg {
    margin: 0;
    width: 26px;
    height: 26px;
    transition: all 0.15s linear;
}

.ele_create_dropup.show>.btn svg {
    transform: rotate(45deg);
}

.ele_create_dropup>.dropdown-menu {
    margin-bottom: 5px;
    transform-origin: right bottom;
    transform: scale3d(.8, .8, 1);
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: opacity 150ms cubic-bezier(0.4, 0.0, 0.2, 1) 0ms, transform 150ms cubic-bezier(0.4, 0.0, 0.2, 1) 0ms;
}

.ele_create_dropup.show>.dropdown-menu {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    visibility: visible;
}

.ele_create_dropup>.dropdown-menu:before {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 18px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 20px 0 3px 0;
    background: #fff;
}

body.night-mode .ele_create_dropup>.dropdown-menu:before {
    background: #2e2e2e;
}

/* Payments Plans */
.payment-plans {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.payment-plan {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 12px;
    flex: 1 1 49%;
}

body.night-mode .payment-plan {
    background: #111;
}

.payment-plan .text-xxlg {
    line-height: normal;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 26px;
}

.payment-plan .text-xlg {
    font-size: 18px;
    font-weight: 500;
}

/* Heading */
.section-title {
    background: #f5f5f5;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    border-radius: 2px
}

body.night-mode .section-title {
    color: #5e72e4;
    background-color: #111
}

.heading-small {
    font-size: 12px;
    padding: 4px 0;
    letter-spacing: .04em;
    text-transform: uppercase
}

.hr-heading {
    display: block;
    overflow: hidden;
    text-align: center;
    white-space: nowrap
}

.hr-heading-text {
    position: relative;
    display: inline-block;
    color: #999
}

.hr-heading-text:after,
.hr-heading-text:before {
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #ddd;
    content: ''
}

body.night-mode .hr-heading-text:after,
body.night-mode .hr-heading-text:before {
    background: #323232
}

.hr-heading-text:before {
    right: 100%;
    margin-right: 15px
}

.hr-heading-text:after {
    left: 100%;
    margin-left: 15px
}

.ele_sidebar_widget_title {
    padding: 12px;
    justify-content: space-between;
}

.ele_sidebar_widget_title b {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: normal;
}

.ele_sidebar_widget_title b svg {
    margin-top: -4px;
}

/* User Box */
.user-box {
    display: block;
    margin: 5px;
    text-align: center;
    text-decoration: none
}

.circled-user-box {
    margin: 5px
}

.circled-user-box .user-box {
    position: relative;
    padding-top: 100%;
    margin: 0;
    margin-bottom: 20px
}

.user-box img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 50%
}

.circled-user-box .user-box img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover
}

.user-box .name {
    margin-top: 5px;
    font-size: 11px;
    word-break: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.circled-user-box .user-box .name {
    position: absolute;
    left: 0;
    right: 0
}

/* UI Box */
.ui-box {
    position: relative;
    background: #f6f9fc;
    padding: 50px 15px 15px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 4px
}

body.night-mode .ui-box {
    background: #292929
}

.ui-box .img {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    padding: 4px;
    margin: 0 auto;
    border-radius: 50%
}

body.night-mode .ui-box .img {
    background: #212121
}

.ui-box img {
    height: 92px;
    width: 92px;
    border-radius: 50%;
    object-fit: cover;
}

.ui-box .btn {
    box-shadow: none
}

/* Stat Panel */
.stat-panel {
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden
}

.stat-panel.border {
    border: 1px solid #e6ecf5
}

body.night-mode .stat-panel.border {
    border-color: #363636 !important
}

.stat-cell {
    position: relative;
    padding: 20px
}

.stat-cell .icon {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    font-size: 20px;
    width: 48px;
    height: 48px;
    padding: 14px;
    border-radius: 50%
}

.stat-cell .bg-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 100px;
    opacity: .25
}

.stat-cell a {
    font-size: 12px;
    color: #fff
}

.stat-cell a:hover {
    text-decoration: underline
}

/* Pro Users */
.featured-users-innr {
    padding: 0 12px 2px;
}

.featured-users-innr .ele_prem {
    margin: 0 0 12px;
    overflow: hidden;
}

.featured-users-innr .ele_prem img {
    width: 37px;
    top: 8px;
    mix-blend-mode: luminosity;
}

.ele_pro_users {
    margin: 0 -5px;
    flex-wrap: wrap;
    overflow: hidden;
    max-height: 286px;
}

.ele_pro_users>div {
    padding: 0 5px;
    width: 33.3333333333%;
}

.ele_pro_users>div a {
    display: block;
    padding: 4px;
    width: 100%;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 0.1);
    margin: 1px 0 10px;
    border-radius: 10px;
}

body.night-mode .ele_pro_users>div a {
    box-shadow: 0 0 0 1px rgb(255 255 255 / 10%);
}

.ele_pro_users>div img {
    object-fit: cover;
    border-radius: 7px;
    width: 100%;
    height: 95px;
}

.ele_pro_users>div .name {
    margin: 7px 0 3px;
    font-size: 13px;
    font-weight: 500;
    color: #363636;
}

body.night-mode .ele_pro_users>div .name {
    color: #dfdfdf;
}

/* Main Side Nav */
.ele_sidebar_left {
    max-height: 100%;
    bottom: 0;
    height: calc(100% - 56px);
    position: fixed;
    left: 0;
    top: 56px;
    width: 250px;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    background: #fff;
}

body.night-mode .ele_sidebar_left {
    background: #212121;
}

.ele_sidebar_left .sidebar_innr,
.ele_navbar_top_side .sidebar_innr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    padding: 16px 12px;
}

.ele_sidebar_left .sidebar_innr>hr {
    width: 100%;
    margin: 10px 0;
    border-color: rgb(0 0 0 / 6%);
}

body.night-mode .ele_sidebar_left .sidebar_innr>hr {
    border-color: rgb(255 255 255 / 8%);
}

.ele_sidebar_left .sidebar_innr>.btn {
    line-height: normal;
    min-height: 48px;
    border-radius: 2em;
    padding: 0 16px;
    color: #525252;
    white-space: normal;
    text-align: inherit;
}

body.night-mode .ele_sidebar_left .sidebar_innr>.btn {
    color: #c6c6c6;
}

.ele_sidebar_left .sidebar_innr>.btn:hover {
    background: rgb(0 0 0 / 0.04);
    color: #000;
}

body.night-mode .ele_sidebar_left .sidebar_innr>.btn:hover {
    background: rgb(255 255 255 / 0.06);
    color: #fff;
}

.ele_sidebar_left .sidebar_innr>.btn.active {
    color: var(--main-link);
}

.ele_sidebar_left .sidebar_innr>.btn.active:before,
.ele_prem:before,
.profile-buttons-wrapper .btn.js_interest-event:before {
    content: '';
    background-color: currentColor;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    opacity: .2;
}

.ele_sidebar_left .sidebar_innr>.btn svg,
.ele_sidebar_left .sidebar_innr>.btn img {
    margin: 0;
    width: 24px;
    height: 24px;
    opacity: 0.8;
    flex: 0 0 auto;
}

.ele_sidebar_left .sidebar_innr>.btn.active svg {
    opacity: 1;
}

.ele_sidebar_left .sidebar_innr>.btn span {
    padding: 0 0 0 14px;
    font-size: 15px;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-weight: 700;
}

.ele_prem {
    display: block;
    border-radius: 10px;
    position: relative;
    margin: 15px;
    padding: 15px;
    flex: 0 0 auto;
    color: var(--main-link) !important;
}

body.night-mode .ele_prem {
    color: #8c8c8c !important;
}

.ele_prem:before {
    border-radius: 10px;
}

.ele_prem img {
    position: absolute;
    width: 47px;
    right: 7px;
    top: -12px;
    pointer-events: none;
}

.ele_prem p {
    font-weight: 500;
    font-size: 15px;
    color: black;
    width: 100%;
    margin: 0 0 10px;
}

body.night-mode .ele_prem p {
    color: white;
}

.ele_prem .btn {
    line-height: 28px;
    padding: 0 12px;
    font-size: 13px;
}

/* side-nav */
.side-nav a,
.side-nav .static {
    display: block;
    padding: 13px 22px;
    color: #787878;
    font-size: 15px;
    position: relative;
}

body.night-mode .side-nav a,
body.night-mode .side-nav .static {
    color: #9c9c9c;
}

.side-nav a:hover {
    color: #222;
}

body.night-mode .side-nav a:hover {
    color: #ddd;
}

.side-nav a[data-toggle=collapse]:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    float: right;
    content: '\f105';
    transition: all .15s ease;
    color: #ced4da;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.side-nav a[data-toggle=collapse][aria-expanded=true]:after {
    transform: rotate(90deg);
    color: var(--main-btn);
}

.side-nav a svg {
    margin: -2px 15px 0 0;
}

.side-nav>li.active>a {
    color: var(--main-btn);
    border-radius: 12px;
    font-weight: 500;
}

.side-nav>li.active>a:before {
    content: '';
    border-radius: 12px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    opacity: 0.1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.side-nav>li.active>a i {
    color: var(--main-btn) !important;
}

.side-nav ul>li.active>a {
    color: var(--main-btn);
}

.side-nav ul a {
    margin-left: 32px;
    padding: 10px 20px;
    font-size: 11px;
    color: #888da8;
    border-left: 1px solid #eee;
}

body.night-mode .side-nav ul a {
    border-color: #424242;
}

/* Content Tabs */
.content-tabs {
    margin-bottom: 30px;
    padding: 5px;
    border-bottom: 1px solid #eee;
    margin-top: -15px;
}

body.night-mode .content-tabs {
    border-color: #404040;
}

.content-tabs>ul {
    white-space: nowrap;
    overflow-x: auto;
}

.content-tabs>ul>li {
    display: inline-block;
}

.content-tabs>ul>li>a {
    display: block;
    padding: 0 16px;
    font-size: 15px;
    color: #3c3c3c;
    transition: all .2s ease;
    line-height: 48px;
    font-weight: 500;
    position: relative;
    margin: 11px 7px;
}

body.night-mode .content-tabs>ul>li>a {
    color: #c9c9c9;
}

.content-tabs>ul>li>a svg {
    margin: -4px 5px 0 0;
    width: 23px;
    height: 23px;
}

.content-tabs>ul>li.active>a {
    color: var(--main-link);
}

.content-tabs>ul>li>a:hover::before,
.content-tabs>ul>li.active>a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    opacity: 0.2;
    border-radius: 2em;
}

.content-tabs>ul>li>a:hover::before {
    opacity: 0.1;
}

/* Games */
.ele_games_list {
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

body.night-mode .ele_games_list {
    box-shadow: 0 0 0 1px rgb(255 255 255 / 12%);
}

.ele_games_list .img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

/* See More */
.see-more {
    text-align: center;
    margin: 10px 0 0;
    padding: 10px
}

.see-more:hover {
    text-decoration: underline;
    cursor: pointer
}

.see-more.loading:hover {
    text-decoration: none;
    cursor: default
}

.see-more.done:hover {
    text-decoration: underline;
    cursor: text
}

/* Feeds Item */
.feeds-item {
    border-bottom: 1px solid #e6ecf5
}

body.night-mode .feeds-item {
    border-color: #323232
}

.feeds-item:last-child {
    border-bottom: 0 none
}

.feeds-item.unread {
    background: #e9eaed
}

body.night-mode .feeds-item.unread {
    background: #2b2b2b
}

/* Data Container */
.data-container {
    display: block;
    width: 100%;
    padding: 8px;
    min-height: 56px
}

.data-container.small {
    min-height: 46px
}

.data-container.clickable:hover,
a.data-container:hover {
    background: #f6f7f8;
    text-decoration: none;
    cursor: pointer
}

body.night-mode .data-container.clickable:hover,
body.night-mode a.data-container:hover {
    background: #424242
}

.data-avatar {
    display: block;
    position: relative;
    float: left
}

.data-avatar img {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%
}

@media (min-width:768px) {
    .data-avatar img {
        width: 40px;
        height: 40px;
        border-radius: 50%
    }

    .data-container.small .data-avatar img {
        width: 30px;
        height: 30px
    }
}

.data-avatar .left-avatar,
.data-avatar .right-avatar {
    background-size: cover;
    background-position: center center;
    float: left;
    overflow: hidden;
    width: 14px;
    height: 30px;
    margin-right: 1px;
    border-radius: 20px 0 0 20px
}

.data-avatar .right-avatar {
    width: 15px;
    margin-right: 0;
    border-radius: 0 20px 20px 0
}

@media (min-width:768px) {

    .data-avatar .left-avatar,
    .data-avatar .right-avatar {
        width: 19px;
        height: 40px;
        border-radius: 20px 0 0 20px
    }

    .data-avatar .right-avatar {
        width: 20px;
        border-radius: 0 20px 20px 0
    }

    .data-container.small .data-avatar .left-avatar,
    .data-container.small .data-avatar .right-avatar {
        width: 14px;
        height: 30px
    }

    .data-container.small .data-avatar .right-avatar {
        width: 15px
    }
}

.data-reaction {
    position: absolute;
    bottom: -4px;
    right: -6px
}

.data-content {
    padding-left: 38px;
    color: #818181;
    font-size: 11px
}

body.night-mode .data-content {
    color: #a9a9a9;
}

.data-content strong {
    font-weight: 500;
}

@media (min-width:768px) {
    .data-content {
        padding-left: 48px;
        word-wrap: break-word
    }

    .data-container.small .data-content {
        padding-left: 38px
    }
}

.data-content .data-img {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 1px;
    width: 48px;
    height: 48px;
    object-fit: cover
}

.data-content .btn {
    padding: 2px 6px;
    font-size: 10px
}

@media (min-width:576px) {
    .data-content .btn {
        padding: 4px 12px;
        font-size: 12px
    }
}

.data-content .name {
    font-weight: 700
}

.data-content .name a {
    color: var(--main-link);
}

.data-content .time {
    font-size: 10px;
    color: #bbb
}

.data-content .text {
    word-break: break-all
}

/* X Form */
.x-form {
    position: relative
}

.x-form-tools {
    position: absolute;
    color: var(--main-btn)
}

.x-form-tools>li {
    margin: 0 3px;
    cursor: pointer
}

.x-form-tools-attach,
.x-form-tools-emoji,
.x-form-tools-post,
.x-form-tools-voice {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer
}

.x-form-tools-attach input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: inherit;
    display: block
}

/* Attachments */
.attachments li {
    float: left;
    width: 64px;
    height: 64px;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: padding .5s
}

@media (min-width:768px) {
    .attachments li {
        width: 96px;
        height: 96px
    }
}

.attachments li.item {
    position: relative;
    border: 1px solid #eee;
    cursor: pointer
}

body.night-mode .attachments li.item {
    border-color: #424242
}

.attachments li.item img {
    width: 64px;
    height: 64px
}

@media (min-width:768px) {
    .attachments li.item img {
        width: 94px;
        height: 94px
    }
}

.attachments li.item .name {
    background: #fafafa;
    height: 100%;
    width: 100%;
    padding: 10px;
    color: #999;
    font-size: 10px;
    word-break: break-all
}

.attachments li.item.deletable:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    width: 64px;
    height: 64px;
    content: "";
    display: none
}

@media (min-width:768px) {
    .attachments li.item.deletable:before {
        width: 94px;
        height: 94px
    }
}

.attachments li.item.deletable:hover:before {
    display: block
}

.attachments li.item button {
    position: absolute;
    top: 0;
    right: 5px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: .4;
    display: none
}

.attachments li.item.deletable:hover button {
    display: block
}

.attachments li.item.deletable button:hover {
    opacity: .8
}

.attachments li.loading {
    padding-top: 22px;
    background: #f3f3f3;
    border: 1px solid #eee;
    display: none
}

@media (min-width:768px) {
    .attachments li.loading {
        padding-top: 45px
    }
}

body.night-mode .attachments li.loading {
    background: #212121;
    border-color: #424242
}

.attachments li.add {
    position: relative;
    overflow: hidden;
    padding: 20px 0 0 25px;
    color: #ddd;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    border: 2px dashed #cecece
}

@media (min-width:768px) {
    .attachments li.add {
        padding: 30px 0 0 35px;
        font-size: 24px
    }
}

/* X Uploader */
.x-uploader {
    overflow: hidden
}

.x-uploader input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: pointer;
    display: block
}

.x-uploader .fa {
    cursor: pointer
}

/* X Image */
.x-image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    border: 1px dashed #ccc;
    width: 96px;
    height: 96px;
    overflow: hidden;
    display: block;
    border-radius: 10px
}

body.night-mode .x-image {
    background-color: #333;
    border-color: #222;
}

.x-image.full {
    width: 100%
}

.x-image.sm {
    width: 48px;
    height: 48px
}

.x-image:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
    opacity: 0
}

.x-image:hover.x-image:before {
    opacity: .2
}

.x-image-success {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    background: #000;
    width: 100%;
    height: 100%;
    padding-top: 30%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    transition: all .5s
}

.x-image-loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    background: #000;
    width: 100%;
    height: 100%;
    padding-top: 50%;
    transition: all .5s
}

.x-image.full .x-image-loader {
    padding-top: 20%
}

.x-image .x-uploader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.x-image.full .x-uploader {
    padding-top: 35px;
}

.x-image button {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 2;
}

/* X Pprogress (uploading progress) */
.x-progress {
    height: 5px;
    margin: 0 1.5rem;
    border-radius: 25px
}

/* Tbl Image */
.tbl-image {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 5px;
    border-radius: 50%
}

.tbl-image.app-icon {
    width: 34px;
    height: 34px;
    border-radius: 4px
}

/* Badges */
.verified-badge {
    color: var(--main-btn);
}

.verified-color {
    color: var(--main-btn);
}

.verified-color svg {
    margin-top: -3px;
}

.pro-badge {
    color: #ff7043;
    border: 1px solid;
    border-radius: 2em;
    font-size: 11px;
    padding: 0 5px 0 1px;
    line-height: 18px;
    margin: -1px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-weight: bold;
}

.pro-badge svg {
    width: 17px;
    height: 17px;
    margin-top: -2px;
}

.privacy-badge {
    color: #fff;
    font-size: 16px
}

.privacy-badge:hover,
.pro-badge:hover,
.verified-badge:hover {
    cursor: pointer
}

/* Ads */
.ads-title {
    font-size: 14px;
    padding: 5px 0;
    margin: 0;
    word-break: break-all
}

.ads-descrition {
    font-size: 12px;
    word-break: break-word
}

.adblock-warning-message {
    display: none;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.adblock-detector {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    display: none;
    margin-bottom: 30px;
    padding: 40px 10px;
    background: #d30000;
    text-align: center;
    font-weight: 700;
    color: #fff
}

.estimated_ad_limit {
    background: #f5e6fe;
    border-radius: 10px;
    padding: 12px;
    margin: 0 0 25px;
}

body.night-mode .estimated_ad_limit {
    background: #493556;
}

.estimated_ad_limit h4 {
    font-size: 15px;
}

.estimated_ad_limit b {
    font-size: 33px;
    font-weight: 500;
}

.ele_ads_lists {
    padding: 12px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    margin-top: 20px;
    position: relative;
}

body.night-mode .ele_ads_lists {
    box-shadow: 0 0 0 1px rgb(255 255 255 / 12%);
}

.ele_ads_lists .aemp {
    position: absolute;
    right: 12px;
    top: 12px;
}

.ele_ads_lists .aemp .tag_create_menu {
    min-width: 200px;
}

.ele_ads_lists .acomp {
    font-weight: 500;
    font-size: 19px;
}

.ele_ads_lists .acomp a {
    color: #222;
}

body.night-mode .ele_ads_lists .acomp a {
    color: #e3e3e3;
}

.ele_ads_lists>.valign {
    margin: 12px 0;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    justify-content: space-around;
    padding: 5px 3px;
    font-size: 13px;
}

body.night-mode .ele_ads_lists>.valign {
    background-color: rgb(255 255 255 / 7%);
}

.ele_ads_lists>.valign svg {
    width: 13px;
    height: 13px;
    margin-top: -1px;
}

.ele_ads_lists hr {
    margin: 12px 0;
}

.ele_ads_lists .asts .valign {
    justify-content: space-between;
}

.ele_ads_lists .asts .valign span span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.ele_ads_lists .asts .valign .btn {
    padding: 0;
    line-height: 1;
}

/* User Popover */
@media (min-width:768px) {
    .user-popover {
        position: relative
    }

    .user-popover-wrapper {
        width: 400px;
        min-height: 180px;
        z-index: 99999
    }

    .user-popover-content {
        width: 400px;
        position: absolute;
        top: 5px;
        left: 0;
        border-radius: 6px;
        background-color: #fff;
        box-shadow: 0 1px 12px rgba(0, 0, 0, .2);
        z-index: 999999
    }

    body.night-mode .user-popover-content {
        background: #212121
    }

    .user-card {
        position: relative
    }

    .user-card-cover {
        width: 100%;
        height: 120px;
        background-color: #424242;
        background-size: cover;
        background-position: center center;
        border-radius: 6px 6px 0 0
    }

    .user-card-avatar {
        position: absolute;
        left: 15px;
        bottom: -15px;
        padding: 2px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .3)
    }

    body.night-mode .user-card-avatar {
        background: #212121
    }

    .user-card-avatar img {
        width: 60px;
        height: 60px;
        border-radius: 50%
    }

    .user-card-info {
        position: absolute;
        left: 96px;
        bottom: 10px;
        color: #fff
    }

    .user-card-info a {
        color: #fff;
        text-shadow: 0 0 3px rgba(0, 0, 0, .9)
    }

    .user-card-info a:hover {
        text-decoration: underline
    }

    .user-card-info a.name {
        font-size: 20px;
        font-weight: 600
    }

    .user-card-info .info {
        font-size: 12px;
        line-height: 15px;
        text-shadow: 0 0 3px rgba(0, 0, 0, .9)
    }

    .user-card-meta {
        padding-left: 96px;
        padding-top: 10px;
        font-size: 14px;
        color: #000
    }

    body.night-mode .user-card-meta {
        color: #fff
    }

    .user-card-meta .fa {
        color: #666
    }

    .user-popover-content .popover-footer {
        padding: 8px;
        text-align: center;
        border-radius: 0 0 6px 6px
    }

    .user-popover-content .popover-footer .btn {
        padding: 6px 12px;
        margin-right: 5px;
        margin-bottom: 5px
    }
}

/* Trending */
.ele_htag {
    padding: 0 6px 1px;
    flex-wrap: wrap;
}

.trending-item {
    display: block;
    padding: 8px 14px 7px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin: 0 6px 12px;
    transition: all 0.2s ease;
}

body.night-mode .trending-item {
    box-shadow: 0 0 0 1px rgb(255 255 255 / 15%);
}

.trending-item .hash {
    display: block;
    font-size: 14.5px;
    color: #303030;
    line-height: 1.1;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-weight: bold;
}

body.night-mode .trending-item .hash {
    color: #dadada;
}

.trending-item .frequency {
    font-size: 13px;
    color: #828282;
    text-transform: lowercase;
    line-height: normal;
}

.trending-item:hover,
.ele_side_users .data-container:hover {
    background: rgb(0 0 0 / 3%);
}

body.night-mode .trending-item:hover,
body.night-mode .ele_side_users .data-container:hover {
    background: rgb(255 255 255 / 5%);
}

/* Sidebar Users */
.ele_side_users {
    padding: 0 0 4px;
}

.ele_side_users .feeds-item {
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ele_side_users .data-container {
    padding: 10px 12px;
    min-height: auto;
}

.ele_side_users .data-avatar img {
    width: 48px;
    height: 48px;
}

.ele_side_users .data-avatar .emoji img {
    width: 120px;
    height: 120px;
}

.ele_side_users .data-content {
    padding-left: 60px;
}

.ele_side_users .data-content .btn {
    padding: 0 12px;
    border-radius: 2em;
    background: transparent;
    font-size: 14px;
    line-height: 32px;
    margin: -5px 0 0 10px;
}

.ele_side_users .data-content .btn.btn-success {
    color: #28a745;
    box-shadow: 0 0 0 2px #28a745;
}

.ele_side_users .data-content .btn.btn-primary {
    color: var(--main-btn);
    box-shadow: 0 0 0 2px var(--main-btn);
}

.ele_side_users .data-content .btn.btn-secondary {
    color: #747474;
    box-shadow: 0 0 0 2px #9a9a9a;
}

.ele_side_users .data-content .btn.btn-info {
    color: #17a2b8;
    box-shadow: 0 0 0 2px #17a2b8;
}

.ele_side_users .data-content .btn.btn-danger {
    color: #dc3545;
    box-shadow: 0 0 0 2px #dc3545;
}

.ele_side_users .data-content .btn svg,
.ele_side_users .data-content .btn i,
.ele_side_events .ui-box .btn svg,
.ele_side_events .ui-box .btn i,
.ele_main_group_list .ele_content .btn svg,
.ele_main_group_list .ele_content .btn i {
    display: none;
}

.ele_side_users .data-content .mt5 {
    margin-top: 13px !important;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ele_side_users .data-content .name a {
    color: #0f1419;
    font-weight: 500;
    font-size: 14px;
}

body.night-mode .ele_side_users .data-content .name a {
    color: #dddddd;
}

/* Sidebar Pages */
.ele_side_page .data-content,
.ele_side_group .data-content {
    padding-top: 5px;
}

.ele_side_page .data-content .btn.btn-primary {
    color: #ff9443;
    box-shadow: 0 0 0 2px #ff9443;
    margin: 3px 0 0 10px;
}

.ele_side_propage {
    padding: 0 12px 0.1px;
}

.ele_side_propage .feeds-item {
    margin: 0 0 12px;
}

.ele_side_propage .data-container {
    background: rgb(255 209 67 / 10%);
    border-radius: 10px;
}

.ele_side_propage .data-content .btn {
    color: #ff9443;
    box-shadow: 0 0 0 2px #ff9443;
}

/* Sidebar Groups */
.ele_side_group .data-content .btn.btn-success {
    color: #2196f3;
    box-shadow: 0 0 0 2px #2196f3;
    margin: 3px 0 0 10px;
}

/* Sidebar Events */
.ele_side_events_prnt {
    padding: 0 12px 2px;
}

.ele_side_events {
    margin: 0 -5px;
    flex-wrap: wrap;
    overflow: hidden;
    max-height: 286px;
    overflow-y: auto;
}

.ele_side_events.height {
    max-height: none;
}

.ele_side_events>li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
}

.ele_side_events .ui-box {
    padding: 0;
    background: transparent;
    margin: 0 0 10px;
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 0.1);
}

.ele_side_events .ui-box .img,
.ele_events_list .img,
.ele_main_group_list .ele_content .img {
    width: 100%;
    padding: 0;
    padding-top: 56.25%;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    border-radius: 10px 10px 0 0;
}

.ele_side_events .ui-box .img img,
.ele_events_list .img img,
.ele_main_group_list .ele_content .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ele_side_events .ui-box .mt10,
.ele_main_group_list .ele_content .mt10 {
    padding: 10px 7px;
    margin: 0 !important;
}

.ele_side_events .ui-box .h6,
.ele_main_group_list .ele_content .h6 {
    font-size: 15px;
    font-weight: 500;
    color: #282828;
    word-break: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    margin: 0;
}

body.night-mode .ele_side_events .ui-box .h6,
body.night-mode .ele_main_group_list .ele_content .h6 {
    color: #e7e7e7;
}

.ele_side_events .ui-box .btn,
.ele_main_group_list .ele_content .btn {
    width: 100%;
    line-height: 32px;
    padding: 0 13px;
    margin: -10px 0 -2px;
}

/*Sidebar Blogs*/
.ele_side_bloglist {
    padding: 0 12px 12px;
}

.ele_side_bloglist .read_more_articles_list .blog-content h3 {
    min-height: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ele_side_bloglist .foot {
    justify-content: center;
    gap: 8px;
    padding-top: 12px;
}

.ele_side_bloglist .foot .btn {
    position: relative;
    left: auto;
    right: auto;
    border-radius: 50%;
    padding: 5px;
    width: auto;
}

/* Sticker */
.sticker {
    max-height: 100px;
    display: block;
    margin: 0 auto
}

/* Publisher Box */
.publisher-overlay {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 1045;
    will-change: opacity;
}

body.publisher-focus .publisher-overlay {
    bottom: 0;
    opacity: .5;
}

.publisher {
    margin-bottom: 20px;
    padding: 0;
}

body.publisher-focus .publisher {
    z-index: 1046;
    box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
}

.publisher.mini {
    margin-bottom: 0;
    border-radius: 0
}


.ele_progress {
    height: 2px;
    width: 100%;
    background-color: #c4e9c6;
    overflow: hidden;
    bottom: -1px;
    right: 0px;
    z-index: 15;
    position: absolute;
    display: none;
}

body.night-mode .ele_progress {
    background: transparent;
}

.ele_progress .indeterminate {
    background-color: #4caf50;
}

.ele_progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.ele_progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}


.publisher-loader {
    top: 60px;
}

.publisher-close {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 1
}

.publisher-message {
    padding: 12px 12px 12px 66px;
    transition: all 0.15s;
}

.publisher-message.no-avatar {
    padding-left: 12px;
}

body.publisher-focus .publisher-message:not(.colored) {
    padding: 12px;
    transition: all 0.15s;
}

.post-colored,
.post-colored-preview,
.publisher-message.colored {
    height: 480px;
    padding: 30px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

.post-colored-preview {
    border-radius: 2px
}

.post-colored-preview.small {
    height: 180px
}

.post-colored-preview h2 {
    text-align: center;
    padding-top: 100px
}

.post-colored-preview h4 {
    text-align: center;
    padding-top: 50px
}

.post-colored-text-wrapper,
.publisher-message.colored .colored-text-wrapper {
    height: 420px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    overflow-x: auto;
}

.publisher-avatar {
    position: absolute;
    left: 12px;
    top: 11px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transition: all 0.15s;
}

body.publisher-focus .publisher-avatar {
    width: 40px;
    height: 40px;
    top: 12px;
}

body:not(.publisher-focus) .publisher-message:not(.colored) .colored-text-wrapper {
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.publisher textarea {
    background: 0 0;
    direction: ltr;
    resize: none;
    outline: 0;
    width: 100%;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    height: 24px;
    border: 0 none;
    transition: all .2s cubic-bezier(.25, .8, .25, 1);
}

body.night-mode .publisher textarea {
    color: #ddd;
}

.publisher textarea::placeholder {
    color: inherit;
    opacity: .65
}

body.publisher-focus .publisher-message:not(.colored) .colored-text-wrapper textarea {
    min-height: 100px;
    text-align: left !important;
}

body.publisher-focus .publisher.large-text .publisher-message:not(.colored) .colored-text-wrapper textarea {
    min-height: 200px;
}

body:not(.publisher-focus) .publisher-message:not(.colored) .colored-text-wrapper textarea {
    background: #ebeef0;
    font-size: 14px;
    font-weight: 500;
    transition: all .2s cubic-bezier(.25, .8, .25, 1);
    padding: 0 16px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    border-radius: 10px;
    line-height: 42px;
    height: 42px !important;
}

body.night-mode:not(.publisher-focus) .publisher-message:not(.colored) .colored-text-wrapper textarea {
    background: #333;
}

body:not(.publisher-focus) .publisher-message:not(.colored) .colored-text-wrapper textarea::placeholder {
    opacity: 1;
}

body:not(.publisher-focus) .publisher-message:not(.colored) .colored-text-wrapper .btn-live {
    display: block !important;
    color: #F44336;
    background: rgb(244 67 54 / 12%);
    flex: 0 0 auto;
    border-radius: 10px;
    line-height: 42px;
    margin-left: 12px;
}


.post-colored .post-text,
.publisher-message.colored textarea {
    text-align: center;
    line-height: normal;
    margin: auto;
    font-size: 29px;
    font-weight: 600;
    font-family: 'Gilroy', Roboto, sans-serif;
}

.publisher-message.colored textarea {
    min-height: 60px
}

.post-colored .post-text a {
    color: inherit !important;
    text-decoration: underline !important
}

.post-colored .post-text a:hover {
    text-decoration: none !important
}

.publisher-emojis {
    display: inline-block !important;
    vertical-align: middle;
}

.publisher-emojis .far {
    cursor: pointer;
    color: #999
}

.publisher-slider {
    display: none
}

.publisher-scraper {
    display: none;
    position: relative;
    margin: 8px 12px 0;
}

.publisher-scraper-remover {
    min-width: 36px;
    position: absolute;
    padding: 0 5px;
    right: 5px;
    top: 5px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    z-index: 1;
    line-height: 36px;
}

.publisher-scraper-remover:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
}

body.night-mode .publisher-scraper-remover {
    background: rgba(255, 255, 255, 0.5);
}

body.night-mode .publisher-scraper-remover:hover {
    background: rgba(255, 255, 255, 0.8);
}

.publisher-scraper-remover svg {
    margin: -2px 0 0;
    width: 18px;
    height: 18px;
}

.publisher-attachments {
    padding: 10px 12px 5px
}

.publisher-meta {
    position: relative;
    border-top: 1px solid #e6ecf0;
    font-weight: 500;
    margin: 0 12px;
    padding: 12px 0 0;
    display: none;
}

.publisher-meta[data-meta="poll"] {
    border: 0;
}

.publisher-meta.top {
    border-top: 0;
    border-bottom: 1px dashed #e6ecf0
}

.publisher-meta .svg-container {
    position: absolute;
    top: 22px;
    left: 12px;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.publisher-meta .svg-container.static {
    position: static
}

.publisher-meta input,
.publisher-meta select {
    background: #f3f3f3;
    width: 100%;
    line-height: 24px;
    padding: 8px 16px 8px 40px;
    border: 0 none;
    border-radius: 18px;
}

body.night-mode .publisher-meta input,
body.night-mode .publisher-meta select,
body.night-mode #feelings-menu-toggle,
body.night-mode #feelings-data span {
    background: #3a3a3a;
    color: #ddd;
}

.publisher-meta input.no-icon {
    padding: 8px 16px;
}

.publisher-meta select {
    color: #9c9c9c
}

.publisher-meta select:focus {
    color: #4e5665
}

.publisher-meta input::-webkit-input-placeholder {
    color: #9c9c9c
}

.publisher-meta input:-moz-placeholder {
    color: #9c9c9c;
    opacity: 1
}

.publisher-custom-thumbnail {
    display: none;
    position: relative;
    margin: 0 12px;
    padding: 8px 0 0;
    overflow: hidden;
}

.publisher-custom-thumbnail .x-image {
    width: 100%;
    height: 160px;
    margin-top: 5px;
    border-radius: 10px;
}

.publisher-custom-thumbnail .x-image-loader {
    padding-top: 80px
}

#feelings-menu-toggle {
    white-space: nowrap;
    cursor: pointer;
    padding: 0 18px;
    background: #f3f3f3;
    font-weight: 500;
    border-radius: 18px;
    color: #5e5e5e;
    line-height: 36px;
}

#feelings-menu-toggle.active {
    display: table-cell;
    background: rgb(0 150 136 / 20%);
    color: #00534b;
}

#feelings-data {
    display: table-cell;
    width: 100%;
    padding-left: 6px;
}

#feelings-data input {
    padding: 0 18px;
    line-height: 36px;
}

#feelings-data span {
    white-space: nowrap;
    padding: 0 18px;
    background: #f3f3f3;
    color: #565656;
    font-weight: 500;
    border-radius: 18px;
    cursor: pointer;
    line-height: 36px;
    display: block;
}

#feelings-data span .twa {
    vertical-align: middle;
    margin: 0 6px 0 0;
}

.feelings-list {
    max-height: 230px;
    overflow-y: auto;
    width: 100%;
    margin: 0;
}

.feeling-item i {
    height: 21px;
    margin: 0;
    margin-right: 12px;
    width: 21px;
    text-align: center;
    vertical-align: middle;
    background-size: auto;
}

.colored-pattern-item {
    display: inline-block;
    height: 26px;
    width: 26px;
    border-radius: 20px;
    background-size: cover;
    cursor: pointer;
    margin-right: 8px;
    position: relative;
    transition: all 0.2s;
}

.colored-pattern-item.active {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #252525;
}

.colored-pattern-item.active:after {
    content: '';
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    height: 5px;
    left: 8px;
    position: absolute;
    top: 9px;
    transform: rotate(-45deg);
    width: 10px;
}

.dropdown-menu.gif-search {
    display: none;
    margin-top: 0;
    padding: 8px 5px;
    width: 100%;
}

.gif-search .item {
    width: 33.3333333%;
    display: inline-block;
    padding: 5px;
}

.gif-search .item>img {
    width: 100%;
    height: 140px;
    cursor: pointer;
}

.publisher-tools-tabs {
    border-top: 1px solid #e6ecf0;
    flex-wrap: wrap;
    padding: 12px 6px 6px;
}

.publisher-tools-tabs>li {
    list-style-type: none;
    display: block;
    width: 33.3333333%;
    padding: 0 6px 6px;
}

.publisher-tools-tab {
    padding: 0 12px;
    font-weight: 500;
    border-radius: 10px;
    /*border: 1px solid #dadce0;*/
    line-height: 38px;
    transition: all 0.2s;
    position: relative;
    color: var(--body-color);
}

body.night-mode .publisher-tools-tab {
    color: var(--body-color-dark);
}

.publisher-tools-tab:not(.disabled):hover {
    background: #f3f3f3;
    cursor: pointer;
    color: var(--body-color);
}

body.night-mode .publisher-tools-tab:not(.disabled):hover {
    background: #333333;
    color: var(--body-color-dark);
}

.publisher-tools-tab.active,
.publisher-tools-tab.activated {
    color: var(--main-btn)
}

.publisher-tools-tab.activated:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    opacity: 0.15;
    border-radius: 10px;
}

body.night-mode .publisher-tools-tab.activated {
    background: #111
}

.publisher-tools-tab[data-tab=audio].activated:after,
.publisher-tools-tab[data-tab=file].activated:after,
.publisher-tools-tab[data-tab=video].activated:after {
    content: "";
    background: 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: initial
}

.publisher-tools-tab.disabled {
    position: relative;
}

.publisher-tools-tab.disabled:hover {
    cursor: initial;
}

body.night-mode .publisher-tools-tab.disabled:hover {
    background: #424242;
    color: #d5d5d5
}

.publisher-tools-tab.disabled:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .6;
    border-radius: 25px
}

body.night-mode .publisher-tools-tab.disabled:after {
    background: #000
}

.publisher-tools-tab.attach {
    position: relative;
    overflow: hidden
}

.publisher-tools-tab.attach form {
    display: initial
}

.publisher-tools-tab svg {
    width: 22px;
    height: 22px;
    color: var(--main-btn);
    margin: -1px 10px 0 0;
}


.ele_pub_box_foot {
    justify-content: space-between;
    padding: 12px;
    position: relative;
    width: 100%;
}

.ele_pub_btn_hasat {
    padding: 0;
    box-shadow: none;
    background: transparent;
    border: 0;
    line-height: 1;
    vertical-align: middle;
    margin-left: 8px;
    border-radius: 50%;
    transition: all .2s cubic-bezier(.25, .8, .25, 1);
}

body.night-mode .ele_pub_btn_hasat>svg {
    stroke: currentColor;
}

.ele_pub_btn_hasat.active {
    background: rgb(0 0 0 / 10%);
    transform: rotate(180deg);
}

.publisher-footer {
    padding: 12px;
    border-bottom: 1px solid #e6ecf0;
    justify-content: flex-end;
    padding-left: 60px;
    gap: 12px;
}

.publisher-footer-options {
    border-top: 1px solid #e6ecf0;
    padding: 22px 22px 10px;
}

body.night-mode .publisher-footer,
body.night-mode .publisher-tools-tabs,
body.night-mode .publisher-meta,
body.night-mode .publisher-footer-options {
    border-color: #424242;
}

.ele_post_as_anon label,
.ele_post_pub_privacy {
    margin: 0;
    cursor: pointer;
    border-radius: 20px;
    padding: 0 12px;
    border: 1px solid #dadce0;
    height: 30px;
    line-height: 29px;
    font-weight: 500;
    position: relative;
    font-size: 13px;
}

body.night-mode .ele_post_as_anon label,
body.night-mode .ele_post_pub_privacy {
    border-color: #535353;
}

.ele_post_as_anon label:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 29px;
    background: currentColor;
    border-radius: 20px;
    opacity: 0.02;
}

.ele_post_as_anon label svg {
    width: 0;
    height: 20px;
    transition: width 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.ele_post_as_anon input:checked~label {
    color: var(--main-btn);
    border-color: var(--main-btn);
}

.ele_post_as_anon input:checked~label:before {
    opacity: 0.1;
    height: 30px;
}

.ele_post_as_anon input:checked~label svg {
    width: 20px;
}

.publisher-footer .btn.js_publisher {
    min-width: 110px;
}

.ele_post_pub_privacy:disabled {
    cursor: auto;
    opacity: .5;
}

.ele_post_pub_privacy_menu {
    min-width: 180px;
    margin: 0;
}

.ele_post_pub_privacy_menu i {
    margin-right: 12px !important;
    width: 21px;
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
}

.publisher-anonymous-lable {
    padding: 8px 10px;
    background: #f7f7f7;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer
}

body.night-mode .publisher-anonymous-lable {
    background: #121212
}

.posts-filter {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
    line-height: 34px;
    font-weight: 600
}

body.night-mode .posts-filter {
    border-bottom-color: #212121
}

.posts-filter .btn-group .btn,
.posts-filter .btn-group .btn-default.active,
.posts-filter .btn-group .btn-default:active,
.posts-filter .btn-group .open .btn-default.dropdown-toggle,
.posts-filter .btn-group .open .btn.dropdown-toggle {
    background: 0 0 !important;
    box-shadow: none !important;
    border: 0 none !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

body.night-mode .posts-filter .btn-group .btn,
body.night-mode .posts-filter .btn-group .btn-default.active,
body.night-mode .posts-filter .btn-group .btn-default:active,
body.night-mode .posts-filter .btn-group .open .btn-default.dropdown-toggle,
body.night-mode .posts-filter .btn-group .open .btn.dropdown-toggle {
    color: var(--body-color-dark)
}

.posts-filter .dropdown-menu:not(.countries-dropdown) {
    min-width: 100%
}

.posts-filter .dropdown-menu .dropdown-item {
    padding: 2px 16px
}

.add-job-question {
    background: #f7f7f7;
    margin: 10px 0;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer
}

.add-job-question:hover {
    background: #f3f3f3
}

body.night-mode .add-job-question {
    background: #333;
    border-color: #555
}

body.night-mode .add-job-question:hover {
    background: #212121
}

.job-question {
    background: #f7f7f7;
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px
}

body.night-mode .job-question {
    background: #121212
}

.job-question .question {
    font-size: 16px;
    font-weight: 700
}

.job-question .answer {
    font-size: 14px
}

.job-candidate-wrapper {
    padding: 15px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    margin-bottom: 20px
}

body.night-mode .job-candidate-wrapper {
    border-color: #000
}

.job-candidate-avatar {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding-right: 10px
}

.job-candidate-info {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
    word-break: break-word
}

.job-candidate-info .name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

/* Post */
.posts-staging-btn {
    display: none;
    position: fixed;
    top: 150px;
    left: 50%;
    transition: all 0.2s ease;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.post {
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

body.night-mode .post {
    background: #212121;
}

.post.flagged {
    padding: 15px;
    background: #f6f7f8
}

.post .pin-icon,
.post .pending-icon,
.blog .pending-icon {
    font-size: 11px;
    padding: 10px 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-weight: bold;
    color: #FF9800;
}

.ele_job.boosted {
    box-shadow: inset 0 0px 0px 1px #ffa412, 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

.post.boosted {
    border: 1px solid #ffa412;
}

.post .boosted-icon,
.ele_job.boosted .boosted-icon {
    display: inline-block;
    color: #ff7042;
    background-color: #ffedd3;
    border-radius: 7px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 22px;
    padding: 0 10px;
    word-spacing: 1px;
    margin: 15px 0 0 15px;
}

.post .pending-icon,
.blog .pending-icon {
    color: #3698fd;
}

.post.highlighted {
    border: 1px solid #4083a9;
    box-shadow: inset 0 0 0 1px #4083a9
}

.post.is_hidden {
    border: 2px dashed #aeaeae;
    border-radius: 8px;
    z-index: 1
}

.post a:not(.dropdown-item):hover {
    text-decoration: underline
}

.post-memory-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e9e9e9;
    margin: 0;
    font-size: 15px;
    color: var(--main-link);
    font-weight: 500;
}

body.night-mode .post-memory-header {
    border-color: #424242
}

.post-top-alert {
    padding: 10px;
}

.post-top-alert>div {
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    color: #607d8b;
    background: rgb(96 125 139 / 15%);
    padding: 0 12px;
    line-height: 36px;
    filter: grayscale(1);
}

.post-top-alert>div svg {}

.post-header {
    padding: 15px;
    justify-content: space-between;
    align-items: normal;
}

.post-header>.valign {
    align-items: normal;
}

.post-avatar {
    position: relative;
    margin-right: 15px;
}

.post-avatar-anonymous {
    background: #607d8b;
    padding: 12px;
    border-radius: 50%;
    overflow: hidden;
    width: 48px;
    min-width: 48px;
    height: 48px;
    color: #fff;
}

.post-avatar-picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    overflow: hidden;
    display: block;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
}

.post-avatar-picture.small {
    min-width: 25px;
    min-height: 25px
}

.post-avatar-picture.large {
    min-width: 60px;
    min-height: 60px
}

.post-avatar-picture.rounded {
    border-radius: 50%
}

.post-avatar .online-dot {
    position: absolute;
    top: 38px;
    right: 1px;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background: #4CAF50;
    box-shadow: 0 0 0 2px white;
}

body.night-mode .post-avatar .online-dot {
    box-shadow: 0 0 0 2px #212121;
}

.post-meta>.title {
    padding: 3px 0 0;
}

.post-author {
    display: inline-block;
    font-weight: 500;
    color: black;
    font-size: 15.5px;
    letter-spacing: 0.2px;
}

body.night-mode .post-author {
    color: white;
}

.feeling-text i {
    vertical-align: middle;
    margin: -1px 0 0;
    width: 18px;
    height: 18px;
    background-size: 18px;
}

.post-time {
    flex-wrap: wrap;
}

.post-time .post-sub-item {
    display: inline-block;
    font-size: 12.5px;
    color: #7f7f7f;
}

body.night-mode .post-time .post-sub-item {
    color: #a1a1a1;
}

.post-time .btn-group .dropdown-toggle {
    color: #646464;
    font-size: 12.5px;
}

.post-time .btn-group .dropdown-toggle::after,
.ele_post_hdr_menu .dropdown-toggle::after {
    display: none;
}

.ele_post_hdr_menu {
    min-width: 22px;
    height: 22px;
}

.post-text {
    padding: 0 15px;
    text-align: initial;
    word-break: initial;
    word-wrap: break-word;
    overflow: hidden;
    margin-bottom: 10px;
    transition: height .2s;
}

.post-product-container .post-text {
    padding: 0
}

.post-replace {
    font-size: 15px;
    line-height: 22px
}

.post-replace>a[data-readmore-toggle] {
    margin: -8px 0 0 15px;
    display: table;
}

.post-product-container .post-replace>a[data-readmore-toggle] {
    margin-left: 0
}

.post-text-translation {
    padding: 10px;
    border-radius: 5px;
    margin: 15px 15px 0;
}

.post-text .twa {
    height: 18px;
    width: 18px;
    margin: 0px 2px;
    vertical-align: text-bottom;
    background-size: 18px;
}

.post-site-link {
    margin-left: 15px;
    margin-right: 15px;
}

.post-gif-link .post-media {
    border-radius: 0;
    border: 0;
}

.post-gif-link .post-media-image .image {
    padding-top: 59%;
}

.post-snippet {
    margin: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

body.night-mode .post-snippet {
    border-color: #424242;
}

.post-snippet-toggle {
    padding: 6px;
    border-radius: 10px;
    text-align: center;
}

.post-snippet .post-colored {
    border-radius: 0 0 10px 10px;
}

.post-snippet .post-site-link {
    margin-left: 0;
    margin-right: 0;
}

.post-snippet .post-site-link .post-media-image .image,
.post-gif-link .post-media .post-media-image .image {
    border-radius: 0;
}

.post-snippet .post-media {
    border-radius: 0 0 10px 10px;
    border: 0;
}

.post-edit {
    padding: 0 15px
}

.post-stats {
    justify-content: space-between;
    padding: 0 15px 5px;
    text-transform: lowercase;
    font-size: 12.5px;
    color: #525252;
}

body.night-mode .post-stats {
    color: #bababa;
}

.post-stats>.valign>div,
.post-stats>.valign>span {
    margin: 0 0 7px;
}

.post-actions {
    margin: 15px 0 0;
    padding: 0 0 10px;
    justify-content: space-between;
}

.post-actions .action-btn {
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    margin: 0 8px;
}

.post-actions .action-btn i.fa-thumbs-up,
.post-actions .action-btn i.fa-smile {
    font-size: 0;
    width: 24px;
    height: 24px;
    line-height: 1;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.86 8.08997C19.86 8.50997 19.83 8.91997 19.78 9.30997C19.32 9.10997 18.82 8.99997 18.29 8.99997C17.07 8.99997 15.99 9.58996 15.32 10.49C14.64 9.58996 13.56 8.99997 12.34 8.99997C10.29 8.99997 8.63 10.67 8.63 12.74C8.63 15.42 10.05 17.47 11.63 18.86C11.58 18.89 11.53 18.9 11.48 18.92C11.18 19.03 10.68 19.03 10.38 18.92C7.79 18.03 2 14.35 2 8.08997C2 5.32997 4.21999 3.09998 6.95999 3.09998C8.58999 3.09998 10.03 3.87997 10.93 5.08997C11.84 3.87997 13.28 3.09998 14.9 3.09998C17.64 3.09998 19.86 5.32997 19.86 8.08997Z' stroke='%23212529' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M22 12.74C22 17.42 17.67 20.18 15.73 20.84C15.5 20.92 15.13 20.92 14.9 20.84C14.07 20.56 12.8 19.89 11.63 18.86C10.05 17.47 8.63 15.42 8.63 12.74C8.63 10.67 10.29 9 12.34 9C13.56 9 14.64 9.58999 15.32 10.49C15.99 9.58999 17.07 9 18.29 9C18.82 9 19.32 9.11 19.78 9.31C21.09 9.89 22 11.2 22 12.74Z' stroke='%23212529' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.night-mode .post-actions .action-btn i.fa-thumbs-up,
body.night-mode .post-actions .action-btn i.fa-smile {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.86 8.08997C19.86 8.50997 19.83 8.91997 19.78 9.30997C19.32 9.10997 18.82 8.99997 18.29 8.99997C17.07 8.99997 15.99 9.58996 15.32 10.49C14.64 9.58996 13.56 8.99997 12.34 8.99997C10.29 8.99997 8.63 10.67 8.63 12.74C8.63 15.42 10.05 17.47 11.63 18.86C11.58 18.89 11.53 18.9 11.48 18.92C11.18 19.03 10.68 19.03 10.38 18.92C7.79 18.03 2 14.35 2 8.08997C2 5.32997 4.21999 3.09998 6.95999 3.09998C8.58999 3.09998 10.03 3.87997 10.93 5.08997C11.84 3.87997 13.28 3.09998 14.9 3.09998C17.64 3.09998 19.86 5.32997 19.86 8.08997Z' stroke='%23dcdcdc' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M22 12.74C22 17.42 17.67 20.18 15.73 20.84C15.5 20.92 15.13 20.92 14.9 20.84C14.07 20.56 12.8 19.89 11.63 18.86C10.05 17.47 8.63 15.42 8.63 12.74C8.63 10.67 10.29 9 12.34 9C13.56 9 14.64 9.58999 15.32 10.49C15.99 9.58999 17.07 9 18.29 9C18.82 9 19.32 9.11 19.78 9.31C21.09 9.89 22 11.2 22 12.74Z' stroke='%23dcdcdc' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.post-actions .action-btn .stat-ico-bg,
.post-actions .reaction-btn .reaction-btn-icon {
    padding: 8px 0;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.06);
    margin: 0 7px;
    width: 40px;
    height: 40px;
    display: inline-block;
}

body.night-mode .post-actions .action-btn .stat-ico-bg,
body.night-mode .post-actions .reaction-btn .reaction-btn-icon {
    background-color: rgb(255 255 255 / 10%);
}


.post-footer {
    border-top: 1px solid #ececec;
    padding: 0 15px
}

.post-approval {
    border-top: 1px solid #ececec;
    padding: 15px 25px;
}

body.night-mode .post-footer,
body.night-mode .post-approval {
    border-color: #3f3f3f;
}

.post-social-share {
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4
}

.post-social-share .btn-mat {
    min-width: 40px;
    line-height: 1;
    padding: 13px;
    margin: 0 3px;
}

body.night-mode .post-social-share {
    border-color: #424242
}

.post-comments {
    padding-top: 15px
}

/* Comments Filter */
.comments-filter {
    margin-bottom: 15px;
}

.comments-filter .btn-group .btn,
.comments-filter .btn-group .btn-default.active,
.comments-filter .btn-group .btn-default:active,
.comments-filter .btn-group .open .btn-default.dropdown-toggle,
.comments-filter .btn-group .open .btn.dropdown-toggle {
    font-size: 13px;
}

.comments-filter .dropdown-menu {
    min-width: 170px
}

/* Post Images */
.pg_wrapper a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #f5f5f5;
}

body.night-mode .pg_wrapper a {
    background-color: #414141
}

.pg_wrapper .more {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 2em;
    font-weight: 500;
    line-height: 100%;
    justify-content: center;
}

.pg_1x {
    text-align: center
}

.pg_1x img {
    max-width: 100%;
    max-height: 680px;
}

.pg_2x {
    width: 50%;
    float: left;
    padding-right: 1px
}

.pg_2x>a {
    padding-bottom: 100%
}

.pg_1o3,
.pg_2o3 {
    float: left;
    margin-right: 1px
}

.pg_1o3 {
    margin-right: -1px
}

.pg_2o3 .pg_2o3_in {
    margin-bottom: 1px
}

.pg_2o3 .pg_2o3_in:last-child {
    margin-bottom: 0
}

.pg_1o3 .pg_1o3_in {
    margin-bottom: 1px
}

.pg_1o3 .pg_1o3_in:last-child {
    margin-bottom: 0
}

/* Post Media */
.post-media {
    background: rgb(48 48 48 / 2%);
    border: 1px solid #e6ecf0;
    border-radius: 10px;
}

body.night-mode .post-media {
    background: rgb(217 217 217 / 2%);
    border-color: #424242;
}



.post-media img.img-fluid {
    width: 100%;
    max-height: 350px
}

.post-media-image-wrapper {
    position: relative
}

.post-media-image-meta {
    position: absolute;
    bottom: 15px;
    left: 15px
}

.post-media-image {
    display: block;
    position: relative
}

.post-media-image img,
.post-media-image .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-width: 100px;
    min-height: 100px;
}

.post-media-image .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #eee;
    padding-top: 52.356%;
}

body.night-mode .post-media-image .image {
    background-color: #3c3c3c;
}

.post-media-image .source {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: black;
    color: white;
    display: inline-block;
    padding: 0 7px;
    border-radius: 3px;
    line-height: 21px;
}

.embed-facebook-wrapper iframe {
    display: none;
}

.embed-iframe-wrapper {
    padding: 0 15px
}

.embed-iframe-wrapper * {
    width: 100% !important
}

.embed-iframe-wrapper iframe {
    min-height: 100%;
}

.post-media-meta {
    padding: 12px;
    width: 100%;
}

.post .post-media-meta a:hover,
.post .post-media-image .source:hover {
    text-decoration: none;
}

.post-media-meta .source {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.2px;
}

.post-media-meta .title {
    color: #222;
    margin: 6px 0;
    font-size: 17px;
    line-height: normal;
}

body.night-mode .post-media-meta .title,
body.night-mode .post-funding-meta .funding-title a,
body.night-mode .post-job-meta .job-title a {
    color: #e8e8e8;
}

.post-media-meta .text {
    overflow: hidden;
    max-height: 39px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    color: #666;
}

body.night-mode .post-media-meta .text {
    color: #ababab;
}

.post-media-meta .info {
    color: #999;
    font-size: 11px
}

.post-media-meta .post-text {
    padding: 0;
}

.post-funding-meta,
.post-job-meta,
.post-course-meta,
.post-merit-meta {
    padding: 0 15px;
}

.post-funding-meta .post-media,
.post-job-meta .post-media {
    border: 0;
}

.post-funding-meta .post-media-image .image,
.post-job-meta .post-media-image .image {
    border-radius: 10px;
}

.post-funding-meta .funding-title,
.post-job-meta .job-title,
.post-course-meta .course-title {
    line-height: normal;
    margin-bottom: 6px;
}

.post-funding-meta .funding-title a,
.post-job-meta .job-title a,
.post-course-meta .course-title a {
    color: #222;
    font-size: 21px;
    font-weight: 500;
}

.post-funding-meta .funding-completion {
    padding: 10px;
    border: 1px solid #e9e9e9;
    margin-top: 10px;
    border-radius: 10px;
}

.post-funding-meta .funding-completion strong,
.ele_funding_list_price strong {
    font-size: 13px;
    color: #1da022;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.post-funding-meta .funding-completion .progress,
.ele_funding_list_progress,
.progress-bar-success {
    background-color: rgb(0 0 0 / 0.1);
    height: 6px;
}

body.night-mode .post-funding-meta .funding-completion .progress,
body.night-mode .ele_funding_list_progress,
body.night-mode .progress-bar-success {
    background-color: rgb(255 255 255 / 12%);
}

.post-funding-meta .funding-completion .progress .progress-bar,
.ele_funding_list_progress .progress-bar,
.progress-bar-success .progress-bar {
    background: #1da022;
}

.post-funding-meta .funding-description,
.post-job-meta .job-description,
.post-course-meta .course-description,
.post-merit-meta .merit-description {
    margin: 0 -15px;
}

.blog-container .ele_funding_list_title {
    max-height: none;
    min-height: auto;
}

.ele_post_job_info {
    margin: 15px 0;
    border-radius: 0;
    background: transparent;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 5px;
    flex-wrap: wrap;
}

body.night-mode .ele_post_job_info,
body.night-mode .post-funding-meta .funding-completion,
body.night-mode .post-downloader {
    border-color: #424242;
}

.ele_post_job_info>div {
    flex: 1;
}

.ele_post_job_info b {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12.5px;
    font-family: 'Gilroy', Roboto, sans-serif;
}

.ele_post_job_info p {
    margin: 0;
    font-size: 15px;
}

/* Post Downloader */
.post-downloader {
    padding: 10px;
    border: 1px solid #e9e9e9;
    margin-top: 10px;
    border-radius: 10px;
}

.post-downloader .icon {
    display: table-cell;
    vertical-align: middle;
    background-color: rgb(76 175 80 / 15%);
    padding: 10px 13px;
    border-radius: 10px;
    color: #4caf50;
}

.post-downloader .info {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    width: 100%;
    font-weight: 500;
}

.post-downloader .info .btn {
    padding: 0 16px;
    font-size: 14px;
    line-height: 30px;
}

/* Post Product */
.post-product-container {
    padding: 15px 15px 0;
}

.ele_post_prod_name {
    font-weight: 600;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 26px;
}

.ele_post_prod_price {
    font-weight: 500;
    margin: 0 0 5px;
    font-size: 17px;
    color: var(--main-btn);
}

.ele_post_prod_shead {
    font-size: 15px;
    color: #7d7d7d;
}

body.night-mode .ele_post_prod_shead {
    color: #a5a5a5;
}

/* Post dropdown menu */
.post-dropdown-menu>div>.dropdown-item {
    line-height: 34px;
}

.post-dropdown-menu>div>.dropdown-item svg {
    width: 19px;
    height: 19px;
}

.post-dropdown-menu>div>.dropdown-item.action {
    line-height: normal;
    padding: 8px 10px;
}

.post-dropdown-menu>div>.dropdown-item .action-desc {
    padding-left: 34px;
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}

/* Polls*/
.poll-options {
    padding: 0 15px
}

.poll-option {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

.poll-option .ele_post_as_anon label {
    width: 100%;
    height: auto;
    min-height: 35px;
    line-height: 34px;
    font-size: 14px;
}

.poll-option .ele_post_as_anon label:hover {
    background-color: #f6f7f9;
}

body.night-mode .poll-option .ele_post_as_anon label:hover {
    background-color: #383838;
}

.poll-option .ele_post_as_anon label:before {
    display: none;
}

.poll-option .ele_post_as_anon label span {
    position: relative;
}

.poll-option .percentage-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #ebebeb;
    border-radius: 20px;
}

body.night-mode .poll-option .percentage-bg {
    background-color: #535353;
}

.poll-option .custom-control-input:checked+label {
    color: #fff;
}

.poll-option .custom-control-input:checked+label .percentage-bg {
    background: var(--main-btn);
}

.poll-option .custom-control-input:checked+label svg {
    flex: 0 0 auto;
    margin-right: 5px;
}

.poll-voters {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.poll-voters .more {
    width: 35px;
    height: 35px;
    background-color: #efefef;
    padding: 7px 0;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

body.night-mode .poll-voters .more {
    background-color: #383838;
}

/* Youtube Player */
.youtube-player {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.youtube-player img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: .4s all;
}

.youtube-player img:hover {
    filter: brightness(75%)
}

.youtube-player .play,
.pg_video .play-button {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    cursor: pointer;
    color: #FF0000;
}

.youtube-player .play:before,
.pg_video .play-button:before {
    content: '';
    position: absolute;
    background: #fff;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: -1;
}

.youtube-player .play svg,
.pg_video .play-button svg {
    width: 78px;
    height: auto;
}

.youtube-player.with-live .play {
    color: var(--main-btn);
}

.youtube-player.with-live .play svg {
    width: 68px;
}

/* Video Player */
.video-js .vjs-time-tooltip {
    white-space: nowrap;
}

/* Who Shares */
.who-shares {
    background: #f3f3f3
}

body.night-mode .who-shares {
    background: #131313
}

/* post-custom-fileds-wrapper  */
.post-custom-fileds-wrapper {
    background: #f7f7f7;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    border-radius: 6px;
    text-align: left;
}

body.night-mode .post-custom-fileds-wrapper {
    border-color: #424242;
    background: #1d1d1d;
}

.post-custom-fileds-wrapper div:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}

body.night-mode .post-custom-fileds-wrapper div:not(:last-child) {
    border-color: #424242;
}

/* Comment */
.comment {
    padding-bottom: 5px
}

.comment.js_comment-form {
    padding-bottom: 15px;
}

.comment-avatar {
    float: left
}

.comment-avatar-picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    overflow: hidden;
    min-width: 36px;
    min-height: 36px;
    display: block;
    border-radius: 50%
}

.comment-data,
.comment-edit {
    margin-left: 46px
}

.comment-data .comment-img-box {
    display: inline-block;
}

.comment-data .img-fluid {
    max-height: 100px;
    border-radius: 0 10px 10px 10px;
}

.comment-data .comment-img-box.comm_no_text .img-fluid {
    border-radius: 10px;
}

.comment-inner-wrapper {
    display: flex;
}

.comment-inner {
    position: relative;
}


.comment-author {
    font-weight: 500;
    margin: 0 0 2px;
}

.comment-author a {
    color: #222;
}

body.night-mode .comment-author a {
    color: #ddd;
}

.comment-text {
    text-align: initial;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    border-radius: 18px;
    background-color: rgba(0, 0, 0, 0.06);
    padding: 5px 10px;
}

body.night-mode .comment-text {
    background-color: rgb(255 255 255 / 8%);
}

.comment-text.comm_img_present {
    border-radius: 18px 18px 18px 0;
}

.comment-text:empty {
    padding: 0;
}

.comment-text .twa {
    height: 18px;
    width: 18px;
    margin: 0px 2px;
    vertical-align: text-bottom;
    background-size: 18px;
}

.comment-actions {
    margin-top: 3px;
}

.comment-actions>li {
    margin: 0 8px 0 0;
    line-height: normal;
}

.comment-actions>li .text-link {
    font-size: 12.5px;
    font-weight: 500;
    color: #222;
}

body.night-mode .comment-actions>li .text-link {
    color: #ddd;
}

.comment-replies {
    padding-top: 10px
}

.comment-replies>ul {
    width: 100%
}

/* Comment Form */
.comment-form {
    border-radius: 18px;
    background-color: rgba(0, 0, 0, 0.06);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
}

body.night-mode .comment-form {
    background-color: rgb(255 255 255 / 8%);
}

.post-form textarea,
.comment-form textarea {
    direction: ltr;
    resize: none;
    height: 36px;
    min-height: 36px;
    padding: 8px 12px;
    width: 100%;
    background: transparent;
    border-radius: 0;
    border: 0;
    font-size: 13px;
    line-height: 20px;
}

body.night-mode .post-form textarea,
body.night-mode .comment-form textarea {
    color: #f5f5f5;
}

.post-form .x-form-tools,
.comment-form .x-form-tools {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6.6px 4.5px;
}

.comment-attachments,
.comment-voice-notes {
    background: #fff;
    padding: 10px 14px 4px 14px;
    margin-top: 5px;
    border: 1px solid #eee;
    border-radius: 18px
}

.comment-voice-notes {
    display: none;
    padding: 10px
}

body.night-mode .comment-attachments,
body.night-mode .comment-voice-notes {
    background: 0 0;
    border-color: #424242
}

.comment .comment-btn {
    visibility: hidden;
    float: right
}

.comment:hover .comment-btn,
.comment .comment-btn.show {
    visibility: visible;
}

.live-comments .comment:hover .comment-btn {
    visibility: hidden
}

.comment-btn button.close {
    font-size: 1.4em
}

.comment .dropdown-toggle-icon {
    color: #999;
    border-radius: 50%
}

.comment .dropdown-toggle-icon:hover {
    background: #e9eaee;
    cursor: pointer
}

.view-more-replies {
    font-size: 12.5px;
    cursor: pointer;
    margin-top: 5px;
    font-weight: 500;
}

.view-more-replies svg {
    width: 18px;
    height: 18px;
    transform: rotate(180deg);
    margin: -1px 0 0;
}

/* Blog */
.blog-container {
    overflow: hidden;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 16px;
}

.blog-image>a {
    position: relative;
    display: block;
    padding-bottom: 60%;
}

.blog-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 16px;
}

.blog-content {
    padding: 10px 0 0;
}

.blog-content .category {
    display: inline-block;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 12px;
}

.blog-content h3 {
    margin: 0;
    font-size: 20px;
    overflow: hidden;
    min-height: 47px;
    max-height: 47px;
}

.blog-container .blog-content.blog-content-list h3 {
    min-height: auto;
    max-height: none;
    font-size: 24px;
    margin: 0 0 5px;
}

.blog-content h3 a {
    color: #222;
}

body.night-mode .blog-content h3 a,
body.night-mode .blog-content .post-meta a {
    color: #f0f0f0;
}

.blog-content .post-avatar {
    margin-right: 8px;
    flex: 0 0 auto;
}

.blog-content .post-meta {
    max-width: calc(100% - 43px);
}

.blog-content .post-avatar-picture {
    width: 35px;
    min-width: 35px;
    height: 35px;
}

.blog-content .post-meta a {
    color: #222;
}

.blog-content .post-meta .bold {
    line-height: normal;
}

.blog-content .post-time {
    line-height: 1;
}

.blog-content .btn {
    box-shadow: inset 0 0 0 1px var(--main-btn);
    color: var(--main-btn);
    flex: 0 0 auto;
    line-height: 35px;
}

/* Read More Articles */
.read_more_articles {
    padding: 0 12px 1px;
    margin-top: -12px;
}

.read_more_articles_list {
    align-items: normal;
    border-bottom: 1px solid #e3e3e3;
    padding: 16px 0;
}

body.night-mode .read_more_articles_list {
    border-color: #474747;
}

.read_more_articles_list:last-child {
    border: 0;
    padding-bottom: 11px;
}

.read_more_articles_list .blog-content {
    padding: 0;
    max-width: calc(100% - 92px);
}

.read_more_articles_list .blog-content .post-avatar-picture {
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.read_more_articles_list .blog-content .post-meta a {
    color: var(--main-link);
}

.read_more_articles_list .blog-content h3 {
    margin: 8px 0 0;
    font-size: 18px;
    max-height: 42px;
}

.read_more_articles_list .blog-content .category {
    margin: 0;
    color: #6c6c6c;
    letter-spacing: 0.3px;
}

.read_more_articles_list .blog-content .post-time {
    color: #6c6c6c;
}

body.night-mode .read_more_articles_list .blog-content .category,
body.night-mode .read_more_articles_list .blog-content .post-time {
    color: #9f9f9f;
}

.read_more_articles_list .blog-image {
    flex: 0 0 auto;
    margin-left: 12px;
}

.read_more_articles_list .blog-image>a {
    padding-bottom: 100%;
    width: 80px;
}

.read_more_articles_list .blog-image img {
    border-radius: 6px;
}

/* Article */
.blog {
    position: relative;
}

.blog-meta-counter {
    color: #6a6a6a;
}

body.night-mode .blog-meta-counter {
    color: #a2a2a2;
}

.ele_read_blog_top {}

.ele_read_blog_top .postCategory {
    color: #009688;
    display: inline-block;
    font-weight: 500;
    text-decoration: underline;
    font-size: 16px;
}

.ele_read_blog_top h2 {
    margin: 15px 0;
    color: #000;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 52px;
    font-weight: bold;
    letter-spacing: -0.5px;
}

body.night-mode .ele_read_blog_top h2 {
    color: #e4e4e4;
}

.ele_read_blog_author {
    display: table;
    margin: 0 auto 30px;
}

.ele_read_blog_author .post-avatar {
    vertical-align: middle;
    padding-right: 10px;
    display: table-cell;
}

.ele_read_blog_author .post-meta {
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
}

.ele_read_blog_author .post-meta a {
    font-size: 15px;
    color: #3d3d3d;
}

body.night-mode .ele_read_blog_author .post-meta a {
    color: #e5e5e5;
}

.ele_read_blog_img {
    overflow: hidden;
    padding-bottom: 50%;
}

.ele_read_blog_img img {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
    border-radius: 10px;
}

.blog-text {
    font-size: 1.2em;
    line-height: 1.6em;
    word-break: initial;
    word-wrap: break-word;
}

.blog-text p:first-child:: {
    font-size: calc(60px + 0.75vw);
    font-weight: 500;
    float: left;
    line-height: 1;
    padding: 0px 10px 0 0;
    margin-top: -4px
}

.blog-text img {
    max-width: 100% !important;
    height: auto;
}

.blog-text iframe {
    width: 100% !important
}

.blog-tags {
    margin-top: 10px;
}

.blog-tags ul>li {
    display: inline-block;
    margin-right: 4px;
    margin-top: 4px;
}

.blog-tags ul>li>a {
    display: inline-block;
    font-size: 12px;
    padding: 1px;
    border-bottom: 1px solid #000;
    font-weight: 500;
    color: black;
}

body.night-mode .blog-tags ul>li>a {
    border-color: #fff;
    color: white;
}

/* New Blog */
.ele_new_blog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--body-bg);
    z-index: 1050;
}

body.night-mode .ele_new_blog {
    background-color: var(--body-bg-color-dark);
}

.ele_new_blog_hdr {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1;
    padding: 0 20px;
    border-bottom: 1px solid #e2e4e7;
    height: 65px;
    background-color: white;
}

body.night-mode .ele_new_blog_hdr,
body.night-mode .ele_new_blog_side {
    border-color: #3b3b3b;
    background-color: #212121;
}

.ele_new_blog_hdr .btn-primary {
    min-width: 140px;
}

.ele_new_blog_main {
    display: block;
    z-index: 99;
    top: 65px;
    height: calc(100vh - 65px);
    overflow-y: auto;
    margin-right: 300px;
    padding: 60px 0 20px;
}

.ele_new_blog_title {
    border: 0;
    resize: none;
    width: 100%;
    background: transparent;
    overflow: hidden;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 65px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
}

body.night-mode .ele_new_blog_title {
    color: #e8e8e8;
}

.ele_new_blog_title::placeholder {
    opacity: 0.9;
}

.ele_new_blog_title:focus::placeholder {
    opacity: 0.5;
}

.ele_new_blog_side {
    display: block;
    z-index: 9;
    position: fixed;
    top: 65px;
    bottom: 0;
    right: 0;
    width: 300px;
    max-height: 100%;
    overflow-y: auto;
    border-left: 1px solid #e2e4e7;
    padding: 15px;
    background-color: white;
}

/* Contact Us */
.ele_contact {
    height: 100%;
    padding: 20px;
    overflow: hidden;
}

.ele_contact:before {
    content: '';
    background-color: var(--main-btn);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    opacity: 0.1;
}

.ele_contact_sub {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-weight: bold;
    line-height: 1.14;
    color: var(--main-btn);
}

.ele_contact_title {
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 30px;
    letter-spacing: -0.025em;
    margin: 15px 0 40px;
    font-weight: 600;
}

.ele_contact img {
    mix-blend-mode: luminosity;
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    opacity: 0.8;
}

/* Auto Complete */
.dropdown-menu.auto-complete {
    display: none;
    left: 0;
    overflow-y: auto;
    max-height: calc(100vh - 150px);
}

.typeahead {
    position: relative;
    float: left
}

.typeahead input {
    background: 0 0;
    width: 100%;
    color: #4e5665;
    font-size: 13px;
    line-height: 20px;
    outline: 0 none;
    border: 0 none
}

body.night-mode .typeahead input {
    color: #fff
}

.tags li {
    float: left;
    padding: 2px 4px;
    margin: 0 3px 3px 0;
    background: #eef2f5;
    color: #245774;
    font-size: 11px;
    line-height: 16px;
    border-radius: 3px
}

.tags button {
    opacity: .5;
    font-size: 16px;
    margin-left: 4px
}

.tags button:hover {
    opacity: .8
}

.chat-widget .tags button {
    border: 0;
    padding: 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: red;
}

.chat-widget .tags button:before {
    content: 'x';
}

/* Google Geo-Autocomplete */
.pac-container {
    z-index: 999999
}

/* Lightbox */
.lightbox-open {
    overflow: hidden;
}

.lightbox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: 99999;
    z-index: 1048;
    overflow-y: scroll
}

@media (min-width:992px) {
    .lightbox {
        overflow-y: none
    }
}

.lightbox-container {
    display: table;
    width: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .6);
    padding-right: 0;
    padding-left: 0
}

@media (min-width:992px) {
    .lightbox-container {
        height: 100%;
    }
}

.lightbox-preview {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: middle;
    background: #000;
    text-align: center
}

@media (min-width:992px) {
    .lightbox-preview {
        display: table-cell;
        width: 60%;
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .lightbox-preview {
        width: 70%;
    }
}

.lightbox-preview.nodata {
    width: 100%
}

.lightbox-preview.with-live {
    /*padding:25px*/
}

.lightbox-preview.with-live video {
    top: 0 !important;
    left: 0 !important;
    max-height: none;
    position: relative !important;
}

.lightbox-exit {
    position: absolute;
    top: 4%;
    right: 2%;
    opacity: 0.5;
    color: #fff;
}

.lightbox-exit:hover {
    opacity: 1;
    cursor: pointer;
}

.lightbox-next,
.lightbox-prev {
    position: absolute;
    top: 50%;
    opacity: 0.5;
}

.lightbox-next {
    right: 2%;
}

.lightbox-prev {
    left: 2%;
}

.lightbox-next:hover,
.lightbox-prev:hover {
    opacity: 1;
    cursor: pointer
}

.lightbox-next .fa,
.lightbox-prev .fa {
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .5)
}

.lightbox-download {
    position: absolute;
    bottom: 4%;
    left: 2%;
}

.lightbox-download a {
    color: #fff;
    opacity: 0.5;
}

.lightbox-download a:hover {
    opacity: 0.75;
}

.lightbox-preview img {
    margin: 0 auto;
    max-width: 100%;
    max-height: calc(100vh - 92px)
}

.lightbox-data {
    display: block;
    width: 100%;
    vertical-align: top;
    background: #fff
}

body.night-mode .lightbox-data {
    background: #212121;
}

@media (min-width:992px) {
    .lightbox-data {
        display: table-cell;
        width: 40%
    }
}

@media (min-width: 1200px) {
    .lightbox-data {
        width: 35%;
        width: 30%;
    }
}
}

body.night-mode .lightbox-data {
    background: #212121
}

.lightbox-data .lightbox-close {
    padding: 4px 8px;
    border-radius: 4px
}

.lightbox-data .lightbox-close:hover {
    background: #e9eaee;
    color: #666;
    cursor: pointer
}

.lightbox-post {
    padding: 0 8px;
    height: calc(100vh - 113px)
}

/* Stories */
.ele_home_stories {
    overflow: hidden;
    position: relative;
}

.ele_home_stories #stories {
    margin: 0 -7.5px;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ele_home_stories .create_story,
body .ele_home_stories .stories .story,
.story_empty {
    padding: 0 7.5px;
    width: 14.2857143%;
    min-width: 14.2857143%;
    margin: 0;
    max-width: none;
}

body .ele_home_stories .stories.carousel .story>.item-link>.item-preview {
    height: 42px !important;
    opacity: 0;
}

.ele_home_stories .create_story a,
body .ele_home_stories .stories .story>.items a,
.story_empty a {
    padding-bottom: 150%;
    background: rgb(0 0 0 / 0.05);
    border-radius: 10px;
    display: block;
    user-select: none;
    position: relative;
    cursor: pointer;
}

body.night-mode .ele_home_stories .create_story a,
body.night-mode .ele_home_stories .stories .story>.items a,
body.night-mode .story_empty a {
    background: rgb(255 255 255 / 5%);
}

.ele_home_stories .create_story a>img,
body .ele_home_stories .stories .story>.items a>img {
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    user-select: none;
    pointer-events: none;
    border-radius: 10px;
}

.ele_home_stories .create_story a span {
    position: absolute;
    width: 46px;
    height: 46px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    z-index: 1;
    padding: 3px;
    background-color: var(--body-bg);
    border-radius: 50%;
}

body.night-mode .ele_home_stories .create_story a span {
    background-color: var(--body-bg-color-dark);
}

.ele_home_stories .create_story span svg {
    background-color: white;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    padding: 7px;
    color: #000;
}

.ele_home_stories .create_story a:after,
body .ele_home_stories .stories .story>.items a:after {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    border-radius: 0 0 10px 10px;
    bottom: 0;
    content: '';
    height: 40%;
    left: 0;
    position: absolute;
    width: 100%;
}

.ele_home_stories .create_story p,
body .ele_home_stories .stories .story>a>.info {
    margin: 20px 0 0;
    z-index: 1;
    font-weight: 500;
    text-align: center;
    background: var(--body-bg);
}

body.night-mode .ele_home_stories .create_story p,
body.night-mode .ele_home_stories .stories .story>a>.info {
    background: var(--body-bg-color-dark);
}

body .ele_home_stories .stories .story {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

body .ele_home_stories .stories .story>a {
    margin-top: -31px;
    z-index: 1;
    line-height: 1;
}

body .ele_home_stories .stories .story>a>.img {
    border-radius: 50%;
    padding: 3px;
    background: var(--main-link);
    max-height: none;
    width: 46px;
    height: 46px;
    margin: auto;
}

body .ele_home_stories .stories .story>a>.img>* {
    border-radius: 50%;
    border: 3px solid var(--body-bg);
}

body.night-mode .ele_home_stories .stories .story>a>.img>* {
    border-color: var(--body-bg-color-dark);
}

body .ele_home_stories .stories .story>a>.info {
    margin: 2px 0 0;
    padding: 5px 0 0;
}

body .ele_home_stories .stories .story>a>.info strong {
    font-weight: 500;
    color: #212529;
}

body.night-mode .ele_home_stories .stories .story>a>.info strong {
    color: #e8e8e8;
}

body .ele_home_stories .stories .story>.items {
    display: block;
    position: relative;
    padding-top: 150%;
}

body .ele_home_stories .stories .story>.items li {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ele_story_actions {
    background: var(--body-bg);
}

body.night-mode .ele_story_actions {
    background: var(--body-bg-color-dark);
}

.ele_story_actions .btn {
    display: block;
    width: 100%;
    padding: 20px 6px;
    font-weight: 500;
    height: calc(50% - 28px);
}

.ele_story_actions .btn svg {
    display: block;
    margin: 0 auto 10px;
}

.empty_stories {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7.5px;

}

.story_empty a:after {
    display: none;
}

.story_empty span b {
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgb(0 0 0 / 0.05);
    display: block;
}

.story_empty p {
    height: 20px;
    background: rgb(0 0 0 / 0.05);
    margin: 20px 20px 0;
    border-radius: 5px;
}

body.night-mode .story_empty p {
    background: rgb(255 255 255 / 5%);
}


body .ele_home_stories .stories .story.seen:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--body-bg);
    z-index: 1;
    opacity: 0.5;
    pointer-events: none;
}

body.night-mode .ele_home_stories .stories .story.seen:after {
    background: var(--body-bg-color-dark);
}

body .ele_home_stories .stories .story.seen>a>.img {
    background: transparent;
    padding: 0px;
}

.ele_home_stories .story .items img[src*=".mp4"],
.ele_home_stories .story .items img[src*=".webm"],
.ele_home_stories .story .items img[src*=".ogg"] {
    display: none;
}

#zuck-modal-content .story-viewer.muted .tip.muted {
    display: none !important;
}


/*Post Filters*/
.ele_post_filters {
    margin-bottom: 15px;
}

.ele_post_filters_nav {
    margin: 0 0 0 -4px;
    overflow-x: auto;
    padding: 0 0 3px;
    white-space: nowrap;
    line-height: 1;
}

.ele_post_filters_nav>.filterby {
    margin: 0 4px;
    padding: 0 10px;
    background-color: white;
    flex: 0 0 auto;
    display: block;
    border-radius: 10px;
    line-height: 32px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    color: var(--body-color);
}

body.night-mode .ele_post_filters_nav>.filterby:not(.active) {
    background-color: #252525;
    color: var(--body-color-dark);
    box-shadow: 0 0 0 1px rgb(255 255 255 / 10%);
}

.ele_post_filters_nav>.filterby.active {
    background-color: var(--main-btn);
    color: var(--main-color);
}

.ele_post_filters_nav.not_filter>.filterby.active {
    background-color: #607d8b;
    color: #fff;
}

/* Chat */
.chat-sidebar {
    display: none;
    max-height: 100%;
    bottom: 0;
    position: fixed;
    right: 0;
    top: 56px;
    width: 90px;
    z-index: 99;
    border-left: 1px solid #dcdcdc;
    background: var(--body-bg);
    flex-direction: column;
}

body.night-mode .chat-sidebar {
    background: var(--body-bg-color-dark);
    border-color: #2f2f2f;
}

@media (min-width:1200px) {
    .chat-sidebar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.chat-sidebar-inner {
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    flex-grow: 1;
}

.ele_chat_side_btn {
    height: 48px;
    min-height: 48px;
    min-width: 48px;
    width: 48px;
    background: #fff;
    border-radius: 16px;
    line-height: 48px;
    margin-top: 15px;
    padding: 0;
}

body.night-mode .ele_chat_side_btn {
    background: #212121;
}

.ele_chat_side_btn svg {
    margin: 0;
    width: 22px;
    height: 22px;
}

.chat-sidebar-content .data-container {
    width: auto;
    padding: 0;
    min-height: auto;
    margin-top: 15px;
    position: relative;
}

.chat-sidebar-content .data-container .data-avatar {
    float: none;
    height: 48px;
    min-height: 48px;
    min-width: 48px;
    width: 48px;
    position: relative;
}

.chat-sidebar-content .data-container .data-avatar img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 16px;
}

.chat-sidebar-content .data-container .data-avatar svg {
    position: absolute;
    right: -1px;
    bottom: -1px;
    background-color: var(--body-bg);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    padding: 3px;
    color: #4caf50;
}

body.night-mode .chat-sidebar-content .data-container .data-avatar svg {
    background-color: var(--body-bg-color-dark);
}

.chat-sidebar-content .data-container .chat_last_see_time {
    opacity: 0;
    background: rgb(0 0 0 / 80%);
    font-size: 11px;
    padding: 6px 2px;
    z-index: 1;
    line-height: 12px;
    transition: all 0.2s;
    color: #fff;
    border-radius: 4px;
}

.chat-sidebar-content .data-container:hover .chat_last_see_time {
    opacity: 1;
}

.chat_skel {
    height: 48px;
    min-height: 48px;
    min-width: 48px;
    width: 48px;
    background: rgba(0, 0, 0, 0.08);
    margin-top: 15px;
    border-radius: 50%;
}

.chat_skel:nth-child(2) {
    opacity: 0.8;
}

.chat_skel:nth-child(3) {
    opacity: 0.6;
}

.chat_skel:nth-child(4) {
    opacity: 0.4;
}

.chat_skel:nth-child(5) {
    opacity: 0.2;
}

.ele_chat_offline {
    position: absolute;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--body-bg);
    opacity: 0;
    visibility: hidden;
    width: 100%;
    will-change: opacity, visibility;
}

body.night-mode .ele_chat_offline {
    background: var(--body-bg-color-dark);
}

.chat-sidebar.disabled .ele_chat_offline {
    opacity: 0.7;
    visibility: visible;
}

.chat-sidebar.disabled .chat-sidebar-inner {
    overflow: hidden;
}



.chat-widget {
    display: none;
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 320px;
    z-index: 1000;
    box-shadow: 0 0px 12px -2px rgb(0 0 0 / 30%);
    border-radius: 10px 10px 0 0;
    background: #fff;
}

body.night-mode .chat-widget {
    background: #2d2d2d;
}

@media (min-width:992px) {
    .chat-widget {
        display: block;
    }
}

.chat-widget-head {
    position: relative;
    width: 100%;
    padding: 12px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    z-index: 1;
}

.ele_chat_hdr_usr {
    white-space: nowrap;
    overflow: hidden;
    max-width: 150px;
}

.ele_chat_hdr_usr .fa-user-secret {
    display: none;
}

.chat-widget-head .fa-circle {
    color: #65a830;
    font-size: 8px;
    position: absolute;
    bottom: -7px;
    right: -2px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.chat-widget-head .fa-circle.offline {
    color: #ccc;
    font-size: 8px;
}

body.night-mode .chat-widget-head .fa-circle {
    border-color: #2d2d2d;
}

.chat-head-label {
    display: none;
    line-height: 1;
}

.chat-widget.chat-box.new .chat-head-label {
    display: block;
}

.ele_chat_hdr_btns {
    flex: 0 0 auto;
    line-height: 1;
    vertical-align: middle;
}

.chat-widget:not(.opened) .ele_chat_hdr_btns svg.audio,
.chat-widget:not(.opened) .ele_chat_hdr_btns svg.video {
    display: none;
}

.chat-widget-content {
    position: relative;
    display: none;
    padding: 0;
}

.chat-to {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e6ecf5;
    padding: 5px 10px 5px 38px;
}

body.night-mode .chat-to {
    border-color: #121212;
}

.chat-to .to {
    position: absolute;
    top: 5px;
    left: 10px;
}

.chat-conversations {
    padding: 7px;
}

.chat-typing {
    display: none;
    padding: 5px 15px;
}

.loading-dots:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite
}

@keyframes dots {

    0%,
    20% {
        color: transparent;
        text-shadow: .25em 0 0 transparent, .5em 0 0 transparent
    }

    40% {
        color: var(--body-color);
        text-shadow: .25em 0 0 transparent, .5em 0 0 transparent
    }

    60% {
        text-shadow: .25em 0 0 var(--body-color), .5em 0 0 transparent
    }

    100%,
    80% {
        text-shadow: .25em 0 0 var(--body-color), .5em 0 0 var(--body-color)
    }
}

.chat-voice-notes {
    display: none
}

.chat-attachments,
.chat-voice-notes {
    background: #fff;
    padding: 10px;
    border-top: 1px solid #dfe8f5
}

body.night-mode .chat-attachments,
body.night-mode .chat-voice-notes {
    background: #212121;
    border-color: #121212
}

.chat-form {
    background: #fff
}

body.night-mode .chat-form {
    background: #212121
}

.chat-form-message {
    background: 0 0;
    padding: 7px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 69px;
    border-top: 1px solid #dfe8f5
}

body.night-mode .chat-form-message {
    border-color: #121212
}

.chat-form-message input[type=text],
.chat-form-message textarea {
    background: 0 0;
    direction: ltr;
    display: block;
    border: 0 none;
    resize: none;
    outline: 0;
    box-shadow: none;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    height: 18px;
    overflow: hidden
}

body.night-mode .chat-form-message input[type=text],
body.night-mode .chat-form-message textarea {
    color: #fff
}

.chat-form .x-form-tools {
    position: static;
    padding: 0 7px 7px 7px
}

.chat-form ul.x-form-tools>li.x-form-tools-colors {
    color: #5e72e4
}

.chat-form .emoji-menu {
    right: 100%;
    left: 0;
}

.chat-colors-menu {
    display: none;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 15%) 0px 0 57.6px 0px, rgb(0 0 0 / 15%) 0px 0 14.4px 0px;
    position: absolute;
    bottom: 100%;
    z-index: 1000;
    right: 0;
    min-width: 261px;
    margin: 0 0 .125rem;
    background-color: #fff;
    padding: 6.5px;
}

body.night-mode .chat-colors-menu {
    background-color: #2d2d2d;
}

.chat-colors-menu .item {
    margin: 6.5px;
}

.chat-colors-menu .item div {
    width: 35px;
    height: 35px;
    line-height: 1;
    border-radius: 50%;

    background-color: currentColor;
}

.chat-colors-menu .item div:hover {
    box-shadow: 0 1px 6px rgb(0 0 0 / 30%);
    opacity: 0.8;
}

/* Chat conversation */
.conversation {
    padding: 5px 0;
    flex-wrap: wrap;
}

.conversation-user {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    align-self: flex-end;
    margin-bottom: 2px;
}

.conversation-body {
    position: relative;
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.conversation.right .conversation-body,
.conversation.right .conversation-body .text {
    margin-left: auto;
}

.conversation-body .text {
    display: table;
    word-break: initial;
    word-wrap: break-word;
    border-radius: 16px;
    padding: 5px 12px;
    font-size: 14px;
    color: #4b4f56;
    background-color: #eaeaea;
}

body.night-mode .conversation-body .text {
    color: #e7e7e7;
    background-color: #414141;
}

.conversation-body .text:empty {
    padding: 0;
    margin: 0;
}

.conversation.right .conversation-body .text {
    background: var(--main-btn);
    color: #fff;
}

.conversation.right .conversation-body .text a {
    color: #fff
}

.conversation-body .text a {
    text-decoration: underline;
}

.conversation-body .text a:hover {
    text-decoration: none;
}

.conversation-body .text .twa {
    height: 18px;
    width: 18px;
    margin: -2px 1px 0;
    vertical-align: middle;
    background-size: 18px 18px;
}

.conversation-body audio {
    max-width: 100%;
}

.conversation-body img {
    max-height: calc(100vh - 300px);
    border-radius: 16px;
}

.conversation-body img.sticker {
    max-width: 135px;
}

.conversation-body .translate {
    color: #605f5f;
    font-size: 10px;
    margin-top: 2px;
}

body.night-mode .conversation-body .translate {
    color: #999;
}

.conversation.right .conversation-body .translate {
    text-align: end;
}

/* Chat attachments */
.conversation-body .attachments li {
    float: left;
    width: 64px;
    height: 64px;
    margin-right: 5px;
    margin-bottom: 5px
}

.conversation-body .attachments li.item {
    border: 1px solid #eee;
    cursor: pointer
}

.conversation-body .attachments li.item img {
    width: 64px;
    height: 64px
}

.conversation-body .attachments li.loading {
    padding-top: 22px;
    background: #f3f3f3;
    border: 1px solid #eee
}

/* Chat time */
.conversation-body .time {
    position: absolute;
    top: -10px;
    left: 0;
    color: #ffffff;
    font-size: 10.5px;
    opacity: 0;
    visibility: hidden;
    background-color: rgb(0 0 0 / 80%);
    padding: 2px 5px;
    white-space: nowrap;
    border-radius: 5px;
}

.conversation-body:hover .time {
    opacity: 1;
    visibility: visible;
}

.conversation.right .conversation-body .time {
    right: 0;
    left: auto;
    text-align: right
}

/* Chat seen */
.conversation-body .seen {
    color: #145b94;
    font-size: 10px;
    text-align: end;
    margin-top: 1px;
}

.conversation-body .seen:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24' fill='%23145b94'%3e%3cpath d='M0 0h24v24H0V0z' fill='none'/%3e%3cpath d='M17.3 6.3c-.39-.39-1.02-.39-1.41 0l-5.64 5.64 1.41 1.41L17.3 7.7c.38-.38.38-1.02 0-1.4zm4.24-.01l-9.88 9.88-3.48-3.47c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L22.95 7.71c.39-.39.39-1.02 0-1.41h-.01c-.38-.4-1.01-.4-1.4-.01zM1.12 14.12L5.3 18.3c.39.39 1.02.39 1.41 0l.7-.7-4.88-4.9c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.03 0 1.42z'/%3e%3c/svg%3e");
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
}

/* video-call stream (video/audio chat) */
.video-call-stream-wrapper {
    position: relative;
    border-radius: 8px;
}

.video-call-stream video {
    width: 100%;
    border-radius: 8px;
}

.video-call-stream-local {
    display: none;
    border-radius: 8px;
}

.video-call-stream-local video {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

/* Emoji */
.emoji-menu {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    min-width: 252px;
    margin: 0 0 .125rem;
    padding: 6px 2px 0 6px;
    font-size: 13px;
    line-height: 100%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 15%) 0px 0 57.6px 0px, rgb(0 0 0 / 15%) 0px 0 14.4px 0px;
    z-index: 1000;
}

body.night-mode .emoji-menu {
    background-color: #343434;
}

.publisher .emoji-menu {
    bottom: auto;
    top: 25px;
    right: -4px;
}

.lightbox .emoji-menu {
    bottom: auto;
    top: 27px;
    right: -7px;
}

.emoji-menu .item {
    float: left;
    padding: 3px;
    margin-right: 3px;
    margin-bottom: 3px
}

.emoji-menu .item:hover {
    cursor: pointer;
    background: #f3f3f3;
    border-radius: 4px
}

.emoji-menu .item>img {
    width: 65px;
    height: 65px
}

.emoji-menu .nav-tabs {
    border-top: 1px solid #dee2e6;
    border-bottom: 0;
    padding: 0;
}

body.night-mode .emoji-menu .nav-tabs {
    border-color: #525252;
}

.emoji-menu .nav-tabs>li {
    flex: 1;
}

.emoji-menu .nav-tabs>li>.nav-link {
    color: var(--body-color);
    padding: 12px 16px;
    margin: 0;
    border: 2px solid transparent;
    border-radius: 0;
    font-size: 14px;
}

body.night-mode .emoji-menu .nav-tabs>li>.nav-link {
    color: var(--body-color-dark);
}

.emoji-menu .nav-tabs>li>.nav-link:hover {
    background: 0 0;
    color: var(--main-link);
}

body.night-mode .emoji-menu .nav-tabs>li>.nav-link:hover {
    color: var(--main-link);
}

.emoji-menu .nav-tabs>li>.nav-link.active,
.emoji-menu .nav-tabs>li>.nav-link.active:focus,
.emoji-menu .nav-tabs>li>.nav-link.active:hover,
body.night-mode .emoji-menu .nav-tabs>li>.nav-link.active,
body.night-mode .emoji-menu .nav-tabs>li>.nav-link.active:focus,
body.night-mode .emoji-menu .nav-tabs>li>.nav-link.active:hover {
    color: var(--main-link);
    border-top-color: 2px solid var(--main-link);
    font-weight: 500;
}

/* Reactions */
.reactions-stats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.reactions-stats>.reactions-stats-item {
    background: #fff;
    margin: 0 0 0 -4px;
    padding: 1.1px;
    border-radius: 50%;
    display: none;
}

body.night-mode .reactions-stats>.reactions-stats-item {
    background: #212121;
}

.reactions-stats>.reactions-stats-item:nth-child(1) {
    z-index: 3;
    margin: 0px;
    display: inline-flex;
}

.reactions-stats>.reactions-stats-item:nth-child(2) {
    z-index: 2;
    display: inline-flex;
}

.reactions-stats>.reactions-stats-item:nth-child(3) {
    z-index: 1;
    display: inline-flex;
}

.reactions-stats>span {
    margin: 0 2px;
}

.reactions-wrapper {
    position: relative
}

.reaction-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center
}

.reaction-btn .reaction-btn-icon .inline-emoji {
    margin: 3px auto 0;
}

.reaction-btn .reaction-btn-name {
    text-transform: capitalize;
}

.reactions-container {
    display: none;
    position: fixed;
    width: 336px;
    background: #fff;
    box-shadow: 0 0 2px rgb(0 0 0 / 8%), 0 0 24px rgb(0 0 0 / 16%);
    border-radius: 40px;
    z-index: 4
}

body.night-mode .reactions-container {
    background: #3e3e3e;
}

.reactions_item {
    width: 48px;
    height: 48px;
    float: left;
    transform: scale(1);
    transition: 150ms transform ease-in-out;
    animation-fill-mode: both;
    animation: slideUp cubic-bezier(.49, 0, .46, 1);
}

.reactions_item.duration-1 {
    animation-duration: 50ms
}

.reactions_item.duration-2 {
    animation-duration: 100ms
}

.reactions_item.duration-3 {
    animation-duration: 150ms
}

.reactions_item.duration-4 {
    animation-duration: 200ms
}

.reactions_item.duration-5 {
    animation-duration: 250ms
}

.reactions_item.duration-6 {
    animation-duration: 300ms
}

.reactions_item.duration-7 {
    animation-duration: 350ms
}

.reactions_item:hover {
    transform: scale(1.25) translateY(-6px);
    transition-duration: 200ms;
    transition-delay: 17ms;
}

.reactions_item:after {
    content: attr(data-title);
    position: absolute;
    background-color: rgb(0 0 0 / 72%);
    border-radius: 22px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    opacity: 0;
    padding: 0 6px;
    -webkit-user-select: none;
    text-transform: capitalize;
    left: 50%;
    transform: translateX(-50%) scale(.75);
    transform-origin: bottom center;
    pointer-events: none;
    transition: 150ms transform ease-in-out, 150ms opacity ease-in-out;
    bottom: calc(100% - 10px);
    white-space: nowrap;
    font-weight: normal;
    font-family: var(--font-family-sans-serif);
}

.reactions_item:hover:after {
    opacity: 1;
    transform: translateX(-50%) translateY(-15px);
    transition-duration: 200ms;
    transition-delay: 17ms, 40ms;
    transition-timing-function: ease-in-out, cubic-bezier(.55, .06, .68, .19);
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

/* Reaction Emoji */
.inline-emoji {
    width: 18px;
    height: 18px
}

.inline-emoji .emoji {
    transform: scale(.15);
    top: -285%;
    right: 285%
}

.no_animation *,
.no_animation :after,
.no_animation :before {
    animation: none !important
}

.emoji {
    width: 120px;
    height: 120px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transform: scale(.325);
    top: -76%;
    right: 76%
}

.emoji img {
    width: 120px;
    height: 120px;
}

.reaction img {
    animation-fill-mode: both;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
}

.reaction.reaction-1 img {
    animation-name: bounce;
    transform-origin: center bottom;
}

.reaction.reaction-2 img {
    animation-name: heartBeat;
    animation-timing-function: ease-in-out;
}

.reaction.reaction-3 img {
    animation-name: swing;
    transform-origin: top center;
}

.reaction.reaction-4 img {
    animation-name: pulse;
    animation-timing-function: ease-in-out;
}

.reaction.reaction-5 img {
    animation-name: fadeInDown;
}

.reaction.reaction-6 img {
    animation-name: swing;
    animation-timing-function: ease-in-out;
}

.reaction.reaction-7 img {
    animation-name: headShake;
    animation-timing-function: ease-in-out;
}

@keyframes bounce {

    from,
    20%,
    53%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -2px, 0) scaleY(1.1);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -1px, 0) scaleY(1.05);
    }

    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0) scaleY(0.95);
    }

    90% {
        transform: translate3d(0, -1px, 0) scaleY(1.02);
    }
}

@keyframes heartBeat {
    0% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.05);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.05);
    }

    70% {
        transform: scale(1);
    }
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 2deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -2deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -2deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 1;
        transform: translate3d(0, -5%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-2px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(1px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-1px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(1px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

/* Page */
.page-header {
    position: relative;
    padding: 60px 60px 110px;
    overflow: hidden;
    color: #263E56;
    z-index: auto;
    box-shadow: none;
    background: transparent;
    margin: -30px 0 -40px;
    border-radius: 0;
}

body.night-mode .page-header {
    color: #e3e6e9;
    background: transparent;
}

.page-header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-btn);
    opacity: 0.1;
}

.page-header.bank-transfer {
    z-index: 1;
    padding: 20px;
    background-color: #2196f3;
    background: linear-gradient(90deg, #03a9f4 0, #2196f3 35%, #3f51b5 100%)
}


.page-header .circle-1 {
    position: absolute;
    bottom: -100px;
    left: calc(50% - 690px);
    width: 290px;
    height: 290px;
    background: var(--main-btn);
    border-radius: 50%;
    opacity: 0.06;
}

.page-header .circle-2 {
    position: absolute;
    top: 17px;
    right: -242px;
    width: 500px;
    height: 500px;
    background: #A4D6F3;
    border-radius: 50%;
    opacity: 0.3
}

.page-header .circle-3 {
    position: absolute;
    top: -73px;
    right: calc(50% - 200px);
    width: 200px;
    height: 200px;
    background: var(--main-btn);
    border-radius: 50%;
    opacity: 0.04;
}

.page-header .inner {
    z-index: 9;
    position: relative;
}

.page-header .inner_inner {
    max-width: 600px;
}

.page-header h2 {
    font-weight: bold;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 45px;
}

.page-header p {
    font-weight: 600;
    font-family: 'Gilroy', Roboto, sans-serif;
    margin: 0;
    font-size: 19px;
    line-height: normal;
}

.page-header .inner .btn {
    margin-top: 40px;
    color: #ffffff;
    background: #263E56;
    line-height: 50px;
    padding: 0 23px;
    box-shadow: inset 0 0 0 2px #263e56;
    margin-right: 10px;
}

body.night-mode .page-header .inner .btn {
    background: #e3e6e9;
    box-shadow: inset 0 0 0 2px #e3e6e9;
    color: #000000;
}

.page-header .inner .btn:hover,
.page-header .inner .btn.reverse {
    color: #263E56;
    background: transparent;
}

body.night-mode .page-header .inner .btn:hover,
body.night-mode .page-header .inner .btn.reverse {
    color: #e3e6e9;
    background: transparent;
}

.page-header .inner>svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    height: auto;
    color: var(--main-btn);
    opacity: 0.3;
}

.page-header.bank-transfer .inner {
    border: 6px solid rgba(255, 255, 255, .3);
    padding: 20px;
    border-radius: 5px
}

.page-header.bank-transfer .bank-info-meta {
    font-size: 18px
}

.page-header.bank-transfer .bank-info-help {
    font-size: 12px;
    color: #eee;
    text-transform: uppercase
}

/* Page List */
.ele_my_pages {
    padding: 20px 5px;
}

.ele_my_pages .info {
    flex: 1 1 auto;
}

.ele_my_pages>div:not(.info) {
    flex: 0 0 auto;
}

.ele_my_pages .info .avatar img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.ele_my_pages .text h3 {
    font-family: 'Gilroy', Roboto, sans-serif;
    font-weight: 600;
}

.ele_my_pages .text p {
    font-size: 15px;
}

/* Footer */
.footer {
    border-top: 1px solid #e6ecf5;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 25px;
    margin-bottom: 25px
}

.night-mode .footer {
    border-top: 1px solid #212121
}

.footer .js_scroller {
    height: 100% !important;
    max-height: 280px;
}

@media (min-width:768px) {
    .footer .links {
        text-align: right
    }
}

.ele_menu_foot {
    font-size: 12px;
    padding: 18px 12px 12px;
}

.ele_menu_foot .ele_footer_cright {
    flex-wrap: wrap;
    margin-bottom: 3px;
    justify-content: space-between;
}

.ele_mobi_langs,
.ele_mobi_langs_menu>.btn {
    border: 0;
    padding: 0;
    box-shadow: none;
    font-size: 12px;
    background: transparent;
}

.ele_footer_links a {
    color: #252525;
}

body.night-mode .ele_footer_links a {
    color: #dddddd;
}

.mini-footer .links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -5px 0
}

.mini-footer .links li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

/* Not Found */
.notfound-wrapper {
    justify-content: center;
    min-height: calc(100vh - 170px);
    min-height: calc(var(--vh, 1vh) * 100 - 170px);
}

.notfound-wrapper .notfound {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 20px 0;
}

.notfound-wrapper .notfound svg {
    width: 350px;
    height: 220px;
}

.notfound-wrapper .notfound svg .pao-baixo {
    animation: rotatepao 14s cubic-bezier(.1, .49, .41, .97) infinite;
    transform-origin: center;
}

.notfound-wrapper .notfound svg .pao-cima {
    animation: rotatepao 7s 1s cubic-bezier(.1, .49, .41, .97) infinite;
    transform-origin: center;
}

.notfound-wrapper .notfound svg .left-sparks {
    animation: left-sparks 4s alternate infinite;
    transform-origin: 150px 156px;
}

.notfound-wrapper .notfound svg .right-sparks {
    animation: left-sparks 4s alternate infinite;
    transform-origin: 310px 150px;
}

@keyframes rotatepao {
    0% {
        transform: rotate(0deg)
    }

    50%,
    60% {
        transform: rotate(-20deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@keyframes left-sparks {
    0% {
        opacity: 0;
    }
}

.notfound-wrapper .notfound h2 {
    margin: 30px 0 10px;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-weight: bold;
    font-size: 31px;
}

.notfound-wrapper .notfound p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

body.night-mode .notfound-wrapper .notfound p {
    color: rgb(255 255 255 / 60%);
}

.notfound-wrapper .notfound .btn {
    min-width: 150px;
    margin-top: 10px;
}

/* OAuth */
.card-ouath {
    margin: auto;
    box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05), 0 15px 40px rgba(166, 173, 201, 0.2);
    width: 100%;
    max-width: 600px;
    border-radius: 16px;
}

body.night-mode .card-ouath {
    box-shadow: 0 5px 10px rgb(45 48 59 / 5%), 0 15px 40px rgb(28 29 36 / 20%);
}

.card-ouath .app-icon {
    width: 100px;
    height: 100px;
    margin: auto;
    object-fit: cover;
    border-radius: 16px;
}

.card-ouath .app-info {
    font-size: 18px;
    font-weight: 500;
}

.card-ouath .app-info a {

    color: #222;
}

body.night-mode .card-ouath .app-info a {
    color: #eaeaea;
}

.card-ouath .app-info a svg {
    stroke-width: 2.5px;
    width: 11px;
    height: 11px;
    margin: -7px 3px 0 -1px;
}

.card-ouath .app-info div {
    font-size: 15px;
    font-weight: normal;
}

.card-register {
    border-radius: 16px;
    box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05), 0 15px 40px rgba(166, 173, 201, 0.2);
    overflow: hidden;
    padding: 25px;
}

body.night-mode .card-register {
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 10%) 0px 2px 4px -2px;
}

.welcome_page .card-register {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
}

.welcome_page.center .card-register {
    margin: auto;
}

.card-register .auth-title {
    font-weight: bold;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 17px;
    margin: 0 0 20px;
}

.card-register .btn-mat.btn-primary {
    line-height: 46px;
}

/* Index Intro */
.ele_welcome {
    min-height: 100vh;
}

.ele_welcome:before {
    content: '';
    background-image: url(../images/home/3d-gradient.svg);
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    top: 0;
    display: block;
    background-size: contain;
    position: absolute;
    height: 400px;
    z-index: -1;
    opacity: 0.2;
}

.ele_welcome:after {
    content: '';
    background-image: url(../images/home/bg.svg);
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    background-size: cover;
    position: absolute;
    height: 100%;
    z-index: -1;
    opacity: 0.15;
    background-size: 140%;
    background-position: 50%;
    left: 0;
    right: 0;
}

.ele_welcome_top,
.ele_welcome_mid,
.ele_welcome_bottom {
    z-index: 1;
}

.ele_welcome_mid {
    margin: auto 0;
}

.index-intro h1 {
    font-size: 40px;
    font-family: 'Gilroy', Roboto, sans-serif;
    letter-spacing: -0.5px;
    font-weight: 600;
}

.index-intro p {
    font-family: var(--font-family-sans-serif);
    font-size: 22px;
    line-height: 30px;
}

.ele_welcome_bottom .footer {
    padding: 0;
    border: 0;
}

.welcome_page_apps .huwei svg {
    background: #fff;
    border-radius: 6px;
}

/* Daytime Message */
.home_padd_top {
    padding-top: 85px;
    position: relative;
}

.home_padd_top>.row,
.home_padd_top>.row>.middlecol {
    position: static;
}

.daytime_message {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.daytime_message h3 {
    font-weight: 600;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 28px;
    letter-spacing: -0.5px;
    margin: -2px 0 2px;
}

.daytime_message p {
    font-size: 16px;
    margin: 0;
    letter-spacing: 0.3px;
    color: rgba(0, 0, 0, 0.6);
}

body.night-mode .daytime_message p {
    color: rgb(255 255 255 / 60%);
}

.daytime_message.morning h3 {
    color: #4CAF50;
}

.daytime_message.noon h3 {
    color: #FF9800;
}

.daytime_message.evening h3 {
    color: #3F51B5;
}

/* Announcement */
.ele_announcement h3 {
    font-size: 23px;
    font-weight: 600;
    font-family: 'Gilroy', Roboto, sans-serif;
}

.ele_announcement.success h3 {
    color: #4CAF50;
}

.ele_announcement.warning h3 {
    color: #FAA500;
}

.ele_announcement.danger h3 {
    color: #EF4C5D;
}

.ele_announcement.info h3 {
    color: #3698fd;
}

.ele_announcement h3 svg {
    width: 30px;
    height: 30px;
    margin-top: -4px;
}

.ele_announcement h3 svg .success,
.ele_announcement h3 svg .warning,
.ele_announcement h3 svg .danger,
.ele_announcement h3 svg .info {
    display: none;
}

.ele_announcement.success h3 svg .success,
.ele_announcement.warning h3 svg .warning,
.ele_announcement.danger h3 svg .danger,
.ele_announcement.info h3 svg .info {
    display: block;
}

.ele_announcement p {
    font-size: 15px;
}

.ele_announcement p:last-child {
    margin-bottom: 14px;
}

/* Forum */
.forum-breadcrumb {
    word-wrap: break-word;
    word-break: break-all;
    border-radius: 12px;
    padding: 5px 12px;
    background-color: rgb(0 0 0 / 3%);
}

.breadcrumb-item+.breadcrumb-item {
    padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '';
    float: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3e%3cpath d='M0 0h24v24H0V0z' fill='none'/%3e%3cpath d='M9.31 6.71c-.39.39-.39 1.02 0 1.41L13.19 12l-3.88 3.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41L10.72 6.7c-.38-.38-1.02-.38-1.41.01z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 10px;
    background-size: 20px;
    opacity: 0.5;
}

body.night-mode .breadcrumb-item+.breadcrumb-item::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3e%3cpath d='M0 0h24v24H0V0z' fill='none'/%3e%3cpath fill='%239c9c9c' d='M9.31 6.71c-.39.39-.39 1.02 0 1.41L13.19 12l-3.88 3.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41L10.72 6.7c-.38-.38-1.02-.38-1.41.01z'/%3e%3c/svg%3e");
}

.forum-title {
    word-wrap: break-word;
}

.forum-title h1 {
    font-size: 24px;
}

.forum-title p {
    font-size: 15px;
}


.ele_forum_section {
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    padding: 15px;
}

body.night-mode .ele_forum_section {
    border-color: #3e3e3e;
}

.ele_forum_section h3 {
    font-size: 19px;
}

.ele_forum_section h3 a {
    color: var(--body-color);
    border-bottom: 1px solid;
}

body.night-mode .ele_forum_section h3 a {
    color: var(--body-color-dark);
}

.ele_forum_section p {
    opacity: 0.85;
}

.ele_forum_section .sub_forum {
    border-radius: 12px;
    background-color: rgb(0 0 0 / 4%);
    font-size: 13px;
}


.forum-meta-head {
    font-size: 15px;
}

.ele_forum_stats {
    border-radius: 12px;
}

.ele_forum_stats.thread {
    background-color: rgb(34 190 255 / 8%);
}

.ele_forum_stats.replies {
    background-color: rgb(16 196 66 / 8%);
}

.ele_forum_stats.members {
    background-color: rgb(255 100 55 / 8%);
}

.ele_forum_stats h6 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.ele_forum_stats svg {
    flex: 0 0 auto;
}

.ele_forum_stats p {
    font-family: var(--font-family-sans-serif);
    font-size: 38px;
    line-height: 1;
}

.ele_forum_threads {
    border: 1px solid #e9e9e9;
    border-radius: 12px;
}

body.night-mode .ele_forum_threads {
    border-color: #424242;
}

.ele_forum_threads_head {
    background-color: #607d8b;
    border-radius: 12px 12px 0 0;
}

.thread_title h1 {
    font-size: 1.75rem;
    margin: 0 0 10px;
}

.thread_title_user .avatar {
    width: 45px;
    height: 45px;
}

.thread_title_user .avatar span {
    bottom: -5px;
    right: -5px;
    line-height: 1;
    background-color: #607d8b;
    padding: 4px;
    box-shadow: 0 0 0 2px white;
}

body.night-mode .thread_title_user .avatar span {
    box-shadow: 0 0 0 2px #212121;
}

.thread_title_user .avatar span.admin {
    background-color: #743cfd;
}

.thread_title_user .avatar span.mod {
    background-color: cadetblue;
}

.thread_title div.text,
.forum-thread .text {
    font-size: 15px;
    line-height: 24px;
}

.thread_title div.text strong,
.forum-thread .text strong {
    font-weight: 500;
}

.thread_title div.text iframe,
.thread_title div.text img,
.forum-thread .text iframe,
.forum-thread .text img {
    max-width: 100%;
    border: 0;
    border-radius: 5px;
}

.thread_title div.text img,
.forum-thread .text img {
    height: 100%;
}

.thread_title div.text ul,
.forum-thread ul {
    margin: initial;
    padding-inline-start: 40px;
    list-style: initial;
}

.forum-thread {
    padding: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
}

body.night-mode .forum-thread {
    border-color: #424242;
}

.forum-thread .avatar {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
}



.forum-thread ul {
    margin: initial;
    padding-inline-start: 40px;
    list-style: initial;
}

.forum-result {
    background-color: #f5f5f5;
    border-radius: 12px;
}

body.night-mode .forum-result {
    background-color: #2f2f2f;
}

.forum-result .title {
    font-size: 19px;
}

.forum-result .snippet {
    padding: 8px 10px;
    font-size: 13px;
    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 3%);
}

/* Directory */
.directory-row>.col-lg-4 {
    margin-bottom: 20px;
}

.directory-card {
    display: block;
    background: rgb(0 0 0 / 4%);
    padding: 25px;
    border-radius: 12px;
    height: 100%;
    transition: all 0.2s ease;
    font-family: 'Gilroy', Roboto, sans-serif;
}

.directory-card>span {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    background: rgb(0 0 0 / 40%);
    color: #fff;
    text-align: center;
    padding: 8px;
    position: relative;
}

.directory-card>span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(325deg, rgb(0 0 0 / 20%), transparent);
}

.directory-card>span svg {
    width: 100%;
    height: 100%;
    position: relative;
}

.directory-card:hover {
    box-shadow: 0 5px 10px rgb(154 160 185 / 5%), 0 15px 40px rgb(166 173 201 / 20%);
}

.directory-card .title {
    margin-top: 20px;
    color: #242424;
    font-size: 35px;
    font-weight: bold;
}

body.night-mode .directory-card .title {
    color: #f0f0f0;
}

.directory-card p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #505050;
}

body.night-mode .directory-card p {
    color: #e2e2e2;
}

.directory-card.green {
    background: #DFFFE6;
}

body.night-mode .directory-card.green {
    background: #3e4e42;
}

.directory-card.yellow {
    background: #f9fbd1;
}

body.night-mode .directory-card.yellow {
    background: #61624f;
}

.directory-card.blue {
    background: #DFFDFF;
}

body.night-mode .directory-card.blue {
    background: #425152;
}

.directory-card.purple {
    background: #F6F0FF;
}

body.night-mode .directory-card.purple {
    background: #494156;
}

.directory-card.red {
    background: #ffe7e7;
}

body.night-mode .directory-card.red {
    background: #594545;
}

.directory-card.orange {
    background: #ffefd0;
}

body.night-mode .directory-card.orange {
    background: #595142;
}

.directory-card.pink {
    background: #f9edf3;
}

body.night-mode .directory-card.pink {
    background: #5b4851;
}

.directory-card.green>span {
    background: #58ca71;
}

.directory-card.yellow>span {
    background: #dcce4f;
}

.directory-card.blue>span {
    background: #3ddae5;
}

.directory-card.purple>span {
    background: #b88bfd;
}

.directory-card.red>span {
    background: #f97474;
}

.directory-card.orange>span {
    background: #ff8c53;
}

.directory-card.pink>span {
    background: #f983be;
}

/* Messages */
.ele_messages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}

body.night-mode .ele_messages {
    background-color: #212121;
}

.ele_msg_user_list {
    min-height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    width: 25%;
    min-width: 25%;
    border-right: 1px solid #e6ecf0;
}

.ele_msg_user_chat {
    min-height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    width: 75%;
    min-width: 75%;
}

.ele_msg_header {
    min-height: 65px;
    border-bottom: 1px solid #e6ecf0;
}

body.night-mode .ele_msg_header,
body.night-mode .ele_msg_user_list {
    border-color: #424242;
}

.ele_msg_header .btn {
    width: 36px;
    height: 36px;
    line-height: 34px;
}

.ele_msg_header>h2 {
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 27px;
    letter-spacing: -0.5px;
    margin: 0;
    font-weight: 600;
}

.ele_msg_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: calc(100vh - 65px);
    height: calc(var(--vh, 1vh) * 100 - 65px);
    min-height: auto;
    overflow: hidden;
}

.ele_msg_name {
    font-size: 17px;
}

.ele_msg_name a {
    color: var(--body-color);
}

body.night-mode .ele_msg_name a {
    color: var(--body-color-dark);
}

.ele_msg_name .chat-typing {
    padding: 0;
    font-size: 13px;
    margin-top: -2px;
    text-transform: lowercase;
}

.ele_msg_name .chat-typing .js_chat-typing-users {
    text-transform: capitalize;
}

.ele_msg_btns {
    flex: 0 0 auto;
}

.panel-messages .chat-to {
    padding-top: 10px;
    padding-bottom: 10px;
}

.panel-messages .chat-to .to {
    top: 10px;
}

.ele_msg_container .chat-conversations {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: hidden;
    position: relative;
    justify-content: flex-end;
    padding: 0 15px;
}

.ele_msg_container .chat-conversations>ul {
    max-height: 100%;
}

.ele_msg_container .chat-conversations>ul.more {
    max-height: calc(100% - 34px);
}

.typing_loader_prnt {
    display: table;
    background-color: #eaeaea;
    border-radius: 18px;
    padding: 13.7px 13px;
}

.typing_loader_prnt span {
    height: 10px;
    width: 10px;
    float: left;
    margin: 0 2px;
    background-color: #9E9EA1;
    display: block;
    border-radius: 50%;
    opacity: 0.4;
}

.typing_loader_prnt span:nth-of-type(1) {
    -webkit-animation: 1s type_blink infinite 0.3333s;
    animation: 1s type_blink infinite 0.3333s;
}

.typing_loader_prnt span:nth-of-type(2) {
    -webkit-animation: 1s type_blink infinite 0.6666s;
    animation: 1s type_blink infinite 0.6666s;
}

.typing_loader_prnt span:nth-of-type(3) {
    -webkit-animation: 1s type_blink infinite 0.9999s;
    animation: 1s type_blink infinite 0.9999s;
}

@keyframes type_blink {
    50% {
        opacity: 1;
    }
}

.ele_write_message {
    padding: 10px 15px 15px;
}

.ele_write_message .chat-form-message {
    flex: 1 1 auto;
    max-height: none;
    overflow: inherit;
}

.ele_write_message .chat-form-message textarea {
    resize: none;
    padding: 9.5px 38px;
    min-height: 40px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    font-size: 15px;
    max-height: 82px;
    line-height: normal;
}

body.night-mode .ele_write_message .chat-form-message textarea {
    background: rgb(255 255 255 / 8%);
}

.ele_write_message .chat-form-message .btn {
    color: #7d7d7d;
    left: 0px;
    bottom: 4px;
}

.ele_write_message .btn-mat {
    margin-left: 15px;
}

.ele_write_message .btn-mat:not(.btn-primary) {
    color: var(--main-btn);
    min-width: 40px;
    border-radius: 50%;
}

.ele_write_message .btn-mat:not(.btn-primary):before {
    content: '';
    position: absolute;
    background-color: currentColor;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
}

.ele_write_message .btn-mat:not(.btn-primary) svg {
    margin: 0;
    width: 24px;
    height: 24px;
}

.ele_write_message .btn-mat.btn-primary {
    min-width: 130px;
}

.panel-messages .card-body {
    padding: 0
}

.panel-messages.fresh .card-body {
    position: relative
}

.panel-messages .conversation-user {
    width: 35px;
    height: 35px;
}

.panel-messages .conversation-body {
    max-width: -webkit-calc(100% - 120px);
    max-width: calc(100% - 120px);
}

.panel-messages .conversation-body .text {
    border-radius: 18px;
    padding: 7.5px 15px;
    font-size: 15px;
    position: relative;
}

.panel-messages .conversation-body .text:empty {
    padding: 0;
    margin: 0;
}

.panel-messages .conversation-body img,
.conversation-body .video-wrapper {
    max-height: calc(100vh - 300px);
}

.conversation-body .video-wrapper {
    border-radius: 16px;
}

.conversation-body .product {
    padding-top: 6px;
    max-width: 200px;
}

.conversation-body .product img {
    max-height: none;
    border-radius: 12px;
}

.conversation-body .product-info .price {
    color: currentColor;
}

.conversation-body .ele_post_prod_shead {
    color: currentColor;
    opacity: 0.7;
}

/* Live */
.live-stream-wrapper {
    background: black;
    height: calc(100vh - 56px);
    height: calc(var(--vh, 1vh) * 100 - 56px);
    position: relative;
}

.live-stream-video {
    position: relative;
    height: 100%;
}

.live-stream-video .live-counter {
    z-index: 9;
    left: 25px;
    top: 25px;
    background-color: #F44336;
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    min-width: 60px;
    line-height: 26px;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
}

.live-stream-video .live-counter .status.offline:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #444;
    z-index: -1;
    border-radius: 4px;
}

.live-stream-video .live-recording {
    display: none;
    z-index: 9;
    right: 25px;
    top: 25px;
    color: #e13e3e;
    background: #383838;
    border-radius: 4px;
    line-height: 26px;
}

.live-stream-video video {
    max-width: 100%;
    display: block;
    height: 100%;
    max-height: calc(100vh - 56px);
    max-height: calc(var(--vh, 1vh) * 100 - 56px);
    margin: auto;
    vertical-align: middle;
    object-fit: contain !important;
    transform: none !important;
}

.live-stream-video .live-video-player {
    width: 100%;
    height: 100%;
    background: #000;
}

.live-stream-video .live-video-player video {
    background: #000;
    height: auto !important;
    transform: none !important;
}

.live-stream-buttons {
    flex: 0 0 auto;
    display: none;
}

.live-stream-buttons .btn {
    padding: 8.8px 10.6px;
    color: #fff;
    background-color: rgb(255 255 255 / 29%);
    width: 40px;
    height: 40px;
    font-size: 15px;
}

.live-stream-tips-wrapper {
    background: rgb(255 255 255 / 29%);
    padding: 8px 16px;
    border-radius: 2em;
    line-height: 20px;
    flex: 0 0 auto;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
}

.live-stream-tips-wrapper#js_live-paid {
    position: relative;
}

.live-stream-tips-wrapper#js_live-paid .form-control {
    bottom: 110%;
    left: 0;
    right: 0;
    background: #2c2c2c;
    border-color: #4a4a4a;
    border-radius: 10px;
    color: #fff;
}

.ele_live_foot {
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent, rgb(0 0 0 / 80%));
}

.ele_live_foot.ptb30 {
    padding-top: 70px !important;
}

.live-comments .comment-author a {
    color: #fff;
}

.live-comments .comment-text {
    background-color: rgb(255 255 255 / 20%);
    color: #fff;
}

.live-comments .comment-actions>li .text-link {
    color: #e7e7e7;
}

.live-comments .text-muted {
    color: #b8b8b8 !important;
}

.live-comments .comment-form {
    background-color: rgb(255 255 255 / 20%);
}

.live-comments .comment-form textarea {
    color: #fff;
}

.ele_live_foot .live-status {
    background: #383838;
    color: #fff;
    border-radius: 8px;
    z-index: 4;
    max-width: 400px;
    margin: auto;
}

.ele_live_foot .live-status.info {
    color: #00bcd4;
}

.ele_live_foot .live-status.success {
    color: #4caf50;
    display: none;
}

.ele_live_foot .live-status.error {
    color: #e33b4b;
}

.ele_live_foot hr {
    border-color: rgb(255 255 255 / 20%);
}

.ele_live_foot_btns {
    margin: auto;
}

/* Profile */
.profile-header {
    position: relative;
    margin: -30px 0 20px;
}

.ele_cover_sec_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.ele_cover_sec_bg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ele_cover_bg_grad {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.1), var(--body-bg) 80%, var(--body-bg) 100%);
    backdrop-filter: blur(20px);
}

body.night-mode .ele_cover_bg_grad {
    background: linear-gradient(rgba(0, 0, 0, 0.1), var(--body-bg-color-dark) 80%, var(--body-bg-color-dark) 100%);
}

.profile-cover-wrapper {
    background: #424242;
    position: relative;
    height: 180px;
    overflow: hidden;
}

.profile-header.group .profile-cover-wrapper {
    height: auto;
    aspect-ratio: 2.2;
    border-radius: 12px 12px 0 0;
}

.profile-cover-wrapper img.js_position-cover-cropped {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.profile-cover-wrapper img.js_lightbox:hover {
    cursor: pointer
}

.profile-cover-wrapper img.js_position-cover-full {
    width: 100%;
    height: auto;
    cursor: move
}

.profile-header.group .profile-cover-wrapper img {
    border-radius: 12px 12px 0 0;
}

.profile-cover-buttons {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.7;
    transition: all .3s;
}

.profile-cover-wrapper:hover .profile-cover-buttons {
    opacity: 1;
}

.profile-cover-buttons>div {
    margin: 0 2px;
    text-align: center;
    transition: all .3s;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border-radius: 10px;
    height: 36px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    min-width: 36px;
    line-height: 36px;
    padding: 0 8px;
    font-weight: 500;
}

.profile-cover-buttons>div:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.profile-cover-buttons>div svg {
    width: 18px;
    height: 18px;
    margin: -3px 0 0;
}

.profile-cover-buttons form.x-uploader {
    position: relative;
    display: inline-block;
}

.profile-cover-buttons>div.profile-cover-position-buttons {
    display: none;
}

.profile-cover-change-loader,
.profile-avatar-change-loader {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5;
    background: #000;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.profile-avatar-change-loader {
    border-radius: 50%;
}

.profile-cover-position-loader {
    display: none;
    position: absolute;
    top: 20px;
    left: 50%;
    padding: 8px 16px;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    font-size: 14px;
    border-radius: 2em;
    transform: translate(-50%);
}

.profle-date-wrapper {
    background-color: white;
    min-width: 70px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    display: inline-block;
    left: 15px;
    bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    font-family: 'Gilroy', Roboto, sans-serif;
}

.profle-date-wrapper span {
    display: block;
    background: #E91E63;
    font-weight: 600;
    color: #fff;
    border-radius: 7.9px 7.9px 0 0;
    text-transform: uppercase;
    padding: 2px;
}

.profle-date-wrapper b {
    font-size: 35px;
    font-weight: bold;
    color: #222;
    padding: 7px 0;
    display: block;
    line-height: 1;
}


.profile-info-cont {
    border-radius: 0 0 12px 12px;
}

.profile-name-wrapper h3 {
    margin: 0;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 31px;
    font-weight: bold;
}

.profile-header.group .profile-name-wrapper h3 {
    margin: 0;
    font-size: 31px;
}

.profle-meta-wrapper>div:not(.row) {
    display: block;
    width: 100%;
    padding: 5px 5px 5px 30px;
    position: relative;
    color: black;
    font-size: 15px;
}

body.night-mode .profle-meta-wrapper>div,
body.night-mode .profle-meta-wrapper>div a {
    color: white;
}

.profle-meta-wrapper>div a {
    color: black;
}

.profle-meta-wrapper>div>svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.4;
    width: 21px;
    height: 21px;
}

.profle-meta-wrapper>div.social {
    margin: 0 -2px;
}

.profle-meta-wrapper>div.social .btn {
    line-height: 1;
    margin: 8px 2px;
}

.profle-meta-wrapper>div.social .btn svg {
    width: 22px;
    height: auto;
}

.profile-buttons-wrapper {
    flex: 0 0 auto;
}

.profile-buttons-wrapper .btn,
.ele_my_pages>div:not(.info) .btn {
    border: none;
    line-height: 40px;
    border-radius: 2em;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 5px;
    position: relative;
}

.profile-buttons-wrapper .btn.js_go-event {
    color: #28a745;
    background-color: rgb(40 167 69 / 20%);
}

.profile-buttons-wrapper .btn.js_interest-event {
    color: var(--main-btn);
    background: transparent;
}

.profile-buttons-wrapper .btn.js_interest-event:before {
    border-radius: 2em;
}

.profile-header.profile .profile-buttons-wrapper {
    right: 20px;
    top: 30px;
}

.profile-tabs-wrapper.content-tabs {
    border: 0;
    border-top: 1px solid #eee;
    margin-top: 15px;
}

.profile-tabs-wrapper.content-tabs>ul>li>a {
    padding: 0 13px;
    font-size: 13px;
    line-height: 36px;
    margin: 10px 4px 6px;
}

.profile-tabs-wrapper.content-tabs>ul>li>a svg {
    width: 18px;
    height: 18px;
    margin-top: -2px;
}

.profile-tabs-wrapper.content-tabs>ul>li.active>a {
    color: #607d8b;
}

.ele_user_profile_nav {}

.ele_user_profile_nav ul {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.ele_user_profile_nav li a {
    color: #666;
    font-size: 15px;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-weight: 600;
    letter-spacing: 0.2px;
}

body.night-mode .ele_user_profile_nav li a {
    color: #aaa;
}

.ele_user_profile_nav li a span {
    font-weight: normal;
    background: rgb(0 0 0 / 0.08);
    line-height: 1;
    padding: 2px 3px;
    min-width: 20px;
    border-radius: 3px;
    font-size: 13px;
    display: inline-block;
}

body.night-mode .ele_user_profile_nav li a span {
    background: rgb(255 255 255 / 10%);
}

.ele_user_profile_nav li .active {
    color: var(--main-btn);
}

.ele_user_profile_nav li .active:after {
    content: '';
    position: absolute;
    height: 3px;
    background-color: var(--main-btn);
    bottom: 0;
    right: 10px;
    left: 10px;
    border-radius: 3px 3px 0 0;
}


.profile-avatar-wrapper {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: relative;
}

.profile-avatar-wrapper.started {
    width: 180px;
    height: 180px;
}

.profile-avatar-wrapper img {
    border-radius: 50%;
    transition: all .5s;
    width: 100%;
    height: 100%;
}

.profile-avatar-wrapper img.js_lightbox:hover {
    cursor: pointer
}

.profile-header.group .profile-avatar-wrapper {
    width: 110px;
    height: 110px;
    margin: 0px auto -50px;
    background-color: #fff;
    padding: 7px;
    top: -70px;
}

body.night-mode .profile-header.group .profile-avatar-wrapper {
    background-color: #212121;
}

.profile-header.page .profile-avatar-wrapper {
    width: 105px;
    height: 105px;
    background-color: #fff;
    padding: 5px;
    margin: -45px 0 0;
    flex: 0 0 auto;
}

body.night-mode .profile-header.page .profile-avatar-wrapper {
    background-color: #212121;
}

body .ele_prof_cont_wide {
    max-width: 1326px;
}

.profile-header.profile .profile-avatar-wrapper {
    width: 130px;
    height: 130px;
    background-color: #fff;
    padding: 4px;
    margin: -70px 0 15px;
}

body.night-mode .profile-header.profile .profile-avatar-wrapper {
    background-color: #212121;
}

.profile-avatar-wrapper .dropdown {
    bottom: 3px;
    right: 3px;
}

.profile-avatar-wrapper .dropdown .toggle {
    min-width: 36px;
    padding: 0 3px 3px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border-radius: 50%;
    line-height: 33px;
}

.profile-cover-change form.x-uploader {
    display: block
}

.profile-avatar-change form.x-uploader {
    position: relative
}

.ele_event_map {
    border-radius: 12px 12px 0 0;
    background-color: rgb(0 0 0 / 3%);
}

.ele_event_info {
    display: block;
    background-color: rgb(0 0 0 / 6%);
    border-radius: 8px;
    padding: 12px 8px;
    text-align: center;
    color: #606060;
    font-size: 15px;
    margin: 12px 0;
}

body.night-mode .ele_event_info {
    background-color: rgb(255 255 255 / 8%);
    color: #b1b1b1;
}

.ele_event_info b {
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    color: #222;
}

body.night-mode .ele_event_info b {
    color: #d8d8d8;
}









.panel-mutual-friends li {
    width: 36px;
    height: 36px;
    margin-right: -8px;
    background-color: white;
    padding: 2px;
}

.panel-mutual-friends li .post-avatar-picture {
    min-width: auto;
}

.panel-photos div[class*=" col-"],
.panel-photos div[class^=col-],
.panel-videos div[class*=" col-"],
.panel-videos div[class^=col-] {
    padding: 2px;
}

.pg_photo {
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    min-width: 40px;
    min-height: 40px;
    border-radius: 6px;
}

.pg_photo.large {
    min-width: 100px;
    min-height: 100px;
}

.pg_photo-delete-btn {
    position: absolute;
    right: 5px;
    top: 5px;
}

.pg_photo-pin-btn {
    position: absolute;
    left: 5px;
    top: 5px;
    background: rgb(0 0 0 / 50%);
    padding: 3px 8px;
    border-radius: 16px;
    color: #eee;
}

.pg_photo-pin-btn.pinned {
    color: #ffeb3b;
}

.pg_video {
    position: relative;
    background: #eee;
    display: block;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 9px;
}

body.night-mode .pg_video {
    background: #3c3c3c;
}

.pg_video video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pg_video .play-button {
    color: #363636;
}

.pg_video .play-button svg {
    width: 58px;
}

/* Send Gift */
.btn_send_gift {
    background-color: #ffd5e4;
    color: #e91e63;
    border-radius: 12px;
    font-family: 'Gilroy', Roboto, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    padding: 20px 10px;
}

.btn_send_gift img {
    display: block;
    margin: -210px auto 0;
    width: 300px;
    pointer-events: none;
}

/* Album */
.album-card {
    box-shadow: 0 0 0 1px #e5e5e5;
    border-radius: 9px;
    margin-top: 20px;
}

body.night-mode .album-card {
    box-shadow: 0 0 0 1px #3c3c3c;
}

.album-cover {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    overflow: hidden;
    min-width: 40px;
    min-height: 40px;
    border-radius: 9px 9px 0 0;
}

body.night-mode .album-cover {
    background-color: #3c3c3c;
}

.album-details {
    padding: 10px;
    font-size: 13px;
}

.album-details a {
    font-size: 15px;
}

.album-title {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin: 15px 0 5px;
    font-family: 'Gilroy', Roboto, sans-serif;
}

.album-meta {
    text-align: center;
    margin: -5px 0 20px;
}

/* Admin */
@media (max-width: 767px) {
    .admin-sidebar {
        background: #fff;
        border-radius: 16px;
    }

    body.night-mode .admin-sidebar {
        background: #212121;
    }
}

.admin-chart {
    min-width: 100%;
    height: 400px;
    margin: 0 auto;
    border: 1px solid #e6ecf5
}

body.night-mode .admin-chart {
    border-color: #424242
}

.table-img-thumbnail {
    max-width: 100px
}

.change-log-list {
    margin-left: 30px
}

.change-log-list>li {
    margin-left: 30px;
    list-style-type: disc
}

/* auto-connect-nodes */
.add-auto-connect-node {
    background: #f7f7f7;
    margin: 10px 0;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.add-auto-connect-node :hover {
    background: #f3f3f3;
}

body.night-mode .add-auto-connect-node {
    background: #333;
    border-color: #555;
}

body.night-mode .add-auto-connect-node :hover {
    background: #212121;
}

.auto-connect-node {
    margin: 10px 0;
    padding: 20px 30px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}

body.night-mode .auto-connect-node {
    border-color: #555;
}

/* Market */
.product {
    position: relative;
    box-shadow: none;
}

.product.boosted {
    box-shadow: inset 0 0px 0px 1px #ffa412;
}

.product-image img {
    border-radius: 12px 12px 0 0;
    object-fit: cover;
    aspect-ratio: 1;
}

.product-info h2 {
    margin: 0;
    font-size: 16px;
}

.product-info .price {
    margin: 5px 0 0;
    display: block;
    max-width: 80%;
    color: var(--main-link);
    font-weight: 500;
}

body.night-mode .product-info .price {
    color: #aaaaaa;
}

.product-info .btn {
    min-width: 36px;
    line-height: 36px;
    padding: 0 5px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 0 0 7px var(--body-bg);
    right: -7px;
    bottom: -7px;
}

body.night-mode .product-info .btn {
    box-shadow: 0 0 0 7px var(--body-bg-color-dark);
    background-color: #333;
}

.product-info .btn.btn-success {
    color: #4CAF50;
}

.product-info .btn.btn-info {
    color: #2196F3;
}

.ele_products_tab {
    background: rgb(0 0 0 / 7%);
}

/* invoice */
.invoice-title h2,
.invoice-title h3 {
    display: inline-block;
}

.table-invoice>tbody>tr>.no-line {
    border-top: none;
}

.table-invoice>thead>tr>.no-line {
    border-bottom: none;
}

.table-invoice>tbody>tr>.thick-line {
    border-top: 2px solid;
}

/* Movies */
.movie-picture {
    padding-bottom: 145%;
}

.movie-picture img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    transition: all 0.3s ease 0.1s;
    background-color: rgb(0 0 0 / 9%);
}

.movie-card-top:hover .movie-picture img {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 10%) 0px 4px 6px -4px;
    transform: translateY(-5px);
}

.movie-title {
    font-size: 16px;
    margin: 10px 0px 3px;
    line-height: normal;
}

.movie-tags {
    opacity: 0.7;
}

.ele_watch_movie {
    margin: -30px 0 0;
    height: calc(100vh - 56px);
    height: calc(var(--vh, 1vh) * 100 - 56px);
    transition: background-color 0.2s ease-in-out;
}

.ele_watch_movie_cont {
    margin: auto;
    padding: 0 90px;
}

.movie_poster {
    width: 40%;
    top: 0;
    right: 0;
    bottom: 0;
}

.movie_poster img {
    background-color: rgb(0 0 0 / 9%);
    object-fit: cover;
}

.movie_poster_shadow {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, var(--body-bg), transparent);
    backdrop-filter: blur(1px);
}

body.night-mode .movie_poster_shadow {
    background: linear-gradient(90deg, var(--body-bg-color-dark), transparent);
}

.ele_movie_scroll {
    overflow-y: auto;
    max-height: 100%;
}

.ele_movie_details {
    min-height: 100%;
}

.ele_movie_details:after,
.ele_movie_details:before {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    content: '';
    display: block;
    height: 90px;
}

.ele_wm_hdr {
    color: inherit;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.ele_wm_hdr a,
.ele_wm_details li span:last-child a {
    color: inherit;
}

.ele_wm_title {
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 54px;
    color: inherit;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgb(0 0 0 / 20%);
}

.ele_wm_about {
    font-size: 16px;
    color: inherit;
    opacity: 0.8;
    transition: all 0.15s;
    margin: 0;
}

.ele_wm_details {
    margin: 10px 0 0;
}

.ele_wm_details li {
    display: table-row;
}

.ele_wm_details li span {
    display: table-cell;
    vertical-align: top;
}

.ele_wm_details li span:first-child {
    color: inherit;
    opacity: 0.7;
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 20px 0 0;
    white-space: nowrap;
}

.ele_wm_details li span:last-child {
    color: inherit;
    opacity: 0.9;
    padding-top: 7px;
}

.ele_wm_play {
    min-width: 150px;
    color: white;
    background-color: #009688;
}

.ele_watch_movie.ab-dark .ele_wm_play {
    background-color: white;
}

.ele_watch_movie.ab-light .ele_wm_play {
    background-color: black;
}

.ele_wm_box.modal {
    padding: 0 !important;
    transition: none;
    display: block;
    visibility: hidden;
    opacity: 0;
}

.ele_wm_box.modal.show {
    visibility: visible;
    opacity: 1;
}

.ele_wm_box.modal .modal-dialog {
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    transform: scale(1);
    margin: 0;
}

.ele_wm_box.modal .modal-content {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    background-color: black;
    height: 100%;
    width: 100%;
}

.btn_goback_movie {
    top: 25px;
    left: 25px;
    z-index: 99;
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
}

.btn_goback_movie:hover {
    color: white;
}

.watch_player_movie .plyr,
.watch_player_movie iframe {
    max-width: 100%;
    display: block;
    height: 100% !important;
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    margin: auto;
    vertical-align: middle;
    position: relative;
    padding: 0;
}

.watch_player_movie .plyr video {
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
}

.watch_player_movie iframe {
    width: 100%;
    max-width: 100vw;
}

/* Noty Notifications */
.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
    background-color: rgba(51, 103, 214, .8) !important;
    border-bottom: 1px solid #3367d6 !important
}

.noty_bar {
    margin-bottom: 5px !important
}

.noty_body {
    color: #fff !important;
    padding: 5px !important
}

.noty_body .data-content,
.noty_close_button {
    color: #fff !important
}

/* Reels */
.reels-wrapper {
    position: fixed;
    top: 56px;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    z-index: 1;
}

.reels-loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: #000;
    border-radius: 10px;
    padding: 10px 16px;
    z-index: 2;
}

.reel-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 56px;
    padding-bottom: 0;
    background: #000;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.reel-container.swipe-up {
    transform: translateY(-100%);
    transition: transform 0.3s ease-out;
}

.reel-container.swipe-down {
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

.reel-container.hidden {
    opacity: 0;
    visibility: hidden;
}

.reel-video-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    transition: all 0.2s;
    user-select: none;
    color: #fff;
}

@media (min-width: 768px) {
    .reel-container.comments-shown .reel-video-wrapper {
        width: calc(100% - 420px);
    }
}

.reel-next-btn,
.reel-prev-btn {
    display: none;
    position: absolute;
    bottom: 40px;
    right: 20px;
    opacity: 0.7;
}

.reel-prev-btn {
    bottom: 100px;
}

.reel-next-btn:hover,
.reel-prev-btn:hover {
    opacity: 1;
    cursor: pointer;
}

@media (min-width: 768px) {

    .reel-next-btn,
    .reel-prev-btn {
        display: block;
    }
}

.reel-video-wrapper .reel-video-container {
    position: relative;
    width: 100%;
    max-width: 459px;
    display: block !important;
    margin: auto;
    height: 100%;
}

.reel-video-wrapper .reel-video-container .plyr--video {
    height: calc(100dvh - 56px);
}

.reel-video-wrapper .reel-video-container .plyr__controls {
    top: 0;
    right: 0;
    left: auto;
    bottom: 100%;
    background: transparent;
}

.reel-video-wrapper .reel-video-container .video-caption-overlay {
    position: absolute;
    top: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
}

.reel-video-wrapper .reel-video-container .video-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 90px;
    padding: 20px 10px;
    color: #fff;
}

@media (min-width: 768px) {
    .reel-video-wrapper .reel-video-container .video-caption {
        right: 0;
        background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    }
}

.reel-video-wrapper .reel-video-container .video-controlls {
    position: absolute;
    bottom: 20px;
    right: -80px;
}

@media screen and (max-width: 768px) {
    .reel-video-wrapper .reel-video-container .video-controlls {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
}

.reel-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

.reel-actions .post-avatar {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    padding-right: 0;
}

.reel-actions .post-avatar .post-avatar-picture {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
}

.reel-actions .action-btn {
    background: #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 4px;
    transition: all 0.1s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reel-actions .action-btn:hover {
    background: #555;
    cursor: pointer;
}

.reel-actions .reaction-btn .reaction-btn-icon .far {
    font-size: 0;
    width: 24px;
    height: 24px;
    line-height: 1;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.86 8.08997C19.86 8.50997 19.83 8.91997 19.78 9.30997C19.32 9.10997 18.82 8.99997 18.29 8.99997C17.07 8.99997 15.99 9.58996 15.32 10.49C14.64 9.58996 13.56 8.99997 12.34 8.99997C10.29 8.99997 8.63 10.67 8.63 12.74C8.63 15.42 10.05 17.47 11.63 18.86C11.58 18.89 11.53 18.9 11.48 18.92C11.18 19.03 10.68 19.03 10.38 18.92C7.79 18.03 2 14.35 2 8.08997C2 5.32997 4.21999 3.09998 6.95999 3.09998C8.58999 3.09998 10.03 3.87997 10.93 5.08997C11.84 3.87997 13.28 3.09998 14.9 3.09998C17.64 3.09998 19.86 5.32997 19.86 8.08997Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M22 12.74C22 17.42 17.67 20.18 15.73 20.84C15.5 20.92 15.13 20.92 14.9 20.84C14.07 20.56 12.8 19.89 11.63 18.86C10.05 17.47 8.63 15.42 8.63 12.74C8.63 10.67 10.29 9 12.34 9C13.56 9 14.64 9.58999 15.32 10.49C15.99 9.58999 17.07 9 18.29 9C18.82 9 19.32 9.11 19.78 9.31C21.09 9.89 22 11.2 22 12.74Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.reel-action-btn span {
    display: block;
    font-size: 13px;
    margin-top: 5px;
}

.reel-comments-wrapper {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #fff;
}

body.night-mode .reel-comments-wrapper {
    background: var(--body-bg-color-dark);
}

.reel-comments-wrapper .lightbox-post {
    height: calc(100% - 45px);
}

@media (min-width: 768px) {
    .reel-comments-wrapper {
        width: 420px;
    }
}

.reel-container.comments-shown .reel-comments-wrapper {
    display: block;
}

.reel-lightbox.comments-shown .reel-comments-wrapper {
    display: block;
}

.reels-box-wrapper {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 12px 12px;
    gap: 12px;
}

.reel-box {
    background-color: #000;
    position: relative;
    display: block;
    border-radius: 7px;
    width: calc(100% / 3 - 5%);
    overflow: hidden;
    flex: 0 0 auto;
}

.reel-box .plyr {
    min-width: auto;
}

.reel-box video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 400px;
    border-radius: 7px;
}

.reel-box .views {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    text-shadow: 1px 1px #000000;
    z-index: 2;
}

/* Translator */
.translator-language {
    display: block;
    font-size: 15px;
    line-height: 100%;
    padding: 15px;
    margin-bottom: 5px;
    border: 1px solid #eee;
    border-radius: 1px
}

.translator-language:hover {
    background: #f3f3f3;
    cursor: pointer
}

/* Big Icon */
.big-icon {
    width: 80px;
    height: 80px;
    border: 4px solid rgb(0 0 0 / 10%);
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
}

.big-icon.success {
    border-color: rgb(76 175 80 / 20%);
    color: #4caf50;
}

.big-icon.error {
    border-color: rgb(255 7 0 / 20%);
    color: #ef524e;
}

.big-icon.warning {
    border-color: rgb(255 153 0 / 20%);
    color: #ff9800;
}

/* Loader */
.x-loader {
    text-align: center
}

.loader {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0
}

.loader:after {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-animation: rotate .6s linear infinite;
    animation: rotate .6s linear infinite;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border-top: 1px solid #545a6a;
    border-bottom: 1px solid #d4d4db;
    border-left: 1px solid #545a6a;
    border-right: 1px solid #d4d4db;
    content: '';
    opacity: .5
}

.loader.loader_large:after {
    width: 40px;
    height: 40px
}

.loader.loader_medium:after {
    width: 25px;
    height: 25px
}

.loader.loader_small:after {
    width: 10px;
    height: 10px
}

.loader.loader_green:after {
    opacity: 1;
    border-top: 1px solid #42a26e;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #42a26e;
    border-right: 1px solid #fff
}

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

    100% {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -o-transform: rotateZ(0)
    }
}

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

    100% {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -o-transform: rotateZ(0)
    }
}

/* Post Loader */
.skel {
    background: rgba(0, 0, 0, 0.05);
}

.ele_post_skel {
    padding: 15px;
}

.ele_post_skel .skel_avatar {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 13px;
    border-radius: 50%;
}

.ele_post_skel .skel_noti_name {
    width: 150px;
    height: 15px;
    margin-bottom: 8px;
    border-radius: 2em;
}

.ele_post_skel .skel_noti_time {
    height: 10px;
    width: 90px;
    border-radius: 2em;
}

.ele_post_skel .ele_post_skel_foot {
    justify-content: space-between;
    padding-top: 170px;
    margin: 0 -10px;
}

.ele_post_skel .skel_action {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px;
}

/* ON/OFF Toggle */
.switch {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 30px;
    margin: 0;
}

.switch.sm {
    width: 34px;
    height: 20px;
}

.switch input {
    display: none
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e9e9e9;
    transition: .3s all ease-in-out;
}

body.night-mode .switch .slider {
    background-color: #474747;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 0px;
    bottom: 2px;
    background-color: #fff;
    transition: .3s all ease-in-out;
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
    box-shadow: 0 0 4px rgb(0 0 0 / 0.15);
}

.switch.sm .slider:before {
    height: 16px;
    width: 16px;
}

.switch input:checked+.slider {
    background-color: #34C759
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(23px);
    transform: translateX(23px)
}

.switch.sm input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    transform: translateX(16px)
}

.switch .slider.round {
    border-radius: 34px
}

.switch .slider.round:before {
    border-radius: 50%
}

/* Radio/Checkbox */
.button-label {
    display: inline-block;
    padding: 1em 2em;
    margin: .5em;
    cursor: pointer;
    color: #6c6c6c;
    border-radius: 6px;
    transition: .3s;
    box-shadow: 0 0 0 1px #e6e6e6;
    min-width: 115px
}

.button-label.small {
    min-width: 98px;
}

body.night-mode .button-label {
    box-shadow: 0 0 0 1px #424242
}

.button-label-image {
    display: block;
    padding: 5px;
    margin: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    cursor: pointer;
    transition: .3s;
    border-radius: 2px
}

.button-label .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    border-radius: 50%;
    transition: all .2s;
    opacity: .75;
    filter: grayscale(1)
}

body.night-mode .button-label .icon {
    background: #474747;
}

.button-label.small .icon {
    width: 30px;
    height: 30px;
}

.button-label .icon img {
    width: 32px;
    height: 32px
}

.button-label-image img {
    width: 100%;
    height: 100%;
    border-radius: 2px
}

.button-label .title {
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
    text-transform: capitalize;
    text-align: center
}

.button-label-image:hover,
.button-label:hover {
    box-shadow: 0 0 0 2px rgba(51, 103, 214, .65)
}

.input-label:checked+.button-label,
.input-label:checked+.button-label-image {
    box-shadow: 0 0 0 2px rgba(51, 103, 214, .65)
}

.input-label:checked+.button-label .icon {
    filter: grayscale(0);
    opacity: 1
}

/* Events List */
.ele_side_events .ui-box .img,
.ele_events_list .img {
    padding-top: 43.7%;
}

.ele_events_list .img img {
    border-radius: 12px;
}

.ele_events_list_mid {
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(320deg, rgb(0 0 0 / 45%), transparent);
    border-radius: 0 0 12px 12px;
}

.ele_events_list_mid .profle-date-wrapper {
    min-width: 55px;
}

.ele_events_list_mid .profle-date-wrapper span {
    font-size: 14px;
}

.ele_events_list_mid .profle-date-wrapper b {
    font-size: 30px;
    padding: 7px 0 0;
}

.ele_events_list_btns {
    margin: 10px;
}

.ele_events_list_btns .btn.js_uninterest-event {
    background-color: #7eda82;
}

body.night-mode .ele_events_list_btns .btn.js_uninterest-event {
    background-color: #43a047;
}

.ele_events_list_info h2 {
    font-size: 20px;
    margin: 0 0 1px;
}

.ele_events_list_info h2 a {
    color: var(--body-color);
}

body.night-mode .ele_events_list_info h2 a {
    color: var(--body-color-dark);
}

.ele_events_list_info p {
    font-size: 15px;
    color: var(--gray);
}

/* Create States */
.ele_create_state {
    color: var(--body-color);
    border-radius: 12px;
    border: 2px dashed #d3d3d3;
    font-weight: 500;
    font-size: 16px;
    background-color: rgb(255 255 255 / 40%);
    transition: all 0.15s ease-in-out;
}

body.night-mode .ele_create_state {
    color: var(--body-color-dark);
    border-color: #454545;
    background-color: rgb(0 0 0 / 40%);
}

.ele_create_state:hover {
    background-color: rgb(255 255 255 / 60%);
    color: var(--main-link);
}

body.night-mode .ele_create_state:hover {
    background-color: rgb(0 0 0 / 60%);
    color: var(--main-link);
}

/* Jobs */
.ele_jobs_header {
    margin: -20px;
    gap: 20px;
}

.ele_jobs_header>.btn,
.ele_jobs_header>.dropdown>.btn {
    border: 2px solid #e8e8e8;
    line-height: 46px;
    color: var(--main-btn);
    flex: 0 0 auto;
}

body.night-mode .ele_jobs_header>.btn,
body.night-mode .ele_jobs_header>.dropdown>.btn,
body.night-mode .ele_jobs_search input {
    border-color: #4c4c4c;
    color: #d4d4d4;
}

.ele_jobs_header.flex-3-wide>.dropdown,
.ele_jobs_header.flex-3-wide>.btn {
    flex: 1 1 auto;
}

.ele_jobs_header.flex-3-wide>.dropdown>.btn {
    width: 100%;
}

.ele_jobs_search input {
    box-shadow: none;
    border: 2px solid #e8e8e8;
    border-right: 0px;
    border-radius: 2em 0 0 2em;
    padding: 10px 20px;
    height: 50px;
    font-weight: 500;
    background: transparent;
}

.ele_jobs_search input:focus {
    border-color: #263E56;
}

.ele_jobs_search .btn {
    line-height: 50px;
    border-radius: 0 2em 2em 0;
    flex: 0 0 auto;
    min-width: 180px;
    color: #ffffff;
    background: #263E56;
}

body.night-mode .ele_jobs_search .btn {
    background: #4c4c4c;
}

.ele_jobs_nav li {
    padding: 5px 2px;
}

.ele_jobs_nav li a {
    background-color: rgb(0 0 0 / 6%);
    border-radius: 2em;
    line-height: 33px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 500;
}

body.night-mode .ele_jobs_nav li:not(.active) a {
    background-color: rgb(255 255 255 / 8%);
}

.ele_jobs_nav li.active a {
    background-color: transparent;
}

.ele_jobs_nav li.active a:before {
    border-radius: 2em;
}

.ele_job .avatar {
    width: 120px;
    border-radius: 10px;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.ele_job .job_type {
    color: #4CAF50;
    background-color: #E8F5E9;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    padding: 0 10px;
    border-radius: 5px;
}

body.night-mode .ele_job .job_type {
    background-color: #374038;
}

.ele_job p {
    min-height: 62px;
    overflow: hidden;
    max-height: 62px;
}

/* Offers */
.ele_offer .avatar {
    aspect-ratio: 16/9;
}

.ele_offer h4 {
    font-size: 18px;
}

.ele_offer p {
    min-height: 42px;
    max-height: 42px;
}

/* Pro Plans */
.ele_pro_page {
    background-image: url("../images/pricing.svg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.ele_pro_head {
    max-width: 640px;
    font-family: 'Gilroy', Roboto, sans-serif;
}

.ele_pro_head p {
    color: #6e7781;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
}

.ele_pro_head .badge {
    background-color: rgb(0 0 0 / 20%);
    padding: 0 5px;
    border-radius: 2px;
    vertical-align: middle;
    line-height: 19px;
    font-weight: bold;
    letter-spacing: 1px;
    color: black;
}

.ele_pro_head h2 {
    font-size: 37px;
    letter-spacing: -1.3px;
    margin-top: 9px;
    font-weight: 600;
}

.ele_pro_plan {
    padding: 30px;
}

.ele_pro_plan:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    background-color: currentColor;
    opacity: 0.2;
    transition: all 0.15s ease-in-out;
}

.ele_pro_plan:hover:before {
    box-shadow: 0 0 0 10px currentColor;
}

.ele_pro_plan_head,
.ele_pro_plan_price {
    font-family: 'Gilroy', Roboto, sans-serif;
    margin-bottom: 24px;
}

.ele_pro_plan_head h3 {
    margin: 0;
    color: #181818;
    font-size: 33px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: -0.03em;
}

body.night-mode .ele_pro_plan_head h3 {
    color: #eeeeee;
}

.ele_pro_plan_head h3 span {
    width: 40px;
    height: 40px;
}

.ele_pro_plan_head h3 span img {
    width: 20px;
    height: 20px;
}

.ele_pro_plan_head p {
    color: #4c4c4c;
    font-size: 17px;
    letter-spacing: -0.1px;
    font-family: var(--body-font-family);
}

body.night-mode .ele_pro_plan_head p {
    color: #bebebe;
}

.ele_pro_plan_price h3 {
    margin: 0;
    color: #181818;
    font-size: 63px;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 600;
}

body.night-mode .ele_pro_plan_price h3 {
    color: #dddddd;
}

.ele_pro_plan_price span,
.ele_pro_plan_info {
    color: #4c4c4c;
    letter-spacing: -0.1px;
    font-family: var(--body-font-family);
}

body.night-mode .ele_pro_plan_price span,
body.night-mode .ele_pro_plan_info {
    color: #b5b5b5;
}

.ele_pro_plan_info {
    font-size: 15px;
}

.ele_pro_plan_info.small {
    font-size: 13px;
}

.ele_pro_plan_foot .btn {
    padding: 16px 32px;
    border: 2px solid #181818;
    background-color: #181818;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    letter-spacing: 3px;
}

.ele_pro_plan_foot .btn:hover {
    background-color: transparent;
    color: #181818 !important;
}

body.night-mode .ele_pro_plan_foot .btn:hover {
    color: #ffffff !important;
    border-color: #fff;
}

.ele_pro_plan>svg {
    right: 0;
    bottom: 0;
    opacity: 0.05;
    transform: scaleX(-1);
    height: 90%;
    width: 125px;
    pointer-events: none;
}

.prosuccess-wrapper {
    min-height: calc(100vh - 56px);
    min-height: calc(var(--vh, 1vh) * 100 - 56px);
}

/* People */
.ele_people_range span {
    flex: 0 0 auto;
}

.ele_people_range span input {
    width: 40px;
}

/* Settings */
.ele_sett_side .side-nav ul a {
    padding: 7px 32px;
    font-size: 13px;
}

.ele_affs_page .ele_page_title {
    font-size: 20px;
}

.ele_affs_page h3 {
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 32px;
    letter-spacing: -0.5px;
    font-weight: 600;
    line-height: normal;
}

.ele_affs_page h4 {
    font-size: 18px;
    opacity: 0.7;
    font-weight: normal;
    line-height: normal;
}

.ele_sett_point {
    border-radius: 10px;
    font-size: 15px;
}

.ele_sett_point .stat {
    color: var(--main-btn);
    margin: 0 auto 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.ele_sett_point .stat:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0.15;
}

.ele_sett_point .stat span {
    width: 26px;
    height: 26px;
    line-height: 26px;
    bottom: -10px;
    right: -10px;
    box-shadow: 0 0 0 2px white;
    font-size: 13px;
}

body.night-mode .ele_sett_point .stat span {
    box-shadow: 0 0 0 2px #212121;
}

/*Start Page*/
.ele_start_page {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
}

/*Wallet*/
.ele_wallet_balance h5 {
    font-family: 'Gilroy', Roboto, sans-serif;
    font-size: 64px;
}

.ele_wallet_balance .btn {
    color: #2196f3;
    line-height: normal;
    background-color: rgb(33 150 243 / 10%);
    border-radius: 10px;
    padding: 16px;
    flex: 0 0 auto;
    min-width: 150px;
}

.ele_wallet_balance .btn svg {
    width: 40px;
    height: 40px;
}

.ele_wallet_opts svg {
    width: 23px;
    height: 23px;
    margin-top: -3px;
}

/*Address*/
.ele_address_foot {
    gap: 15px;
}

.ele_address_foot .btn-primary {
    flex: 1 1 auto;
}

.ele_address_foot .btn-secondary {
    flex: 0 0 auto;
    padding: 0 0;
    min-width: 40px;
}

.ele_address_foot .btn-secondary svg {
    margin-left: 0;
    margin-right: 0;
}

/*Modal*/
.modal-content {
    border: 0;
    border-radius: 1.8rem;
    box-shadow: 0px 4px 8px 3px rgb(0 0 0 / 15%), 0px 1px 3px rgb(0 0 0 / 30%);
}

.modal-content:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: var(--main-btn);
    border-radius: 1.8rem;
    opacity: 0.03;
}

.modal-content .modal-header,
.modal-content .modal-body,
.modal-content .modal-footer {
    position: relative;
    z-index: 1;
}

.modal-header {
    padding: 1.5rem 1.5rem 1rem;
    border: 0;
}

.modal-title {
    line-height: 1.3;
    font-size: 1.5rem;
}

.modal-title i,
.modal-title .svg-container {
    display: none;
}

.modal-title .nav-tabs {
    border: 0;
    gap: 5px;
}

.modal-title .nav-tabs .nav-link {
    margin: 0;
    border-radius: 2em;
    border: 0;
    font-size: 15px;
    padding: 0 7px;
    line-height: 33px;
    height: 32px;
    min-width: 32px;
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.modal-title .nav-tabs .nav-link.big {
    min-width: 60px;
}

.modal-title .nav-tabs .nav-link:hover,
.modal-title .nav-tabs .nav-link.active {
    background: var(--main-btn);
    color: var(--main-color);
}

.modal-body {
    padding: 2px 1.5rem 1.5rem;
    /*overflow-y: auto;max-height: calc(100vh - 200px);max-height: calc(var(--vh, 1vh) * 100 - 200px);*/
}

.modal-footer {
    padding: 0 1.5rem 1.5rem;
    border: 0;
    gap: 6px;
}

.modal-footer .btn {
    margin: 0;
}

/*Paid Post*/
.post-tips {
    gap: 10px;
    padding: 0px 15px 15px;
    flex-wrap: wrap;
}

.post-tips .btn {
    flex: 1;
}

.ele_paid_post {
    color: var(--main-btn);
    text-align: center;
}

.post .post-header+.ptb20>.ele_paid_post {
    margin: -15px -5px -5px;
}

.ele_paid_post:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--main-btn);
    border-radius: 12px;
    opacity: 0.07;
}

.ele_paid_post svg {
    width: 60px;
    height: auto;
    margin: 0 0 15px;
    opacity: 0.4;
}

.ele_paid_post h5 {
    font-size: 16px;
    margin: 0;
}

.ele_paid_post p {
    margin: 5px 0 0;
    font-size: 15px;
}

.form-table-row.disabled {
    cursor: default;
    opacity: 0.4;
}

.ele_pub_paid_post {
    padding: 10px 13px;
    margin-bottom: 12px;
}

.ele_pub_paid_post .set_desc {
    flex: 1 1 auto;
}

.ele_pub_paid_post .set_desc textarea {
    background: transparent;
    height: 51px;
    border: 0;
    resize: none;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
}

.ele_pub_paid_post .set_price {
    flex: 0 0 auto;
}

.ele_pub_paid_post label {
    display: block;
    font-weight: 500;
}

.ele_pub_paid_post .set_price input {
    border: 0;
    padding: 0;
    background: transparent;
    max-width: 100px;
    font-size: 34px;
}

.ele_pub_paid_post .set_price input::placeholder {
    opacity: 0.5
}

body.night-mode .ele_pub_paid_post .set_price input {
    color: #ddd;
}

/*Star Rating*/
.star-rating {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    font-size: 25px;
    color: #cfcfcf;
    gap: 5px;
}

body.night-mode .star-rating {
    color: #4d4d4d;
}

.star-rating input {
    display: none;
}

.star-rating label {
    cursor: pointer;
}

.star-rating>label:hover i {
    color: #faa500;
}

.star-rating>label:hover~label i {
    color: #faa500;
}

.star-rating>input:checked~label i {
    color: #faa500;
}

/*Review Stars*/
.tag_page_rate {
    background: rgb(0 0 0 / 3%);
    border-radius: 12px;
    gap: 1rem;
}

body.night-mode .tag_page_rate {
    background: rgb(255 255 255 / 6%);
}

.tag_page_rate p {
    font-size: 15px;
}

.tag_page_rating {
    gap: 12px;
}

.tag_page_rating h5 {
    margin: 0;
    font-size: 1.9rem;
}

.tag_page_rate small {
    opacity: 0.6;
    font-size: 85%;
}

.review-stars {
    font-size: 20px;
    color: #cfcfcf;
    gap: 5px;
}

body.night-mode .review-stars {
    color: #4d4d4d;
}

.review-stars.small {
    font-size: 14px;
}

.review-stars i.checked {
    color: #faa500;
}

.tag_review_body {
    padding: 25px 2px 15px;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.review_row .col-md-12:first-child .tag_review_body {
    border: 0;
}

.tag_review_body .post-meta {
    min-width: 0;
}

.review-review {
    font-size: 14px;
}

.review-photos {
    gap: 7px;
    overflow-x: auto;
}

.review-photos span {
    width: 80px;
    flex: 0 0 auto;
}

.review-photos img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 10px;
    object-fit: cover;
}

.review-reply .post-avatar-picture {
    width: 39px;
    min-width: 39px;
    height: 39px;
}

.review-reply .post-meta>.title {
    line-height: normal;
}

/*Status*/
#zuck-modal-content .story-viewer .head {
    background: linear-gradient(rgb(0 0 0 / 40%), transparent);
    top: 0 !important;
}

#zuck-modal-content .story-viewer .slides .item>.media {
    max-width: 100%;
    object-fit: contain;
}

#zuck-modal-content .story-viewer .head .right .close {
    color: #fff;
    text-shadow: none;
    font-weight: normal;
    margin: 0 10px;
}

/* -- */
.toast-container:empty {
    display: none;
}

/* bottom-bar */
.bottom-bar {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1051;
}

.logged-as-container {
    background: #262626;
    padding: 20px;
    border-radius: 16px;
    color: #fff;
}

.logged-as-container a {
    color: #fff;
}

/*Profile Search bar*/
.el_prof_search_bar {
    gap: 10px;
}

.el_prof_search_bar .form-control {
    border-radius: 2em !important;
    height: 40px;
}

/* PWA INSTALL PROMPT */
/* ------------------------------- */

.pwa_install_banner {
    display: none;
}

.pwa_install_banner {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    background: #ffffff;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

body.night-mode .pwa_install_banner {
    background: #000;
}

.pwa_install_banner .inner {
    display: flex;
    align-items: center;
}

.pwa_install_banner .inner .close {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.pwa_install_banner .inner .close img {
    width: 32px;
    height: 32px;
}

.pwa_install_banner .inner .logo {
    width: 48px;
}

.pwa_install_banner .inner .logo img {
    width: 42px;
    border-radius: 2px;
}

.pwa_install_banner .inner .name {
    padding-left: 10px;
}

.pwa_install_banner .inner .name span {
    display: block;
}

.pwa_install_banner .inner .name span.title {
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 600;
}

.pwa_install_banner .inner .cta {
    margin-left: auto;
}

.pwa_install_banner.is-active {
    display: block;
}

/* -- */


/* MERITS */
/* ------------------------------- */

.merits-box-wrapper.slick-slider {
    padding: 0 0 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.merits-box-wrapper .slick-prev,
.merits-box-wrapper .slick-next {
    left: auto;
    right: auto;
    position: relative;
    top: auto;
    transform: none;
}

.merits-box-wrapper .slick-prev:before,
.merits-box-wrapper .slick-next:before {
    color: var(--main-link);
}

.merits-box-wrapper.slick-slider .slick-list {
    padding: 0 !important;
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent 100%);
}

.merit-box {
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.merit-box img {
    display: inline-block !important;
}

.merit-box .name {
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
}


/* Extras */
.lh-1 {
    line-height: 1 !important;
}

.ml0 {
    margin-left: 0 !important
}

.mr0 {
    margin-right: 0 !important
}

.mlr0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mt0 {
    margin-top: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.mtb0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.ml5 {
    margin-left: 5px !important
}

.mr5 {
    margin-right: 5px !important
}

.mlr5 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.mt5 {
    margin-top: 5px !important
}

.mb5 {
    margin-bottom: 5px !important
}

.mtb5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.ml10 {
    margin-left: 10px !important
}

.mr10 {
    margin-right: 10px !important
}

.mlr10 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.mt10 {
    margin-top: 10px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mtb10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.ml15 {
    margin-left: 15px !important
}

.mr15 {
    margin-right: 15px !important
}

.mlr15 {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.mt15 {
    margin-top: 15px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.mtb15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.ml20 {
    margin-left: 20px !important
}

.mr20 {
    margin-right: 20px !important
}

.mlr20 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.mt20 {
    margin-top: 20px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mtb20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.ml25 {
    margin-left: 25px !important
}

.mr25 {
    margin-right: 25px !important
}

.mlr25 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.mt25 {
    margin-top: 25px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.mtb25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.ml30 {
    margin-left: 30px !important
}

.mr30 {
    margin-right: 30px !important
}

.mlr30 {
    margin-left: 30px !important;
    margin-right: 30px !important
}

.mt30 {
    margin-top: 30px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mtb30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.pl0 {
    padding-left: 0 !important
}

.pr0 {
    padding-right: 0 !important
}

.plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.pt0 {
    padding-top: 0 !important
}

.pb0 {
    padding-bottom: 0 !important
}

.ptb0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.pl5 {
    padding-left: 5px !important
}

.pr5 {
    padding-right: 5px !important
}

.plr5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.pt5 {
    padding-top: 5px !important
}

.pb5 {
    padding-bottom: 5px !important
}

.ptb5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.pl10 {
    padding-left: 10px !important
}

.pr10 {
    padding-right: 10px !important
}

.plr10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.pt10 {
    padding-top: 10px !important
}

.pb10 {
    padding-bottom: 10px !important
}

.ptb10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.pl15 {
    padding-left: 15px !important
}

.pr15 {
    padding-right: 15px !important
}

.plr15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.pt15 {
    padding-top: 15px !important
}

.pb15 {
    padding-bottom: 15px !important
}

.ptb15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.pl20 {
    padding-left: 20px !important
}

.pr20 {
    padding-right: 20px !important
}

.plr20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.pt20 {
    padding-top: 20px !important
}

.pb20 {
    padding-bottom: 20px !important
}

.ptb20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.pl25 {
    padding-left: 25px !important
}

.pr25 {
    padding-right: 25px !important
}

.plr25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.pt25 {
    padding-top: 25px !important
}

.pb25 {
    padding-bottom: 25px !important
}

.ptb25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.pl30 {
    padding-left: 30px !important
}

.pr30 {
    padding-right: 30px !important
}

.plr30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.pt30 {
    padding-top: 30px !important
}

.pb30 {
    padding-bottom: 30px !important
}

.ptb30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.text-link {
    color: var(--main-link)
}

.text-link:hover {
    cursor: pointer;
    text-decoration: underline
}

.text-underline:hover {
    cursor: pointer;
    text-decoration: underline
}

.text-active {
    color: #1e8bd2 !important
}

.text-md {
    font-size: 1.1em;
    line-height: 1.6
}

.text-lg {
    font-size: 1.2em;
    line-height: 1.7
}

.text-xlg {
    font-size: 1.3em;
    line-height: 1.8em
}

.text-xxlg {
    font-size: 2.3em;
    font-weight: 700
}

.text-with-list ul {
    list-style-type: disc;
    padding-inline-start: 40px
}

.red {
    color: red
}

.green {
    color: green
}

.yellow {
    color: #ebba16
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pointer {
    cursor: pointer
}

.vertical-align-top {
    vertical-align: top
}

.vertical-align-middle {
    vertical-align: middle
}

.vertical-align-bottom {
    vertical-align: bottom
}

.x-notifier {
    background: #ffffcd !important
}

body.night-mode .x-notifier {
    background: #545432 !important
}

.x-hidden {
    display: none
}

.x-blured {
    overflow: hidden
}

.x-blured .album-cover,
.x-blured .js_lightbox {
    filter: blur(10px)
}





/* Responsive */
@media (min-width:576px) {
    .profile-cover-wrapper {
        height: 240px
    }

    .blog-container .blog-content h3 {
        max-height: 72px;
    }
}

@media (min-width:668px) {
    .hide_botm_menu_home {
        display: none;
    }
}

@media (min-width:768px) {
    .blog-container.primary {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px;
    }

    .blog-container.primary .blog-image {
        width: 45%;
    }

    .blog-container.primary .blog-content {
        width: 55%;
        padding: 10px 25px;
    }

    .blog-container.primary .blog-content h3 {
        font-size: 28px;
        min-height: auto;
        max-height: 65px;
    }

    .blog-container .mw-95 {
        max-width: calc(100% - 100px);
    }

    .top-bar {
        font-size: 13px
    }

    .top-bar .col-sm-5 {
        text-align: right
    }

    .profile-cover-wrapper {
        height: 300px
    }
}

@media (min-width:834px) {
    .middlecol {
        -ms-flex: 0 0 64%;
        flex: 0 0 64%;
        max-width: 64%;
    }

    .rightcol {
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        max-width: 36%;
    }

    .col-lg-4.sidebar {
        padding-left: 5px;
    }

    .col-lg-4.sidebar.leftcol {
        padding-left: 10px;
        padding-right: 5px;
    }
}

@media (min-width:992px) {
    .ele_scroll::-webkit-scrollbar {
        width: 11px;
        height: 11px;
    }

    .ele_scroll::-webkit-scrollbar-thumb {
        background-color: #babac0;
        border-radius: 12px;
        border: 3px solid #fff;
    }

    body.night-mode .ele_scroll::-webkit-scrollbar-thumb {
        border-color: #212121;
        background-color: #525252;
    }

    .ele_scroll::-webkit-scrollbar-button {
        display: none;
    }

    .ele_movie_scroll::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    .ele_movie_scroll::-webkit-scrollbar-thumb {
        background-color: #848484;
        border-radius: 12px;
    }

    .ele_movie_scroll::-webkit-scrollbar-button {
        display: none;
    }

    .profile-cover-wrapper {
        height: 360px
    }

    .ele_sett_side {
        position: fixed;
        top: 56px;
        left: 0;
        bottom: 0;
        width: 350px;
        z-index: 950;
        border-radius: 0;
        max-height: 100%;
        overflow-y: auto;
        overscroll-behavior-y: contain;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    }

    .ele_sett_page {
        margin-left: 100px;
    }

    .video-call-stream-wrapper {
        background: #222;
    }

    .video-call-stream-local {
        background: #000;
        position: absolute;
        width: 180px;
        height: 240px;
        top: 20px;
        right: 20px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        border: 1px solid #fff;
    }

    .video-call-stream-local div {
        width: 180px;
        height: 240px;
    }
}

@media (min-width: 1200px) {
    .movies-film-wrapper-lmore {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1501px) {
    .hide_side_ttip {
        display: none !important;
    }
}

@media (max-width: 1500px) {
    .main-wrapper {
        padding-left: 90px;
    }

    .ele_sidebar_left {
        width: 90px;
    }

    .ele_sidebar_left .ele_prem,
    .ele_sidebar_left .sidebar_innr>.btn span {
        display: none;
    }

    .ele_sidebar_left .sidebar_innr>.btn {
        min-height: 58px;
        min-width: auto;
        padding: 0;
    }

    .ele_sidebar_left .sidebar_innr>.btn svg {
        margin: auto;
        width: 28px;
        height: 28px;
    }

    .ele_sett_page {
        margin-left: 210px;
    }

    .ele_sett_side {
        width: 300px;
    }

    .hide_side_ttip {
        left: 70px !important;
    }
}

@media (max-width: 1350px) {
    .ele_msg_user_list {
        width: 30%;
        min-width: 30%;
    }

    .ele_msg_user_chat {
        width: 70%;
        min-width: 70%;
    }
}

@media (max-width: 1250px) {

    .ele_home_stories .create_story,
    body .ele_home_stories .stories .story,
    .story_empty {
        width: 16.6666667%;
        min-width: 16.6666667%;
    }

    .ele_hdr_user_droptoggle span {
        max-width: 100px;
    }
}

@media (max-width: 1200px) {
    .ele_create_dropup {
        right: 30px;
    }

    .ele_home_stories .create_story,
    body .ele_home_stories .stories .story,
    .story_empty {
        width: 14.2857143%;
        min-width: 14.2857143%;
    }

    .main-wrapper {
        padding-left: 70px;
    }

    .ele_sidebar_left {
        width: 70px;
    }

    .ele_sidebar_left .sidebar_innr {
        padding: 10px 5px;
    }
}

@media (max-width: 1150px) {
    .ele_msg_user_list {
        width: 35%;
        min-width: 35%;
    }

    .ele_msg_user_chat {
        width: 65%;
        min-width: 65%;
    }
}

@media (max-width: 1050px) {

    .ele_home_stories .create_story,
    body .ele_home_stories .stories .story,
    .story_empty {
        width: 16.6666667%;
        min-width: 16.6666667%;
    }

    .table-responsive * {
        word-break: normal;
    }

    .ele_jobs_header {
        flex-wrap: wrap !important;
        justify-content: center;
    }
}

@media (max-width: 992px) {

    .ele_sidebar_left,
    .ele_hdr_user_droptoggle span,
    .ele_contact img {
        display: none;
    }

    .main-wrapper {
        padding: 0;
    }

    .page-header {
        padding-left: 0;
        padding-right: 0;
    }

    .ele_contact {
        height: auto;
        margin-bottom: 30px;
    }

    .ele_contact_title {
        margin-bottom: 0;
    }

    .ele_sett_page {
        margin: 0;
    }

    .ele_sett_side {
        width: 100%;
        margin-bottom: 20px;
    }

    .ele_mobi_sett_side {
        position: fixed;
        top: 56px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9;
        margin: 0;
        border-radius: 0;
        overflow-y: auto;
        display: none;
    }

    .ele_mobi_sett_side.active,
    body.show_sett_side .ele_mobi_sett_side {
        display: block;
    }
}

@media (max-width: 900px) {

    .ele_home_stories .create_story,
    body .ele_home_stories .stories .story,
    .story_empty {
        width: 20%;
        min-width: 20%;
    }

    .main-header .search-wrapper {
        width: 330px;
    }

    .ele_new_blog>.js_ajax-forms-html {
        overflow-y: auto;
        max-height: 100%;
    }

    .ele_new_blog_main {
        margin: 0;
        height: 100%;
    }

    .ele_new_blog_side {
        width: 100%;
        position: relative;
        height: 100%;
        top: auto;
        border: 0;
    }

    .publisher-tools-tab {
        padding: 0 6px;
        line-height: 36px;
        font-size: 13px;
    }

    .publisher-tools-tabs>li {
        width: 50%;
    }

    .welcome_page_apps {
        flex-wrap: wrap;
    }

    .ele_msg_user_list {
        width: 38%;
        min-width: 38%;
    }

    .ele_msg_user_chat {
        width: 62%;
        min-width: 62%;
    }

    .ele_watch_movie_cont {
        padding: 0 15px;
    }
}

@media (max-width: 820px) {
    .profile-info-cont>.valign {
        flex-wrap: wrap;
    }

    .profile-buttons-wrapper {
        flex: 100%;
        text-align: center;
        padding: 20px 0;
    }

    .profile-header.profile .profile-buttons-wrapper {
        position: relative !important;
        right: auto;
        left: auto;
        top: auto;
        margin: 0;
        text-align: inherit;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
    }

    .profile-header.profile .profile-buttons-wrapper .btn {
        margin: 0;
    }
}

@media (max-width: 780px) {

    .ele_msg_user_list,
    .ele_msg_user_chat {
        width: 100%;
        min-width: 100%;
        border: 0 !important;
    }

    .ele_msg_user_chat {
        position: fixed !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: white;
        z-index: 5;
    }

    body.night-mode .ele_msg_user_chat {
        background-color: #212121;
    }

    .chat_navigation {
        display: block !important;
    }

    .movie_poster {
        width: 100%;
    }

    .movie_poster_shadow {
        background: linear-gradient(rgb(0 0 0 / 20%), rgb(0 0 0 / 90%)) !important;
        backdrop-filter: blur(5px);
    }

    .ele_movie_col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ele_movie_details {
        justify-content: flex-end;
        padding: 30px 0;
        color: #fff;
    }

    .ele_movie_details:after,
    .ele_movie_details:before {
        display: none;
    }

    .ele_wm_play {
        color: black !important;
        background-color: #ffffff !important;
    }

    .ele_msg_user_chat.hide {
        display: none;
    }
}

@media (max-width: 768px) {
    .ele_create_state {
        min-height: 150px;
    }

    .index-intro h1 {
        text-align: center;
    }

    .index-intro p {
        display: none;
    }

    .welcome_page_apps {
        justify-content: center;
        margin: 20px 0 60px !important;
    }

    .welcome_page .card-register,
    .ele_story_actions .btn svg {
        margin: auto;
    }

    .ele_wallet_balance {
        flex-direction: column;
    }

    .ele_wallet_balance .btn {
        margin-top: 20px;
    }

    .ele_home_stories .create_story {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .ele_story_actions .btn {
        font-size: 0;
        padding: 10px;
    }

    .ele_my_pages {
        flex-direction: column;
        align-items: inherit;
    }

    .ele_my_pages .info {
        padding: 0 !important;
    }

    .ele_my_pages>div:not(.info) .btn {
        margin: 0 0 0 110px;
    }

    .ele_logo_pc {
        display: none !important;
    }
}

@media (max-width: 668px) {
    body {
        padding-bottom: 45px;
    }

    .ele_navbar_top_right {
        top: auto;
        padding: 0;
        justify-content: space-around;
        left: 0;
        bottom: 0;
        right: 0;
        height: 45px;
        width: 100%;
        z-index: 1045;
        background: var(--header-background);
        border-top: 1px solid rgba(0, 0, 0, .0975);
    }

    .ele_navbar_top_right.flex-end {
        justify-content: space-between;
        padding: 0 20px;
    }

    .ele_navbar_top_right.flex-end .ele_hdr_user_droptoggle span {
        display: inline-block;
    }

    body.night-mode .ele_navbar_top_right {
        background: var(--header-background-dark);
        border-color: rgb(255 255 255 / 10%);
    }

    .ele_navbar_top_right>.dropdown,
    .empty_stories,
    .ele_home_stories #stories,
    body:not(.publisher-focus) .publisher-message:not(.colored) .colored-text-wrapper .btn-live svg {
        margin: 0;
    }

    .ele_hdr_droptoggle:not(.ele_hdr_user_droptoggle) {
        padding: 10.5px 0
    }

    .ele_hdr_droptoggle:before,
    .page-header .inner>svg,
    body:not(.publisher-focus) .publisher-message:not(.colored) .colored-text-wrapper .btn-live span,
    .ele_write_message .btn-mat.btn-primary span,
    .ele_home_stories+hr,
    .daytime_message p {
        display: none;
    }

    .show>.ele_hdr_droptoggle {
        background: transparent;
        color: var(--main-btn);
    }

    .ele_navbar_top_right>.dropdown .dropdown-menu,
    .ele_header_sarch_dropdown {
        position: fixed;
        top: 0;
        bottom: 45px;
        left: 0;
        border-radius: 0;
        max-height: calc(100% - 45px);
        box-shadow: none;
        padding: 6px 10px;
        right: 0;
        margin: 0;
        height: calc(100vh - 45px);
        height: calc(var(--vh, 1vh) * 100 - 45px);
        max-width: none;
        min-width: 100%;
    }

    .ele_header_sarch_dropdown {
        top: 56px;
    }

    .ele_hdr_user_droptoggle img {
        width: 24px;
        height: 24px;
    }

    .ele_mobi_hdr_not_title {
        display: flex;
        font-size: 28px;
        margin: 15px 0;
    }

    .dropdown-widget-header .title {
        font-size: 28px;
    }

    .ele_create_dropup {
        bottom: 75px;
    }

    .main-header .search-wrapper {
        width: 100%;
    }

    .ele_navbar_top_side {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        transition: none;
        padding: 60px 0 0;
    }

    .ele_navbar_top_side .sidebar_innr {
        max-height: 100%;
    }

    body.side_open .ele_toggle_navbar_top {
        z-index: 1047;
        box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    }

    .ele_home_stories {
        overflow-x: auto;
        margin: 0 -15px;
        padding: 0 7.5px;
    }

    .empty_stories {
        left: 7.5px;
        right: 7.5px;
    }

    .ele_home_stories .create_story,
    body .ele_home_stories .stories .story,
    .story_empty {
        width: calc(100% / 5 + 15px);
        min-width: calc(100% / 5 + 15px);
    }

    .ele_new_blog_hdr {
        padding: 15px;
        height: auto;
        flex-direction: column;
        position: relative;
    }

    .ele_new_blog_hdr .ele_page_hdng {
        margin-bottom: 15px !important;
    }

    .ele_new_blog_hdr .btn-mat {
        padding: 0 16px;
        min-width: auto;
        margin: 0 2px !important;
    }

    .ele_new_blog_title {
        font-size: 40px;
    }

    .ele_page_titlemulti {
        flex-direction: column;
        align-items: flex-start;
    }

    .ele_page_title {
        font-size: 27px;
    }

    .ele_page_titlemulti .btn {
        margin-top: 10px;
    }

    body:not(.publisher-focus) .publisher-message:not(.colored) .colored-text-wrapper .btn-live {
        min-width: 42px;
        padding: 0;
    }

    .live-stream-wrapper {
        height: calc(100vh - 101px);
        height: calc(var(--vh, 1vh) * 100 - 101px);
    }

    .ele_write_message .btn-mat {
        margin-left: 8px;
    }

    .ele_write_message .btn-mat.btn-primary {
        height: 40px;
        min-width: 40px;
        padding: 0;
    }

    .ele_write_message .btn-mat.btn-primary svg {
        display: block !important;
        margin: auto;
        width: 24px;
        height: 24px;
    }

    .ele_watch_movie {
        height: calc(100vh - 101px);
        height: calc(var(--vh, 1vh) * 100 - 101px);
    }

    .ele_prof_mobi_full {
        padding: 0;
    }

    .publisher,
    .post:not(.product),
    #ele_side_people,
    .profile-header.group>.ele_content {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 15px;
    }

    .post-author {
        font-size: 14px;
    }

    .ele_home_stories::-webkit-scrollbar,
    .ele_post_filters_nav::-webkit-scrollbar,
    body:not(.publisher-focus) .publisher-message:not(.colored) .colored-text-wrapper textarea::-webkit-scrollbar {
        background-color: transparent;
    }

    .ele_post_filters_nav {
        margin: 0 -15px;
    }

    .daytime_message h3 {
        font-size: 23px;
    }

    .home_padd_top {
        padding-top: 55px;
    }

    .btn_prof_msg {
        padding: 10px !important;
    }

    .btn_prof_msg svg {
        display: block !important;
    }

    .btn_prof_msg span {
        display: none;
    }

    .profile-header.group {
        margin-top: -30px !important;
    }

    .profile-header.group .profile-cover-wrapper,
    .profile-header.group .profile-cover-wrapper img {
        border-radius: 0;
    }

    .ele_sett_membrs .ele_side_users .data-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .ele_sett_membrs .ele_side_users .data-content {
        display: inline-flex;
        flex-direction: column-reverse;
        padding: 0 10px;
    }

    .ele_sett_membrs .ele_side_users .data-content .mt5 {
        margin-top: 0 !important;
        margin-bottom: 10px;
    }

    .ele_sett_membrs .ele_side_users .data-content .float-right {
        margin: 0 -3px;
    }

    .ele_sett_membrs .ele_side_users .data-content .btn {
        padding: 0 10px;
        font-size: 13px;
        line-height: 26px;
        margin: 0 3px;
    }

    .bootstrap-select .dropdown-menu {
        max-width: 100%;
        left: 0;
        right: 0;
    }

    .bootstrap-select .dropdown-menu li a {
        line-height: normal;
        padding: .25rem 1.5rem;
    }

    .bootstrap-select .option .text {
        white-space: normal;
    }

    .reels-wrapper {
        bottom: 45px;
    }

    .reel-container {
        padding-bottom: 45px;
    }

    .reel-video-wrapper .reel-video-container .plyr--video {
        height: calc(100dvh - 101px);
    }
}

@media (max-width:576px) {

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-right: 5px;
        padding-left: 5px
    }

    .row {
        margin-right: -5px;
        margin-left: -5px
    }

    .thread_title_user {
        margin-bottom: 15px;
    }

    .ele_jobs_header {
        margin: -25px;
    }

    .ele_jobs_search .btn {
        border-radius: 0 50px 50px 0;
        font-size: 0;
        min-width: auto;
    }

    .ele_jobs_header+.content-tabs {
        margin: 40px -25px -25px !important;
    }
}

@media (max-width:559px) {

    .panel-mutual-friends,
    .nav-started .nav-link p {
        display: none;
    }

    .ele_navbar_top_side_all_sec {
        grid: auto/repeat(1, 1fr);
    }

    .ele_home_stories .create_story,
    body .ele_home_stories .stories .story,
    .story_empty {
        width: calc(100% / 4 + 8px);
        min-width: calc(100% / 4 + 8px);
    }

    .ele_read_blog_top h2 {
        font-size: 40px;
    }

    .post-actions .action-btn.js_comment span {
        display: none;
    }
}

@media (max-width:500px) {
    .ele_side_events>li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ele_pro_plan {
        padding: 25px;
    }

    .ele_my_pages .info .avatar img {
        width: 70px;
        height: 70px;
    }

    .ele_my_pages .text h3 {
        font-size: 22px;
    }

    body {
        overflow-x: hidden;
    }

    .post-actions,
    .comment-actions {
        position: relative;
    }

    .reactions-wrapper,
    .profile-header.profile .profile-buttons-wrapper .dropdown {
        position: static;
    }

    .reactions-container {
        position: absolute;
        width: auto;
        bottom: 100%;
        top: auto !important;
        left: 8px !important;
        right: 8px !important;
    }

    .ele_my_pages>div:not(.info) .btn {
        margin: 10px 0 0 90px;
    }

    .profile-header.profile .profile-buttons-wrapper .dropdown .dropdown-menu {
        left: 0;
        right: 0;
        width: 100%;
    }

    .reel-action-btn .reactions-container {
        width: 250px;
        bottom: auto;
        left: auto !important;
        right: 40px !important;
    }
}

/* ==================================================
   FORCE mobile size – publisher target button
   ================================================== */
@media (max-width: 768px) {
    body.night-mode #publisher-box .publisher-target-selector .btn {
        padding: 3px 8px !important;
        font-size: 13px !important;
        min-height: auto !important;
        line-height: 1.2 !important;
    }

    body.night-mode #publisher-box .publisher-target-selector img {
        width: 20px !important;
        height: 20px !important;
    }

    body.night-mode #publisher-box .publisher-target-selector i.fa-caret-down {
        font-size: 12px !important;
        margin-left: 4px !important;
    }
}

/* Horizontal Blog Categories */
.blog-categories-horizontal {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 15px 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
}

body.night-mode .blog-categories-horizontal {
    background: linear-gradient(to bottom, rgba(30, 37, 43, 0.9) 0%, rgba(30, 37, 43, 0.7) 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.blog-categories-scroll {
    display: flex;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--main-btn) #f0f2f5;
    padding: 5px 10px 15px 10px;
}

body.night-mode .blog-categories-scroll {
    scrollbar-color: var(--main-btn) #212529;
}

.blog-categories-scroll::-webkit-scrollbar {
    height: 8px;
}

.blog-categories-scroll::-webkit-scrollbar-track {
    background: #f0f2f5;
    border-radius: 4px;
}

body.night-mode .blog-categories-scroll::-webkit-scrollbar-track {
    background: #1e252b;
}

.blog-categories-scroll::-webkit-scrollbar-thumb {
    background-color: var(--main-btn);
    border-radius: 4px;
}

body.night-mode .blog-categories-scroll::-webkit-scrollbar-thumb {
    background-color: var(--main-btn);
}

.blog-category-item {
    flex: 0 0 auto;
    display: inline-block;
    margin-right: 10px;
    padding: 8px 20px;
    background: #f0f2f5;
    color: #555;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

body.night-mode .blog-category-item {
    background: #262d34;
    color: #c1d4e3;
}

.blog-category-item:hover {
    background: linear-gradient(45deg, var(--main-btn), #825ee4);
    color: #fff;
    box-shadow: 0 4px 8px rgba(94, 114, 228, 0.3);
    transform: translateY(-2px);
}

body.night-mode .blog-category-item:hover {
    background: linear-gradient(45deg, var(--main-btn), #825ee4);
    color: #fff;
    box-shadow: 0 4px 8px rgba(94, 114, 228, 0.3);
}

.blog-category-item.active {
    background: linear-gradient(45deg, var(--main-btn), #825ee4);
    color: #fff;
    box-shadow: 0 4px 8px rgba(94, 114, 228, 0.3);
}

body.night-mode .blog-category-item.active {
    background: linear-gradient(45deg, var(--main-btn), #825ee4);
    color: #fff;
    box-shadow: 0 4px 8px rgba(94, 114, 228, 0.3);
}

.blog-category-item span {
    display: flex;
    align-items: center;
}

.blog-category-item span:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--main-btn);
    border-radius: 50%;
    margin-right: 8px;
}

body.night-mode .blog-category-item span:before {
    background: var(--main-btn);
}

.blog-category-item:hover span:before,
.blog-category-item.active span:before {
    background: #fff;
}

body.night-mode .blog-category-item:hover span:before,
body.night-mode .blog-category-item.active span:before {
    background: #fff;
}

@media (max-width: 768px) {
    .blog-categories-horizontal {
        border-radius: 0;
        margin: 10px 0;
    }
    
    .blog-category-item {
        padding: 6px 12px;
        font-size: 13px;
    }
}