html,body,div,span,object,iframe,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}
*,:before,:after{-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;}

:root {
  --fulldarkred: #A82323;
  --darkred:#C00311;
  --darkcolor:#0f0f0f;
  --grey:#444;
  --lightorange:#FFBA59;
  --orange:#e95e00;
  --lightblue:#F1F6FB;
  
    --card-padding: 24px;
    --card-height: 995px;
    --card-skeleton: linear-gradient(#ffffff var(--card-height), transparent 0);
    --title-height: 16px;
    --title-width: 490px;
    --title-position: var(--card-padding) 80px;
    --title-skeleton: linear-gradient(#ccc var(--title-height), transparent 0);
    --desc-line-height: 16px;
    --desc-line-skeleton: linear-gradient(#cfcfcf var(--desc-line-height), transparent 0);
    --desc-line-1-width: 380px;
    --desc-line-1-position: var(--card-padding) 120px;
    --desc-line-2-width: 320px;
    --desc-line-2-position: var(--card-padding) 150px;
    --avatar-size: 0px;
    --avatar-position: center top 150px;
    --avatar-skeleton: radial-gradient(circle 16px at center, #cfcfcf 99%, transparent 0);
    --footer-height: 40px;
    --footer-position: 0 calc(var(--card-height) - var(--footer-height));
    --footer-skeleton: linear-gradient(#cfcfcf var(--footer-height), transparent 0);
    --blur-width: 200px;
    --blur-size: var(--blur-width) calc(var(--card-height) - var(--footer-height));
  
}

@-webkit-keyframes loadinggost{
to{background-position:350% 0,
  var(--title-position),
  var(--desc-line-1-position),var(--desc-line-2-position),var(--avatar-position),
  var(--footer-position),0 0}
}

@keyframes loadinggost{
  to{background-position:350% 0,var(--title-position),var(--desc-line-1-position),var(--desc-line-2-position),var(--avatar-position),var(--footer-position),0 0}
}

html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:10px;font-display:swap;font-family:'Arial',sans-serif;outline:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:kern 1;font-feature-settings:kern 1;-webkit-font-kerning:normal;font-kerning:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}

img { max-width: 100%;height:auto}
a, a:hover, a:visited{text-decoration:none;color:initial}
em {font-style: italic}

body{color:#0f0f0f;background-color:#F9F9F9;font-family:"Open Sans", sans-serif;font-weight:400}

figure{margin:0}

html {scroll-behavior: smooth}
#upBtn {display: none;position: fixed;bottom: 30px;right: 15px;z-index: 99;border: none;outline: none;background-color:#262626;color: #fff;cursor: pointer;border-radius: 2px;font-size: 18px;width: 40px;height: 40px;padding: 10px}

@media screen and (max-width: 767px) {
.is-hidden-small {display: none !important } 
}

@media screen and (max-width: 599px) {
.column.is-full-small, .columns.is-mobile>.column.is-full-small {
      width: 100%;
      flex: none;
  }
}

@keyframes blinker{ 50%{opacity:.2}}

.uppercase{text-transform:uppercase}

.lamiareport .slick-dots li{margin:0}
.lamiareport .slick-dots li button:before{font-size:8px}

.bg--white{background-color:#FFFFFF}
.maxgridrow{max-width:1040px;margin:0 auto;padding:0 15px;width:100%}

#inner-page {
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.slab-serif-font{font-family:"Roboto Slab", serif;font-optical-sizing: auto;font-weight:900;font-style: normal;letter-spacing:0.84px}
.sans-serif-font{font-family:"Open Sans", sans-serif;font-optical-sizing: auto;font-weight:400;font-style: normal}

.fw-600{font-weight:600}
.fw-700{font-weight:700}
.fw-800{font-weight:800}

.is-color-red{color:var(--darkred)}

.home-rect{background-color:#009FAC;width:300px;height:250px;margin:0 auto}
sep {
    display: block;
    height: 1px;
    background-color: #ccc;
}

.layout-billboard {margin-inline: -5px}

.header_rotator {
    background-color:#FFF;
    line-height: 0;
    display: flex;
    justify-content: center;
    padding: 15px 0;
}
.home .header_rotator{margin-left: calc(50% - 50vw);margin-right: calc(50% - 50vw)}
.header_rotator .inner_header_rotator{width:100%;max-width:970px;margin:0 auto}

.call-action-button {
    border: 1px solid transparent;
    background-color: #e6e6e6;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 4px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
    color:#000;
    transition: all 0.3s ease;
    letter-spacing: 0;
}
.yellow-button {
    background-color: var(--lightorange);
}.yellow-button:hover {
    background-color: #f6ad47;
}

.das-bg {
    position: fixed;
    top:54px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index:1;
}

/* HEADER */
.main-header{padding:14px 0;background-color:#0f0f0f}
.inner-main-header{width:100%;margin:0 auto;padding:0 15px;max-width:1920px}
.main-logo{line-height:0;display:block;max-width:340px;margin:0 auto;transition:all 0.3s ease}

#superheader {position: sticky;top: 0;-webkit-position: sticky;z-index:99999}
#superheader.is-stuck .primary-menu, #superheader.is-stuck #trends {display: none}
#superheader.is-stuck .main-logo {max-width: 250px}
#superheader.is-stuck .main-header {padding:11px 0}
.is-desktop.logged-in.admin-bar #superheader {top: 30px}

.search-col {margin-left: 20px;align-self: center}
#search-button {width: 24px;display: flex;align-items: center}
#search-button:hover {cursor:pointer}
#search-button svg {width: 100%;height: auto}
.weather-flex select option {background-color: #000;color: #FFF}

div#search-row {
    display: none;
    background-color:#F2F2F2;
    border-bottom:1px solid #DDD;
}

.open-search #search-row {display:block}

#search-row .search-label {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width:1550px) {
.main-header{padding:12px 0;background-color:#0f0f0f}
.main-logo{max-width:320px}
}

@media (max-width:1024px) {
.inner-main-header,
.maxgridrow{padding:0 15px}
}

.flex-menu{background-color:#fff;display:flex;justify-content:center;padding:10px 0;border-bottom:1px solid #7d7d7d}
.flex-menu li{font-size:13.5px;font-family:'Roboto Slab';padding:0 8px;border-right:2px solid var(--darkred);line-height:1;position:relative;}
.flex-menu .active a,
.flex-menu li a:hover {color: var(--darkred)}
.flex-menu li:last-child{border:none;padding-right:0}

.flex-menu li .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background-color:#FFFFFF;
    padding:10px;
}
.flex-menu li:hover .sub-menu {
    display: block;
}
.flex-menu li .sub-menu li {
    border: none;
    margin-bottom: 10px;
    padding-inline: 0;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
}.flex-menu li .sub-menu li:last-child {
    margin-bottom: 0;
    padding-bottom:0;
    border: none;
}
.parent-munu svg path {fill: var(--darkred)}
.flex-menu li.parent-munu {padding-right: 20px}
.parent-munu:hover{cursor:pointer}
.parent-munu svg {
    width: 18px;
    height: auto;
    position: absolute;
    right: 0;
    top: -2px;
}

/* .weather-row{align-items:center}
.weather-row .weather-ico{margin-right:10px}
.weather-ico svg path{fill:#FFF;opacity:.8}
.weather-text{color:#fff;font-size:16px;font-weight:500;line-height:1;opacity:.8}
.weather-text i{font-style:normal} */
.header-items{display:flex;justify-content:flex-end}
.header-items .header-list{display:flex;align-items:center;color:#fff;padding-right:20px}
.header-items .header-list li{font-size:14px;padding:0 8px}
.header-items .header-list li a {
    color: #fff;
    font-weight:700;
    border: 1px solid var(--darkred);
    line-height: 1;
    padding:4px 10px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    transition:all 0.3s ease;
}.header-items .header-list li a:hover {
    background-color: #FFF !important;
    color: var(--darkred) !important;
}
.header-items .header-list li a svg {
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.burger-area{align-items:center;display:inline-flex;cursor:pointer}
.burger-area .buger{width:30px}
.burger-area .buger span{background-color:#fff;display:block;width:100%;height:3px}
.burger-area .buger span:nth-child(2){margin:5px 0}
.weather-flex {
    display: flex;
    align-items: center;
}
.weather-i {
    white-space: nowrap;
    letter-spacing: -.35px;
    align-items: center;
    font-size: 15px;
    color:#FFFFFF;
    display: flex;
    flex-direction: row;
    line-height: 1;
}.weather-i .weather-ico {
    width: 32px;
    filter: brightness(1.2);
}.weather-i .gem-temperature {
    font-weight: 700;
    margin-right: 10px;
}sup {
    top: -.5em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.weather-flex select {
    background-color: transparent;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    padding: 5px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAM1BMVEUAAACDkJaDkJf///+CkZiEjpiDkJeEkJeDkZeEkJaDkJaDkJeAgICEkJeDkZeEj5eDkJd2vtPZAAAAEHRSTlMATmcBaE3ylfB6d5oCk39bkb4P9AAAAAFiS0dEAIgFHUgAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQflAg8THg/yYFzAAAAAVklEQVQoz83JyxJAMBAF0WYwxCP3/7/WRqXExJpenoYv63qLaMPIJA/HXDOLwjGXFkjSulW+SweEU/xxbl6dym/n4eUEv07D4ZDcGw5JajqkF4ec+UknQQ0FTDcS+8MAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjEtMDItMTVUMTk6MzA6MTUrMDA6MDCPFbAwAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIxLTAyLTE1VDE5OjMwOjE1KzAwOjAw/kgIjAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px;
    width: 120px;
    font-family: 'Open Sans';
    letter-spacing: -.23px;
}



.social-header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-header a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    border: 1px solid #FFF;
    border-radius: 100%;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-header a svg {
    width: 100%;
    height: auto;
    fill:#FFFFFF;
}

.o-head{line-height:1.25;font-size:16.52px}

.white-color{color:#FFFFFF}

.article-link{display:block;text-decoration:none}

.thumb-holder {
    position:relative;
    line-height: 0;
    overflow:hidden;
    padding-bottom: 66.25%;
    height: 0;
}

.thumb-holder .imagefit {
    height: 100%;
    width: 100%;
    position: absolute;
    transition:all 0.5s ease;
    top: 0;
    left: 0;
    object-fit:cover;
    object-position:0px 25%
}

.post-date {
    font-size: 11px;
    color: var(--grey);
    display:block;margin-bottom:8px;
}

@media (min-width:767px) {
.layout-row-ft-1:nth-child(odd) .ad-column.br:after,
.column.br:not(:last-child):after {
    content: "";
    border-right: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 0.75rem;
    bottom: 0.75rem;
}
}



.article-link:hover .o-head {text-decoration: underline}
.article-link:hover .article-asset .imagefit {transform: scale(1.08)}

.post-meta {display: flex;align-items: center;margin-bottom:5px}
.post-meta .post-date {margin-bottom: 0}
.post-meta .post-category {
    color: var(--darkred);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 10px;
}
.upper-category{display:none}


.text-ellipisis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;  
}


#trends {padding: 6px 0;background:#FFFFFF;border-bottom: 1px solid #ccc}
.ql-labl-image{width:25px;height:25px;margin-right:10px}
.ql-labl-image svg{width:100%;height:100%}
#trends .quick-links{display:flex;align-items:center;justify-content:center}
#trends .quick-links .ql-label{color:var(--darkred);font-size:12.5px;text-transform:uppercase;display:flex;align-items:center;padding-left:0}
#trends .quick-links li{font-size:12.5px;font-weight:700;letter-spacing:-.25px;line-height:1;color:#222;padding:0 7px;display:block;white-space:nowrap;text-transform:uppercase}
#trends .quick-links li a{text-decoration:none;color:#222}


/* latest */
.latest-block{margin-bottom:30px}
.latest--inner{height:640px;overflow-y:scroll;padding-right:15px;padding-bottom:15px}
.archive .latest--inner,
.single .latest--inner{height:420px}
.latest-inner-article .wrap-thumb{width:65px}
.latest-inner-article .wrap-thumb .thumb-holder{padding-bottom:100%}
.latest-inner-article .wrap_headline{flex:1;padding-right:15px}
.latest-inner-article .wrap_headline .o-head{font-size:14px;font-weight:600}
.latest-inner-article:not(:last-child){border-bottom:1px dotted #0f0f0f;padding-bottom:12px;margin-bottom:12px}
.latest-inner-article a:hover .o-head {text-decoration: underline}
.latest-block .header-tabs {
    border-bottom: 5px solid var(--darkred);
    margin-bottom: 20px;
    display: flex;
    justify-content: normal;
}.latest-block .header-tabs li:not(:last-child) {
    border-right: 1px solid;
    padding-right: 10px;
}.latest-block .header-tabs li:not(:first-child) {
    padding-left: 10px;
}
.latest-block .header-tabs li.activeTab,
.latest-block .header-tabs li:hover {
    cursor: pointer;
    color: var(--darkred);
}
.latest-block .section-name{display:block;font-size:17px;padding:0;letter-spacing:0.25px}
.latest-block .header-tabs .activeTab:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-color: var(--darkred);
    border-radius: 100%;
    margin-right: 5px;
    animation:blinker 1.5s linear infinite
}.latest-block .header-tabs .tablinksxx {
    display: flex;
    align-items: center;
    padding-bottom:5px;
}
/* .scroll-s::-webkit-scrollbar{width:10px}
.scroll-s::-webkit-scrollbar-track{-webkit-box-shadow:#ccc;box-shadow:#ccc;border-radius:0}
.scroll-s::-webkit-scrollbar-thumb{border-radius:0;background-color:var(--darkred);-webkit-box-shadow:#ccc;box-shadow:#ccc}
.scroll-s{scrollbar-color:var(--darkred) #fff;scrollbar-width:thin} */

.allnews-link svg {
    fill: #FFF;
}
a.allnews-link {
    font-size: 14px;
    font-family: 'Roboto Slab';
    color: #FFF;
    line-height: 1;
    background-color: var(--darkred);
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}a.allnews-link:hover {
    background-color: var(--fulldarkred);
}


.scroll-s::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.scroll-s::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.scroll-s::-webkit-scrollbar-thumb {background:#0f0f0f}

/* Handle on hover */
.scroll-s::-webkit-scrollbar-thumb:hover {background: #555}


/* footer */
.wrap--footer {position: relative;z-index: 1}
.is-site-footer{background-color:#000;padding:3rem 0;color:#fff;font-size:15px;font-weight:500;margin-top:0}
.is-site-footer .main-logo{margin:0;width:90%;max-width:230px}
.footer-items-wrapper{display:flex;margin-inline:-12px;margin-top:-12px}
.footer-items-wrapper .footer-items{width:33.333%;padding:12px}
.footer-items-wrapper .footer-items li {font-size: 14px;color: #fff;font-weight: 600;line-height: 1.3;padding-bottom: 8px;border-bottom: 1px solid rgba(255, 255, 255, 0.2);margin-bottom: 8px}
.footer-items-wrapper .footer-items li:last-child {margin-bottom: 0}
.footer-items-wrapper .footer-items li a {color: #FFFFFF}
.footer-items-wrapper .footer-items li a:hover {opacity:0.5}
.tagline{display:block;margin-top:10px;font-family:Roboto Slab;font-weight:400;font-size:17px;letter-spacing:.8px}


.overlay{display:none;opacity:.3;background:#000;position:fixed;top:0;left:0;bottom:0;right:0;z-index:9999}
.open-box .overlay{display:block}
.open-box{overflow:hidden}
#burger-menu{background-color:#000;z-index:99999;left:-300px;top:0;bottom:0;width:300px;position:fixed;display:none;transition:all 0.3s ease}
#burger-menu.openmenu{display:block;left:0}
.burger-menu-inner{height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:2rem}
.burger-menu-inner .burger-menu-header{line-height:0;margin:0}
.burger-menu-inner .main-logo {max-width: 200px;margin: 0 0 25px}
.burger-menu-items {text-align: center}
.burger-menu-ul li {display: block;position: relative;width: 100%;font-size: 13px;font-weight: 700;padding-bottom:4px;margin-bottom:4px;border-bottom: 1px solid rgba(255, 255, 255, 0.2);color: #FFF;text-align: left}
.burger-menu-ul li a{color:#000;text-decoration:none}
.burger-menu-ul li a {color: #FFF}
.burger-menu-ul li a:hover {opacity: 0.8}
.burger-menu-ul .highlight a {color: #D76332}
.burger-menu-ul li .submenu-items{display:none;transition:all .3s ease}
#closem{position:absolute;top:0;right:0;background-color:#eee;padding:10px;cursor:pointer}
/* .menu-item.active .submenu-items{display:block;margin-top:15px}
.burger-menu-ul li .submenu-items li{border-bottom:none;padding-bottom:8px;padding-top:0;opacity:.6;margin:0}
.smb{position:absolute;right:0}
.burger-tags{display:flex;flex-wrap:wrap;margin-top:25px}
.burger-tags li{display:block;padding:5px;font-size:15px;font-weight:700;line-height:1.2}
.burger-tags li a{text-decoration:none;color:rgba(0,0,0,.8)}
.burger-tags .ql-label{color:var(--pink);font-weight:700} */
.burger-menu-footer .social-flex{justify-content:flex-start;display:flex}
.burger-menu-footer .social-flex a {
    width: 30px;
    display: block;
    margin-right: 10px;
    border: 1px solid #FFF;
    border-radius: 100%;
    padding: 5px;
    height: 30px;
}
.burger-menu-footer .social-flex a svg{fill:#FFF;width:100%;height:100%}
.burger-menu-footer {
    padding-top: 15px;
    border-top: 5px solid #FFF;
    padding-bottom: 5rem;
}


/* LATEST ROW */
.latest__row{padding:3rem;background-color:#E8E8E8}
.latest__row .normal-article {border-bottom: 1px solid #ababab;height: 100%;padding-bottom: 20px}
.is-desktop .latest__row .column:not(.mb-5) .normal-article {border: none}
/* .layout-latestrow {margin-inline: -15px} */
.latest__row__header {
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding-bottom: 15px;
}.latest__row__header .latest__row__headline {
    font-family: 'Roboto Slab';
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1;
}

.fixed--bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    line-height: 0;
    justify-content: center;
}

.search-widget{background-color:#F9F9F9;padding:10px;border:1px solid #ddd}
.search-widget .widget-header{font-size:17px;border-bottom:4px solid var(--darkred);margin-bottom:10px;padding-bottom:2px;display:inline-block}
.wrap-search table.gsc-search-box td.gsc-input{padding-right:0}
.wrap-search .gsc-search-button{margin:0;background-color:#000}


@media (max-width:1023px) {
.weather-text i{display:none}  
.footer-items-wrapper {margin-top: 0}
.mini-menu {border-bottom: 1px solid #7d7d7d}
.mobile-tabs{display:flex}
.mobile-tabs li{background-color:#FFFFFF;width:calc(100% / 3);font-size:14px;font-family:"Roboto Slab",serif;text-align:center;line-height:1;padding:8px 5px}
.mobile-tabs li:nth-child(2){border-inline:1.5px solid var(--darkred)}
.mobile-tabs li a{display:block;width:100%}
.weather-flex{flex-direction:column;align-items: flex-end;}  
.weather-flex select {
    padding: 0;
    width: 70px;
    font-size:12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
    background-size: 13px;
}
}

@media (max-width:767px) {
.inner-main-header{padding: 0 13px}  
.o-head {font-size: 20px}
.weather-row .weather-ico{width:20px}
.weather-row .weather-ico svg{width:100%;height:auto}
.burger-area .buger{width:25px}
.weather-text{font-size:13px}
.latest__row {padding: 3rem 15px}  
.is-site-footer .main-logo {margin-inline: auto}  
.is-site-footer .tagline {text-align: center}  
#burger-menu{width:100vw}
.mit-row {justify-content: center}
#upBtn{display:none!important}  
.main-logo {margin-left: -10px;margin-right: -5px}  
}


li#wp-admin-bar-headlines_menu a {background-color: red}
.ads-slider {display: none}
.ads-slider.slick-initialized {display: block}


@media print {
  .is-hidden-print{display:none!important}
}

.thumb-holder{background-color:#EEE}
.thumb-holder .imagefit {
    object-fit: contain;
    object-position: center;
}


#them_outer {display: none}
@media screen and (max-width: 667px) {
  
body{background-color:#FFFFFF}  
.burger-menu-inner{overflow-y:auto}  
  
.category-5 .tab-topikes,
.category-3 .tab-aggelies,
.page-id-320143 .tab-roi { background-color: var(--darkred)}

.category-3 .tab-aggelies a,
.category-5 .tab-topikes a,
.page-id-320143 .tab-roi a { color: #FFF}  
  
.is-page-outer {padding-bottom: 15rem;background-color:#FFFFFF}  
.bottom_sticky #them_outer {display: block}
#them_outer {
    max-width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999999999;
    left: 0;
    right: 0;
    background-color:rgba(0,0,0,0.8);
    transition: all 0.3s ease;
}
#mobx {
    position: absolute;
    cursor: pointer;
    text-align: center;
    z-index: 99999999;
    line-height: 30px;    
    font-size: 0;
    width: auto;
    left: initial;
    width: 32px;
    height: 32px;
    right: 4px;
    top: -37px;
    border-radius: 4px;
    border: 1px solid #000000;
    background-image:url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><rect width="24" height="24" fill="white"></rect><path d="M7 17L16.8995 7.10051" stroke="%23000000" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7 7.00001L16.8995 16.8995" stroke="%23000000" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff;
}
}