@charset "UTF-8";

/* @BASE #PAGE */
html {
    min-height: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    background-color: #9c9c9c;
    min-width: 320px;
    min-height: -webkit-calc(var(--vh, 1vh) * 100);
    min-height: calc(var(--vh, 1vh) * 100);
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bg {
    background-color: #f7f3ea;
    height: 100%;
}

::-moz-selection {
    background: #333;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #333;
    color: #fff;
    text-shadow: none;
}

/* @BASE #TYPE */

h1,
.h1 {
    font-size: 2.25rem;
}

h2,
.h2 {
    font-size: 1.5rem;
}

h3,
.h3 {
    font-size: 1.25rem;
}

h4,
.h4 {
    font-size: 1.125rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 0.875rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
    margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
    margin-bottom: 0;
}

dl dd {
    margin-bottom: 0;
}

img,
p,
ul,
ol,
dl,
pre,
blockquote {
    margin-bottom: 30px;
}

img:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
pre:last-child,
blockquote:last-child {
    margin-bottom: 0;
}

hr {
    background-color: none;
    border: none;
    border-bottom: 1px solid #eee;
    height: 1px;
    margin: 30px 0;
}

.admin hr {
    border-bottom: 1px solid #000;
}

/* @BASE #LINKS */

a {
    outline: none !important;
    /* removing outline in Mozilla */
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

a.underlined {
    text-decoration: underline;
}

/* @OBJECTS #BUTTONS */

button {
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

button,
button:focus,
button:active {
    outline: none !important;
}

button:not(.btn),
button:focus:not(.btn),
button:active:not(.btn) {
    border: none;
}

*[class*="btn-"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    vertical-align: middle;
    font: inherit;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    text-transform: none;
    margin: 0;
    overflow: visible;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-radius: 0;
    border: none;
}

*[class*="btn-"]:not(.btn-wrap) {
    cursor: pointer;
}

*[class*="btn-"],
*[class*="btn-"]:hover,
*[class*="btn-"]:active,
*[class*="btn-"]:focus {
    text-decoration: none;
}

.list-group :hover {
    background-color: hsla(0, 0%, 98%, 0.2);
    /* color: red; */
    cursor: grabbing;
}

/* .list-group p :hover{
    pointer-events: none;
} */

/* @OBJECTS #TABLES */
table,
.table {
    width: 100%;
}

table th,
.table th {
    font-weight: normal;
}

/* @OBJECTS #FORMS */
.form-control {
    vertical-align: middle;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

textarea.form-control {
    padding: 10px 15px;
    resize: none;
    min-height: 120px;
    line-height: 1.5;
}

input[type='number'] {
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 500px #f7f7ef inset !important;
    -webkit-box-shadow: 0 0 0 500px #f7f7ef inset !important;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #fb3842;
    background-color: #fb3842;
}

/* #ScrollBar */

.scrollbar::-webkit-scrollbar {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: rgb(41, 41, 41);
    outline: 1px solid slategrey;
    border-radius: 10px;
}

/* @COMPONENTS #HEADER */

@media (max-width: 560px) {
    /* .header {
        padding: 10px 0;
    } */

    /* .header .container {
        height: 40px;
        padding-right: 10px;
        padding-left: 10px;
    } */

    .header .icon {
        margin-right: 0 !important;
    }

    .header .btn:not(.btn--support_form) span {
        display: none;
    }

    .header .btn--alt {
        padding-left: 12px;
        padding-right: 12px;
        height: 34px;
    }

    .header button#header02 .icon {
        display: none;
    }

    .header button#header02 img.avatar {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .header {
        position: sticky;
        position: -webkit-sticky !important;
        top: 0;
        z-index: 100;
    }
}

.header--alt .container>*:first-child,
.header--alt .container>*:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}

.header--alt .container>*:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 560px) {
    .header--alt .container {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}

.header--alt .header__right>*:not(:first-child) {
    margin-left: 10px;
}

@media (max-width: 560px) {
    .header--alt .header__right>*:not(:first-child) {
        margin-left: 5px;
    }
}

@media (max-width: 560px) {

    .header--alt #header02 h3 {
        display: none !important;
    }

    .header--alt #header02 .icon {
        margin-left: 5px;
    }

    .header--alt #header03 {
        margin-right: 0;
    }
}

@media (min-width: 561px) {
    .header__logo--sm {
        display: none;
    }
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__menu {
    margin-left: auto;
    margin-bottom: 0;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.header__menu li {
    text-align: right;
}

.header__menu li:not(:last-child) {
    margin-right: 25px;
}

.header__menu li a {
    color: #a4a4a4;
    font-size: 14px;
}

@media (min-width: 769px) {
    .header__menu li a {
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .header__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        background-color: #1d2124;
        padding: 20px;
        padding-top: 100px;
        margin-right: 0;
        height: 100vh;
        width: 300px;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 99;
        -webkit-transition: all .8s ease 0s;
        -o-transition: all .8s ease 0s;
        transition: all .8s ease 0s;
    }

    .header__menu li {
        margin-bottom: 20px;
    }

    .header__menu li:not(:last-child) {
        margin-right: 0;
    }

    .header__menu li a {
        font-weight: 700;
        color: #fff;
        font-size: 18px;
    }

    .header-on .header__menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.header__menu-trigger {
    display: none !important;
    padding: 0 !important;
}

.header__menu-trigger .icon {
    font-size: 24px;
}

@media (max-width: 768px) {
    .header__menu-trigger {
        display: block !important;
        position: absolute !important;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 9999;
    }

    .header__menu-trigger .icon {
        margin: 0 !important;
    }

    .header__menu-trigger .icon-close {
        display: none;
    }
}

.header-on .header__menu-trigger .icon-open {
    display: none;
}

.header-on .header__menu-trigger .icon-close {
    display: block;
}

.header-overlay {
    width: 100%;
    height: 100%;
    background-color: #0d0f10;
    position: absolute;
    top: 0;
    left: right;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.header-on .header-overlay {
    opacity: 1;
    visibility: visible;
    opacity: 0.5;
}

/* @COMPONENTS #FOOTER */
.footer {
    background-color: #0d0d0d;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 790px) {
    .footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer .container>* {
        margin-bottom: 10px;
    }
}

@media (max-width: 560px) {
    .footer {
        background-color: #000;
        padding: 30px;
    }

    .footer .container {
        padding: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer .btn {
        margin-bottom: 30px !important;
    }
}

.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 790px) {
    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .footer__content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.footer__menu {
    margin-right: 20px;
}

.footer__menu a {
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-decoration: none !important;
}

.footer__menu a:not(:last-child) {
    margin-right: 20px;
}

.footer__menu a:hover {
    color: #fb3842;
}

@media (max-width: 992px) {
    .footer__menu {
        margin-right: 10px;
    }

    .footer__menu a:not(:last-child) {
        margin-right: 10px;
    }
}

@media (max-width: 790px) {
    .footer__menu {
        margin-bottom: 10px;
        text-align: center;
    }
}

@media (max-width: 560px) {
    .footer__menu {
        text-align: left;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .footer__menu a {
        display: block;
        margin-bottom: 15px;
    }

    .footer__menu a:not(:last-child) {
        margin-right: 0px;
    }
}

.footer__link {
    width: 82px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* @COMPONENTS #LAYOUT */

.page--chat {
    overflow: hidden;
    min-height: 0;
    height: 100vh;
    height: -webkit-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
}

.page.sidebar-on,
.page.header-on {
    overflow-y: hidden;
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
}

.container {
    max-width: 1200px;
    width: 100%;
}

@media (min-width: 1920px) {
    .container {
        max-width: 1440px;
    }
}

@media (max-width: 992px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.container--sm {
    background-color: #b4b3b2;
    /* max-width: 1000px; */
}

.container--xs {
    max-width: 800px;
}

.container--lg {
    max-width: 1400px;
}

/* .container-fluid {
    max-width: 100%;
} */

hr {
    height: 1px;
    background-color: #ebebeb;
    margin-bottom: 20px;
}

/* @COMPONENTS #TITLE */
.title {
    color: #000;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.title .icon {
    margin-right: 10px;
    font-size: 18px;
}

.title--alt {
    color: #999999;
    font-size: 18px;
    letter-spacing: 0.75px;
    line-height: 16px;
}

.text--xs {
    font-size: 12px;
}

p br {
    margin-bottom: 20px;
}

a {
    color: #1d2124;
}

a:hover {
    opacity: 0.5;
}

a.active {
    opacity: 1 !important;
}

/* @COMPONENTS #SUBHEADER */
.subheader {
    color: #fff;
    background-image: url("../img/pattern.svg");
    /* background-size: auto 300px; */
    background-position: center center;
    background-color: #2c3236;
}

.subheader .title {
    color: #fff;
}

.subheader .title:not(:last-child) {
    margin-bottom: 10px;
}

/*	@COMPONENTS #HERO */
.hero {
    padding-bottom: 30px;
}

.hero h1 {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin: 12px 10px 0 0;
}

@media (max-width: 560px) {
    .hero h1 {
        font-size: 16px;
        margin: 3px 3px 0 0;
    }
}

.hero h1 a {
    text-decoration: none;
}

.hero h1 a:hover {
    color: #000;
}

.hero__title {
    color: #505050;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-align: right;
    padding-top: 10px;
}

@media (max-width: 560px) {
    .hero__title {
        display: none;
    }
}

.hero__img {
    max-width: 100%;
}

.hero__btn {
    color: #1d2124 !important;
    background-color: #d8d8d8;
}

@media (max-width: 560px) {
    .hero__btn {
        font-size: 8px !important;
        padding: 5px !important;
        height: 25px !important;
    }
}

.hero__content {
    text-align: center;
}

@media (max-width: 768px) {
    .hero__content {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .hero__content {
        text-align: center;
    }

    .hero__content img {
        margin-right: 10px;
        margin-bottom: 20px;
        height: 100px;
    }
}

@media (max-width: 430px) {
    .hero__content {
        text-align: right;
    }
}

.hero__logo {
    max-width: 30em;
}

.landing-main {
    width: 100%;
    flex: 1 0 auto;
    min-height: calc((var(--vh, 1vh) * 100) - 170px);
    height: auto;
    padding: 8px 10px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landing-hero {
    flex: 1 1 auto;
    min-height: 280px;
    max-height: calc((var(--vh, 1vh) * 100) - 220px);
    background-color: #0d0f10;
}

.landing-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.landing-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.landing-hero__online {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
}

.landing-actions {
    width: 100%;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    padding: 6px 8px;
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 0.5);
}

.landing-actions--compact {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 4px;
    margin-bottom: 0;
}

.landing-actions--compact .landing-actions__group {
    width: auto;
    max-width: 100%;
}

.landing-action-btn {
    border-width: 2px;
    font-weight: 700;
}

.landing-action-btn:hover,
.landing-action-btn:focus {
    color: #1d2124 !important;
    background-color: #fbc516;
    border-color: #fbc516;
}

@media (max-width: 767px) {
    .landing-main {
        min-height: calc((var(--vh, 1vh) * 100) - 150px);
        height: auto;
        padding: 8px 8px 10px;
    }

    .landing-hero {
        min-height: 220px;
        max-height: calc((var(--vh, 1vh) * 100) - 190px);
    }

    .landing-actions {
        margin-bottom: 0;
        padding: 6px 8px;
    }

}

#mainarea {
    flex: 1 1 auto;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

#mainarea.mainarea--centered {
    justify-content: center;
    align-items: center;
    text-align: center;
}

#mainarea.mainarea--centered .ch__intro {
    margin: auto;
    max-width: 700px;
}

#mainarea.mainarea--centered .message {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

#mainarea.mainarea--centered .message .avatar {
    display: none;
}

#mainarea.mainarea--centered .message__bubble {
    max-width: min(700px, 95%);
}

/*------------------------------------*
	@COMPONENTS #BUTTONS
\*------------------------------------*/
.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -10px;
    cursor: default;
}


.btn-wrap>* {
    margin: 5px 10px;
}

.btn-wrap--col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
}

.btn-wrap--col>* {
    margin-right: 0;
    margin-left: 0;
}

.btn-wrap--col>*:not(:last-child) {
    margin-bottom: 10px;
}

.btn-wrap--col>*.btn--clean {
    -ms-flex-item-align: center;
    align-self: center;
}

.btn-wrap--col .btn--clean {
    opacity: .5;
}

@media (max-width: 560px) {
    .btn-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.btn-wrap--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-wrap--alt {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 560px) {
    .btn-wrap--alt {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.btn {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    height: 50px;
    border-radius: 25px;
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
}

.btn span {
    white-space: normal;
}

.btn svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: currentColor;
}

.btn .badge {
    position: absolute;
    top: -5px;
    right: -10px;
    font-size: 10px;
    z-index: 999;
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn input[type=file] {
    display: none;
}

.btn>.icon:not(:only-child):first-child,
.btn>.avatar:not(:only-child):first-child {
    margin-right: 10px;
}

.btn>.icon:not(:only-child):last-child,
.btn>.avatar:not(:only-child):last-child {
    margin-left: 10px;
}

.btn>.icon+.icon,
.btn>.avatar+.icon {
    margin-left: 0 !important;
}

.btn--save {
    padding-right: 45px;
    padding-left: 45px;
}

@media (max-width: 992px) {
    .btn {
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 600;
    }

    .btn--save {
        padding-right: 35px;
        padding-left: 35px;
    }
}

.btn--alt {
    height: 36px;
}

.btn--alt small {
    font-size: 13px;
    font-weight: 700;
}

.btn--clean-danger,
.btn--clean-danger:focus {
    color: #fb3842 !important;
}

.btn--clean-danger:hover,
.btn--clean-danger:focus:hover {
    opacity: .6;
}

.btn--circle {
    border-radius: 999px !important;
}

.btn--xs {
    font-size: 14px;
    height: 30px;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn--xs.btn--circle {
    width: 30px;
    padding: 0;
}

.btn--xs .icon:only-child {
    font-size: 16px;
}

.btn--xxs {
    font-size: 13px;
    height: 20px;
    border-radius: 10px;
    padding: 3px 6px;
}

.btn--tiny {
    border-radius: 4px;
    font-size: 8px;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn--tiny span {
    font-size: 10px !important;
    display: inline-block !important;
    line-height: 20px;
}

.btn--sm {
    height: 40px;
}

.btn--flat {
    max-width: 270px;
    width: 100%;
    border-radius: 0;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.btn--outline {
    width: 100%;
    padding: 16px 20px;
    height: auto;
    border-radius: 0;
    border: 1px solid #505050;
    background-color: #f7f7ef;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn--outline :not(.dropdown-selection--profile) {
    color: #b1b1b1;
}

.hero .btn--outline {
    padding-top: 21px;
    padding-bottom: 21px;
}

.btn--outline:not(.dropdown-toggle--profile):hover {
    border: 1px solid #000;
    background-color: #f7f7ef;
    color: #b1b1b1;
}

@media (max-width: 560px) {
    .btn--outline {
        padding: 10px;
    }
}

.btn__value {
    color: #000;
    margin-left: 10px;
}

.btn-light {
    border: 3px solid #333 !important;
    color: #000;
    background-color: #fff;
}

.btn-light:hover {
    color: #000;
    background-color: #d8d8d8 !important;
}

.btn-black {
    color: #fff !important;
    background-color: #212629;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.55), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.55), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
}

.btn-black:hover,
.btn-black:focus {
    color: #fff;
    background-color: #23282b !important;
}

*/ .btn-dark {
    color: #fff;
    background-color: #505050;
}

.btn-dark:hover {
    color: #fff;
    background-color: #505050 !important;
    opacity: 0.5;
}

.btn-primary {
    color: #fff !important;
    background-color: #e74b4a !important;
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
    text-decoration: none !important;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.55), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.55), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff !important;
    background-color: #d63f45 !important;
    border: 1px solid rgba(255, 255, 255, 0.95) !important;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    color: #fff !important;
    background-color: #e74b4a !important;
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
}

.btn-third {
    color: #fff !important;
    background-color: #00b0c4 !important;
    text-decoration: none !important;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.55), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.55), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
}

.btn-third:hover {
    background-color: #00545e !important;
}

.btn-secondary {
    color: #fff !important;
    background-color: #b1b1b1 !important;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.55), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.55), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
}

.btn-secondary:hover {
    background-color: #989898 !important;
}

.btn-success {
    color: #fff !important;
    background-color: #4EAD6A !important;
}

.btn-success:hover {
    background-color: #3e8a54 !important;
}

.resp-btn {
    width: 30%;
}

@media (max-width: 560px) {
    .resp-btn {
        width: 50%;
    }
}

.with_image_icon:before {
    font: var(--fa-font-solid);
    font-weight: 900;
    font-size: 24px;
    content: '\f03e';
}

.with_loader:before {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    font: var(--fa-font-solid);
    font-weight: 900;
    font-size: 24px;
    content: '\f110';
}

.upload-btn2,
.photo_upload_btn {
    cursor: pointer;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
    color: #fff !important;
    background-color: #fb3842 !important;
}

.upload-btn2:not(.btn),
.photo_upload_btn:not(.btn) {
    font-size: 14px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px !important;
}

/* .photo_upload_btn:not(.btn) {
    width: 140px;
} */

.upload-btn2.with_image_icon:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-size: 15px;
    content: '\f01e';
    margin-right: 10px;
}

/* .photo_upload_btn.with_image_icon:before {
    font: var(--fa-font-solid);
    font-weight: 400;
    font-size: 20px;
    content: '\2b';
    margin-right: 10px;
} */

.upload-btn2.with_loader:before,
.photo_upload_btn.with_loader:before {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-size: 18px;
    content: '\f110';
    margin-right: 10px;
}

.hidden_file {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    height: 0;
}

@media (max-width: 992px) {
    .header_support_btn {
        display: none;
    }
}

.fixed_width_main {
    width: 200px !important;
}

/*------------------------------------*
	@COMPONENTS #SECTION
\*------------------------------------*/
.section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section:not(.section__friends):first-child {
    padding-top: 0;
}

.section:last-child {
    padding-bottom: 0;
}

@media (max-width: 560px) {
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.section__img {
    max-width: 100%;
}

@media (min-width: 992px) {
    .section__img {
        height: 160px;
    }
}

@media (max-width: 768px) {
    .section__img {
        margin-bottom: 30px !important;
    }
}

.section__img-wrap {
    text-align: right;
}

@media (max-width: 992px) {
    .section__img-wrap {
        text-align: left;
    }
}

.section--xs {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section--sm {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section--lg {
    padding-bottom: 80px;
    padding-top: 80px;
}

@media (max-width: 560px) {
    .section--lg {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.section--grey {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-color: #e9e9e2;
}

.section--grey img {
    margin-top: -60px;
}

@media (max-width: 768px) {
    .section--grey img {
        margin-bottom: 30px;
        width: 100%;
    }
}

.hstack a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.hstack a:hover {
    text-decoration: none !important;
    color: #302f2f !important;
}

.section__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section__links a {
    color: #000;
    font-size: 12px;
    line-height: 1;
    position: relative;
    /* text-decoration: underline; */
}

.section__links a:not(:last-child) {
    margin-right: 20px;
}

.section__links a:not(:last-child):after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: -10px;
    pointer-events: none;
}

/*------------------------------------*
	@COMPONENTS #FORMS
\*------------------------------------*/
.form-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .form-wrap {
        margin-left: auto;
        margin-right: auto;
    }
}

.form-wrap--alt {
    position: relative;
}

.form-wrap--alt::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d8d8d8;
}

@media (max-width: 768px) {
    .form-wrap--alt>*:not(:last-child) {
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #d8d8d8;
    }

    .form-wrap--alt::after {
        display: none;
    }
}

.form-wrap--xs {
    padding-top: 0px;
    padding-bottom: 0px;
}

.form-wrap--xs>* {
    border: none !important;
}

.form-wrap--xs .form-group {
    max-width: 100%;
}

@media (max-width: 768px) {
    .form-wrap--xs {
        margin-left: 0;
        margin-right: 0;
    }
}

.form-group {
    max-width: 470px;
    margin-bottom: 20px;
    border: 1px solid #000 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-group.fullwidth {
    max-width: 100%;
}

.form-group label {
    padding: 15px;
    color: #b1b1b1;
    font-family: "Open Sans Condensed", sans-serif;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

@media (max-width: 560px) {
    .form-group label {
        padding: 10px;
        font-size: 16px;
        font-size: 14px;
    }
}

.form-group.form-group--switch {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-group--alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form-group--alt.fullwidth {
    max-width: 100%;
}

.form-group--alt label {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.form-group--alt textarea {
    padding: 10px 20px 15px 20px;
    line-height: 1.2;
}

.form-group--xl {
    max-width: 100%;
}

.form-control {
font-family: "Open Sans Condensed", sans-serif;
font-size: 18px;
font-weight: 700;
line-height: 1;
color: #000;
background-color: transparent !important;
height: 50px;
padding: 10px 20px 10px 0px;
border: none !important;
border-radius: 0;
-webkit-box-shadow: none !important;
    box-shadow: none !important;
    overflow: hidden;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
/* PLACEHOLDER */
}


.form-control::-webkit-input-placeholder {
    color: #505050;
    letter-spacing: 0;
}

.form-control::-moz-placeholder {
    color: #505050;
    opacity: 1;
    letter-spacing: 0;
}

.form-control:-ms-input-placeholder {
    color: #505050;
}

textarea.form-control {
    line-height: 1.4;
}

.error {
    border: 1px solid #fb3842 !important;
}

.success {
    border-color: #4EAD6A !important;
}

.forgot-pwd-text a {
    text-decoration: underline;
    color: #000;
}

.prompt {
    display: none;
    color: #fb3842;
}

.prompt--success {
    color: #4EAD6A;
}

.prompt--success:not(.no-float) {
    float: right;
}

#loginRegisterTab.ch-auth-tabs {
    gap: 10px;
    margin-bottom: 10px;
}

#loginRegisterTab.ch-auth-tabs .nav-item {
    margin: 0;
}

#loginRegisterTab.ch-auth-tabs .ch-auth-tab-link {
    background-color: #212629;
    border: 1px solid #212629;
    border-radius: 999px;
    color: #fff;
    line-height: 1.2;
    padding: 8px 18px;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

#loginRegisterTab.ch-auth-tabs .ch-auth-tab-link:hover,
#loginRegisterTab.ch-auth-tabs .ch-auth-tab-link:focus {
    background-color: #2f383d;
    border-color: #2f383d;
    color: #fff;
}

#loginRegisterTab.ch-auth-tabs .ch-auth-tab-link.active {
    background-color: #f4cf4a;
    border-color: #f4cf4a;
    color: #212629;
}

#login_form .prompt,
#register_form .prompt {
    max-width: 470px;
    margin: -10px 0 10px;
    padding-left: 15px;
}

.ch-auth-help {
    max-width: 470px;
    margin: -12px 0 12px;
    padding-left: 15px;
    color: #6c757d;
    font-size: 12px;
    line-height: 1.35;
}

.ch-auth-password-group {
    align-items: stretch;
}

.ch-auth-password-group .ch-auth-password-input {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 10px 0 0;
    align-items: center;
}

.ch-auth-password-group .ch-auth-password-input .form-control {
    margin: 0 !important;
}

.ch-auth-password-group .ch-auth-password-input .input-group-text {
    margin: 0 !important;
    border: none;
    background: transparent;
}

@media (max-width: 560px) {
    #login_form .prompt,
    #register_form .prompt,
    .ch-auth-help {
        padding-left: 10px;
    }
}

/*------------------------------------*
	@COMPONENTS #DROPDOWN
\*------------------------------------*/
.dropdown .btn::after {
    display: none;
}

.dropdown-menu {
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    background-color: #212629;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.95), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.95), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
}

.dropdown-menu--scrollable {
    height: auto;
    max-height: 350px;
    overflow-y: scroll;
}

.dropdown-menu--alt {
    max-height: 270px;
    overflow-y: auto;
}

.dropdown-menu--right {
    padding-top: 5px;
    padding-bottom: 5px;
}

.dropdown-menu--right .dropdown-item {
    padding: 15px 0px 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.dropdown-menu--right .dropdown-item span {
    text-transform: uppercase;
}

.dropdown-menu--right .dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 10px 15px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    background-color: #212629;
}

.dropdown-item .avatar {
    margin-right: 10px;
}

.dropdown-item span {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}

.dropdown-item span small {
    display: block;
    color: #999;
    margin-top: 2px;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
}

.dropdown-item>* {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: inherit;
    opacity: 1;
}

.dropdown-item:hover>*,
.dropdown-item:focus>* {
    opacity: 0.6;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown--alt .dropdown-menu {
    padding: 0;
    min-width: 440px;
    top: 20px !important;
    border: none;
}

@media (max-width: 560px) {
    .dropdown--alt .dropdown-menu {
        min-width: 80vw;
    }
}

.dropdown--alt .dropdown__header {
    background-color: #1d2124;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.dropdown--alt .dropdown__header>* {
    color: #fff;
    text-align: center;
}

.dropdown--alt .dropdown__header .title {
    line-height: 1.4;
}

.dropdown--alt .dropdown__header .text {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 21px;
}

.dropdown--alt .dropdown__header .dropdown__close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.dropdown--alt .dropdown__header .dropdown__close .icon {
    font-size: 10px;
}

.dropdown--alt .dropdown__content {
    background-color: #fff;
    padding: 30px;
}

.dropdown--alt .dropdown__footer {
    background-color: #f7f7ef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 30px;
}

.dropdown--alt .dropdown__footer>*:not(:first-child) {
    margin-left: 10px;
}

.dropdown--alt .dropdown__footer .btn-secondary {
    color: #fff !important;
}

.dropdown--alt .dropdown__footer .btn-secondary:hover {
    color: #f7f7ef !important;
    background-color: #bfbfbf !important;
}

.dropdown--form .btn--outline {
    min-width: 270px;
}

.dropdown--form .btn--outline:not(:last-child) {
    margin-bottom: 15px;
}

.hero .dropdown--form .btn--outline:not(:last-child) {
    margin-bottom: 10px;
}

.dropdown--form .btn--outline::after {
    color: #000;
    display: inline-block !important;
    margin-left: auto;
}

@media (max-width: 560px) {
    .dropdown--form .btn--outline {
        height: 60px;
    }
}

.dropdown--form .dropdown-menu {
    background-color: #f7f7ef;
    width: 100%;
    border: 1px solid #000;
    border-radius: 0 !important;
    margin-top: 6px;
    padding: 0;
    position: relative;
}

.dropdown--form .dropdown-menu::before,
.dropdown--form .dropdown-menu::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
}

.dropdown--form .dropdown-menu::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    top: -7px !important;
    left: 10px;
    z-index: 2;
}

.dropdown--form .dropdown-menu::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #000;
    position: absolute;
    top: -8px !important;
    left: 9px;
    z-index: 1;
}

.dropdown--form .dropdown-menu[x-placement=top-start] {
    margin-top: 0;
    margin-bottom: 10px !important;
}

.dropdown--form .dropdown-menu[x-placement=top-start]::before,
.dropdown--form .dropdown-menu[x-placement=top-start]::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: auto !important;
}

.dropdown--form .dropdown-menu[x-placement=top-start]::before {
    bottom: -7px;
}

.dropdown--form .dropdown-menu[x-placement=top-start]::after {
    bottom: -8px;
}

.dropdown--form .dropdown-item {
    font-size: 18px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    padding: 15px 10px;
    background-color: #f7f7ef;
}

.dropdown--form .dropdown-item:hover {
    opacity: 1;
    background-color: #000;
    color: #f7f7ef;
}

.dropdown-menu__search {
    position: relative;
    margin-bottom: 10px;
}

.dropdown-menu__search .form-control {
    background-color: #f6f6f6 !important;
    font-family: "Open Sans", sans-serif;
    padding-right: 40px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
    height: 40px;
}

.dropdown-menu__search .form-control:focus {
    background-color: #f0f0f0 !important;
}

.dropdown-menu__search .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    color: #B1B1B1;
    font-size: 18px !important;
    pointer-events: none;
}

/*------------------------------------*
	@COMPONENTS #TABLE
\*------------------------------------*/
.table {
    border: 1px solid #000;
    border-collapse: collapse !important;
}

.table:not(:last-child) {
    margin-bottom: 60px;
}

.table th,
.table td {
    border: none !important;
    min-height: 60px !important;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
}

.table th {
    background-color: #eeeee5;
    font-weight: 700;
    white-space: nowrap;
}

.table tr {
    background-color: #f7f7ef !important;
}

.table-striped th {
    color: #fff;
    background-color: #000;
}

.table-striped tr:nth-child(odd) {
    background-color: #fff !important;
}

.table-responsive .table {
    margin-bottom: 0;
}

.table-responsive+.section {
    padding-top: 0;
}

.table-responsive:not(:last-child) {
    margin-bottom: 60px;
}

/*------------------------------------*
	@COMPONENTS #BLOCK
\*------------------------------------*/
.block-wrap {
    background-color: #13181a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
}

@media (max-width: 768px) {
    .block-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    width: 100%;
    border-radius: 0;
    background-color: #13181a;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.block>*:not(:last-child) {
    margin-bottom: 20px;
}

.block--dark {
    background-color: #1b1d20;
}

.block--light {
    background-color: #1c2124;
}

.block__img {
    width: 78px;
    height: 78px;
    border-radius: 99px;
    background-color: #fbc516;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    color: #fff;
}

.block__img--red {
    background-color: #fb3842;
}

.block__img--blue {
    background-color: #00b0c4;
}

.block__title {
    color: #fff;
}

.block__text {
    color: #fff;
    text-align: center;
    max-width: 420px;
}

/* @COMPONENTS #CHECKBOX */
#optin_container {
    background-color: #dbdbd5;
    max-width: 470px;
}

#optin_container input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.checkbox__label {
    margin-bottom: 0 !important;
    position: relative;
    padding-left: 35px;
    color: #000;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 14px;
    line-height: 21px;
}

.checkbox__label a {
    color: #000;
}

.checkbox__label::before,
.checkbox__label::after {
    content: '';
    position: absolute;
}

.checkbox__label::before {
    width: 20px;
    height: 20px;
    border-radius: 0px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    top: 1px;
    left: 0;
}

.checkbox__label::after {
    content: "\f00c";
    font: var(--fa-font-solid);
    font-size: 15px;
    color: #fb3842;
    top: 4px;
    left: 2.5px;
    opacity: 0;
}

input:checked+.checkbox__label::before {
    background-color: #fff;
    border: 1px solid #000;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

input:checked+.checkbox__label::after {
    opacity: 1;
}

.checkbox__text {
    color: #1d2124;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 21px;
}

/*------------------------------------*
	@COMPONENTS #WRAP
\*------------------------------------*/
.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.wrap>.dropdown,
.wrap>.outline,
.wrap>.btn {
    width: 100%;
    max-width: 100%;
}

.wrap--alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575px) {
    .wrap--alt {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/*------------------------------------*
	@COMPONENTS #SIDEMENU
\*------------------------------------*/

.sidemenu__item {
    display: inline-block !important;
    width: 100%;
    padding: 15px 25px;
    color: #b1b1b1;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    position: relative;
    border: none;
    background-color: #fbfbf5;
}

.sidemenu__item:hover {
    color: #fb3842;
    opacity: 1;
}

.sidemenu__item.active {
    color: #000;
    background-color: #fff;
    border: none;
}

.sidemenu__item.active::before {
    content: '';
    width: 5px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

/*------------------------------------*
	@COMPONENTS #BOX
\*------------------------------------*/
.box-wrap {
    width: 100%;
    position: relative;
}

.box-wrap .accordion {
    margin-bottom: 80px;
}

.box {
    background-color: #fff;
}

.box:not(:last-child) {
    margin-bottom: 10px;
}

.box__header {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
    background-color: #fff;
}

.box__header .icon {
    margin-left: 20px;
    color: #000 !important;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.box__header.collapsed {
    background-color: #fbfbf5;
}

.box__header.collapsed .icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.box__title {
    color: #000;
    background-color: #fbfbf5;
    border: none;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}

.box__body {
    padding: 30px;
    position: relative;
    border-top: 1px solid #f7f7ef;
}

.box__body img {
    width: 100%;
    max-width: 500px;
    margin: 10px 0;
}

/* .box__body a {
    text-decoration: underline !important;
} */

/*------------------------------------*
	@COMPONENTS #SEARCHBAR
\*------------------------------------*/
.searchbar {
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    width: 200px;
    padding: 5px 30px 5px 35px;
}

.searchbar button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    padding: 0 !important;
    background-color: transparent;
}

.searchbar button i {
    font-size: 16px;
    color: #a4a4a4;
}

.searchbar input {
    width: 100%;
    border: none;
    color: #a4a4a4;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .searchbar {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: auto;
    }
}

@media (max-width: 768px) {
    .searchbar {
        display: none;
    }
}

/*------------------------------------*
	@COMPONENTS #QUOTES
\*------------------------------------*/
.quotes {
    font-size: 16px;
    font-style: italic;
    color: #3d3d3d;
    position: relative;
    line-height: 1;
}

.quotes::before,
.quotes::after {
    content: '';
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 42px;
    height: 31px;
    margin-bottom: 0;
    color: #d8d8d8;
    display: inline-block;
}

.quotes::before {
    margin-right: 10px;
    background-image: url(../images/icon-quote1.png);
}

.quotes::after {
    margin-left: 10px;
    background-image: url(../images/icon-quote2.png);
    vertical-align: top;
}

@media (max-width: 768px) {
    .quotes {
        margin-top: 7px;
        display: inline-block;
        font-size: 13px;
    }

    .quotes::before,
    .quotes::after {
        display: none;
    }
}

/*------------------------------------*
	@COMPONENTS #LINK
\*------------------------------------*/
.link {
    color: #fb3842 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    display: block;
}

.link .icon {
    margin-right: 5px;
}

.link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.link-list a {
    font-weight: 700;
    /* text-decoration: underline; */
}

.link-list a:hover {
    color: currentColor;
    opacity: .7;
}

.link-list a:not(:last-child) {
    margin-right: 21px;
    position: relative;
}

.link-list a:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 10px;
    background-color: currentColor;
    opacity: .3;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -11px;
    pointer-events: none;
}

/*------------------------------------*
	@COMPONENTS #SOCIALS
\*------------------------------------*/
.socials {
    margin-left: auto;
}

.socials a {
    color: #bdbdb4 !important;
    font-size: 24px;
}

.socials a:not(:last-child) {
    margin-right: 20px;
}

.socials a:hover {
    color: #a5a599;
}

@media (max-width: 560px) {
    .socials {
        margin-left: 0;
        text-align: center;
    }
}

/*------------------------------------*
	@COMPONENTS #AVATAR
\*------------------------------------*/
.avatar {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 99px;
    border: 2px solid #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.avatar--xs {
    width: 20px;
    height: 20px;
    border-width: 1px;
}

.avatar--md {
    width: 50px;
    height: 50px;
}

@media (max-width: 768px) {
    .avatar--md {
        width: 40px;
        height: 40px;
    }
}

.avatar--lg {
    width: 80px;
    height: 80px;
}

.avatar--xl {
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
}

.avatar--xxl {
    width: 200px;
    height: 200px;
}

.avatar--colored {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #c84342;
    color: #fff;
}

.avatar--overlay_banned {
    position: absolute;
    left: 35px;
    font-size: 59px;
    font-weight: 200;
}

@media (max-width: 768px) {
    .avatar--overlay_banned {
        left: 36px;
        font-size: 48px;
    }
}

@media (max-width: 560px) {
    .avatar--overlay_banned {
        left: 27px;
        font-size: 46px;
    }
}

/*------------------------------------*
	@COMPONENTS #BAR
\*------------------------------------*/

@media (hover: none) {
    .bar__btn:hover {
        opacity: 0.5;
    }
}

@media (max-width: 560px) {

    .bar--voice-on #btn_send,
    .bar--value #btn_send,
    .bar--voice-on .btn-send,
    .bar--value .btn-send {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.bar__form .dropup-wrap .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

/* Keep message input readable on dark chat bar regardless of global .form-control styles. */
.bar__form .dropup-wrap #msg.form-control {
    background-color: #fff !important;
    color: #1d2124 !important;
    -webkit-text-fill-color: #1d2124 !important;
    caret-color: #1d2124;
    opacity: 1;
}

.bar__form .dropup-wrap #msg.form-control::placeholder {
    color: #6c757d;
}

.bar__form .dropup-wrap .form-control:disabled {
    background-color: #bfbfbf !important;
    text-decoration: none;
}

.bar__form .dropup-wrap a.disabled {
    pointer-events: none;
    background-color: #bfbfbf !important;
}

.bar__form .dropup-wrap .dropdown-toggle {
    height: 50px;
}

.bar__form .dropdown-toggle::after {
    display: none !important;
}

.bar__form .dropdown-menu {
    min-width: 405px;
    min-height: 261px;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #fff;
    padding: 15px 20px 10px 20px;
    overflow-y: auto;
}

.bar__form .dropdown-menu .dropdown__emojis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bar__form .dropdown-menu .btn {
    margin: 0 5px 10px 5px;
    display: inline-block;
    font-size: 25px;
}

.bar__form .dropdown-menu .fa-spinner {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: 50%;
    left: 50%;
    display: none;
}

@media (max-width: 560px) {
    .bar__form .dropdown-menu {
        min-width: 0;
        width: -webkit-calc(100vw - 10px);
        width: calc(100vw - 10px);
        right: -20px;
        margin-top: -8px;
        max-height: 120px;
    }
}

.bar__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bar__actions>*:not(:last-child) {
    margin-right: 20px;
}

.bar__actions .btn,
.bar__actions .dropdown-toggle {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.bar__actions .btn,
.bar__actions .btn:focus,
.bar__actions .dropdown-toggle,
.bar__actions .dropdown-toggle:focus {
    color: #b1b1b1;
}

.bar__actions .btn:hover,
.bar__actions .btn:focus:hover,
.bar__actions .dropdown-toggle:hover,
.bar__actions .dropdown-toggle:focus:hover {
    color: #fff;
}

button.ch__controls[disabled],
label.ch__controls[disabled],
a.ch__controls[disabled] {
    pointer-events: none !important;
    opacity: .45;
    cursor: default !important;
}

.bar__actions .dropup.show .dropdown-toggle {
    color: #fff !important;
    opacity: 1 !important;
}

.bar__actions .dropdown-menu {
    top: -33px !important;
    padding: 10px 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: hidden;
}

.bar__actions .dropdown-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 560px) {
    .bar__actions .dropdown-menu {
        max-height: 240px;
        top: -20px !important;
    }
}

@media (max-width: 560px) {
    .bar__actions>*:not(:last-child) {
        margin-right: 10px;
    }

    .bar--value .bar__actions {
        display: none;
    }
}

.bar__voice {
    display: none;
}

.bar__time {
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

.bar__time::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #fb3842;
    margin-right: 5px;
}

@media (max-width: 560px) {
    .bar__time {
        font-size: 14px;
    }
}

.bar__actions+.btn,
.bar__voice+.btn {
    margin-left: 20px;
}

@media (max-width: 560px) {

    .bar__actions+.btn,
    .bar__voice+.btn {
        margin-left: 10px;
    }

    .bar--value .bar__actions+.btn,
    .bar--value .bar__voice+.btn {
        margin-left: 0;
    }
}

.bar__actions svg,
.bar__voice svg {
    width: 26px;
}

#btn_send {
    min-height: 42px;
    border-radius: 999px;
    padding: 0.35rem 0.9rem !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    line-height: 1;
}

#btn_send .btn-send__label {
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

#btn_send .fa-angle-right {
    font-size: 1rem;
}

@media (max-width: 768px) {
    #btn_send {
        min-width: 42px;
        padding: 0.35rem 0.55rem !important;
    }
}

.bar--voice-on .bar__actions {
    display: none;
}

.bar--voice-on .bar__voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dropdown__gifs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1px;
    height: 202px;
    overflow-y: auto;
    cursor: pointer;
}

.bar__actions .gif-picker-dropdown {
    width: min(340px, 90vw);
    top: auto !important;
    bottom: calc(100% + 8px) !important;
    left: auto !important;
    right: 0 !important;
    max-height: min(62vh, 420px);
    overflow-y: auto !important;
    overflow-x: hidden;
}

.gif-picker-toggle-btn {
    width: auto !important;
    min-width: 38px;
    height: 24px !important;
    border: 0 !important;
    border-radius: 6px;
    background: transparent !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0 4px !important;
}

.gif-picker-toggle-btn i {
    font-size: 0.8rem;
}

.gif-picker-toggle-text {
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
}

.gif-picker-grid {
    gap: 2px;
}

.gif-picker-card {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    width: calc(33.333% - 2px);
    min-height: 64px;
}

.gif-picker-card img {
    width: 100%;
    height: 74px;
    object-fit: cover;
    border-radius: 6px;
}

.gif-picker-empty {
    width: 100%;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    color: #6c757d;
}

.dropdown__gifs::after {
    content: '';
    min-width: 100%;
    height: 10px;
}

@media (max-width: 560px) {
    .dropdown__gifs {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .bar__actions .gif-picker-dropdown {
        width: min(340px, calc(100vw - 24px));
        right: -6px !important;
        max-height: min(58vh, 360px);
    }
}

.chat-gif-img {
    width: 200px;
    max-width: min(240px, 58vw);
    border-radius: 10px;
}

/*------------------------------------*
	@COMPONENTS #LIST
\*------------------------------------*/
.list {
    padding-left: 15px;
    margin-bottom: 20px !important;
    list-style: none;
}

.list li {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 21px;
    padding-left: 30px;
    position: relative;
}

.list li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 99px;
    background-color: #000;
    position: absolute;
    top: 10px;
    left: 0px;
}

.list li:not(:last-child) {
    margin-bottom: 10px;
}

.list li a {
    color: #000;
    /* text-decoration: underline; */
}

.list li small {
    font-size: 12px;
    display: block;
}

.list--xs li:not(:last-child) {
    margin-bottom: 5px;
}

.list-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.list-check li {
    position: relative;
    padding-left: 26px;
}

.list-check li::before {
    content: '\f058';
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    color: #4EAD6A;
}

.list-check li:not(:last-child) {
    margin-bottom: 15px;
}

.list-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-dl:not(:last-child) {
    margin-bottom: 20px;
}

.list-dl dt {
    font-weight: 400;
    margin-right: 10px;
}

.list-dl dd strong {
    font-size: 24px;
}

/*------------------------------------*
	@COMPONENTS #PACKAGE
\*------------------------------------*/
.package-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.package-wrap>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

@media (max-width: 359px) {
    .package-wrap {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (max-height: 700px) {
    .package-wrap {
        margin-right: -5px;
        margin-left: -5px;
    }
}

@media (max-height: 800px) {
    .package-wrap {
        margin-bottom: 5px;
    }
}

.package-wrap__item input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.package {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 0;
    border-radius: 5px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    overflow: hidden;
}

.package[data-label]::before {
    content: attr(data-label);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 8px;
    color: #fff;
    background-color: #fb3842;
    padding: 2px 5px;
    border-radius: 3px;
    position: absolute;
    top: 54px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.package>* {
    pointer-events: none;
}

input:checked+.package {
    background-color: #fb3842;
    border-color: #c84342;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 10;
}

input:checked+.package .package__block:first-child {
    background-color: #c84342;
}

input:checked+.package .package__block--info {
    border-color: #c84342;
}

input:checked+.package .package__block--info::after {
    background-color: #4EAD6A;
    border-color: #fff;
    color: #fff;
}

input:checked+.package .package__block>* {
    color: #fff !important;
    opacity: 1;
}

@media (max-width: 1200px) {
    .package {
        min-width: auto;
    }
}

.package__block {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.package__block:first-child {
    height: 54px;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.package__block>* {
    color: #000;
    white-space: nowrap;
}

.package__block .title {
    font-size: 16px;
    margin-bottom: 3px;
    letter-spacing: 0;
    opacity: .5;
}

@media (max-width: 385px) {
    .package__block .title {
        font-size: 14px;
    }
}

@media (max-width: 359px) {
    .package__block .title {
        font-size: 12px;
    }
}

.package__block--info {
    border-bottom: 1px solid #E9E9E2;
    position: relative;
    padding-bottom: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.package__block--info+.package__block {
    padding-top: 20px;
}

.package__block--info span {
    font-size: 50px;
    line-height: 1;
}

@media (max-width: 359px) {
    .package__block--info span {
        font-size: 40px;
    }
}

.package__block--info small {
    font-size: 12px;
    opacity: .5;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 359px) {
    .package__block--info small {
        font-size: 10px;
    }
}

.package__block--info::after {
    content: '\f00c';
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #eee;
    color: transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Free";
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

@media (min-width: 360px) {
    .package__block--info br {
        display: none;
    }
}

@media (max-width: 359px) {
    .package__block {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.package__price {
    font-size: 18px;
    white-space: nowrap;
}

@media (max-width: 359px) {
    .package__price {
        font-size: 14px;
    }
}

.package__radio {
    display: inline-block !important;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    border: 1px solid #000;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 3px transparent;
    box-shadow: inset 0 0 0 3px transparent;
    margin-bottom: 0 !important;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

input:checked+.package .package__radio {
    background-color: #c84342;
    border-color: #c84342;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
}

/*------------------------------------*\
	@COMPONENTS #MODAL
\*------------------------------------*/
.modal {
    z-index: 2000;
}

.modal--sms .modal-dialog {
    max-width: 670px;
}

.modal--sms .modal-body .text {
    display: inline-block;
}

.modal--sms .modal-body .form-group {
    margin-bottom: 15px;
}

.modal-backdrop {
    background-color: rgba(29, 33, 36, 0.7);
}

.modal-dialog {
    max-width: 770px;
}

.modal-content {
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #f8fafc;
    border: 1px solid #d8dee7 !important;
}

.modal-header {
    background: linear-gradient(135deg, #1f242b, #12161b);
    padding: 24px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none !important;
    border-radius: 0 !important;
}

.modal .modal-header.bg-dark {
    background: linear-gradient(135deg, #1f242b, #12161b) !important;
}

.modal-header>* {
    color: #fff !important;
}

.modal-header .title {
    margin-bottom: 8px;
    letter-spacing: 0.03em;
    font-size: 1.15rem;
}

.modal-header .text {
    color: #d7dee8 !important;
    margin: 0;
    font-size: 0.95rem;
}

.modal-header.short {
    padding: 20px !important;
}

.modal-header--light {
    background-color: #f7f7ef;
    padding-bottom: 0 !important;
}

.modal-header--light>* {
    color: #505050 !important;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal-close i {
    font-size: 16px;
}

@media (max-height: 700px) {
    .modal-close {
        top: 10px;
        right: 15px;
    }

    .modal-close i {
        font-size: 14px;
    }
}

.modal-body {
    border: none !important;
    border-radius: 0 !important;
    border-radius: 5px;
    background-color: #f5f7fa;
    color: #27303a;
}

.modal-body:not(.p-0) {
    padding: 30px 30px 30px 30px;
}

.modal-body .form-content {
    text-align: left;
}

.ch-modal .modal-dialog {
    max-width: 820px;
}

.ch-modal .modal-content.ch-modal__content {
    border-radius: 14px;
    border: 1px solid rgba(164, 181, 201, 0.24) !important;
    background: radial-gradient(120% 120% at 15% 0%, #263343 0%, #18222d 52%, #121920 100%);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.58);
    overflow: hidden;
}

.ch-modal .modal-header.ch-modal__header {
    position: relative;
    background: linear-gradient(135deg, #324152 0%, #1a2430 100%);
    border-bottom: 1px solid rgba(164, 181, 201, 0.2) !important;
    padding: 1rem 1.25rem;
}

.ch-modal .modal-header .modal-title {
    font-weight: 700;
    letter-spacing: 0.02em;
}

.ch-modal .modal-header .text {
    max-width: 92%;
}

.ch-modal .modal-header .btn-close {
    position: absolute;
    top: 0.95rem;
    right: 0.95rem;
    opacity: 0.88;
}

.ch-modal .modal-header .btn-close:hover {
    opacity: 1;
}

.ch-modal .modal-body.ch-modal__body {
    background: #18222d;
    color: #e8edf3;
    padding: 1.25rem;
}

.ch-modal .modal-body p,
.ch-modal .modal-body label,
.ch-modal .modal-body .text,
.ch-modal .modal-body .prompt {
    color: #d7e3f0;
}

.ch-modal .modal-body .form-control,
.ch-modal .modal-body .form-select {
    background-color: #2c3a49;
    border-color: #4a6077;
    color: #f4f8fc;
}

.ch-modal .modal-body .form-control::placeholder,
.ch-modal .modal-body .form-select::placeholder {
    color: #c2cfdd;
}

.ch-modal .modal-body .form-control:focus,
.ch-modal .modal-body .form-select:focus {
    border-color: #53b6ff;
    box-shadow: 0 0 0 0.22rem rgba(83, 182, 255, 0.26);
}

.ch-modal .modal-body .btn {
    border-radius: 10px;
    min-height: 42px;
    font-weight: 600;
}

.ch-modal .modal-body .btn.btn-primary {
    background: linear-gradient(135deg, #ff5a2f 0%, #f42601 100%);
    border-color: #f42601;
    color: #fff;
}

.ch-modal .modal-body .btn.btn-primary:hover {
    background: linear-gradient(135deg, #ff6b45 0%, #ff3a10 100%);
    border-color: #ff3a10;
}

.ch-modal .modal-body .btn.btn-secondary {
    background: #3a4b5d;
    border-color: #4e6279;
    color: #f0f6fc;
}

.ch-modal .modal-body .btn.btn-secondary:hover {
    background: #465a71;
    border-color: #5b7390;
}

.ch-modal .modal-body #support_container {
    background: #22303e !important;
    border-color: #4a5f77 !important;
}

.ch-modal .btn-wrap {
    margin-top: 0.85rem;
    gap: 0.5rem;
}

.ch-modal .modal-header.ch-modal__header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: #7e95ae;
}

.ch-modal--confirm .modal-header.ch-modal__header::before,
.ch-modal--friend .modal-header.ch-modal__header::before {
    background: #2bb673;
}

.ch-modal--alert .modal-header.ch-modal__header::before,
.ch-modal--report .modal-header.ch-modal__header::before {
    background: #f42601;
}

.ch-modal--support .modal-header.ch-modal__header::before,
.ch-modal--form .modal-header.ch-modal__header::before {
    background: #2fc3ff;
}

.ch-modal--premium .modal-header.ch-modal__header::before {
    background: #ffb703;
}

.ch-modal--security .modal-header.ch-modal__header::before {
    background: #9b5de5;
}

@media (min-width: 769px) {
    .modal-body .form-content:not(:last-child) {
        padding-right: 30px;
        border-right: 1px solid #d8d8d8;
    }

    .modal-body .form-content:not(:first-child) {
        padding-left: 30px;
    }
}

@media (max-width: 768px) {
    .modal-body .form-content:not(:last-child) {
        padding-bottom: 30px;
        border-bottom: 1px solid #d8d8d8;
    }

    .modal-body .form-content:not(:first-child) {
        padding-top: 30px;
    }
}

@media (max-height: 700px) {
    .modal-body .form-content:not(:first-child) {
        padding: 10px !important;
    }
}

.modal-body--white {
    background-color: #fff;
}

.modal-body--carousel {
    min-height: 255px;
}

/* Premium plan selection cards */
.premium-plan-cards {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0.5rem 0 1rem;
}
.premium-plan-card {
    cursor: pointer;
    flex: 1 1 90px;
    max-width: 140px;
    position: relative;
}
.premium-plan-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.premium-plan-card__inner {
    border: 2px solid #dee2e6;
    border-radius: 14px;
    padding: 18px 10px 14px;
    text-align: center;
    transition: border-color 0.18s, box-shadow 0.18s, background 0.18s;
    position: relative;
    background: #fff;
}
.premium-plan-card:hover .premium-plan-card__inner {
    border-color: #ffb703;
}
.premium-plan-card input[type="radio"]:checked + .premium-plan-card__inner {
    border-color: #ffb703;
    background: #fffbf0;
    box-shadow: 0 4px 18px rgba(255,183,3,0.22);
}
.premium-plan-card__days {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #222;
}
.premium-plan-card__days span {
    display: block;
    font-size: 0.72rem;
    font-weight: 500;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-top: 2px;
}
.premium-plan-card__price {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffb703;
    margin: 8px 0 4px;
    line-height: 1;
}
.premium-plan-card__price sup {
    font-size: 1rem;
    font-weight: 600;
}
.premium-plan-card__per {
    font-size: 0.68rem;
    color: #aaa;
}
.premium-plan-card__badge {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffb703;
    color: #fff;
    font-size: 0.58rem;
    font-weight: 700;
    padding: 2px 9px;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.premium-plan-card__badge--best {
    background: #6c63ff;
}

/* Payment Methods Selection */
.payment-methods-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 0 20px;
}

.payment-method-card {
    position: relative;
    cursor: pointer;
}

.payment-method-card input[type="radio"] {
    display: none;
}

.payment-method-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 12px;
    border: 2px solid #dee2e6;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    color: #555;
    gap: 8px;
}

.payment-method-inner i {
    font-size: 1.8rem;
    color: #666;
    transition: color 0.3s ease;
}

.payment-method-card:hover .payment-method-inner {
    border-color: #ffb703;
    background: #fffbf0;
    color: #333;
}

.payment-method-card:hover .payment-method-inner i {
    color: #ffb703;
}

.payment-method-card input[type="radio"]:checked + .payment-method-inner {
    border-color: #ffb703;
    background: #fffbf0;
    box-shadow: 0 4px 12px rgba(255, 183, 3, 0.22);
    color: #333;
    font-weight: 600;
}

.payment-method-card input[type="radio"]:checked + .payment-method-inner i {
    color: #ffb703;
}

#payments_modal .payment-methods-grid {
    gap: 12px;
    padding: 0;
    max-width: 360px;
    margin: 0 auto;
}

#payments_modal .payment-method-card {
    max-width: none;
}

#payments_modal .payment-method-inner {
    padding: 14px 10px;
    border-radius: 11px;
    font-size: 0.9rem;
    gap: 7px;
}

#payments_modal .payment-method-inner i {
    font-size: 1.55rem;
}

#payments_modal .payments-modal__actions {
    gap: 12px;
}

#payments_modal .payments-modal__cta {
    border: 0;
    border-radius: 12px;
    padding: 0.78rem 1.2rem;
    min-width: 210px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.45px;
    line-height: 1.15;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

#payments_modal .payments-modal__cta .fas,
#payments_modal .payments-modal__cta .fab {
    font-size: 0.96rem;
}

#payments_modal .payments-modal__cta--card {
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
    color: #fff;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.3);
}

#payments_modal .payments-modal__cta--card:hover,
#payments_modal .payments-modal__cta--card:focus {
    color: #fff;
    filter: brightness(1.04);
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.36);
}

#payments_modal .payments-modal__cta--paypal {
    background: linear-gradient(135deg, #ffd15c 0%, #ffb703 100%);
    color: #09346f;
    box-shadow: 0 10px 22px rgba(255, 183, 3, 0.28);
}

#payments_modal .payments-modal__cta--paypal:hover,
#payments_modal .payments-modal__cta--paypal:focus {
    color: #062856;
    filter: brightness(1.03);
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(255, 183, 3, 0.34);
}

#payments_modal .payments-modal__play-hint {
    margin-top: 0.9rem !important;
}

#payments_modal .payments-modal__play-link {
    font-weight: 600;
    color: #1d4ed8;
    text-decoration: none;
}

#payments_modal .payments-modal__play-link:hover,
#payments_modal .payments-modal__play-link:focus {
    color: #1e40af;
    text-decoration: underline;
}

#payments_modal .payments-modal__dismiss {
    padding: 0.16rem 0.4rem;
    font-size: 0.76rem;
}

@media (max-width: 575px) {
    #payments_modal .payments-modal__actions {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    #payments_modal .payments-modal__cta {
        width: 100%;
        min-width: 0;
    }
}

@media (max-height: 700px) {
    .modal-body--carousel {
        min-height: 150px;
    }
}

@media (max-height: 600px) {
    .modal-body--carousel {
        min-height: 130px;
    }
}

.modal-body--packages a {
    display: block;
    text-align: center;
    margin-bottom: .25rem;
    text-decoration: underline;
}

.modal-footer {
    padding: 15px;
    border-radius: 0 0 5px 5px;
    background-color: #eef2f6;
    border-top: 1px solid #d7dee7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal-footer .btn-secondary {
    background-color: #6b7785 !important;
    color: #fff !important;
}

.modal-footer .btn {
    margin: 5px;
    min-width: 110px;
}

@media (max-width: 560px) {
    .modal-footer {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    h4.modal-title {
        font-size: 0.9rem;
    }

    .modal-body {
        font-size: 12px !important;
    }

    .modal-body:not(.p-0) {
        padding: 20px !important;
    }

    .modal-header .close {
        padding: 0.5rem;
        font-size: 1rem;
    }
}

@media (max-height: 700px) {
    .modal-body:not(.p-0):not(.modal-body--carousel):not(.modal-body--packages) {
        padding: 15px !important;
    }

    .modal-header {
        padding-top: 15px;
    }

    .modal-header .title {
        font-size: 20px;
    }

    .modal-body .modal-body--packages {
        padding-bottom: 10px !important;
    }
}

@media (max-height: 571px) {
    .modal-body .modal-body--carousel {
        padding: 15px 15px 0 !important;
    }

    .modal-body .modal-body--packages {
        padding: 5px 15px 15px !important;
    }
}

/*------------------------------------*
	@COMPONENTS #PROFILE
\*------------------------------------*/
.offline_loader {
    background-color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
}

.offline_loader span {
    margin: auto;
    font-size: 30px;
}

.vote_bar {
    height: 60px;
    background-color: #1d2124;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.vote_bar_buttons {
    max-width: 600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.vote_bar_buttons button {
    height: 40px !important;
}

#friend_name,
#friend_avatar {
    cursor: pointer;
}

.public-questions-title {
    font-weight: 600;
    margin-top: 16px;
}

.public-question {
    margin-top: 20px;
}

.public-question i {
    margin-right: 7px;
}

.public-question .selected {
    color: #4EAD6A;
    font-weight: 600;
    margin-right: 10px;
}

.public-question .not-selected {
    color: #b1b1b1;
    margin-right: 10px;
    text-decoration: line-through;
}

.profile_more_info {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: 100%;
    background-color: #333;
    padding: 20px;
    max-width: 600px;
    position: relative;
}

.profile_more_info_row {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    text-shadow: 0px 1px 2px #000000;
}

.public_profile_img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    width: auto !important;
    margin: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.public_profile_next {
    position: absolute;
    z-index: 200;
    top: 0;
    bottom: 0;
    right: 0;
    left: 80%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.2);
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.public_profile_prev {
    position: absolute;
    z-index: 200;
    top: 0;
    bottom: 0;
    right: 80%;
    left: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.2);
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.public_profile_top_icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 4px 3px rgba(0, 0, 0, 0.2);
    z-index: 300;
    cursor: pointer;
}

.public_profile_more_info_icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 4px 3px rgba(0, 0, 0, 0.2);
    z-index: 300;
    cursor: pointer;
}

.public_profile_top_container {
    background-color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.public_profile_top_index {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 150;
    height: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.public_profile_top_index_bar {
    background-color: #b1b1b1;
    -webkit-box-shadow: 0px 1px 3px #000000;
    box-shadow: 0px 1px 3px #000000;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 3px;
    border-radius: 2px;
}

.public_profile_top_index_bar.active {
    background-color: #fff;
}

.public_profile_container {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.profile_name {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 3px;
}

.profile_info_row {
    position: absolute;
    padding-bottom: 10px;
    bottom: 0;
    left: 20px;
    right: 60px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    text-shadow: 0px 1px 2px #000000;
    z-index: 100;
}

.questions-container {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.single-question-answers {
    font-weight: 200;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.single-question-answers .ch__answer {
    padding: 5px 0;
    transition: color 0.2s ease;
}

.single-question-answers .ch__answer:hover {
    color: #2c7d3f;
}

.single-question-answers .fa-dot-circle ~ * {
    color: #4EAD6A;
}

.profile-question {
    font-weight: 800;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}

.profile-question--answered {
    opacity: 1;
    order: 1;
}

.profile-question--unanswered {
    opacity: 0.75;
    order: 2;
}

.profile-question > div:first-child {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
}

.profile-question:not(:first-child) {
    margin-top: 10px;
}

.profile-question .ch__question_delete {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    min-width: auto !important;
    height: auto !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
}

.profile-question .ch__question_delete i {
    color: #dc3545 !important;
}

.profile-question .ch__question_delete:hover i {
    color: #a71d2a !important;
}

.collapsable-content .collapse:not(.show) {
    display: block;
    height: 713px !important;
    overflow: hidden;
}

.collapsable-content .collapse.show {
    height: unset !important;
}

.collapsable-content .collapsing:not(.show) {
    height: 713px !important;
}

.collapsable-content a {
    background-color: #1d2124;
    color: #fff;
    text-align: center;
    font-weight: 800;
    width: 100%;
    padding: 15px;
    text-decoration: none !important;
}

.collapsable-content a span::before {
    content: 'Απόκρυψη';
}

.collapsable-content a span::after {
    content: '\f106';
    margin-left: 5px;
    font-family: "Font Awesome 6 Free";
}

.collapsable-content a.collapsed span::before {
    content: 'Προβολή όλων';
}

.collapsable-content a.collapsed span::after {
    content: '\f107';
}

.subcontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.subcontainer>*:not(:last-child) {
    margin-bottom: 20px;
}

.profile-image-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: flex-start;
    margin-bottom: 60px;
}

.profile-image-row img {
    margin-right: 30px;
}

@media (max-width: 460px) {
    .profile-image-row .btn {
        font-size: 0;
        width: 36px;
        height: 36px;
        padding: 0;
    }

    .profile-image-row .btn .icon,
    .profile-image-row .btn::before {
        font-size: 16px;
        margin: 0 !important;
        font-weight: 400;
    }
}

.user-images-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-items: flex-start;
    margin: -10px;
}

.user-images-container>* {
    margin: 10px;
}

@media (max-width: 560px) {
    .user-images-container {
        margin: -5px;
    }

    .user-images-container>* {
        margin: 5px;
    }
}

.profile-user-image {
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    position: relative;
}

.profile-user-image img {
    width: 96px;
    height: 96px;
    margin-bottom: 0;
}

.profile-user-image .delete_button {
    position: absolute;
    top: -5px;
    right: -5px;
}

.profile-user-image .caption-container {
    max-width: 96px;
    margin-bottom: 30px;
    font-size: 12px;
}

.profile-user-image .caption-container .avatar-mark {
    font-size: 18px;
    height: 18px;
    border-radius: 10px;
    color: #fff;
    background-color: #4EAD6A !important;
}

.profile-user-image .caption-container span.underline {
    line-height: 21px;
}

.account-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
}

.account-row .icon {
    color: #333;
    font-size: 50px;
    width: 60px;
    margin-right: 15px;
    text-align: center;
}

.fullwidth-slider .noUi-target {
    width: unset !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.profile {
    background-color: #0d0f10;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 90px;
}

@media (max-width: 768px) {
    .profile .btn {
        padding-right: 15px;
        padding-left: 15px;
        min-width: 50px;
        text-align: center;
    }

    .profile .btn .icon+span {
        display: none;
    }

    .profile .btn .icon {
        margin-right: 0 !important;
    }
}

@media (max-width: 500px) {
    .profile .btn .icon+span {
        display: block;
    }

    .profile .btn .icon {
        margin-right: 10px !important;
    }
}

.pref_alert_text {
    font-weight: 600;
    margin-bottom: 10px;
    color: #fa313a;
    display: none;
}

.photo_upload_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/*------------------------------------*\
	@COMPONENTS #SIDEBAR
\*------------------------------------*/
.sidebar {
    background-color: #fff;
    width: 100%;
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 80px;
    left: 0;
    height: -webkit-calc(100vh - 161px);
    height: calc(100vh - 161px);
    z-index: 100;
}

.sidebar>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 992px) {
    .sidebar {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        height: 100vh;
        top: 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 1001;
    }

    .sidebar-on .sidebar {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

}


.sidebar__header {
    height: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    background-color: #1d2124;
    display: flex;
}

@media (min-width: 993px) {
    .sidebar__header {
        display: none;
    }
}

.sidebar__user {
    width: 100%;
    min-height: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1d2124;
    border-bottom: 1px solid #2a3137;
}

.sidebar__user .user {
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
}

.sidebar__profile-name {
    color: #fff;
}

.sidebar__profile-link {
    color: rgba(255, 255, 255, 0.78);
}

.sidebar__profile-link:hover {
    color: #fff;
}

/* .sidebar__content {
    padding: 20px;
} */

.sidebar__content>.user-wrap {
    margin-right: -20px;
    margin-left: -20px;
}

.sidebar__content:not(:last-child) {
    border-bottom: 1px solid #e9e9e2;
}

.sidebar__content--alt {
    padding: 20px 20px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ch-find-controls {
    width: 100%;
    padding: 0;
}

.ch-find-controls .i_find_friend {
    -ms-flex-item-align: center;
    align-self: center;
}

.ch-find-controls .ch-find-chat-btn {
    padding: .46rem .92rem;
    font-size: .79rem;
    font-weight: 600;
    letter-spacing: .015em;
}

.ch-find-controls .ch-find-chat-btn .always-show {
    font-size: inherit;
}

.ch-find-status-card {
    display: none;
    width: 100%;
    margin-bottom: .35rem;
    min-height: 0;
    border-bottom: 1px solid #e9e9e2;
    background: transparent;
    align-items: center;
    gap: .35rem;
}

.ch-find-status-card.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ch-find-status-avatar {
    width: 26px;
    height: 26px;
    background: #1f2731;
}

.ch-find-status-card .user {
    width: 100%;
    min-width: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

#ch_find_status_switch.is-clickable {
    cursor: pointer;
    transition: background-color .15s ease, border-radius .15s ease;
    border-radius: 6px;
}

#ch_find_status_switch.is-clickable:hover,
#ch_find_status_switch.is-clickable:focus-visible {
    background-color: rgba(80, 96, 118, .10);
}

#ch_find_status_switch.is-clickable .ch-find-status-position {
    text-decoration: underline;
}

.ch-find-status-card .user__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .35rem;
    font-size: 14px;
    color: #303030;
}

.ch-find-status-label {
    font-size: .78rem;
    color: #8b8b8b;
    font-weight: 600;
}

.ch-find-status-position {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    font-size: .86rem;
    color: #303030;
    font-weight: 700;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#ch_find_status_typing {
    color: #586f8a;
}

#ch_find_match_actions {
    display: inline-flex;
    align-items: center;
    gap: .15rem;
}

#ch_find_add_friend,
#ch_find_report_partner {
    color: #7a8596;
    border: 0;
    background: transparent;
}

#ch_find_add_friend:hover,
#ch_find_add_friend:focus,
#ch_find_report_partner:hover,
#ch_find_report_partner:focus {
    color: #495567;
}

@media (max-width:560px) {
    .ch-find-status-avatar {
        width: 20px;
        height: 20px;
    }

    .ch-find-status-card .user__title {
        font-size: 13px;
    }

    .ch-find-status-position {
        font-size: .76rem;
    }
}

.sidebar__title {
    color: #999999;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: 1;
}

.sidebar__title .icon {
    margin-right: 10px;
}

.sidebar__link {
    color: #999999 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-decoration: underline;
}

.sidebar-trigger,
.sidebar__close {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
}

.sidebar-trigger:hover,
.sidebar__close:hover {
    color: #fff;
    opacity: 0.5;
}

@media (max-width: 560px) {

    .sidebar-trigger,
    .sidebar__close {
        width: 45px;
    }
}

.sidebar-trigger {
    display: none;
    margin-right: 5px;
}

.sidebar-trigger .icon {
    margin-right: 0 !important;
}

.sidebar-trigger span {
    font-size: 13px;
    font-weight: 700;
    margin-left: 10px;
}

@media (min-width: 769px) {
    .sidebar-trigger {
        margin-right: 20px;
    }
}

@media (max-width: 992px) {
    .sidebar-trigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 560px) {
    .sidebar-trigger span:not(.badge) {
        display: none;
    }
}

.sidebar__close {
    color: #fff;
    width: 45px;
    font-size: 16px;
    font-weight: 400;
}

.sidebar-overlay {
    width: 100%;
    height: 100%;
    background-color: #0d0f10;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.sidebar-on .sidebar-overlay {
    visibility: visible;
    opacity: 0.5;
}

@media (min-width: 993px) {
    .sidebar-overlay {
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

.ch__chat_compact_header {
    display: none;
    background-color: #1d2124 !important;
    border-bottom: 1px solid #2a3137;
}

.ch__chat_compact_header.is-visible {
    display: flex !important;
}

.ch__chat_header_avatar,
.ch__chat_header_buttons {
    display: none;
}

.ch__chat_header_avatar.is-visible {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    max-width: 100%;
}

.ch__chat_header_avatar #friend_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ch__chat_header_buttons.is-visible {
    display: flex;
    flex: 0 0 auto;
    gap: 6px;
}

.ch__chat_header_btn {
    min-width: 34px;
    height: 34px;
    padding: 0 8px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ch__chat_header_video {
    min-width: 76px;
}

.sidebar-on .ch__chat_header_avatar,
.sidebar-on .ch__chat_header_buttons {
    display: none !important;
}

@media (min-width: 993px) {
    .ch__chat_compact_header,
    .ch__chat_compact_header.is-visible {
        display: none !important;
    }

    .ch__chat_header_buttons.is-visible {
        display: none !important;
    }

    .ch__chat_header_avatar.is-visible {
        display: none !important;
    }
}

/*------------------------------------*
@COMPONENTS #USER
\*------------------------------------*/
.user-container {
    overflow-y: auto;
    margin-right: -20px;
    margin-left: -20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}

.user-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.user-wrap .btn {
    color: #999 !important;
}

.user-wrap .btn .icon {
    font-size: 14px;
    font-weight: 400;
}

.user-wrap:hover .btn {
    color: red !important;

}

.user-wrap:hover .btn:hover {
    opacity: .5;
}

.user-wrap.active {
    background-color: #e3e8ee;
}

.sidebar .user-wrap .ch__switch_partner {
    width: 100%;
    padding-right: 92px;
}

.sidebar .user-wrap .sidebar__friend-name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    line-height: 1.2;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar .user-wrap .sidebar__friend-spinner {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sidebar .user-wrap .badge {
    margin-left: auto !important;
}

.sidebar .user-wrap .sidebar__friend-actions {
    right: 6px;
}

.sidebar .user-wrap .sidebar__friend-actions .btn {
    color: #7d8794 !important;
    line-height: 1;
}

.sidebar .user-wrap:hover .sidebar__friend-actions .ch__report_friend {
    color: #d5a000 !important;
}

.sidebar .user-wrap:hover .sidebar__friend-actions .ch__del_friend {
    color: #d93025 !important;
}

.user-wrap--clean {
    padding-top: 0;
    padding-bottom: 0;
}

.user-wrap--clean:hover {
    background-color: transparent;
}

.user-wrap--clean .user__title {
    font-size: 18px;
}

.user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    padding: 10px 30px 10px 20px;
    margin-right: 0;
}

.btn .user,
.page-header .user,
.card .user {
    padding: 0;
}

.header .user img.avatar {
    margin-right: 5px;
}

a.user:hover,
button.user:hover {
    opacity: 1;
    background-color: #f1f3f5 !important;
    text-decoration: none !important;
}

.user--status {
    position: relative;
    padding-left: 40px;
}

.user--status::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #b1b1b1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
}

.user--status .avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.user--status>*:not(:last-child) {
    margin-right: 10px;
}

.user--status-online::before {
    background-color: #00b23d;
}

.btn .user--status,
.card .user--status {
    padding-left: 20px;
}

.btn .user--status::before,
.card .user--status::before {
    left: 0;
}

@media (max-width: 560px) {
    .sidebar__user .user--status {
        padding-left: 30px;
    }

    .sidebar__user .user--status::before {
        left: 10px;
    }
}

@media (max-width: 768px) {
    .sidebar__user {
        min-height: 60px;
    }
}

.user__text--alt {
    max-width: 120px;
}

a.user-text:hover {
    opacity: .5;
}

.user__notification {
    padding: 5px 10px;
    border-radius: 99px;
    background-color: #fb3842;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    -ms-flex-item-align: center;
    align-self: center;
}

.icon--spinner {
    opacity: .7;
    vertical-align: middle;
    text-align: center;
    width: 14px;
    margin: 0 5px 0 5px;
}

/*------------------------------------*\
	@COMPONENTS #PAGE
\*------------------------------------*/
.page__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}

@media (min-width: 993px) {
    .page__body {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
        margin-left: 300px;
    }
}

.page__fullbody {
    background-color: #fbfbf5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    color: #999999;
}

.page__header {
    height: 86px;
    max-height: 86;
}

@media (max-width: 768px) {
    .page__header {
        height: 60px;
        padding: 10px 15px 10px 15px;
    }
}

@media (max-width: 1200px) {
    .page__header .btn-wrap {
        margin: 0;
    }

    .page__header .btn-wrap .upload_form {
        margin: 0px;
    }

    .page__header .btn-wrap .btn {
        margin: 0px;
        padding: 0;
        width: 36px;
        height: 36px;
    }

    .page__header .btn-wrap .btn:not(:last-child) {
        margin-right: 10px;
    }

    .page__header .btn-wrap .btn span:not(.always-show) {
        display: none;
    }

    .page__header .btn-wrap .btn .icon {
        margin-right: 0 !important;
    }
}

@media (max-width: 500px) {
    .page__header .btn-wrap .btn:not(:last-child) {
        margin-right: 10px;
    }
}

@media (max-width: 400px) {
    .page__header .btn-wrap .btn:not(.btn-primary) {
        width: 26px;
        height: 26px;
    }

    .page__header .btn-wrap .btn:not(.btn-primary):not(:last-child) {
        margin-right: 5px;
    }
}

.page__content {
    overflow-x: hidden;
    overflow-y: auto;
    height: -webkit-calc(100vh - 80px - 87px - 80px);
    height: calc(100vh - 80px - 87px - 80px);
    width: 100%;
}

.page__content p {
    text-align: center;
}

@media (min-width: 1201px) {
    .page__content {
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .video-on:not(.video-shrink) .page__content {
        padding-right: -webkit-calc(400px + 30px);
        padding-right: calc(400px + 30px);
    }
}

@media (max-width: 768px) {
    .page__content {
        padding: 16px 10px;
        height: -webkit-calc(100vh - 60px - 60px - 80px);
        height: calc(100vh - 60px - 60px - 80px);
        height: -webkit-calc(var(--vh, 1vh) * 100 - 60px - 60px - 80px);
        height: calc(var(--vh, 1vh) * 100 - 60px - 60px - 80px);
    }
}

.page__content--alt {
    padding-top: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

/* @COMPONENTS #MESSAGES */

.lightboxOverlay {
    outline: none !important;
    border: none !important;
}

.lightbox {
    outline: none !important;
    border: none !important;
}

.message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 70px;
    padding-left: 70px;
    font-size: 14px;
}

.message .avatar {
    position: absolute;
    top: 10px;
    left: 0;
}

.message--reverse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.message--reverse .avatar {
    left: auto;
    right: 0;
}

@media (max-width: 768px) {
    .message {
        padding-right: 60px;
        padding-left: 60px;
    }

    .message:first-child {
        margin-top: 100px;
    }
}

.message.jumbo p {
    font-size: 32px;
    line-height: 32px;
}

.message__bubble {
    min-width: 160px;
    max-width: 600px;
    padding: 3px 10px;
    background-color: #fff;
    position: relative;
    border-left: 2px solid #eee;
    margin-bottom: 1px;
    color: #1d2124;
    font-size: 13px;
    line-height: 20px;
    border-radius: 5px;
}

.message__bubble p {
    text-align: left;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.message__bubble p small {
    display: block;
    color: #b1b1b1;
    font-size: 12px;
    line-height: 18px;
}

.avatar+.message__bubble {
    margin-top: 10px;
}

.avatar+.message__bubble::before,
.avatar+.message__bubble::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 100%;
    top: 12px;
}

.avatar+.message__bubble::before {
    color: #eee;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    -moz-transform: scale(0.9999);
    transform: scale(0.9999);
    border-width: 8px 7px 8px 0;
    border-right-color: currentColor;
    margin-top: -2px;
}

.avatar+.message__bubble::after {
    color: #fff;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    -moz-transform: scale(0.9999);
    transform: scale(0.9999);
    border-width: 6px 5px 6px 0;
    border-right-color: currentColor;
}

.message__bubble:not(:last-child) {
    margin-bottom: 10px;
}

.message--reverse .message__bubble {
    border-left: none;
    border-right: 2px solid #aaa;
    background-color: #eeeee5;
}

.message--reverse .message__bubble::before,
.message--reverse .message__bubble::after {
    left: 100%;
    right: auto;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.message--reverse .message__bubble::before {
    color: #aaa !important;
}

.message--reverse .message__bubble::after {
    color: #eeeee5 !important;
}

.message--pink .message__bubble {
    border-color: #f56aa6 !important;
}

.message--pink .message__bubble::before {
    color: #f56aa6 !important;
}

.message--blue .message__bubble {
    border-color: #649ee0 !important;
}

.message--blue .message__bubble::before {
    color: #649ee0 !important;
}

.message--gold .message__bubble {
    border-color: #fbc500 !important;
    background-color: #fff8de;
}

.message--gold .message__bubble::before {
    color: #fbc500 !important;
}

.message--gold .message__bubble::after {
    color: #FFF2C4;
}

.message--grey .message__bubble {
    border-color: #fbc500 !important;
    background-color: #FFF;
}

.message--grey .message__bubble::before {
    color: #fbc500 !important;
}

.message--grey .message__bubble::after {
    color: #FFFFFF;
}

.message__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 0;
    margin-bottom: 7px;
    position: relative;
    border-bottom: 2px groove rgba(177, 177, 177, 0.3);
}

.message__header::after {
    content: none;
}

.message--gold .message__header {
    color: #fbc516;
    border-color: rgba(251, 197, 22, 0.3);
}

.message--gold .message__header::after {
    color: #fbc516;
}

.message__title {
    color: #929292;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
}

.message--gold .message__title {
    color: #fbc516;
}

.message__time {
    color: #b1b1b1;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
}

.message--gold .message__time {
    color: #fbc516;
}

.message-day-separator {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 70px 8px;
    color: #8f97a3;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1px;
}

.message-day-separator::before,
.message-day-separator::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(132, 146, 165, .35);
}

@media (max-width: 768px) {
    .message-day-separator {
        margin-right: 60px;
        margin-left: 60px;
    }
}

.message__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.message__content--alt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.message--gold .message__content {
    color: #312700;
}

.message__content a {
    text-decoration: underline;
}

.message__content div.img img:hover {
    background-color: rgba(29, 33, 36, 0.4);
}

.message__content span.emoji {
    padding-left: 3px;
}

/*------------------------------------*
@COMPONENTS #CARD
\*------------------------------------*/
.card {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border: none;
}

@media (max-width: 992px) {
    .card {
        margin-bottom: 30px;
    }
}

@media (max-width: 560px) {
    .card {
        margin-bottom: 10px;
    }
}

.card__header {
    padding: 20px;
    border-bottom: 1px solid #e9e9e2;
}

.card__content {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card__content p {
    color: #999999;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    margin-bottom: 0;
}

.card__content .icon {
    color: #999999;
    font-size: 16px;
}

/*------------------------------------*
	@COMPONENTS #SLIDER
\*------------------------------------*/
.outline {
    border: 1px solid #000;
    background-color: #f7f7ef;
    max-width: 270px;
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
}

.outline .dropdown--form .btn {
    min-width: 230px !important;
}

.outline--full {
    max-width: 100%;
}

.outline hr {
    border-color: rgna(#000, 0.5);
    margin-top: 20px;
    margin-bottom: 20px;
}

.outline hr:not(:first-of-type) {
    margin-top: 30px;
}

.outline hr:not(:last-of-type) {
    margin-bottom: 30px;
}

.outline .radio+hr {
    margin-top: 15px;
}

.outline:not(.active) .outline__btn {
    background-color: #dbdbd4;
}

.outline:not(.active) .outline__btn .icon {
    color: #000 !important;
    font-size: 16px;
}

.outline:not(.active) .slider-value {
    opacity: 0;
}

.outline-full {
    max-width: 100%;
}

.outline--alt {
    border: none;
    padding: 0;
    max-width: 100%;
    position: relative;
}

.outline--alt .outline__btn {
    position: absolute;
    top: -45px;
    right: 0px;
}

.outline--alt .outline__line {
    width: 100%;
    margin-bottom: 30px;
}

.outline__title {
    color: #b1b1b1;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.outline__subtitle {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.outline__btn {
    background-color: #fb3842;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
}

.outline__btn .icon {
    color: #fff !important;
    font-size: 16px;
    margin-right: 0 !important;
}

.outline__btn .icon-close {
    display: block;
}

.outline-value {
    position: relative;
    color: #1d2124;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.outline-value[data-label]::before {
    content: attr(data-label);
    margin-right: 5px;
}

/*------------------------------------*
	@COMPONENTS #SLIDER
\*------------------------------------*/
.outline .slider {
    width: 100%;
}

.outline:not(.active) .noUi-connect {
    background: #d8d8d8;
}

.outline:not(.active) .noUi-handle {
    background-color: #b1b1b1;
}

.outline--alt .slider {
    margin-bottom: 30px;
}

.slider-value {
    position: relative;
    color: #1d2124;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.slider-value[data-label]::before {
    content: attr(data-label);
    margin-right: 5px;
}

/*------------------------------------*
    @COMPONENTS #BADGE
\*------------------------------------*/
.badge {
    padding: 5px 5px;
    min-width: 22px;
    border-radius: 99px;
    background-color: #fb3842;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/*------------------------------------*
	@COMPONENTS #VIDEO
\*------------------------------------*/
.video-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 90;
    -webkit-box-shadow: 0 0 20px 0 rgba(29, 33, 36, 0.3);
    box-shadow: 0 0 20px 0 rgba(29, 33, 36, 0.3);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.video-shrink .video-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (max-width: 768px) and (orientation: landscape) {
    .video-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.video-wrap__size {
    background-color: #4EAD6A;
    color: #fff !important;
    width: 24px;
    height: 24px;
    padding: 0;
    font-size: 14px;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 10;
}

.video-wrap__meta {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 6px;
    align-items: center;
    pointer-events: none;
}

.video-wrap__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(20, 27, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #d7e3ef;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.video-wrap__badge--timer {
    color: #fbc516;
    font-variant-numeric: tabular-nums;
}

.video-wrap__size:hover {
    background-color: #3e8a54;
}

.video-wrap__size .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-wrap__size .fa-expand-alt {
    opacity: 0;
    visibility: hidden;
}

.video-shrink .video-wrap__size .fa-expand-alt {
    opacity: 1;
    visibility: visible;
}

.video-shrink .video-wrap__size .fa-compress-alt {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 768px) and (orientation: landscape) {
    .video-wrap__size {
        display: none;
    }
}

.video {
    position: relative;
    width: 460px;
    height: 290px;
    line-height: 0;
}

.video:first-of-type {
    background-color: #000;
}

.video>* {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.video-shrink .video {
    width: 320px;
    height: 200px;
}

.video video {
    max-width: 100%;
    max-height: 100%;
    transform: rotateY(180deg);
    /* rotate around Y axis so video stream will work as a mirror */
    -webkit-transform: rotateY(180deg);
    /* Safari and Chrome */
    -moz-transform: rotateY(180deg);
    /* Firefox */
}

@media (max-width: 1200px) {
    .video {
        width: 360px;
        height: 225px;
    }

    .video-shrink .video {
        width: 240px;
        height: 150px;
    }
}

@media (max-width: 560px) {
    .video {
        width: 100vw;
        height: 62.5vw;
    }

    .video-shrink .video {
        width: 50vw;
        height: -webkit-calc(62.5vw/2);
        height: calc(62.5vw/2);
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .video {
        width: 50vw !important;
        height: -webkit-calc(100vh - 120px) !important;
        height: calc(100vh - 120px) !important;
    }
}

.video__stream {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

#vid_local_video .vstack,
#vid_remote_video .vstack {
    gap: .35rem !important;
    margin-right: .8rem !important;
    align-items: flex-end;
}

#vid_local_video .btn,
#vid_remote_video .btn {
    padding: .2rem .35rem !important;
    min-width: 30px;
    min-height: 30px;
    border-width: 1px;
    line-height: 1;
}

#vid_local_video .btn .icon,
#vid_remote_video .btn .icon,
#vid_local_video .btn i,
#vid_remote_video .btn i {
    font-size: 12px;
}

.video__mic_state {
    display: inline-block;
    min-width: 32px;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 1px;
}

.video__message {
    width: 100%;
    height: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.4;
    color: #fff;
    font-size: 16px;
}

.video__message>.icon {
    font-size: 36px;
}

.video__message>.icon:not(:last-child) {
    margin-bottom: 20px;
}

.video__message p {
    max-width: 240px;
}

.video__message p:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .video__message p:not(:last-child) {
        margin-bottom: 10px;
    }

    .video-shrink .video__message {
        font-size: 12px;
    }

    .video-shrink .video__message .btn-dark {
        background-color: transparent !important;
        height: auto;
        white-space: normal;
        text-align: left;
        line-height: 1.4;
    }

    .video-shrink .video__message .btn-dark .icon {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .video__message {
        padding: 10px;
    }

    .video-wrap__meta {
        top: 4px;
        left: 50%;
        transform: translateX(-50%);
        gap: 4px;
    }

    .video-wrap__badge {
        min-height: 20px;
        padding: 3px 8px;
        font-size: 10px;
    }
}

/*------------------------------------*
	@COMPONENTS #HISTORY
\*------------------------------------*/
.history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media (min-width: 769px) {
    .history:not(.history--clean)::after {
        content: '';
        width: 1px;
        height: 100%;
        background-color: rgba(153, 153, 153, 0.5);
        position: absolute;
        left: 160px;
        top: 0;
    }

    .history:not(:last-child) {
        padding-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .history {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .history:not(:last-child) {
        padding-bottom: 40px;
    }
}

@media (max-width: 560px) {
    .history .message {
        padding: 0;
    }

    .history .avatar {
        display: none;
    }

    .history .message__bubble::before,
    .history .message__bubble::after {
        display: none;
    }
}

.history__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 160px;
    font-weight: 700;
    position: relative;
    margin-right: 30px;
}

@media (min-width: 769px) {
    .history__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .history__info::after {
        content: '';
        width: 17px;
        height: 17px;
        background-color: #fb3842;
        border-radius: 50%;
        position: absolute;
        top: 20px;
        right: 0;
        margin-right: -9px;
        z-index: 1;
    }
}

.history__date {
    font-size: 24px;
    font-family: "Open Sans Condensed", sans-serif;
    color: #505050;
}

@media (max-width: 768px) {
    .history__date {
        margin-right: 10px;
    }
}

.history__time {
    color: #999;
}

.history__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.history__content .outline {
    max-width: 100%;
    margin-bottom: 20px;
    border-color: rgba(153, 153, 153, 0.5);
}

.modal .history__content {
    max-height: 400px;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .history__content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.history_from {
    color: #b1b1b1;
    font-size: 13px;
    font-weight: bold;
}

.history_msg {
    color: #fff;
    font-size: 13px;
}

/* @COMPONENTS #RADIO */

.radio-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.radio-wrap>* {
    margin-bottom: 0;
}

.radio-wrap>*:not(:last-child) {
    margin-bottom: 15px;
}

.radio-wrap:not(:last-child) {
    margin-bottom: 30px;
}

.radio input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.radio span {
    display: block;
    padding-left: 26px;
    position: relative;
    cursor: pointer;
}

.radio span::before,
.radio span::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    margin-top: 2px;
    background-color: transparent;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.radio span::before {
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    top: 0;
    left: 0;
}

.radio span::after {
    width: 8px;
    height: 8px;
    background-color: #fb3842;
    top: 4px;
    left: 4px;
    opacity: 0;
}

.radio span:hover::before {
    opacity: .5;
}

.radio input:checked+span::after {
    opacity: 1;
}

/* @COMPONENTS #CIRCULAR */

.circular-wrap {
    position: relative;
    background-color: #2c3236;
    margin-right: 30px;
}

@media (max-width: 767px) {
    .circular-wrap {
        margin-right: 15px;
    }
}

.circular-wrap__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.circular-wrap__info dd {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #fbc516;
    line-height: 1;
}

.circular-wrap__info dt {
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .circular-wrap__info {
        width: 60px;
        height: 60px;
    }

    .circular-wrap__info dd {
        font-size: 24px;
    }

    .circular-wrap__info dt {
        font-size: 12px;
    }
}

.circular {
    width: 100px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media (max-width: 767px) {
    .circular {
        width: 70px;
    }
}

.circular__bg {
    fill: none;
    stroke: #1d2124;
    stroke-width: 2;
}

.circular__line {
    stroke: #fbc516;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    -webkit-animation: circular 1s ease-out forwards;
    animation: circular 1s ease-out forwards;
}

@-webkit-keyframes circular {
    0% {
        stroke-dasharray: 0 100;
    }
}

@keyframes circular {
    0% {
        stroke-dasharray: 0 100;
    }
}

/*------------------------------------*
	@COMPONENTS #SUPPORT
\*------------------------------------*/
.support {
    max-width: 100%;
}

.support textarea.form-control {
    min-height: 80px;
}

.support-content {
    width: 100%;
}

.admin-inbox-shell {
    background: linear-gradient(180deg, #f5f8fc 0%, #eef3f9 100%) !important;
    border: 1px solid #d6deea;
}

.admin-inbox-page h5 {
    color: #122035;
}

.admin-inbox-card {
    border: 1px solid #d3dcea !important;
    border-radius: 14px !important;
    overflow: hidden;
}

.admin-inbox-list-card .card-body {
    background: linear-gradient(180deg, #f7faff 0%, #f3f6fb 100%);
}

.admin-inbox-search .input-group-text {
    background-color: #e9eef7;
    border-color: #ccd6e6;
    color: #30415f;
}

.admin-inbox-search .form-control {
    border-color: #ccd6e6 !important;
    background-color: #fff;
}

.admin-inbox-filter-group .btn {
    border-radius: 999px !important;
    min-width: 98px;
    font-weight: 600;
}

.admin-inbox-filter-group .btn.active {
    box-shadow: 0 0 0 2px rgba(17, 35, 64, 0.12) inset;
}

.admin-inbox-list {
    min-height: 360px;
    max-height: calc(100vh - 360px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 2px;
}

.ticket-row,
.report-row {
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    border: 1px solid #dbe3ef !important;
    border-radius: 12px !important;
    background-color: #fff;
}

.ticket-row:hover,
.report-row:hover {
    background-color: #f1f6ff;
    border-color: #afc8ef !important;
    box-shadow: 0 6px 16px rgba(13, 39, 82, 0.08);
}

.inbox-row.active {
    background: linear-gradient(180deg, #e7f0ff 0%, #dfeaff 100%);
    border-color: #8cb1ea !important;
    box-shadow: 0 8px 18px rgba(15, 56, 112, 0.14);
}

.ticket-row__preview {
    word-break: break-word;
    color: #2f3e54;
    font-size: 14px;
    line-height: 1.4;
}

.admin-inbox-empty {
    margin-top: 10px;
    border: 1px dashed #b9c8de;
    border-radius: 10px;
    background: #edf3fc;
    color: #385176;
    font-size: 14px;
    text-align: center;
    padding: 10px;
}

.admin-inbox-detail-header {
    background: linear-gradient(135deg, #111d2f 0%, #1a2a41 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-inbox-detail-body {
    min-height: 420px;
    background: linear-gradient(180deg, #f6f9fd 0%, #f0f5fb 100%);
}

#inbox_detail_container .border {
    border-color: #d4ddeb !important;
    background-color: #fff !important;
}

#inbox_detail_container .form-control {
    border-color: #c8d4e8;
}

#inbox_detail_container .btn {
    border-radius: 10px;
    font-weight: 600;
}

#inbox_detail_container details {
    border: 1px solid #d7e1ef;
    border-radius: 10px;
    background: #fff;
    padding: 8px 10px;
}

#inbox_detail_container details summary {
    font-weight: 600;
    color: #243752;
}

@media (max-width: 991px) {
    .admin-inbox-list {
        max-height: 400px;
        min-height: 280px;
    }

    .admin-inbox-detail-body {
        min-height: 340px;
    }
}

#navItemSort {
    background-color: #212629;
}

#navItemSort .dropdown-item {
    color: #fff;
    background-color: transparent;
}

#navItemSort .dropdown-item:hover,
#navItemSort .dropdown-item:focus {
    color: #fbc516;
    background-color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 560px) {
    .support .btn span {
        display: none;
    }
}

.landing_header {
    position: relative;
    height: 60%;
    min-height: 550px;
    text-align: center;
    color: #FFF;
    background-image: url(/img/couple.jpg);
    background-size: cover;
    background-position: center;
    background-position-x: center;
    background-position-y: center;
}

.landing_header .content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: auto;
    padding-top: 8%;
}

.landing_header .content h1 {
    font-weight: bold;
    font-size: 50px;
}

.landing_header .content h3 {
    font-size: 26px;
    font-weight: 100;
}

@media only screen and (max-width: 768px) {
    .landing_header .content h1 {
        font-size: 30px;
    }

    .landing_header .content h3 {
        font-size: 20px;
    }
}

.landing_header .content .btn-red-big {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #FFF;
    background: #E74B4A;
    border-radius: 2px;
    margin-top: 15px;
    padding: 15px 50px;
}

.landing_header .content .btn-red-big:hover {
    opacity: 1;
    background-color: #fff;
    color: #E74B4A;
}

.landing_header .content .logo {
    margin-bottom: 40px;
}

.landing_header .content img {
    vertical-align: middle;
}

.landing_question {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.landing_answer {
    font-weight: 300;
    margin-bottom: 50px;
}
/*------------------------------------*\
	Interests & Affinities
\*------------------------------------*/
.aff_chart {
  width: 100%;
}

@media (min-width: 992px) {
  .aff_chart {
    width: 45%;
  }
}

.banner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-info {
  line-height: 19px;
}

.banner-title {
  font-size: 15px;
  line-height: 17px;
  color: #000;
  font-weight: bold;
}

.banner-icon-withinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-icon {
  width: 57px;
  height: 57px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.other_interests_container {
  padding: 5px 0px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 36px;
}

.other_interests_container span {
  border: 1px solid #fff;
  padding: 4px 8px;
  border-radius: 15px !important;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  height: 30px;
  margin-right: 6px;
  margin-bottom: 6px;
  line-height: 36px;
  white-space: pre;
}

.interests_container {
  padding: 18px;
}

.interests_container span {
  margin: 2px;
  color: #b1b1b1;
  border: 2px solid #b1b1b1;
  font-weight: 700;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 15px !important;
  height: 30px;
  line-height: 36px;
  cursor: pointer;
  white-space: pre;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.interests_container span:hover {
  color: #333;
  border-color: #333;
}

.interests_container span.active {
  color: #fff;
  border-color: #4EAD6A;
  background-color: #4EAD6A;
}
/* @COMPONENTS #QUOTE */
.quote {
    padding: 25px 10px 10px 10px;
    font-style: italic;
    background: rgba(238, 238, 238, 0.5);
    border-radius: 5px;
    margin-right: 10px;
    quotes: "\201C" "\201D" "\00AB" "\00BB";
}

.quote::before {
    color: #bbb;
    content: open-quote;
    font-size: 4em;
    line-height: 0;
    margin-right: 0.2em;
    vertical-align: -0.4em;
}

.quote::after {
    color: #bbb;
    content: close-quote;
    font-size: 4em;
    line-height: 0;
    margin-left: -0.1em;
    vertical-align: -0.7em;
}

.blockline {
    border-left: 3px solid #bbb;
    margin: 0 10px;
}

.wizard_description {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #e2eff1;
    color: #383a42;
}

.description_text {
    margin: 30px 0;
    color: #333;
}

/* @COMPONENTS #OVERLAY */
.overlay {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 300;
    overflow-y: auto;
    padding: 30px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.overlay>* {
    margin-bottom: 30px;
}

.overlay-on .overlay {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media (min-width: 769px) {
    .overlay {
        top: 80px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 0;
        visibility: hidden;
    }

    .overlay-on .overlay {
        opacity: 1;
        visibility: visible;
    }
}

.overlay_only_header {
    display: none;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.overlay-on .overlay_only_header {
    display: block;
}

@media (min-width: 769px) {
    .overlay_only_header {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 0;
        visibility: hidden;
    }
}

.overlay-on .header {
    position: sticky;
    position: -webkit-sticky !important;
    top: 0;
    z-index: 400;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media (min-width: 769px) {
    .overlay-on .header {
        opacity: 1;
        visibility: visible;
    }
}

.header__back {
    display: none;
}

.overlay-on .header__back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.overlay-on .sidebar-trigger {
    display: none;
}

.overlay-on .generic_back_button_container {
    display: none;
}

.overlay-on.modal-open {
    overflow: initial;
}

/* @OBJECTS #NOUISLIDER */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}

.noUi-target {
    width: 230px;
    height: 9px;
    border-radius: 5px;
    background: #dbdbd4;
    margin-bottom: 20px;
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: #f98988;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-horizontal .noUi-handle {
    right: -11px !important;
    top: -3px !important;
}

.noUi-handle {
    border-radius: 999px;
    width: 18px !important;
    height: 18px !important;
    background-color: #e44a49;
    cursor: pointer;
    z-index: 3;
}

.noUi-touch-area {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
    display: none;
}

[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

/* Search Map */
.ch-find-map-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0;
    overflow: hidden;
    background: #1b2024;
}

.ch-find-map-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #2a3036 0%, #1d2227 100%);
    border: 1px solid #454d55;
    border-radius: 12px;
    padding: .7rem .8rem .65rem;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .22);
}

.ch-find-map-title {
    font-weight: 700;
    color: #e3e3dd;
    margin: 0 0 .2rem 0;
    font-size: 1rem;
    letter-spacing: .2px;
}

.ch-find-map-title .ch-find-map-queue-top {
    margin-left: .4rem;
    color: #ffd85d;
    font-size: .92em;
}

.ch-find-map-status {
    margin: .35rem 0 0 0;
    color: #d5d8d4;
    font-size: .9rem;
}

.ch-find-map-status strong {
    color: #24b597;
}

.ch-find-map-stage {
    position: relative;
    flex: 1;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 50% 42%, #343b42 0%, #242a30 56%, #14191d 100%);
    border-radius: 10px;
    overflow: hidden;
}

.ch-find-map-svg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
}

.ch-greece-fallback {
    opacity: .28;
}

.ch-greece-shape,
.ch-island-shape,
.ch-islet {
    fill: #050607;
    stroke: #505c67;
}

.ch-greece-shape {
    stroke-width: 2px;
}

.ch-island-shape {
    stroke-width: 1.7px;
}

.ch-islet {
    stroke-width: 1.15px;
}

.ch-greece-geo {
    fill: #000000;
    stroke: #73808a;
    stroke-width: 1.2;
    stroke-linejoin: round;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
}

.ch-map-city text {
    font-size: 10.8px;
    fill: #ced8e6;
    font-weight: 600;
    user-select: none;
}

.ch-city-dot {
    fill: #e3e3dd;
    transition: fill .18s ease, r .18s ease;
}

.ch-city-pulse {
    fill: none;
    stroke: #24b597;
    stroke-width: 1.5;
    opacity: 0;
    transform-origin: center;
    transform-box: fill-box;
}

.ch-map-city.is-origin .ch-city-dot {
    fill: #8aa2b1;
}

.ch-map-city.is-active .ch-city-dot {
    fill: #24b597;
}

.ch-map-city.is-active .ch-city-pulse {
    opacity: 1;
    animation: iiMapPulse 1.1s ease-out infinite;
}

@keyframes iiMapPulse {
    0% {
        transform: scale(1);
        opacity: .88;
    }

    100% {
        transform: scale(2.45);
        opacity: 0;
    }
}

@media (max-width: 640px) {
    .ch-find-map-card {
        padding: .55rem .6rem .5rem;
    }

    .ch-find-map-title {
        font-size: .92rem;
    }

    .ch-find-map-status {
        font-size: .82rem;
    }

    .ch-map-city text {
        font-size: 9px;
    }
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

/* @COMPONENTS #CAROUSEL */

.carousel {
    display: none;
}

.carousel.slick-initialized {
    display: block;
}

.carousel--modal {
    text-align: center;
}

.carousel--modal .slick-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.carousel--modal .slick-slide img {
    max-height: 100px;
    margin-bottom: 20px;
}

.carousel--modal .slick-slide .title {
    color: #505050;
    margin-bottom: 5px;
}

@media (max-height: 700px) {
    .carousel--modal .slick-slide img {
        max-height: 40px;
        margin-bottom: 10px;
    }
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    background-color: #1d2124;
}

.slick-dots li {
    opacity: .2;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.slick-dots li:not(:last-child) {
    margin-right: 5px;
}

.slick-dots li.slick-active {
    opacity: 1;
}

@media (max-height: 700px) {
    .slick-dots {
        margin-top: 0;
    }
}

/* @COMPONENTS #VOICE */

.voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 999px;
    width: 100%;
    height: 36px;
    padding: 6px 15px 6px 6px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    width: 240px;
}

.message .voice {
    margin-bottom: 5px;
}

@media (max-width: 560px) {
    .voice {
        width: 160px;
    }
}

.voice__position {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #F6F6F2;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.voice__trigger {
    font-size: 24px;
    width: 24px;
    height: 24px;
    position: relative;
    color: #505050 !important;
}

.voice__trigger:hover {
    color: #fb3842 !important;
}

.voice__trigger .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.voice--playing .voice__trigger {
    color: #000;
}

.voice--playing .voice__trigger .fa-circle-pause {
    display: inline-block !important;
}

.voice--playing .voice__trigger .fa-circle-play {
    display: none !important;
}

.voice__time {
    text-align: right;
    z-index: 1;
    margin-left: auto;
}

/* @COMPONENTS #ACCOUNT */

.account-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none !important;
}

.account-row .icon {
    color: #b1b1b1;
    font-size: 24px;
    width: 35px;
    margin-right: 15px;
    text-align: center;
    margin-top: 5px;
}

.account-row:hover {
    color: #505050;
    opacity: 1;
}

@media (max-width: 768px) {
    .account-row {
        margin-bottom: 30px;
        position: relative;
    }

    .account-row::after {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        top: 100%;
        margin-top: 15px;
        left: 0;
        background-color: #eee;
    }
}

@media (min-width: 769px) {
    .account-row {
        border: 1px solid #B1B1B1;
        background-color: #FBFBF5;
        border-radius: 10px;
        padding: 15px;
        margin-bottom: 10px;
        opacity: .6;
    }

    .account-row--active {
        background-color: #fff;
        opacity: 1;
    }
}

.account-details {
    font-size: 12px;
    color: #333;
}

.account-main {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

@media (min-width: 769px) {
    .account-wrap {
        position: -webkit-sticky;
        position: sticky;
        top: 40px;
    }
}

@media (min-width: 1201px) {
    .account-wrap {
        margin-right: 30px;
    }
}

.account-page-main {
    padding-bottom: 140px;
}

.account-page {
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
}

@media (max-width: 768px) {
    .account-page-footer.fixed-bottom {
        position: static;
    }

    .account-page-main {
        padding-bottom: 24px;
    }

    .account-page-footer .footer__menu {
        margin-bottom: 0;
    }

    .account-page-footer .footer__menu a {
        display: inline-block;
        margin-bottom: 8px;
        margin-right: 12px !important;
        font-size: 14px;
    }
}

/* @COMPONENTS #ALERT */

.alert--overlay {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 800px;
    padding: 15px 40px 15px 20px;
    z-index: 1000;
    background-color: rgba(251, 197, 22, 0.97);
    color: #505050;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-radius: 0;
    font-size: 16px;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.alert--overlay.show {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
}

.alert--overlay p:not(:last-child) {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .alert--overlay {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 769px) {
    .alert--overlay {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 0 0 10px 10px;
    }

    .alert--overlay p {
        margin-right: 20px;
        margin-bottom: 0 !important;
    }
}

.alert__close {
    position: absolute;
    top: 10px;
    right: 15px;
}

.alert__close:hover {
    opacity: .7;
}

/* @COMPONENTS #TABLE--BREAK */

table.bt thead,
table.bt tbody th {
    display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 0 !important;
    text-align: right;
}

table.bt tfoot th:not(:last-child),
table.bt tfoot td:not(:last-child),
table.bt tbody td:not(:last-child) {
    border-bottom: 1px solid #eee !important;
}

table.bt tfoot th:first-child,
table.bt tfoot td:first-child,
table.bt tbody td:first-child {
    padding-top: 20px;
}

table.bt tfoot th:last-child,
table.bt tfoot td:last-child,
table.bt tbody td:last-child {
    padding-bottom: 20px;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
    content: attr(data-th);
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: .4;
    font-size: 12px;
    font-weight: 700;
    margin-top: 2px;
    margin-right: 20px;
    text-align: left;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
    display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    vertical-align: top;
}

.bt-wrapper.active {
    max-height: 310px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
    display: none;
}

/* @COMPONENTS #PROFILEPAGE */

.profile-on .page__content,
.profile-on #mainarea {
    overflow: visible !important;
}

@media (min-width: 993px) {
    .profile-on .sidebar {
        height: -webkit-calc(100vh - 80px);
        height: calc(100vh - 80px);
    }
}

.public_profile_top_container {
    margin-top: -60px;
    z-index: 100;
}

@media (min-width: 769px) {
    .public_profile_top_container {
        margin-top: -90px;
    }
}

.profilepage {
    position: fixed;
    width: 100%;
    max-width: 640px;
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    height: -webkit-calc(var(--vh, 1vh) * 100 - 60px);
    height: calc(var(--vh, 1vh) * 100 - 60px);
    top: 60px;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
    background-color: #000;
    background-size: cover;
    background-position: center center;
}

.profilepage::before {
    content: '';
    position: fixed;
    top: 60px;
    right: 0;
    width: 300px;
    height: 300px;
    opacity: 0.8;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    background-image: -webkit-linear-gradient(135deg, black 0%, rgba(0, 0, 0, 0.738) 6%, rgba(0, 0, 0, 0.541) 12%, rgba(0, 0, 0, 0.382) 18%, rgba(0, 0, 0, 0.278) 24%, rgba(0, 0, 0, 0.194) 30%, rgba(0, 0, 0, 0.126) 36%, rgba(0, 0, 0, 0.075) 42%, rgba(0, 0, 0, 0.042) 48%, rgba(0, 0, 0, 0.021) 54%, rgba(0, 0, 0, 0.008) 60%, rgba(0, 0, 0, 0.002) 66%, rgba(0, 0, 0, 0) 72%);
    background-image: -o-linear-gradient(135deg, black 0%, rgba(0, 0, 0, 0.738) 6%, rgba(0, 0, 0, 0.541) 12%, rgba(0, 0, 0, 0.382) 18%, rgba(0, 0, 0, 0.278) 24%, rgba(0, 0, 0, 0.194) 30%, rgba(0, 0, 0, 0.126) 36%, rgba(0, 0, 0, 0.075) 42%, rgba(0, 0, 0, 0.042) 48%, rgba(0, 0, 0, 0.021) 54%, rgba(0, 0, 0, 0.008) 60%, rgba(0, 0, 0, 0.002) 66%, rgba(0, 0, 0, 0) 72%);
    background-image: linear-gradient(-45deg, black 0%, rgba(0, 0, 0, 0.738) 6%, rgba(0, 0, 0, 0.541) 12%, rgba(0, 0, 0, 0.382) 18%, rgba(0, 0, 0, 0.278) 24%, rgba(0, 0, 0, 0.194) 30%, rgba(0, 0, 0, 0.126) 36%, rgba(0, 0, 0, 0.075) 42%, rgba(0, 0, 0, 0.042) 48%, rgba(0, 0, 0, 0.021) 54%, rgba(0, 0, 0, 0.008) 60%, rgba(0, 0, 0, 0.002) 66%, rgba(0, 0, 0, 0) 72%);
}

.profilepage p {
    text-align: left;
}

@media (min-width: 640px) {
    .profilepage {
        height: -webkit-calc(100vh - 80px);
        height: calc(100vh - 80px);
        height: -webkit-calc(var(--vh, 1vh) * 100 - 80px);
        height: calc(var(--vh, 1vh) * 100 - 80px);
        position: relative;
        top: 0;
    }

    .profilepage::before {
        top: 80px;
        right: -webkit-calc((100vw - 300px) / 2 - 320px);
        right: calc((100vw - 300px) / 2 - 320px);
    }
}

.profilepage__close {
    position: fixed;
    top: 80px;
    right: 20px;
    color: #fff;
    font-size: 24px;
    z-index: 60;
    cursor: pointer;
}

.profilepage__close:hover {
    opacity: .5;
}

@media (min-width: 640px) {
    .profilepage__close {
        right: -webkit-calc((100vw - 300px) / 2 - 300px);
        right: calc((100vw - 300px) / 2 - 300px);
        top: 100px;
    }
}

.profile__main {
    position: relative;
    z-index: 15;
    color: #fff;
    padding: -webkit-calc(100vh - 220px) 15px 0;
    padding: calc(100vh - 220px) 15px 0;
    padding: -webkit-calc(var(--vh, 1vh) * 100 - 220px) 15px 0;
    padding: calc(var(--vh, 1vh) * 100 - 220px) 15px 0;
}

.profile__main::before {
    content: '';
    width: 100%;
    height: -webkit-calc(100% - 50vh + 110px);
    height: calc(100% - 50vh + 110px);
    height: -webkit-calc(100% - var(--vh, 1vh) * 50 + 110px);
    height: calc(100% - var(--vh, 1vh) * 50 + 110px);
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(19%, rgba(0, 0, 0, 0.738)), color-stop(34%, rgba(0, 0, 0, 0.541)), color-stop(47%, rgba(0, 0, 0, 0.382)), color-stop(56.5%, rgba(0, 0, 0, 0.278)), color-stop(65%, rgba(0, 0, 0, 0.194)), color-stop(73%, rgba(0, 0, 0, 0.126)), color-stop(80.2%, rgba(0, 0, 0, 0.075)), color-stop(86.1%, rgba(0, 0, 0, 0.042)), color-stop(91%, rgba(0, 0, 0, 0.021)), color-stop(95.2%, rgba(0, 0, 0, 0.008)), color-stop(98.2%, rgba(0, 0, 0, 0.002)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
}

.profile__main>* {
    position: relative;
}

@media (min-width: 769px) {
    .profile__main {
        padding-top: -webkit-calc(100vh - 260px);
        padding-top: calc(100vh - 260px);
    }
}

.profile__header {
    position: relative;
    padding-right: 30px;
}

.profile__header .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 24px;
}

.profile__name {
    font-size: 30px;
    font-weight: 600;
}

.profile__content {
    padding: 15px 15px 76px;
    background-color: #000;
    color: #fff;
}

.profile__content .title {
    font-size: 15px;
    margin-top: 0;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
}

.profile__content img {
    width: 100%;
    max-width: 100%;
}

.profile__content img:not(:last-child) {
    margin-bottom: 15px;
}

.profile__content img+.question {
    margin-top: 5px;
}

@media (min-width: 993px) {
    .profile__content {
        padding-bottom: 100px;
    }
}

.profile__line {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 8px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 15px;
}

.profilepage__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #1d2124;
    width: 100%;
    max-width: 640px;
    height: 56px;
    padding: 10px;
    z-index: 500;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.profilepage__bar .btn {
    color: #fff;
    min-width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 999px;
}

.profilepage__bar .btn:first-child,
.profilepage__bar .btn:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100px;
}

@media (min-width: 993px) {
    .profilepage__bar {
        margin-left: 150px;
        height: 80px;
        padding: 15px;
    }

    .profilepage__bar .btn {
        height: 50px;
        min-width: 50px;
    }

    .profilepage__bar .btn:first-child,
    .profilepage__bar .btn:last-child {
        max-width: 140px;
    }

    .profilepage__bar .btn .icon {
        font-size: 24px;
    }
}

/* @TRUMPS #COLORS */

.color-primary {
    color: #fb3842 !important;
}

.color-alt {
    color: #000 !important;
}

.clr-white {
    color: #fff !important;
}

.clr-white-dark {
    color: #f7f7ef !important;
}

.clr-black {
    color: #000 !important;
}

.clr-black-light {
    color: #1d2124 !important;
}

.clr-grey {
    color: #d8d8d8 !important;
}

.clr-grey-dark {
    color: #b1b1b1 !important;
}

.clr-grey-darken {
    color: #333 !important;
}

.clr-red {
    color: #fb3842 !important;
}

.clr-red-dark {
    color: #c84342 !important;
}

.clr-yellow {
    color: #fbc516 !important;
}

.clr-blue {
    color: #00b0c4 !important;
}

.clr-gold {
    color: #fbc516 !important;
}

.bgr-yellow {
    background-color: #fbc516 !important;
}

/* @TRUMPS #HELPERS */
.clean {
    margin: 0;
    padding: 0;
}

.no-transition,
.no-transition * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.amp {
    font-family: Baskerville, Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-size: 1.4em;
    font-style: italic;
    font-weight: normal;
}

.nowrap {
    white-space: nowrap;
}

.pointer {
    cursor: pointer;
}

.breakspaces {
    white-space: break-spaces;
}

br.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.italics {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

@media (max-height: 700px) {
    .hide-hxs {
        display: none;
    }
}

.pull-top-24 {
    margin-top: -24px;
}

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /**
     * Donâ€™t show links that are fragment identifiers, or use the `javascript:`
     * pseudo protocol.
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
}

/* Bootstrap layout normalization for shared page chrome */
.app-header {
    z-index: 1030;
}

.app-header .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.app-header .header__left,
.app-header .header__right {
    display: flex;
    align-items: center;
    min-width: 0;
}

.app-header .header__left {
    flex: 1 1 auto;
}

.app-header .header__right {
    flex: 0 0 auto;
}

.site-footer {
    width: 100%;
}

.site-footer .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1rem;
}

.site-footer .clr-grey-dark {
    flex: 1 1 240px;
}

.site-footer .footer__content {
    flex: 1 1 320px;
    justify-content: flex-end;
}

.site-footer .footer__menu {
    margin-bottom: 0;
}

.index-page .index-main {
    min-height: 0;
}

.modal-dialog.modal-dialog-scrollable {
    max-height: calc(100vh - 1rem);
}

.modal-dialog.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
}

@media (max-width: 768px) {
    .index-page .header .container-fluid {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .index-page .site-footer {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .index-page .site-footer .footer__menu a {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .index-page #usersOnline {
        font-size: 0.75rem !important;
        padding: 0.35rem 0.5rem !important;
    }

    .app-header .container-fluid {
        flex-wrap: nowrap;
    }

    .app-header .header_support_btn .h3 {
        display: none;
    }

    .app-header .header_support_btn .fa-life-ring {
        margin-right: 0 !important;
    }

    .site-footer.fixed-bottom {
        position: static;
    }

    .site-footer .container {
        align-items: flex-start;
    }

    .site-footer .footer__content {
        width: 100%;
        justify-content: flex-start;
    }

    .site-footer .footer__menu {
        width: 100%;
        margin-right: 0;
    }

    .site-footer .footer__menu a {
        display: inline-block;
        margin-bottom: 4px;
        font-size: 12px;
    }

    .modal-dialog.modal-dialog-centered.modal-dialog-scrollable {
        margin: 0.5rem;
        max-width: calc(100% - 1rem);
    }
}

@media (max-width: 560px) {
    .index-page .index-main {
        padding-top: 0.25rem !important;
        padding-bottom: 0.5rem !important;
    }

    .index-page .index-hero {
        min-height: clamp(150px, 34vh, 260px) !important;
    }
}

#usersOnline {
    background: #1e1f1e;
    color: #f7faf7;
    border-radius: 10px;
}

.termsprivacy {
    background: #dadddc !important;
}

.fa-eye-slash {
    color: red;
}

.fa-eye {
    color: green;
}

.hr {
    border-top: 1px solid red;
    opacity: 1;
}

.resUser {
    background-color: #d4d4c8;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 13em;
    font-weight: bold;
    font-family: Helvetica;
    text-shadow:
        0 1px 0 #ccc,
        0 2px 0 #c9c9c9,
        0 3px 0 #bbb,
        0 4px 0 #b9b9b9,
        0 5px 0 #aaa,
        0 6px 1px rgba(0, 0, 0, .1),
        0 0 5px rgba(0, 0, 0, .1),
        0 1px 3px rgba(0, 0, 0, .3),
        0 3px 5px rgba(0, 0, 0, .2),
        0 5px 10px rgba(0, 0, 0, .25),
        0 10px 10px rgba(0, 0, 0, .2),
        0 20px 20px rgba(0, 0, 0, .15);
}

label.error {
    color: white;
    background-color: #ff0202;
    border: 1px solid;
    border-radius: 10px;
    font-size: 1rem;
    display: block;
    margin-bottom: 10px;
}

label.error.fail-alert {
    border: 2px solid red;
    border-radius: 4px;
    line-height: 1;
    padding: 2px 0 6px 6px;
}

input.valid.success-alert {
    border: 2px solid #4CAF50;
    color: green;
}

input.error,
textarea.error {
    border: 1px dashed red;
    font-weight: 300;
    color: red;
}

/* --------------------------------------------------
   UI Refresh Layer (Shared pages + dynamic modals)
   -------------------------------------------------- */
:root {
    --ui-bg: #eef2f6;
    --ui-bg-soft: #f7f9fc;
    --ui-surface: #ffffff;
    --ui-surface-elevated: #f9fbff;
    --ui-border: #dbe3ef;
    --ui-border-strong: #c7d4e4;
    --ui-text: #1f2b3a;
    --ui-text-soft: #5a6b7f;
    --ui-primary: #e74b4a;
    --ui-primary-strong: #cf393f;
    --ui-accent: #4ead6a;
    --ui-shadow-sm: 0 4px 14px rgba(22, 34, 48, 0.08);
    --ui-shadow-md: 0 12px 34px rgba(22, 34, 48, 0.16);
    --ui-shadow-lg: 0 20px 60px rgba(14, 20, 28, 0.35);
}

body.app-page {
    color: var(--ui-text);
    background:
        radial-gradient(circle at 15% -10%, #ffffff 0%, rgba(255, 255, 255, 0) 35%),
        radial-gradient(circle at 100% 0%, #dfe7f1 0%, rgba(223, 231, 241, 0) 30%),
        linear-gradient(180deg, #ecf1f7 0%, #e2e8f0 100%);
}

.account-page-main .container.bg-light,
.account-page-main .container {
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%) !important;
    border: 1px solid var(--ui-border);
    box-shadow: var(--ui-shadow-md);
}

.btn {
    border-radius: 14px;
    transition: transform .18s ease, box-shadow .2s ease, filter .2s ease;
}

.btn:hover {
    transform: translateY(-1px);
    filter: saturate(1.05);
}

.btn:focus-visible {
    box-shadow: 0 0 0 0.2rem rgba(52, 126, 209, 0.28) !important;
}

.btn-primary {
    background: linear-gradient(135deg, #f45f53 0%, var(--ui-primary) 52%, var(--ui-primary-strong) 100%) !important;
    border-color: #ffc8c9 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: linear-gradient(135deg, #f97366 0%, #e84e4b 45%, #ca3035 100%) !important;
    border-color: #ffd2d3 !important;
}

.btn-secondary {
    background: linear-gradient(135deg, #98a5b4 0%, #7f8ea0 100%) !important;
    border-color: #cad4de !important;
}

.btn-black,
.btn-dark {
    background: linear-gradient(135deg, #36414c 0%, #1f2730 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.btn-black:hover,
.btn-dark:hover {
    background: linear-gradient(135deg, #3f4a56 0%, #25303a 100%) !important;
}

.dropdown-menu {
    background: linear-gradient(180deg, #232d38 0%, #1b232d 100%);
    border: 1px solid rgba(167, 187, 210, 0.24);
    border-radius: 14px;
    box-shadow: var(--ui-shadow-lg);
    backdrop-filter: blur(2px);
    margin-top: 0.22rem;
}

.dropdown-item {
    position: relative;
    margin: 2px 0;
    border-radius: 10px;
    padding-left: 12px;
    padding-right: 12px;
    border-bottom-color: rgba(255, 255, 255, 0.14);
    outline: none !important;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:focus-visible {
    background: linear-gradient(135deg, rgba(126, 149, 174, 0.22) 0%, rgba(92, 132, 172, 0.3) 100%);
    color: #eef5ff;
    box-shadow: inset 0 0 0 1px rgba(186, 210, 234, 0.34), 0 6px 16px rgba(7, 15, 24, 0.28);
    transform: translateX(1px);
}

.dropdown-item:hover>*,
.dropdown-item:focus>*,
.dropdown-item:focus-visible>* {
    opacity: 1 !important;
}

.dropdown-item:focus,
.dropdown-item:focus-visible {
    outline: none !important;
}

.form-wrap .form-control,
.modal-body .form-control,
.modal-body .form-select {
    height: auto;
    min-height: 46px;
    padding: 12px 14px;
    color: var(--ui-text);
    background-color: var(--ui-surface) !important;
    border: 1px solid var(--ui-border) !important;
    border-radius: 10px;
    line-height: 1.35;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    box-shadow: var(--ui-shadow-sm) !important;
}

.form-wrap .form-control::placeholder,
.modal-body .form-control::placeholder,
.modal-body .form-select::placeholder {
    color: #8a97a8;
}

.form-wrap .form-control:focus,
.modal-body .form-control:focus,
.modal-body .form-select:focus {
    border-color: #88acd3 !important;
    box-shadow: 0 0 0 0.2rem rgba(96, 154, 214, 0.24) !important;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.modal-content {
    border-radius: 16px;
    overflow: hidden;
}

.modal-body {
    background: linear-gradient(180deg, #f9fbff 0%, #f3f7fb 100%);
}

.account-row {
    border: 1px solid var(--ui-border) !important;
    background: linear-gradient(180deg, var(--ui-surface) 0%, var(--ui-bg-soft) 100%) !important;
    border-radius: 12px !important;
    box-shadow: var(--ui-shadow-sm);
    opacity: 1 !important;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.account-row .icon {
    color: #7d8ea3;
}

.account-row:hover {
    transform: translateY(-1px);
    border-color: var(--ui-border-strong) !important;
    box-shadow: var(--ui-shadow-md);
}

.account-row--active {
    border-color: #8fb3d7 !important;
    box-shadow: 0 10px 30px rgba(41, 88, 137, 0.2);
}

.account-main {
    color: #213245;
}

.account-details {
    color: var(--ui-text-soft);
}

.interests_container {
    border-radius: 12px;
    border: 1px solid var(--ui-border);
    background: #f5f8fc;
    padding: 14px;
}

.interests_container span {
    color: #63758a;
    border-color: #acbfd3;
    background-color: #ffffff;
    border-radius: 999px !important;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
}

.interests_container span:hover {
    color: #2c3e53;
    border-color: #7f9bbb;
    background: #edf3fb;
}

.interests_container span.active {
    color: #ffffff;
    border-color: var(--ui-accent);
    background: linear-gradient(135deg, #4ead6a 0%, #389953 100%);
}

.prompt--success {
    color: #1f7e42;
    background: #e9f7ee;
    border: 1px solid #bce5ca;
    border-radius: 10px;
    padding: 8px 12px;
}

@media (prefers-reduced-motion: reduce) {
    .btn,
    .account-row,
    .dropdown-item {
        transition: none !important;
    }

    .btn:hover,
    .account-row:hover {
        transform: none;
    }
}

/* --------------------------------------------------
   Second Pass: Mobile spacing + modal actions
   -------------------------------------------------- */
.modal .modal-body .btn,
.modal .modal-footer .btn {
    min-height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 10px;
    font-size: 15px;
}

.modal .btn-wrap {
    gap: 8px;
}

@media (max-width: 768px) {
    .account-page-main {
        margin-top: 0.4rem !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .account-page-main .container {
        border-radius: 14px !important;
        padding: 14px !important;
    }

    .account-page-main .form-wrap {
        margin-top: 0.75rem !important;
    }

    .account-row {
        padding: 12px !important;
        margin-bottom: 10px !important;
    }

    .account-row::after {
        display: none !important;
    }

    .account-row .icon {
        font-size: 20px;
        width: 30px;
        margin-right: 10px;
        margin-top: 3px;
    }

    .account-main {
        font-size: 16px;
        line-height: 1.25;
    }

    .account-details {
        font-size: 12px;
        line-height: 1.35;
    }

    .interests_container {
        padding: 10px;
    }

    .interests_container span {
        margin: 3px;
        padding: 6px 10px;
        min-height: 30px;
    }

    .account-page-main .btn-wrap {
        justify-content: stretch !important;
        margin-top: 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .account-page-main .btn-wrap>* {
        width: 100%;
        margin: 4px 0 !important;
    }

    .account-page-main .btn--save {
        width: 100%;
        min-height: 48px;
        font-size: 16px;
    }

    #profile_details_success,
    #profile_success,
    #act_success {
        float: none !important;
        text-align: left !important;
    }
}

.account-mobile-nav-toggle,
.account-mobile-nav-overlay,
.account-mobile-nav-head {
    display: none;
}

@media (max-width: 991px) {
    .account-settings-layout .account-sidebar-col {
        position: static;
    }

    body.account-nav-enabled .account-settings-layout .account-mobile-nav-toggle {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border-radius: 999px;
        margin-bottom: 12px;
        padding: 8px 14px;
        font-size: 14px;
        font-weight: 600;
    }

    body.account-nav-enabled .account-settings-layout .account-mobile-nav-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(12, 24, 39, 0.45);
        opacity: 0;
        pointer-events: none;
        transition: opacity .2s ease;
        z-index: 1038;
    }

    body.account-nav-enabled.account-nav-open .account-settings-layout .account-mobile-nav-overlay {
        opacity: 1;
        pointer-events: auto;
    }

    body.account-nav-enabled .account-settings-layout .account-wrap {
        position: fixed !important;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(86vw, 340px);
        max-width: 340px;
        margin: 0 !important;
        padding: 14px !important;
        border-radius: 0 !important;
        background: #f8fbff !important;
        box-shadow: 0 22px 45px rgba(8, 18, 31, 0.35);
        overflow-y: auto;
        transform: translateX(-106%);
        transition: transform .24s ease;
        z-index: 1039;
    }

    body.account-nav-enabled.account-nav-open .account-settings-layout .account-wrap {
        transform: translateX(0);
    }

    body.account-nav-enabled .account-settings-layout .account-mobile-nav-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #d8e2ef;
    }

    body.account-nav-enabled .account-settings-layout .account-mobile-nav-title {
        margin: 0;
        color: #1f3348;
        font-size: 16px;
        font-weight: 700;
    }

    body.account-nav-enabled .account-settings-layout .account-mobile-nav-close {
        width: 34px;
        height: 34px;
        border: 1px solid #c5d3e3;
        border-radius: 999px;
        background: #fff;
        color: #294767;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    body.account-nav-enabled .account-settings-layout .account-wrap .account-row {
        margin-bottom: 8px !important;
    }

    body.account-nav-open {
        overflow: hidden;
    }
}

@media (max-width: 576px) {
    .modal-dialog {
        margin: 0.65rem;
    }

    .modal-body:not(.p-0) {
        padding: 1rem;
    }

    .modal .btn-wrap {
        display: grid;
        grid-template-columns: 1fr;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .modal .btn-wrap>* {
        width: 100%;
        margin: 4px 0 !important;
    }

    .modal .modal-body .btn,
    .modal .modal-footer .btn {
        width: 100%;
        min-height: 46px;
    }

    .modal-footer {
        gap: 8px;
        padding: 0.75rem 1rem 1rem;
    }
}

/* --------------------------------------------------
   Search Map Polish Pass
   -------------------------------------------------- */
.ch-find-map-wrap {
    padding: 0.5rem;
    background:
        radial-gradient(120% 130% at 82% 8%, rgba(78, 173, 106, 0.16) 0%, rgba(78, 173, 106, 0) 46%),
        radial-gradient(120% 130% at 12% 100%, rgba(231, 75, 74, 0.13) 0%, rgba(231, 75, 74, 0) 48%),
        linear-gradient(180deg, #141a20 0%, #10151a 100%);
}

.ch-find-map-card {
    position: relative;
    border-radius: 16px;
    border: 1px solid rgba(171, 194, 218, 0.26);
    background: linear-gradient(180deg, rgba(25, 33, 42, 0.97) 0%, rgba(16, 22, 28, 0.98) 100%);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(2px);
}

.ch-find-map-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 35%);
}

.ch-find-map-title {
    color: #ecf3fc;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}

.ch-find-map-status {
    color: #c4d3e6;
}

.ch-find-map-status strong {
    color: #7cd7b1;
}

.ch-find-map-stage {
    border: 1px solid rgba(156, 178, 202, 0.32);
    background:
        radial-gradient(circle at 50% 44%, #324353 0%, #22303d 55%, #131a22 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.ch-find-map-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 52% 48%, rgba(124, 215, 177, 0.13) 0%, rgba(124, 215, 177, 0) 52%),
        linear-gradient(180deg, rgba(12, 16, 21, 0.02) 0%, rgba(8, 11, 15, 0.24) 100%);
}

.ch-find-map-svg {
    filter: saturate(1.04) contrast(1.03);
}

.ch-greece-fallback {
    opacity: 0.34;
}

.ch-greece-shape,
.ch-island-shape,
.ch-islet {
    fill: #0f151b;
    stroke: #73879b;
}

.ch-greece-geo {
    fill: #0e141a;
    stroke: #7a91a8;
}

.ch-map-city text {
    fill: #d8e5f4;
    font-weight: 700;
    paint-order: stroke;
    stroke: rgba(5, 8, 12, 0.6);
    stroke-width: 1.1px;
}

.ch-city-dot {
    fill: #e9f2fb;
    stroke: rgba(19, 32, 45, 0.8);
    stroke-width: 1px;
}

.ch-map-city.is-origin .ch-city-dot {
    fill: #94acc7;
}

.ch-map-city.is-active .ch-city-dot {
    fill: #7cd7b1;
    stroke: rgba(8, 23, 18, 0.75);
}

.ch-map-city.is-active.is-origin .ch-city-dot {
    fill: #58c388;
}

.ch-map-city.is-active .ch-city-pulse {
    stroke: #7cd7b1;
}

/* --------------------------------------------------
   Connection Banner
   -------------------------------------------------- */
.ch-connection-banner {
    position: sticky;
    top: 0;
    z-index: 25;
    margin: 0 6px 8px;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    border: 1px solid rgba(174, 196, 219, 0.36);
    box-shadow: 0 8px 22px rgba(5, 10, 16, 0.22);
    backdrop-filter: blur(2px);
}

.ch-connection-banner.is-offline {
    color: #ffe7a4;
    background: linear-gradient(135deg, rgba(79, 53, 8, 0.94) 0%, rgba(45, 31, 10, 0.95) 100%);
    border-color: rgba(255, 208, 112, 0.42);
}

.ch-connection-banner.is-reconnecting {
    color: #e4f1ff;
    background: linear-gradient(135deg, rgba(25, 44, 67, 0.94) 0%, rgba(19, 34, 52, 0.96) 100%);
}

.ch-connection-banner.is-queue {
    color: #e8fff3;
    background: linear-gradient(135deg, rgba(20, 78, 50, 0.94) 0%, rgba(16, 62, 41, 0.95) 100%);
    border-color: rgba(125, 217, 173, 0.4);
}
