@font-face {
    font-family: "remixicon";
    src: url('remixicon.eot'); /* IE9*/
    src: url('remixicon.eot') format('embedded-opentype'), /* IE6-IE8 */
    url("remixicon.woff2") format("woff2"), url("remixicon.woff") format("woff"), url('remixicon.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('remixicon.svg') format('svg'); /* iOS 4.1- */
    font-display: swap
}

@font-face {
    font-family: "HelveticaNeueLT";
    src: url("5e72186f2671cdfad7e0ca56b85262ef.eot"); /* IE9*/
    src: url("5e72186f2671cdfad7e0ca56b85262ef.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("5e72186f2671cdfad7e0ca56b85262ef.woff2") format("woff2"), /* chrome firefox */
    url("5e72186f2671cdfad7e0ca56b85262ef.woff") format("woff"), /* chrome firefox */
    url("5e72186f2671cdfad7e0ca56b85262ef.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("5e72186f2671cdfad7e0ca56b85262ef.svg#HelveticaNeueLT Arabic 75 Bold") format("svg"); /* iOS 4.1- */
    font-display: swap;
}
@font-face {
    font-family: "HelveticaNeueLTRoman";
    src: url("6184b9bbcb2982ca518dc0c37b9d3199.eot");
    src: url("6184b9bbcb2982ca518dc0c37b9d3199.eot?#iefix") format("embedded-opentype"), url("6184b9bbcb2982ca518dc0c37b9d3199.woff2") format("woff2"), url("6184b9bbcb2982ca518dc0c37b9d3199.woff") format("woff"), url("6184b9bbcb2982ca518dc0c37b9d3199.ttf") format("truetype"), url("6184b9bbcb2982ca518dc0c37b9d3199.svg#HelveticaNeueLT Arabic 55 Roman") format("svg");
    font-display: swap;
}

body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    color: #000;
    -moz-osx-font-smoothing: grayscale;
    font-family: "HelveticaNeueLTRoman";
    -webkit-tap-highlight-color: transparent;
    caret-color: transparent !important;
    direction: rtl;
    overflow-x: hidden;
    --slides-per-page: 2;
    -webkit-font-smoothing: antialiased;
    background-color: #f2f7ff;
}
.navigation-bar {
    border-bottom: none;
    background-size: 0px 0px;
    -webkit-background-size: 0px 0px;
  }
::selection {
    color: #fff;
    background: #7d2ae8;
}

*,
*:before,
*:after {
    margin: 0px;
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #3b71ca;

}
:root {
    --loading-spinner-size: 2rem;
    --loading-spinner-gap: 1; /* [1] */
    --loading-spinner-wrapper: calc(var(--loading-spinner-size) * 3 + var(--loading-spinner-gap) * var(--loading-spinner-size) * 2); /* [2] */
    --loading-spinner-color: #222;

    --animation-timing: cubic-bezier(0, 1, 1, 0);
    --animation-duration: 600ms;
    --animation-count: infinite;
    --bg: var(--gray-lighter);
    --black: #000;
    --blue: #0AAFFF;
    --component-bg: var(--white);
    --component-border: var(--gray-lighter);
    --gray-dark: #586069;
    --gray-darker: #2f363d;
    --gray-darkest: #24292e;
    --gray-light: #959da5;
    --gray-lighter: #e1e4e8;
    --gray-lightest: #fafbfc;
    --green: #2DCA73;
    --orange: #FF7D51;
    --pink: #ED63D2;
    --purple: #7551E9;
    --text-color: var(--gray-darkest);
    --white: #FFF;
    --primary: #fbfcfc;
    --active: #f1f1f1;
    --secondary: #767777;
    --grey: #8a8b8b;
    --b-pad: 10px;
    --s-pad: 5px;
    --bg: rgb(50, 50, 50);
    --f7-list-item-media-margin: 16px;
    --f7-list-inset-side-margin: 16px;
    --f7-list-item-cell-margin: 16px;
    --f7-list-item-padding-horizontal: 16px;
    --f7-list-media-item-padding-horizontal: 16px;
    --f7-list-item-text-max-lines: 2;
    --f7-list-chevron-icon-font-size: 20px;
    --f7-list-item-title-font-size: inherit;
    --f7-list-item-title-font-weight: 400;
    --f7-list-item-title-text-color: inherit;
    --f7-list-item-title-line-height: inherit;
    --f7-list-item-title-white-space: nowrap;
    --f7-list-item-subtitle-font-weight: 400;
    --f7-list-item-subtitle-text-color: inherit;
    --f7-list-item-subtitle-line-height: inherit;
    --f7-list-item-text-font-weight: 400;
    --f7-list-item-after-font-weight: 400;
    --f7-list-item-header-text-color: inherit;
    --f7-list-item-header-font-size: 12px;
    --f7-list-item-header-font-weight: 400;
    --f7-list-item-header-line-height: 1.2;
    --f7-list-item-footer-font-size: 12px;
    --f7-list-item-footer-font-weight: 400;
    --f7-list-item-footer-line-height: 1.2;
    --f7-list-button-font-size: inherit;
    --f7-list-button-font-weight: 400;
    --f7-list-item-divider-line-height: inherit;
    --f7-list-group-title-line-height: inherit;
    --f7-list-bg-color: #fff;
    --f7-list-chevron-icon-color: rgba(0, 0, 0, 0.2);
    --f7-list-item-padding-vertical: var(--f7-list-media-item-padding-vertical);
    --f7-list-item-padding-horizontal: var(--f7-list-media-item-padding-horizontal);
    --alarabRed: #ed1b24;
    --active: #f1f1f1;
    --b-pad: 10px;
    --bg: #323232;
    --bg-flat-gray: #f5f5f5;
    --bg-simi: #0030ff;
    --bg-simi-sec: #d2122e;
    --bg-ticker: red;
    --blue-flat-bg: #00308f;
    --blue-flat-bg-ticker: #2c3968;
    --blue-flat2-bg: #002c3e;
    --bodywash: #f2f2f2;
    --border-gray: #e6e6e6;
    --c-bg-body: #ccc;
    --c-bg-button: #fff;
    --c-bg-primary: #fff;
    --c-bg-secondary: #d4d8dd;
    --c-border-primary: #ccc;
    --c-text-primary: #191919;
    --c-text-secondary: #737374;
    --color-bg-primary: #d0d6df;
    --color-bg-primary-offset: #f1f3f7;
    --color-bg-secondary: #fff;
    --color-black: var(--color-text-primary);
    --color-black: #3b3c40;
    --color-black: #161616;
    --color-gray: #8d9ba4;
    --color-green: #1eb8b1;
    --color-on-gray: #a2a2a2;
    --color-orange: #dc9960;
    --color-purple: #657cc4;
    --color-red: #d92027;
    --color-settings-bg: #f3f5f9;
    --color-settings-border: #dbdade;
    --color-settings-color: #757575;
    --color-text-primary: #3a3c42;
    --color-text-primary-offset: #898c94;
    --graybackground: #dbdbdb;
    --graytext: #65676B;
    --grey: #8a8b8b;
    --icon-color-b: #4b4c50;
    --icon-color-m: #fe6d6d;
    --icon-color-w: #FFF;
    --main-section: #d2122e;
    --main-section-secondry: #0030ff;
    --more-color: #161616;
    --primary: #fbfcfc;
    --primerybutton: #1B74E4;
    --primerytext: #050505;
    --red-flat-bg: #d2122e;
    --red-flat-bg-category: #d2122e;
    --red-flat-text-category: #fff;
    --red-flat2-bg: #f7444e;
    --s-pad: 5px;
    --secondary: #767777;
}

#barba-wrapper {
    overflow: hidden;
    transition: 0.2s;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.barba-container {
    display: contents;
    width: 100%;
}


.image-gallery {
    display: grid;
    grid-gap: 5px;
    border-radius: 5px;
}

.image-gallery img {
    width: calc(100% / 3);
    height: auto;
}
.image-gallery .gallery-item {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.image-gallery .gallery-item img {
    width: 100%;
    height: 100%;

}

.three-cols-gallery {
    grid-template-columns: repeat(3, 191px);
}

.three-cols-gallery .gallery-item:nth-of-type(1) {
    grid-column: auto / span 3;
}

.three-cols-gallery .gallery-item:nth-of-type(1) img {
    width: 100%;
    height: auto;
}

.three-cols-gallery .gallery-item:nth-of-type(n + 5) {
    display: none;
}

.three-cols-gallery .gallery-item:nth-of-type(n + 4) {
    position: relative;
}
.three-cols-gallery .gallery-item:nth-of-type(n + 4)::after {
    content: attr(data-see-more) " ";
    color: white;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 13px;
}

.one-col-gallery img {
    width: 100%;
    height: 500px;
}

.two-cols-gallery {
    grid-template-columns: 1fr 1fr;
}

.two-cols-gallery img {
    width: 100%;
    height: 500px;
}


.four-cols-gallery {
    grid-template-columns: repeat(4, 1fr);
}

.four-cols-gallery > .gallery-item img {
    width: 100%;
}

.four-cols-gallery > .gallery-item:nth-of-type(1) {
    grid-column: auto / span 4;
}

.four-cols-gallery > .gallery-item:nth-of-type(2) {
    grid-column: 1 / span 2;
    height: 250px;
}

.four-cols-gallery > .gallery-item:nth-of-type(3) {
    grid-column: 3 / span 4;
    height: 250px;
}

.hiddenelemnt {
    display: none;
}
.loadingDiv {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffffd1;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    display: grid;
    place-items: center;
    /* visibility: hidden; */
}


.loadingSin {
    --spacer: calc(var(--loading-spinner-size) * var(--loading-spinner-gap) + var(--loading-spinner-size)); /* [3] */
    position: relative;
    width: var(--loading-spinner-wrapper);
    height: var(--loading-spinner-size);
    /* border: 1px solid red; */ /* [4] */
}

.loadingSin span {
    position: absolute;
    top: 0;
    width: var(--loading-spinner-size);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: var(--loading-spinner-color);
    animation-timing-function: var(--animation-timing);
}

.loadingSin span:nth-child(1) {
    left: 0;
    animation: scale-up var(--animation-duration) var(--animation-count);
}

.loadingSin span:nth-child(2) {
    left: 0;
    animation: move-right var(--animation-duration) var(--animation-count);
}

.loadingSin span:nth-child(3) {
    left: calc(var(--spacer) * 1);
    animation: move-right var(--animation-duration) var(--animation-count);
}

.loadingSin span:nth-child(4) {
    left: calc(var(--spacer) * 2);
    animation: scale-down var(--animation-duration) var(--animation-count);
}

@keyframes scale-up {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@keyframes scale-down {
    from {
        transform: scale(1)
    }
    to {
        transform: scale(0)
    }
}

@keyframes move-right {
    from {
        transform: translate(0, 0)
    }
    to {
        transform: translate(var(--spacer), 0)
    }
}

.actions {
    bottom: 0;
    display: flex;
    flex-direction: row-reverse;
    padding: 10px;
    position: absolute;
    width: 100%;
}
.actions ul {
    display: block;
    display: flex;
    flex-direction: row;
    padding-top: 4 PX;
}
.buttons,
.buttons .button {
    align-items: center;
    display: flex;
}
.actions ul li {
    display: block;
    padding-left: 15px;
}
.actions ul li a {
    display: block;
    line-height: 35px;
}
.actions ul li a i {
    color: #5c6676;
    display: block;
    line-height: 35px;
}
.buttons .message {
    background-color: #0060ff;
    color: #fff;
}
.buttons .button {
    border-radius: 3px;
    cursor: pointer;
    justify-content: center;
    margin-top: 0;
    padding-left: 12px;
    padding-right: 5px;
    margin-left: 15px;
}
.buttons .button span {
    font-family: "HelveticaNeueLTRoman";
    font-size: 13px;
    margin-right: 8px;
}
.buttons .button i {
    font-size: 16px;
    padding: 5px;
}

.a-info,
.menu-body {
    flex-direction: column;
}
.menu-body {
    /*border-top: 1px solid var(--c-border-primary);*/
    display: flex;
    padding: 0.5rem;
    transition: border-color 0.15s;
}
.menu-body a {
    align-items: center;
    color: inherit;
    display: flex;
    font-weight: 500;
    padding: 0.625rem 0.5rem;
    text-decoration: none;
    transition: 0.15s;
}
.menu-body a i {
    font-size: 18px;
    margin-left: 12px;
    margin-right: 1rem;
    transition: color 0.15s;
}
.bckfff,
.menucontainer,
 {
    background: #fff;
}
.menucontext {
    width: 100%;
}
.holdmenucontext {
    background: #161616;
    height: calc(100% - 7px);
    top: 50px;
    overflow: AUTO;
    overscroll-behavior: contain;
    padding-bottom: 90px;
    position: absolute;
    scrollbar-width: thin;
    width: 100%;
    padding-top: 30px;
}
.holdmenucontext::-webkit-scrollbar {
    width: 6px;
}
.holdmenucontext::-webkit-scrollbar-track {
    background: #333;
}
.holdmenucontext::-webkit-scrollbar-thumb {
    background-color: #212121;
    border-radius: 20px;
}
.menu-list {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.menu-button,
.menu-item {
    display: flex;
    position: relative;
    font-size: 19px;
}
.menu-button {
    align-items: center;
    border: 0;
    padding: 8px 40px 8px 38px;
    text-align: right;
    width: 100%;
    transition: 0.3s ease-out;
}
.menu-button span {
    color: #ccc;
    font-family: system-ui;
    font-size: 18px;
    font-weight: 600;
}
.menu-button:hover {
    background-color: #000;
    

}

.menu-button--orange i:first-of-type {
    color: var(--color-orange);
}
.menu-button--green i:first-of-type {
    color: var(--color-green);
}
.menu-button--purple i:first-of-type {
    color: var(--color-purple);
}
.menu-button--black i:first-of-type {
    color: #898c94;
}
.menu-button:hover i {
    color: #FFF;
}
.menu-button i {
    color: var(--color-text-primary-offset);
    margin-left: 10px;
    font-size: 25px;
    transition: 0.3s ease-out;

}
.menu-body a{
    transition: 0.3s ease-out;
    color: #757575;
}
.menu-body a i {
    color: #FFF;
}
.menu {
    transition: background-color 0.15s;
    width: 100%;
}
.menu-body a:hover {
    background-color: #000;
}
.menu-header {
    padding: 1rem;
}
.menucontainer {
    border-left: 1px solid #ccc;
    height: calc(100% - 50px);
    width: 100%;
}
.usernamenotficheader {
    left: 15px;
    position: absolute;
    top: 15px;
    z-index: 5;
    font-size: 25px;
}
.section {
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
    width: 100%;
}
.sectionHoties {
    display: flex;
    flex-direction: column;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    width: 100%;
}

.timeline {
    list-style: none;
    direction: rtl;
    text-align: right;
    font-family: system-ui;
    padding: 0;
    margin: 0
}

.t_ov_load {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffffd1;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    display: none
}

.t_ov_load.loadinview {
    display: block
}

.pace-demov {
    margin: 0 auto;
    width: 44px;
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 22px);
    display: grid;
    place-items: center;
    z-index: 1
}

.svg {
    width: 3.25em;
    transform-origin: center;
    animation: rotate4 2s linear infinite
}

.circle {
    fill: none;
    stroke: #3188fb;
    stroke-width: 2;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: dash4 1.5s ease-in-out infinite
}

@keyframes rotate4 {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes dash4 {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dashoffset: -125px
    }
}

.timeline {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll
}

.timeline::-webkit-scrollbar {
    display: none
}

.timeline>li {
    margin-bottom: 60px
}

@media(min-width :240px) {
    .timeline>li {
        margin: 0;
        position: relative
    }
    .timeline>li .acbuttons {
        visibility: hidden
    }
    .timeline>li:hover .acbuttons {
        visibility: hidden;
        right: 0;
        bottom: 0;
        padding: 4px;
        position: absolute
    }
    .timeline-date2 {
        width: 90px;
        float: right;
        text-align: center;
        font-weight: 400;
        color: #101010;
        top: 24px;
        position: absolute;
        right: 0;
        z-index: 3;
        background: #e9e9e9;
        margin: 0;
        font-size: 11px;
        padding: 5px 10px;
        width: auto;
        border-radius: 5px
    }
    .timeline-content h3 {
        font-size: 20px;
        font-weight: 600;
        margin: 18px 10p 10p;
        color: #404040
    }
    .timeline-content {
        width: calc(100% - 100px);
        float: right;
        border-right: 2px #e8eaed solid;
        padding-right: 30px;
        font-weight: 100;
        color: #050505;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 0;
        margin-right: 100px
    }
    .timeline-content:before {
        content: '';
        width: 12px;
        height: 12px;
        background: #ff5969;
        position: absolute;
        right: 95px;
        top: 30px;
        border-radius: 100%;
        z-index: 2
    }
}

.panel .timeline-date2 {
    background-color: #f2f2f2;
    border-radius: 3px;
    border: 1px #ccc solid
}

.timeline:after,
.timeline:before {
    display: none
}

.timeline-content p {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    width: 95%;
    border-bottom: 1px #e8eaed solid;
    padding-bottom: 25px
}

.header {
    background-size: cover;
    position: relative;
    font-family: system-ui;
    background: #020024;
    background: linear-gradient(90deg, rgb(143 139 222) 0, rgb(89 89 214) 35%, rgb(135 0 255) 100%);
    background-size: 400% 400%;
    -webkit-animation: gradient 25s ease infinite;
    animation: gradient 25s ease infinite;
    display: none
}

.color-overlay {
    padding: 1em 2em;
    box-sizing: border-box
}

.date-right {
    display: inline-block
}

.day-name {
    font-size: 1.9em;
    color: #000
}

.month {
    font-weight: 300;
    font-size: .9em;
    margin-top: 2px;
    color: #f0f0f0
}

.top-trending {
    padding: 10px;
}
.topviewed-a {
    align-items: center;
    border-bottom: 1px solid #e8eaed;
    display: block;
    margin-bottom: 7px;
    padding-bottom: 6px;
    position: relative;
}
.topviewed-a:last-child {
    border: none;
    margin-bottom: none;
}
.a-number {
    background: #e6e6e6;
    border-radius: 50%;
    color: #404040;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: calc(50% - 25px);
    width: 40px;
}
.a-info {
    display: flex;
    padding-right: 55px;
}
.timeline {
    display: none;
    flex-direction: column;
    list-style: none;
    margin-bottom: 15px;
    padding-top: 15px;
    text-align: right;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.topviewed_author {
    color: var(--color-gray);
    font-size: 11px;
}
.topviewed_title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px;
    min-height: 30px;
    overflow: hidden;
    width: auto;
}
.topviewed_title a {
    color: var(--color-black);
    font-size: 13px;
    text-decoration: none;
    font-family: 'system-ui';
    line-height: 19px;

}
.topviewed_title a:hover {
    background: #f2f2f2;
    transition: 0.2s ease-out;
}
.widget-currency-outer  {
    visibility: visible;
    display: flex;
    padding-bottom: 10px;
}
.ad_336x2802 {
    background: #fff;
    background: #fff;
    border-radius: 5px;
    border-radius: 5px;
    border-width: 0;
    height: 280px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 336px;
    background: #ffffff;
    border: 0 #dedede solid;
    background-color: #fff;
    box-shadow: 1px 1px 5px 1px #ddd;
}
.ad_300x2502 {
    background: #fff;
    background: #fff;
    border-radius: 5px;
    border-radius: 5px;
    border-width: 0;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 300px;
    background: #ffffff;
    border: 0 #dedede solid;
    background-color: #fff;
    box-shadow: 1px 1px 5px 1px #ddd;
}
.ad_320x502 {
    background: #fff;
    background: #fff;
    border-radius: 5px;
    border-radius: 5px;
    border-width: 0;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 320px;
    background: #ffffff;
    border: 0 #dedede solid;
    background-color: #fff;
    box-shadow: 1px 1px 5px 1px #ddd;
}
.ad_possible_location {
    position: relative;

    border-radius: 5px;

}

.moredata:after {
    box-sizing: border-box;
}

.alarab_helpers {
    align-items: flex-end;
    color: var(--c-text-primary);
    display: flex;
    font-family: system-ui;
    font-size: 14px;
    justify-content: center;
    line-height: 1.5;
}
[class^="ri-"],
[class*=" ri-"] {
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*! CSS Used from: https://components.alarab.com/wassets/css/arb_css.css */
[class^="ri-"] {
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ri-building-2-line:before {
    content: "\EB09";
}
.ri-user-location-line:before {
    content: "\F266";
}
.ri-government-line:before {
    content: "\EDD9";
}
.ri-telegram-line:before {
    content: "\F1F0";
}
.ri-cloudy-line:before {
    content: "\EBA5";
}
.ri-sun-line:before {
    content: "\F1BF";
}
.ri-haze-line:before {
    content: "\EE00";
}
.ri-drizzle-line:before {
    content: "\EC68";
}
.ri-thunderstorms-line:before {
    content: "\F209";
}
.ri-snowy-line:before {
    content: "\F15E";
}
.ri-moon-line:before {
    content: "\EF75";
}
.ri-haze-fill:before {
    content: "\EDFF";
}
.ri-sun-fill:before {
    content: "\F1BC";
}
.ri-close-line:before {
    content: "\eb99";
}

.adunit {
    text-align: center;
    width: 100%;
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
}
.m-button {
    position: relative;
    width: 100%;
}


.toggle-menu i {
    position: absolute;
    display: block;
    height: 2px;
    background: #222;
    width: 30px;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.25s;
}

.toggle-menu i:nth-child(1) {
    top: 4px;
}

.toggle-menu i:nth-child(2) {
    top: 12px;
}

.toggle-menu i:nth-child(3) {
    top: 20px;
}

.toggle-menu.active i:nth-child(1) {
    top: 14px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.toggle-menu.active i:nth-child(2) {
    background: transparent;
}

.toggle-menu.active i:nth-child(3) {
    top: 14px;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.menu-drawer {
    width: 450px;
    background-color: #ccc;
    height: 900px;
    position: absolute;
    right: -550px;
    top: 0;
    transition: right linear 0.2s;
    /* padding: 50px; */
}

.open {
    right: 0;
    transition: right linear 0.2s;
}

.menu-drawer li a {
    text-decoration: none;
    color: #555;
}
.menu-drawer li a:hover {
    color: #000;
}
.ri-lg {
    font-size: 1.3333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.ri-xl {
    font-size: 1.5em;
    line-height: 0.6666em;
    vertical-align: -0.075em;
}
.ri-xxs {
    font-size: 0.5em;
}
.ri-xs {
    font-size: 0.75em;
}
.ri-sm {
    font-size: 0.875em
}
.ri-1x {
    font-size: 1em;
}
.ri-2x {
    font-size: 2em;
}
.ri-3x {
    font-size: 3em;
}
.ri-4x {
    font-size: 4em;
}
.ri-5x {
    font-size: 5em;
}
.ri-6x {
    font-size: 6em;
}
.ri-7x {
    font-size: 7em;
}
.ri-8x {
    font-size: 8em;
}
.ri-9x {
    font-size: 9em;
}
.ri-10x {
    font-size: 10em;
}
.ri-fw {
    text-align: center;
    width: 1.25em;
}


.ri-arrow-left-line:before {
    content: "\ea60";
}
.ri-play-circle-line:before {
    content: "\f009";
}
.ri-instagram-line:before {
    content: "\ee66";
}
.ri-facebook-box-line:before {
    content: "\ecb9";
}
.ri-twitter-line:before {
    content: "\f23b";
}
.ri-apple-line:before {
    content: "\ea40";
}
.ri-google-play-line:before {
    content: "\edd7";
}
.ri-home-6-line:before {
    content: "\ee21";
}
.ri-community-line:before {
    content: "\ebba";
}
.ri-vidicon-line:before {
    content: "\f288";
}
.ri-cloud-line:before {
    content: "\eb9d";
}
.ri-football-line:before {
    content: "\ed8f";
}
.ri-football-line:before {
    content: "\ed8f";
}
.ri-mail-send-line:before {
    content: "\eefc";
}
.ri-community-line:before {
    content: "\ebba";
}
.ri-live-line:before {
    content: "\eec0";
}
.ri-menu-line:before {
    content: "\ef3e";
}
.ri-arrow-right-line:before {
    content: "\ea6c";
}
.ri-share-line:before {
    content: "\f0fe";
}
.ri-close-line:before {
    content: "\eb99";
}
.ri-search-2-line:before {
    content: "\f0cd";
}
.ri-home-3-line:before {
    content: "\ee1b";
}
.ri-map-pin-user-line:before {
    content: "\ef1a";
}
.ri-article-line:before {
    content: "\ea7e";
}
.ri-vip-crown-line:before {
    content: "\f28e";
}
.ri-map-pin-line:before {
    content: "\ef14";
}
.ri-football-line:before {
    content: "\ed8f";
}
.ri-list-ordered:before {
    content: "\eebb";
}
.ri-video-upload-line:before {
    content: "\f284";
}
.ri-bank-line:before {
    content: "\ea94";
}
.ri-tv-2-line:before {
    content: "\f235";
}
.ri-hospital-line:before {
    content: "\ee37";
}
.ri-whatsapp-line:before {
    content: "\f2bc";
}
.ri-arrow-drop-down-line:before {
    content: "\ea50";
}
.ri-newspaper-line:before {
    content: "\ef8f";
}
.ri-haze-line:before {
    content: "\ee00";
}
.ri-share-box-fill:before {
    content: "\F0F3"
}
.ri-whatsapp-fill:before {
    content: "\F2BB"
}
.ri-facebook-circle-fill:before {
    content: "\ECBA"
}

.ri-wheelchair-line:before {
    content: "\F2BE";
}
.ri-thumb-up-line:before {
    content: "\F207";
}
.ri-calendar-2-line:before {
    content: "\EB21";
}
.ri-time-line:before {
    content: "\F20F";

}
.ri-pencil-line:before {
    content: "\EFE0";
}
.ri-fire-line:before {
    content: "\ED33";
}
.ri-eye-line:before {
    content: "\ECB5";
}
.ri-questionnaire-fill:before {
    content: "\F047";
}
.ri-advertisement-fill:before {
    content: "\EA16";
}
.ri-information-line:before {
    content: "\EE59";
}
.ri-rainy-line:before {
    content: "\F056";
}
.ri-temp-cold-line:before {
    content: "\F1F2";
}
.ri-cloud-windy-line:before {
    content: "\EBA1";
}
.ri-hail-line:before {
    content: "\EDED";
}
.ri-celsius-line:before {
    content: "\EB43";
}
.ri-map-pin-user-line:before {
    content: "\EF1A";
}
.ri-bar-chart-box-fill:before {
    content: "\EA97";
}
.ri-shield-user-fill:before {
    content: "\F10B";
}
.ri-compass-discover-fill:before {
    content: "\EBC1";
}
.ri-CNY:before {
    content: "\EF5F";
}
.ri-USD:before {
    content: "\EF63";
}
.ri-EUR:before {
    content: "\EF67";
}
.ri-GBP:before {
    content: "\EF6B";
}

.ri-BTC:before {
    content: "\EAC6";
}
.ri-24-hours-line:before {
    content: "\EA02";
}
.ri-funds-box-fill:before {
    content: "\EDA0";
}
.ri-24-hours-fill:before {
    content: "\EA01";
}

/*! CSS Used from: https://components.alarab.com/wassets/css/main.css */

.rail-container {
    overflow: hidden;
    height: 50px;
    cursor: pointer;
    scroll-behavior: smooth;
}
.rail-container .tag {
    background: #e3ebf7;
    border-radius: 8px;
    padding: 3px 8px 4px;
    margin: 5px 4px;
    color: #285192;
    font-weight: 500;
    user-select: none;
    /* border: 1px solid #e3ebf7; */
    transition-duration: 0.25s;
    white-space: nowrap;
    font-size: 14px;
}
.rail-container .tag a {
    white-space: normal;
    display: -webkit-inline-box;
    color: #285192;
    font-weight: 500;
    user-select: none;
    /* border: 1px solid #e3ebf7; */
    transition-duration: 0.25s;

}
.rail-container .tag:hover {
    background: #dce4f0;
}
.rail-container .tag:active {
    background: #e3ebf7;
}
.rail-container .tag-selected {
    background: #3b71ca;
    color: #fff;
}
.rail-container .tag-selected:hover {
    background: #3265b9;
    color: #fff;
}
.rail-container .tag-selected:active {
    background: #3b71ca;
    color: #fff;
}
.rail-container .tag span {
    display: inline-table;
    /* flex-direction: row; */
    /* width: auto; */
}
.rail-container .btn-left-con,
.rail-container .btn-right-con {
    position: absolute;
}
.rail-container .btn-right-con {
    right: 0;
}
.tag-rail .btn-leftMenu,
.tag-rail .btn-rightMenu {
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 100%;
    cursor: pointer;
    transition-duration: 0.25s;
    box-shadow: 3px 1px 16px 10px #fff;
    background: #fff;
    position: relative;
}
.tag-rail .btn-rightMenu {
    box-shadow: 3px 1px 16px 10px #fff;
}
.tag-rail .btn-leftMenu:hover,
.tag-rail .btn-rightMenu:hover {
    background: #f2f2f2;
}
.tag-rail .btn-leftMenu:active,
.tag-rail .btn-rightMenu:active {
    background: #d9d9d9;
}

.dropdown::after {
    content: "\ea50";
    position: relative;
    display: inline-block;
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    cursor: pointer;
}
.dropdown-content {

    display: none;
    position: absolute;
    background-color: #f9f9f9;
    max-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 35;
    top: 20px;
    flex-direction: column;
    border-radius: 5px;
}
.dropdown:hover .dropdown-content {
    display: flex;
}
header.blockedbar {
    border: 0;
    direction: rtl;
    display: block;
    font-size: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2250;
}
header.blockedbar .headBkg {
    background-color: var(--white);
}
header.blockedbar .inner {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #818b95;
    display: flex;
    height: 100%;
    margin: 0 auto;
    min-height: 50px;
    width: 1250px;
}
header.blockedbar .inner div.logo {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    height: 30px;
}
header.blockedbar .inner div.logo svg{
display: block;
width: 75px;
height: 35px;
}
header.blockedbar .inner div.logo svg path {
    fill: var(--alarabRed);

}
header.blockedbar .inner .d_left,
header.blockedbar .inner .d_right,
header.blockedbar .inner .d_center {
    display: flex;
    justify-items: left;
    min-height: 30px;
}
header.blockedbar .inner a,
header.blockedbar {
    color: #000;
}
header.blockedbar .inner div.logo img {
    width: 70px;
    height: auto;
    margin-top: 6px;
}
header.blockedbar .Header-shadow {
    left: 0;
    bottom: -6px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAOBAMAAAD3WtBsAAAAFVBMVEUAAAAAAAAAAAAAAAAAAAAAAAD29va1cB7UAAAAB3RSTlMCCwQHGBAaZf6MKAAAABpJREFUCNdjSGNIY3BhCGUQBEJjIFQCQigAACyJAjLNW4w5AAAAAElFTkSuQmCC');
    z-index: 0;
    background-size: 1px 7px;
    background-repeat: repeat-x;
    height: 7px;
    display: block;
    -webkit-font-smoothing: antialiased;
    overscroll-behavior-y: none;
}

.main-menu-dp {
    margin-left:15px;
        /* display: flex; */
    /* margin-left: 8px; */
    position: relative;
    /* width: 30px; */
    height: 30px;
    /* display: inline-block; */
    /* position: absolute; */
    top: 0;
    /* right: 10px; */
    /* z-index: 10; */
    margin-right: 15px;
    min-width: 33px;
}
.backbutton {
    color: #000; 
    font-size: 30px;
    line-height: 29px;
    transition: 0.35s;
    right: 0;

}
.backbutton.displaynone {
    transition: 0.35s;
    right: 100%;
    display: none;
}
.main-menu-dp {
    transition: 0.35s;
}
.main-menu-dp.displaynone{
    transition: 0.35s;
    right: 0;
    margin:0

}

.backbutton.showButton {
    transition: 0.35s;
    left: 0;
}

.iconText {
    border: 1px #dedede solid;
    border-radius: 5px;
    display: flex;
    font-family: system-ui;
    font-size: 16px;
    height: 30px;
    position: relative;
    padding-left: 5px;
}
.iconText .topweatherIcon {
    color: #ff8600;
    font-size: 20px;
    line-height: 26px;
}
.iconText .topweatherIcon svg {
    height: 23px;
    margin-top: 2px;
    padding: 0;
    width: 23px;
}
.iconText small {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
}
.iconText small::after {
    content: "\00B0";
}
.iconText span {
    color: #757575;
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
}
.iconText * {
    padding-left: 1px;
    padding-right: 2px;
}
.dropFirma {
    font-size: 23px;
    line-height: 28px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.floatbanner_right {
    left: 0;
    width: 160px;
}
.floatbanner_left {
    right: 0;
    width: 120px;
}
.desktop_main_articles {
    flex-direction: row;
    margin: 0 auto;
    visibility: visible;
    width: 1250px;
}
.d_center {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 678px);
}
.d_left {
    width: 338px;
}
.d_right {
    width: 300px;
}
.search {
    border-left: 1px #dedede solid;
    border-right: 1px #dedede solid;
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    width: 100%;
}
.search-input {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: absolute;
    width: calc(100% - 50px);
    border: 1px #dedede solid;
    border-radius: 5px;
}
.search-input input {
    height: 26px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 20px 0 60px;
    font-size: 18px;
    margin: 0;
    display: block;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    caret-color: #666 !important;
    font-family: system-ui;
    font-size: 15px;
    transition: 0.1s;
    color: #333;
}
.search-input .autocom-box {
    padding: 0;
    max-height: 380px;
    overflow-y: auto;
}
.search-input .autocom-box li {
    border-bottom: 1px #e8eaed solid;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /* font-size: 15px; */
    /* line-height: 13px; */
    display: flex;
    padding: 5px 0;
    color: #757575;
}
.search-input .autocom-box li a{
    width: 100%;
    padding: 0 10px;
    color: #404040;
    font-weight: 400;
    line-height: 23px;
    font-size: 13px;
    padding-right: 20px;
}
.search-input .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #02000c;
    cursor: pointer;
    border-right: 1px solid #eceaea;
    cursor: pointer;
    font-size: 30px;
    font-weight: 100;
    line-height: 21px;
    text-align: center;
    width: 50px;
    background: #ffffff;
    transition: 0.1s;
}
.search-input .icon::after {
    content: "\F0D1";
    font-family: remixicon !important;
    font-size: 20px;
}


.social-links {
    display: flex;
    margin-left: 35px;
}

.social-links {
    display: flex;
    margin-left: 34px;
}
.social-links a {
    border-radius: 50%;
    color: #000;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: transform 0.5s;
    width: 30px;
}
.social-links a i {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    transition: color 0.5s;
    z-index: 10;
}
.social-links a::after {
    background: #000;
    background: linear-gradient(-45deg,#ed1c3f,#ff1717);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: -90px;
    transition: 0.5s;
    width: 100%;
    z-index: 0;
}
.social-links a:hover::after {
    top: 0;
}
.social-links a:hover i {
    color: #fff;
}

.newsFlash {
    margin: 0 auto;
    width: calc(100% - 195px);
}
.owl-item {
    font-size: 15px;
    margin-right: 0;
}
.css-1mqs9dn {
    -webkit-transition: background-color 0.7s;
    background-color: var(--white, #fff);
    border-radius: 5px;
    margin: 0 auto;
    transition: background-color 0.7s;
    width: 1250px;
}
.css-goenzs {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    border: 0 #dedede solid;
    background-color: #fff;
    box-shadow: 1px 1px 5px 1px #ddd;
    width: 1250px
}
.css-goenzs .main {
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.css-goenzs .main header {
    border-radius: 0 4px 4px 0;

    display: flex;
    flex-direction: column;
    margin-left: 20px;
    text-align: center;
    user-select: none;
    border-left: 1px #e8eaed solid;
}
.css-goenzs .main header .pre {
    color: var(--black);
    font-family: 'system-ui';
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
    width: 135px;
}
.css-goenzs a {
    -webkit-text-decoration: none;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
.css-goenzs .main header .date {
    color: #000;
    font-family: system-ui;
    font-size: 18px;
    font-weight: 900;
    margin: 5px auto 0;
    top: calc(38% - 50px);
    right: 15%;
    background: var(--alarabRed);
    color: #FFF;
    font-size: 20px;
    font-weight: bolder;
    line-height: 25px;
    text-align: center;
    padding: 0 3px;
}
.css-goenzs .main .more {
    /* background: #e3e6ed; */
    border-radius: 4px 0 0 4px;
    color: #006bff;
    min-width: 39px;
    position: relative;
    border-right: 1px #e8eaed solid;
}
.css-goenzs .main .more i {
    color: var(--black);
}
.ticker_outer {
    display: flex;
    flex-direction: column;
    margin: 3px;
    padding: 10px;
    width: 100%;
    cursor: pointer;
}
.ticker-date {
    color: var(--alarabRed);
    float: right;
    font-weight: 700;
    margin: 0;
    text-align: right;
    width: 100%;
    font-size: 12px;
    text-decoration: underline;
}
.ticker-content {
    border-left: 1px solid #dedede;
    color: #050505;
    float: right;
    font-size: 13px;
    font-weight: 400;
    padding-left: 10px;
    width: 100%;
}
.ticker-content h3 {
    font-size: 14px;
    margin: 0;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1;
    -webkit-tap-highlight-color: transparent !important;
    /* color: #f8f9fa; */
    display: -webkit-box !important;
    overflow: hidden;
}
.ticker-content p {
    -webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-font-smoothing: antialiased;
    -webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    color: #747474;
    display: -webkit-box;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 5px;
    overflow: hidden;
}

.modal {
    width: 743px;
    min-height: 484px;
    position: fixed;
    z-index: 16;
    top: calc(40% - 175px);
    right: calc(50% - 350px);
    overflow: hidden;
    /* box-shadow: #c8c8c878 1px 6px 11px 15px; */
    border-radius: 5px;
    border: 5px #ffe9e9 solid;
}
.mod-sp {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.mod-right {
    width: 200px;
    height: 100%;
    background-image: radial-gradient(circle farthest-corner at 10% 20%, #d2122e 0%, #ed1b24 38.2%, #d2122e 66.4%, #ed1b24 90%);
    position: absolute;
    right: 0;
    border-radius: 5px;
    box-shadow: -2px 0 3px rgb(168 168 168 / 82%);
    z-index: 11;
}
.mod-right .mod-logo {
    width: 60%;
    margin: 0 auto;
    top: calc(22% - 50px);
    position: absolute;
    right: 20%;
}
.mod-right .mod-logo path {
    fill: #FFF;
}
.mod-right .mod-date {
    width: 70%;
    margin: 0 auto;
    top: calc(38% - 50px);
    position: absolute;
    right: 15%;
    background: #000;
    color: #FFF;
    font-size: 22px;
    font-weight: bolder;
    line-height: 30px;
    text-align: center;
    padding: 0;
}
.mod-right .mod-date-h {
    width: 70%;
    margin: 0 auto;
    top: calc(48% - 50px);
    position: absolute;
    right: 15%;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    padding: 0;
}
.mod-right .mod-title {
    width: 70%;
    margin: 0 auto;
    bottom: 12px;
    position: absolute;
    right: 15%;
    color: #f5f5f5;
    font-size: 15px;
    font-weight: bolder;
    line-height: 30px;
    text-align: center;
    padding: 0;
    border-top: 1px #ff3c3c solid;
}
.mod-left {
    width: calc(100% - 200px);
    height: 100%;
    /* background-color: #ff4747; */
    position: absolute;
    left: 0;
    /* border-radius: 6px 0 0 6px; */
}
.mod-con {
    width: 100%;
    height: 50px;
    background: #f2f2f2;
    position: absolute;
    bottom: 0;
    border-top: 1px #e6e6e6 solid;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 15;
    backdrop-filter:grayscale(0.9) opacity(0.8);
}
.hidden {
    display: none;
}
.article {
    background: #FFF;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    cursor: pointer;
    transition: 0.3s ease;
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    margin: 0;
    padding: 0 25px;
}
.article__category {
    display: inline-block;
    padding: 8px 10px;
    margin: 0 0 10px;
    color: #FFF;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
}
.article__title {
    margin: 0 0 10px;
    color: #333;
    font-size: 19px;
    font-weight: 500;
    /* line-height: 2.5rem; */
    line-height: 29px;
}
.article__excerpt {
    color: #212121;
    line-height: 1.5rem;
    font-size: 13px;
    min-height: 120px;
}
.advertisment .adunit div {
    margin: 0 auto
}
.cmsButton {
    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: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-danger {
    color: #dc3545;
    background-color: #ffffff;
    border-color: #dc3545;
}
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-left {
    background-size: 100% 200%;
    padding: 0.2rem 0.5rem;
    font-size: 14px;
    line-height: 25px;
    border-radius: 4px;
    float: left;
    margin: 8px;
    font-family: system-ui;
    background-image: linear-gradient(to bottom, #ffffff 50%, #dc3545 50%);
    -webkit-transition: background-position 0.1s;
    -moz-transition: background-position 0.1s;
    transition: background-position 0.1s;
    transition: 0.1s;
}
.btn-left:hover {
    background-position: 0 -101%;
    color: #FFF;
}
.downloadapp {
    float: right;
    width: 80%;
}
.flexA {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: 6px;
    margin-right: 10px;
}
.app-btn p {
    color: #999999;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}
.app-btn {
    width: 45%;
    width: auto;
    color: #333;
    margin: 0 0 0 15px;
    text-align: right;
    border-radius: 5px;
    text-decoration: none;
    font-family: system-ui;
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px;
    font-weight: 100;
    border: 2;
    border: 2px #dedede solid;
    border-radius: 5px;
}
.app-btn.blu {
    background-image: linear-gradient(0deg,#fff,#e8eaed);
    transition: background-color 0.250s linear;
}
.app-btn.blu:hover {
    background: #3b71ca;
    color: #f2f2f2;
}
.app-btn.blu:hover p {
    color: #f2f2f2;
}
.app-btn.blu:hover .big-txt {
    color: #FFF;
}
.app-btn i {
    width: 20%;
    text-align: center;
    font-size: 28px;
    margin-left: 7px;
    font-weight: 100;
}
.app-btn .big-txt {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 3px;
    color: #000;
}

.flexA.stickyone {
    margin: 0;
    gap: 15px;
}
.stickyone .app-btn {
    width: 45%;
    width: auto;
    color: #3b71ca;
    margin: 0;
    text-align: right;
    border-radius: 5px;
    text-decoration: none;
    font-family: system-ui;
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px;
    font-weight: 100;
    border: 2;
    /* border: 2px #0975ff solid; */
    border-radius: 5px;
    box-shadow: -1px 4px 3px #e6e6e6;
    width: 50%;
    background-color: #FFF;
    background-image: none;
    border: 0/* border: 0px; */;
}
.headlines {
    display: flex;
    margin: 0 auto;
    visibility: visible;
    width: 100%;
}
.headlines_display {
    display: flex;

    width: 1250px;
    margin:0 auto
}
.headlines_right {
    width: 300px;
}
.headlines_display .d_right .spacer10 {
    height:10px
}
.headlines_center {
    margin-right: 18px;
    width: calc(100% - 250px);
}
.headlines_left {
    width: 338px;
}
#content {
    margin-left: 358px;
    min-height: 600px;
}
#content2{
visibility: visible;
    margin-left: 358px;
    min-height: 600px;
}
#sidebar {
    float: left;
    width: 338px;
    will-change: min-height;
}

#sidebar .sidebar__inner {
    padding: 0;
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
.sidebar__inner {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
.widget {
    background: #ffffff;
    border-radius: 5px;
    border: 1px #e6e6e6 solid;
}
.tie-widget.widget.topbg {
    background: #ffffff;
    border: 1px #e6e6e6 solid;
    border-radius: 5px;
    
}

.widget-title {
    padding: 0;
    line-height: 40px;
    position:relative
}
.widget-title .the-subtitle {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    /* margin: 6px 0 0; */
    padding: 0;
}

.tie-widget .widget-title .last-updated {
    color: #999;
    font-size: 11px;
    width: 100%;
    line-height: 20px;
    display: none;
}
.tie-widget .widget-title .the-subtitle {
    color: #fff;
    font-size: 17px;
    background: 0 0;
    font-size: 15px;
    width: auto;
    margin: 0;
    font-weight: 400;
    font-family: HelveticaNeueLT;
    line-height: 50px;
    color: #717171;
    position: relative;
    padding: 0 10px;
    height: 50px;
}


.widget-title .the-subtitle h2::after {
/* border-radius: 2px; */
width: 19px;
/* background: #1972f5; */
bottom: 0px;
}

.widget-title .the-subtitle::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 10px;
    height: 4px;
    border-radius: 2px;
    /* border-radius: 2px; */
    background: #eaeaea;
    /* bottom: 1px; */
    left: 10px;
}


.widget-title .the-subtitle a.ishead {
    content: "";
    bottom: 0;
    right: 0;
    height: 4px;
    border-radius: 2px;
    font-size: 15px;
    width: auto;
    margin: 0;
    font-weight: normal;
    font-family: 'HelveticaNeueLT';
    line-height: 29px;
    color: #404040;

}
.widget-title .the-subtitle a.ishead::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 10px;
    height: 4px;
    border-radius: 2px;
    content: '';
    border-radius: 2px;
    width: 32px;
    background: #ff7c82;
}


.widget-title .the-subtitle h2 {
    font-size: 15px;
    width: auto;
    margin: 0;
    font-weight: normal;
    font-family: 'HelveticaNeueLT';
    line-height: 0;
    color: #717171;
}

.click-btn {
    display: flex;
    width: auto;
    height: 25px;
    justify-content: center;
    align-items: center;
    /* margin: 0.5rem; */
    line-height: 25px;
    /* border: 1px solid; */
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    color: #3b71ca;
    text-decoration: none;
    transition: all 0.35s;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 13px);
    left: 10px;
    padding: 3px 8px;
    background: #f1f1f1;
}
.btn-style505:after {
    float: left;
    font-size: 16px;
    line-height: 22px;
    content: "\ea60";
    font-family: remixicon !important;
    font-style: normal;
    margin-right: 4px;
}
.btn-style505 {
    /* border-color: #716eef; */
    color: #3b71ca;
    transition: all 0.5s;
}
.btn-style505:hover {
    box-shadow: inset 0 0 0 2em #3b71ca;
    border-color: #3b71ca;
    color: #fff;
}
.btn-style405 {
    display: flex;
    width: auto;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #3b71ca;
    transition: all 0.35s;
    box-sizing: border-box;
}
.btn-style405:hover {
    box-shadow: inset 0 0 0 1.2em #3b71ca;
    color: #fff;
}


.tie-widget.widget .newsul {
    margin: 10px;
    padding: 0
}

.tie-user-location {
    display: block;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.tie-user-location.has-title {
    color: #000;
    display: none;
    left: 10px;
    top: 10px;
    z-index: 10;
}
.tie-user-location.has-title i {
    color: #000001;
    font-size: 40px;
    font-weight: 400;
}
.tie-wrap {
    color: var(--color-black);
    font-family: system-ui;
    overflow: hidden;
    text-align: center;
}

.tie-wrap listbox {
display:none
}

.breadcrumb {
    font:16px system-ui;
    list-style:none;
    width:calc(100% - 2px);
    height:20px;
    left:0;
    top:50px;
    border-radius:0 5px 5px 0px;
    margin:1px
  }
  
  
  
  .breadcrumb li {
  float:right
  }
  
  .breadcrumb li a {
  color:#0070ff;
  display:block;
  float:left;
  font-size: 12px;
      font-weight: 400;
  line-height:25px;
  position:relative;
  text-decoration:none
  }
  
  .breadcrumb li a:after {
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  -webkit-font-smoothing:antialiased;
  content: "/";
  color:#858585;
  float:left;
  font-size:13px;
  font-family:system-ui;
  line-height:25px;
  font-weight: bold;
    margin-right:5px;
    margin-left:5px;
  }
  .breadcrumb li:last-child a::after {
    display:none
  }
  
.tie-widget.widget .user-weather-error {
    position: absolute;
    top: 0;
    width: 100%;
}
.last-updated {
    color: #999;
    font-size: 11px;
    width: 100%;
    line-height: 20px;
}
.weather-todays-stats {
    display: none;
}


.widget-forecast-item-icon i {
    color: #999;
    font-size: 30px;
    line-height: 50px;
    font-weight: 100;
}
.widget-title-icon {
    color: #b9bec3;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 1px;
}


.tie-widget-heading {
    display: flex;
    flex-direction: column;
    border-bottom: 1px #e6e6e6 solid;
    padding-bottom: 20px;
}

.widget-inner {
    display: flex;
    /* padding: 0 10px; */
    flex-direction: column-reverse;
    align-items: center;
}
.tie-widget .widget-forecast-icon {
    font-size: inherit;
    height: auto;
    line-height: initial;
    margin: 0 auto;
    position: relative;
    width: auto;
}
.weatherDataFull .widget-forecast-day .widget-forecast-icon svg {
    width: 40px;
    height: 40px
}
.tie-widget .widget-forecast-icon i{
color:#757575;
font-size:18px
}
.tie-widget .widget-forecast-icon.main_ic {
    display: flex;
    flex-direction: row;
    /* margin: 5px auto 0; */
    padding: 0;
    text-align: center;
    /* width: 50%; */
    gap: 20px;
}
.tie-widget .widget-forecast-icon.main_ic svg {
    width: 60px;
    height: 60px;
    line-height: 35px;
}
.weather-name {
    font-size: 25px;
    font-weight: 700;
    /* padding-top: 5px; */
    text-align: center;
    color: #999;
    line-height: 35px;
    padding-left: 20px
}
.weather-name::after {
    color: #818b95;
    content: "\ea50";
    /* float: left; */
    font-family: remixicon !important;
    font-size: 30px;
    font-weight: 400;
    width: 23px;
    position: absolute;
    left: 0;
    display: none;
}
.weather-desc {
    font-size: 12px;
    padding-top: 5px;
    white-space: nowrap;
    color: #999;
    display: none;
}
.weather-current-temp {
    font-size: 35px;
    font-weight: 700;
    color: #999;
    line-height: 35px;
    /* margin-top: 10px; */
    font-family: sans-serif;
}
.weather-current-temp sup {
    content: "\2103";
    color: #999;
    position: absolute;
}
.weather-more-todays-stats {
    font-size: 90%;
    font-weight: 500;
    line-height: 1.6;
    text-align: right;
    padding: 5px 5px 0;
    border-right: 1px #dedede solid;
}
.tie-icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}
.weather-more-todays-stats .weather_highlow,
.weather-more-todays-stats .weather_humidty,
.weather-more-todays-stats .weather_wind {
    font-size: 14px;
    text-align: right;
    margin-bottom: 0;
    color: #717171;
}
.weather-more-todays-stats div i {
    float: right;
    margin-left: 10px;
}
.tie-icon:before {
    display: inline-block;
    font-family: tiefonticon !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    text-transform: none;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.widget-forecast-outer {
    padding-bottom: 10px;
    margin-top: 0;
    background-image: linear-gradient(to bottom, #e8f6ff 0%, #def3ff 100%);

}
.widget-forecast-outer #daysForcast {
    clear: both;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
#HourlyForcast {
    clear: both;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    padding: 10px;
    padding-top:0
}
.ad {
    visibility: visible;
    background: #000;
    height: 79px;
}
#HourlyForcast .widget-forecast-day-abbr, .widget-forecast-item-iso {
    color:#757575
}
.weatherDataFull .widget-forecast-outer {

    margin-top: 0;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: transparent;
    border-top: 1px rgb(146 199 211 / 60%) solid
}
.weatherData .widget-forecast-outer h3 {
    /* display: none; */
    font-family: HelveticaNeueLT;
    font-size: 13px;
    margin: 0;
    padding: 0;
    width: auto;
    color: #3333339e;
    width: 95%;
    line-height: 29px;
    margin-bottom: 13px;
}

.weatherDataFull .widget-forecast-outer h3 {
    font-family: system-ui;
    font-weight: 400;
    font-size: 18px;
    /* background: #e8eaed; */
    width: auto;
    /* display: inline-flex; */
    margin-bottom: 20px;
    border-radius: 3px;
    color: #717171;
    /* padding: 5px 10px; */
    float: right;
    margin-right: 20px;
    margin-top: 0;
    /* border: 1px #e6e6e6 solid; */
    /* font-weight: normal; */
    margin-bottom: 10px;
}
.widget-data-day,
.widget-forecast-day {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 25%;
}
.weatherDataFull .widget-data-day,
.weatherDataFull .widget-forecast-day {
    display: flex;
    flex-direction: column;
    text-align: center;
    /* width: 10%; */
    /* background: #e8eaed; */
    padding: 10px;
    border-left: 1px #e8eaed solid;
    /* border-radius: 5px; */
}
.weatherDataFull .widget-forecast-day:last-child {
    border-left: none
}
.widget-forecast-day .widget-forecast-icon svg {
    height: 26px;
    width: 26px;
}
.widget-forecast-day-temp {
    color: #2b2626;
    font-size: initial;
    font-weight: 500;
    font-size: 14px;
}
.widget-forecast-day-temp sup {
    color: #757575;
    font-size: 12px;
}
.widget-forecast-item-rate {
    color: #333;
    font-size: initial;
    font-weight: bolder;
}
.widget-forecast-day-abbr,
.widget-forecast-item-iso {
    color: #757575;
    font-size: small;
    font-weight: initial;
    line-height: 1.4;
    margin-top: 3px;
    font-size: 11px;
}
.weatherDataFull .widget-forecast-day-temp {
    color: #404040;
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: normal
}
.weatherDataFull .widget-forecast-day-temp sup {
    color: #404040;
}
.weatherDataFull .widget-forecast-day-abbr,
.weatherDataFull .widget-forecast-item-iso {
    color: #717171;
    font-size: small;
    font-weight: initial;
    line-height: 1.4;
    font-size: 11px;
}

.sr-widget {
    display: inline-block;
    width: 100%;
    padding: 1%;
}
.sr-bb {
    font-family: system-ui;
    background: 0 0;
}
.sr-bb .srt-base-1 {
    color: rgba(0, 0, 0, 0.82);
    border-color: rgba(0, 0, 0, 0.12);
}
.sr-bb .srt-win {
    background-color: #4caf50;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16);
}
.sr-bb .srt-draw {
    background-color: #fdd763;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16);
}
.sr-bb .srt-lose {
    background-color: #fb445a;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16);
}
.sr-bb .srt-fill-soccer-relegation-5 {
    fill: #fb445a;
}
.sr-bb .srt-fill-soccer-promotion-1 {
    fill: #4b688c;
}
.sr-bb .srt-fill-soccer-promotion-2 {
    fill: #4caf50;
}
.sr-bb .srt-fill-home-1 {
    fill: #ac1a2f;
}
.sr-bb {
    line-height: normal;
}
.sr-bb * {
    box-sizing: border-box;
    position: static;
    min-height: auto;
    z-index: auto;
}
.sr-bb table {
    border-collapse: inherit;
    border-spacing: inherit;
}
.sr-bb a,
.sr-bb img,
.sr-bb span,
.sr-bb svg,
.sr-bb table,
.sr-bb tbody,
.sr-bb td,
.sr-bb tr {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
    font: inherit;
    vertical-align: inherit;
    text-align: inherit;
        color: inherit;
    text-shadow: none;
    text-indent: 0;
}
.sr-bb tr{
border-top: 1px #f1f1f1 solid;
}
.sr-bb a {
    background-color: transparent;
    text-decoration: none;
}
.sr-bb a:active,
.sr-bb a:hover {
    outline: 0;
    text-decoration: none;
}
.sr-bb img {
    border: 0;
    border-color: #f1f1f1;
    border-radius: inherit;
    max-width: none;
}
.sr-bb svg:not(:root) {
    overflow: hidden;
}
.sr-bb * {
    -webkit-text-stroke: 1px transparent;
}
.sr-bb {
    font-size: 12px;
}
.sr-bb .sr-ad__banner {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sr-bb .sr-ad__banner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.sr-bb .sr-livetable__table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;

}
.sr-bb .sr-livetable__tableRow {
    height: 40.6px;
    padding: 0 16px;
    background-clip: padding-box;
}
.sr-bb .sr-livetable__tableRow:first-child {
    text-transform: uppercase;
}
.sr-bb .sr-livetable__tableRow.srm-firstRow .sr-livetable__tableCell.srm-pos {
    padding: 0 8px;
    width: 6%;
}
.sr-bb .sr-livetable__tableCell {
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sr-bb .sr-livetable__tableCell.srm-space {
    width: 1%;
    min-width: 1%;
    display: none;
}
.sr-bb .sr-livetable__tableCell.srm-borderLeft {
    border-left-width: 0;
    border-left-style: solid;
}
.sr-bb .sr-livetable__tableCell.srm-alignLeft {
    text-align: left;
}
.sr-bb .sr-livetable__tableCell.srm-semibold {
    font-weight: 500;
}
.sr-bb .sr-livetable__tableCell.srm-pos {
    width: 5%;
    max-width: 5%;
    text-align: right;
    font-weight: 500;
}
.sr-bb .sr-livetable__tableCell.srm-team {
    padding: 4px 4px 4px 8px;
    overflow: visible;
}
.sr-bb .sr-livetable__tableCell.srm-w50 {
    width: 50px;
}
.sr-bb .sr-livetable__tableCell.srm-w40 {
    width: 40px;
}
.sr-bb .sr-livetable__tableCell.srm-w30 {
    width: 10%;
    min-width: 10%;
}
.sr-bb .sr-livetable__tableTeam {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.sr-bb .sr-livetable__tableTeamPromotion {
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 4px;
    left: -12px;
}
.sr-bb .sr-livetable__tableTeamCrest {
    width: 20px;
    height: 20px;
    margin-left: 6px;
}
.sr-bb .sr-livetable__tableTeam .IconweatherTable {
    width: 20px;
    height: 20px;
}
.sr-bb .sr-livetable__tableTeamName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    font-family: system-ui;
    font-size: 13px;
    line-height: 13px;
    color: #404040;
}
.sr-bb .sr-livetable__tableCellForm {
    display: inline-block;
    border-radius: 1px;
    margin: 1px;
    width: 12px;
    height: 12px;
    line-height: 15px;
    font-size: 7px;
    text-align: center;
    position: relative;
}
.sr-bb .sr-livetable__promotions {
    padding: 8.5px 16px;
}
.sr-bb .sr-livetable__promotion {
    display: inline-block;
    padding-bottom: 4px;
}
.sr-bb .sr-livetable__promotionName {
    display: inline-block;
    margin-left: 20px;
}
.sr-bb .sr-livetable__promotionCircle {
    width: 7px;
    height: 7px;
    display: inline-block;
    margin: 0 0 0 4px;
}
.sr-bb .sr-livetable__forms {
    padding: 8px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
}
.sr-bb .sr-livetable__forms .sr-livetable__tableCellForm {
    margin: 0;
}
.sr-bb .sr-livetable__formsTitle {
    padding: 0 4px 0 8px;
    text-transform: capitalize;
}
.sr-bb .sr-livetable__bottom-padding-wrapper {
    padding-bottom: 0;
}
.sr-livetable.sr-xLarge .sr-livetable__tableCell.srm-w40,
.sr-livetable.sr-xLarge .sr-livetable__tableCell.srm-w50 {
    width: 10%;
}
.sr-livetable.sr-xLarge .sr-livetable__tableCell.srm-team {
    min-width: 37%;
    text-align: right;
}
.sr-wwrap {
    position: relative;
}

.fixedright {
    width: 300px;
    position: fixed;
    /* bottom: 10px; */
}
.admargin {
    margin-right: 318px
}

.video-section {
    padding: 0;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.video-section .owl-stage {
    margin: 0;
    display: flex;
    display: -webkit-flex;
}
.video-section .item {
    /* margin: 0 15px 20px; */
    width: 225px;
    height: 300px;
    display: flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.video-section .item.active {
   
}
.video-section .item:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.video-section .item .vodImageBG {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video-section .item .vodImageBG::after {
    content: '';
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%,rgba(0,0,0,.9) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.video-section .item .vodImageBG img {
    width: 100%;
    height: 100%;
}
.video-section .item-desc {
    padding: 0 24px 12px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    
}
.video-section .item.active .item-desc {
    transform: none;
    -webkit-transform: none;
}
.video-section .item-desc p {
    /* opacity: 0; */
    font-size: 11px;
    color: #f2f2f2;
    font-size: 13px;

}
.video-section .item-desc h3 {
    background: #00000070;
    display: inline;
    padding: 3px;
    /* line-height: 29px; */
}
.video-section .item-desc a {
    background: #00000070;
    display: inline;
    padding: 3px; 
    color: #f2f2f2;

}
.video-section .item.active .item-desc p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.video-section .owl-theme.custom-carousel .owl-dots {
    margin-top: -20px;
    position: relative;
    z-index: 5;
}

.open-accessibility-expand-button.icon-button {
    position: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    text-align: center;
    z-index: 8;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    background: #328cff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px;
    opacity: .85;
}
.open-accessibility-expand-button.icon-button.size-small {
    width: 45px;
    height: 45px
}


.open-accessibility-expand-button.icon-button .hide-expand-button {
    position: absolute;
    top: -20px;
    left: -12px;
    color: #6495ed;
    display: none;
    font-size: 25px;
    font-weight: 700;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #6495ed
}
.open-accessibility-expand-button.icon-button:hover .hide-expand-button {
    display: block
}
.open-accessibility-expand-button.icon-button.size-big {
    width: 75px;
    height: 75px
}
.open-accessibility-expand-button.icon-button.size-big i:before {
    font-size: 65px
}
.open-accessibility-expand-button.icon-button.pos-static {
    position: static
}
.open-accessibility-expand-button.icon-button.pos-top-left {
    top: 15px;
    left: 15px
}
.open-accessibility-expand-button.icon-button.pos-top-right {
    top: 15px;
    right: 15px
}
.open-accessibility-expand-button.icon-button.pos-bottom-left {
    bottom: 15px;
    left: 15px
}
.open-accessibility-expand-button.icon-button.pos-bottom-right {
    bottom: 15px;
    right: 15px
}
.open-accessibility-highlighted-headers h1,
.open-accessibility-highlighted-headers h2,
.open-accessibility-highlighted-headers h3,
.open-accessibility-highlighted-headers h4,
.open-accessibility-highlighted-headers h5,
.open-accessibility-highlighted-headers h6,
.open-accessibility-highlighted-links .highlighted-link,
.open-accessibility-highlighted-links a,
.open-accessibility-highlighted-links a *,
.open-accessibility-highlighted-links a:active,
.open-accessibility-highlighted-links a:hover,
.open-accessibility-highlighted-links a:link,
.open-accessibility-highlighted-links a:visited {
    text-decoration: underline !important
}
.open-accessibility-cursor *,
.open-accessibility-cursor:hover {
    cursor: url('data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAACYAAAA8CAYAAAAKcMhTAAAACXBIWXMAAAsTAAALEwEAmpwYAAA4JGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTYtMTItMTBUMDk6NDM6MTkrMDI6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNi0xMi0xMFQyMTozMTo0OSswMjowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTYtMTItMTBUMjE6MzE6NDkrMDI6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6M2EwODhmZWMtYzE3Yi0xNDQ2LTg1OTMtZTczOTI5ZTdlOTU0PC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOjNhMDg4ZmVjLWMxN2ItMTQ0Ni04NTkzLWU3MzkyOWU3ZTk1NDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjNhMDg4ZmVjLWMxN2ItMTQ0Ni04NTkzLWU3MzkyOWU3ZTk1NDwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDozYTA4OGZlYy1jMTdiLTE0NDYtODU5My1lNzM5MjllN2U5NTQ8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTYtMTItMTBUMDk6NDM6MTkrMDI6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+Mzg8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+NjA8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PqjJFDQAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABzpJREFUeNrMWV1oG8kd/ + 3sh2xZtuL4o4SSIx+Oj3C+hzimhabQPhTTy91BA4a29xLycoQU+pqH5P0MbQ6uVz8kXEkx7dE0lKSpa5qa5iEOJbmjkMhWLgE7fkjsE4kVy5J2rZVm5t8HzcojnWRL8dnKHwZmdnZ3fvv//b9mFgD+AWBVtVN4TcQC8B0AHWrc9roAYwAy2jgKIARgFwCn2eD+A4BUWwHwCMAzAOebTaUuu1QDgIOvEzCpmgEg22wbK8no6Gj+wYMHbiwWy505c+Y9AP8CcBvAr5tqY3fv3qVALl++TJrt/a2pGlteXi71l5aW9KlUs22sJCMjI+jp6UFnZyempqZ+fOnSpXEALQCmAXy6o1ROTExQNbl586bQaL2941TWkoWFhQyAggL2rKlU6jI8PGyPj4+70WjUmpycHLp48eJFlSEeA/ioaVQqkUQkbt26pXtroqkaU2IAMObm5vRrS68DMADA4OAgTp8+DQBIJpO9V69e/RUAofLslWZQ+Q3J5XJrGq1uvc70rXllLZmfn/eVtwLAvMqzzaFSl66uLvvUqVNZ27adRCIRvXHjxmmV/LMA/q40ufNUKikQUSGRSJBhGAGtnsoSzdGY/o7nz5+DiPTcmms2MABAR0cH3nnnpyAC1tbWnOnp6V9IKVNKg3eUc+wolSRl+VgI4UUiET0Qv7WjXgkARfZIpxHJZJJns1mh3bbSBCpJASyCY4zBsizz+PHjad/3Hdf1jC++uPeulHIGgA3gf8o5to9KKSVJKUkIQUII4pwT55yEEEREPhHliChz+PBhndaBbdNYQNs6jeWaK/ZZsC+VnucJAKYa820Btg6qHJx+TUpAygIsywbnBePQoUNpKWVISjITia/7hRArqihIapnj1YHVA0q/VigUAFDLtWvXpGXZUkppDA4e+fPjx4+FAvYTAF++MrCNANQzF4lEwsG7OC9j0n7lcLFuM9W1Us9cLueX5qPRKBgz0dLSAgB7FIZwJRb2ajRSw9T6fh65nI8rV/6KeHwW8Xi8cPTo0McAHgKIA/h+XVRWX6Q+26pGKZEEQOjrKx2JiFDIeUNbsn1TjTWuFdIA1LZBwIDneRBCAoDhOM4KY8xnjBUAtOqYWDW6GvPCanPloNbnin3fz8Hz1kKfffYHZ2Zm1p+bmy8MDQ19CmAGwByAX1qNB9DNvbEyXVU+KyVAJHDw4IHSCebu3V1hAHvVcJ+1eXJuzJ6kJJimiVCosQNJwygbcmsjTW0WDqppNhRykEql/HPnRs1sNm3ZtlN6D5FRplEiwDAMOI6NeDxeBsXarGKoBsAwDHXNKDN8oKitbNb1L1z4rbOF6sVgtWisBoqI4DgO2bbNHcfhoZBDRLLMiwGAMYNFIhFjC7VUpCGN2baF2dlZMTk56RIB/f39xvvvvxcRQjIhRBk4Y91oJIA/ql17ax27/TCAaatWuKimMcYY7ty5Y509ezYKAMeO/SBz4sTPuGEIR4ia1YxQJ+Bfb7m01sFISXAcp+RlfX19pfsOHDjYDgCmaSIcDgeBE5wLmclkgq80AfhbKq2reZ5tW5iZieUnJv5pdXR0sHv37i0AuA5AxGIzA2NjY8Orq6vYv38/RkZGUCgUEIlEWkZHR03DMOC6nhwb+/1vksnksnrpBQAvGiqtr1+/TkREvu+T7/uUy+WIiOiTT36XApBX9/1JPzoLnn3zzX4iIspmXXJdT6/AvSNHjuil9fcapjIwsXX6QgCAvXv3RrTa6Y1q9VR3d28pUArBkU5nwLlAOp1GPp93G60BrfLoW0RmmgwLC08wN/cEjmNjevr2MwBPFJD/KrsJqlAVIpgWVirT0Dc8r1EbU2qwbXz++V9w/vy5YOrfAD5UfUe5fbZ8kfIcqcfCqrGoEWCdnZ2lfm9vjz7Vq/ULSlvQ41JAe1tbsYpeWUnBMAAioqdPn+paWmwY2P379/09e/bkAbQ8fPjVMoCnqoB7WPHFAbCEKlXyL1682B2Lxb6bzbp+e3s727dvX5hzYQCwTp486S4uLgoppTU1NfVz13UfKW3f3miXrv8WzFuW5VmWxbWfDLtUC9d4PnCAd5U2vWPHfpjkXORc16OXL1eCza9HRP7AwIDuoT/aSGOd+iKc82ChaMXvmlreFOwLV9U9lue5MkhLRIRUKu2EQg5M04SUZYeOoY2APQLQVcVbEuoa1bmDLgFvbW0lKWXJ+IXg4JyVzjfq2QxZAD5QNLVUnKGayri9OrOIsVF6q1a6b+ShwVd6NQCYDaS3UrC1bbvNtq2CbVsIhUIgIliWiSCv1hNsN4vCogFgWZUD85lMxlxcXGqXUvJcbg1ExdjIGDN933dVUjc3YmMrxVw1jfUAyDHGhru7u8cZMzmRJOUIBhGxZDJ5gnP+pXK6VQAv6z0B+jbkqBYSKtvbFR9jbuvhcC17qyLRKqFmW6nUpU2dHLaWbcOL8pWyxQ3/ovx/ANYAjKdrFO7+AAAAAElFTkSuQmCC'), default
}
.open-accessibility-cursor-workaround {
    pointer-events: none;
    position: absolute;
    width: 38px;
    height: 60px;
    z-index: 1000;
    background-image: url('data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAACYAAAA8CAYAAAAKcMhTAAAACXBIWXMAAAsTAAALEwEAmpwYAAA4JGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTYtMTItMTBUMDk6NDM6MTkrMDI6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNi0xMi0xMFQyMTozMTo0OSswMjowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTYtMTItMTBUMjE6MzE6NDkrMDI6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6M2EwODhmZWMtYzE3Yi0xNDQ2LTg1OTMtZTczOTI5ZTdlOTU0PC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOjNhMDg4ZmVjLWMxN2ItMTQ0Ni04NTkzLWU3MzkyOWU3ZTk1NDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjNhMDg4ZmVjLWMxN2ItMTQ0Ni04NTkzLWU3MzkyOWU3ZTk1NDwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDozYTA4OGZlYy1jMTdiLTE0NDYtODU5My1lNzM5MjllN2U5NTQ8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTYtMTItMTBUMDk6NDM6MTkrMDI6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+Mzg8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+NjA8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PqjJFDQAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABzpJREFUeNrMWV1oG8kd/ + 3sh2xZtuL4o4SSIx+Oj3C+hzimhabQPhTTy91BA4a29xLycoQU+pqH5P0MbQ6uVz8kXEkx7dE0lKSpa5qa5iEOJbmjkMhWLgE7fkjsE4kVy5J2rZVm5t8HzcojnWRL8dnKHwZmdnZ3fvv//b9mFgD+AWBVtVN4TcQC8B0AHWrc9roAYwAy2jgKIARgFwCn2eD+A4BUWwHwCMAzAOebTaUuu1QDgIOvEzCpmgEg22wbK8no6Gj+wYMHbiwWy505c+Y9AP8CcBvAr5tqY3fv3qVALl++TJrt/a2pGlteXi71l5aW9KlUs22sJCMjI+jp6UFnZyempqZ+fOnSpXEALQCmAXy6o1ROTExQNbl586bQaL2941TWkoWFhQyAggL2rKlU6jI8PGyPj4+70WjUmpycHLp48eJFlSEeA/ioaVQqkUQkbt26pXtroqkaU2IAMObm5vRrS68DMADA4OAgTp8+DQBIJpO9V69e/RUAofLslWZQ+Q3J5XJrGq1uvc70rXllLZmfn/eVtwLAvMqzzaFSl66uLvvUqVNZ27adRCIRvXHjxmmV/LMA/q40ufNUKikQUSGRSJBhGAGtnsoSzdGY/o7nz5+DiPTcmms2MABAR0cH3nnnpyAC1tbWnOnp6V9IKVNKg3eUc+wolSRl+VgI4UUiET0Qv7WjXgkARfZIpxHJZJJns1mh3bbSBCpJASyCY4zBsizz+PHjad/3Hdf1jC++uPeulHIGgA3gf8o5to9KKSVJKUkIQUII4pwT55yEEEREPhHliChz+PBhndaBbdNYQNs6jeWaK/ZZsC+VnucJAKYa820Btg6qHJx+TUpAygIsywbnBePQoUNpKWVISjITia/7hRArqihIapnj1YHVA0q/VigUAFDLtWvXpGXZUkppDA4e+fPjx4+FAvYTAF++MrCNANQzF4lEwsG7OC9j0n7lcLFuM9W1Us9cLueX5qPRKBgz0dLSAgB7FIZwJRb2ajRSw9T6fh65nI8rV/6KeHwW8Xi8cPTo0McAHgKIA/h+XVRWX6Q+26pGKZEEQOjrKx2JiFDIeUNbsn1TjTWuFdIA1LZBwIDneRBCAoDhOM4KY8xnjBUAtOqYWDW6GvPCanPloNbnin3fz8Hz1kKfffYHZ2Zm1p+bmy8MDQ19CmAGwByAX1qNB9DNvbEyXVU+KyVAJHDw4IHSCebu3V1hAHvVcJ+1eXJuzJ6kJJimiVCosQNJwygbcmsjTW0WDqppNhRykEql/HPnRs1sNm3ZtlN6D5FRplEiwDAMOI6NeDxeBsXarGKoBsAwDHXNKDN8oKitbNb1L1z4rbOF6sVgtWisBoqI4DgO2bbNHcfhoZBDRLLMiwGAMYNFIhFjC7VUpCGN2baF2dlZMTk56RIB/f39xvvvvxcRQjIhRBk4Y91oJIA/ql17ax27/TCAaatWuKimMcYY7ty5Y509ezYKAMeO/SBz4sTPuGEIR4ia1YxQJ+Bfb7m01sFISXAcp+RlfX19pfsOHDjYDgCmaSIcDgeBE5wLmclkgq80AfhbKq2reZ5tW5iZieUnJv5pdXR0sHv37i0AuA5AxGIzA2NjY8Orq6vYv38/RkZGUCgUEIlEWkZHR03DMOC6nhwb+/1vksnksnrpBQAvGiqtr1+/TkREvu+T7/uUy+WIiOiTT36XApBX9/1JPzoLnn3zzX4iIspmXXJdT6/AvSNHjuil9fcapjIwsXX6QgCAvXv3RrTa6Y1q9VR3d28pUArBkU5nwLlAOp1GPp93G60BrfLoW0RmmgwLC08wN/cEjmNjevr2MwBPFJD/KrsJqlAVIpgWVirT0Dc8r1EbU2qwbXz++V9w/vy5YOrfAD5UfUe5fbZ8kfIcqcfCqrGoEWCdnZ2lfm9vjz7Vq/ULSlvQ41JAe1tbsYpeWUnBMAAioqdPn+paWmwY2P379/09e/bkAbQ8fPjVMoCnqoB7WPHFAbCEKlXyL1682B2Lxb6bzbp+e3s727dvX5hzYQCwTp486S4uLgoppTU1NfVz13UfKW3f3miXrv8WzFuW5VmWxbWfDLtUC9d4PnCAd5U2vWPHfpjkXORc16OXL1eCza9HRP7AwIDuoT/aSGOd+iKc82ChaMXvmlreFOwLV9U9lue5MkhLRIRUKu2EQg5M04SUZYeOoY2APQLQVcVbEuoa1bmDLgFvbW0lKWXJ+IXg4JyVzjfq2QxZAD5QNLVUnKGayri9OrOIsVF6q1a6b+ShwVd6NQCYDaS3UrC1bbvNtq2CbVsIhUIgIliWiSCv1hNsN4vCogFgWZUD85lMxlxcXGqXUvJcbg1ExdjIGDN933dVUjc3YmMrxVw1jfUAyDHGhru7u8cZMzmRJOUIBhGxZDJ5gnP+pXK6VQAv6z0B+jbkqBYSKtvbFR9jbuvhcC17qyLRKqFmW6nUpU2dHLaWbcOL8pWyxQ3/ovx/ANYAjKdrFO7+AAAAAElFTkSuQmCC')
}

.open-accessibility {
    font-family: arial;
    position: fixed;
    z-index: 9999;
    min-width: 350px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right: -350px;
    top: 0;
    transition: 1s ease
}
.open-accessibility-container {
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.137255) 0 0 4px 0, rgba(0, 0, 0, 0.278431) 0 4px 8px 0
}
.open-accessibility-header-text {
    float: right;
    padding: 6px;
    color: #fff;
    text-align: right
}
.open-accessibility-zoom {
    transition: zoom 0.3s ease-in-out
}
.open-accessibility-hidden {
    display: none !important
}
.open-accessibility-icon-desc {
    font-size: 17px
}
.open-accessibility-close-button {
    box-sizing: border-box;
    cursor: pointer;
    font-size: 25px;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #1972F5;
    text-align: left;
}
.open-accessibility-close-button i {
    color: #fff;
    padding: 10px;
    background: #0e4da9;
    display: inline-block
}
.open-accessibility-menu {
    width: 350px;
    height: 605px
}
.open-accessibility-menu-scroll {
    padding: 0;
    margin-right: 15px;
    direction: ltr;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}
.open-accessibility-menu-button {
    box-sizing: border-box;
    width: 50%;
    cursor: pointer;
    transition: background-color 0.5s;
    font-size: 30px;
    text-align: center;
    color: #0e4da9;
    padding: 1rem 0;
    border: 1px solid #f8f8f8
}
.open-accessibility-menu-button:hover {
    background-color: #f5f5f5;
    border: 1px solid #1972F5
}
.open-accessibility-menu-button i {
    margin: 0 0 8px;
    color: #1972F5;
    font-size: 20px
}
.open-accessibility-menu-footer {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 2rem;
    background-color: #f8f8f8;
    font-size: 12px
}
.open-accessibility-menu-footer a {
    font-weight: 700;
    text-decoration: underline
}
.open-accessibility-menu-footer a:active,
.open-accessibility-menu-footer a:hover,
.open-accessibility-menu-footer a:link,
.open-accessibility-menu-footer a:visited {
    color: #000
}
.open-accessibility-menu h4 {
    text-align: center;
    font-weight: 400;
    padding: 10px !important;
    margin: 0 0 10px !important;
    font-size: 16px !important;
    border-bottom: 1px solid #acccfb;
    clear: both;
    background: #f9f9f9;
    width: 100%
}
.open-accessibility-menu h4,
.open-accessibility-menu hr {
    width: 100%
}
.open-accessibility-menu .hide-expand-button {
    color: #5d7196;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    line-height: 20px;
    border: 1px solid #5d7196;
    text-align: center;
    display: block;
    padding: 10px 0
}
.open-accessibility .open-accessibility-container {
    width: 350px;
    height: 100vh;
    padding: 0 0 40px;
    border-radius: 2px;
    color: #333;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: scroll;
    direction: ltr
}
.open-accessibility .open-accessibility-container::-webkit-scrollbar {
    width: 12px
}
.open-accessibility .open-accessibility-container::-webkit-scrollbar-track {
    background: gray
}
.open-accessibility .open-accessibility-container::-webkit-scrollbar-thumb {
    background-color: #1972F5;
    border-radius: 5px
}
.open-accessibility.open-accessibility-expanded {
    right: 0
}
.open-accessibility.open-accessibility-collapsed {
    right: -350px;
    width: 0;
    min-width: 0;
    overflow: hidden
}

.ten2 {
    position: relative;
    background: #ffffff;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    min-height: 50px;
    /* border: 1px #dedede solid; */
    box-shadow: -1px 4px 3px #e6e6e6;
    transition: all 0.35s;

}
.ten {
    position: relative;
    background: #ffffff;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    min-height: 100px;
    /* border: 1px #dedede solid; */
    box-shadow: -1px 4px 3px #e6e6e6;
    transition: all 0.35s;

}
.ten.fixed {

    width: 100%;
    height: auto;
    min-height: 50px;
    position: fixed;
    right: 0;
    z-index: 16;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.whitebg {
    width: calc(100% - 2px);
    height: 50px;
    left: 0;
    top: 0;
    padding: 10px;
    box-shadow: 0 2px 3px #e6e6e6;
    border-radius: 5px 5px 0 0;
    margin: 1px;
}
.ten.fixed .whitebg {
    visibility: visible;
    width: 25%;
    right: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    height: 30px;
    margin: 0;
}
.ten.fixed .filter {
    top: 5px;
}

.ten h1:before,
.ten h1:after {
    background-color: #c50000;
}
.ten h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: system-ui;
    font-weight: 300;
    font-size: 25px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.ten h1 {
    font-size: 20px;
    font-weight: 400;
    color: #2f2f2f;
}

.rail {
    visibility: visible;
}

.tag-rail {
    display: flex;
    justify-content: flex-start;
    position: relative;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    overflow: hidden;
    padding: 10px;
    white-space: nowrap;
    flex-direction: row;
    /* align-items: end; */
    align-content: stretch;

    font: 16px system-ui;
    list-style: none;
    position: absolute;
    width: calc(100% - 2px);
    height: 50px;
    left: 0;
    top: 50px;
    border-radius: 0;
    margin: 4px 0 0;
    /* flex-wrap: nowrap; */
}
.ten.fixed .tag-rail {
    visibility: visible;
    width: 50%;
    left: 0;
    top: 0;
}
.ten.fixed .MenuWrapper {
    width: 1250px;
    margin: 0 auto;
    position: relative;
    display: flex;
    height: 40px;
}

.ten.fixed::after {
    content: '';
    left: 0;
    bottom: -6px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAOBAMAAAD3WtBsAAAAFVBMVEUAAAAAAAAAAAAAAAAAAAAAAAD29va1cB7UAAAAB3RSTlMCCwQHGBAaZf6MKAAAABpJREFUCNdjSGNIY3BhCGUQBEJjIFQCQigAACyJAjLNW4w5AAAAAElFTkSuQmCC');
    z-index: 25;
    background-size: 1px 7px;
    background-repeat: repeat-x;
    height: 7px;
    display: block;
    -webkit-font-smoothing: antialiased;
    overscroll-behavior-y: none;
    width: 100%;
    position: absolute;
}

.filter {
    display: block;
    font-size: 22px;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #717171;
    font-weight: 100;
    display: none;
}
.filter:before {
    box-sizing: inherit;
    content: "\EC9D";
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*! CSS Used from: http://localhost/wassets/css/arb_css.css */
.widget-forecast-icon {
    float: right;
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    margin-left: 3px;
    position: relative;
}
.play_icon_2022 {
    bottom: 13px;
    color: #fff;
    font-size: 90px;
    left: calc(50% - 45px);
    line-height: 90px;
    position: absolute;
    top: calc(50% - 45px);
    opacity: .85;
}
.m-button .play_icon_2022 {
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    line-height: 50px;
    font-size: 50px;
    z-index: 3;
}

#menu-mobile {
    height: 100%;
    position: fixed;
    z-index: 1050;
    top: 0;
}
#menu-mobile ul li:hover {
    -moz-transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s ease-in-out;
    color: #111;
    transition: 0.1s ease-in-out;
}
.regularitemsmall figure {
    margin: 0;
    position: relative;
}
.gather {
    margin-bottom: 0;
    padding: 10px;
    padding-top: 0;
}
.regularitembigovertext figure,
.regularitembigovertext img {
    border-radius: 4px;
}
.section.classoptimizer {
    display: block;
    height: 70px;
    margin-bottom: 0;
    position: relative;
}
.main-logo-icon-image path {
    fill: #f2f2f2;
}
.regularitembigovertext::before {
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%,rgba(0,0,0,.9) 100%);
    bottom: 0;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 2;
    border-radius: 5px;
}
.regularitembigovertext,
.regularitembigovertext figure {
    border: 0;
    font-size: 100%;
    padding: 0;
    vertical-align: baseline;
}
.regularitembigovertext .body {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    bottom: 0;
    display: flex;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 3;
}
.regularitembigovertext .body span {
    color: var(--icon-color-w);
    font-family: system-ui;
    font-size: 11px;
    margin: 10px;
}
.regularitembigovertext {
    display: flex;
    font: inherit;
    margin-bottom: 0;
    position: relative;
}
.regularitembigovertext figure {
    display: block;
    font: inherit;
    height: auto;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 0;
}
.regularitembigovertext img {
    display: block;
    min-height: 303px;
    width: 100%;
    border-radius: 5px;
}
.regularitemsmall {
    align-items: center;
    border-bottom: 1px solid var(--border-gray);
    display: grid;
    grid-template-columns:auto 120px ;
    grid-template-rows: auto;
    margin: 0 10px;
    padding: 8px 0;
    position: relative;
}
.regularitemsmall.bloger {
    display: flex;

}
.regularitemsmall.bloger  figure{
    margin:0
}
.tie-widget.bloger .newsul {
        margin-top: 20px;
}
.tie-widget.bloger .widget-title .the-subtitle {
}
.tie-widget.widget.topbg.bloger  {

}
.regularitemsmall:first-child {
    padding-top: 0;
}
.regularitemsmall:last-child {
    border: 0;
}
.regularitemsmall .body {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}
.regularitemsmall .body span {
    color: var(--color-gray);
    display: inherit;
    font-family: system-ui;
    font-size: 12px;
    line-height: 15px;
    margin-top: 6px;
}
.regularitemsmall a img {
    display: block;
    position: relative;
    border-radius: 5px;
}
.regularitemsmall a {
    display: contents;
    line-height: 1;
    position: relative;
}
.moreicon {
    color: #ccc;
    font-size: 30px;
    left: 5px;
    position: absolute;
    top: calc(50% - 15px);
}
.ssc-line,
.ssc-square {
    overflow: hidden;
    position: relative;
}

td {
    padding: 10px;
    font-size: 13px;
    color: #000;
}
hr {
    border: 1px solid var(--bg-flat-gray);
    border-radius: 1px;
}
.md-select_sport ul[role=listbox] li a:hover,
table.data>tbody>tr:nth-child(odd) {
    background-color: #f2f2f2;
}
.tie-user-location:not(.is-loading) {
    cursor: pointer;
}
.flex {
    align-items: center;
    background: #ebebeb;
    direction: ltr;
    display: flex;
    justify-content: center;
}
.app-btn {
    border-radius: 5px;
    color: #fff;
    font-family: "Lucida Grande", sans-serif;
    font-size: 10px;
    margin: 20px 10px;
    max-width: 160px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 45%;
}
.app-btn.blu {
    background-color: #101010;
    transition: background-color 0.25s linear;
}
.app-btn.blu:hover {
    background-color: #454545;
}
.app-btn i {
    width: 20%;
    text-align: center;
    font-size: 28px;
    margin-left: 7px;
    font-weight: 100;
}
.app-btn .big-txt {
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
}
.app-btn p {
    color: #999999;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}
.sr-bb .sr-livetable__bottom-padding-wrapper {
    padding: 0;
}
.head_result {
    align-items: center;
    display: inline-block;
    padding: 10px;
    position: relative;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    padding-top:0
}
.head_result .sr-widget {
    display: inline-block;
    padding: 0;
    width: 100%;
}
.head_result img {
    float: right;
    width: 40px;
}
.md-select [type=button],
.md-select_sport [type=button] {
    background-color: #e8eaed;
    border-radius: 5px;
    /* box-shadow: #dedede 0 0 0 1px; */
    color: #000710;
    color: #404040;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: right;
    width: 100%;
    /* line-height: 20px; */
}
.more-link {
    color: var(--color-gray);
    direction: LTR;
    display: flex;
    flex-direction: row;
    float: left;
    font-family: system-ui;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    padding: 10px 0 0;
    text-align: left;
    display: none;
}
.more-link a {
    color: #3b71ca;
}
.more-link a i {
    color: #3b71ca;
    font-size: 19px;
    margin: 3px;
}
.sk {
    background: #F2f2f2;
    height: 100%;
    width: 100%;
    z-index: 1500;
}
.sk .ticker_sk {
    width: 1250px;
    height: 100px;
    background: var(--graybackground);
    margin: 20px auto;
    border-radius: 5px;
}
.sk .ssc-card {
    height: auto;
}
.sk .ssc-card.margintop105 {
    margin-top: 80px;
}

.section .ad_possible_location,
.ad_possible_location iframe,
.ad_possible_location .adunit {
    margin: 0 auto;
}
.barba-overlay,
.sk {
    position: fixed;
    top: 0;
    padding-top: 50px;
}
.m-button,
.sk .ssc-card {
    position: relative;
}
.ssc-line:after,
.ssc-square:after {
    -webkit-animation: 1.3s infinite ssc-loading;
    -webkit-transform: translateX(-100%);
    animation: 1.3s infinite ssc-loading;
    background: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(rgba(255,255,255,.3)),to(transparent));
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%);
    z-index: 1;
}
.ssc {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    cursor: progress;
    user-select: none;
    display: block;
}
.ssc .hd {
    height: 28px;
    margin-top: 5px;
}
.ssc .hdv {
    height: 18px;
    margin-top: 5px;
}
.ssc .hdv.mtopzero {
    margin-top: 0;
}
.ssc-square-widget {
    height: 120px;
    margin: 25px 25px 100px;
    width: calc(100% - 50px);
    display: flex;
    overflow: hidden;
    position: relative;
    flex-direction: row;
    align-items: center;
}
.marginauto,
.ssc-line.marginauto {
    margin: 0 auto;
}
.ssc-square-widget div {
    width: 50%;
    text-align: center;
}
.ssc-line.mbsemi {
    height: 17px;
    margin-right: 0;
    margin-top: 14px;
}
.ssc-line.mbsemidata {
    height: 10px;
    margin-right: 0;
    margin-top: 10px;
}
.ssc .mb {
    margin-bottom: 10px;
}
.ssc-line {
    margin-top: 8px;
}
.ssc .mr {
    margin-right: 16px;
}
.ssc .w-30 {
    width: 30%;
}
.ssc .w-40 {
    width: 40%;
}
.ssc .w-50 {
    width: 50%;
}
.ssc .w-60 {
    width: 60%;
}
.ssc .w-70 {
    width: 70%;
}
.ssc .w-80 {
    width: 80%;
}
.margintop20 {
    margin-top: 20px;
}
.margintop25 {
    margin-top: 25px;
}
.spacerskel {
    width: 100%;
    height: 45px;
}
.ssc-card {
    border-radius: 5px;
    direction: rtl;
    display: block;
    height: 100%;
    margin-bottom: 20px;
    width: 100%;
}
.ssc-line,
.ssc-square {
    background-color: var(--graybackground);
    display: block;
}
.ssc-line {
    border-radius: 15px;
    height: 12px;
    width: 100%;
    margin-right: 10px;
}
.ssc-line:last-child {
    margin-bottom: unset;
}
.ssc-square {
    height: 220px;
    margin-bottom: 20px;
    width: 100%;
}
.ssc-square-widget div.ssc-round {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--graybackground);
    margin: 10px auto;
}
.height280 {
    height: 280px;
}
.height100 {
    height: 100px;
    border-radius: 0 5px 5px 0;
}
.md-select ul[role=listbox],
.md-select_sport ul[role=listbox] {
    background-color: #fff;
    cursor: default;
    line-height: 26px;
    list-style: none;
    padding: 0;
}
.barba-overlay {
    background: #4f3e89;
    display: none;
    filter:blur(306px);
    height: 100%;
    opacity: .7;
    width: 100%;
    z-index: 14;
}
.md-select,
.md-select_sport {
    display: block;
    position: relative;
    z-index: 1;
}
.md-select {
    margin-right: 35px;
}
.md-select label,
.md-select_sport label {
    display: flex;
    margin: 0;
    position: relative;
}
.md-select [type=button] {
    background-image: linear-gradient(0deg,#fff,#e8eaed);
    border: 1px #dedede solid;
    border-radius: 5px;
    color: #000;
    display: flex;
    font-family: system-ui;
    font-size: 16px;
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    line-height: 25px;
    margin-right: 0;
    overflow: hidden;
    padding-left: 0;
    position: relative;
    position: relative;
    text-align: right;
    width: 128px;
    min-width: 128px;
}
.md-select [type=button]::before {
    color: #4e98d4;
    content: "\EF19";
    float: right;
    font-family: remixicon !important;
    font-size: 20px;
    font-weight: 400;
    margin-left: 6px;
}
.md-select [type=button]:after {
    color: #818b95;
    content: "\ea50";
    font-family: remixicon !important;
    font-size: 23px;
    font-weight: 400;
    width: 23px;
    position: absolute;
    left: 0;
}
.md-select ul[role=listbox] {
    -webkit-transform: translateY(0);
    -webkit-transition: 0.15s cubic-bezier(0.35,0,0.25,1);
    right: 0;
    left: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 36px;
    width: 100%;
}
.md-select ul[role=listbox] li,
.md-select_sport ul[role=listbox] li {
    border-bottom: 1px solid #e8eaed;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    outline: 0;
    overflow: hidden;
}
.md-select ul[role=listbox] li a {
    display: block;
    font-size: 12px;
    padding: 10px;
    color: #000;
    font-weight: normal;
}
.md-select ul[role=listbox] li a:focus,
.md-select ul[role=listbox] li a:hover {
    color: #FFF;
    font-weight: normal;
    background: #3b71ca;
}
#barba-wrapper {
    font-family: system-ui;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.article {
    background: #fff;
    box-shadow: 0 1px 3px #000 0 1px 2px #000;
    color: #666;
    display: flex;
    flex: 1;
    flex-basis: auto;
    flex-direction: column;
}

.caption {
    margin: 15px 15px 0;
    height: 195px;
}


.black-text {
    -webkit-line-clamp: 3;
    font-size: 16px;
    -webkit-text-fill-color: var(--color-black);
    color: var(--color-black);
    line-height: 21px;
    margin: 0;
}
.timingInfoSIMI .tagsimi {
    font-family: system-ui;
    /* background: #d6e0ea26; */
    color: #fff;
    line-height: 14px;
    z-index: 3;
    font-weight: normal;
    margin-left: 10px;
}
.timingInfoSIMI {
    color: #f2f2f2;
    font-family: system-ui;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}

.spinnerDots {
    text-align: center;
    width: 70px;
}
.spinnerDots > div {
    -webkit-animation: 1.4s ease-in-out infinite both rk-bouncedelay;
    animation: 1.4s ease-in-out infinite both rk-bouncedelay;
    background-color: #cacaca;
    border-radius: 100%;
    display: inline-block;
    height: 14px;
    width: 14px;
}
.spinnerDots .dots1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinnerDots .dots2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.notfic {
    background: var(--component-bg);
    border: 1px solid var(--component-border);
    border-radius: 8px;
    bottom: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.05);
    left: 30px;
    max-width: 300px;
    padding: 10px;
    position: fixed;
    transition: none;
    width: 30%;
    z-index: 80;
}
.notfic .notfic__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.notfic .title {
    align-items: center;
    display: flex;
    margin: 0;
}
.notfic .title__wordmark {
    color: var(--gray-dark);
    display: inline-block;
    font-family: system-ui;
    font-size: 16px;
}
.notfic .title__icon {
    background: #ed1b24;
    border-radius: 5px;
    color: var(--gray-lightest);
    height: 1em;
    line-height: 1em;
    margin-left: 1rem;
    width: 1em;
}
.notfic .action {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    background: 0 0;
    border: 0;
    cursor: pointer;
    line-height: 1;
    position: relative;
    text-align: center;
    transition: 0.1s ease-out;
    user-select: none;
    z-index: 200;
}
.notfic .action:before {
    background: var(--pink);
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    opacity: .2;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s ease-out;
    width: 0;
    z-index: 100;
}
.notfic .action__container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
.action:focus,
.notfic .action:hover {
    color: var(--pink);
}
.action:focus:before,
.notfic .action:hover:before {
    height: 45px;
    transition: 0.2s ease-out;
    width: 45px;
}

.floatbanner_left,
.floatbanner_right {
    height: 600px;
    position: fixed;
    top: calc(50% - 300px);
    z-index: 1;
}
.desktop_main_articles,
.main_Arti {
    display: flex;
}
.timingInfo,
.timingInfo a.tag {
    font-size: 14px;
}

.regularitemsmall {
    margin: 0;
}
.main_Arti {
    flex-direction: column;
    /* margin-bottom: 8px; */
    height: 510px;
    position: relative;
    width: 100%;
}
.main_Arti .img {
    border-radius: 0;
    box-shadow: none;
    width: 100% !important;
    height:280px;
    display: flex
}
.main_Arti .mImg {
    height: 280px;
    display: block;
    position: relative;
    width: 100%;
}
.timingInfo {
    color: rgba(0, 0, 0, 0.67);
    color: var(--color-gray);
    font-family: system-ui;
    margin: 15px 0 0;
    line-height: 23px;
    display: flex;
    gap: 5px;
}

.timingInfo a.tag {
    background: #d6e0ea26;
    line-height: 14px;
    z-index: 3;
    background: #e8eaed;
    border: 1px solid #f8f9fa;
    border: none;
    border-radius: none;
    border-radius: 5px;
    color: #404040;
    display: flex;
    float: right;
    font-family: 'HelveticaNeueLTRoman';
    line-height: 20px;
    padding: 3px 8px;
    position: relative;
    position: relative;
    font-weight: 100;
}
.timingInfo a {
    color: var(--main-section-secondry);
}
.flexing {
    display: flex;
    flex-direction: column;
}
.entery-title {
    color: var(--color-black);
   font-family:system-ui;
    font-size: 13px;
    font-weight: normal;
    line-height: 23px;
    margin: 0;
    padding: 0;
}
.black-text,
.overlay-text-white {
    -webkit-box-orient: vertical !important;
    -webkit-tap-highlight-color: transparent !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    padding: 0;
    text-overflow: ellipsis !important;
}
.overlay-text-white {
    -webkit-line-clamp: 3;
    color: #fff;
    font-family: system-ui;
    font-size: 19px;
    line-height: 25px;
    margin-right: 10px;
    margin-top: 10px;
    width: 85%;
}

.title {
    color: var(--secondary);
    font-size: 15px;
    font-weight: 700;
}
.dropFirma {
    font-size: 23px;
    line-height: 28px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.main2 {
    margin: 0 auto;
    width: 1250px;
}

.md-select,.md-select_sport {
    display:block;
    position:relative
    }
    
    .md-select label,.md-select_sport label {
    display:flex;
    margin:0;
    position:relative
    }
    
    .md-select div,.md-select_sport div {
    display:block;
    visibility:visible
    }
    
    .md-select [type=button] {
    background-image:linear-gradient(0deg,#fff,#e8eaed);
    border:2px #dedede solid;
    border-radius:max(0px,min(5px,calc((100vw - 2px - 100%) * 9999)))/5px;
    color:#000;
    display:flex;
    font-family:system-ui;
    font-size:16px;
    font-size:14px;
    font-weight:600;
    height:30px;
    line-height:25px;
    overflow:hidden;
    padding-left:0;
    position:relative;
    position:relative;
    text-align:right;
    width:100%
    }
    
    .md-select [type=button]::before {
    color:#4e98d4;
    content:"\EF19";
    float:right;
    font-family:remixicon!important;
    font-size:20px;
    font-weight:400;
    margin-left:6px
    }
    
    .md-select [type=button]:after {
    color:#818b95;
    content:"\ea50";
    float:left;
    font-family:remixicon!important;
    font-size:23px;
    font-weight:400
    }
    
    .md-select ul[role=listbox] {
    -webkit-transform:translateY(0);
    -webkit-transition:.15s cubic-bezier(.35,0,.25,1);
    left:0;
    margin:0;
    max-height:0;
    overflow:hidden;
    position:absolute;
    top:36px;
    transform:translateY(0);
    transition:.15s cubic-bezier(.35,0,.25,1);
    width:300px
    }
    
    .md-select ul[role=listbox] li,.md-select_sport ul[role=listbox] li {
    border-bottom:1px solid #e8eaed;
    font-family:system-ui;
    font-size:16px;
    font-weight:600;
    margin:0;
    outline:0;
    overflow:hidden
    }
    
    .md-select ul[role=listbox] li a {
    display:block;
    font-size:90%;
    padding:10px
    }
    
    .md-select ul[role=listbox] li.active,.md-select ul[role=listbox] li:focus,.md-select ul[role=listbox] li:hover {
    background:rgba(0,0,0,.1)
    }
    
    .md-select.active ul {
    -webkit-transition:.15s;
    border:1px solid #e6e6e6;
    border-radius:8px;
    box-shadow:1px 1px 2px 0 #000;
    box-shadow:1px 1px 2px 0 #e6e6e6;
    direction:rtl;
    direction:rtl;
    height:300px;
    margin-top:10px;
    max-height:290px;
    max-height:390px;
    overflow:auto;
    padding:0;
    padding:0;
    transition:.15s;
    z-index:155;
    z-index:155
    }
.spacer20 {
    width: 100%;
    height: 20px;
}
.the-subtitle .dropdown {
    display: inline;
    position: absolute;
    font-size: 25px;
    line-height: 1;
    top: calc(50% - 12px);
}
.the-subtitle .dropdown::after {
    content: "\ea50";
    position: relative;
    display: inline-block;
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000000bf;
    cursor: pointer;
    font-size: 30px;
    margin-top: 8px;
    display: none;
}
.categorystructure .thirdwidth .the-subtitle .dropdown::after {
    font-size: 20px;
    margin-top: 0;
}
.the-subtitle .dropdown a.moveto {
    font-family: system-ui;
    font-size: 16px;
    height: 26px;
    width: auto;
    font-size: 12px;
    padding: 2px 5px;
    width: 100%;
}
.the-subtitle .dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    max-width: 160px;
    box-shadow: 0 8px 16px 0 rgb(138 138 138);
    padding: 12px 16px;
    z-index: 35;
    top: 20px;
    flex-direction: column;
    border-radius: 5px;
    right: 0;
    width: 180px;
    border: 1px #ddd solid;
    display: none;
}
.secondary {
    border-radius: 5px;
    display: inline-block;
    height: 100px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    width: 100%;
    background: #ed1b24;
}
.secondary.odd {
    background: #080b10;
}
.sk .secondary.odd {
    background:#f2f2f2
}
.secondary.SEsecondary {
    border-radius: 5px;
    display: inline-block;
    height: 100px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    width: 100%;
}
.secondary.SEsecondary .text {
    background-image: none;
}
.secondary a {
    color: #2f2f2f;
    display: inline-block;
    transition: 0.4s;
}
.secondary .text {
    border-radius: 5px;
    height: 100%;
    left: 0;
    padding-left: 18px;
    padding-right: 182px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    display: grid;
    flex-direction: column;
    justify-items: stretch;
}
.secondary .stitle {
    -moz-outline-style: none;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 3;
    -webkit-tap-highlight-color: transparent!important;
    color: #f8f9fa;
    display: -webkit-box!important;
    float: left;
    font-size: 16px;
    font-weight: 100;
    line-height: 26px;
    margin-top: 8px;
    overflow: hidden!important;
    position: relative;
    text-align: right;
    text-overflow: ellipsis!important;
    width: 100%;
    font-family: 'HelveticaNeueLT';
}
.secondary .timingInfoSIMI {
    color: #f2f2f2;
    font-family: system-ui;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}
.secondary .imgarticle {
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    width: 168px;
    z-index: 2;
}
.secondary .imgarticle img {
    border-left: 0.5px solid #767675;
    border-radius: 0 5px 5px 0;
    box-shadow: -1px 0 3px 0 #0000003b;
    max-height: 100%;
    max-width: 100%;
}
.entery-title-headline {
    margin: 0;
    padding: 0;
}
.entery-title-headline h1 {
    font-family: HelveticaNeueLT;
    font-size: 23px;
    margin: 0;
    padding: 0;
    width: auto;
    color: #000000c7;
    width: 95%;
    line-height: 29px;

}
.entery-desc-headline {
    color: rgb(0 0 0);
    font-family: system-ui;
    line-height: 22px;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    width: 80%;
    margin-top: 12px;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 4;
    -webkit-tap-highlight-color: transparent!important;
    color: #f8f9fa;
    display: -webkit-box!important;
}
.entery-desc-headline a {
    text-decoration: none;
    color: #000;
}
#rootposter {
    display: flex;
    flex-direction: column;
    visibility: visible;
    width: 100%;
}
.global_main {
    margin-bottom: 15px;
}
.moredrop {
    display: block;
    left: 10px;
    min-width: auto;
    padding: 0;
    position: absolute;
    top: calc(50% - 17px);
    z-index: 2;
}
h1.sporthead {
    float: right;
    font-family: system-ui;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 26px;
    /* margin-bottom: 5px; */
    text-align: right;
    width: calc(100% - 100px);
}
.leagusicon {
    float: right;
    margin: 3px;
    width: 20px;
    height: 20px;
}
.md-select_sport [type=button] {
    background-color: #e8eaed;
    border-radius: 5px;
    color: #404040;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: right;
    width: 100%;
}
.md-select_sport [type=button]:after {
    content: "\ea50";
    float: left;
    font-family: remixicon !important;
    font-size: 20px;
    margin-left: 2px;
    margin-top: 4px;
    width: 20px;
    
}
.md-select_sport ul[role=listbox] {
    -webkit-transform: translateY(0);
    margin: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    transform: translateY(0);
    width: 300px;
    left: 0;
}
.md-select_sport ul[role=listbox] li:last-child {
    border-bottom: 0 solid #e8eaed;
}
.md-select_sport ul[role=listbox] li a {
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 90%;
    padding: 5px;
    position: relative;
    transition: 0.3s ease-out;
}
.md-select_sport ul[role=listbox] li a:hover::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--color-gray);
    content: "\ea60";
    font-family: remixicon !important;
    font-size: 30px;
    font-style: normal;
    left: 5px;
    position: absolute;
    top: calc(50% - 15px);
    transition: 0.3s ease-out;
}
.md-select_sport ul[role=listbox] li a img {
    float: right;
    height: 40px;
    margin: 5px;
    width: 40px;
}
.md-select_sport ul[role=listbox] li a span {
    float: right;
    margin: 0 10px 0 0;
    width: calc(100% - 80px);
}
.md-select_sport ul[role=listbox] li a span.year {
    background-color: #dce1f5;
    border-radius: 5px;
    float: right;
    font-size: 12px;
    line-height: 1;
    margin: 0 65px 0 0;
    padding: 2px 4px;
    position: absolute;
    right: 0;
    top: 30px;
    width: auto;
}

.md-select_sport [type=button] {
    background-color: #d9e5ffb0;
    border-radius: max(0px,min(5px,calc((100vw - 2px - 100%) * 9999)))/5px;
    box-shadow: #dedede 0 0 0 1px;
    color: #000710;
    color: #404040;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: right;
    width: 100%;
    }
    
    .md-select_sport [type=button]:after {
        content: "\ea50";
        float: left;
        font-family: remixicon!important;
        font-size: 20px;
        margin-left: 2px;
        margin-top: 7px;
        width: 20px;    
    }
    
    .md-select_sport ul[role=listbox] {
        -webkit-transform: translateY(0);
        margin: 0;
        max-height: 0;
        overflow: hidden;
        position: absolute;
        transform: translateY(0);
        width: 300px;
        left: 0;
    }
    
    .md-select_sport ul[role=listbox] li:last-child {
    border-bottom:0 solid #e8eaed
    }
    
    .md-select_sport ul[role=listbox] li a {
    color:#000;
    cursor:pointer;
    display:flex;
    font-size:90%;
    padding:5px;
    position:relative
    }
    
    .md-select_sport ul[role=listbox] li a:hover::after {
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    color:var(--color-gray);
    content:"\ea60";
    font-family:remixicon!important;
    font-size:30px;
    font-style:normal;
    left:5px;
    position:absolute;
    top:calc(50% - 15px)
    }
    
    .md-select_sport ul[role=listbox] li a img {
    float:right;
    height:40px;
    margin:5px;
    width:40px
    }
    
    .md-select_sport ul[role=listbox] li a span {
    float:right;
    margin:0 10px 0 0;
    width:calc(100% - 80px)
    }
    
    .md-select_sport ul[role=listbox] li a span.year {
    background-color:#dce1f5;
    border-radius:5px;
    float:right;
    font-size:12px;
    line-height:1;
    margin:0 65px 0 0;
    padding:2px 4px;
    position:absolute;
    right:0;
    top:30px;
    width:auto
    }
    
    .md-select_sport.active ul {
    border:1px solid #e6e6e6;
    border-radius:8px;
    box-shadow:1px 1px 2px 0 #e6e6e6;
    direction:rtl;
    height:300px;
    margin-top:10px;
    max-height:390px;
    overflow:hidden;
    padding:0;
    z-index:155
    }
    
.categories_Shw {
    width: 100%;
}
.categoryindex {
    width: 100%;
}
.categorystructure {
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.categorystructure .half {
    width: 50%;
}
.categorystructure .thirdwidth {
    width: 32.1%;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: table;
}
.md-weather {
    visibility: visible;
    margin: 10px;
}

td {
    padding: 10px;
    font-size: 13px;
    color: #000;
}
a {
    -webkit-font-smoothing: antialiased;
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.popup {
    position: fixed;
    left: 50%;
}
button {
    cursor: pointer;
    border: none;
    font-weight: 600;
    background: 0 0;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: background 0.1s linear, border-color 0.1s linear, color 0.1s linear;
}
.popup {
    background: rgb(255, 254, 254);
    padding: 25px;
    border-radius: 15px;
    top: 10%;
    max-width: 380px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -50%) scale(1.2);
    transition: top 0s 0.2s ease-in-out, opacity 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out;
}
.popup header {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebedf9;
}
.popup header span {
    font-size: 21px;
    font-weight: 600;
}
.popup header .close,
.icons a {
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.popup header .close {
    color: #878787;
    font-size: 17px;
    background: #f3f3f3;
    height: 33px;
    width: 33px;
    cursor: pointer;
}
.popup header .close:hover {
    background: #ebedf9;
}
.popup .content {
    margin: 20px 0;
}
.popup .icons {
    margin: 15px 0 20px;
}

.content .icons a {
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent;
}
.icons a i {
    transition: transform 0.3s ease-in-out;
}
.icons a:nth-child(1) {
    color: #1877F2;
    border-color: #b7d4fb;
}
.icons a:nth-child(1):hover {
    background: #1877F2;
}
.icons a:nth-child(2) {
    color: #46C1F6;
    border-color: #b6e7fc;
}
.icons a:nth-child(2):hover {
    background: #46C1F6;
}
.icons a:nth-child(3) {
    color: #e1306c;
    border-color: #f5bccf;
}
.icons a:nth-child(3):hover {
    background: #e1306c;
}
.icons a:nth-child(4) {
    color: #25D366;
    border-color: #bef4d2;
}
.icons a:nth-child(4):hover {
    background: #25D366;
}
.icons a:nth-child(5) {
    color: #0088cc;
    border-color: #b3e6ff;
}
.icons a:nth-child(5):hover {
    background: #0088cc;
}
.icons a:hover {
    color: #fff;
    border-color: transparent;
}
.icons a:hover i {
    transform: scale(1.2);
}
.content .field {
    margin: 12px 0 -5px;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #757171;
}
.field i {
    width: 50px;
    font-size: 18px;
    text-align: center;
}
.field input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
}
.field button {
    color: #fff;
    padding: 5px 18px;
    background: #7d2ae8;
}
.field button:hover {
    background: #8d39fa;
}
#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: pink;
    z-index: 0;
    display: none;
}
.ad_possible_location {
    position: relative;
    border-radius: 5px;
}
.ad_possible_location iframe,
.ad_possible_location .adunit {
    margin: 0 auto;
}



.dXRkIdHO6a {
    margin-bottom: 0;
    background: #fff;
}
.NtTtKVI2P5 {
    display: block;
}
.categorypage .NtTtKVI2P5 {
    display: block;
}
.NtTtKVI2P5 img {
    background: #eaeaea;
    display: block;
    width: 100%;
    height: auto;
}
.dXRkIdHO6a {
    border-bottom: 0;
    margin-bottom: 20px;
    padding: 15px 0;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}
.GPZlyD8ztD,
.Y0sRbM1V1j,
.hVorwJelqj {
    margin: 0 10px;
}

.Y0sRbM1V1j span {
    color: #3b71ca;
    position: relative;
}

.Y0sRbM1V1j span:after {
    content: "\ea60";
    font-family: remixicon !important;
    font-style: normal;
    position: absolute;
    top: 4px;
}
.Y0sRbM1V1j p {
    color: #000;
    font-size: 15px;
    padding-bottom:10px
}
.postviews {
    visibility: visible;
    color: #999;
    /* font-weight: 500; */
    font-size: 13px;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    padding-left: 15px;
}
.postviews i {
    position: absolute;
    left: 0;
    top: 2px;
}
.dXRkIdHO6a header {
    display: block;
}
.cA4208fxAK {
    color: #1e1e1e;
    display: block;
}
.cA4208fxAK h3 {
    font-size: 18px;
    margin: 0 0 5px;
    font-family: system-ui;
    font-weight: 600;
    color: #000000c7;
    font-size: 20px;
    line-height: 30px;
    color: var(--color-black);
    font-weight: 600;
    width: 87%;
}
.cA4208fxAK h3:last-child {
    border-bottom: 0;
}
.M_bUnSqtvP {
    color: #595959;
    display: inline-block;
    font-family: system-ui;
}
.M_bUnSqtvP:last-child {
    border-bottom: 0;
}
.sGgwMips57 {
    font-size: 12px;
    margin-top: 5px;
}
.M_bUnSqtvP span:last-child {
    border-bottom: 0;
}
.bgioo7QAls {
    margin: 10px 0 6px;
    position: relative;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: table;
}
.GPZlyD8ztD,
.Y0sRbM1V1j,
.hVorwJelqj {
    margin: 0 10px;
}

.hVorwJelqj {
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
}
.hVorwJelqj .BBdRgUi88V:after {
    float: left;
    font-size: 16px;
    line-height: 22px;
    content: "\ea60";
    font-family: remixicon !important;
    font-style: normal;
    margin-right: 4px;
}
.BBdRgUi88V {
    background: #f5f5f5;
    clear: both;
    color: #7c7c7c;
    cursor: pointer;
    display: block;
    font-size: 1em;
    height: 45px;
    line-height: 42px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}
.i9Wz3rEClZ {

    color: #fff;
    font-size: 50px;
    font-weight: 400;
    left: calc(50% - 25px);
    position: absolute;
    text-shadow: 0 1px 7px #000;
    top: calc(50% - 25px);
}
.simi_main.local {
    /* background: #fff !important; */
    display: flex;
    height: 168px;
    position: relative;
    width: 100%;
    flex-direction: column;
}
.simi_main.local .imgarticle {
    height: 168px;
    position: absolute;
    right: 0;
    top: 0;
    width: 268px;
}
.simi_main.local .imgarticle a {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
}
.simi_main .imgarticle img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 0 5px 5px 0px;
}
.simi_main .text,
.simi_main.local .text {
    border-radius: 5px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.DtimingInfo {
    color: rgba(0, 0, 0, .67);
    color: var(--color-gray);
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
}
.DtimingInfo a.tag,
.simi_main a.tag {
    background: #e6e6e6;
    border-radius: 5px;
    color: #404040;
    font-size: 12px;
    font-weight: 400;
    padding: 3px 6px;
    display: inline-block;
    transition: 0.4s;

}
.simi_main.local .text {
    background-image: none;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 290px;
    padding-top: 10px;
}
.simi_main.local a {
    color:#333
}
h1.relatedContent {
        /* margin: 0 10px; */
        font-family: 'HelveticaNeueLT';
        padding: 0 10px;
        line-height: 50px;
        font-size: 19px;
        background: #212121;
        color: #FFF;
        margin-bottom: 10px;
}
.simi_main .stitle,
.simi_main.local .stitle {
    -moz-outline-style: none;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3;
    -webkit-tap-highlight-color: transparent !important;
    color: #f8f9fa;
    display: -webkit-box !important;
    float: left;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
    margin-top: 8px;
    overflow: hidden !important;
    position: relative;
    text-align: right;
    text-overflow: ellipsis !important;
    width: 100%;
    line-height: 24px;
    color: #000;
    font-family: HelveticaNeueLT;
    overflow: hidden;
    font-size: 18px;
    font-weight: normal;
    -webkit-line-clamp: 3;
}
.simi_main .ssdata,
.simi_main.local .ssdata {
    color: #717171;
    float: left;
    font-family: tahoma;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    margin-left: 1%;
    margin-top: 2%;
    text-decoration: none;
    width: 100%;
}
.simi_main.local .ssdata a {
    color: #596065;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -moz-outline-style: none;
    -webkit-box-orient: vertical !important;
    -webkit-tap-highlight-color: transparent !important;
    display: -webkit-box;
}
.entery-title-headline h4 {
    background: 0 0;
    font-size: initial;
    color: rgb(0 0 0 / 90%);
    font-family: HelveticaNeueLT;
    line-height: 35px;
    margin: 0 0 10px;
    width: max-content;
    border: 0;
    border-bottom: 3px #ed1b24 solid;
    padding: 0;
}
.fdatawrap p img {
    width: 100%;
    height: auto;
}
.crinfo {
    border: none;
    color: #3c4043;
    display: inline-block;
    font-family: tajawal;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    margin: 10px;
    padding: 0;
    text-align: right;
    width: calc(100% - 20px);
    border-bottom: 1px #e6e6e6 solid;
    border-top: 1px #e6e6e6 solid;
    min-height: 66px;
    position: relative
}
#artiheader,
.best-keywords a {
    font-size: 12px;
    font-weight: 400;
}
.best-keywords {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 10px;
}
.nav-item {
    font-size: 14px;
}
.best-keywords nav {
    left: 0;
    width: 100%;
}
.nav-item,
.vertical-align-middle {
    display: inline-block;
    vertical-align: middle;
}

.artiwrapper h3 {
    color: var(--color-gray);
    font-size: 25px;
    margin-bottom: 0;
    padding-right: 20px;
    width: 90%;
}
.artiwrapper h2 {
    color: var(--color-gray);
    font-size: 30px;
    margin-bottom: 0;
    padding-right: 20px;
    width: 90%;
}
.artiwrapper table caption {
    padding: 30px;
    font-size: 19px;
    color: #000;
    font-weight: 500;
    background-image: linear-gradient(to top,#cfd9df 0,#e2ebf0 100%);
    border: none;
}
.artiwrapper table thead {
    width: 100%;
    background: #1b1919;
    border: none;
}
.artiwrapper table thead tr {
    width: 100%;
    border: 0;
}
.artiwrapper table thead tr th {
    padding: 10px;
    font-size: 13px;
    color: #f5f5f5;
    text-align: right;
    font-weight: 500;
    text-decoration: underline;
}
.artiwrapper table tbody tr td {
    border-bottom: 1px #e8eaed solid;
    padding: 10px;
    font-size: 13px;
    color: #000;
}


.best-keywords a {
    border: 1px solid #f8f9fa;
    border-radius: 4px;
    color: #fff;
    float: right;
    font-family: system-ui;
    line-height: 21px;
    padding: 2px 6px;
    position: relative;
    z-index: 3;
    background: #6293ff;
    transition: 0.2s ease-out;
    margin-left: 10px;
}
.best-keywords a:hover {
    background: #0080ff;
}
div.artiwrapper {
    display: inline-block;
    width: 100%;
    z-index: 5;
}
#artiheader {
    color: rgba(0, 0, 0, 0.87);
    margin: 10px;
    padding: 0;
}
.systemshare {
    left: 0;
    position: absolute;
    top: calc(50% - 23px);
    display: flex;
    gap: 10px;
    padding: 10px;
}
.systemshare a {
    cursor: pointer;
    transition: all 0.4s ease;

}
.systemshare a:hover i{
color:var(--alarabRed)
}
.systemshare i {
    color: var(--icon-color-b);
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
}
.artiwrapper div div img {
    display: block;
    height: 100% !important;
    margin: 0;
    padding: 0;
    width: 100% !important;
}
.copywriterimage {
    border: 2px solid #404040;
    border-radius: 50%;
    height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    top: 7px;
}
.crinfo small {
    display: block;
    font-family: system-ui;
    font-size: 13px;
    line-height: 19px;
    padding-right: 60px;
    text-align: right;
    padding-top: 11px;
}
.changefont {
    border-radius: 5px;
    display: inline;
    left: 10%;
    top: 100px;
    width: 80%;
    z-index: 3;
}
.artiwrapper h1 {
    display: inline-block;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 37px;
    width: 93%;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'HelveticaNeueLT';
}
.artiwrapper p {
    color: #000;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 20px 0;
    padding: 0 20px;
}
.artiwrapper figure.image {
    margin: 0;
    background: #f2f2f2;
    padding-bottom: 3px;
}
.artiwrapper figure.image img {
    width: 100%;
    height: auto;
}
.artiwrapper figure.image figcaption {
    padding: 5px 10px;
    color: #000;
    font-size: 13px;
}

.list li {
    position: relative;
    box-sizing: border-box
}

.media-list {
    font-size: var(--f7-list-font-size)
}

.list {
    position: relative;
    z-index: 1;
    font-size: var(--f7-list-font-size);
    margin: 0;
    padding: 0
}

.list li {
    position: relative;
    box-sizing: border-box;
    display: flex;
    border-bottom: 1px #e6e6e6 solid
}

.block {
    padding: 0 10px
}

.list .item-media {
    display: flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: var(--f7-list-item-padding-vertical);
    padding-top: var(--f7-list-item-padding-vertical)
}

.list .item-inner {
    position: relative;
    width: 100%;
    min-width: 0;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    align-self: stretch;
    padding-top: var(--f7-list-item-padding-vertical);
    padding-bottom: var(--f7-list-item-padding-vertical);
    min-height: var(--f7-list-item-min-height);
    padding-right: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right))
}

.list .item-title {
    min-width: 0;
    flex-shrink: 1;
    white-space: var(--f7-list-item-title-white-space);
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: var(--f7-list-item-title-font-size);
    font-weight: var(--f7-list-item-title-font-weight);
    color: var(--f7-list-item-title-text-color);
    line-height: var(--f7-list-item-title-line-height)
}

.list .item-content {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    min-height: var(--f7-list-item-min-height);
    padding-left: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-left))
}

.list .item-subtitle {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    font-size: var(--f7-list-item-subtitle-font-size);
    font-weight: var(--f7-list-item-subtitle-font-weight);
    color: var(--f7-list-item-subtitle-text-color);
    line-height: var(--f7-list-item-subtitle-line-height)
}

.list .item-inner:after {
    content: '';
    position: absolute;
    background-color: var(--f7-list-item-border-color);
    display: block;
    z-index: 15;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    transform-origin: 50% 100%;
    transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)))
}

.media-list .item-title {
    font-weight: var(--f7-list-media-item-title-font-weight, var(--f7-list-item-title-font-weight, inherit))
}

.media-list .item-inner {
    display: block;
    align-self: stretch
}

.media-list .item-media {
    align-self: flex-start
}

.media-list .item-media img {
    display: block
}

img {
    display: block
}

.post-list .item-content {
    padding-left: 0
}

.post-list .item-content .item-inner {
    padding-right: 0;
    margin: 10px
}

.post-list .item-content .item-media {
    width: 130px;
    height: 120px
}

.post-list .item-content .item-media img {
    width: 100%;
    height: calc(100% - 20px);
    object-fit: cover;
    border-radius: 10px;
    margin: 10px 0
}

.post-list .item-subtitle {
    color: #a6a6ab;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px
}

.post-list .item-title {
    margin: 5px 0 6px;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
    font-family: HelveticaNeueLTRoman
}

.post-list .item-subtitle.bottom-subtitle {
    display: flex;
    align-items: center;
    text-transform: none;
    font-size: 13px
}

.post-list .item-subtitle.bottom-subtitle img {
    width: 22px;
    border-radius: 11px;
    margin-left: 6px
}

.news-card {
    border: 0 solid #0ff;
    position: relative;
    height: 12rem;
    overflow: hidden;
    border-radius: .5rem;
    flex: 1;
    min-width: 290px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .5);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

.news-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(0 0 0 / 0) 35%, #f8f9fa 90%);
    z-index: 0
}

.news-card__card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.news-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: -1
}

.news-card__text-wrapper {
    position: absolute;
    bottom: 0;
    padding: 0 1rem;
    color: #fff;
    transition: background-color 1.5s ease
}

.news-card__title {
    transition: color 1s ease;
    margin-bottom: .5rem;
    font-size: 17px;
    text-shadow: 1px 1px 3px #000;
    color: #fff;
    font-weight: 500;
    line-height: 22px;
    background: #000000a3;
    padding: 5px
}

.news-card__post-date {
    font-size: .7rem;
    margin-bottom: .5rem;
    color: #fff;
    background: #ed1b24a3;
    display: inline;
    padding: 0 10px
}

.news-card__details-wrapper {
    max-height: 0;
    opacity: 0;
    transition: max-height 1.5s ease, opacity 1s ease
}

.card {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 15px;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform
}

.card-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 15px
}

.card-infos {
    z-index: 2;
    padding: 20% 20px 20px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .9) 100%)
}

.card-title {
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px
}

.card.medium {
    height: 280px;
    border-radius: 0;
    margin-bottom: 10px
}

.card.medium .card-image {
    border-radius: 0
}

.card.medium .card-infos {
    padding: 20px
}

.card.medium .card-title {
    font-size: 22px;
    line-height: 29px;
    font-family: HelveticaNeueLT
}

.card .card-date {
    margin-bottom: 5px;
    color: #e0e0e0;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center
}

.f7-icons,
.framework7-icons {
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    font-feature-settings: "liga";
    text-align: center
}

.card .card-date i {
    margin-left: 7px;
    font-size: 17px;
    line-height: 20px
}

.title-container h1 {
    font-weight: 400;
    font-size: 30px;
    color: #000;
    margin: 0;
    font-family: HelveticaNeueLT;
    line-height: 50px
}

.title-container {
    margin: 30px 0 10px
}

.title-container .title-date {
    color: #8a8a8f;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px
}
.snip1578 {
    font-family: 'Open Sans', Arial, sans-serif;
    position: relative;
    display: inline-block;
    /* margin: 10px; */
    min-width: 230px;
    max-width: 338px;
    width: 100%;
    /* text-align: left; */
    font-size: 16px;
    border-radius: 5px;
    /* border: 3px #e8eaed solid; */
    margin-top: 15px;
  }
  
  .snip1578 *,
  .snip1578:before,
  .snip1578:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .snip1578 .img {
    width: 80px;
    height: 80px;
    padding:10px;
  }
  .snip1578 .img img{
  }
  .snip1578 figcaption {
    position: absolute;
    top: 0;
    right: 83px;
    left: 0;
    bottom: 0;
    padding-right: 10px;
    padding-top: 7px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .snip1578 h3 {
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    font-family: system-ui;
    line-height: 20px;
    font-weight: 500;
    color: #757575;
    /* text-decoration: underline; */
    display: inline;
    /* background: #1c458a; */
    width: auto;
    /* padding: 0 6px; */
  }
  
  .snip1578 .icons {
    font-size: 13px;
    font-family: system-ui;
    color: #404040;
    margin-top: 5px;
    line-height: 19px;
}
  
  .snip1578 .icons a {
    color: #ccc;
  }
  
  .snip1578 .icons a:hover {
    color: #2980b9;
  }
  

/* Desktop */
@media screen and(min-width: 1250px) {} /* Desktop */
/* small laptop */
@media screen and(min-width: 1025px) and (max-width: 1199px) {} /* small laptop */

/* tablet */
@media screen and(min-width: 767px) and (max-width: 1024px) {

    .headlines_right,
    .fixedright {
        display: none;

    }
    .admargin {
        margin: 0
    }
    header.blockedbar .inner {
        width: 100%
    }
    .main2 {
        width: 90%;
        margin: 0 auto;
    }
    .headlines_center {
        width: 100%;
        margin-right: 0;
    }
    #sidebar,
    #content {
        width: 100%;
        margin: 0;
        margin-left:0
    }
    #content2 {
        margin:0;
        padding:0
    }
    .css-goenzs {
        width: 90%
    }
    .video-section .item {
        width: 200px;
        height: 300px;
    }
 
    .video-section .item-desc {
        padding: 0 14px 5px;
        transform: translateY(calc(100% - 63px));
        -webkit-transform: translateY(calc(100% - 63px));
    }
    
    .line-title {
        margin-top: 0;
        width: 250px;
    }
} /* tablet */


/* Mobile*/
@media screen and (max-width: 450px) {
    
.gather {
    padding:0
}
    .main_Arti { 
        height:auto;
    }
    .headlines_display  {
        flex-direction: column;
        width: 100%;
    }
    .d_right {
        order: 2;
        width: 100%;
    }
    .headlines_display .d_right {
        order:3;
        width: 100%;
    }
    .headlines_display .d_left {
        order:2;
        width: 100%;
    }
    header.blockedbar .inner .d_left {
        margin-left: 10px;
        width: auto;
        display: none;
    }

    #barba-wrapper {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    header.blockedbar .inner div.logo {
        margin: 0;
        order: 2;
        position: absolute;
        right: calc(50% - 35px);
    }
    header.blockedbar .headBkg {
        background: #ed1b24;
    }
    .iconText span,
    .dropFirma,
    header.blockedbar .inner .d_left .social-links,
    header.blockedbar .inner .d_center,
    .floatbanner_left,
    .floatbanner_right,
    .small_table,
    .timingInfoSIMI {
        display: none;
    }
    #barba-wrapper,
    header.blockedbar .inner {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    header.blockedbar .inner div.logo {
        margin: 0;
        order: 2;
        position: absolute;
        right: calc(50% - 35px);
    }
   
    header.blockedbar .inner div.logo img {
        margin: 0
    }
    header.blockedbar .inner div.logo svg path {
        fill: var(--white);
    }
    .css-1mqs9dn {
        margin: 0;
        width: 100%;
        background: #000;
        border-radius: 0;
        padding: 3px 0;
    }
    .css-goenzs .main header {
        display: none;
    }
    .newsFlash {
        width: calc(100% - 39px);
        background: #000;
    }
    .ticker-content {
        padding-left: 0;
        border: 0;
    }
    .css-goenzs .main .more {
        border-radius: 0;
        background: #000;
        border: 0;
    }
    .ticker_outer {
        flex-direction: row;
        padding: 0;
        margin: 4px 10px;
    }

    .owl-carousel.owl-rtl .owl-item {
        width: 100%;
    }
    .ticker-content p {
        display: none;
        color: #FFF;
    }
    .ticker-date {
        width: auto;
        color: #FFF;
        font-size: 14px;
        margin-left: 15px;
    }
    .ticker-content h3 {
        color: #FFF;
        font-size: 13px;
    }
    .modal {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 16;
        top: 0;
        right: 0;
        overflow: hidden;
        box-shadow: none;
        border-radius: 0;
        border: 0;
        background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(252,117,117,1) 0%, rgba(237,83,83,1) 38.2%, rgba(204,4,4,1) 66.4%, rgba(165,9,9,1) 90%);
    }
    .article {
        border-radius: 0;
    }
    .mod-sp {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    .mod-right {
        width: 80%;
        height: 150px;
        background-image: none;
        position: relative;
        right: 0;
        border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        z-index: 11;
        margin: 0 auto;
        padding: 20px;
    }
    .mod-left {
        width: 100%;
        height: calc(100% - 150px);
        background-color: #ff4747;
        position: absolute;
        left: 0;
        border-radius: 0;
        top: 150px;
    }
    .mod-left {
        width: 100%;
        height: calc(100% - 150px);
        background-color: #ff4747;
        position: absolute;
        left: 0;
        border-radius: 0;
        top: 150px;
    }
    .mod-right .mod-logo {
        width: 100%;
        margin: 0 auto;
        top: 0;
        position: relative;
        right: 0;
        display: block;
        text-align: center;
    }
    .main-logo-icon-image {
        width: 100px;
    }
    .mod-right .mod-date {
        width: 100%;
        margin: 0 auto;
        top: 0;
        position: relative;
        right: 0;
        background: #000;
        color: #FFF;
        font-size: 22px;
        font-weight: bolder;
        line-height: 30px;
        text-align: center;
        padding: 0;
    }
    .mod-right .mod-date-h {
        width: 100%;
        margin: 0 auto;
        top: 0;
        position: relative;
        right: 0;
        color: #FFF;
        font-size: 22px;
        font-weight: bold;
        line-height: 30px;
        text-align: center;
        padding: 0;
    }
    .mod-right .mod-title {
        width: 100%;
        margin: 0 auto;
        bottom: 0;
        position: relative;
        right: 0;
        color: #e8acac;
        font-size: 15px;
        font-weight: bolder;
        line-height: 30px;
        text-align: center;
        padding: 0;
        border-top: 1px #ff7474 solid;
    }
    .mod-con {
        width: 100%;
        height: 50px;
        background: #f2f2f2;
        position: absolute;
        bottom: 0;
        border-radius: 0;
        border-top: 1px #e6e6e6 solid;
        bottom: 0;
        margin-top: 20px;
    }
    .headlines_right {
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .headlines {
        flex-direction: column;
        display: flex;
    }
    #main-content {
        flex-direction: column;
        display: flex;
    }
    .headlines_center {
        margin: 0;
        min-height: auto;
        width: 100%;
    }
    .admargin {
        margin: 0;
    }
    .spacer20 ,.spacer10{
        height: 10px;
    }

    .headlines_left {
        order: 3;
        width: 100%;
    }
    .headlines_center,
    #sidebar {
        order: 1;
        width: 100%;
    }
    .headlines_right {
        order: 2;
        width: 100%;
    }
    .headlines_center,
    #sidebar {
        order: 1;
        width: 100%;
    }
    #main-content,
    #content,
    #content2,
    .headlines,
    .headlines_right,
    .headlines_center {
        margin: 0;
        min-height: auto;
        width: 100%;
    }
    .tie-widget.widget {
        background: #fff;
        border: none;
        border-radius: 0;
        padding: 0;
        box-shadow: 0 0 2px #ccc;
    }
    .categorypage .margin10 {
        margin: 0 10px;
    }
    .last-updated {

        display: none;
    }
   
    .the-subtitle .dropdown {
        display: none;
    }
    .dXRkIdHO6a {
        margin-bottom: 0;
    }

    .stickybanner {
        position: fixed;
        border: 0;
        left: 0;
        bottom: 0;
        z-index: 3;
        width: 100%;
    }
    .open-accessibility {
        right: 0;
        top: 0
    }
    .open-accessibility .open-accessibility-menu,
    .open-accessibility.open-accessibility-expanded .open-accessibility-container {
        height: 10%;
        width: 100%
    }
    .open-accessibility-menu-button {
        width: 25%
    }
    .open-accessibility-icon-desc {
        font-size: 15px
    }
    .open-accessibility-close-button {
        height: 0
    }
    .open-accessibility-header-text {
        color: #0e4da9
    }
    .open-accessibility.open-accessibility-expanded {
        position: fixed
    }
    .open-accessibility.open-accessibility-collapsed .open-accessibility-container {
        width: 50px;
        height: 55px;
        border-radius: 50% 0 0 50%;
        color: #fff;
        background-color: #fff
    }
    .rail-container {
        overflow-x: scroll;
    }
    .btn-right-con i,
    .btn-left-con i {
        content: '';
    }
    .btn-left-con {
        color: #ccc;
        display: none;
    }
    .btn-right-con {
        color: #ccc;
        display: none;
    }
   
    .rail-container .tag {
        margin-right:0;
        margin-left:10px;
        background: #f1f1f1;
    }
    .rail-container .tag-selected {
        margin-right: 0;
        background-color: #3b71ca;
}
    .tag-rail {
        padding-left:0
    }
    .md-select ul[role=listbox] {
        left: auto;
    }
    .mspacer {
        display: none;
    }
    .section.classoptimizer {
        height: 50px;
    }
    #main-content,
    .headlines,
    .headlines_right,
    .headlines_center {
        margin: 0;
        min-height: auto;
        width: 100%;
    }
    .headlines_right {
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .headlines {
        flex-direction: column;
        display: flex;
    }
    #main-content {
        flex-direction: column;
        display: flex;
    }
    .regularitemsmall:first-child {
        padding-top: 10px;
    }
    .sectionHoties {
        padding: 0;
        height: 660px;
    }
    .entery-title-headline h1 {
        font-family: HelveticaNeueLT;
        font-size: 21px;
        font-weight: 400;
        line-height: 30px;
        margin: 0;
        padding: 0;
        width: auto;
        color: #000000c7;
        width: 100%;
    }
    .sk .ticker_sk {
        width: 100%;
        height: 30px;
        background: #f2f2f2;
        margin: 0;
        border-radius: 0;
    }
    .toggle-menu i {
        background: #FFF;
    }
   
    .menu-drawer {
        width: 100%;
    }
    .bckfff,
    .menucontainer,
    .menucontext {
        background: transparent;
    }
    .menu-button--black i:first-of-type {
        color: #717171;
    }
    .menu-button span {
        color: #ccc;
        font-size: 16px;
        font-family: "HelveticaNeueLTRoman";
        line-height: 25px;
    }
    .menu,
    .alarab_helpers {
        background: transparent;
    }
    .menu-body a {
        color: #ccc;
    }
    .menu-body {
        border-top: 1px solid #404040;
    }
    .actions {
        background: #000000;
        border-top: 1px solid #404040;
    }
    .actions ul li a i {
        color: #999;
        font-size: 34px;
    }
    .entery-desc-headline {
        color: rgb(0 0 0);
        font-family: 'HelveticaNeueLTRoman';
        line-height: 22px;
        margin-bottom: 15px;
        overflow: hidden;
        font-size: 15px;
        font-weight: normal;
        width: 90%;
        margin-top: 12px;
    }
    .menucontainer {
        border: none;
    }
    .spacer20 {
        height: 10px;
    }
    .css-goenzs .main .more i {
        COLOR: #fff;
    }
    .categorystructure {
        gap: 0;
    }
    .secondary {
        width: 100%;
        box-shadow: none;
        background-image: none;
        background: #ffffff;
        box-shadow: 1px 1px 5px 1px #ddd;
        border-radius: 0;
    }
    .secondary.odd {
        background-image: none;
        background: #ffffff;
    }
    .categorystructure {
        flex-direction: column;
        padding: 0;
    }
    .secondary .stitle {
        line-height: 23px;
        color: #212121;
        font-family: 'HelveticaNeueLT';
        margin-bottom: 15px;
        overflow: hidden;
        font-size: 16px;
        font-weight: normal;
        width: 100%;
        margin-top: 12px;
        -webkit-line-clamp: 2;
    }
    .secondary .imgarticle {
        height: 100px;
        position: absolute;
        right: 0;
        top: 0;
        width: 168px;
        z-index: 2;
    }
    .secondary .imgarticle img {
        border-left: 0;
        border-radius: 0;
        box-shadow: 0;
        max-height: 100%;
        max-width: 100%;
        padding: 5px;
        box-shadow: none;
        border: none;
    }
    .secondary .text {
        border-radius: 0;
        background: none;
        background-image: none;
        padding-left: 20px;
        padding-right: 175px;
        height: 100%;
        align-items: center;
        display: flex;
    }
    .categorystructure .half,
    .categorystructure .thirdwidth {
        width: 100%;
    }
    .thirdwidth {
        margin-bottom: 10px;
    }
    .desktop_main_articles {
        display: flex;
        flex-direction: row;
        visibility: visible;
        width: 100%;
    }
    .desktop_main_articles .d_left {
        display:none
    }
    .desktop_main_articles .d_right {
        display:none
    }
    .widget-forecast-item-icon i {
        color: #ff8e9f;
        font-size: 40px;
        line-height: 50px;
        font-weight: normal;
    }
    .tie-widget.widget.topbg {
        border-radius: 0;
    }
    .iconText {
        padding: 0 5px;
    }
    .topviewed_title a {
        color: var(--color-black);
        font-size: 16px;
        font-weight: 500;
        line-height: 23px;
        text-decoration: none;
    }
    .btn-style505 {
        position: absolute;
        top: calc(50% - 12px);
        left: 18px;
        padding: 3px 8px;
        color: #FFF;
        transition: all 0.5s;
        background-color: var(--color-purple);
    }
    header .md-select {
        display: none;
    }
 
   
    .md-select [type=button] {
        width: auto;
        min-width: auto;
        padding-left: 20px;
        border: 1px #dbdbdb solid;
        background-image: none;
    }
    .md-select [type=button]::before {
        font-size: 16px;
        color: #212121;
        font-weight: 100;
    }
    .more-link {
        margin: 10px;
    }
    .timingInfo,
 
    .d_center {
        margin-left: 0;
        margin-right: 0;
        width:100%;
    }
    .main-menu-dp {
        margin-right: 10px;
        display: flex;
        margin-left: 8px;
        position: relative;
        width: 30px;
        height: 30px;
        /* display: inline-block; */
        /* position: absolute; */
        top: 0;
        /* right: 10px; */
        z-index: 10;
    
    }
    .main-menu-dp::before {
        display: none;
        margin-right: 10px;
    }
    .notfic {
        background: var(--component-bg);
        border: 1px solid var(--component-border);
        border-radius: 8px;
        bottom: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.05);
        left: 10px;
        max-width: calc(100% - 20px);
        padding: 10px;
        position: fixed;
        transition: none;
        width: calc(100% - 20px);
        z-index: 80;
    }
    .holdmenucontext {
        width: 100%;
    }
    .timingInfo {
        color: rgba(0, 0, 0, 0.67);
        color: var(--color-gray);
        margin: 0;
        
    }


    .timingInfo a {
        color: var(--main-section-secondry);
    }
   
    .flexing {
        align-items: center;
        display: flex;
        flex-direction: column;
    }



    .caption {
        margin: 10px;
        height: auto;
    }
    .overlay-text-white {
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3;
        -webkit-tap-highlight-color: transparent !important;
        display: -webkit-box !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        color: #fff;
        font-size: 19px;
        margin-right: 10px;
        margin-top: 10px;
        padding: 0;
        text-shadow: 1px 1px 1px #101010e8;
        width: 85%;
        font-family: 'HelveticaNeueLT';
    }
    .regularitembigovertext img {
        border-radius: 0;
    }
    .tie-widget.widget .newsul {
        margin: 0;
    }
    .regularitemsmall {
        margin: 0 10px;
        padding: 8px 0;
    }
    .regularitemsmall:last-child {
        margin: 0 10px;
        padding: 8px 0;

    }
    .black-text {
      
        font-size: 15px;
        font-weight: normal;
        line-height: 22px;
        margin: 0;
        padding: 0;
        font-family: 'HelveticaNeueLT';
    }
    .ad_300x2502 {
        margin-bottom: 25px;
        margin-top: 25px;
    }
    #rootposter {
        background: none;
        display: flex;
        flex-direction: column;
        visibility: visible;
        width: 100%;
    }
    div.artiwrapper {
        padding: 0;
    }
    .tie-widget.widget.arabtvBG {
        background: #000;
    
    }
    .tie-widget.widget.arabtvBG .widget-title .the-subtitle h2 {
        color:#FFF
    }
    .tie-widget.widget.arabtvBG .btn-style505 {
        color: #f2f2f2
    }
    .video-section .item {
        width:200px;
    }
    .widget-title {
        padding:5px 10px
    }
    .simi_main.local {
        height:130px

    }
    .simi_main.local .imgarticle {
        height:130px;
        width:130px;
    }
    .simi_main.local .text {
        padding-right:140px
    }
    .simi_main .ssdata, .simi_main.local .ssdata {
        display: none;
    }
    .cA4208fxAK h3 {
        line-height: 23px;
        color: #212121;
        font-family: HelveticaNeueLT;
        overflow: hidden;
        font-size: 16px;
        font-weight: 400;
        -webkit-line-clamp: 3;
    }
    .simi_main .stitle, .simi_main.local .stitle {
        line-height: 23px;
        color: #404040;
        font-family: HelveticaNeueLT;
        overflow: hidden;
        font-size: 16px;
        font-weight: 400;
        -webkit-line-clamp: 3;
    }
    header.blockedbar .Header-shadow {

        display: none;
    }
    .systemshare i {display: none;}
    .systemshare button i {display: block;}

    .crinfo{
        border-top:none
    }
    .secondary .timingInfoSIMI {
        color: #717171;
        font-family: system-ui;
        font-size: 12px;
        font-weight: 600;
        visibility: visible;
        width: 100%;
        display: flex;
    }
    .timingInfoSIMI .tagsimi {
        font-family: system-ui;
        background: #e6e6e6;
        color: #404040;
        /* line-height: 16px; */
        z-index: 3;
        padding: 0 10px;
        font-weight: normal;
        font-size: 12px;
        display: none;
    }
    .moredrop {
        left: 18px;

    }
    .backbutton {
        /* color: #000; */
        color: #fff;
       
    
    }
    .main-menu-dp.displaynone {
        transition: 0.35s;
        left: 100%;
        display: none;
    }
    .toggle-menu i:nth-child(1) {
        top: 6px;
    }
    
    .toggle-menu i:nth-child(2) {
        top: 14px;
    }
    
    .toggle-menu i:nth-child(3) {
        top: 22px;
    }
    .top-trending {    padding-top:0
    }
    
} /* Mobile*/
@media screen and(max-width:1430px) {
    .floatbanner_left,
    .floatbanner_right {
        display: none;
    }
}

