*,
::after,
::before {
    box-sizing: border-box;
}

a {
    color: #3363ad;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #224172;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.d-none {
    display: none !important;
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
}

@media print {
    *,
     ::after,
     ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    img {
        page-break-inside: avoid;
    }
}

#sub-menu .sub-menu-items span.sub-menu-last-update::before,
#sub-menu::after,
#sub-menu::before {
    font-family: rtvslo-icons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#sub-menu .sub-menu-items span.sub-menu-last-update::before {
    content: "\e972";
}

#sub-menu::after,
#sub-menu::before {
    content: "\e9c9";
}

@media (hover:none) and (pointer:coarse) {
     ::-webkit-scrollbar {
        display: none;
    }
}

a {
    transition: color .2s, background-color .2s, border-color .2s;
}

a:hover {
    text-decoration: none;
}

.dropdown-toggle::after {
    vertical-align: .15em;
}

.top-container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:992px) and (min-width:576px) {
    .top-container {
        max-width: 540px;
    }
}

@media (min-width:992px) and (min-width:768px) {
    .top-container {
        max-width: 720px;
    }
}

@media (min-width:992px) and (min-width:992px) {
    .top-container {
        max-width: 960px;
    }
}

@media (min-width:992px) and (min-width:1260px) {
    .top-container {
        max-width: 1240px;
    }
}

@media (min-width:992px) and (min-width:1500px) {
    .top-container {
        max-width: 1420px;
    }
}

@media (hover:hover) and (pointer:fine) {
    #sub-menu-scroll::-webkit-scrollbar {
        height: 8px;
    }
    #sub-menu-scroll::-webkit-scrollbar-track {
        background-color: transparent;
    }
    #sub-menu-scroll::-webkit-scrollbar-thumb {
        background-color: rgba(160, 164, 169, .3);
        border-radius: 8px;
        border: 2px solid transparent;
        background-clip: content-box;
    }
    #sub-menu-scroll::-webkit-scrollbar-thumb:hover {
        background-color: #a0a4a9;
    }
}

#sub-menu {
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
    z-index: 1020;
    top: 60px;
    height: 30px;
    width: 100%;
    font-size: .875rem;
    line-height: 30px;
    font-weight: 500;
    box-shadow: 0 3px 4px -1px rgba(0, 0, 0, .1);
    background-color: #fff;
}

#sub-menu .top-container {
    height: 30px;
    overflow: hidden;
}

#sub-menu::after,
#sub-menu::before {
    display: none;
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: -10;
    transition: opacity .3s;
    font-size: 12px;
    color: #3363ad;
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 50%);
    background-repeat: repeat-x;
    line-height: 3.5;
}

#sub-menu::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#sub-menu::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#sub-menu .sub-menu-items {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

#sub-menu .sub-menu-items span {
    margin-right: 20px;
    display: inline-block;
}

@media (min-width:992px) {
    #sub-menu .sub-menu-items span:first-child {
        padding-left: 0;
    }
}

#sub-menu .sub-menu-items span a:not(.tag-menu) {
    color: #1d2125;
}

#sub-menu .sub-menu-items span a:not(.tag-menu):hover {
    color: #3363ad;
}

#sub-menu .sub-menu-items span.sub-menu-last-update {
    color: #1d2125;
    margin: 0;
    font-size: 11px;
    line-height: 1;
    min-width: 118px;
}

#sub-menu .sub-menu-items span.sub-menu-last-update::before {
    margin-right: 5px;
    color: #3363ad;
}

#sub-menu .sub-menu-items span.separator::after {
    color: #1d2125;
    font-weight: 700;
    content: '\2022';
}

#sub-menu .sub-menu-items span a.sticker {
    background-color: transparent;
    padding: 3px 5px;
    border-radius: 10px;
}

#sub-menu .sub-menu-items span a.sticker img.sticker-icon {
    display: inline-block;
    height: 22px;
    width: auto;
    margin-top: -3px;
}

#sub-menu .sub-menu-items .sub-menu-right {
    margin: 0 0 0 auto;
}

#sub-menu .sub-menu-items .dropdown {
    display: inline-block;
    color: #1d2125;
    cursor: pointer;
}

#sub-menu .sub-menu-items .dropdown .dropdown-toggle {
    line-height: initial;
}

@media (max-width:991.98px) {
    #sub-menu {
        height: 50px;
        top: 45px;
        font-size: .875rem;
        font-weight: 600;
        line-height: 50px;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        box-shadow: none;
    }
    #sub-menu .top-container {
        height: 50px;
        overflow: auto;
    }
    #sub-menu::after,
    #sub-menu::before {
        display: block;
        height: 50px;
        width: 50px;
        content: '';
    }
    #sub-menu::before {
        left: -20px;
    }
    #sub-menu::after {
        right: -20px;
    }
    #sub-menu .sub-menu-items {
        --border-color: rgba(0, 0, 0, .2);
    }
    #sub-menu .sub-menu-items span {
        margin-right: 10px;
    }
    #sub-menu .sub-menu-items .dropdown-toggle,
    #sub-menu .sub-menu-items span a:not(.tag-menu) {
        border-radius: 20px;
        border: 1px solid transparent;
        padding: 5px 10px;
        border-color: var(--border-color);
    }
}


/*! CSS Used fontfaces */

@font-face {
    font-family: rtvslo-icons;
    src: url("../images/../fonts/icomoon.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

*,
::after,
::before {
    box-sizing: border-box;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h3 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

strong {
    font-weight: bolder;
}

a {
    color: #3363ad;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #224172;
    text-decoration: underline;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1260px) {
    .container {
        max-width: 1240px;
    }
}

@media (min-width:1500px) {
    .container {
        max-width: 1420px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.col-12,
.col-md-12,
.col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width:768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .1rem rgba(88, 92, 96, .15);
}

.btn:disabled {
    opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active {
    background-image: none;
}

.btn-secondary {
    color: #fff;
    background-color: #585c60;
    border-color: #585c60;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #46494c;
    border-color: #404345;
}

.btn-secondary:focus {
    box-shadow: 0 0 0 .1rem rgba(88, 92, 96, .5);
}

.btn-secondary:disabled {
    color: #fff;
    background-color: #585c60;
    border-color: #585c60;
}

.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #404345;
    border-color: #3a3c3f;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .1rem rgba(88, 92, 96, .5);
}

.btn-danger {
    color: #fff;
    background-color: #d9481c;
    border-color: #d9481c;
}

.btn-danger:hover {
    color: #fff;
    background-color: #b73d18;
    border-color: #ac3916;
}

.btn-danger:focus {
    box-shadow: 0 0 0 .1rem rgba(217, 72, 28, .5);
}

.btn-danger:disabled {
    color: #fff;
    background-color: #d9481c;
    border-color: #d9481c;
}

.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #ac3916;
    border-color: #a13515;
}

.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .1rem rgba(217, 72, 28, .5);
}

.btn-outline-primary {
    color: #3363ad;
    background-color: transparent;
    background-image: none;
    border-color: #3363ad;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3363ad;
    border-color: #3363ad;
}

.btn-outline-primary:focus {
    box-shadow: 0 0 0 .1rem rgba(51, 99, 173, .5);
}

.btn-outline-primary:disabled {
    color: #3363ad;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #3363ad;
    border-color: #3363ad;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .1rem rgba(51, 99, 173, .5);
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.custom-select {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group>.custom-select:focus {
    z-index: 3;
}

.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-append {
    display: -ms-flexbox;
    display: flex;
}

.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-append {
    margin-left: -1px;
}

.input-group>.input-group-append>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("../images/bfaf55b92a5e74e285c629808ad835774fd62c0e.svg") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #85a7db;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(133, 167, 219, .5);
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important;
    }
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.float-right {
    float: right !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mr-1 {
    margin-right: .25rem !important;
}

.my-2 {
    margin-top: .5rem !important;
}

.my-2 {
    margin-bottom: .5rem !important;
}

.ml-2 {
    margin-left: .5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-auto {
    margin-left: auto !important;
}

@media (min-width:576px) {
    .ml-sm-4 {
        margin-left: 1.5rem !important;
    }
}

@media (min-width:992px) {
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
}

.text-center {
    text-align: center !important;
}

@media print {
    *,
     ::after,
     ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h3 {
        page-break-after: avoid;
    }
    .container {
        min-width: 992px !important;
    }
}

#standalone-back-button::after,
.full-header-search-box .header-search-box .header-search-box-close::before,
.full-header-search-box .header-search-box button[type=submit]::after,
.header-profile a.profile-img.sign-in::after,
[class*=" icon-"],
[class^=icon-] {
    font-family: rtvslo-icons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-profile a.profile-img.sign-in::after {
    content: "\e913";
}

.icon-list::before {
    content: "\e94c";
}

.icon-cog-outline::before {
    content: "\e96f";
}

.icon-bell-disabled::before {
    content: "\e9ed";
}

.icon-bell::before,
.icon-search-outline::before,
.header-profile a.profile-img.sign-in::after {
    font-family: rtvslo-icons !important;
}

.icon-bell::before {
    content: "\e9a3";
}

.icon-audio::before {
    content: "\e961";
}

.full-header-search-box .header-search-box .header-search-box-close::before {
    content: "\e917";
}

.icon-trash-outline::before {
    content: "\e9e2";
}

.icon-video::before {
    content: "\e902";
}

#standalone-back-button::after {
    content: "\e9c6";
}

.icon-arrow-right::before {
    content: "\e9c8";
}

.full-header-search-box .header-search-box button[type=submit]::after,
.icon-search-outline::before {
    content: "\e98e";
}

.icon-rtvslo-logo::before {
    content: "\e92c";
}

@media (hover:none) and (pointer:coarse) {
     ::-webkit-scrollbar {
        display: none;
    }
}

a {
    transition: color .2s, background-color .2s, border-color .2s;
}

a:hover {
    text-decoration: none;
}

.full-header-search-box .header-search-box-title,
.h6,
h3 {
    margin-bottom: .5rem;
    font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.full-header-search-box .header-search-box-title {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.5rem;
}

.h6 {
    font-size: 1rem;
}

@media (max-width:991.98px) {
    .full-header-search-box .header-search-box-title {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1.2rem;
    }
}

.muted {
    opacity: .7;
}

.btn-sm.btn-pill,
.btn.btn-pill {
    border-radius: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.btn-sm.btn-pill.btn-sm,
.btn.btn-pill.btn-sm {
    padding-left: .8rem;
    padding-right: .8rem;
}

.top-container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:992px) and (min-width:576px) {
    .top-container {
        max-width: 540px;
    }
}

@media (max-width:991px) {
    .user_loggend_out_mobile {
        display: block !important;
    }
}

@media (min-width:992px) and (min-width:768px) {
    .top-container {
        max-width: 720px;
    }
}

@media (min-width:992px) and (min-width:992px) {
    .top-container {
        max-width: 960px;
    }
}

@media (min-width:992px) and (min-width:1260px) {
    .top-container {
        max-width: 1240px;
    }
}

@media (min-width:992px) and (min-width:1500px) {
    .top-container {
        max-width: 1420px;
    }
}

.notifications-bubble {
    background-color: #d9481c;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 1px 4px;
    line-height: 11px;
    position: absolute;
    left: 10px;
    text-align: center;
    bottom: -5px;
    min-width: 18px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .5);
}

.initial-tab-selectors a:not(:focus) {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    padding: 0;
}

.initial-tab-selectors a:focus {
    position: absolute;
    z-index: 100;
    top: 10px;
    left: 0;
    font-size: 1rem;
    padding: 5px;
    background-color: #fff;
    border: 3px solid #d9481c;
    border-radius: .3rem;
    color: #000;
}

@media (max-width:991.98px) {
    .initial-tab-selectors a {
        display: none;
    }
}

.btn::placeholder {
    color: currentColor;
}

.white {
    --default-color: #fff;
}

.white.colored-text {
    color: #fff;
}

.orange {
    --default-color: #FF8C42;
}

.yellow {
    --default-color: #FAC05E;
}

.green {
    --default-color: #28965A;
}

.blue-light {
    --default-color: #4585ef;
}

.purple {
    --default-color: #832161;
}

.purple-light {
    --default-color: #E086D3;
}

.custom-select-dark {
    background-image: url("../images/a535e839aba5769da6887dfe0b09189ae75d0b65.svg");
}

.loader {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    position: relative;
    -webkit-animation: loader-animation .9s ease alternate infinite;
    animation: loader-animation .9s ease alternate infinite;
    -webkit-animation-delay: .36s;
    animation-delay: .36s;
    margin: -.5rem auto 1.5rem;
    --loader-color: #3363ad;
}

.loader::after,
.loader::before {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    -webkit-animation: loader-animation .9s ease alternate infinite;
    animation: loader-animation .9s ease alternate infinite;
}

.loader::before {
    left: -1.4rem;
    -webkit-animation-delay: .18s;
    animation-delay: .18s;
}

.loader::after {
    right: -1.4rem;
    -webkit-animation-delay: .54s;
    animation-delay: .54s;
}

.w-100 {
    width: 100% !important;
}

#main-bar {
    color: #fff;
    height: 60px;
    z-index: 1030;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
}

#main-bar .top-container,
#main-bar .top-container>.row {
    height: 60px;
}

@media (max-width:991.98px) {
    #main-bar {
        position: fixed;
        height: 50px;
        top: 0;
    }
    #main-bar .top-container,
    #main-bar .top-container>.row {
        height: 50px;
    }
}

#main-bar #menu-logo {
    border-right: 1px solid #fff;
    display: inline-block;
    float: left;
    overflow: hidden;
    transition: width .3s, border-color .3s, opacity .3s;
}

@media (max-width:991.98px) {
    #main-bar #menu-logo {
        border: none;
        position: relative;
    }
}

#main-bar ul#main-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 5px;
}

@media (max-width:991.98px) {
    #main-bar ul#main-menu {
        display: none;
    }
}

#main-bar ul#main-menu li {
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
}

@media (min-width:992px) and (max-width:1259.98px) {
    #main-bar ul#main-menu li {
        padding: 0 15px;
    }
}

#main-bar ul#main-menu li a {
    margin: 0;
    color: #fff;
    display: block;
    text-transform: uppercase;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    line-height: 1.2;
}

#main-bar ul#main-menu li a:hover {
    text-decoration: none;
}

#main-bar ul#main-menu li a::after {
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    width: 20px;
    transition: all .3s;
}

#main-bar ul#main-menu li:hover a::after {
    width: 100%;
}

#main-bar ul#main-menu li.orange a::after {
    background-color: #ff8c42;
}

#main-bar ul#main-menu li.orange:hover a::after {
    background-color: #ffab75;
}

#main-bar ul#main-menu li.yellow a::after {
    background-color: #fac05e;
}

#main-bar ul#main-menu li.yellow:hover a::after {
    background-color: #fcd38f;
}

#main-bar ul#main-menu li.green a::after {
    background-color: #28965a;
}

#main-bar ul#main-menu li.green:hover a::after {
    background-color: #33be72;
}

#main-bar ul#main-menu li.blue-light a::after {
    background-color: #4585ef;
}

#main-bar ul#main-menu li.blue-light:hover a::after {
    background-color: #74a4f3;
}

#main-bar ul#main-menu li.purple a::after {
    background-color: #832161;
}

#main-bar ul#main-menu li.purple:hover a::after {
    background-color: #ac2b7f;
}

#main-bar ul#main-menu li.purple-light a::after {
    background-color: #e086d3;
}

#main-bar ul#main-menu li.purple-light:hover a::after {
    background-color: #eaafe2;
}

#main-bar #search-mobile-icon {
    cursor: pointer;
}

@media (min-width:992px) {
    #main-bar #search-mobile-icon {
        display: none;
    }
}

#main-bar #search-mobile-icon span {
    font-size: 20px;
    line-height: 1.5;
}

#main-bar .header-profile {
    margin: 0 0 0 20px;
}

#main-bar .header-profile a.profile-img {
    width: 30px;
    height: 30px;
}

@media (min-width:992px) {
    #main-bar .header-profile {
        display: none;
    }
}

@media (max-width:400px) {
    #main-bar .header-profile {
        margin-left: 15px;
    }
}

#right-menu-wrapper {
    cursor: pointer;
}

#right-menu-wrapper span#right-menu-text {
    margin-left: 10px;
}

@media (max-width:1259.98px) {
    #right-menu-wrapper span#right-menu-text {
        display: none;
    }
}

#right-menu-icon {
    width: 19px;
    height: 14px;
    position: relative;
    display: inline-block;
}

#right-menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    border-radius: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

#right-menu-icon span:nth-child(1) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

#right-menu-icon span:nth-child(4) {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 1;
}

#right-menu-icon span:nth-child(2),
#right-menu-icon span:nth-child(3) {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}

#standalone-back-button {
    line-height: 1;
    margin-right: 10px;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 16px;
    -ms-flex-align: center;
    align-items: center;
}

#standalone-back-button {
    display: none;
}

@media (max-width:991.98px) {
    #right-menu-wrapper {
        display: none;
    }
}

.header-notifications,
.header-profile {
    position: relative;
}

.header-profile {
    margin-left: 20px;
}

.header-profile a.profile-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 1;
    border-radius: 50%;
}

.header-profile a.profile-img.sign-in {
    color: #a0a4a9;
    text-align: center;
}

.header-profile a.profile-img.sign-in::after {
    line-height: 30px;
}

#right-menu .header-profile a.profile-img.sign-in {
    color: #fff;
}

.header-profile.user_loggend_in,
.header-profile.user_loggend_out {
    display: none;
}

body.user-logged-out .header-profile.user_loggend_out {
    display: block;
}

.notifications-btn {
    margin: 0 10px 0 -10px;
    font-size: 25px;
    cursor: pointer;
    transition: color .3s;
    position: relative;
    line-height: 1;
}

.notifications-btn:hover {
    color: #fff;
}

.notifications-btn .icon-bell {
    position: relative;
}

.notifications-btn .notifications-bubble {
    top: 2px;
    right: -2px;
    bottom: auto;
    left: auto;
    min-width: 14px;
    height: 14px;
    border-radius: 10px;
    box-shadow: -1px 0 2px 0 rgba(0, 0, 0, .5);
}

#main-bar .notifications-btn {
    margin-right: 13px;
    height: 25px;
    width: 25px;
}

#main-bar .notifications-btn .notifications-bubble {
    top: 0;
    font-size: 10px;
}

.notifications-container {
    margin-left: -20px;
    margin-right: -20px;
    overflow-y: scroll;
    max-height: calc(100vh - 160px);
}

.notifications-container::-webkit-scrollbar {
    width: 8px;
}

.notifications-container::-webkit-scrollbar-track {
    background: 0 0;
}

.notifications-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: 0 0;
}

.notifications-container:hover::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .3);
}

.notifications-container::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, .8);
}

.notifications-empty {
    opacity: .5;
}

.notifications-settings__custom-select {
    height: auto;
    border-bottom-left-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
}

.notifications-settings__custom-select.custom-select-dark {
    color: #a0a4a9;
    background-color: #31353a;
    border-color: #31353a;
}

#notifications-drawer-mobile {
    z-index: 1050;
    font-size: 14px;
    font-weight: 400;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    padding-bottom: Max(20px, calc(20px + constant(safe-area-inset-bottom)));
    padding-bottom: Max(20px, calc(20px + env(safe-area-inset-bottom)));
    padding-top: Max(20px, calc(20px + constant(safe-area-inset-top)));
    padding-top: Max(20px, calc(20px + env(safe-area-inset-top)));
    background-color: #1d2125;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    opacity: 0;
    display: none;
    transition: all .3s;
}

#notifications-drawer-mobile button.close,
#notifications-drawer-mobile button.settings {
    color: #a0a4a9;
    background-color: #31353a;
    height: 28px;
    width: 28px;
    opacity: 1;
    border-radius: 50%;
    text-align: center;
    text-shadow: none;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
}

#notifications-drawer-mobile .notifications-container {
    max-height: calc(100vh - 130px);
}

#notifications-drawer-mobile .notifications-mobile-bottom {
    position: absolute;
    left: 0;
    bottom: Max(20px, calc(20px + env(safe-area-inset-bottom)));
    width: 100%;
    text-align: center;
}

#notifications-drawer-mobile,
#notifications-drawer-mobile a {
    color: #a0a4a9;
}

#notifications-drawer-mobile .btn-secondary {
    color: #a0a4a9;
    background-color: #31353a;
    border-color: #31353a;
}

.header-search-box {
    position: relative;
}

.header-search-box input {
    outline: 0;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: .875rem;
    background-color: #a0a4a9;
    opacity: 1;
    border: none;
    padding: 5px 30px 5px 15px;
    width: 60px;
    border-radius: 10em;
    transition: all .3s;
}

.header-search-box input:focus {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(255, 255, 255, .5);
}

.header-search-box::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    right: 7px;
    overflow: visible;
    background-position: center;
    background-size: contain;
    background-image: url("../images/108fe7f6ae09e8f423b0364f663c37a987452004.svg");
}

.full-header-search-box {
    display: none;
    opacity: 0;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-right: 35px;
    -webkit-animation: opacity-fadein .3s forwards;
    animation: opacity-fadein .3s forwards;
}

.full-header-search-box .keywords-suggestions {
    z-index: 0;
}

.full-header-search-box .header-search-box-title {
    font-weight: 400;
    margin: 0 20px 0 0;
}

@media (max-width:991.98px) {
    .full-header-search-box .header-search-box-title {
        display: none;
    }
}

.full-header-search-box .header-search-box {
    width: 100%;
}

.full-header-search-box .header-search-box input {
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    border-radius: .7em;
    padding: 8px 30px 8px 15px;
    position: relative;
    z-index: 10;
}

.full-header-search-box .header-search-box::before {
    display: none;
}

.full-header-search-box .header-search-box button[type=submit] {
    position: absolute;
    top: 8px;
    right: 10px;
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.full-header-search-box .header-search-box button[type=submit]::after {
    font-size: 20px;
    color: #1d2125;
}

.full-header-search-box .header-search-box .header-search-box-close {
    position: absolute;
    top: 9px;
    right: -38px;
    cursor: pointer;
}

.full-header-search-box .header-search-box .header-search-box-close::before {
    display: block;
    font-size: 22px;
    color: #fff;
}

@media (max-width:991.98px) {
    .full-header-search-box .header-search-box input {
        padding: 5px 30px 5px 15px;
        font-size: 16px;
    }
    .full-header-search-box .header-search-box button[type=submit] {
        top: 4px;
        right: 8px;
        padding: 2px;
    }
    .full-header-search-box .header-search-box .header-search-box-close {
        top: 8px;
        right: -33px;
    }
}

.search-results {
    padding-bottom: 20px;
    background-color: #fff;
    font-weight: 400;
    color: #212529;
    box-shadow: 0 3px 4px -1px rgba(0, 0, 0, .1);
}

.search-results p {
    font-size: .875rem;
}

@media (max-width:767.98px) {
    .search-results p {
        display: none;
    }
}

.search-results .search-section-title {
    padding: 0 0 20px 0;
    font-weight: 300;
    color: #000;
    margin: 0;
}

#search-results-drawer {
    display: none;
    position: absolute;
    width: 100%;
}

#results-drawer-container {
    display: none;
}

@media (max-width:767.98px) {
    #search-results-drawer .mobile-content-scroll {
        height: 300px;
        overflow-y: scroll;
    }
    #search-results-drawer .search-section-title {
        font-size: .875rem;
        padding: .5rem 0;
        color: #585c60;
        font-weight: 300;
    }
}

@media (max-width:575.98px) {
    #search-results-drawer .mobile-content-scroll {
        height: 200px;
    }
}

.keywords-suggestions {
    position: absolute;
    left: 0;
    top: 1rem;
    width: 100%;
    padding-top: 1.1rem;
    z-index: -1;
    background-color: #31353a;
    border-radius: 0 0 .7em .7em;
    box-shadow: 0 3px 4px -1px rgba(0, 0, 0, .1);
    font-size: 14px;
}

body:not(.dark-mode) .full-header-search-box .keywords-suggestions {
    background-color: #fff;
    color: #212529;
}

#main-bar::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: #3363ad;
}

#main-bar #menu-logo {
    width: 130px;
}

#main-bar #menu-logo a {
    height: 30px;
    width: 160px;
    float: left;
    display: block;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    text-indent: 200%;
    white-space: nowrap;
}

#main-bar #menu-logo a:first-child {
    image-rendering: -webkit-optimize-contrast;
    background-repeat: no-repeat;
    background-image: url("../images/05345df3570e5f3b7d1bfa9d5aa3afb45b9e0ad2.svg");
}

#main-bar #menu-logo a.rtvslo-link-map {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 50px;
}

@media (min-width:992px) {
    #main-bar #menu-logo {
        position: relative;
    }
}

@media (max-width:991.98px) {
    #main-bar #menu-logo {
        width: 120px;
    }
    #main-bar #menu-logo a {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: 120px;
        height: 23px;
    }
    #main-bar #menu-logo a.rtvslo-link-map {
        display: none;
    }
}


/*! CSS Used keyframes */

@-webkit-keyframes loader-animation {
    0% {
        box-shadow: 0 1rem 0 -1rem #3363ad;
        box-shadow: 0 1rem 0 -1rem var(--loader-color);
    }
    100% {
        box-shadow: 0 1rem 0 #3363ad;
        box-shadow: 0 1rem 0 var(--loader-color);
    }
}

@keyframes loader-animation {
    0% {
        box-shadow: 0 1rem 0 -1rem #3363ad;
        box-shadow: 0 1rem 0 -1rem var(--loader-color);
    }
    100% {
        box-shadow: 0 1rem 0 #3363ad;
        box-shadow: 0 1rem 0 var(--loader-color);
    }
}

@-webkit-keyframes opacity-fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes opacity-fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

*,
::after,
::before {
    box-sizing: border-box;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h2 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul ul {
    margin-bottom: 0;
}

strong {
    font-weight: bolder;
}

a {
    color: #3363ad;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #224172;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.small {
    font-size: 80%;
    font-weight: 400;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .1rem rgba(88, 92, 96, .15);
}

.btn:disabled {
    opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active {
    background-image: none;
}

.btn-primary {
    color: #fff;
    background-color: #3363ad;
    border-color: #3363ad;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2a528f;
    border-color: #274c86;
}

.btn-primary:focus {
    box-shadow: 0 0 0 .1rem rgba(51, 99, 173, .5);
}

.btn-primary:disabled {
    color: #fff;
    background-color: #3363ad;
    border-color: #3363ad;
}

.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #274c86;
    border-color: #24477c;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .1rem rgba(51, 99, 173, .5);
}

.btn-secondary {
    color: #fff;
    background-color: #585c60;
    border-color: #585c60;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #46494c;
    border-color: #404345;
}

.btn-secondary:focus {
    box-shadow: 0 0 0 .1rem rgba(88, 92, 96, .5);
}

.btn-secondary:disabled {
    color: #fff;
    background-color: #585c60;
    border-color: #585c60;
}

.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #404345;
    border-color: #3a3c3f;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .1rem rgba(88, 92, 96, .5);
}

.btn-danger {
    color: #fff;
    background-color: #d9481c;
    border-color: #d9481c;
}

.btn-danger:hover {
    color: #fff;
    background-color: #b73d18;
    border-color: #ac3916;
}

.btn-danger:focus {
    box-shadow: 0 0 0 .1rem rgba(217, 72, 28, .5);
}

.btn-danger:disabled {
    color: #fff;
    background-color: #d9481c;
    border-color: #d9481c;
}

.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #ac3916;
    border-color: #a13515;
}

.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .1rem rgba(217, 72, 28, .5);
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.custom-select {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group>.custom-select:focus {
    z-index: 3;
}

.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-append {
    display: -ms-flexbox;
    display: flex;
}

.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-append {
    margin-left: -1px;
}

.input-group>.input-group-append>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("../images/bfaf55b92a5e74e285c629808ad835774fd62c0e.svg") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #85a7db;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(133, 167, 219, .5);
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mr-1 {
    margin-right: .25rem !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.mr-2 {
    margin-right: .5rem !important;
}

.ml-2 {
    margin-left: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.pt-1 {
    padding-top: .25rem !important;
}

.ml-auto {
    margin-left: auto !important;
}

.text-center {
    text-align: center !important;
}

.text-muted {
    color: #6c757d !important;
}

@media print {
    *,
     ::after,
     ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    img {
        page-break-inside: avoid;
    }
    h2,
    p {
        orphans: 3;
        widows: 3;
    }
    h2 {
        page-break-after: avoid;
    }
}

.header-profile a.profile-img.sign-in::after,
[class*=" icon-"],
[class^=icon-] {
    font-family: rtvslo-icons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-profile a.profile-img.sign-in::after {
    content: "\e913";
}

.icon-cog::before {
    content: "\e96e";
}

.icon-cog-outline::before {
    content: "\e96f";
}

.icon-bell-disabled::before {
    content: "\e9ed";
}

.icon-bell::before {
    content: "\e9a3";
}

.icon-trash-outline::before {
    content: "\e9e2";
}

.icon-arrow2-right-outline::before {
    content: "\e9c4";
}

@media (hover:none) and (pointer:coarse) {
     ::-webkit-scrollbar {
        display: none;
    }
}

a {
    transition: color .2s, background-color .2s, border-color .2s;
}

a:hover {
    text-decoration: none;
}

.h6,
h2 {
    margin-bottom: .5rem;
    font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h2 {
    font-size: 1.75rem;
}

.h6 {
    font-size: 1rem;
}

@media (max-width:991.98px) {
    h2 {
        font-size: 1.5rem;
    }
}

.btn-sm.btn-pill,
.btn.btn-pill {
    border-radius: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.btn-sm.btn-pill.btn-sm,
.btn.btn-pill.btn-sm {
    padding-left: .8rem;
    padding-right: .8rem;
}

.notifications-bubble {
    background-color: #d9481c;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 1px 4px;
    line-height: 11px;
    position: absolute;
    left: 10px;
    text-align: center;
    bottom: -5px;
    min-width: 18px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .5);
}

.btn::placeholder {
    color: currentColor;
}

.settings-list a {
    color: #212529;
}

.settings-list a:hover {
    color: #000;
}

.settings-list .setting {
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: .5rem;
    padding: .5rem 0 0 0;
    font-size: 1rem;
}

.settings-list .switch {
    margin: 2px 0 0 auto;
}

.custom-select-dark {
    background-image: url("../images/a535e839aba5769da6887dfe0b09189ae75d0b65.svg");
}

.switch {
    display: inline-block;
    width: 40px;
    height: 20px;
    margin: 8px;
    position: relative;
}

.switch input {
    display: none;
}

.switch .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #777;
    border-radius: 20px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    transition: .4s;
}

.switch input:checked+.slider {
    box-shadow: 0 0 0 2px #28965a, 0 0 8px #28965a;
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    background-color: #28965a;
}

.tbicon-container img {
    image-rendering: -webkit-optimize-contrast;
}

.w-100 {
    width: 100% !important;
}

#topbar {
    position: relative;
    background-color: #1d2125;
    color: #a0a4a9;
    height: 50px;
    z-index: 1040;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width:991.98px) {
    #topbar {
        display: none;
    }
}

#topbar a:hover {
    text-decoration: none;
}

#topbar form {
    margin-bottom: 0;
}

#topbar .tbcontainer {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:992px) and (min-width:576px) {
    #topbar .tbcontainer {
        max-width: 540px;
    }
}

@media (min-width:992px) and (min-width:768px) {
    #topbar .tbcontainer {
        max-width: 720px;
    }
}

@media (min-width:992px) and (min-width:992px) {
    #topbar .tbcontainer {
        max-width: 960px;
    }
}

@media (min-width:992px) and (min-width:1260px) {
    #topbar .tbcontainer {
        max-width: 1240px;
    }
}

@media (min-width:992px) and (min-width:1500px) {
    #topbar .tbcontainer {
        max-width: 1420px;
    }
}

#topbar .tbrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: -10px;
    margin-left: -10px;
}

#topbar .tbcontainer,
#topbar .tbcontainer>.tbrow {
    height: 50px;
}

#topbar .tbleft,
#topbar .tbright {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
}

#topbar .tbleft {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#topbar .tbright {
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
}

#topbar .tbright {
    max-width: 100%;
}

#main-bar *,
.tbleft *,
#sub-menu * {
    font-family: "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

#topbar #tbtoplogo {
    display: inline-block;
    position: relative;
    width: 51px;
    height: 30px;
    text-indent: 1000px;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url("../images/RTVSLO-logo-white.svg");
}

#topbar #tbtoplogo a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

#topbar ul#tbtopmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    float: left;
}

#topbar ul#tbtopmenu>li {
    float: left;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

#topbar ul#tbtopmenu>li>a {
    margin: 0;
    color: #a0a4a9;
    display: block;
    padding: 0 15px;
    text-transform: uppercase;
    -ms-flex-item-align: center;
    align-self: center;
    line-height: 1;
}

#topbar ul#tbtopmenu>li>a:hover {
    color: #fff;
}

#topbar ul#tbtopmenu>li>a .tbarrow {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    background-position: center;
    background-size: contain;
    background-image: url("../images/48623238554c8e71ddf8bf5dbe56dbb0d069beaf.svg");
}

#topbar ul#tbtopmenu>li::after {
    bottom: -10px;
    right: 10px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #1d2125;
    border-width: 10px;
    margin-left: -10px;
    display: none;
}

#topbar ul#tbtopmenu .tbdropdown {
    background-color: #1d2125;
    top: 60px;
    min-width: 100%;
    left: 0;
    position: absolute;
    color: #fff;
    display: none;
    padding: 20px;
    border-radius: .25rem;
}

#topbar ul#tbtopmenu .tbdropdown.tbshift-90 {
    left: -90px;
}

#topbar ul#tbtopmenu .tbdropdown.tbnopadding {
    padding: 0;
}

#topbar .tbgrid-100,
#topbar .tbgrid-50-50 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#topbar .tbgrid-100>.tbicon-container,
#topbar .tbgrid-50-50>.tbicon-container {
    margin-bottom: 20px;
}

#topbar .tbgrid-100 .tbicon-container .tbicon-text,
#topbar .tbgrid-50-50 .tbicon-container .tbicon-text {
    padding-right: 0;
}

#topbar .tbgrid-50-50 hr {
    width: 100%;
    border-color: #585c60;
    margin: 0 0 20px 0;
}

#topbar .tbgrid-50-50 {
    width: 400px;
}

#topbar .tbgrid-50-50>.tbicon-container {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#topbar .tbgrid-100 {
    width: 200px;
}

#topbar .tbgrid-100>.tbicon-container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#topbar .tbheadersearchbox {
    position: relative;
    margin: 0 20px 0 0;
    width: 350px;
    background-color: #31353a;
    color: #fff;
    border-radius: 10em;
    padding: 5px 15px 5px 32px;
    display: -ms-flexbox;
    display: flex;
}

#topbar .tbheadersearchbox input {
    padding: 0;
    box-sizing: border-box;
    outline: 0;
    -webkit-appearance: textfield;
    font-family: inherit;
    font-size: 14px;
    color: #fff;
    width: 100%;
    background-color: transparent;
    opacity: 1;
    line-height: 21px;
    border: none;
}

#topbar .tbheadersearchbox::before {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 6px;
    left: 8px;
    overflow: visible;
    background-position: center;
    background-size: contain;
    background-image: url("../images/47b4630579700408aabd6a4b97317b495a91aa81.svg");
}

#topbar .header-profile {
    margin: 0;
}

#topbar .tbformcontrol {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .3rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#topbar .tbformcontrol:focus {
    color: #495057;
    background-color: #fff;
    border-color: #85a7db;
    outline: 0;
    box-shadow: 0 0 0 .1rem rgba(88, 92, 96, .15);
}

#topbar .tbformcontrol::placeholder {
    color: #6c757d;
    opacity: 1;
}

#topbar .tbformcontrol:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

#topbar .tbformgroup {
    margin-bottom: 1rem;
}

#topbar .tbbtn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 16px;
    line-height: 1.5;
    border-radius: .3rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #3363ad;
    border-color: #3363ad;
}

#topbar .tbbtn:hover {
    color: #fff;
    background-color: #2a528f;
    border-color: #274c86;
}

#topbar .tbbtn:focus {
    box-shadow: 0 0 0 .1rem rgba(51, 99, 173, .5);
}

#topbar .tbbtn:disabled {
    color: #fff;
    background-color: #3363ad;
    border-color: #3363ad;
}

#topbar .tbbtn:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #274c86;
    border-color: #24477c;
}

#topbar .tbbtn:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .1rem rgba(51, 99, 173, .5);
}

#topbar .tbbtn:focus,
#topbar .tbbtn:hover {
    text-decoration: none;
}

#topbar .tbbtn:focus {
    outline: 0;
    box-shadow: 0 0 0 .1rem rgba(88, 92, 96, .15);
}

#topbar ul.tbdropdownmenu {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

#topbar ul.tbdropdownmenu li a {
    color: #a0a4a9;
    display: block;
    padding: 10px 20px;
    white-space: nowrap;
}

#topbar ul.tbdropdownmenu li a:hover {
    color: #fff;
}

#topbar .tbicon {
    position: relative;
    display: block;
}

#topbar .tbicon .active,
#topbar .tbicon .inactive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s;
}

#topbar .tbicon .active {
    opacity: 0;
}

#topbar .tbicon .inactive {
    opacity: .6;
}

#topbar .tbicon-container {
    display: -ms-flexbox;
    display: flex;
    color: #a0a4a9;
    -ms-flex-align: center;
    align-items: center;
}

#topbar .tbicon-container:hover {
    color: #fff;
}

#topbar .tbicon-container:hover .tbicon .active {
    opacity: 1;
}

#topbar .tbicon-container .tbicon-text {
    padding: 0 20px;
    line-height: 1;
}

#topbar .register {
    font-size: 16px;
}

#topbar .tblostpassword {
    font-size: 12px;
}

#topbar .settings-list .setting {
    border-color: rgba(255, 255, 255, .1);
}

@media (min-width:992px) and (max-width:1259.98px) {
    #topbar {
        font-size: 12px;
    }
    #topbar ul#tbtopmenu>li>a {
        padding: 0 10px;
    }
}

.header-notifications,
.header-profile {
    position: relative;
}

.header-notifications .tbnotificationsdropdown,
.header-profile .tbprofiledropdown {
    background-color: #1d2125;
    top: 50px;
    width: 300px;
    font-weight: 400;
    position: absolute;
    right: -5px;
    color: #fff;
    display: none;
    padding: 20px;
    border-radius: .25rem;
}

.header-notifications .tbnotificationsdropdown a,
.header-profile .tbprofiledropdown a {
    color: #fff;
}

.header-notifications .tbnotificationsdropdown a:hover,
.header-profile .tbprofiledropdown a:hover {
    color: #a0a4a9;
}

.header-notifications .tbnotificationsdropdown::after,
.header-profile .tbprofiledropdown::after {
    top: -19px;
    right: 10px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #1d2125;
    border-width: 10px;
    margin-left: -10px;
}

.header-notifications .tbnotificationsdropdown {
    width: 380px;
    right: 2px;
}

.header-profile {
    margin-left: 20px;
}

.header-profile a.profile-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 1;
    border-radius: 50%;
}

.header-profile a.profile-img.sign-in {
    color: #a0a4a9;
    text-align: center;
}

.header-profile a.profile-img.sign-in::after {
    line-height: 30px;
}

.header-profile .tbprofiledropdown .register,
.header-profile .tbprofiledropdown button {
    text-transform: uppercase;
    font-size: 1rem;
}

.header-profile .tbprofiledropdown .register {
    display: inline-block;
    float: right;
    padding: .5rem 0;
}

.header-profile .tbprofiledropdown .tblostpassword {
    display: block;
    font-size: .75rem;
    text-align: center;
}

[id^=topbar] .header-profile a.profile-img.sign-in .bottom-tooltip {
    visibility: hidden;
    width: 80px;
    background-color: #a0a4a9;
    color: #1d2125;
    text-align: center;
    border-radius: 6px;
    padding: 3px 0;
    position: absolute;
    z-index: 1;
    top: 140%;
    left: 50%;
    margin-left: -40px;
    font-size: 12px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: all .3s;
}

[id^=topbar] .header-profile a.profile-img.sign-in .bottom-tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #a0a4a9 transparent;
}

[id^=topbar] .header-profile a.profile-img.sign-in:hover .bottom-tooltip {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header-profile.user_loggend_in,
.header-profile.user_loggend_out {
    display: none;
}

body.user-logged-out .header-profile.user_loggend_out {
    display: block;
}

.notifications-btn {
    margin: 0 10px 0 -10px;
    font-size: 25px;
    cursor: pointer;
    transition: color .3s;
    position: relative;
    line-height: 1;
}

.notifications-btn:hover {
    color: #fff;
}

.notifications-btn .icon-bell {
    position: relative;
}

.notifications-btn .notifications-bubble {
    top: 2px;
    right: -2px;
    bottom: auto;
    left: auto;
    min-width: 14px;
    height: 14px;
    border-radius: 10px;
    box-shadow: -1px 0 2px 0 rgba(0, 0, 0, .5);
}

.notifications-container {
    margin-left: -20px;
    margin-right: -20px;
    overflow-y: scroll;
    max-height: calc(100vh - 160px);
}

.notifications-container::-webkit-scrollbar {
    width: 8px;
}

.notifications-container::-webkit-scrollbar-track {
    background: 0 0;
}

.notifications-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: 0 0;
}

.notifications-container:hover::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .3);
}

.notifications-container::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, .8);
}

.notifications-empty {
    opacity: .5;
}

.notifications-settings__custom-select {
    height: auto;
    border-bottom-left-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
}

.notifications-settings__custom-select.custom-select-dark {
    color: #a0a4a9;
    background-color: #31353a;
    border-color: #31353a;
}

.header-notifications .tbnotificationsdropdown,
.header-notifications .tbnotificationsdropdown a {
    color: #a0a4a9;
}

.tbnotificationsdropdown .btn-secondary {
    color: #a0a4a9;
    background-color: #31353a;
    border-color: #31353a;
}

.keywords-suggestions {
    position: absolute;
    left: 0;
    top: 1rem;
    width: 100%;
    padding-top: 1.1rem;
    z-index: -1;
    background-color: #31353a;
    border-radius: 0 0 .7em .7em;
    box-shadow: 0 3px 4px -1px rgba(0, 0, 0, .1);
    font-size: 14px;
}