html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,img,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,input,textarea,quote {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    quotes: none;
    list-style: none;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: 400;
    list-style: none;
    text-decoration: none
}

body {
    --text-link: #4691f6;
    --blue-sky: #729ad8;
    --color-yellow: hsl(66deg 71% 77%);
    --color-orange: hsl(45deg 100% 80%);
    --color-orange-icon: hsl(26deg 100% 44%);
    --color-orange-text: hsl(14deg 80% 40%);
    --color-cyan: hsl(187deg 71% 80%);
    --color-cyan-icon: hsl(185deg 100% 28%);
    --color-cyan-text: hsl(182deg 100% 20%);
    --color-magenta: hsl(339deg 81% 85%);
    --color-magenta-icon: hsl(336deg 78% 43%);
    --color-magenta-text: hsl(328deg 81% 29%);
    --color-green: hsl(122deg 37% 80%);
    --color-green-icon: hsl(123deg 46% 34%);
    --color-green-text: hsl(124deg 55% 24%);
    --color-purple: hsl(291deg 46% 83%);
    --color-blue: hsl(232deg 45% 84%);
    --color-brown: hsl(14deg 100% 87%);
    --color-blue_cyan: hsl(207deg 90% 77%);
    --color-omc_blue: hsl(216deg 85% 85%);
    --color-omc_blue-icon: hsl(233deg 40% 37%);
    --color-omc_blue-text: hsl(233deg 40% 37%);
    --color-aqua: hsl(160deg 100% 75%);
    --color-aqua-icon: hsl(160deg 46% 34%);
    --color-aqua-text: hsl(160deg 63% 20%);
    --box-third: 320px;
    font-size: 12px;
    font-family: system-ui, -apple-system, Helvetica Neue, Arial, Verdana, sans-serif;
}

strong,b {
    font-weight: 600
} 

figcaption,figure,small,.small {
    font-size: .9em
}

figcaption,credit {
    opacity: .5
}

u {
    text-decoration: underline
}

i {
    font-style: italic
}

s,strike,del {
    text-decoration: line-through
}

sub {
    vertical-align: sub;
    font-size: smaller
}

sup {
    vertical-align: super;
    font-size: smaller
}

pre,xmp,plaintext,listing {
    font-family: monospace;
    white-space: pre
}

a:focus,a:active {
    outline: 0
}

.cfx:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    margin: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
} 

del {
    text-decoration: line-through
}

ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 19px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

blockquote {
    font-family: Georgia,serif;
    font-size: 1.3em;
    font-style: italic;
/*     margin: .25em 0; */
    padding: 0 0 0 1.0em;
    line-height: 1.41;
    position: relative;
    border-left: 5px solid #00000025;
    word-break: break-word;
    display: inherit
}

*,:after,:before {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

::selection {
    color: #fff;
    background: #4691f6
}

::-moz-selection {
    color: #fff;
    background: #4691f6
}

.hljs{display:block;overflow-x:auto;padding:0.5em;background:#fdf6e3;color:#657b83;-webkit-text-size-adjust:none}.hljs-comment,.diff .hljs-header,.hljs-doctype,.hljs-pi,.lisp .hljs-string,.hljs-javadoc{color:#999}.hljs-keyword,.hljs-winutils,.method,.hljs-addition,.css .hljs-tag,.hljs-request,.hljs-status,.nginx .hljs-title{color:#f81a65}.hljs-number,.hljs-command,.hljs-string,.hljs-tag .hljs-value,.hljs-rules .hljs-value,.hljs-phpdoc,.hljs-dartdoc,.tex .hljs-formula,.hljs-regexp,.hljs-hexcolor,.hljs-link_url{color:#2196f3}.hljs-title,.hljs-localvars,.hljs-chunk,.hljs-decorator,.hljs-built_in,.hljs-identifier,.vhdl .hljs-literal,.hljs-id,.css .hljs-function{color:#268bd2}.hljs-attribute,.hljs-variable,.lisp .hljs-body,.smalltalk .hljs-number,.hljs-constant,.hljs-class .hljs-title,.hljs-parent,.hljs-type,.hljs-link_reference{color:#b58900}.hljs-preprocessor,.hljs-preprocessor .hljs-keyword,.hljs-pragma,.hljs-shebang,.hljs-symbol,.hljs-symbol .hljs-string,.diff .hljs-change,.hljs-special,.hljs-attr_selector,.hljs-subst,.hljs-cdata,.css .hljs-pseudo,.hljs-header{color:#cb4b16}.hljs-deletion,.hljs-important{color:#dc322f}.hljs-link_label{color:#6c71c4}.tex .hljs-formula{background:#eee8d5}
pre {
    display: block;
    padding: 15px;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f3f1f1;
    border: 2px solid #ccc;
    border-radius: 4px;
    overflow: auto;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
p > code {
    background-color: #ffc;
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur);
  backdrop-filter: var(--tw-backdrop-blur);
  background-color: #000c;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  z-index: 40;
  inset: 0px;
}
@-webkit-keyframes colorchange {
  0% {
    background: hsl(6 70% 17%);
  }
  10% {
    background: hsl(167 70% 16%);
  }
  20% {
    background: hsl(40 70% 16%);
  }
  30% {
    background: hsl(278 70% 17%);
  }
  40% {
    background: hsl(39 70% 15%);
  }
  50% {
    background: hsl(293 10% 10%);
  }
  60% {
    background: hsl(52 70% 15%);
  }
  70% {
    background: hsl(31 70% 16%);
  }
  80% {
    background: hsl(14 70% 16%);
  }
  90% {
    background: hsl(36 70% 16%);
  }
  100% {
    background: hsl(293 70% 16%);
  }
  }

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(360deg)
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(0deg)
    }

    to {
        -ms-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes flash-anim {
  from {
    opacity: 1;
  }
  
  to {
    opacity: 0;
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes loading {
  0% { width: 0%; }
  100% { width: 100%; }
}

.colorfull{
  animation: colorchange 30s infinite alternate;
}
.flashing {
  -webkit-animation: flash-anim .5s ease-in-out;
  -webkit-animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
}
.shake {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.spin {
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -webkit-animation: rotate 2s linear 0s infinite normal;
    -moz-animation: rotate 2s linear 0s infinite normal;
    -o-animation: rotate 2s linear 0s infinite normal;
    -ms-animation: rotate 2s linear 0s infinite normal;
    animation: rotate 2s linear 0s infinite normal;
}

.loader_2 {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -webkit-animation: rotate 1s linear 0s infinite normal;
    -moz-animation: rotate 1s linear 0s infinite normal;
    -o-animation: rotate 1s linear 0s infinite normal;
    -ms-animation: rotate 1s linear 0s infinite normal;
    animation: rotate 1s linear 0s infinite normal;
  z-index: 2;
    background-color: #fff;
    border-radius: 50px;
    display: none
}
/* .loader:after {
  content:"";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #4a4949cc;
    z-index: 1;
    display: block
} */
body.loader_active .loader {
    display: block;
}
.spinner,.ogac {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}

.no-select,.nscl,.disabled,.button,.btnlk {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}
.noscroll {
    overflow: hidden;
}
.blc {
    position: relative;
    width: 100%;
    float: left;
    box-sizing: border-box
}
.trns {
    -webkit-transition: all .2s ease-out
}

.cfx:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    margin: 0
}

.faded {
    opacity: .5 !important
}
.disabled {
    opacity: .35 !important
}
.hidden {
    display: none !important;
}
.alrt {
  color: #3D3906;
  z-index: 99;
  position: fixed;
  background-color: #ffff6b;
  cursor: pointer;
  padding: 10px 50px 10px 15px;
  right: 20px;
  bottom: -70px;
  width: calc(100% - 40px);
  border-radius: 4px;
  -moz-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 6px 6px 0 rgb(0 0 0 / 15%);
  max-width: 360px;
  min-height: 50px;
  overflow:hidden;
}
.alrt.active {
    bottom: 20px;
}
.alrt.err {
    background-color: lightpink;
    color: darkred;
}
.alrt.ok {
    background-color: seagreen;
    color: #fff;
}
.alrt .txt {
  line-height: 24px;
  font-size: 1.2em;
  font-weight: 600;

}
.alrt > .icons {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 4px 6px 4px 4px;
  height: 50px;
  width: 50px;
}
.error {
    color: red !important;
    font-weight: 500;
}

html {
    -webkit-text-size-adjust: 100%;
    min-height: 100%
}

pre {
    white-space: normal
}

input {
    -webkit-appearance: none;
    -moz-appearance: none
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: .5
}
input[type="range"]::-webkit-slider-runnable-track {
    background: #ddd;
    border-radius: 10px;
/*   height: 0.25rem; */
}
input[type="range"]::-moz-range-progress {
    background: #acaf50;
}
input[type="range"]::-moz-focus-inner {
    border: none;
}
input[type=range]::-webkit-slider-thumb{
  margin-top: 0px;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    quotes: none;
    list-style: none;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: 400;
    list-style: none;
    text-decoration: none;
    width: 100%;
    height: 100%;
    height: -webkit-fill-available;
    float: left;
    background-color: #e5e5e5;
    color: #2d2d2d;
    position: relative;
  overflow-x: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--logo-icon);
    background-size: 25%;
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: center
}
h1, h2, h3, h4, h5, h6, p {
  line-height: 120%;
}
h1 {
    font-size: 32px;
    font-weight: 500;
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 19px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}
p {
  font-size: 21px;
}

/* BUTTONS */
.button {
    display: inline-block;
    padding: 10px 20px;
    border: 3px solid #999;
    border-radius: 10px;
    margin: 0 10px 10px 0;
    white-space: normal;
    cursor: pointer;
    position: relative;
    min-height: 40px;
    width: max-content;
    font-weight: 700;
      max-width: calc(100% - 20px);
}
.button.active {
    color: #fff;
    background-color: #000;
    border-color: #000 !important;
}
.button.off {
  opacity: .35;
  cursor: default;
}
.button.danger {
    background-color: rgb(173, 31, 57) !important;
    color: #fff;
    border-color: rgb(173, 31, 57) !important;
}
.button.gold {
    background-color: #ffe082 !important;
}
.button.grayed {
  color: darkgray;
}
.buttonSingle {
  height: 56px;
  float: none;
  margin: 10px auto;
}
.buttonSet {
    height: 56px;
    margin: 10px;
}
.buttonSet .btn, .buttonSingle .btn {
    width: 33%;
    margin: 0;
    line-height: 1;
    float: left;
    border: 3px solid;
    border-left-width: 0;
    box-shadow: 0 2px 0 rgb(0 0 0 / 15%);
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  height: inherit;
  font-weight: 700;
  font-size: 1.3em;
}
.buttonSet .btn {
    border-radius: 0;
}
.buttonSet .btn:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-left-width: 3px;
}
.buttonSet .btn:last-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0px;
}
.buttonSet.trnsp .btn {
  box-shadow: none;
}
.buttonSingle .btn {
    width: 100%;
    max-width: 100%;
    border-left-width: 3px;
}
.buttons {
    float: left;
    padding: 0 5px 0 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 40px;
}
.button .ttl {
    font-weight: inherit;
    margin: 0;
    font-size: 1.3em;
}
.buttons .button .icons {
    height: 30px;
    width: 30px;
}
.button.single_icon {
    margin: 10px auto 0;
    float: none;
    clear: both;
    display: block;
    box-shadow: 4px 4px #00000015;
    padding: 5px 20px 0px;
}
.button.right_icons {
    margin: 0 auto 30px;
    float: none;
    clear: both;
    display: block;
    box-shadow: 4px 4px #00000015;
    display: grid;
    grid-template-columns: auto 30px;
    gap: 10px;
}

/* CONFIRM BOX */
.confirm_ovly {
    background-color: rgba(176, 176, 176, 0.95);
    transform: translate(0,100vh);
    transition: all 0.25s ease 0s;
    opacity: 0;
    z-index: 6;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    place-content: flex-end;
}
.cmfrm {
    min-height: 100px;
    min-width: 200px;
    max-height: 100%;
    max-width: 100%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 6px 6px 0 rgb(0 0 0 / 15%);
    position: relative;
    float: none;
    overflow: hidden;
    height: 100%;
    margin: 0;
    transition: all 0.25s ease-in-out 0s;
}
.cmfrm .icn {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    margin: 5px;
    padding: 0;
    opacity: .35;
}
.cmfrm > .icon-exit {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    padding: 4px 6px 4px 4px;
    height: 50px;
    width: 50px;
    color: #000;
    background-color: #fff;
}
.cmfrm .rsz {
    position: absolute;
    right: 50px;
    top: 0px;
    z-index: 2;
    padding: 4px 6px 4px 4px;
    height: 50px;
    width: 50px;
    color: #000;
    background-color: #fff;
}
.cmfrm.bxprvw > .icon-exit {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    padding: 7px;
    height: 50px;
    width: 50px;
    color: #fff;
    /* opacity: 1; */
    background-color: #00000050;
    border-radius: 50%;
    border: 3px solid #fff;
}
.cmfrm .c {
    padding: 20px 15px;
    min-height: 50px;
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    float: none;
}
.cmfrm .chui_logo_center {
    position: absolute;
    height: 49px;
    margin: 6px;
    opacity: .25;
}
.hdtl_bx_2 .stl, .hdtl_bx_3 .stl {
    line-height: 124%;
    font-weight: 500;
}
.cmfrm .hdtl_bx_2 {
    padding: 6px 50px 2px 52px;
    position: absolute;
    font-size: 19px;
    line-height: 1;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 4px #00000025;
    width: 100%;
    height: 50px;
    display: inline-block;
}
.hdtl_bx_2 .pub, .hdtl_bx_3 .pub {
    font-size: 15px;
    min-height: 16px;
    margin: 2px 0 0 0;
    font-weight: 500;
}
.favthmb_2 {
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    margin: 6px;
    z-index: 1;
}
.bxprvw {
    background-color: #222;
}
.dialogs.hdlss_ftr .c {
    height: calc(100% - 76px);
    margin: 0;
}
.modal .c {
    padding: 20px 15px 0;
}
.cmfrm .trnscrpt {
    padding: 4%;
    font-size: 1.3em;
    white-space: break-spaces;
}
.modal {
    width: 90%;
    margin: 5vh 5vw;
    max-width: 360px;
    max-height: 80%;
}

.cmfrm .ttls {
    width: 100%;
    box-shadow: 0 -1px #00000025;
    padding: 0 15px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.2rem;
    min-height: 50px;
    font-weight: 700;
    display: inline-flex;
    padding: 0 50px 0 15px;
    margin: 0;
      cursor: pointer;
}
.ttls:after{
  position: absolute;
}

/* NEWS */
.news {
  white-space: break-spaces;
  list-style: none;
  display: grid;
  gap: 1px;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
  clear:both;
  background-color: #ddd;
}
.news .lst {
  cursor: pointer;
  background-color: #fff;
}
.news .lst .dtl {
    position: relative;
    padding: 10px 90px 10px 10px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.news .lst .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  overflow: hidden;
    flex-wrap: wrap;
    align-content: center;
}
.news .lst .tbx {
    font-size: 1.1rem;
    line-height: 1.35rem;
    font-weight: 500;
    -webkit-line-clamp: 3;
    word-break: break-word;
    white-space: initial;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 5px;
}
.news .lst .stg {
  display: flex;
  align-items: center;
  height: 21px;
  justify-content: space-between;
}
.news .dat {
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.news .fav {
    width: 16px;
  background-image:url("https://adiop.com/adiop_2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 16px;
    margin: 0px 7px 0 0;
}
.news .hst {
    font-size: 1rem;
  max-width: 100%;
  opacity: 0.5;
  font-weight: 500;
}
.news .lst .nxt {
    display: none;
}
/* /// */
.news.slim.stck {
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 4px #00000025;
}
.news.slim {
    width: 100%;
    margin: 1px 0 10px;
}
.news.slim .lst .img, .news.slim .lst .img canvas {
    width: 50px;
    height: 50px;
}
.news.slim .dat {
    display: none;
}
.news.slim .lst .dtl {
    padding: 10px 67px 10px 10px;
    min-height: 86px;
}
.news.slim .lst .tbx {
    font-size: 1em;
    line-height: 1.1em;
    -webkit-line-clamp: 2;
}
.news.slim .hst {
    bottom: 5px;
}
.news.slim .lst {
    height: inherit;
  min-height: 78px;
}

.news.lrg .lst .tbx {
    font-size: 1.3em;
    line-height: 125%;
}
.news.tiny .lst{
  width: 100%;
  height:50px;
  min-height: 50px;
}
.news.tiny.lefty .dtl {
    padding: 6px 60px 2px 52px;
    font-size: 16px;
    line-height: 1;
    width: 100%;
    height: 50px;
    min-height: inherit;
}
.news.tiny .dtl {
    padding: 6px 60px 2px 10px;
    font-size: 16px;
    line-height: 1;
    width: 100%;
    min-height: inherit;
}
.news.tiny .tbx {
    font-weight: 500;
    -webkit-line-clamp: 2;
    margin: 0;
    font-size: 16px;
    line-height: 117%;
}
.news.tiny .stg {
    display: none;
}
.news.tiny .hst {
    font-size: 14px;
    min-height: 14px;
    margin: 2px 0 0 0;
    bottom: auto;
    top: 5px;
}
.news.tiny.lefty .img {
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    margin: 6px;
    z-index: 1;
    overflow: hidden;
}
.news.tiny .img {
    border-radius: 5px;
    position: absolute;
    right: 5px;
    top: 0;
    width: 38px;
    height: 38px;
    margin: 6px;
    z-index: 1;
    overflow: hidden;
}
.news.tiny .img canvas {
    border-radius: 5px;
    width: inherit;
    height: inherit;
}
.news .lst.feat {
  min-height: 120px;
  height: auto;
  width: 100%;
  display: inline-block;
  scroll-snap-align: center;
}
.news .lst.feat .img {
    position: relative;
    width: calc(100% - 20px);
    height: 50%;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #ddd;
    margin: 0 10px 0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    right: unset;
    align-content: center;
    flex-wrap: wrap;
}
.news .lst.feat .img canvas {
    border-radius: 10px;
    width: 100%;
    height: min-content;
}
.news .lst.feat .dtl {
    height: auto;
    position: relative;
    padding: 20px 10px 10px;
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    text-shadow: none;
    color: #000;
}
.news .lst.feat .tbx {
    font-size: 1.8em;
    line-height: 2.1rem;
    font-weight: 500;
    margin: 0 0 10px;
    -webkit-line-clamp: 6;
    word-break: break-word;
    opacity: 1;
    white-space: initial;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news .lst .stg {
    font-size: 1em;
    display: flex;
    height: 25px;
    text-overflow: ellipsis;
    word-break: break-word;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 0 0 23px;
    position: relative;
}
.news .lst .favicons {
    margin: 0;
    position: absolute;
    left: -8px;
    top: -2px;
}
.news .lst.feat.sml .img {
    height: 170px;
  line-height: 170px;
}
.news .lst.feat .tbx {
    font-size: 1.5em;
    line-height: 118%;
    font-weight: 500;
}

.news.sml .lst .img {
    top: 1px;
    right: 10px;
}
.news.host_list .lst .img {
    top: 0;
  border: 0;
  overflow: hidden;
  background-size: contain;
}
.news.host_list .lst .img .fvcns {
  scale:1;
}
.news.host_list .lst .dtl {
  padding:10px 90px 10px 15px;
}
.news.host_list .lst .stg {
  padding:0;
  height:auto;
}
.news.host_list .lst .tbx {
  font-size: 1.4rem;
  line-height: 123%;
  font-weight: 500;
  -webkit-line-clamp: 1;
  margin:0;
}
.news.host_list .lst .stg .favicons{
    display: none;
}
.newstream.news .lst .dtl {
    min-height: 115px;
}
.dates {
    min-width: 50px;
    display: inline-block;
    text-align: right;
}
.fvcns {
    background-image: url(favicons.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 32px;
    image-rendering: pixelated;
    scale: 2;
}
.news .lst.feat .fvcns {
    scale: 4;
}
.prvwfvcn {
  z-index: 1;
  position: absolute;
  scale: 1;
  margin: 9px;
}
.img.gen:not(.preloading)::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 2px solid #fff;
    background-color: #000;
    opacity: 0.5;
}
.news:not(.tiny):not(.sml):not(.host_list) .lst .img:not(.gen):not(.loading):not(.preloading):after,.outliner:after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #2222223d;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
}
.tgglbx .news {
  margin:0 0 50px;
}
.favicons {
    filter: grayscale(1);
}
.innerBox.prvw {
    overflow: auto;
    padding: 0;
    height: inherit;
    margin: 0;
}
.xImgBtn {
    position: absolute;
    bottom: 40px;
    left: auto;
    color: #fff;
    border-color: #fff;
    background-color: #00000075;
    float: none;
    clear: both;
    display: flex;
    margin: 0 auto;
}

/* DIALOG BOX */
.dialbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    position: relative;
    max-height: 100%;
}
.dialbox .cmfrm .hdtl_bx_2 {
    box-shadow: none;
    -webkit-mask-image: linear-gradient(180deg,#000 0 calc(100% - 1.75rem),transparent);
    mask-image: linear-gradient(180deg,#000 0 calc(100% - 1.75rem),transparent);
    padding: 6px 50px 30px 52px;
    height: 80px;
}
.innerFooter_2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: inherit;
}


.dialogs:not(.modal) .c {
  height: calc(100% - 76px);
  margin: 50px 0 0;
    padding: 0;
  min-height: 40px;
  -webkit-mask-image: linear-gradient(180deg,#000 0 calc(100% - 1.75rem),transparent);
  mask-image: linear-gradient(180deg,#000 0 calc(100% - 1.75rem),transparent);
}
.dialogs .tl {
    opacity: .35;
    display: block;
    font-size: 24px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fff;
    padding: 0 10px 0 55px;
    width: 100%;
    box-shadow: none;
    display: flex;
    height: 50px;
    align-items: center;
  font-weight: 500;
}
.dialogs .dcnt {
  min-height: 100%;
}
.dialogs .dtxt {
  padding: 20px 15px 20px;
  font-size:1.5rem;
  color:#000;
  font-weight: 500;
}
.dialogs.full .dcnt {
    padding: 0px 0px 0px;
}
.dialogs.full .c {
  height: calc(100% - 110px);
}
.dialogs.resp .c {
    height: calc(100% - 126px);
    margin: 50px 0 0;
    padding: 0px 15px 20px;
}
.dialogs.hdlss_ftr .c {
    height: calc(100% - 76px);
    margin: 0;
}
.dialbox.media .c {
  height: inherit;
  margin:0;
}
.dialbox.media {
    background-color: rgba(0,0,0,0.75);
}
.dialbox.media .dialogs .dcnt:before, .dialbox.media .dialogs .dcnt:after {
  display:none;
}
.tfx_icon {
  width:100%;
  height:100%;
  position: relative;
  background-image: var(--logo-icon-anim-trnsprnt);
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: center;
}
.tfx_bar {
    width: 150px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 75px);
    padding: 10px;
    border-radius: 10px;
  display:none;
}
.tfx_inbar {
  width: 0%;
  height:10px;
  background: linear-gradient(130deg,hsl(196deg 80% 45%),hsl(325deg 75% 45%) 100%);
  border-radius: 5px;
  animation: loading 2s linear forwards;
}
.dialbox.tfx.done .tfx_icon{
  background-image: var(--logo-icon-mono-white);
}

/* DIALOG BOX */
.viewBox .frame {
    margin: 81px 1px 0;
    width: -webkit-fill-available;
    overflow-y: auto;
    overflow-x: hidden;
    height: -webkit-fill-available;
}
.viewBox .img {
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-height: 240px;
    background-size: contain;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
  overflow: hidden;
  position:relative;
}
.viewBox .txt {
    padding: 15px 15px 30px;
}
.viewBox .tbx {
    color: #000;
  font-size: 1.8rem;
  line-height: 2.1rem;
  margin: 0 0 10px;
}
.viewBox .dsc {
  margin: 15px 0 20px;
  font-size: 1.5rem;
  line-height: 2rem;
  clear: both;
  line-height: 1.9rem;
}
.viewBox .xit {
    float: right;
    position: absolute;
    right: 0;
    top: 40px;
}
.viewBox .rt {
    margin: 50px 0 10px;
}
.viewBox .sml {
    font-size: 17px;
    opacity: .7;
    display: initial;
}
.viewBox .stg.pubs {
    font-size: 1.3rem;
    display: flex;
    height: 50px;
    align-content: center;
    flex-wrap: wrap;
    background-color: #ddd;
    border-radius: 10px;
    padding: 5px 5px 5px 55px;
    position: relative;
  border: 1px solid #ddd;
}
.viewBox .img .thumb {
    width: 100%;
    height: auto;
    image-rendering: pixelated;
}
.viewBox .imgBtn {
    position: absolute;
    color: #fff;
    border-color: #fff;
    background-color: #00000075;
  border: none;
}
.viewBox .img.rounded {
    height: auto;
    width: 94%;
    max-height: unset;
    margin: 5px auto 0;
    border-radius: 10px;
  display: none;
}
.viewBox .img.rounded.active {
  display: flex;
  background-color: #ddd;
}
.viewBox .pubs .favicons {
    position: absolute;
    left: 9px;
    top: 9px;
    margin: 0;
  filter: none;
  scale: 1;
}
.viewBox .visit {
    margin: 30px auto 0;
    float: none;
    clear: both;
    display: block;
    box-shadow: 4px 4px #00000015;
}

/* ICONERY */
.iconery {
    min-width: 200px;
    min-height: 200px;
    display: inline-block;
    overflow: hidden;
    width: inherit;
    background-color: #00000015;
    border-radius: 20px;
    position: relative;
    aspect-ratio: 1;
}
.iconery .icons {
    width: 150px;
  height:150px;
    background-color: #fff;
    border-radius: 50%;
    padding: 20px;
    box-shadow: 5px 5px #00000035;
    border: 8px solid;
    position: absolute;
    top: 25%;
    width: 48%;
    height: auto;
    padding: 5%;
}
.iconery .icons:nth-child(1){
  left:5%
}
.iconery .icons:nth-child(2){
  left:25%
}
.iconery .icons:nth-child(3){
  left:45%
}
.iconery.aLeft .icons:nth-child(1){
  z-index:3;
}
.iconery.aLeft .icons:nth-child(2){
  z-index:2;
}
.iconery.aLeft .icons:nth-child(3){
  z-index:1;
}
.iconery.aCenter .icons:nth-child(1){
  z-index:1;
}
.iconery.aCenter .icons:nth-child(2){
  z-index:2;
}
.iconery.aCenter .icons:nth-child(3){
  z-index:1;
}
.iconery.aDouble .icons:nth-child(1){
  z-index:2;
}
.iconery.aDouble .icons:nth-child(2){
  z-index:1;
}
.iconery.aDouble .icons:nth-child(3){
  z-index:2;
}

/* TREND-LIST */
.trndlst {
    padding: 20px 15px 0;
}
.trndlst .tggl {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #00000020;
}
.trndlst .tbx {
    color: #000;
    font-size: 22px;
    line-height: 28px;
  padding: 0 50px 0 0;
}
.trndlst .tggl.active .tbx {
    font-weight: 500;
}
.trndlst > .blc {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #00000020;
}
.trndlst .blc:last-child {
    border-bottom: 0;
}
.trndlst .tgglicn {
    position: absolute;
    right: 0;
    top: 30px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #00000020;
  padding: 5px;
}
.trndlst .tggl.active .tgglicn {
    background-color: #000;
    color: #fff;
}
.trndlst .tggl.active .tgglicn:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.faq.trndlst {
  padding:0;
}
.trndlst .tgglicn {
    top: 0px;
}
.faq.trndlst .tbx {
  min-height: 40px;
  display: flex;
  align-items: center;
  z-index: 1;
    position: relative;
}

/* TOGGLE */
.tggl .tgglbx {
    display: none;
      margin: 10px 0 40px;
}
.tggl.active > .tgglbx {
    display: block;
}
.tggl.active .ttls {
    background-color: #eee;
}
.tggl.chui_options:after {
  height: 40px;
    width: 40px;
  right: 0;
  top: 0;
  position: absolute;
}
.tggl.active.chui_options:after {
  height: 40px;
    width: 40px;
  top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.trndlst .tggl.active .chui_options:after {
  height: 40px;
    width: 40px;
  top: 25px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.tggl.active .chui_options:after {
  height: 40px;
    width: 40px;
  top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.tggl .stg {
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size: 1.1rem;
    margin: 0 0 5px;
}

/* BTNST */
.btnst {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: inline-flex;
    border: 3px solid #ccc;
  box-shadow: 4px 4px #00000015;
}
.btnst .itm{
  margin:0;
}
.btnst .buttons{
  padding:0;
  display:flex;
}
.btnst .buttons .button {
    min-height: 56px;
    padding: 0 20px;
    border: 0;
    box-shadow: none;
    margin: 0;
    height: 100%;
    border-right: 3px solid #ccc;
    border-radius: 0;
}
.btnst .buttons .button:last-child {
    border-right: 0;
}
.btnst.with_icons .buttons .button .ttl{
  margin: 0 0 0 10px;
}

/* EXTRA */
.padd15,.shrpp {
    padding: 15px;
}
.itm.btn {
    flex-direction: column;
    text-align: center;
}
.inpt {
    display: block;
    font-size: 1.3em;
    position: relative;
    font-family: inherit;
    color: inherit;
    width: 100%
}

/* FORM MENU */
.fmnu .inpt {
    border: 3px solid #00000030;
    padding: 0 50px 0 10px;
    border-radius: 10px;
    box-shadow: inset 0 4px 0 #00000017;
    font-size: 1.3em;
    clear: both;
    height: 56px;
}
.fmnu .inpt:focus {
    border-color: cornflowerblue;
}
.fmnu .itm.err .inpt {
    border-color: deeppink;
}
.fmnu .itm {
    margin: 0 0 20px;
    float: none;
    height: inherit;
    display: inline-block;
}
.fmnu .ttl, .fmnu .ittl {
    font-weight: 700;
    float: none;
    clear: both;
    display: block;
    font-size: 1.3rem;
}
.fmnu .sttl {
    font-weight: 700;
    float: none;
    clear: both;
    display: block;
    font-size: 1.0rem;
    margin: 0 0 5px;
}
.fmnu .ttl.big {
    font-weight: 500;
    margin: 0 0 10px;
    font-size: 2em;
}
.fmnu .dsc {
    font-size: 1.3rem;
    line-height: 1.5rem;
    float: none;
}
.fmnu .req .ittl:after {
    content: "*";
    display: inline;
    color: red;
}
.fmnu .lbl {
    margin: 3px 0 3px;
    line-height: 18px;
    font-size: 16px;
    opacity: .7;
}
.fmnu .itm .button {
    margin: 10px auto 0;
    float: none;
    max-width: 100%;
    box-shadow: 0 4px #00000025;
}
.fmnu .buttons .button {
    float: none;
    margin: 5px 0px 0 5px;
    padding: 0 10px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
  white-space: nowrap;
}
.fmnu.topmenu .buttons .button {
    margin: 0;
    border-radius: 0;
    border-color: transparent;
    background-color: transparent;
    font-weight: normal;
    padding: 0 15px;
    height: inherit;
    display: inline-flex;
    align-content: center;
    flex-wrap: wrap;
    border: 0;
    box-shadow: none;
}
.fmnu.topmenu .button.active {
    font-weight: 700;
    color: #000;
    box-shadow: inset 0 -2px;
}
.fmnu .button .ttl {
    font-weight: inherit;
    margin: 0;
    font-size: 1.3em;
}
.fmnu.topmenu .buttons .button .ttl {
    font-size: 1.1rem;
    text-transform: capitalize;
}
.fmnu .clear_input, .nptd {
    position: absolute;
    right: 3px;
    top: 29px;
    width: 50px;
    height: 50px;
    opacity: .5;
}
.fmnu .clear_input.active {
    opacity: 1;
    border: 3px solid;
    border-radius: 7px;
    background-color: #000;
    color: #fff;
}

.fmnu .txtr {
    min-height: 100px;
    font-size: 1.3em;
    padding: 5px 50px 5px 7px;
}
.fmnu .txtrbx .clear_input{
  top: 3px;
}
.textarea {
    display: block;
    font-size: 1.3em;
    position: relative;
    font-family: inherit;
    color: inherit;
    width: 100%;
    min-height: 25px;
    height: 25px;
}
.textarea:focus {
    height: auto;
}
.fmnu .txtr_cpy,.nptd,.ricon_ {
    position: absolute;
    right: 3px;
    top: 3px;
    padding: 5px;
    border-radius: 5px;
}
/* .nptd {
    top: 24px;
} */
.tggs.fmnu .buttons .button {
    margin: 0px 0px 0 5px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    padding: 0px 15px 0px 30px;
}
.tggs.fmnu .buttons .button:after {
    content: '#';
    position: absolute;
    top: 8px;
    left: 10px;
    opacity: .20;
    font-size: 1.8em;
}


.btnst {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: inline-flex;
    border: 3px solid #000;
    box-shadow: 0 4px #00000015;
    max-width: calc(100% - 30px);
    margin: 0 15px;
    width: auto;
    float: right;
  max-height:60px;
}
.viewBox .btnst {
    border: 3px solid #ccc;
    max-width: 100%;
    margin: 0;
}
.btnst .itm{
  margin:0;
}
.btnst .buttons{
  padding:0;
  display:flex;
}
.btnst .buttons .button {
    min-height: 56px;
    padding: 0 20px;
    border: 0;
    box-shadow: none;
    margin: 0;
    height: 100%;
    border-right: 3px solid #000;
    border-radius: 0;
}
.viewBox .btnst .buttons .button {
    border-right: 3px solid #ccc;
}
.btnst .buttons .button:last-child {
    border-right: 0;
}
.btnst.with_icons .buttons .button .ttl{
  margin: 0 0 0 10px;
}

/* CHUIOP UI */
.chui_shl {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #4a4949cc;
    z-index: 7;
    display: none;
}
.chui_wsbr {
    position: fixed;
    top: 0;
    width: 85vw;
    height: 100%;
    right: -350px;
    z-index: 3;
    background-color: #fff;
    max-width: 350px;
}
.chui_hdr {
  height: 50px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ddd;
}
.chui_cnt {
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  margin: 50px 0 0;
  padding: 10px;
  background-color: #fff;
}
.chui_itm {
    position: relative;
    display: flex;
    width: inherit;
    border-radius: 5px;
    min-height: 50px;
  margin: 0 0 1px;
}
.chui_icon {
    display: inline-block;
    padding: 5px;
    aspect-ratio: 1;
    width: 50px;
    height: 50px;
}
.chui_options:after {
    /* color: #000; */
    /* background-size: 24px; */
    content: "";
    float: right;
    display: block;
    height: 40px;
    width: 40px;
    background-color: currentColor;
    -webkit-mask-image: var(--svg-icon-prev);
    mask-image: var(--svg-icon-prev);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    /* margin: 0 0 0 10px; */
    /* position: absolute; */
    right: 10px;
    top: 17%;
    /* opacity: .5; */
}
.chui_itm > h3 {
    width: -webkit-fill-available;
    padding: 0px 10px;
    font-size: 1.4rem;
    align-content: center;
    display: inline-grid;
    font-weight: 500;
}
.slct_lst .chui_itm .ttl {
    padding: 10px 15px;
}
.tpx {
    width: calc(100vw - 100px);
    height: 30px;
    padding: 0 0 0 40px;
    position: relative;
    font-size: 26px;
    font-weight: 400;
    text-transform: capitalize;
    max-width: 205px;
    line-height: 32px;
    margin: 10px 0;
    float: left;
    font-weight: 500;
}
.fxhdr .tpx {
    margin: 10px 0 10px 5px;
}
.tpx.chui_options:after {
    position: absolute;
    right: unset;
    top: -5px;
    left: 0;
}
.chui_hdr .chui_mnu {
    float: right;
    width: auto;
    overflow-x: auto;
    max-width: calc(100% - 130px);
    padding: 0;
    height: inherit;
    width: 50px;
}
.chui_hdr .chui_mnu.vertonly {
    width: initial;
    max-width: fit-content;
    height: 50px;
}
.chui_mnu .chui_icon, .chui_tls .chui_icon {
    padding: 5px;
    border-radius: 25%;
    aspect-ratio: 1;
    width: 50px;
    height: 50px;
    position: relative;
}
.chui_whdr .chui_icon {
    padding: 8px;
    border-radius: 0;
}
.chui_mnu.vertonly .chui_icon {
    margin: 0 0 0 5px;
}
.chui_logo_center {
    position: relative;
    height: 35px;
    margin: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    image-rendering: pixelated;
    aspect-ratio: 3.857142857142857;
    display: inline-table;
    z-index: 1;
    float: left;
    background-image: var(--logo-banner);
    aspect-ratio: 3.488372093023256;
    border-radius: 5px;
    overflow: hidden;
}
.frontLogo.chui_logo_center {
    width: calc(100vw - 20px);
    height: unset;
    margin: 0 10px 10px;
    float: none;
    clear: both;
    display: grid;
    border-radius: 10px;
    overflow: hidden;
}
.standalone.chui_logo_center {
    position: relative;
    width: calc(100% - 0px);
    margin: 0;
    opacity: 1;
    display: grid;
    height: auto;
}

.chui_mnu {
    height: 40px;
    display: flex;
    justify-content: end;
}
.chui_hdr .chui_mnu {
    float: right;
    width: auto;
    overflow-x: auto;
    max-width: calc(100% - 130px);
    padding: 0;
    height: inherit;
    width: 50px;
}
.chui_hdr .chui_mnu.vertonly {
    width: initial;
    max-width: fit-content;
    height: 50px;
}
.chui_mnu .chui_icon, .chui_tls .chui_icon {
    padding: 5px;
    border-radius: 25%;
    aspect-ratio: 1;
    width: 50px;
    height: 50px;
    position: relative;
}
.chui_whdr .chui_icon {
    padding: 8px;
    border-radius: 0;
}
.chui_mnu.vertonly .chui_icon {
    margin: 0 0 0 5px;
}
.chui_whdr {
    height: 50px;
    width: -webkit-fill-available;
    position: fixed;
    top: -50px;
    left: 0;
    border-bottom: 0px solid #ddd;
    background-color: #fff;
    z-index: 3;
    max-width: 100vw;
  overflow: hidden;
}
.chui_whdr.fxhdr {
    top: 0;
}

.chui_wcnt {
    position: relative;
    margin: 50px 0 0 64px;
    padding: 0 0 54px;
    min-height: -webkit-fill-available;
    display: flex;
      background-color: #fff;
}
.chui_chats, .chui_sttg {
    display: inline-block;
    position: relative;
    width: -webkit-fill-available;
    background-color: #fff;
    padding-bottom: 70px;
}
.chui_tbx {
    padding: 8px 10px;
}
.chui_hdr .chui_tbx {
    padding: 0;
    height: 100%;
}
.chui_hdr .tgglr {
/*     position: absolute;
    top: 0;
    left: 0; */
    width: 50px;
    height: 50px;
  float: left;
}
.chui_itm.active {
    background-color: #000;
    color: #fff;
}
.chui_shl_ldr {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(0deg 0% 95% / 66%);
    z-index: 7;
    display: none;
}
.chui_ibx {
    margin: 4px;
    position: relative;
    border: 1px solid #ccc;
    border-width: 2px;
    border-radius: 5px;
    box-shadow: inset 0 4px 0 #00000017;
    padding: 4px 62px 3px 10px;
}
.chui_npt {
    width: -webkit-fill-available;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
}
.chui_mnu .icon-numbers {
    position: relative;
    container-type: size;
    width: 80px;
    border-radius: 10px;
    background-color: #e5e5e5;
}
.chui_mnu .chui_icon.active {
    background-color: #000;
    color: #fff;
}
.chui_main_search {
    display: none;
}
.chui_whdr.active {
    background-color: #fff;
    top: 0;
}
.chui_bloc {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 3%;
    border-radius: 20px;
    position: relative;
    margin: 2% 2% 0;
    background-color: #fff;
    gap: 30px;
}
.chui_bloc .hed {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    width: 100%;
}
.chui_icon.beeg {
    min-width: 200px;
    min-height: 200px;
    position: relative;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: auto;
}
.chui_bgicn {
    width: -webkit-fill-available;
    height: inherit;
    float: left;
    padding: 0;
    border-radius: 20px;
    background-color: #eee;
    min-width: 100px;
    min-height: 100px;
    position: relative;
    display: inherit;
}
.chui_emoji {
    font-size: 5em;
    text-align: center;
    line-height: 1em;
    background-color: #eee;
}
.hed .chui_bgicn {
    aspect-ratio: 1;
    line-height: 1.5em;
    font-size: 200px;
}
.chui_bloc .tol, .chui_blocs .tol {
    margin-top: 30px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: -webkit-fill-available;
}
.chui_bloc .dtls {
    margin: 20px 0 0 0px;
}
.chui_space {
  width:100%;
  height:20px;
  clear:both;
  display:block;
}

.chui_pst {
    min-height: calc(100vh - 0px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
    display: grid;
    clear: both;
    width: inherit;
}
.chui_pst .chui_page {
    display: flex;
    width: inherit;
    height: calc(100vh - 0px);
    padding: 3% 3% 3%;
    /* margin: 5% 0 0; */
    flex-direction: column;
    justify-content: space-between;
    inline-size: fit-content;
    height: 95vh;
}
.chui_pst .chui_logo_centered {
    display: block;
    width: 40vw;
    height: auto;
    margin: 0 auto;
    background-image: var(--adiop-logo-27x7);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    image-rendering: pixelated;
    aspect-ratio: 3.857142857142857;
    min-width: 270px;
    box-shadow: 7px 7px #00000035;
}
.ftrs {
    padding: 0;
    color: #fff;
    max-height: 55%;
    overflow-y: auto;
    font-size: 7vh;
}
.ftrs .itm {
    padding: 10px 30px;
    margin: 0 5px 1px;
    background-color: #000;
    display: table;
}
.chui_bar {
    display: flex;
    width: 100%;
    clear: both;
    min-height: 40px;
}
.chui_bar {
    background-color: #000;
    color: #555;
    justify-content: center;
    height: 50px;
    align-items: center;
}
.chui_sbr_2 {
    width: 64px;
    height: calc(100% - 50px);
    display: inline-block;
    position: fixed;
    left: 0;
    top: 51px;
    background-color: #fff;
}

.pubmeta:after {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-mask-image: var(--svg-icon-external-link);
    mask-image: var(--svg-icon-external-link);
    transform: none;
}
.pubs:before {
    content: '';
    width: 40px;
    height: 39px;
    background-color: #fff;
    position: absolute;
    left: 5px;
    top: 5px;
    border: 0px solid;
    border-radius: 5px;
}
.dsclmr {
    margin: 0 0 20px;
}
.pubmeta {
    width: 100%;
    height: 100%;
    position: relative;
  padding: 0 40px 0 0;
  display: flex;
    align-items: center;
}
.pubmeta:after {
  position: absolute;
  top:0;
  right:0;
  -webkit-mask-image: var(--svg-icon-external-link);
  mask-image: var(--svg-icon-external-link);
    transform: none;
}
.pubmeta .stl {
    font-size: 20px;
    line-height: 124%;
    font-weight: 500;
    position: absolute;
    top: 0px;
}
.pubmeta .pub {
    font-size: 16px;
    font-weight: 500;
    line-height: 119%;
    position: absolute;
    top: 23px;
}
.pubttl {
    font-size: 1.1em;
    font-weight: 600;
}
.tggs {
    margin: 20px 0 0;
}
.txt .smt {
    margin: 5px 0 0;
    display: block;
    text-align: right;
    font-size: 17px;
    color: #000;
}
.footnotes {
    border-top: 40px solid #eee;
}

/* SLCT */
.slst {
    border: 3px solid #00000030;
    border-radius: 10px;
    max-height: 175px;
    overflow-y: auto;
    box-shadow: 0 4px #00000015;
  height:inherit;
}
.slst.opt {
    -webkit-mask-image: linear-gradient(180deg,#000 0 calc(100% - 1.75rem),transparent);
    padding: 0 0 20px;
}
.slct_lst .itmttl {
    border-top: 1px solid #00000030;
    border-radius: 0;
    margin: 10px 0 0;
    color: darkgray;
}
.slct_lst .itmttl:first-child {
    border-top: none;
}
.sitm {
  padding: 0 10px;
  border-bottom: 3px solid #00000030;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row-reverse;
  min-height: 56px;
}
.slst .sitm .ttl {
    margin: 5px 0 5px 5px;
    text-align: left;
    text-transform: capitalize;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 110%;
}
.sitm .icons {
    float: left;
    width: 40px;
    height: 40px;
    min-width: 40px;
}
.slst .sitm:last-child {
    border-bottom: 0;
}
.fmnu .list .slst {
    max-height: inherit;
}
.ulbx_ {
    border: 3px solid #ccc;
    border-radius: 10px;
    max-height: 175px;
/*     overflow-y: auto; */
    box-shadow: 0 4px #00000015;
  -webkit-mask-image: linear-gradient(360deg,#000 0 calc(100% - 2rem),transparent);
}
.__ulbx:after {
    content: '';
    position: absolute;
    left: 3px;
    bottom: 3px;
    width: calc(100% - 6px);
    height: 17px;
    -webkit-mask-image: linear-gradient(0deg,#000 0 calc(100% - 1.75rem),transparent);
    background-color: #fff;
    display: inline-block;
    z-index: 1;
    border-radius: 10px;
}

.slct_lst .chui_itm .icons:first-child {
    padding: 5px 5px 5px 10px;
    width: 60px;
    position: relative;
}
.chui_sbr_2 .slct_lst .chui_itm .icons:first-child {
    padding: 10px;
}
.chui_sbr_2 .chui_cnt {
    height: 100%;
    padding: 0;
    margin: 0;
}
.chui_sbr_2 .chui_itm > h3 {
    text-transform: capitalize;
  padding: 0 10px 0 0px;
  font-size: 18px;
  display:none;
}
.chui_sbr_2 .chui_itm {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.chui_sbr_2 .chui_itm.active {
    background-color: #00000015;
    color: hsl(332deg 81% 36%);
    border-left: 4px solid;
}
.chui_sbr_2 .chui_itm.active > h3 {
    padding: 0 10px 0 4px;
}
.chui_sbr_2 .chui_itm.itmttl > h3 {
    padding: 0 10px 0 50px;
}
/* .chui_sbr_2 .slct_lst .chui_itm.active .icons:first-child {
    padding: 10px 10px 10px 6px;
} */
.chui_itm.active .icon-square:before {
    -webkit-mask-image: var(--svg-icon-square-check);
    mask-image: var(--svg-icon-square-check);
}
.sitm.active {
    color: #1867cd;
}
.opt .sitm.active {
  border-bottom: 0;
}
.sitm.active .icon-square:before{
    -webkit-mask-image: var(--svg-icon-square-check);
    mask-image: var(--svg-icon-square-check);
}
.opt .sitm.active:before{
    background-size: 24px;
    content: "";
    float: right;
    display: block;
    height: 40px;
    width: 40px;
    background-color: currentColor;
    -webkit-mask-image: var(--svg-icon-prev);
    mask-image: var(--svg-icon-prev);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    right: 10px;
    top: 10%;
}
.opt .fold .sitm:not(.active) {
  display:none;
}
.opt .slst:not(.fold) {
    position: relative;
    background-color: #fff;
    z-index: 1;
    top: 0;
    left: 0;
    box-shadow: 4px 4px 0 rgb(0 0 0 / 10%);
}
.opt .sitm {
    flex-flow: nowrap;
}
.opt .sitm[rel="select:"] {
  color: darkgray;
}
.nptOutline, .nptTags .buttons {
    border: 3px solid #ccc;
    border-radius: 10px;
    padding: 5px 5px;
}
.nptTags .buttons .button {
    border-color: transparent;
    box-shadow: none;
    margin: 5px;
    background-color: #ddd;
    padding: 0 10px 0 5px;
}
.nptTags .buttons .button .ttl {
    margin: 0 0 0 5px;
}
.nptTags .buttons .button .icons {
    color: #999;
}
.fadedEdge, .tggs .buttons {
    -webkit-mask-image: linear-gradient(90deg,#000 0 calc(100% - 1.75rem),transparent);
}
/* .nptTags .buttons:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    -webkit-mask-image: linear-gradient(270deg,#000 0 calc(100% - 1.75rem),transparent);
    background-color: #fff;
    display: inline-block;
    z-index: 1;
} */
.fmnu .npt_img {
    padding: 0 10px 0 55px;
}
.npt_imgicon {
    position: absolute;
    top: 29px;
    left: 3px;
    background-color: #ddd;
    border-radius: 9px;
}
.nptthmb {
    border-radius: 5px;
    position: absolute;
    top: 29px;
    left: 3px;
    width: 40px;
    height: 40px;
    margin: 5px;
}
.fmnu .slctr {
    margin: 0 0 5px;
}

/* FEATURE SLIDER */
.fsb {
    clear: both;
    float: none;
    height: calc(100vh - 100px);
    width: 100%;
    display: flex;
    overflow: hidden;
}
.fSlider {
    height: 100%;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: list-item;
    scroll-snap-type: x mandatory;
}
.featured {
    height: 100%;
    width: 100%;
    display: inline-block;
        scroll-snap-align: center;
  }
.featured .img {
    position: relative;
    width: 100%;
    height: 100%;
    float: none;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0;
  display:block
}
.featured .lst {
    width: 100%;
    height: 100%;
    float: none;
    display: block;
}  
.featured .lst .dtl {
    padding: 30% 5% 5% 5%;
}
.featured .lst .dsc {
    font-size: 2em;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: initial;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.featured .lst .stg {
    font-size: 1em;
}
.featured .lst .tbx {
    font-size: 1.8em;
    line-height: 2.1rem;
    -webkit-line-clamp: 4;
}
.featured .lst .img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
}  

.featured_2_ {
    height: 100%;
    width: 100%;
    display: inline-block;
    scroll-snap-align: center;
  max-width: 400px;
}
.featured_2 {
    height: 100%;
    width: 100%;
    display: inline-block;
    scroll-snap-align: center;
    max-width: 320px;
    max-width: fit-content;
}
.featured_2 .lst {
    width: 100%;
    height: 100%;
    float: none;
    display: block;
}
.featured_2 .lst .img {
    position: relative;
    width: calc(100% - 20px);
    height: 50%;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #ddd;
    margin: 0px 10px 0;
    border-radius: 10px;
      line-height: 50vh;
}
.featured_2 .lst .dtl {
    height: auto;
    min-height: auto;
    position: relative;
    padding: 10px 15px 20px;
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    text-shadow: none;
    color: #000;
}
.featured_2 .lst .stg {
  font-size: 1em;
  display: flex;
  height: 25px;
}
.featured_2 .lst .tbx {
    font-size: 1.8em;
    line-height: 2.1rem;
    -webkit-line-clamp: 5;
      margin: 0 0 10px;
}
.featured_2 .favicons,.viewBox_ .favicons {
    margin: -8px 0 0 -8px;
}
.featured_2 .poster {
    width: 100%;
    display: inline-block;
    height: auto;
    aspect-ratio: 0.80859375;
}

/* SWTCHBX */
.swtchbx {
    border: 3px solid #999;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 1.3em;
    clear: both;
    height: 56px;
}
.swtchbx::before {
  content: 'OFF';
  position: absolute;
  left: 15px;
  top: 0px;
  width: auto;
  text-align: center;
  height: 100%;
  -webkit-transition: all .3s ease-out;
    font-size: 28px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    font-weight: 500;
  color: #aaa;
}
.swtchbx.active::before {
    content: 'ON';
    position: absolute;
    left: 15px;
    top: 0;
    width: auto;
    text-align: center;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    display: inline;
    color: #000;
    font-size: 28px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    font-weight: 500;
}
.switcher {
  width: 80px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 12px;
  color: hsla(0, 100%, 100%, 0);
  padding: 1px;
  font-size: 18px;
  -webkit-transition: all .3s ease-out;
  border-radius: 5px;
}
.swtchbx.active {
    border-color: #000;
}
.swtchbx.active .switcher {
  background-color: #000;
}
.swtchbx .switcher {
  background-color: #aaa;
}
.swtchbx.active .switcher::after {
    content: '';
    position: absolute;
    left: 47px;
    top: 3px;
    line-height: 2;
    border: 1px solid #fff;
    width: 30px;
    background-color: #fff;
    text-align: center;
    height: 24px;
    -webkit-transition: all .3s ease-out;
    border-radius: 3px;
}
.swtchbx .switcher::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  line-height: 2;
  border: 1px solid #fff;
  width: 30px;
  background-color: #fff;
  text-align: center;
  height: 24px;
  -webkit-transition: all .3s ease-out;
  border-radius: 3px;
}

.sbmn .buttons .button .icons {
  padding:0;
}
.nvbr .buttons .button .icons {
  padding:6px;
}
.tgs .buttons .button.active {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.tgs_2 {
  background-color: #ddd;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: inline-flex;
  height: 50px;
}
.tgs_2 .buttons {
    padding: 5px 73px 5px 2px;
    display: flex;
    height: 100%;
}
.xtabs {
    margin: 0 10px 20px;
    width: calc(100% - 20px);
    height: auto;
}
.xtabs .list {
    margin: 0;
}
.tgs_2 .buttons .button .ttl{
padding: 0 0 0 5px;
}
.xtabs.tgs_2 .buttons {
    padding: 5px 5px 5px 5px;
}
.chui_hdr .tgs_2 .buttons {
    padding: 3px 73px 3px 2px;
}
.tgs_2 .buttons .button {
    float: none;
    padding: 0 15px;
    min-height: 40px;
    border: 0;
    box-shadow: none;
    margin: 0;
    height: 100%;
  font-weight: 600;
}
.nvbr .tgs_2 .buttons .button {
    min-height: 36px;
}
.nvbr .tgs_2 .buttons .button.active {
  background: linear-gradient(130deg,hsl(196deg 80% 45%),hsl(325deg 75% 45%) 100%);
}
.nvbr .tgs_2 .buttons .button .icons {
    margin: 0;
  height: inherit;
}
.xtabs.tgs_2 .buttons .button {
    min-height: 50px;
}
.nvbr .tgs_2 .buttons .button:first-child {
    position: sticky;
    top: 0;
    left: -10px;
    background-color: #ddd;
    z-index: 1;
    border-right: 3px solid #ccc;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 15px 0 20px;
}


.arrws {
    background-color: #ddd;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 66px;
    border: 3px solid #999;
    z-index: 1;
    height: 36px;
    border-radius: 10px;
    height: -webkit-fill-available;
    margin: 3px;
    width: auto;
}
.arrws .lft_arrw {
    margin: 0;
    width: auto;
    height: 100%;
    padding: 0;
    float: left;
    border-right: 3px solid #999;
    aspect-ratio: 1;
}
.arrws .rgt_arrw {
    margin: 0;
    padding: 0;
    height: 100%;
    width: auto;
    float: right;
    aspect-ratio: 1;
}

.ttlicons {
    display: flex;
    height: 40px;
    justify-content: space-between;
}
.ttlicons .chui_icon {
    padding: 3px 5px 18px;
    border-radius: 25%;
    aspect-ratio: 1;
    width: 50px;
    height: 50px;
    position: relative;
}
.ttlicons .chui_icon:after {
    content: attr(data-label);
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
}
.footer {
    position: fixed;
    bottom: -80px;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    justify-content: space-around;
    min-height: 70px;
    padding: 25px 0 0;
    max-width: 100vw;
    -webkit-mask-image: linear-gradient(360deg,#000 0 calc(100% - 1.75rem),transparent);
    mask-image: linear-gradient(360deg,#000 0 calc(100% - 1.75rem),transparent);
    height: 75px;
}
.scrollFx .footer {
    bottom: 0;
}
.previewTools {
    height: 60px;
    display: flex;
    justify-content: space-between;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 5px 5px;
}
.bigicon {
    width: 150px;
    height: 150px;
    position: relative;
    margin: 0 auto;
    display: block;
}
.padd15 {
    padding: 15px;
}
.slctpdd {
    padding: 15px 15px 40px;
}


.searchPopup {
    position: relative;
    height: inherit;
    display: block;
}
.boxtags {
    height: 40px;
}
.boxsrch {
    height: 60px;
}
.boxc {
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
}
.boxg {
    width: 100%;
    display: flex;
    position: relative;
}
.searchPopup .boxsrch {
  display: flex;
}
.editMenu {
    display: none;
    height: 60px;
    justify-content: space-between;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 5px 10px;
    align-content: center;
    flex-wrap: wrap;
}
.boxsrch .chui_ibx {
    margin: 0px 10px 5px;
    position: relative;
    border: 1px solid #000;
    border-width: 3px;
    border-radius: 10px;
    box-shadow: none;
    padding: 0 50px;
    font-size: 1.45em;
    min-height: 42px;
    width: calc(100vw - 20px);
    height: 55px;
}
.boxsrch .chui_clear_icon {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 100%;
    padding: 6px;
    display: flex;
    opacity: .5;
}
.chui_srch_icon {
    position: absolute;
    right: 5px;
    top: 0;
}
.boxsrch .chui_srch_icon {
    position: absolute;
    left: 2px;
    right: unset;
    top: 0;
    width: 50px;
    height: 100%;
    padding: 6px;
    display: flex;
}
.boxtags .fmnu .itm {
    margin: 0;
    height: 100%;
    -webkit-mask-image: linear-gradient(90deg,#000 0 calc(100% - 1.75rem),transparent);
}
.topmenu {
    height: inherit;
}
.resultBox {
    height: calc(100% - 120px);
    width: 100%;
    display: grid;
    position: relative;
    background-color: #ddd;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 100vw;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.icon-numbers:before {
    content: attr(data-number);
    font-size: 26px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    resize: horizontal;
    text-align: center;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.icon-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.thumb_down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.boxsrch_2 {
    display: inline-flex;
    height: inherit;
    border: 0;
    background-color: #ddd;
    border-radius: 10px;
}
.boxsrch_2 .chui_ibx {
    margin: 0;
    position: relative;
    border: 1px solid #000;
    border-width: 0px;
    border-radius: 10px;
    box-shadow: none;
    padding: 0 50px;
    font-size: 1.45em;
    min-height: 40px;
    width: calc(100vw - 20px);
  overflow:hidden;
/*     height: 42px; */
}
.boxsrch_2 .chui_npt {
    font-size: 1.2em;
  height: 100%;
}
.boxsrch_2 .chui_srch_icon {
    margin: 0;
    width: 50px;
    height: 40px;
    left: 0;
    right: unset;
    padding: 8px;
}
.boxsrch_2 .chui_clear_icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 40px;
  display:none;
}

.submenu {
    width: 100%;
    height: 50px;
    display: contents;
    clear: both;
}
.sbmn {
    position: sticky;
    top: 50px;
    width: 100%;
    /* min-height: 50px; */
    left: 0;
    z-index: 2;
    float: none;
    background-color: #fff;
    padding: 0 10px;
    height: 50px;
}

.arrws {
    background-color: #ddd;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 66px;
    border: 3px solid #999;
    z-index: 1;
    height: 36px;
    border-radius: 10px;
    height: -webkit-fill-available;
    margin: 3px;
    width: auto;
}
.arrws .lft_arrw {
    margin: 0;
    width: auto;
    height: 100%;
    padding: 0;
    float: left;
    border-right: 3px solid #999;
    aspect-ratio: 1;
}
.arrws .rgt_arrw {
    margin: 0;
    padding: 0;
    height: 100%;
    width: auto;
    float: right;
    aspect-ratio: 1;
}
.tgs_2 {
    background-color: #ddd;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: inline-flex;
    height: 50px;
}

.editMenu {
    display: none;
    height: 60px;
    justify-content: space-between;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 5px 10px;
    align-content: center;
    flex-wrap: wrap;
}
.bkmrks .resultBox {
  height: calc(100% - 160px);
}
.bkmrks.edit .lst {
    padding: 0 0 0 50px;
}
.bkmrks.edit .lst:after {
    content: "";
    float: right;
    display: block;
    height: 40px;
    width: 40px;
    background-color: darkgray;
    -webkit-mask-image: var(--svg-icon-square);
    mask-image: var(--svg-icon-square);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    left: 10px;
    top: 13px;
}
.bkmrks.edit .lst.active {
    color: #fff;
      background-color: #000;
}
.bkmrks.edit .lst.active:after {
/*     background-color: #000; */
    -webkit-mask-image: var(--svg-icon-square-check);
    mask-image: var(--svg-icon-square-check);
}
.bkmrks.edit .boxsrch {
  display:none;
}
.bkmrks.edit .editMenu {
  display: flex;
}
.bkmrks .searchBox, .bkmrks .browseBox{
  display: none;
}
.bkmrks.search .searchBox{
  display: grid;
}
.bkmrks.browse .browseBox{
  display: grid;
}
.editMenu .chui_icon {
    margin: 0;
}
.sing,.grou {
  display:none;
}
.select_single .sing,.select_group .grou {
  display:block;
}


.icon_up {
    width: 50px;
    height: 50px;
    background-color: #ffffffc4;
    border-radius: 10px;
    position: fixed;
    right: -60px;
    bottom: 40px;
    z-index: 1;
    /* color: #000; */
    font-size: 2em;
    border: 3px solid;
}
.icon_up.active {
    right: 10px
}
.paginations {
    width: 25%;
    margin: 0 auto;
    min-width: 320px;
}

.chatbox {
  position: relative;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  -webkit-mask-image: linear-gradient(360deg,#000 0 calc(100% - 2rem),transparent);
  mask-image: linear-gradient(360deg,#000 0 calc(100% - 2rem),transparent);
  padding: 20px 0 0;
}
.chatbox .chtbx {
  margin: 10px;
  position: relative;
  border: 1px solid #000;
  border-width: 3px;
  border-radius: 10px;
  box-shadow: inset 0 4px 0 #00000017;
  padding: 10px 50px 10px 10px;
  width: -webkit-fill-available;
}
.chatbox .txtr {
  display: block;
  font-size: 1.5em;
  position: relative;
  font-family: inherit;
  color: inherit;
  width: 100%;
  min-height: 32px;
  height: 32px;
}
.txtr:focus {
    height: auto;
}
.chatbox .sbmt {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  width: 50px;
  height: 50px;
}

.cht_strm {
  padding: 0 0 30px;
}
.cht_strm .cht {
  padding: 10px 10px 20px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
}
.cht.user .cht_ttl {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0 50px 0 15px;
    background-color: hsl(195deg 76% 87%);
    border-radius: 10px;
    border-bottom-right-radius: 0;
    float: right;
    clear: both;
    height: 50px;
    display: flex;
    align-items: center;
  color: hsl(195deg 76% 30%);
}
.cht.user h3 {
    font-size: 1.4rem;
    font-weight: 500;
}
.cht.user .avtr {
    position: absolute;
    right: 10px;
    top: 10px;
}
.cht_cnt {
  margin-top: 5px;
  line-break: auto;
  white-space: break-spaces;
  max-width: -webkit-fill-available;
  overflow: hidden;
  overflow-x: auto;
  padding: 10px 15px 15px;
  border-radius: 10px;
  color:#000;
  font-size: 1.25rem;
  line-height: 132%;
  width: inherit;
}
.cht_txt {
    min-height: 26px;
    display: flex;
    flex-direction: column;
}
.cht_txt.working {
    padding-bottom: 80px;
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.cht.user .cht_cnt {
  background-color: hsl(195deg 76% 87%);
  float: right;
  border-top-right-radius: 0;
  clear: both;
  color: hsl(195deg 76% 15%);
}
.cht.agent .cht_ttl {
  font-size: 1.4rem;
  font-weight: 500;
  width: auto;
  background-color: hsl(325deg 66% 91%);
  padding: 0 15px 0 50px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  float: left;
  clear: both;
  height: 50px;
  display: flex;
  align-items: center;
  color: hsl(325deg 66% 30%);
}
.cht.agent h3 {
    font-size: 1.4rem;
    font-weight: 500;
}
.cht.agent .avtr {
    position: absolute;
    left: 10px;
    top: 10px;
}
.cht.agent .cht_cnt {
  background-color: hsl(325deg 66% 91%);
  float: left;
  border-top-left-radius: 0;
  clear: both;
  color: hsl(325deg 66% 15%);
}
.cht_tls {
  float: left;
  width: auto;
  position: relative;
}
.cht_tls .chui_icon{
  height: 40px;
  width: 40px;
  opacity:.5;
}
.cht.agent .cht_tls .chui_icon {
    margin: 0 0 0 20px;
}
.cht.user .cht_tls .chui_icon {
    margin: 0 20px 0 0;
}
.cht.agent .cht_tls {
    float: right;
}
.cht_tls.toolbox {
    float: left;
    width: 100%;
    position: relative;
    margin: 5px 0 0 0;
}
.cht.user .cht_tls.toolbox {
/*   background-color: hsl(195deg 76% 87%); */
  color: hsl(195deg 76% 15%);
  justify-content: start;
/*   border-top-left-radius: 10px; */
/*   border-bottom-left-radius: 10px; */
}
.cht.agent .cht_tls.toolbox {
/*   background-color: hsl(325deg 66% 91%); */
  color: hsl(325deg 66% 15%);
  justify-content: end;
/*   border-top-right-radius: 10px; */
/*   border-bottom-right-radius: 10px; */
}

.cloudbox {
  background-color: rgba(176, 176, 176, 0);
  transform: translate(0, calc(100% - 0px));
  transition: all 0.25s ease 0s;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cloudbox.active {
  transform: translate(0,0);
  z-index: 7;
}
.cloudbox .icon-down.rsz, .cloudbox.active .icon-up.rsz {
  display: none;
}
.cloudbox.active .icon-down.rsz {
  display: inline-block;
}

  .boxtags, .boxsrch_2 {
    display:none;
  }
.aydee {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    justify-content: space-around;
    max-height: 70px;
    padding: 25px 0 0;
    max-width: 100vw;
    -webkit-mask-image: linear-gradient(360deg,#000 0 calc(100% - 1.75rem),transparent);
    mask-image: linear-gradient(360deg,#000 0 calc(100% - 1.75rem),transparent);
    height: 75px;
  overflow:hidden;
}
body.sbrmnu .chui_shl {
  display:block;
}
body.sbrmnu .chui_wsbr {
  right: 0;
  box-shadow: -4px 0 #00000025;
  z-index:8;
}
body.sbrmnu .icon_up {
  display: none;
}
body.sbrmnu {
  overflow: hidden;
}

body.sbrvwr .chui_shl {
  display:block;
}
body.sbrvwr {
  overflow: hidden;
}

body.scrollFx .sbmn {
    /* box-shadow: 0 4px #00000015, 0 1px #00000015; */
    padding: 0 10px 10px;
}
body.scrolledUp .sbmn{
  top: 0px;
    -webkit-mask-image: linear-gradient(180deg,#000 0 calc(100% - 1.75rem),transparent);
    mask-image: linear-gradient(180deg,#000 0 calc(100% - 1.75rem),transparent);
    padding: 0 10px 30px;
  min-height:80px;
}

body.sidebar_on .chui_sbr_2 {
  width: 200px;
}
body.sidebar_on .chui_wcnt {
  margin: 50px 0 0 200px;
}
body.sidebar_on .chui_sbr_2 .chui_itm > h3 {
  display: inline-grid;
}

.frntpg {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    display: flex;
    float: none;
    clear: both;
/*     justify-content: center;
    align-content: center;
    flex-wrap: wrap; */
}
.frntpg .logo {
    width: 50%;
    height: 50vw;
    background-image: var(--adiop-logo-2-trans-7x7);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    image-rendering: pixelated;
    aspect-ratio: 1;
    display: grid;
    z-index: 1;
    position: absolute;
    top: 15%;
  left:25%;
}
.frntpg .title {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 10px;
    left: 0;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
}
.frntpg .nav {
    position: absolute;
    bottom: 100px;
    width: 100%;
    overflow-x: auto;
}
.frntpg .logo:after {
    content: '';
    position: relative;
    width: initial;
    height: initial;
    display: block;
    background: linear-gradient(130deg,hsl(25deg 100% 45%),hsl(345deg 100% 34%) 41.07%,hsl(184deg 51% 30%) 76.05%);
    mix-blend-mode: color;
}
.frntpg .icons {
    width: 50px;
    height: 50px;
    display: inline-block;
}
.loader {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -webkit-animation: rotate 2s linear 0s infinite normal;
    -moz-animation: rotate 2s linear 0s infinite normal;
    -o-animation: rotate 2s linear 0s infinite normal;
    -ms-animation: rotate 2s linear 0s infinite normal;
    animation: rotate 2s linear 0s infinite normal;
  z-index: 7;
    background-color: #fff;
    border-radius: 50px;
    display: none
}
.adiop_spinner {
  width: 98px;
  height: 98px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 8;
  background-image: var(--adiop-dot-loop);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  image-rendering: pixelated;
  aspect-ratio: 1;
  transform: translate(0,100vh);
}
.adiop_spinner {
    width: 150px;
    height: 150px;
/*     background-image: var(--logo-icon-color-anim-trans); */
    background-image: var(--logo-icon-anim-white);
/*     background-image: var(--logo-icon-anim-color-2); */
/*     background-image: var(--logo-icon-anim-2); */
/*     background-color: #fff; */
    border-radius: 20px;
/*   box-shadow: 2px 2px #00000015; */
}
.img.loading:before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    background-color: #fff;
/*     z-index: 1; */
    font-size: 2rem;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}
.img.loading:after {
    content: "";
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: var(--logo-icon-anim-trnsprnt);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    image-rendering: pixelated;
    aspect-ratio: 1;
  background-color: currentColor;
  border-radius: 10px;
}
.preloading:before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(176, 176, 176, 0.75);
    font-size: 2rem;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}
.preloading:after {
    content: "";
    min-width: 56px;
    min-height: 56px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: var(--logo-icon-anim-trnsprnt);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 1;
    width: 50%;
    height: auto;
    max-width: 100px;
    max-height: 100px;
}
/* body.loader_active .loader, body.loader_active .chui_shl_ldr {
    display: block
} */
body.loader_active .adiop_spinner {
    transform: translate(0,0);
}
body.loader_active .chui_shl_ldr {
    display: block
}

body .ellipsis {
    -webkit-line-clamp: 1;
    word-break: break-word;
    white-space: initial;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (orientation: portrait) {
  .icon_up,.mre {
    display:none;
  }
  .news {
    margin: 0;
    padding:0 0 1px;
  }
  .viewBox .news {
    margin: 0 0 30px;
  }
  .paginations {
    border-bottom: 1px solid #ddd;
    padding: 4px 5px 5px;
  }
}
@media screen and (orientation: landscape) {
  .brand_logo {
    position: absolute;
    top: 5vh;
    left: 5vw;
    display: block;
    width: 30vw;
    height: auto;
    margin: 0 auto;
    background-image: var(--adiop-logo-27x7);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    image-rendering: pixelated;
    aspect-ratio: 3.857142857142857;
    box-shadow: 7px 7px #00000035;
    display:none;
  }
  .gall .lst .tbx {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
  .gall .lst .img {
    aspect-ratio: 1.8;
  }
  .featured .lst .tbx {
    -webkit-line-clamp: 2;
  }
  .fSlider_ {
    height: 100%;
    width: 100%;
  }
  .featured .lst .dtl {
    padding: 30% 5% 5% 5%;
  }
  .cmfrm.mod {
    margin: 2% auto;
  }
  .scrollFx .footer {
    bottom: -80px;
  }
  .sbmn {
    position: relative;
    top: unset;
    left: unset;
    z-index: unset;
    border-top: 1px solid #eee;
/*     margin: 30px 0 0; */
  }
  .featured_2 .lst .tbx {
    font-size: 1.3em;
    line-height: 1.7rem;
    -webkit-line-clamp: 3;
    font-weight: 500;
  }
  .featured_2 .lst .img {
    position: relative;
    width: calc(100% - 20px);
    height: 35%;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #ddd;
/*     margin: 50px 10px 0; */
    border-radius: 10px;
  }
  .viewBox .img.rounded {
    height: auto;
    width: 200px;
    max-height: unset;
    border-radius: 10px;
    float: right;
    margin: 20px;
  }
.chui_hdr .chui_ttl {
  visibility:visible;
  width: -webkit-fill-available;
}
  .opt{
    display:inline-block;
  }
  .fltrOption {
    display:none;
  }
  .boxsrch {
    display:none;
  }
  .horz {
    display:inline-block;
  }
  .chui_hdr .chui_mnu {
    min-width: 200px;
  }
  .vertonly,.fxhdr,.tpx_2, .frntpg, .frontLogo.chui_logo_center{
    display:none;
  }
  .chui_whdr{
    top:0;
  }
  .chui_logo_icon {
    width: 135px;
    background-image: var(--adiop-logo-2-trans-27x7);
  }
  .news .lst {
    min-height: 120px;
  }
  .chui_whdr.active {
    box-shadow: 0 4px #00000025;
}
  .txt .smt {
    text-align: left;
  }
}
@media screen and (max-width: 800px) and (orientation: portrait){
  .news .lst .tbx {
    -webkit-line-clamp: 6;
  }
  
  .chui_whdr .tpx {
    width: calc(100vw - 100px);
  }
  .chui_logo_center.icon {
    background-image: var(--logo-icon);
    aspect-ratio: 1;
    border-radius: 5px;
    overflow: hidden;
    width:35px;
    height:35px;
    
    width: 40px;
    height: 40px;
    margin: 5px;
  }
  .chui_logo_center.icon:before {
    display:none;
  }
  .nvbr .tgs_2 .buttons .button .icons {
    margin: 0;
    height: 40px;
    width: 40px;
}
  .cmfrm:not(.modal) {
    border-radius: 0;
  }
  .dialogs.full {
    box-shadow:none;
  }
  .previewTools {
    height: 120px;
  }
  .dialogs.full .c {
    height: calc(100% - 170px);
    box-shadow: none;
  }
  .bkmrks .resultBox {
    height: calc(100% - 100px);
  }
  .dialogs.full .dcnt {
    height: inherit;
  }
  .searchPopup {
    height: 100%;
  }
  .viewBox .frame {
    margin: 25px 1px;
  }
  .chui_bloc {
    display: grid;
    grid-template-columns: auto;
    padding: 50px 5% 0%;
    border-radius: 20px;
    position: relative;
    margin: 0 2% 2%;
    background-color: #fff;
    gap: 30px;
}
  .chui_sbr_2, .boxsrch_2 {
    display:none;
  }
  .chui_wcnt {
    margin: 50px 0 0 0;
  }
  body.sidebar_on .chui_wcnt {
    margin: 50px 0 0 0;
  }
  .boxsrch_2 .chui_clear_icon, .boxsrch_2 .chui_srch_icon {
    width: 50px;
    height: 50px;
  }
  .boxtags {
    display:flex;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape){
  .chui_whdr .tpx {
    width: calc(100vw - 436px);
  }
  .cmfrm .innerBoxEdit_2{
    height:100%;
  }
  .cmfrm .hdtl_bx_2 {
    padding: 6px 320px 2px 52px;
  }
  .cmfrm .innerFooter_2 {
    bottom: unset;
    top: 0;
    width: 260px;
    left: unset;
    right: 50px;
    height: 50px;
    z-index: 1;
  }
  .cmfrm .previewTools {
    padding: 0;
    height: 50px;
  }
  .fsb {
    height: calc(100vh - 50px);
  }
  .featured_2 {
    height: 100%;
    width: 100%;
    display: inline-block;
    scroll-snap-align: center;
    max-width: 320px;
    display: inline-flex;
    max-width: fit-content;
  }
  .featured_2 .poster {
    width: 100%;
    display: inline-block;
    height: auto;
    aspect-ratio: 0.80859375;
  }
  
  .boxsrch_2 .chui_clear_icon, .boxsrch_2 .chui_srch_icon {
    width: 50px;
    height: 50px;
  }
  .boxtags {
    display:none;
  }
  .boxsrch_2 {
    display:flex;
  }
}
/* //////////////// TABLET LANDSCAPE //////////*/

@media screen and (min-width: 1024px){
  .cmfrm:not(.modal):not(.bxprvw) {
    min-height: 200px;
    height: 96%;
    max-height: 96%;
    margin: 1% auto;
    width: 96%;
    max-width: 600px;
  }
  .featured .lst .tbx {
    font-size: 3.5em;
    line-height: inherit;
  }
  
  .viewBox .txt {
    padding: 4%;
  }
  .boxsrch {
    display:none;
  }
  
  .boxtags {
    display:none;
  }
  .boxsrch_2 {
    display:flex;
  }
  .boxsrch_2 {
    background-color: unset;
    width: min-content;
}
}
@media screen and (min-width: 800px) and (orientation: landscape){
  .scrollFx .footer {
    bottom: 0;
  }
  .sbmn {
    position: sticky;
    top: 50px;
    width: 100%;
/*     min-height: 50px; */
    left: 0;
    z-index: 2;
    float: none;
    background-color: #fff;
}
  .featured_2 .lst .tbx {
    font-size: 1.8em;
    line-height: 2.1rem;
    -webkit-line-clamp: 6;
  }
  .featured_2 .lst .img {
    position: relative;
    width: calc(100% - 20px);
    height: 50%;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #ddd;
    margin: 0px 10px 0;
    border-radius: 10px;
  }
  .boxsrch {
    display:none;
  }
  .chui_wcnt .sbmn {
    display:none;
  }
  .fsb {
    clear: both;
    float: none;
    height: calc(100vh - 50px);
    width: 100%;
    display: flex;
    overflow: hidden;
}
  .featured_2 {
    height: 100%;
    width: 100%;
    display: inline-block;
    scroll-snap-align: center;
    max-width: 414px;
}
  .chui_main_search {
/*     width: 190px; */
    display: block;
    padding: 4px 0 4px;
    float: right;
    width: min-content;
}
  .chui_npt {
    width: 120px;
}
  .chui_npt:focus {
    width: 30vw;
    background-color: #ffc;
}
  .boxsrch_2 .chui_ibx {
    width: auto;
}
  .chui_hdr .chui_tbx {
    padding: 0;
    display: block;
/*     justify-content: flex-start; */
    width:100%;
}
}
@media screen and (min-width: 1024px) and (orientation: landscape){
  .chui_hdr .chui_ttl {
    width: 240px;
    min-width: 240px;
    padding: 0 10px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    font-size: 1.8em;
    font-weight: 400;
    visibility: visible;
  }
  .tpx {
    width: calc(100vw - 210px);
    height: 50px;
    padding: 10px 10px 10px 40px;
    position: relative;
    font-size: 26px;
    font-weight: 400;
    text-transform: capitalize;
    max-width: 250px;
    line-height: 32px;
    margin: 0;
    float: left;
    font-weight: 500;
/*     display:none; */
  }
  .tpx.chui_options:after {
    position: absolute;
    right: unset;
    top: 5px;
    left: 0;
  }
  .scrollFx .footer {
    bottom: -80px;
  }
  .newstream {
    padding: 1px 0 0;
  }
  .boxtags .fmnu .itm {
    -webkit-mask-image: none;
  }
  .nvbr .tgs_2 .buttons .button {
    min-height: 36px;
    height: 36px;
  }
  .chui_whdr .tgs_2 {
    height: 42px;
  }
  .cmfrm:not(.modal):not(.bxprvw) {
    /* min-width: 600px; */
    min-height: 200px;
    height: 96%;
    max-height: 96%;
    margin: 1% auto;
    width: 96%;
    max-width: 600px;
}
}
html,.fSlider,.smoothScroll {
    scroll-behavior: smooth
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,:after,:before {
        -webkit-animation-duration: .01ms!important;
        animation-duration: .01ms!important;
        -webkit-animation-iteration-count: 1!important;
        animation-iteration-count: 1!important;
        scroll-behavior: auto!important;
        transition-duration: .01ms!important
    }
}
/* // FINE: MOUSE POINTER, COARSE: TOUCH */
@media (pointer: coarse){
  .arrws {
    display:none;
  }
}

@media (pointer: fine){
::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}
::-webkit-scrollbar, ::-webkit-scrollbar-corner {
    background: transparent;
    height: 12px;
    width: 12px;
}
:hover::-webkit-scrollbar-thumb {
    color: #80868b;
}
::-webkit-scrollbar-thumb {
    background: content-box currentColor;
    border: 2px solid transparent;
    border-radius: 8px;
    color: #dadce0;
    min-height: 48px;
    min-width: 48px;
}
  
  .btnlk:not(.off):not(.disabled):hover{
    cursor: pointer;
    background-color: rgba(7,7,7,.15)
  }
  .icn:not(.off):not(.disabled):hover, .sitm:hover {
    cursor: pointer;
    background-color: rgba(7,7,7,.15)
  }
  .chui_act:not(.off):not(.disabled):hover {
    cursor: pointer;
    background-color: rgba(7,7,7,.15);
    filter:none;
  }
  .icons:not(.submit):not(.off):not(.disabled):not(.active):hover {
    background-color: rgba(7,7,7,.15);
    cursor: pointer;
  }
  .button .icons:hover,.sitm .icons:hover {
    background-color: transparent !important;
  }
/*   .button:not(.off):not(.disabled):hover {
    background-color: rgba(0,0,0,.08)
  } */
  .button:not(.off):not(.disabled):not(.active):hover:before {
    background-color: rgba(0,0,0,.08);
    content:'';
    width:100%;
    height:100%;
    display:block;
    position: absolute;
    top:0;
    left:0;
    border-radius:inherit;
  }
  
  .featured_2:hover {
    background-color: #ddd;
}
  .featured.gall2 .lst:hover {
    background-color: #000;
    cursor: pointer;
  }
  .featured.gall2 .lst:hover .img {
    opacity: .8;
  }
  .featured.gall2 .tbx:hover {
    -webkit-line-clamp: inherit;
  }
  .gall .lst:hover {
    background-color: #eee;
    color: #000;
}
  .gall .lst:hover .img {
    opacity: .8;
  }
  .news .lst:hover {
    background-color: #ddd;
}
  .tgs_2 .buttons {
    overflow: hidden;
}
}

