@font-face {
    font-family: flaticon-ts;
    src: url(https://cdn-uicons.flaticon.com/2.0.0/uicons-thin-straight/webfonts/uicons-thin-straight.woff);
    src: url(https://cdn-uicons.flaticon.com/2.0.0/uicons-thin-straight/webfonts/uicons-thin-straight.woff2)
}

@font-face {
    font-family: flaticon;
    src: url(https://cdn-uicons.flaticon.com/2.0.0/uicons-regular-rounded/webfonts/uicons-regular-rounded.woff);
    src: url(https://cdn-uicons.flaticon.com/2.0.0/uicons-regular-rounded/webfonts/uicons-regular-rounded.woff2)
}

@font-face {
    font-family: flaticon2;
    src: url(/images/unikat/webfonts/uicons-solid-rounded.woff)
}

html [data-theme="light"]{
    --primary-color: #e5e8ee;
    --one-color: #5652a3;
    --two-color: transparent;
    --secondary-color: #f1f8ff;
    --third-color: #e8f1ff;
    --fourth-color: #abbcd8;
    --container-bg: #abbcd852;
    --five-color: #dfe4ed;
    --six-color: #dfe4ed;
    --link-color: #425b83;
    --head-color: #f1f8ff;
    --card-color: #4a5460;
    --sun-color: #ffc200;
    --moon-color: #68778f;
    --button-color: #0c72d3;
    --menu-sticky: #2b2f48;
    --alfa: .3;
    --dc-color: #487ef8;
    --icons: 700;
    --scroll-color: #aebbd1;
    --color2: #4b5770;
    --color3: #667483;
    --filter-bright: 0.95;
    --bg4: #dbe2eb;
    --font1: 500;
    --button2: #487ef8;
    --sh-color: #0e6eb659;
    --footer-color: #f1f8ff;
    --width: 90%
}






:root {
    --primary-color: #0e1116;
    --one-color: #0e1116;
    --two-color: #0e1116;
    --secondary-color: #16131c80;
    --third-color: #45136140;
    --fourth-color: #191b26;
    --container-bg: #191b26c9;
    --five-color: #21232d;
    --six-color: #291635;
    --link-color: #fff;
    --head-color: #13161ccf;
    --card-color: #161821;
    --sun-color: #68778f;
    --moon-color: #ffe800;
    --button-color: #3396f5;
    --focus-color: #abbcd8;
    --menu-sticky: #111219;
    --alfa: 1;
    --dc-color: #ff3147;
    --icons: 300;
    --scroll-color: #191d25;
    --color2: #fff;
    --color3: #68778f;
    --filter-bright: 1.2;
    --bg4: #403c55;
    --font1: 300;
    --button2: #171b22;
    --sh-color: #b60e3959;
    --footer-color: #13161c;
    --width: 80%
}

.fa-sun-bright {
    color: var(--sun-color)
}

.fa-moon {
    color: var(--moon-color)
}

.theme-switch {
    display: inline-block;
    height: 16px;
    position: relative;
    width: 26px
}

.swichContent {
    display: flex;
    align-items: center
}

.theme-switch input {
    display: none
}

.theme-switch-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5px
}

.theme-switch-wrapper em {
    margin-left: 10px;
    font-size: 1rem
}

.slider {
    background-color: var(--five-color);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.slider:before {
    background-color: #abbcd8;
    bottom: 2px;
    content: "";
    height: 12px;
    left: 4px;
    position: absolute;
    width: 12px;
    transition: .3s
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

input:checked + .slider {
    background-color: var(--dc-color)
}

input:checked + .slider:before {
    transform: translateX(7px);
    background: #fff
}

body {
    background: #1b0f23;
    color: var(--color3);
    background-size: 100%;
    line-height: 1.4;
    margin: 0;
    font-weight: 500;
    font-family: 'Inter','Montserrat','Rubik',sans-serif;
    font-size: 13px;
    overflow-y: scroll;
    overflow-x: hidden;
    letter-spacing: -.3px
}

#registration_login_page {
    width: 50%;
    margin: 30px auto
}

#registration_login_page .navigation,#registration_login_page header {
    display: none
}

i {
    font-style: normal
}

a:link,a:visited {
    color: var(--link-color);
    text-decoration: none;
    transition: .2s
}

a:hover,a:active {
    color: var(--dc-color);
    text-decoration: none
}

#indexPage .wrapp-1500 {
    background: none;
    padding: 0;
    backdrop-filter: none;
    margin-bottom: 0;
    border-radius: 0
}

.wrapp-1500,.wrapper {
}

#container {
    color: var(--color3);
    text-align: left;
    line-height: 1.4;
    margin: 0;
    font-size: 13px
}

.right-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

#debug {
    float: right;
    text-align: right;
    margin-top: 5px;
    font-size: 11px
}

.scaleimages img {
    max-width: 100%
}

.subforumicon {
    display: inline-block;
    margin: auto 10px
}

.subforum_minion {
    background: var(--dc-color);
    border-radius: 4px;
    box-shadow: 0 0px 15px var(--sh-color);
    filter: brightness(1.3)
}

.subforum_minion:after {
    content: "";
    width: 14px;
    height: 5px;
    display: block;
    border-radius: 50%;
    position: relative
}

.subforum_minioff,.subforum_minioffclose,.subforum_miniofflink {
    background: var(--color3);
    border-radius: 4px
}

.subforum_minioff:before {
    content: "";
    width: 14px;
    height: 5px;
    display: block;
    border-radius: 50%;
    position: relative
}

.subforum_minioff {
    opacity: .3
}

.subforum_minioffclose i:before {
    content: "\f023"
}

.subforum_miniofflink i:before {
    content: "\f0c1"
}

a.subforum_title {
    opacity: 1;
    background: none;
    box-shadow: none;
    color: var(--color2);
    font-weight: 400;
    display: flex
}

a.subforum_title:hover {
    color: var(--dc-color)
}

a.subforum_minioff:before,a.subforum_minion:before {
    display: none
}

a.subforum_minion {
    color: var(--color2);
    font-weight: 900;
    padding: 0
}

table {
    color: #68778f;
    font-size: 13px
}

.tborder {
    background: var(--secondary-color);
    width: 100%;
    border: none;
    padding: 1px;
    border-radius: 10px
}

.tfixed {
    table-layout: fixed;
    word-wrap: break-word
}

.thead {
    background: #0066a2 url(../../../images/thead.png) top left repeat-x;
    color: var(--color2);
    padding: 8px
}

.thead a:link {
    color: #fff;
    text-decoration: none
}

.thead a:visited {
    color: #fff;
    text-decoration: none
}

.thead a:hover,.thead a:active {
    color: #fff;
    text-decoration: underline
}

.sidebar-boxR .tborder tbody tr .tcat {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center
}

.sidebar-boxR .tborder tbody tr .tcat div .smalltext {
    font-size: 16px;
    color: var(--color2)
}

.sidebar-boxR .tborder tbody tr .smalltext {
    font-size: 13px;
    color: var(--color3);
    font-weight: 500
}

.tcat {
    color: #abbcd8;
    padding: 15px;
    font-size: 14px
}

.tcat a:link {
    color: #fff
}

.tcat a:visited {
    color: #fff
}

.tcat a:hover,.tcat a:active {
    color: #fff
}

.trow1 {
    background: #f5f5f5;
    border: 1px solid;
    border-color: #fff #ddd #ddd #fff
}

.trow2 {
    background: #efefef;
    border: 1px solid;
    border-color: #fff #ddd #ddd #fff
}

.trow_shaded {
    opacity: .2
}

.no_bottom_border {
    border-bottom: 0
}

.post.unapproved_post {
    background: #ffdde0
}

.thread_start_datetime {
    color: #999
}

.post.unapproved_post .post_author {
    border-bottom-color: #ffb8be
}

.post.classic.unapproved_post .post_author {
    border-color: #ffb8be
}

.post.unapproved_post .post_controls {
    border-top-color: #ffb8be
}

.trow_deleted,.post.deleted_post {
    background: #E8DEFF
}

.trow_selected,tr.trow_selected td {
    background: #FFFBD9;
    color: #333;
    border-right-color: #F7E86A;
    border-bottom-color: #F7E86A
}

.trow_selected a:link,.trow_selected a:visited,.trow_selected a:hover,.trow_selected a:active {
    color: #333
}

.trow_sep {
    background: #ddd;
    color: #333;
    border-bottom: 1px solid #c5c5c5;
    padding: 6px;
    font-size: 12px;
    font-weight: 700
}

.tfoot {
    padding: 6px;
    background: none;
    color: #666
}

.tfoot a:link {
    color: #444;
    text-decoration: none
}

.tfoot a:visited {
    color: #444;
    text-decoration: none
}

.tfoot a:hover,.tfoot a:active {
    color: #444;
    text-decoration: underline
}

.thead input.textbox,.thead select {
    border: 1px solid #263c30
}

.bottommenu {
    background: #efefef;
    color: #333;
    border: 1px solid #4874a3;
    padding: 10px
}

.nav2,.navigation {
    font-family: inherit;
    border-radius: 10px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    letter-spacing: -.5px;
    align-items: center;
    margin: 30px 0;
    gap: 10px
}

.navigation {
    justify-content: space-between
}

.navigation a:link,.nav2 a:link {
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.navigation a:visited,.nav2 a:visited {
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.navigation a:hover,.navigation a:active,.nav2 a:hover,.nav2 a:active {
    text-decoration: none
}

.nav2 i,.navigation i {
    color: var(--dc-color) !important
}

.navigation .active,.nav2 .active {
    font-size: 14px;
    font-weight: 700;
    padding: 7px;
    color: var(--color2) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 6;
    text-shadow: 0 1px 3px #190000;
    background: #D31027;
    background: -webkit-linear-gradient(to right,#EA384D,#D31027);
    background: linear-gradient(to right,#EA384D,#D31027);
    border-radius: 333px;
    margin-left: 5px
}

.nav2 .active span {
    color: var(--color2) !important
}

.smalltext {
    font-size: 11px
}

.largetext {
    font-size: 16px;
    font-weight: 700
}

fieldset {
    padding: 12px;
    border: 1px solid #ddd;
    margin: 0
}

fieldset.trow1,fieldset.trow2 {
    border: 1px solid var(--five-color);
    background: var(--third-color)
}

fieldset.align_right {
    text-align: right
}

input.textbox {
    background: var(--bg4);
    color: #68778f;
    border: none;
    padding: 15px;
    border-radius: 10px;
    outline: 0;
    font-size: 13px;
    box-sizing: border-box
}

input.textbox.portal_search {
    width: 68%
}

.quickTextarea {
    width: 100%;
    display: inline-block;
    padding: 10px;
    position: relative
}

.quickArea {
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    width: 98%;
    padding: 10px;
    margin: 0;
    max-height: 30px;
    transition: max-height .2s ease-out;
    border: 5px solid var(--secondary-color);
    border-radius: 10px;
    outline: 1px solid var(--sh-color)
}

.quickArea:focus,.quickArea:visited {
    height: auto;
    max-height: 220px;
    transition: max-height .25s ease-in;
    outline: 1px solid var(--dc-color);
    margin-bottom: 20px
}

.quickArea:focus::placeholder {
    color: transparent
}

textarea {
    background: var(--primary-color);
    color: var(--link-color);
    border: 1px solid #101117;
    padding: 2px;
    border-radius: 10px;
    line-height: 1.4;
    outline: 0;
    font-size: 13px
}

select {
    background: var(--primary-color);
    padding: 13px 10px;
    border: 2px solid var(--six-color);
    border-radius: 10px;
    color: var(--link-color);
    outline: 0;
    font-size: 14px
}

select:focus {
    border-color: var(--focus-color)
}

form {
    margin: 0;
    padding: 0
}

input.error,textarea.error,select.error {
    border: 1px solid #f30;
    color: #f30
}

input.valid,textarea.valid,select.valid {
    border: 1px solid #0c0
}

label.error {
    color: #f30;
    margin: 5px;
    padding: 0;
    display: block;
    font-weight: 700;
    font-size: 11px
}

form #message {
    width: 99%
}

.editor {
    background: #f1f1f1;
    border: 1px solid #ccc
}

.editor_control_bar {
    background: #2e7c1fbd;
    color: #c0f4ba;
    font-size: 14px;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0 !important
}

.editor_control_bar a {
    color: #fff;
    font-weight: 500
}

.post .editor_control_bar {
    background: #101117
}

.popup_menu {
    background: #101117;
    padding: 10px;
    z-index: 999999;
    position: absolute;
    display: flex;
    margin-left: -20px;
    align-items: center;
    flex-direction: column
}

.popup_menu .popup_item {
    background: #101117;
    padding: 10px 5px;
    color: #abbcd8
}

.popup_menu .popup_item:hover {
    background: #0072BC;
    color: #fff
}

.trow_reputation_positive {
    background: #cfc
}

.trow_reputation_negative {
    background: #fcc
}

.reputation_positive {
    color: #4fbf67
}

.reputation_positive:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f164";
    font-size: 14px
}

.reputation_neutral {
    color: #68778f
}

.reputation_neutral:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f164";
    font-size: 14px
}

.reputation_negative {
    color: red
}

.reputation_negative:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f165";
    font-size: 14px
}

.repbox {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 7px
}

._neutral {
    background-color: #FAFAFA;
    color: #999;
    border: 1px solid #CCC
}

._minus {
    background-color: #FDD2D1;
    color: #CB0200;
    border: 1px solid #980201
}

._plus {
    background-color: #E8FCDC;
    color: #080;
    border: 1px solid #080
}

img {
    border: none
}

img.attachment {
    border: 1px solid #E9E5D7;
    padding: 2px
}

hr {
    background-color: #000;
    color: #000;
    height: 1px;
    border: 0
}

.clear {
    clear: both
}

.float_left {
    float: left
}

.float_right {
    float: right
}

.hidden {
    display: none;
    float: none;
    width: 1%
}

.hiddenrow {
    display: none
}

.selectall {
    background: #FFFBD9;
    border-bottom: 1px solid #F7E86A;
    color: #333;
    text-align: center
}

.expcolimage img {
    padding: 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    filter: invert(19%) sepia(73%) saturate(4289%) hue-rotate(260deg) brightness(88%) contrast(102%)
}

.expcolimage img:hover {
    filter: invert(19%) sepia(73%) saturate(4289%) hue-rotate(260deg) brightness(88%) contrast(102%) brightness(var(--filter-bright));
    z-index: 999999
}

.catToggle .expander:before {
    font-size: 16px;
    font-weight: 900;
    content: "\f205";
    display: inline-block;
    font-family: 'Font Awesome 6 Pro'
}

.catToggle.thead.thead_collapsed .expander:before {
    transform: rotateY(180deg);
    font-weight: 500
}

.catToggle.tcat .expander:before {
    font-size: 16px;
    font-weight: 900;
    content: "\f205";
    display: inline-block;
    font-family: 'Font Awesome 6 Pro'
}

.catToggle.tcat_collapse_collapsed .expander:before {
    transform: rotateY(180deg);
    font-weight: 500
}

.tcat_menu > .expcolimage {
    margin-top: 0
}

blockquote {
    border: 1px solid var(--secondary-color);
    background: var(--five-color);
    padding: 20px;
    border-radius: 10px
}

blockquote cite {
    font-weight: 700;
    border-bottom: 2px solid var(--primary-color);
    font-style: normal;
    display: block;
    padding-bottom: 20px;
    margin: 0 0 10px
}

blockquote cite > span {
    float: right;
    font-weight: 400;
    font-size: 12px;
    color: #666
}

blockquote cite span.highlight {
    float: none;
    font-weight: 700;
    padding-bottom: 0
}

.codeblock {
    background: var(--primary-color);
    border: 1px solid var(--six-color);
    padding: 10px
}

.codeblock .title {
    border-bottom: 1px solid #ccc;
    font-weight: 700;
    padding-bottom: 3px;
    margin: 0 0 10px
}

.codeblock code {
    overflow: auto;
    height: auto;
    max-height: 800px;
    display: block;
    font-family: Monaco,Consolas,Courier,monospace;
    font-size: 13px
}

.smilie {
    vertical-align: middle;
    width: 20px;
    filter: brightness(0.8) contrast(1.8)
}

.smilie_pointer {
    cursor: pointer
}

.separator {
    margin: 5px;
    padding: 0;
    height: 0;
    font-size: 1px;
    list-style-type: none
}

.popup_menu .popup_item_container {
    margin: 1px;
    text-align: left
}

.popup_menu .popup_item {
    display: block;
    padding: 4px;
    white-space: nowrap;
    text-decoration: none
}

.popup_menu a.popup_item:hover {
    text-decoration: none
}

.subject_new {
    font-weight: 700
}

.highlight {
    background: #FFC;
    padding-top: 3px;
    padding-bottom: 3px
}

.pm_alert {
    background: #f09127;
    color: #fff;
    padding: 15px 20px;
    margin: 50px 0;
    font-size: 14px;
    border-radius: 10px;
    vertical-align: middle;
    text-align: center;
    box-shadow: 0 0 0 5px #f091273b
}

.pm_alert a {
    color: #ffe9d0
}

.red_alert {
    background: #e03535;
    color: #e0e0e1;
    text-align: center;
    padding: 15px 20px;
    font-size: 14px;
    word-wrap: break-word;
    margin: 30px 0 50px;
    border-radius: 10px;
    font-weight: 500;
    box-shadow: 0 0 0 5px #e0353526
}

.red_alert a:link,.red_alert a:visited,.red_alert a:hover,.red_alert a:active {
    color: #ff8181;
    font-weight: 700
}

.high_warning {
    color: #C00
}

.moderate_warning {
    color: #F3611B
}

.low_warning {
    color: #AE5700
}

.imminent_banned {
    color: #800
}

.high_banned {
    color: red
}

.moderate_banned {
    color: #F60
}

.low_banned {
    color: green
}

.online {
    color: #15A018
}

.offline {
    color: #C7C7C7
}

div.error {
    padding: 5px 10px;
    border: 2px solid #562320;
    border-radius: 10px;
    background: #4a1b1b;
    font-size: 12px;
    color: #fff
}

div.error p {
    margin: 0;
    color: #b9b7b7;
    font-weight: 400
}

div.error p em {
    font-style: normal;
    font-weight: 700;
    padding-left: 24px;
    display: block;
    color: #fff
}

div.error p em:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f06a";
    margin-right: 10px;
    font-size: 20px;
    opacity: .7
}

div.error ul {
    margin-left: 24px
}

.pagination {
    font-size: 11px;
    padding-top: 10px;
    margin-bottom: 5px
}

.tfoot .pagination,.tcat .pagination {
    padding-top: 0
}

.pagination .pages {
    font-weight: 700
}

.pagination .pagination_current,.pagination a {
    margin-bottom: 3px
}

.pagination a {
    background: #f5f5f5;
    border: 1px solid #ccc
}

.pagination .pagination_current {
    background: var(--dc-color);
    color: #fff;
    border: none;
    font-weight: 700;
    padding: 7px 12px;
    border-radius: 7px;
    margin: 5px
}

.pagination .go_page img {
    margin-bottom: -4px
}

.drop_go_page {
    background: var(--third-color);
    border-radius: 10px;
    padding: 4px;
    left: 22%
}

.pagination_breadcrumb {
    background-color: #efefef;
    border: 1px solid #fff;
    outline: 1px solid #ccc;
    padding: 5px;
    margin-top: 5px;
    font-weight: 400
}

.pagination_breadcrumb_link {
    vertical-align: middle;
    cursor: pointer
}

.thread_legend,.thread_legend dd {
    margin: 0;
    padding: 0
}

.thread_legend dd {
    padding-bottom: 4px;
    margin-right: 15px
}

.thread_legend img {
    margin-right: 4px;
    vertical-align: bottom
}

.forum_legend,.forum_legend dt,.forum_legend dd {
    margin: 0;
    padding: 0
}

.forum_legend dd {
    float: left;
    margin-right: 10px;
    margin-top: 7px
}

.forum_legend dt {
    margin-right: 10px;
    float: left
}

.success_message {
    color: #00b200;
    font-weight: 700;
    font-size: 10px;
    margin-bottom: 10px
}

.error_message {
    color: #C00;
    font-weight: 700;
    font-size: 10px;
    margin-bottom: 10px
}

#posts_container {
    padding: 0
}

.ignored_post {
    border-top: 3px solid #333;
    padding: 15px
}

.ignored_post .show_ignored_post {
    margin-top: -15px
}

.ignored_post .show_ignored_post a.button span {
    background-position: 0 -400px
}

.deleted_post_hidden {
    border-top: 2px solid #ccc;
    padding: 15px
}

.deleted_post_collapsed {
    border-top: 3px solid #333;
    padding: 15px
}

.deleted_post_collapsed .show_deleted_post {
    margin-top: -15px
}

.deleted_post_collapsed .show_deleted_post a.button span {
    background-position: 0 -400px
}

.post {
    overflow: hidden
}

.post.classic {
    padding-top: 15px
}

.post .post_author {
    border-bottom: 1px solid #ccc;
    border-top: 2px solid #ccc;
    background: #f5f5f5;
    padding: 5px;
    overflow: hidden
}

.post.classic .post_author {
    border: 1px solid #ddd;
    float: left;
    width: 15%;
    margin: 0 1% 15px 0;
    border-left: 0;
    padding: 5px 1%
}

.post .post_author .buddy_status {
    vertical-align: middle;
    margin-top: -4px
}

.post .post_author div.author_avatar {
    float: left;
    margin-right: 3px
}

.post.classic .post_author div.author_avatar {
    float: none;
    text-align: center;
    margin-bottom: 8px
}

.post .post_author div.author_avatar img {
    padding: 5px;
    border: 1px solid #ddd;
    background: #fff
}

.post .post_author div.author_information {
    float: left;
    padding: 6px 8px
}

.post.classic .post_author div.author_information {
    float: none;
    padding: 0;
    text-align: center
}

.post .post_author div.author_statistics {
    float: right;
    font-size: 11px;
    padding: 3px 10px 3px 5px;
    color: #666;
    line-height: 1.3
}

.post.classic .post_author div.author_statistics {
    border-top: 1px dotted #ccc;
    margin: 6px 0 0;
    padding: 6px 6px 3px;
    float: none
}

.post .post_head {
    font-size: 11px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 4px
}

.post .post_head span.post_date {
    color: #666
}

.post .post_head span.edited_post {
    font-size: 10px;
    color: #999
}

.post .post_head span.edited_post a {
    color: #666
}

li::marker {
    color: #1652f0
}

.post_body {
    font-size: 14px;
    padding: 12px 0;
    line-height: 1.6;
    font-weight: 500
}

.post.classic .post_content {
    float: left;
    width: 79%;
    padding: 0 1% 5px
}

.post_content {
    padding: 9px 10px 5px
}

.post_content .signature {
    margin-top: 5px;
    border-top: 1px dotted #ddd;
    padding: 10px 0 4px
}

.post .post_meta {
    margin: 4px 0;
    font-size: 11px;
    color: #999
}

.post .post_meta a:link,.post .post_meta a:visited {
    color: #777
}

.post .post_meta a:hover,.post .post_meta a:active {
    color: #777
}

.post_controls {
    clear: both;
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    overflow: hidden
}

.postbit_buttons > a:hover {
    border-color: #bbb
}

a.button.small_button {
    font-size: 13px;
    margin: 0;
    padding: 3px 6px
}

.quick_jump {
    font-family: "Font Awesome 6 Pro";
    padding-left: 5px;
    margin-top: -3px;
    border: none
}

.quick_jump:after {
    content: '\f08e'
}

.pollbar {
    background: url(../../../images/pollbar.png) top left repeat-x;
    border: 1px solid #3f3f3f;
    height: 10px
}

.pollbar .percent {
    display: none
}

.posticons_label {
    white-space: nowrap
}

.ie6 {
    position: absolute
}

.ie6.top-right {
    right: auto;
    bottom: auto;
    left: expression((0 - jGrowl.offsetWidth + (document.documentElement.clientWidth ? document.documentElement.clientWidth:document.body.clientWidth) + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft)) + 'px');
    top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop)) + 'px')
}

.ie6.top-left {
    left: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft)) + 'px');
    top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop)) + 'px')
}

.ie6.bottom-right {
    left: expression((0 - jGrowl.offsetWidth + (document.documentElement.clientWidth ? document.documentElement.clientWidth:document.body.clientWidth) + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft)) + 'px');
    top: expression((0 - jGrowl.offsetHeight + (document.documentElement.clientHeight ? document.documentElement.clientHeight:document.body.clientHeight) + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop)) + 'px')
}

.ie6.bottom-left {
    left: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft)) + 'px');
    top: expression((0 - jGrowl.offsetHeight + (document.documentElement.clientHeight ? document.documentElement.clientHeight:document.body.clientHeight) + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop)) + 'px')
}

.ie6.center {
    left: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft)) + 'px');
    top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop)) + 'px');
    width: 100%
}

.jGrowl {
    z-index: 9999;
    color: #fff;
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: fixed
}

.jGrowl.top-left {
    left: 0;
    top: 0
}

.jGrowl.top-right {
    right: 0;
    top: 0
}

.jGrowl.bottom-left {
    left: 0;
    bottom: 0
}

.jGrowl.bottom-right {
    right: 0;
    bottom: 0
}

.jGrowl.center {
    top: 0;
    width: 50%;
    left: 25%
}

.jGrowl.center .jGrowl-notification,.jGrowl.center .jGrowl-closer {
    margin-left: auto;
    margin-right: auto
}

.jGrowl-notification {
    background-color: transparent;
    opacity: .9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
    transform: scale(1);
    width: 250px;
    padding: 10px;
    margin: 10px;
    text-align: left;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    word-break: break-all
}

.jGrowl .jGrowl-notification {
    min-height: 40px
}

.jGrowl-notification .ui-state-highlight,.jGrowl-notification .ui-widget-content .ui-state-highlight,.jGrowl-notification .ui-widget-header .ui-state-highlight {
    border: 1px solid #000;
    background: #000;
    color: #fff
}

.jGrowl-notification .jGrowl-header {
    font-weight: 700;
    font-size: .85em
}

.jGrowl-notification .jGrowl-close {
    background-color: transparent;
    color: inherit;
    border: none;
    z-index: 99;
    float: right;
    font-weight: 700;
    font-size: 1em;
    cursor: pointer
}

.jGrowl-closer {
    background-color: #000;
    opacity: .9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
    transform: scale(1);
    width: 250px;
    padding: 10px;
    margin: 10px;
    text-align: left;
    display: none;
    border-radius: 5px;
    word-break: break-all;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: .9em;
    font-weight: 700;
    text-align: center
}

.jGrowl-closer .ui-state-highlight,.jGrowl-closer .ui-widget-content .ui-state-highlight,.jGrowl-closer .ui-widget-header .ui-state-highlight {
    border: 1px solid #000;
    background: #000;
    color: #fff
}

.jGrowl .jGrowl-notification.jgrowl_success {
    background: #90ee90;
    border: 1px solid #90ee90;
    color: #333
}

.jGrowl .jGrowl-notification.jgrowl_error {
    background: red;
    border: 1px solid red;
    color: #333
}

.jGrowl .jGrowl-notification.jgrowl_process,.jGrowl .jGrowl-closer {
    background: #ff0;
    border: 1px solid #ff0;
    color: #333
}

@media print {
    .jGrowl {
        display: none
    }
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 99999;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    text-align: center;
    backdrop-filter: blur(6px)
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.05em
}

.blocker.behind {
    background-color: transparent
}

.modal {
    width: 450px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(../../../images/close.png) no-repeat 0 0
}

.modal-spinner {
    display: none;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -32px;
    margin-top: -32px;
    background: url(../../../images/spinner_big.gif) no-repeat center center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px
}

.jqifade {
    position: absolute;
    background-color: #777
}

iframe.jqifade {
    display: block;
    z-index: -1
}

div.jqi {
    width: 400px;
    max-width: 90%;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    position: absolute;
    background-color: #fff;
    font-size: 11px;
    text-align: left;
    border: solid 1px #eee;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 7px
}

div.jqi .jqiclose {
    position: absolute;
    top: 4px;
    right: -2px;
    width: 18px;
    cursor: default;
    color: #bbb;
    font-weight: 700
}

div.jqi .jqistate {
    background-color: #fff
}

div.jqi .jqititle {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
    border-bottom: solid 1px #eee
}

div.jqi .jqimessage {
    padding: 10px;
    line-height: 20px;
    color: #444;
    overflow: auto
}

div.jqi .jqibuttonshide {
    display: none
}

div.jqi .jqibuttons {
    text-align: right;
    margin: 0 -7px -7px;
    border-top: solid 1px #e4e4e4;
    background-color: #f4f4f4;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px
}

div.jqi .jqibuttons button {
    margin: 0;
    padding: 15px 20px;
    background-color: transparent;
    font-weight: 400;
    border: none;
    border-left: solid 1px #e4e4e4;
    color: #777;
    font-weight: bold;
    font-size: 12px
}

div.jqi .jqibuttons button.jqidefaultbutton {
    color: #489afe
}

div.jqi .jqibuttons button:hover,div.jqi .jqibuttons button:focus {
    color: #287ade;
    outline: none
}

div.jqi .jqibuttons button[disabled] {
    color: #aaa
}

.jqiwarning .jqi .jqibuttons {
    background-color: #b95656
}

div.jqi .jqiparentstate::after {
    background-color: #777;
    opacity: .6;
    filter: alpha(opacity=60);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px
}

div.jqi .jqisubstate {
    position: absolute;
    top: 0;
    left: 20%;
    width: 60%;
    padding: 7px;
    border: solid 1px #eee;
    border-top: none;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px
}

div.jqi .jqisubstate .jqibuttons button {
    padding: 10px 18px
}

.jqi .jqiarrow {
    position: absolute;
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0;
    border: solid 10px transparent
}

.jqi .jqiarrowtl {
    left: 10px;
    top: -20px;
    border-bottom-color: #fff
}

.jqi .jqiarrowtc {
    left: 50%;
    top: -20px;
    border-bottom-color: #fff;
    margin-left: -10px
}

.jqi .jqiarrowtr {
    right: 10px;
    top: -20px;
    border-bottom-color: #fff
}

.jqi .jqiarrowbl {
    left: 10px;
    bottom: -20px;
    border-top-color: #fff
}

.jqi .jqiarrowbc {
    left: 50%;
    bottom: -20px;
    border-top-color: #fff;
    margin-left: -10px
}

.jqi .jqiarrowbr {
    right: 10px;
    bottom: -20px;
    border-top-color: #fff
}

.jqi .jqiarrowlt {
    left: -20px;
    top: 10px;
    border-right-color: #fff
}

.jqi .jqiarrowlm {
    left: -20px;
    top: 50%;
    border-right-color: #fff;
    margin-top: -10px
}

.jqi .jqiarrowlb {
    left: -20px;
    bottom: 10px;
    border-right-color: #fff
}

.jqi .jqiarrowrt {
    right: -20px;
    top: 10px;
    border-left-color: #fff
}

.jqi .jqiarrowrm {
    right: -20px;
    top: 50%;
    border-left-color: #fff;
    margin-top: -10px
}

.jqi .jqiarrowrb {
    right: -20px;
    bottom: 10px;
    border-left-color: #fff
}

.bull:before {
    content: '\2022';
    padding: 0 5px;
    font-size: 14px;
    font-family: tahoma;
    color: #1652f0
}

::-webkit-scrollbar {
    width: 6px;
    background: var(--scroll-color);
    border-radius: 4px
}

::-webkit-scrollbar-thumb {
    background: var(--dc-color);
    border-radius: 4px
}

.resp_vid_cont {
 max-width: 1100px;
 height: auto;
 overflow: hidden;
}

.resp_vid {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 0px;
 height: 0;
 overflow: hidden;
}

.resp_vid iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}		






































		
		