@charset 'UTF-8';

/***** Base *****/

@font-face {
    font-family: 'Qanelas Black';
    font-style: normal;
    font-weight: 900;
    src: url("/hc/theming_assets/01HZM0BX7J8MSC3P1GC8HQSZZY");
    src: url("//p14.zdassets.com/hc/theme_assets/1572024/115000079325/qblack.eot?#iefix") format('embedded-opentype'),
    url("/hc/theming_assets/01HZM0BTWG2AG8S7X57V7ASMJ3") format('woff'),
    url("/hc/theming_assets/01HZM0BYCZ6WHTJV51N2B1BVF3") format('truetype'),
    url("//p14.zdassets.com/hc/theme_assets/1572024/115000079325/qblack.svg#Qanelas-Black") format('svg');
}

@font-face {
    font-family: 'Qanelas Bold';
    font-style: normal;
    font-weight: 600;
    src: url("/hc/theming_assets/01HZM0BNKZMWGVAZQ8BW65WSZW");
    src: url("//p14.zdassets.com/hc/theme_assets/1572024/115000079325/qbold.eot?#iefix") format('embedded-opentype'),
    url("/hc/theming_assets/01HZM0BQSC6XA14X0F1C6MSXDT") format('woff'),
    url("/hc/theming_assets/01HZM0BZMFPJNSGQCKAVQ7B1FW") format('truetype'),
    url("//p14.zdassets.com/hc/theme_assets/1572024/115000079325/qbold.svg#Qanelas-Bold") format('svg');
}

@font-face {
    font-family: 'Qanelas Medium';
    font-style: normal;
    font-weight: 500;
    src: url("/hc/theming_assets/01HZM0C0TFMF0YY9FV0PST4JFP");
    src: url("//p14.zdassets.com/hc/theme_assets/1572024/115000079325/qmedium.eot?#iefix") format('embedded-opentype'),
    url("/hc/theming_assets/01HZM0BSTMEV0R9SAYA6SC806T") format('woff'),
    url("/hc/theming_assets/01HZM0C1ZWMXK2HHA8AQGYPQ0C") format('truetype'),
    url("//p14.zdassets.com/hc/theme_assets/1572024/115000079325/qmedium.svg#Qanelas-Medium") format('svg');
}

* {
    box-sizing: border-box;
}

html {
    padding: 0;
    min-height: 100%;
}

body {
    min-height: 100vh;
    background-color: #395173;
    color: #d4dde7;
    font-family: 'Qanelas Medium', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

main {
    padding-bottom: 30px;
    background-color: #395173;
}

@media (min-width: 768px) {
    body > main {
        min-height: 65vh;
        padding-bottom: 60px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Qanelas Bold', sans-serif;
    font-weight: 400;
    margin-top: 0;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
    font-weight: 600;
}

h4 {
    font-size: 16px;
}

a {
    color: #d4dde7;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: underline;
}

input,
textarea {
    color: #000;
    font-size: 14px;
}

input {
    font-weight: 300;
    max-width: 100%;
    box-sizing: border-box;
    outline: none;
    transition: border .12s ease-in-out;
}

input:focus {
    border: 1px solid #395173;
}

input[disabled] {
    background-color: #2e415d;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("/hc/theming_assets/01HZM0C2R9XM605EBH4J1V729C") no-repeat #fff;
    background-position: right 10px center;
    border: 1px solid #2e415d;
    border-radius: 4px;
    padding: 8px 30px 8px 10px;
    outline: none;
    color: #555;
    width: 100%;
}

select:focus {
    border: 1px solid #395173;
}

select::-ms-expand {
    display: none;
}

textarea {
    border: 1px solid #2e415d;
    border-radius: 2px;
    resize: vertical;
    width: 100%;
    outline: none;
    padding: 10px;
}

textarea:focus {
    border: 1px solid #395173;
}

.container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
}

@media (min-width: 1160px) {
    .container {
        padding: 0;
        width: 90%;
    }
}

.container-divider {
    border-top: 1px solid #2e415d;
    margin-bottom: 20px;
}

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

.error-page {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
}

@media (min-width: 1160px) {
    .error-page {
        padding: 0;
        width: 90%;
    }
}

.dropdown-toggle::after {
    color: inherit;
}

/***** Buttons *****/

.button,
[role='button'] {
    font-size: 12px;
    line-height: 2.34;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    cursor: pointer;
    user-select: none;
    transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
    text-align: center;
    white-space: nowrap;
    color: #395173;
    border: 1px solid #395173;
    border-radius: 4px;
    -webkit-touch-callout: none;
}

@media (min-width: 768px) {
    .button,
    [role='button'] {
        width: auto;
    }
}

.button::after,
[role='button']::after {
    color: #395173;
}

.button:hover,
.button:active,
.button:focus,
.button[aria-selected='true'],
[role='button']:hover,
[role='button']:active,
[role='button']:focus,
[role='button'][aria-selected='true'] {
    text-decoration: none;
    color: #d0d941;
    background-color: #395173;
}

.button[aria-selected='true']:hover,
.button[aria-selected='true']:focus,
.button[aria-selected='true']:active,
[role='button'][aria-selected='true']:hover,
[role='button'][aria-selected='true']:focus,
[role='button'][aria-selected='true']:active {
    border-color: #395173;
    background-color: #395173;
}

.button[data-disabled],
[role='button'][data-disabled] {
    cursor: default;
}

.button-large,
input[type='submit'] {
    font-size: 18px;
    font-weight: 400;
    line-height: 2.72;
    font-family: 'Qanelas Bold', sans-serif;
    width: 100%;
    min-width: 190px;
    padding: 0 1.9286em;
    color: #2e415d;
    text-transform: uppercase;
    border: 0;
    border-radius: 4px;
    background-color: #d0d941;
}

@media (min-width: 768px) {
    .button-large,
    input[type='submit'] {
        width: auto;
    }
}

.button-large:hover,
.button-large:active,
.button-large:focus,
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit']:focus {
    background-color: #d0d941;
}

.button-large[disabled],
input[type='submit'][disabled] {
    background-color: #d0d941;
}

.button-secondary {
    color: #fafbfc;
    border: 1px solid #2e415d;
    background-color: transparent;
}

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
    color: #c1c6cf;
    border: 1px solid #2e415d;
    background-color: #293a53;
}

/***** Tables *****/

.table {
    width: 100%;
    table-layout: fixed;
}

@media (min-width: 768px) {
    .table {
        table-layout: auto;
    }
}

.table th,
.table th a {
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    color: #c1c6cf;
}

[dir='rtl'] .table th,
[dir='rtl'] .table th a {
    text-align: right;
}

.table tr {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #2e415d;
}

@media (min-width: 768px) {
    .table tr {
        display: table-row;
    }
}

.table td {
    display: block;
}

@media (min-width: 768px) {
    .table td {
        display: table-cell;
    }
}

@media (min-width: 1024px) {
    .table td,
    .table th {
        padding: 20px 30px;
    }
}

@media (min-width: 768px) {
    .table td,
    .table th {
        height: 60px;
        padding: 10px 20px;
    }
}

/***** Forms *****/

.form {
    max-width: 650px;
}

.form-field ~ .form-field {
    margin-top: 25px;
}

.form-field label {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}

.form-field input {
    width: 100%;
    padding: 10px;
    border: 1px solid #2e415d;
    border-radius: 4px;
}

.form-field input:focus {
    border: 1px solid #395173;
}

.form-field input[type='text'] {
    border: 1px solid #2e415d;
    border-radius: 4px;
}

.form-field input[type='text']:focus {
    border: 1px solid #395173;
}

.form-field input[type='checkbox'] {
    width: auto;
}

.form-field .nesty-input {
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
    border-radius: 4px;
    outline: none;
}

.form-field .nesty-input:focus {
    text-decoration: none;
    border: 1px solid #395173;
}

.form-field textarea {
    vertical-align: middle;
}

.form-field input[type='checkbox'] + label {
    margin: 0 0 0 10px;
}

.form-field.required > label::after {
    margin-left: 2px;
    content: '*';
    color: #f00;
}

.form-field p {
    font-size: 12px;
    margin: 5px 0;
    color: #fafbfc;
}

[data-loading='true'] input,
[data-loading='true'] textarea {
    background: transparent url("/hc/theming_assets/01HZM0C3HE7SFXWM1QG7D4KJC8") 99% 50% no-repeat;
    background-size: 16px 16px;
}

.form footer {
    margin-top: 40px;
    padding-top: 30px;
}

.form footer a {
    margin-right: 15px;
    cursor: pointer;
    color: #fafbfc;
}

.form .suggestion-list {
    font-size: 13px;
    margin-top: 30px;
}

.form .suggestion-list label {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #2e415d;
}

.form .suggestion-list li {
    padding: 10px 0;
}

.form .suggestion-list li a:visited {
    color: #93a9c2;
}

/***** Header *****/

.top {
    background: #223145;
}

.header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 1160px;
    height: 80px;
    margin: 0 auto;
    padding: 0 5%;
}

@media (min-width: 1160px) {
    .header {
        width: 90%;
        padding: 0;
    }
}

.logo {
    font-size: 0;
}

@media (max-width: 768px) {
    .logo {
        flex-grow: 1;
    }
}

.logo a {
    display: inline-block;
}

.logo img {
    width: 122px;
    height: 20px;
}

.user-nav {
    font-size: 0;
    position: absolute;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 100%;
    padding: 0 15px;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .user-nav {
        position: relative;
    }
}

.user-nav[aria-expanded='true'] {
    z-index: 1;
    top: 71px;
    right: 0;
    left: 0;
    display: block;
    padding: 15px 0;
    border: none;
    border-radius: 1px;
    background: #223145;
    box-shadow: rgba(0, 0, 0, .117647) 0 1px 4px, rgba(0, 0, 0, .117647) 0 1px 2px;
    white-space: normal;
}

.user-nav[aria-expanded='true'] > a {
    display: block;
    margin: 0 20px;
    padding: 10px 15px;
    text-align: initial !important;
    text-transform: uppercase;
    color: #d4dde7;
}

.user-nav[aria-expanded='true'] > a:hover,
.user-nav[aria-expanded='true'] > a:active,
.user-nav[aria-expanded='true'] > a:focus {
    text-decoration: none;
    color: #d0d941;
    background-color: transparent;
}

.nav-wrapper {
    display: flex;
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .nav-wrapper {
        flex-grow: 1;
    }
}

.nav-wrapper a {
    font-size: 14px;
    line-height: 20px;
    display: none;
    width: auto;
    padding: 5px 15px;
    text-align: initial;
    border: 0;
}

.nav-wrapper .user-nav a {
    font-family: 'Qanelas Black', sans-serif;
    flex-shrink: 1;
    white-space: normal;
}

.user-nav:not([aria-expanded='true']) > a {
    letter-spacing: -.7px;
    text-transform: uppercase;
    color: #d4dde7;
}

@media (min-width: 768px) {
    .nav-wrapper .user-nav a {
        font-size: 18px;
        display: inline-block;
    }
}

@media (min-width: 900px) {
    .nav-wrapper .user-nav a {
        font-size: 22px;
    }
}

@media (min-width: 1260px) {
    .nav-wrapper .user-nav a {
        font-size: 24px;
        line-height: 1;
    }
}

.user-nav:not([aria-expanded='true']) > a:hover,
.user-nav:not([aria-expanded='true']) > a:focus,
.user-nav:not([aria-expanded='true']) > a:active {
    text-decoration: none;
    color: #fff;
    background-color: transparent;
}

.nav-wrapper a.start-copying {
    color: #d0d941;
}

.nav-wrapper .icon-menu {
    display: inline-block;
    margin-right: 10px;
    color: rgba(255, 255, 255, .5);
}

@media (min-width: 768px) {
    .nav-wrapper .icon-menu {
        display: none;
    }
}

[dir='rtl'] .nav-wrapper .icon-menu {
    margin-right: 0;
    margin-left: 10px;
}

/***** User info in header *****/

.user-info {
    display: inline-block;
    margin: 0 15px;
}

.user-info .dropdown-toggle::after {
    display: none;
}

@media (min-width: 768px) {
    .user-info .dropdown-toggle::after {
        display: inline-block;
    }
}

.user-info > [role='button'] {
    font-family: 'Qanelas Black', sans-serif;
    min-width: 0;
    padding: 0;
    white-space: nowrap;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    border: 0;
}

.user-info > [role='button']:hover {
    color: #fff;
    background-color: transparent;
}

.user-info > [role='button']::after {
    padding-right: 15px;
    color: rgba(255, 255, 255, .5);
}

[dir='rtl'] .user-info > [role='button']::after {
    padding-right: 0;
    padding-left: 15px;
}

#user #user-dropdown {
    background: #223145;
}

#user #user-name {
    display: none;
}

/***** User avatar *****/

.user-avatar {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border-radius: 50%;
}

.avatar {
    position: relative;
    display: inline-block;
}

.avatar img {
    width: 40px;
    height: 40px;
}

.avatar .icon-agent::before {
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    right: -2px;
    bottom: -4px;
    width: 14px;
    height: 14px;
    content: '\1F464';
    text-align: center;
    color: #d0d941;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #395173;
}

.header__lang {
    font-weight: 300;
    display: inline-block;
    color: #fafbfc;
}

.lang.dropdown .dropdown-toggle {
    font-family: 'Qanelas Black', sans-serif;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
    color: #d4dde7;
}

.lang.dropdown .dropdown-toggle::after {
    content: none;
}

.lang.dropdown .dropdown-menu {
    font-size: 0;
    min-width: auto;
    background: #223145;
}

.lang.dropdown .dropdown-menu [role='menuitem'] {
    padding-right: 10px;
    padding-left: 10px;
    color: #d4dde7;
}

.lang.dropdown .dropdown-menu [role='menuitem']:hover {
    text-decoration: none;
    color: #d4dde7;
    background: none;
}

.lang.dropdown .dropdown-menu [role='menuitem'][aria-selected='true'] {
    cursor: default;
    background: none;
}

.lang__flag {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border-radius: 50%;
}

.lang__flag_en {
    background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAATlBMVEUAAAAAUrQAUrTE0+Xw8PAAUrQAUrQAUrTw8PDc4+vOV3bYACfeN1XYACcAUrS0yeHw8PAtcL/v4ePh5uzSUG/dLU3hWnLS3OnqtL7///9TTWvPAAAADXRSTlMAEHCv3yCfgBC/vxDP2DPVuwAAAAFiS0dEGexutYgAAAAHdElNRQfiAg0SKCf4B/dLAAAA7ElEQVQoz7XT2RKDIAwFUHChauWKoJX//9KKSZC20+WleYPDTAgJSknoqm7sHk1dafUcrQEml9hNgGkf9QKUDFwK7Pr5mefhKnodfZgfeV7s2DEPdj385F1X33PeY7F7Zt448reQpbAcR7q/oVQ3FzbiTRRmfw1A3BFHUUCrCoUTZ0Wl6olii9ETe+823qxV44o4uIhG2Y/xX/5ytVxYKogKi/EsTJ4l+DUyr3bJz6KzWubCNbck6SItCeKGG0obuaHiLY0DL89xoA0ex54PF8OUfJBBHSlVOYrBj+eoDq+D3He/foOvn+jdF7wDJkUp6l5aYnQAAAAASUVORK5CYII=");
}

.lang__flag_ru {
    background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAATlBMVEUAAADw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PB4odIAUrQAUrQAUrTYACfYACfYACfYACfYACfYACfYACfYACfw8PC0yeEAUrTYACf///9MM0iVAAAAFXRSTlMAIHCv75+AEM8gcK/vIJ+AzxBwr+/uhVf3AAAAAWJLR0QZ7G61iAAAAAd0SU1FB+ICDRIrO8cr+McAAACWSURBVCjPtdPJEoMgEEXRh4pzAw7E/P+XBitJCQjNyrs9Wg0KwD9R1Y11NXUlECek9ZLRA62Naj3senur7zj1PKnOM3OD+cJmO9cv8yyB4cU0YDyYRkwcT5g5nnGwPcuFpRU2Vvgs9GYiQOVVuT9G7MuAzqn+HheTVvM7a0vSzQLGL03N1+E1oWB/im63jNZtP2nf1gs/H8s/ifER6rQAAAAASUVORK5CYII=");
}

.lang__name {
    font-family: 'Qanelas Bold', sans-serif;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

/***** Footer *****/
.our-contacts {
    display: inline-flex;
    flex-direction: row;
    flex-shrink: 0;
    flex-wrap: wrap
}

.our-contacts:before {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 5px;
    order: 2;
    width: 100%
}

.our-contacts__label {
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    line-height: .83333333;
    order: 1;
    text-transform: uppercase
}

.our-contacts__link {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    font-size: 22px;
    height: 1.5em;
    margin-right: 10px;
    width: 1.5em
}

.our-contacts__link[href*="x.com"] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgYXJpYS1sYWJlbD0iWCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE4LjI0NCAyLjI1aDMuMzA4bC03LjIyNyA4LjI2IDguNTAyIDExLjI0SDE2LjE3bC01LjIxNC02LjgxN0w0Ljk5IDIxLjc1SDEuNjhsNy43My04LjgzNUwxLjI1NCAyLjI1SDguMDhsNC43MTMgNi4yMzF6bS0xLjE2MSAxNy41MmgxLjgzM0w3LjA4NCA0LjEyNkg1LjExN3oiLz48L3N2Zz4=);
    order: 3
}

.our-contacts__link[href*=facebook] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxNSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcgNy43QTcuMyA3LjMgMCAxIDAgNi4zIDE1di01SDQuNFY3LjZoMS45VjYuMWMwLTEuOCAxLTIuOCAyLjctMi44bDEuNi4xdjEuOGgtLjljLS45IDAtMS4yLjYtMS4yIDEuMnYxLjNoMmwtLjMgMi4xSDguNVYxNWE3LjMgNy4zIDAgMCAwIDYuMi03LjJaIi8+PC9zdmc+);
    order: 4
}

.our-contacts__link[href*=instagram] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PGcgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTcuMjUgMi4wOGMxLjc1IDAgMS45NiAwIDIuNjUuMDQuNjQuMDIuOTkuMTMgMS4yMi4yMi4zLjEyLjUyLjI2Ljc1LjQ5LjIzLjIzLjM3LjQ1LjQ5Ljc1LjA5LjIzLjIuNTguMjIgMS4yMi4wMy42OS4wNC45LjA0IDIuNjQgMCAxLjc1IDAgMS45Ni0uMDQgMi42NS0uMDMuNjQtLjEzLjk4LS4yMiAxLjIyLS4xMi4zLS4yNi41Mi0uNS43NS0uMjIuMjMtLjQ0LjM3LS43NC40OS0uMjMuMDktLjU4LjItMS4yMi4yMi0uNy4wMy0uOS4wNC0yLjY1LjA0cy0xLjk1IDAtMi42NC0uMDRhMy42IDMuNiAwIDAgMS0xLjIyLS4yMmMtLjMtLjEyLS41Mi0uMjYtLjc1LS41YTIuMDIgMi4wMiAwIDAgMS0uNDktLjc0IDMuNiAzLjYgMCAwIDEtLjIyLTEuMjJjLS4wMy0uNy0uMDQtLjktLjA0LTIuNjVzMC0xLjk1LjA0LTIuNjRjLjAyLS42NC4xMy0uOTkuMjItMS4yMi4xMi0uMy4yNi0uNTIuNDktLjc1LjIzLS4yMy40NS0uMzcuNzUtLjQ5LjIzLS4wOS41OC0uMiAxLjIyLS4yMi42OS0uMDQuOS0uMDQgMi42NC0uMDRabTAtMS4xOGMtMS43NyAwLTIgMC0yLjcuMDQtLjcuMDMtMS4xNy4xNC0xLjU4LjMtLjQ0LjE3LS44LjQtMS4xNy43Ni0uMzYuMzYtLjU5LjczLS43NSAxLjE2LS4xNy40MS0uMjguODktLjMgMS41OS0uMDQuNy0uMDUuOTItLjA1IDIuNyAwIDEuNzguMDEgMiAuMDQgMi43LjAzLjcuMTQgMS4xNy4zIDEuNTkuMTcuNDMuNC44Ljc2IDEuMTYuMzcuMzYuNzMuNTkgMS4xNi43NS40Mi4xNy45LjI4IDEuNi4zLjY5LjA0LjkxLjA1IDIuNy4wNSAxLjc3IDAgMi0uMDEgMi43LS4wNC42OS0uMDMgMS4xNy0uMTQgMS41OC0uMy40My0uMTcuOC0uNCAxLjE2LS43Ni4zNi0uMzYuNTktLjczLjc1LTEuMTYuMTctLjQyLjI4LS45LjMtMS41OS4wNC0uNy4wNS0uOTIuMDUtMi43IDAtMS43OC0uMDEtMi0uMDQtMi43YTQuNzggNC43OCAwIDAgMC0uMy0xLjU5Yy0uMTctLjQzLS4zOS0uOC0uNzYtMS4xNmEzLjIgMy4yIDAgMCAwLTEuMTUtLjc2IDQuOCA0LjggMCAwIDAtMS42LS4zQzkuMjYuOSA5LjA0LjkgNy4yNi45WiIvPjxwYXRoIGQ9Ik03LjI1IDQuMDhhMy4zNyAzLjM3IDAgMSAwIDAgNi43NCAzLjM3IDMuMzcgMCAwIDAgMC02Ljc0Wm0wIDUuNTVhMi4xOCAyLjE4IDAgMSAxIDAtNC4zNiAyLjE4IDIuMTggMCAwIDEgMCA0LjM2Wm00LjI5LTUuNjhhLjc5Ljc5IDAgMSAxLTEuNTcgMCAuNzkuNzkgMCAwIDEgMS41NyAwWiIvPjwvZz48L3N2Zz4=);
    background-size: 1.4em 1.4em;
    order: 5
}

.our-contacts__link span {
    font-size: 0
}

.copyright {
    display: block;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase
}

.footer {
    font-family: 'Qanelas Medium', sans-serif;
    color: #a8b6ca;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.14285714;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: auto;
    padding-bottom: 1px;
}

.footer p {
    margin: 0 0 10px;
}

.footer [href] {
    color: currentColor
}

.footer [href]:focus-visible, .footer [href]:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer__logo {
    align-items: center;
    display: flex;
    flex-shrink: 0
}

.footer__logo .copybet-logo {
    display: inline-block;
    width: 137px;
    height: 40px;
    margin-right: 16px;
    font-size: 0px;
    background-image: url("/hc/theming_assets/01KBMEH7KV3P3A19519KVK5PNE");
    background-size: 122px 20px;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.footer__logo .qpr {
    align-items: center;
    display: inline-flex;
    justify-content: center
}

.footer__logo .qpr {
    color: #a8b6ca;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    padding: 8px
}

.footer__logo .qpr .qpr-logo {
    font-size: 32px;
    height: 1em;
    margin-right: 8px;
    width: 1em;
    background-image: url("/hc/theming_assets/01KBMEHGV64QB5696R3013B666");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.footer__logo .qpr:focus, .footer__logo .qpr:focus-visible, .footer__logo .qpr:hover {
    color: #ffffff
}

.footer__contact {
    align-items: flex-end;
    display: flex;
    flex-shrink: 0;
    margin-top: 32px
}

.footer__contact .our-contacts {
    width: 136px
}

.footer__warning {
    align-items: center;
    display: flex;
    margin-left: 16px;
    padding-right: 8px;
    text-transform: uppercase
}

.footer__menu {
    display: inline-flex;
    flex-direction: column;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 900;
    font-family: 'Qanelas Black', sans-serif;
    line-height: 1;
    text-transform: uppercase;
    width: 136px
}

.footer__menu [href]:not(:first-child) {
    margin-top: 16px
}

.footer__regulation {
    align-items: flex-start;
    color: currentColor;
    display: inline-flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-left: 16px
}

.footer__regulation [href]:not(:first-child) {
    margin-top: 12px
}

.footer__aside {
    display: flex;
    flex-wrap: nowrap
}

.footer__aside, .footer__main {
    padding-left: 15px;
    padding-right: 15px
}

.footer__main {
    margin-top: 32px
}

.footer .copyright {
    margin: 32px 0
}

.footer__column_1, .footer__column_2 {
    display: flex;
    flex-basis: 50%;
    flex-grow: 1;
    margin-bottom: 32px;
    margin-top: 32px
}

.footer__column_1 {
    flex-direction: column
}

@media (max-width: 755px) {
    .footer__aside {
        flex-direction: column
    }

    .footer__column_2 {
        position: relative
    }

    .footer__column_2:before {
        background-color: currentColor;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        top: -32px;
        width: 100%
    }
}

@media (min-width: 756px) and (max-width: 979px) {
    .footer__aside {
        flex-direction: row
    }

    .footer__column_1 {
        padding-right: 32px
    }

    .footer__column_2 {
        padding-left: 32px;
        position: relative
    }

    .footer__column_2:before {
        background-color: currentColor;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 2px
    }
}

@media (min-width: 980px) {
    .footer {
        display: flex;
        flex-direction: row
    }

    .footer__aside {
        flex-direction: column
    }

    .footer__column_2 {
        position: relative
    }

    .footer__column_2:before {
        background-color: currentColor;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        top: -32px;
        width: 100%
    }
}

.adults-only-logo, .be-gamble-aware-logo, .betfair-logo, .commission-logo, .gamcare-logo, .gamstop-logo, .gordon-moody-logo, .ibas-logo, .responsible-gambling-logo, .svg-logo, .talk-ban-stop-logo, .ibia-logo, .betting-and-gaming-council-logo {
    font-size: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.commission-logo {
    height: 2.312em;
    width: 8.599em;
    background-image: url("/hc/theming_assets/01KBMEHB0E42AFPK2HE9SXV41R");
}

.gordon-moody-logo {
    height: 2.795em;
    width: 8.6em;
    background-image: url("/hc/theming_assets/01KBMEHC48HN56QPA89VCGD86K");
}

.gamstop-logo {
    height: 2.71695094em;
    width: 8.6em;
    background-image: url("/hc/theming_assets/01KBMEH8SH6YDSGKHF7T2SFV61");
}

.gamcare-logo {
    height: 2.531em;
    width: 8.76em;
    background-image: url("/hc/theming_assets/01KBMEHFKF0A1445Y6XJP7VDB1");
}

.ibas-logo {
    height: 2.56em;
    width: 6.4em;
    background-image: url("/hc/theming_assets/01KBMEHD9ZVRYQ7YBRKFE2SSC2");
}

.be-gamble-aware-logo {
    height: 2.574em;
    width: 8.6em;
    background-image: url("/hc/theming_assets/01KBMEH9WS55Q3T3T8PQ50K7Y7");
}

.ibia-logo {
    height: 2.5em;
    width: 6.618em;
    background-image: url("/hc/theming_assets/01KBMEHEFGCC3982K4FGMP3NBD");
}

.betting-and-gaming-council-logo {
    height: 2.098em;
    width: 11.666em;
    background-image: url("/hc/theming_assets/01KBMEH6BRH9YHVA5SBQX8NVN2");
}

.responsible-gambling-logo {
    height: 3.504em;
    margin-right: 8px;
    width: 3.504em;
    background-image: url("/hc/theming_assets/01KBMEHJ0BKWXFG1EX8Y8Q9YNE");
}

.adults-only-logo {
    height: 3.115em;
    margin-right: 8px;
    width: 3.309em;
    background-image: url("/hc/theming_assets/01KBMEH4WGHMXXFBBT28CJKD4N");
}

.talk-ban-stop-logo {
    height: 4.24em;
    width: 8.106em;
    background-image: url("/hc/theming_assets/01KBMEHK6XMHB8C69VDRRB4HZ1");
}

/***** Breadcrumbs *****/

.breadcrumbs {
    margin: 0 0 15px 0;
    padding: 0;
}

@media (min-width: 768px) {
    .breadcrumbs {
        margin: 0;
    }
}

.breadcrumbs li {
    font-size: 13px;
    font-weight: 300;
    display: inline;
    overflow: hidden;
    max-width: 450px;
    text-overflow: ellipsis;
    color: #d4dde7;
}

.breadcrumbs li + li::before {
    margin: 0 4px;
    content: '>';
}

.breadcrumbs li a:visited {
    color: #d4dde7;
}

/***** Search field *****/

.search {
    position: relative;
}

.search input[type="search"] {
    width: 100%;
    height: 40px;
    padding-left: 40px;
    padding-right: 20px;
    -webkit-appearance: none;
    border: 1px solid #2e415d;
    border-radius: 5px;
    box-sizing: border-box;
    color: #7d90a9;
}

[dir="rtl"] .search input[type="search"] {
    padding-right: 40px;
    padding-left: 20px;
}

.search input[type="search"]:focus {
    color: #555;
}

.search::before {
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #2e415d;
    content: "\1F50D";
    font-size: 18px;
    position: absolute;
    left: 15px;
}

[dir="rtl"] .search::before {
    right: 15px;
    left: auto;
}

.search-full input[type="search"] {
    height: 60px;
    padding-left: 20px;
    font-size: 22px;
    background-color: #fff;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .2);
}

.search-full::before {
    content: none;
}

.search-full input[type="submit"] {
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Qanelas Bold', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #243956;
    background-color: #d0d941;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .2);
}

@media (min-width: 768px) {
    .search-full {
        width: calc(100% / 12 * 10);
    }

    .search-full input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0;
        box-shadow: none;
    }
}

/***** Hero component *****/

.hero {
    height: 336px;
    background-image: radial-gradient(65.95% 149.55% at 88.13% 5.91%,#9fffd7 0,#4c7ec1 42.74%,#2c496f 74.93%,#223145 100%);
    background-repeat: no-repeat;
    background-position: 72% 50%;
}

@media (min-width: 768px) {
    .hero {
        background-position: 100% 50%;
    }
}

.hero-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 65px 5% 0;
}

@media (min-width: 1160px) {
    .hero-inner {
        width: 90%;
        padding-right: 0;
        padding-left: 0;
    }
}

.hero-title {
    font-family: 'Qanelas Black', sans-serif;
    font-size: 48px;
    line-height: 50px;
    margin: 13px 0;
    color: #fff;
}

.page-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0;
}

@media (min-width: 768px) {
    .page-header {
        align-items: baseline;
        flex-direction: row;
        margin: 0;
    }
}

.page-header .section-subscribe {
    flex-shrink: 0;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .page-header .section-subscribe {
        margin-bottom: 0;
    }
}

.page-header h1 {
    flex-grow: 1;
    margin-bottom: 10px;
}

.page-header-description {
    font-weight: 300;
    font-style: italic;
    margin: 0 0 30px 0;
    word-break: break-word;
}

@media (min-width: 1024px) {
    .page-header-description {
        flex-basis: 100%;
    }
}

.page-header .icon-lock::before {
    font-size: 20px;
    position: relative;
    left: -5px;
    content: '\1F512';
    vertical-align: baseline;
}

.sub-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 50px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .sub-nav {
        align-items: baseline;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .sub-nav input[type='search'] {
        min-width: 300px;
    }
}

.sub-nav input[type='search']::after {
    font-size: 15px;
}

/***** Blocks *****/

/* Used in Homepage#categories and Community#topics */

.blocks {
    background: #223145;
}

.blocks-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .blocks-list {
        margin: 0 -20px;
        flex-wrap: nowrap;
    }
}

.blocks-item {
    flex-grow: 1;
    flex-basis: 34%;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .blocks-item {
        flex-basis: initial;
        flex-grow: initial;
    }
}

@media (max-width: 480px) {
    .blocks-item {
        flex-basis: 260px;
    }
}

.blocks-item-internal .icon-lock::before {
    font-size: 15px;
    position: relative;
    bottom: 5px;
    content: '\1F512';
}

.blocks-item-link {
    display: inline-block;
    min-height: 68px;
    font-size: 0;
    color: #7d90a9;
    border-bottom: 2px solid transparent;
}

.blocks-item-link::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 68px;
    width: 1px;
    margin-right: -1px;
}

.blocks-item-link:hover,
.blocks-item-link:focus,
.blocks-item-link:active {
    text-decoration: none;
}

.blocks-item-title {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Qanelas Medium', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.blocks-item-description {
    display: none;
    font-weight: 300;
    margin: 0;
}

.blocks-item-description:not(:empty) {
    margin-top: 10px;
}

.blocks-item:hover .blocks-item-link,
.blocks-item:focus .blocks-item-link,
.blocks-item:active .blocks-item-link {
    color: #fff;
    border-bottom-color: #d0d941;
}

.blocks-item:hover *,
.blocks-item:focus *,
.blocks-item:active * {
    text-decoration: none;
    color: #d0d941;
}

/***** Homepage *****/

.section {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .section {
        margin-bottom: 60px;
    }
}

.section h2 {
    margin-bottom: 10px;
    text-align: center;
}

/***** Promoted articles *****/

.promoted-articles {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media (min-width: 1024px) {
    .promoted-articles {
        flex-direction: row;
    }
}

.promoted-articles-item {
    flex: 1 0 auto;
}

@media (min-width: 1024px) {
    .promoted-articles-item {
        align-self: flex-end;
        flex: 0 0 auto;
        width: 33%;
        /* Three columns on desktop */
        padding-right: 30px;
    }

    [dir='rtl'] .promoted-articles-item {
        padding: 0 0 0 30px;
    }
}

.promoted-articles-item:nth-child(3n) {
    padding-right: 0;
}

.promoted-articles-item a {
    display: block;
    padding: 15px 0;
    color: #c1c6cf;
    border-bottom: 1px solid #2e415d;
}

.promoted-articles-item:last-child a {
    border: 0;
}

@media (min-width: 1024px) {
    .promoted-articles-item:last-child a {
        border-bottom: 1px solid #2e415d;
    }
}

/***** Community section in homepage *****/

.community {
    text-align: center;
}

.community-image {
    max-width: 100%;
    min-height: 300px;
    background-image: url("..//hc/theming_assets/01HZM0CM55GF7K2JJJV3T0M54X");
    background-repeat: no-repeat;
    background-position: center;
}

.community {
    padding: 30px 0;
    border-top: 1px solid #2e415d;
}

.activity {
    padding: 30px 0 0;
}

.activity-image {
    max-width: 100%;
    min-height: 280px;
    margin: 30px 0 0;
    border: 1px solid #d0d941;
    border-radius: 4px;
    background-image: url("..//hc/theming_assets/01HZM0CM55GF7K2JJJV3T0M54X");
    background-repeat: no-repeat;
    background-position: center;
}

/***** Recent activity *****/

.recent-activity-header {
    margin-bottom: 10px;
    text-align: center;
}

.recent-activity-list {
    padding: 0;
}

.recent-activity-item {
    overflow: auto;
    padding: 20px 0;
    border-bottom: 1px solid #2e415d;
}

.recent-activity-item-parent,
.recent-activity-item-link {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

.recent-activity-item-parent {
    color: #fff;
}

.recent-activity-item-link {
    color: #7d90a9;
}

@media (min-width: 768px) {
    .recent-activity-item-parent,
    .recent-activity-item-link {
        width: 70%;
        margin: 0;
    }
}

.recent-activity-item-parent:hover {
    color: #d0d941;
}

.recent-activity-item-link:hover {
    color: #fff;
}

.recent-activity-item-meta {
    float: none;
    margin: 15px 0 0 0;
}

@media (min-width: 768px) {
    .recent-activity-item-meta {
        float: right;
        margin: 0;
    }

    [dir='rtl'] .recent-activity-item-meta {
        float: left;
    }
}

.recent-activity-item-time,
.recent-activity-item-comment {
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    color: #7d90a9;
}

.recent-activity-item-comment {
    padding-left: 5px;
}

[dir='rtl'] .recent-activity-item-comment {
    padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
    display: inline-block;
}

.recent-activity-item-comment span::before {
    font-size: 15px;
    display: inline-block;
    padding-right: 3px;
    content: '\1F4AC';
    vertical-align: middle;
}

[dir='rtl'] .recent-activity-item-comment span::before {
    padding-left: 3px;
}

.recent-activity-controls {
    padding-top: 15px;
}

/***** Category pages *****/

.category-container {
    display: flex;
    justify-content: flex-end;
}

.category-content {
    flex: 1;
}

@media (min-width: 1024px) {
    .category-content {
        flex: 0 0 80%;
    }
}

.section-tree {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .section-tree {
        flex-direction: row;
    }
}

.section-tree .section {
    flex: initial;
}

@media (min-width: 768px) {
    .section-tree .section {
        flex: 0 0 45%;
        /* Two columns for tablet and desktop. Leaving 5% separation between columns */
    }
}

.section-tree .icon-lock::before {
    vertical-align: baseline;
}

.section-tree-title {
    margin-bottom: 0;
}

.section-tree-title a {
    color: #c1c6cf;
}

.section-tree .see-all-articles {
    display: block;
    padding: 15px 0;
}

.article-list-item {
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #2e415d;
}

.article-list-item a {
    color: #c1c6cf;
}

.icon-star::before {
    font-size: 18px;
    color: #395173;
}

/***** Section pages *****/

.section-container {
    display: flex;
    justify-content: flex-end;
}

.section-content {
    flex: 1;
}

@media (min-width: 1024px) {
    .section-content {
        flex: 0 0 80%;
    }
}

.section-subscribe .dropdown-toggle::after {
    display: none;
}

/***** Article *****/

.article {
    /* The article grid is defined this way to optimize readability: Sidebar | Content | Free space 17%     | 66%     | 17% */
    flex: 1 0 auto;
}

@media (min-width: 1024px) {
    .article {
        flex: 1 0 66%;
        min-width: 640px;
        max-width: 66%;
        padding: 0 30px;
    }
}

.article-container {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .article-container {
        flex-direction: row;
    }
}

.article-header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .article-header {
        flex-direction: row;
        margin-top: 0;
    }
}

.article-author {
    margin-bottom: 10px;
}

.article-title {
    line-height: 1;
}

@media (min-width: 768px) {
    .article-title {
        flex-basis: 100%;
        /* Take entire row */
    }
}

.article-title .icon-lock::before {
    font-size: 20px;
    position: relative;
    left: -5px;
    content: '\1F512';
    vertical-align: baseline;
}

.article [role='button'] {
    flex-shrink: 0;
    /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
    width: 100%;
}

@media (min-width: 768px) {
    .article [role='button'] {
        width: auto;
    }
}

.article-info {
    max-width: 100%;
}

.article-meta {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.article-body img {
    max-width: 100%;
    height: auto;
}

.article-body ul,
.article-body ol {
    margin: 20px 0 20px 20px;
    padding-left: 20px;
    list-style-position: outside;
}

[dir='rtl'] .article-body ul,
[dir='rtl'] .article-body ol {
    margin-right: 20px;
    margin-left: 0;
    padding-right: 20px;
    padding-left: 0;
}

.article-body ul > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol {
    margin: 0;
}

.article-body ul {
    list-style-type: disc;
}

.article-body a:visited {
    color: #93a9c2;
}

.article-body code {
    margin: 0 2px;
    padding: 0 5px;
    border: 1px solid #2e415d;
    border-radius: 3px;
    background: #293a53;
}

.article-body pre {
    overflow: auto;
    padding: 10px 15px;
    white-space: pre;
    border: 1px solid #2e415d;
    border-radius: 3px;
    background: #293a53;
}

.article-body blockquote {
    font-style: italic;
    padding: 0 15px;
    color: #fafbfc;
    border-left: 1px solid #2e415d;
}

.article-body > p:last-child {
    margin-bottom: 0;
}

.article-content {
    line-height: 1.6;
    margin: 40px 0;
    word-wrap: break-word;
}

.article-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.article-comment-count {
    font-weight: 300;
    color: #fafbfc;
}

.article-comment-count:hover {
    text-decoration: none;
}

.article-comment-count .icon-comments {
    font-size: 18px;
    display: inline-block;
    padding: 5px;
    content: '\1F4AC';
    color: #395173;
}

.article-sidebar {
    flex: 1 0 auto;
    margin-bottom: 20px;
    padding: 0;
    border-top: 1px solid #2e415d;
    border-bottom: 1px solid #2e415d;
}

@media (min-width: 1024px) {
    .article-sidebar {
        flex: 0 0 17%;
        height: auto;
        border: 0;
    }
}

.article-relatives {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    border-top: 1px solid #2e415d;
}

@media (min-width: 768px) {
    .article-relatives {
        flex-direction: row;
    }
}

.article-relatives > * {
    flex: 1 0 auto;
    margin-right: 0;
}

.article-relatives > *:last-child {
    margin: 0;
}

@media (min-width: 768px) {
    .article-relatives > * {
        margin-right: 20px;
    }
}

.article-votes {
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #2e415d;
}

.article-vote {
    width: auto;
    min-width: 90px;
    margin: 10px 5px;
    color: #395173;
    border: 1px solid #395173;
    background: transparent;
}

.article-vote::before {
    font-size: 8px;
    margin-right: 10px;
}

[dir='rtl'] .article-vote::before {
    margin-right: 0;
    margin-left: 10px;
}

.article-vote::after {
    content: attr(title);
    /* Yes/No label*/
}

.article-vote:focus,
.article-vote:active {
    color: #395173;
    background-color: transparent;
}

.article-vote:hover {
    background-color: #395173;
}

.article-vote:hover::before,
.article-vote:hover::after,
.article-vote[aria-selected='true']::before,
.article-vote[aria-selected='true']::after {
    color: #d0d941;
}

.article-vote-up::before {
    content: '\2713';
}

.article-vote-down::before {
    content: '\2715';
}

.article-more-questions {
    margin: 10px 0 20px;
    text-align: center;
}

.article-return-to-top {
    border-top: 1px solid #2e415d;
}

@media (min-width: 1024px) {
    .article-return-to-top {
        display: none;
    }
}

.article-return-to-top a {
    display: block;
    padding: 20px 0;
    color: #c1c6cf;
}

.article-return-to-top a:hover,
.article-return-to-top a:focus {
    text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
    font-size: 16px;
    margin-left: 5px;
}

[dir='rtl'] .article-return-to-top .icon-arrow-up::before {
    margin-right: 10px;
}

.article-unsubscribe {
    text-decoration: none;
    color: #d0d941;
    background-color: #395173;
}

.article-unsubscribe:hover {
    background-color: #17212f;
    border-color: #17212f;
}

.sidenav-title {
    font-size: 15px;
    position: relative;
}

.sidenav-item {
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    color: #c1c6cf;
    border-radius: 4px;
}

.sidenav-item.current-article,
.sidenav-item:hover {
    text-decoration: none;
    color: #d0d941;
    background-color: #395173;
}

.recent-articles h3,
.related-articles h3 {
    font-size: 15px;
    margin: 20px 0;
}

.recent-articles li,
.related-articles li {
    margin-bottom: 15px;
}

/***** Attachments *****/

/* Styles attachments inside posts, articles and comments */

.attachments .attachment-item {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

.attachments .attachment-item:last-child {
    margin-bottom: 0;
}

.attachments .attachment-item::before {
    font-size: 15px;
    position: absolute;
    top: 5px;
    left: 0;
    content: '\1F4CE';
    color: #c1c6cf;
}

[dir='rtl'] .attachments .attachment-item {
    padding-right: 20px;
    padding-left: 0;
}

[dir='rtl'] .attachments .attachment-item::before {
    right: 0;
    left: auto;
}

.upload-dropzone span {
    color: #fafbfc;
}

/***** Social share links *****/

.share {
    padding: 0;
    white-space: nowrap;
}

.share li,
.share a {
    display: inline-block;
}

.share a {
    line-height: 25px;
    overflow: hidden;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.share a::before {
    font-size: 23px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fafbfc;
}

.share a:hover {
    text-decoration: none;
}

.share a:hover::before {
    color: #395173;
}

.share-twitter::before {
    content: '\e901';
}

.share-facebook::before {
    content: '\e903';
}

.share-linkedin::before {
    content: '\e900';
}

.share-googleplus::before {
    content: '\e902';
}

/***** Comments *****/

/* Styles comments inside articles, posts and requests */

.comment {
    padding: 20px 0;
    border-bottom: 1px solid #2e415d;
}

.comment-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.comment-overview {
    padding: 20px 0;
    border-top: 1px solid #2e415d;
    border-bottom: 1px solid #2e415d;
}

.comment-overview p {
    margin-top: 0;
}

.comment-callout {
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 0;
    color: #fafbfc;
}

.comment-callout a {
    color: #395173;
}

.comment-sorter {
    display: inline-block;
    float: right;
}

.comment-sorter a {
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
    color: #fafbfc;
}

[dir='rtl'] .comment-sorter {
    float: left;
}

.comment-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.comment-wrapper.comment-official {
    padding: 40px 20px 20px;
    border: 1px solid #395173;
}

@media (min-width: 768px) {
    .comment-wrapper.comment-official {
        padding-top: 20px;
    }
}

.comment-info {
    width: 100%;
    min-width: 0;
    padding-right: 20px;
}

[dir='rtl'] .comment-info {
    padding-right: 0;
    padding-left: 20px;
}

.comment-author {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .comment-author {
        justify-content: space-between;
    }
}

.comment-avatar {
    margin-right: 10px;
}

[dir='rtl'] .comment-avatar {
    margin-right: 0;
    margin-left: 10px;
}

.comment-meta {
    flex: 1 0 auto;
}

.comment-labels {
    flex-basis: 100%;
}

@media (min-width: 768px) {
    .comment-labels {
        flex-basis: auto;
    }
}

.comment .status-label:not(.status-label-official) {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .comment .status-label:not(.status-label-official) {
        margin-top: 0;
    }
}

.comment-form {
    display: flex;
    padding-top: 30px;
    word-wrap: break-word;
}

.comment-container {
    width: 100%;
}

.comment-form-controls {
    display: none;
    margin-top: 10px;
    text-align: left;
}

@media (min-width: 768px) {
    [dir='ltr'] .comment-form-controls {
        text-align: right;
    }
}

.comment-form-controls input[type='submit'] {
    margin-top: 15px;
}

@media (min-width: 1024px) {
    .comment-form-controls input[type='submit'] {
        margin-left: 15px;
    }

    [dir='rtl'] .comment-form-controls input[type='submit'] {
        margin-right: 15px;
        margin-left: 0;
    }
}

.comment-form-controls input[type='checkbox'] {
    margin-right: 5px;
}

.comment-form-controls input[type='checkbox'] [dir='rtl'] {
    margin-left: 5px;
}

.comment-ccs {
    display: none;
}

.comment-ccs + textarea {
    margin-top: 10px;
}

.comment-attachments {
    margin-top: 10px;
}

.comment-attachments a {
    color: #395173;
}

.comment-body {
    font-family: 'Qanelas Medium', sans-serif;
    line-height: 1.6;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.comment-body img {
    max-width: 100%;
    height: auto;
}

.comment-body ul,
.comment-body ol {
    margin: 20px 0 20px 20px;
    padding-left: 20px;
    list-style-position: outside;
}

[dir='rtl'] .comment-body ul,
[dir='rtl'] .comment-body ol {
    margin-right: 20px;
    margin-left: 0;
    padding-right: 20px;
    padding-left: 0;
}

.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol {
    margin: 0;
}

.comment-body ul {
    list-style-type: disc;
}

.comment-body a:visited {
    color: #93a9c2;
}

.comment-body code {
    margin: 0 2px;
    padding: 0 5px;
    border: 1px solid #2e415d;
    border-radius: 3px;
    background: #293a53;
}

.comment-body pre {
    overflow: auto;
    padding: 10px 15px;
    white-space: pre;
    border: 1px solid #2e415d;
    border-radius: 3px;
    background: #293a53;
}

.comment-body blockquote {
    font-style: italic;
    padding: 0 15px;
    color: #fafbfc;
    border-left: 1px solid #2e415d;
}

.comment-mark-as-solved {
    display: inline-block;
}

/***** Vote *****/

/* Used in article comments, post comments and post */

.vote {
    display: inline-block;
    width: 35px;
    text-align: center;
}

.vote a {
    outline: none;
}

.vote a:active,
.vote a:hover,
.vote a:focus {
    text-decoration: none;
}

.vote-sum {
    display: block;
    margin: 3px 0;
    color: #fafbfc;
}

[dir='rtl'] .vote-sum {
    direction: ltr;
    unicode-bidi: bidi-override;
}

.vote-up:hover::before,
.vote-down:hover::before {
    color: #395173;
}

.vote-up::before,
.vote-down::before {
    font-size: 24px;
    color: #fafbfc;
}

.vote-up::before {
    content: '\2B06';
}

.vote-down::before {
    content: '\2B07';
}

.vote-voted::before {
    color: #395173;
}

.vote-voted:hover::before {
    color: #17212f;
}

/***** Actions *****/

/* Styles admin and en user actions(edit, delete, change status) in comments and posts */

.actions {
    flex-shrink: 0;
    /*Avoid collapsing elements in Safari*/
    text-align: center;
}

.actions .dropdown-toggle {
    font-size: 0;
    margin: 15px 0;
}

.actions .dropdown-toggle:hover::before,
.actions .dropdown-toggle:focus::before,
.actions .dropdown-toggle:active::before {
    background-color: #293a53;
}

.actions .dropdown-toggle::before {
    font-size: 13px;
    display: block;
    margin: auto;
    padding: 5px;
    content: '\2699';
    color: #fafbfc;
    border-radius: 50%;
    background-color: transparent;
}

/***** Community *****/

.community-hero {
    margin-bottom: 10px;
    background-image: url(/hc/theming_assets/01HZM0CM15PY7G1KY835MXTZ15);
}

.community-footer {
    padding-top: 50px;
    text-align: center;
}

.community-featured-posts,
.community-activity {
    width: 100%;
    padding-top: 40px;
}

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

.community-header h4 {
    margin-bottom: 0;
}

.post-to-community {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .post-to-community {
        margin: 0;
    }
}

/* Community topics grid */

.topics {
    width: 100%;
    max-width: none;
}

.topics-item .meta-group {
    justify-content: center;
    margin-top: 20px;
}

/* Community topic page */

.topic-header {
    font-size: 13px;
    border-bottom: 1px solid #2e415d;
}

@media (min-width: 768px) {
    .topic-header {
        padding-bottom: 10px;
    }
}

.topic-header .dropdown {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #2e415d;
}

@media (min-width: 768px) {
    .topic-header .dropdown {
        display: inline-block;
        margin-right: 20px;
        padding: 0;
        border-top: 0;
    }
}

.no-posts-with-filter {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Topic, post and user follow button */

.community-follow {
    width: 100%;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .community-follow {
        width: auto;
        margin-bottom: 0;
    }
}

.community-follow .dropdown {
    width: 100%;
}

.community-follow [role='button'] {
    line-height: 30px;
    position: relative;
    width: 100%;
    padding: 0 10px 0 15px;
}

@media (min-width: 768px) {
    .community-follow [role='button'] {
        width: auto;
    }
}

.community-follow [role='button']:hover {
    background-color: #395173;
}

.community-follow [role='button']:hover::after,
.community-follow [role='button']:focus::after {
    color: #d0d941;
    border-color: #d0d941;
}

.community-follow [role='button'][aria-selected='true'] {
    color: #d0d941;
    background-color: #395173;
}

.community-follow [role='button'][aria-selected='true']::after {
    color: #d0d941;
    border-left: 1px solid #d0d941;
}

.community-follow [role='button'][aria-selected='true']:hover {
    background-color: #17212f;
    border-color: #17212f;
}

.community-follow [role='button']::after {
    font-family: 'Qanelas Black', sans-serif;
    position: absolute;
    right: 10px;
    display: inline-block;
    margin-left: 15px;
    padding-left: 10px;
    content: attr(data-follower-count);
    color: #395173;
    border-left: 1px solid #395173;
}

@media (min-width: 768px) {
    .community-follow [role='button']::after {
        position: static;
    }
}

[dir='rtl'] .community-follow [role='button']::after {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #395173;
    border-left: 0;
}

/***** Striped list *****/

/* Used in community posts list and requests list */

.striped-list {
    padding: 0;
}

.striped-list-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 0;
    border-bottom: 1px solid #2e415d;
}

@media (min-width: 768px) {
    .striped-list-item {
        align-items: center;
        flex-direction: row;
    }
}

.striped-list-info {
    flex: 2;
}

.striped-list-title {
    margin-right: 5px;
    margin-bottom: 10px;
    color: #d4dde7;
}

.striped-list-title:hover,
.striped-list-title:focus,
.striped-list-title:active {
    text-decoration: underline;
}

.striped-list-title:visited {
    color: #93a9c2;
}

.striped-list .meta-group {
    margin: 5px 0;
}

.striped-list-count {
    font-size: 13px;
    font-weight: 300;
    justify-content: flex-start;
    text-transform: capitalize;
    color: #fafbfc;
}

@media (min-width: 768px) {
    .striped-list-count {
        display: flex;
        flex: 1;
        justify-content: space-around;
    }
}

.striped-list-count-item::after {
    display: inline-block;
    padding: 0 5px;
    content: '·';
}

@media (min-width: 768px) {
    .striped-list-count-item::after {
        display: none;
    }
}

.striped-list-count-item:last-child::after {
    display: none;
}

.striped-list-number {
    font-weight: 300;
    text-align: center;
}

@media (min-width: 768px) {
    .striped-list-number {
        font-weight: 400;
        display: block;
        color: #c1c6cf;
    }
}

/***** Status labels *****/

/* Styles labels used in posts, articles and requests */

.status-label {
    font-size: 12px;
    display: inline-block;
    margin-right: 2px;
    padding: 3px 10px;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    border-radius: 4px;
    background-color: #1eb848;
}

.status-label:hover,
.status-label:active,
.status-label:focus {
    text-decoration: none;
}

.status-label-pinned,
.status-label-featured,
.status-label-official {
    background-color: #395173;
}

.status-label-official {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    margin-right: 0;
    text-align: center;
    border-radius: 0;
}

@media (min-width: 768px) {
    .status-label-official {
        right: 30px;
        width: auto;
        border-radius: 0 0 4px 4px;
    }
}

[dir='rtl'] .status-label-official {
    right: auto;
    left: 30px;
}

.status-label-pending,
.status-label-not-planned {
    color: #fafbfc;
    background-color: #eee;
}

.status-label-pending {
    text-align: center;
}

.status-label-open {
    background-color: #e03b30;
}

.status-label-closed {
    background-color: #2e415d;
}

.status-label-solved {
    background-color: #999;
}

.status-label-new {
    background-color: #ffd12a;
}

.status-label-hold {
    background-color: #000;
}

.status-label-open,
.status-label-closed,
.status-label-solved,
.status-label-new,
.status-label-hold {
    text-transform: lowercase;
}

/***** Post *****/

/* The post grid is defined this way: Content | Sidebar 70%     | 30% */

.post {
    flex: 1;
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .post {
        flex: 1 0 70%;
        max-width: 70%;
    }
}

.post-container {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .post-container {
        flex-direction: row;
    }
}

.post-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .post-header {
        align-items: baseline;
        flex-direction: row;
    }
}

.post-header .status-label {
    vertical-align: super;
}

.post-title {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .post-title {
        margin-bottom: 0;
        padding-right: 10px;
    }
}

.post-title h1 {
    display: inline;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .post-title h1 {
        margin-right: 5px;
    }
}

.post-author {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.post-avatar {
    margin-bottom: 30px;
}

.post-content {
    font-family: 'Qanelas Medium', sans-serif;
    line-height: 1.6;
    word-break: break-word;
}

.post-info-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
}

.post-info {
    flex: 1;
}

@media (min-width: 1024px) {
    .post-info {
        padding-right: 20px;
    }
}

[dir='rtl'] .post-info {
    padding-right: 0;
    padding-left: 45px;
}

.post-meta {
    display: inline-block;
    flex: 1;
    margin-left: 10px;
    vertical-align: middle;
}

[dir='rtl'] .post-meta {
    margin-right: 10px;
    margin-left: 0;
}

.post-body img {
    max-width: 100%;
    height: auto;
}

.post-body ul,
.post-body ol {
    margin: 20px 0 20px 20px;
    padding-left: 20px;
    list-style-position: outside;
}

[dir='rtl'] .post-body ul,
[dir='rtl'] .post-body ol {
    margin-right: 20px;
    margin-left: 0;
    padding-right: 20px;
    padding-left: 0;
}

.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol {
    margin: 0;
}

.post-body ul {
    list-style-type: disc;
}

.post-body a:visited {
    color: #93a9c2;
}

.post-body code {
    margin: 0 2px;
    padding: 0 5px;
    border: 1px solid #2e415d;
    border-radius: 3px;
    background: #293a53;
}

.post-body pre {
    overflow: auto;
    padding: 10px 15px;
    white-space: pre;
    border: 1px solid #2e415d;
    border-radius: 3px;
    background: #293a53;
}

.post-body blockquote {
    font-style: italic;
    padding: 0 15px;
    color: #fafbfc;
    border-left: 1px solid #2e415d;
}

.post-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.post-comment-count {
    font-weight: 300;
    color: #fafbfc;
}

.post-comment-count:hover {
    text-decoration: none;
}

.post-comment-count .icon-comments {
    font-size: 18px;
    display: inline-block;
    padding: 5px;
    content: '\1F4AC';
    color: #395173;
}

.post-sidebar {
    flex: 1;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #2e415d;
}

@media (min-width: 1024px) {
    .post-sidebar {
        flex: 1 0 30%;
        padding: 0 0 0 50px;
        text-align: initial;
        border: 0;
    }

    [dir='rtl'] .post-sidebar {
        padding: 0 50px 0 0;
    }
}

.post-sidebar h5 {
    font-weight: 600;
}

@media (min-width: 1024px) {
    .post-sidebar h5 {
        padding-bottom: 20px;
        border-bottom: 1px solid #2e415d;
    }
}

.post-comments {
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .post-comments {
        margin-bottom: 0;
    }
}

/* Navigation element that collapses on mobile */

.collapsible-nav {
    font-size: 14px;
    overflow: hidden;
    flex-direction: column;
    max-height: 45px;
    border-top: 1px solid #2e415d;
    border-bottom: 1px solid #2e415d;
}

@media (min-width: 768px) {
    .collapsible-nav {
        flex-direction: row;
        height: auto;
        max-height: none;
        border: 0;
    }
}

.collapsible-nav-list {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .collapsible-nav-list {
        flex-direction: row;
    }
}

.collapsible-nav-list li {
    line-height: 45px;
    order: 1;
    color: #c1c6cf;
}

@media (min-width: 768px) {
    .collapsible-nav-list li {
        line-height: normal;
        margin-right: 30px;
    }

    [dir='rtl'] .collapsible-nav-list li {
        margin-right: 0;
        margin-left: 30px;
    }

    .collapsible-nav-list li a {
        padding: 15px 0 13px 0;
        text-decoration: none;
    }
}

.collapsible-nav-list li a {
    display: block;
    color: #c1c6cf;
}

@media (min-width: 768px) {
    .collapsible-nav-list li:hover {
        border-bottom: 2px solid #2e415d;
    }

    .collapsible-nav-list li:hover a {
        text-decoration: none;
    }
}

.collapsible-nav-list li[aria-selected='true'] {
    position: relative;
    order: 0;
}

@media (min-width: 768px) {
    .collapsible-nav-list li[aria-selected='true'] {
        order: 1;
        padding: 15px 0 11px 0;
        border-bottom: 2px solid #d4dde7;
    }
}

.collapsible-nav-list li[aria-selected='true'] a {
    color: #c1c6cf;
}

.collapsible-nav-list li[aria-selected='true']::after {
    position: relative;
    position: absolute;
    top: 50%;
    right: 0;
    content: '\25BE';
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .collapsible-nav-list li[aria-selected='true']::after {
        display: none;
    }
}

[dir='rtl'] .collapsible-nav-list li[aria-selected='true']::after {
    right: auto;
    left: 0;
}

.collapsible-nav[aria-expanded='true'] {
    max-height: none;
}

.collapsible-nav[aria-expanded='true'] li[aria-selected='true']::after {
    content: '\2715';
}

/* Sidebar navigation that collapses on mobile */

.collapsible-sidebar {
    position: relative;
    overflow: hidden;
    flex: 1;
    max-height: 45px;
    padding: 10px 0;
}

@media (min-width: 1024px) {
    .collapsible-sidebar {
        max-height: none;
        padding: 0;
    }
}

.collapsible-sidebar[aria-expanded='true'] {
    max-height: none;
}

.collapsible-sidebar[aria-expanded='true'] .collapsible-sidebar-title::after {
    content: '\2715';
}

@media (min-width: 1024px) {
    .collapsible-sidebar[aria-expanded='true'] .collapsible-sidebar-title::after {
        display: none;
    }
}

.collapsible-sidebar-title {
    margin-top: 0;
}

.collapsible-sidebar-title::after {
    position: relative;
    position: absolute;
    top: 50%;
    right: 10px;
    content: '\25BE';
    transform: translateY(-50%);
}

@media (min-width: 1024px) {
    .collapsible-sidebar-title::after {
        display: none;
    }
}

[dir='rtl'] .collapsible-sidebar-title::after {
    right: auto;
    left: 10px;
}

/***** My activities *****/

.my-activities-nav {
    margin-bottom: 20px;
    border: 0;
    background-color: #26354c;
}

.my-activities-sub-nav {
    margin-bottom: 30px;
    border-bottom: 1px solid #2e415d;
    background-color: transparent;
}

.my-activities-sub-nav li {
    border-bottom: 2px solid transparent;
}

@media (min-width: 768px) {
    .my-activities-sub-nav li:hover {
        border-bottom: 2px solid #d0d941;
    }
    .my-activities-sub-nav li[aria-selected='true'] {
        border-color: #d0d941;
    }
}

.my-activities-table .striped-list-title {
    /* My activities tables */
    display: block;
    max-width: 350px;
    margin-bottom: 10px;
    white-space: normal;
}

@media (min-width: 1024px) {
    .my-activities-table .striped-list-title {
        overflow: hidden;
        min-width: 350px;
        max-width: 500px;
        margin-bottom: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.my-activities-table thead {
    display: none;
}

@media (min-width: 768px) {
    .my-activities-table thead {
        display: table-header-group;
    }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
    padding-left: 0;
}

@media (min-width: 1024px) {
    .my-activities-table th:first-child,
    .my-activities-table td:first-child {
        width: 500px;
    }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
    padding-right: 0;
}

.my-activities-table td:not(:first-child) {
    display: none;
}

@media (min-width: 768px) {
    .my-activities-table td:not(:first-child) {
        display: table-cell;
    }
}

/* Requests table */

.requests-search {
    width: 100%;
}

.requests-table-toolbar {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

@media (min-width: 768px) {
    .requests-table-toolbar {
        flex-direction: row;
    }
}

.requests-table-toolbar .search {
    flex: 1;
    width: 100%;
}

.requests-table-toolbar .request-table-filter {
    width: 100%;
}

@media (min-width: 768px) {
    .requests-table-toolbar .request-table-filter {
        width: auto;
    }
}

.requests-table-toolbar .request-filter {
    display: block;
}

@media (min-width: 768px) {
    .requests-table-toolbar .request-filter {
        margin: 0 0 0 30px;
    }

    [dir='rtl'] .requests-table-toolbar .request-filter {
        margin: 0 30px 0 0;
    }
}

.requests-table-toolbar .request-filter-label {
    font-size: 13px;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .requests-table-toolbar .request-filter-label {
        margin-top: 0;
    }
}

.requests-table-toolbar select {
    width: 100%;
    max-height: 40px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .requests-table-toolbar select {
        width: auto;
        max-width: 300px;
        margin-bottom: 0;
    }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
    line-height: 40px;
    max-height: 40px;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .requests-table-toolbar .organization-subscribe,
    .requests-table-toolbar .organization-unsubscribe {
        margin-left: 10px;
    }

    [dir='rtl'] .requests-table-toolbar .organization-subscribe,
    [dir='rtl'] .requests-table-toolbar .organization-unsubscribe {
        margin: 0 10px 0 0;
    }
}

.requests-table-toolbar .organization-unsubscribe {
    color: #d0d941;
    background-color: #395173;
}

.requests-table-toolbar + .requests-search-info {
    margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
    margin: 0;
    content: '';
}

.requests-table-toolbar + .requests-search-info + .requests {
    margin-top: 20px;
}

.requests-table-toolbar + .requests {
    margin-top: 40px;
}

.requests .requests-table-meta {
    display: block;
}

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

.requests .requests-table thead {
    display: none;
}

@media (min-width: 768px) {
    .requests .requests-table thead {
        display: table-header-group;
    }
}

.requests .requests-table-info {
    display: block;
}

@media (min-width: 768px) {
    .requests .requests-table-info {
        display: table-cell;
        width: auto;
        vertical-align: middle;
    }
}

.requests .requests-table .requests-link {
    position: relative;
}

.requests .requests-table .requests-sort-symbol {
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: calc(100% + 3px);
}

/* Following table */

.subscriptions-unsubscribe a {
    font-size: 12px;
    line-height: 2.34;
    display: inline-block;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    color: #d0d941;
    border-radius: 4px;
    background: #395173;
}

@media (min-width: 768px) {
    .subscriptions-unsubscribe a {
        width: auto;
    }
}

.subscriptions-unsubscribe a:hover {
    text-decoration: none;
    background-color: #17212f;
}

.subscriptions-table td:last-child {
    display: block;
}

@media (min-width: 768px) {
    .subscriptions-table td:last-child {
        display: table-cell;
    }
}

.subscriptions-table td:first-child {
    display: flex;
    align-items: center;
}

.subscriptions-table .user-avatar {
    margin-right: 10px;
}

.subscriptions .striped-list-title {
    display: inline-block;
    vertical-align: middle;
}

/* Contributions table */

.contributions-table td:last-child {
    font-size: 13px;
    font-weight: 300;
    color: #fafbfc;
}

@media (min-width: 768px) {
    .contributions-table td:last-child {
        font-size: inherit;
        font-weight: inherit;
        color: inherit;
    }
}

.no-activities {
    color: #fafbfc;
}

/***** Request *****/

.request-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 1024px) {
    .request-container {
        align-items: flex-start;
        flex-direction: row;
    }
}

.request-container .comment-container {
    min-width: 0;
}

.request-breadcrumbs {
    margin-bottom: 40px;
}

@media (min-width: 1024px) {
    .request-breadcrumbs {
        margin-bottom: 60px;
    }
}

.request-main {
    flex: 1 0 auto;
    order: 1;
}

.request-main .comment-fields,
.request-main .request-submit-comment {
    display: none;
}

.request-main .comment-fields.shown {
    display: block;
}

.request-main .request-submit-comment.shown {
    display: inline;
}

@media (min-width: 1024px) {
    .request-main {
        flex: 0 0 66%;
        order: 0;
        min-width: 0;
    }
}

.request-main .comment-form-controls {
    display: block;
}

.request-main .comment-ccs {
    display: block;
}

.request-main .comment-show-container {
    display: flex;
    width: 100%;
    padding: 8px 15px;
    cursor: pointer;
    border: 1px solid #2e415d;
    border-radius: 2px;
}

.request-main .comment-show-container.hidden {
    display: none;
}

.request-main .comment-show-container-content {
    align-self: center;
    margin-left: 10px;
    color: #fafbfc;
}

.request-main .form-field.comment-ccs > ul {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus='true'] {
    border: 1px solid #395173;
}

.request-main .form-field.comment-ccs > input[type='text'] {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.request-main .comment-ccs + textarea {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.request-main .comment-ccs + textarea:focus {
    border-top: 1px solid #395173;
}

.request-main input#mark_as_solved {
    display: none;
}

.request-title {
    width: 100%;
}

@media (min-width: 1024px) {
    .request-title {
        max-width: 66%;
        margin-bottom: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #2e415d;
    }
}

.request-sidebar {
    flex: 1 0 auto;
    order: 0;
    border-top: 1px solid #2e415d;
    border-bottom: 1px solid #2e415d;
}

@media (min-width: 1024px) {
    .request-sidebar {
        font-size: 13px;
        flex: 0 0 auto;
        width: 30%;
        padding: 0 20px;
        border: 0;
        background-color: #293a53;
    }
}

.request-sidebar h5 {
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

@media (min-width: 1024px) {
    .request-sidebar h5 {
        display: none;
    }
}

.request-details {
    font-size: 0;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #2e415d;
}

.request-details:last-child {
    border: 0;
}

.request-details dt,
.request-details dd {
    font-size: 13px;
    display: inline-block;
    margin: 20px 0 0 0;
    vertical-align: top;
}

.request-details dd {
    width: 60%;
    padding: 0 10px;
}

.request-details dd::after {
    content: '\A';
    white-space: pre;
}

.request-details dt {
    font-weight: 300;
    width: 40%;
    color: #fafbfc;
}

.request-details .request-collaborators {
    display: inline-block;
}

.request-attachments dt,
.request-attachments dd {
    width: 100%;
}

.request-attachments dd {
    margin: 10px 0 0 0;
}

.request-form textarea {
    min-height: 120px;
}

.request-follow-up {
    padding-top: 20px;
}

/***** Pagination *****/

.pagination {
    margin: 20px 0;
    text-align: center;
}

.pagination * {
    display: inline-block;
}

.pagination li {
    float: left;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    border-radius: 50%;
}

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

[dir='rtl'] .pagination li {
    float: right;
}

.pagination li:hover:not(.pagination-current) {
    background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span,
.pagination li:hover:not(.pagination-current) a {
    text-decoration: none;
    color: #c1c6cf;
}

.pagination a,
.pagination span {
    font-size: 15px;
    padding: 10px 12px;
    color: #fafbfc;
}

@media (min-width: 768px) {
    .pagination a,
    .pagination span {
        font-size: 13px;
        padding: 5px 12px;
    }
}

.pagination-current {
    background-color: #395173;
}

.pagination-current a,
.pagination-current span {
    color: #d0d941;
}

.pagination-first {
    border-radius: 3px 0 0 3px;
}

[dir='rtl'] .pagination-first {
    border-radius: 0 3px 3px 0;
}

.pagination-last {
    border-radius: 0 3px 3px 0;
}

[dir='rtl'] .pagination-last {
    border-radius: 3px 0 0 3px;
}

/***** Metadata *****/

.meta-group {
    display: block;
}

.meta-group * {
    display: inline;
}

.meta-data {
    font-size: 13px;
    font-weight: 300;
    color: #fafbfc;
}

.meta-data:not(:last-child)::after {
    margin: 0 5px;
    content: '\00B7';
}

/***** Icons *****/

[class^='icon-']::before,
[class*=' icon-']::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected='true']::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
    font-family: 'copenhagen-icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    vertical-align: middle;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
    content: '\1F512';
}

.icon-star::before {
    content: '\2605';
}

.icon-linkedin::before {
    content: '\e900';
}

.icon-twitter::before {
    content: '\e901';
}

.icon-googleplus-::before {
    content: '\e902';
}

.icon-facebook::before {
    content: '\e903';
}

.icon-agent::before {
    content: '\1F464';
}

.icon-close::before {
    content: '\2715';
}

.icon-arrow-up::before {
    content: '\2B06';
}

.icon-arrow-down::before {
    content: '\2B07';
}

.icon-attachments::before {
    content: '\1F4CE';
}

.icon-comments::before {
    content: '\1F4AC';
}

.icon-search::before {
    content: '\1F50D';
}

.icon-vote::before {
    content: '\1F44D';
}

.icon-handle::before {
    content: '\25BE';
}

.icon-check::before {
    content: '\2713';
}

.icon-gear::before {
    content: '\2699';
}

.icon-menu::before {
    content: '\2630';
}

.icon-article::before {
    content: '\1F4C4';
}

.icon-post::before {
    content: '\1F4D4';
}

.icon-notification-alert::before {
    content: '\26A0';
}

.icon-notification-error::before {
    content: '\00D7';
}

.icon-notification-info::before {
    content: '\2139';
}

.icon-notification-success::before {
    content: '\2714';
}

/***** User Profiles *****/

.profile-header {
    padding: 30px 0;
    background-color: #293a53;
}

.profile-header .container {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .profile-header .container {
        flex-wrap: nowrap;
    }
}

.profile-header .profile-info {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    min-width: 0;
}

.profile-avatar {
    line-height: 0;
    position: relative;
    align-self: center;
    margin-right: 10px;
}

[dir='rtl'] .profile-avatar {
    margin-right: 0;
    margin-left: 10px;
}

.profile-avatar .user-avatar {
    width: 65px;
    height: 65px;
}

.profile-avatar .icon-agent::before {
    right: 0;
    bottom: 0;
}

.profile-header .basic-info {
    display: flex;
    flex-basis: 0;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    min-width: 0;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.profile-header .basic-info .name {
    margin: 0;
}

.profile-header .options {
    display: flex;
    align-items: flex-start;
    flex-basis: 100%;
    flex-wrap: wrap;
    margin-top: 12px;
}

@media (min-width: 768px) {
    .profile-header .options {
        flex-basis: auto;
        flex-wrap: nowrap;
        margin-top: 0;
        margin-left: 10px;
    }

    [dir='rtl'] .profile-header .options {
        margin-right: 10px;
        margin-left: 0;
    }

    .profile-header .options > :not(:last-child) {
        margin-right: 10px;
        margin-bottom: 0;
    }

    [dir='rtl'] .profile-header .options > :not(:last-child) {
        margin-right: 0;
        margin-left: 10px;
    }
}

.profile-header .options [data-action='edit-profile'] {
    line-height: normal;
    padding: 8px 20px;
    color: #d0d941;
    border: 0;
    background-color: #395173;
}

.profile-header .description {
    flex-basis: 100%;
    margin: 15px 0;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.profile-stats {
    font-size: 13px;
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
}

.profile-stats .stat {
    display: flex;
    margin-bottom: 10px;
}

.profile-stats .stat-label {
    font-weight: 300;
    flex: 0 0 100px;
    margin-right: 10px;
    color: #fafbfc;
}

[dir='rtl'] .profile-stats .stat-label {
    margin-right: 0;
    margin-left: 10px;
}

.profile-stats-activity {
    margin-top: 15px;
    border-top: solid 1px #2e415d;
}

@media (min-width: 768px) {
    .profile-stats-activity {
        flex-direction: row;
        border-top: 0;
    }
}

@media (min-width: 768px) {
    .profile-stats-activity .stat {
        flex-direction: column;
    }
}

.profile-stats-activity .stat:first-child {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .profile-stats-activity .stat:first-child {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .profile-stats-activity .stat:not(:last-child) {
        margin-right: 40px;
    }

    [dir='rtl'] .profile-stats-activity .stat:not(:last-child) {
        margin-right: 0;
        margin-left: 40px;
    }
}

@media (min-width: 768px) {
    .profile-stats-activity .stat-label {
        flex: 0 1 auto;
    }
}

.profile-stats-counters {
    border-bottom: solid 1px #2e415d;
}

@media (min-width: 768px) {
    .profile-stats-counters {
        flex: 0 0 200px;
        margin-left: 40px;
        border-bottom: 0;
    }

    [dir='rtl'] .profile-stats-counters {
        margin-right: 40px;
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    .profile-stats-counters {
        flex: 0 0 270px;
        margin-left: 60px;
    }

    [dir='rtl'] .profile-stats-counters {
        margin-right: 60px;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .profile-stats-counters .stat {
        flex-direction: column;
    }
}

@media (min-width: 1024px) {
    .profile-stats-counters .stat {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .profile-stats-counters .stat:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .profile-stats-counters .stat-label {
        flex: 0 1 auto;
    }
}

@media (min-width: 1024px) {
    .profile-stats-counters .stat-label {
        flex: 0 0 100px;
    }
}

.profile-private-badge {
    font-size: 12px;
    flex-basis: 100%;
    padding: 5px 20px;
    text-align: center;
    color: #395173;
    border: solid 1px #395173;
    border-radius: 4px;
}

.profile-private-badge::after {
    font-family: 'copenhagen-icons';
    line-height: 15px;
    margin-left: 5px;
    content: '\1f512';
    vertical-align: middle;
}

@media (min-width: 768px) {
    .profile-private-badge {
        flex-basis: auto;
    }
}

.profile-nav {
    margin-bottom: 37px;
    border: 0;
    background-color: #26354c;
}

.profile-section {
    width: 100%;
}

@media (min-width: 1024px) {
    .profile-section {
        width: calc(100% - 330px);
    }
}

.profile-section-header {
    display: flex;
    flex-wrap: wrap;
}

.profile-section-title {
    flex-basis: 100%;
    margin-bottom: 0;
}

.profile-section-description {
    font-size: 13px;
    font-weight: 300;
    overflow: hidden;
    flex-basis: 100%;
    padding: 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fafbfc;
}

@media (min-width: 768px) {
    .profile-section-description {
        flex: 1 0 50%;
        padding-bottom: 0;
    }
}

.profile-section-sorter {
    font-size: 13px;
    flex-basis: 100%;
    border-top: solid 1px #eee;
}

.profile-section-sorter .dropdown-toggle {
    width: 100%;
    padding: 10px 0;
}

.profile-section-sorter .dropdown-toggle::after {
    position: absolute;
    right: 0;
}

[dir='rtl'] .profile-section-sorter .dropdown-toggle::after {
    right: initial;
    left: 0;
}

@media (min-width: 768px) {
    .profile-section-sorter .dropdown-toggle::after {
        position: relative;
    }
}

@media (min-width: 768px) {
    .profile-section-sorter {
        flex: 0 1 auto;
        margin-left: 20px;
        padding-top: 0;
        border-top: 0;
    }

    [dir='rtl'] .profile-section-sorter {
        margin-right: 20px;
        margin-left: 0;
    }
}

.profile-contribution {
    position: relative;
    padding: 20px 0;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.profile-contribution-header {
    margin-bottom: 5px;
}

.profile-contribution-title {
    font-size: 15px;
    line-height: 21px;
    display: inline;
    margin: 0 0 5px 0;
    vertical-align: middle;
}

.profile-contribution-body {
    margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
    border-top: 1px solid #eee;
}

@media (min-width: 768px) {
    .profile-contribution-list > .profile-contribution {
        padding-left: 30px;
    }

    [dir='rtl'] .profile-contribution-list > .profile-contribution {
        padding-right: 30px;
        padding-left: 0;
    }
}

.profile-contribution-list > .profile-contribution:last-child {
    border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
    font-family: 'copenhagen-icons';
    font-size: 16px;
    line-height: 25px;
    position: absolute;
    left: 0;
    color: #ccc;
}

[dir='rtl'] .profile-contribution-list > .profile-contribution::before {
    right: 0;
}

.profile-contribution-list .profile-contribution-header {
    margin-left: 30px;
}

[dir='rtl'] .profile-contribution-list .profile-contribution-header {
    padding-right: 30px;
    padding-left: 0;
}

@media (min-width: 768px) {
    .profile-contribution-list .profile-contribution-header {
        margin-left: 0;
    }

    [dir='rtl'] .profile-contribution-list .profile-contribution-header {
        padding-right: 0;
    }
}

.profile-comments .profile-contribution-breadcrumbs {
    margin-left: 30px;
}

[dir='rtl'] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 30px;
    padding-left: 0;
}

@media (min-width: 768px) {
    .profile-comments .profile-contribution-breadcrumbs {
        margin-left: 0;
    }

    [dir='rtl'] .profile-comments .profile-contribution-breadcrumbs {
        padding-right: 0;
    }
}

.profile-section .no-activity,
.profile-section .private-activity {
    display: block;
    margin-top: 40px;
    color: #999;
}

.profile-section .private-activity::before {
    font-family: 'copenhagen-icons';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    margin-right: 10px;
    content: '\1f512';
    vertical-align: middle;
}

[dir='rtl'] .profile-section .private-activity::before {
    margin-right: 0;
    margin-left: 10px;
}

.profile-activity-list {
    margin-top: 25px;
}

.profile-activity {
    position: relative;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .profile-activity {
        padding-left: 20px;
    }

    [dir='rtl'] .profile-activity {
        padding-right: 20px;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .profile-activity:not(:last-child) {
        border-left: 1px solid #2e415d;
    }

    [dir='rtl'] .profile-activity:not(:last-child) {
        border-right: 1px solid #2e415d;
        border-left: 0;
    }
}

.profile-activity-header {
    display: flex;
    align-items: center;
    margin-left: 35px;
}

[dir='rtl'] .profile-activity-header {
    margin-right: 35px;
    margin-left: 0;
}

@media (min-width: 768px) {
    .profile-activity-header {
        margin-left: 0;
    }

    [dir='rtl'] .profile-activity-header {
        margin-right: 0;
    }
}

.profile-activity-header .user-avatar {
    align-self: flex-start;
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 10px;
}

[dir='rtl'] .profile-activity-header .user-avatar {
    margin-right: 0;
    margin-left: 10px;
}

.profile-activity-description {
    width: 100%;
    min-width: 0;
    margin: 0;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.profile-activity-description span:first-child {
    font-weight: 600;
    display: inline;
}

.profile-activity-contribution {
    margin-top: 10px;
    padding: 20px;
    border-radius: 8px;
    background-color: #293a53;
}

@media (min-width: 768px) {
    .profile-activity-contribution {
        margin-top: 0;
        margin-left: 50px;
    }

    [dir='rtl'] .profile-activity-contribution {
        margin-right: 50px;
        margin-left: 0;
    }
}

.profile-activity::before {
    font-family: 'copenhagen-icons';
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    left: 0;
    width: 28px;
    content: '';
    text-align: center;
    color: #ccc;
    border-radius: 50%;
    background-color: #2e415d;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 14px 14px;
}

[dir='rtl'] .profile-activity::before {
    right: 0;
}

@media (min-width: 768px) {
    .profile-activity::before {
        left: -14px;
    }

    [dir='rtl'] .profile-activity::before {
        right: -14px;
    }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$='-article']::before {
    content: '\1f4c4';
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$='-post']::before {
    content: '\1f4d4';
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$='-comment']::before {
    line-height: 35px;
    content: '\1f4ac';
}

/***** Search results *****/

.search-results {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 1024px) {
    .search-results {
        flex-direction: row;
    }
}

.search-results-column {
    flex: 1;
}

@media (min-width: 1024px) {
    .search-results-column {
        flex: 0 0 45%;
    }
}

.search-results-list {
    margin-bottom: 25px;
}

.search-results-list > li {
    padding: 20px 0;
    border-bottom: 1px solid #2e415d;
}

.search-results-list > li:first-child {
    border-top: 1px solid #2e415d;
}

.search-result-link {
    font-family: 'Qanelas Bold', sans-serif;
    color: #a9b720;
}

.search-result-description {
    margin-top: 15px;
}

.search-result-votes,
.search-result-meta-count {
    font-size: 13px;
    font-weight: 300;
    position: relative;
    display: inline-block;
    padding: 4px 5px;
    color: #fafbfc;
}

.search-result-votes::before,
.search-result-meta-count::before {
    color: #395173;
}

[dir='ltr'] .search-result-votes,
[dir='ltr'] .search-result-meta-count {
    margin-left: 5px;
}

[dir='ltr'] .search-result-votes::before,
[dir='ltr'] .search-result-meta-count::before {
    margin-right: 3px;
}

[dir='rtl'] .search-result-votes,
[dir='rtl'] .search-result-meta-count {
    margin-right: 5px;
}

[dir='rtl'] .search-result-votes::before,
[dir='rtl'] .search-result-meta-count::before {
    margin-left: 3px;
}

.search-result-votes::before {
    content: '\1F44D';
}

.search-result-meta-count::before {
    content: '\1F4AC';
}

.search-result .meta-group {
    align-items: center;
}

.search-result-breadcrumbs {
    margin: 0;
}

.search-result-breadcrumbs li:last-child:not(:first-child)::after {
    display: inline-block;
    margin: 0 5px;
    content: '·';
}

.search-result-breadcrumbs li a,
.search-result-breadcrumbs li a:visited {
    color: #7d90a9;
}

.dropdown-menu {
    border: none;
    border-radius: 0px 0px 4px 4px;
    background: #2e415d;
    box-shadow: rgba(0, 0, 0, .117647) 0 1px 4px, rgba(0, 0, 0, .117647) 0 1px 2px;
}

.dropdown-menu-caret::before,
.dropdown-menu-caret::after {
    border-bottom-color: #223145;
}

.dropdown-menu [role='menuitem'] {
    color: #d4dde7;
}

.dropdown-menu [role='menuitem'][aria-selected='true'] {
    background-color: transparent;
}

.dropdown-menu [role='menuitem']:hover {
    color: #d0d941;
    background-color: transparent;
}
