@font-face {
    font-family: IRANSans;
    font-style: normal;
    /*font-weight: 200;*/
    src: url(../fonts/IRANSansWebLight.eot);
    src: url(../fonts/IRANSansWebLight.eot?#iefix) format("embedded-opentype"),
    url(../fonts/IRANSansWebLight.woff2) format("woff2"),
    url(../fonts/IRANSansWebLight.woff) format("woff"),
    url(../fonts/IRANSansWebLight.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: IRANSansT;
    font-style: normal;
    /*font-weight: 300;*/
    font-display: swap;
    src: url("../fonts/IRANSansWeb.eot");
    src: url("../fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"),
    url("../fonts/IRANSansWeb.woff2") format("woff2"),
    url("../fonts/IRANSansWeb.woff") format("woff"),
    url("../fonts/IRANSansWeb.ttf") format("truetype");
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    /*font-family: sans-serif;*/
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
}


body {
    font-family: IRANSansT, serif !important;
    text-align: right;
    background-color: #fff;
    /*text-align: left;*/
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    height: 100vh;
}

.treemap_container{
    height: 100vh;
    display: flex;
    flex-flow: column;
    overflow: hidden;
    /*margin: 0;
    padding: 0;*/
}
.filter_icon_float{
    /*display: none;*/
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    color: #ffffff;
    bottom: 0;
    left: 0;

    opacity: 0.7;
    cursor: pointer;
    font-size: 1.5em;
}
.logomap{
    border-radius: 50%;
}
.icon_float{
    text-shadow: 1px 1px 1px #000;
}
#filter_treemap{
    width: 100%;
    flex: 0 1 auto;
}

#treemap{
    flex: 1 1 auto;
    /*overflow: hidden;*/

}
@media screen and (max-width:1000px) {
    #filter_treemap{
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    .filter_icon_float{
        display: block;
    }
}

#printable {
    display: none;
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    body {
        min-width: 992px !important
    }
    .non-printable {
        display: none;
    }
    #printable {
        display: block;
    }
    @page {
        /*size: a3;*/
        size: auto;
        margin: 0;
    }
}

@media (min-width: 991.98px) {
    html {
        height: 100%;
    }
}

.multi-select-menuitem input {
    right: 10px
}

.form-select {
    background-position: left .75rem center
}

.cursor-pointer {
    cursor: pointer;
}



.repo-mmap-child .repo-mmap-labelbody {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0px;
    background-color: unset !important;
}

.repo-mmap-parent .repo-mmap-label {
    color: #fff;
    overflow: hidden;
    font-size: 10px;
}

.repo-mmap-labelbody {
    height: 100%;
    display: block;
}

.repo-mmap-child span > div {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.repo-mmap-label {
    margin: 0 0px;
    text-overflow: ellipsis;
    text-align: center;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-drag: none;
    /*font-family: IranSands, serif !important;*/
}

.repo-mmap-labelp {
    direction: ltr;
    /*font-family: IranSands, serif !important;*/
}

.repo-mmap-cell {
    font-size: 10px;
    cursor: pointer;
}

.repo-mmap-select {
    background-color: #c0ffc0;
}

/*-------------------------------------------------*/



/*----------------------------------------------------*/

.fadeIn {
    animation-duration: 1s;
}
.fadeIn,
.fadeInFast {
    animation-name: fadeInAnim;
}

@media (min-width: 991px) {
    .navbar-toggler {
        display: none;
    }
}


.fadeInFast {
    animation-duration: 0.5s;
}
#symbol_type_inputCount {
    display: none !important;
}
.highcharts-container {
    animation: fadeInAnim 0.5s;
}
.multiselect-dropdown-arrow {
    display: none !important;
}
.sideMenuAnim {
    animation-name: sideMenu;
    animation-duration: 0.5s;
}
.twitsCollapseAnim {
    animation-name: twitsCollapse;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
}
.twitsItemAnim {
    animation-name: twitsItem;
    animation-duration: 0.5s;
}
.cardItemAnim {
    animation: cardItem 0.8s;
    -webkit-animation: cardItem 0.8s;
    -moz-animation: cardItem 0.8s;
    -o-animation: cardItem 0.8s;
    height: 533px;
    transform: scale(1);
}
.cardItemAnim1 {
    animation: cardItem1 0.5s;
    -webkit-animation: cardItem1 0.5s;
    -moz-animation: cardItem1 0.5s;
    -o-animation: cardItem1 0.5s;
    height: 217px;
}
.fadeInTransform {
    animation-name: fadeInTransformAnim;
    animation-duration: 1s;
}
.transformItem {
    animation-name: transformAnim;
    animation-duration: 1s;
}
#detail-box,
#group-box {
    position: absolute;
    visibility: hidden;
    color: #fff;
    z-index: 10000;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
}
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider_switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.directionLtr {
    direction: ltr;
}
.defaultGray {
    font-size: 12px;
    font-weight: bold;
}
.symbol_closingChange {
    font-size: 17px;
}
.slider_switch:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.input_switch:checked + .slider_switch {
    background-color: #2196f3;
}

.input_switch:focus + .slider_switch {
    box-shadow: 0 0 1px #2196f3;
}

.input_switch:checked + .slider_switch:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider_switch.round {
    border-radius: 34px;
}

.slider_switch.round:before {
    border-radius: 50%;
}
#group-box {
    max-height: 400px;
    overflow-y: scroll;
}
.fullScreenMode {
    height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    z-index: 9999 !important;
}
.scroll::-webkit-scrollbar {
    width: 6px; /* width of the entire scrollbar */
    padding: 20px;
}
.scroll::-webkit-scrollbar-track {
    background: rgb(38, 41, 49); /* color of the tracking area */
}
.scroll::-webkit-scrollbar-thumb {
    background-color: #555; /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
}
.boxHoverHeatmap {
    min-width: 350px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
}
.text-left {
    text-align: left;
}
.colorBlack {
    color: #000 !important;
}
.head-detail-box {
    background-color: #eee;
    color: #222;
    border-radius: 5px 5px 0 0;
    justify-content: space-between;
    direction: rtl;
}
.ellipsis100percent {
    width: 100%;
}
.ellipsis,
.ellipsis100percent,
.ellipsisGeneral {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detail-box-heatmap {
    border-radius: 5px;
    background-color: #fff !important;
    color: #222 !important;
    max-width: 13em;
}
.directionRtl {
    direction: rtl;
    background-color: #ffffff;
}
label {
    font-size: 13px !important;
}
.text-right {
    text-align: right;
}
@keyframes transformAnimEmailValidated {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    to {
        transform: scale(1);
    }
}
.transformItemEmailValidated {
    animation-name: transformAnim;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    transition: all 0.5s;
    position: absolute;
    right: -5px;
}
.fadeInSmallToBig {
    animation-name: fadeInSmallToBigAnim;
    animation-duration: 1s;
}
.fadeInSmallToBig_fast {
    animation-name: fadeInSmallToBigAnim;
    animation-duration: 0.3s;
}
.boxHoverHeatmap,
.tip {
    animation: fadeInAnim 0.2s;
    -webkit-animation: fadeInAnim 0.2s;
    -moz-animation: fadeInAnim 0.2s;
    -o-animation: fadeInAnim 0.2s;
}
.afterLike {
    animation-name: likeAnim;
    animation-timing-function: ease-in-out;
    animation-duration: 0.3s;
}
.redBoxShowdowFadeOut {
    animation-name: redBoxShowdowFadeOutAnim;
    animation-duration: 0.5s;
}
.rotate2degClass {
    animation-name: rotate2deg;
    animation-duration: 0.5s;
}
.userInfoAnim {
    animation: userInfoAnim 0.5s;
    -webkit-animation: userInfoAnim 0.5s;
    -moz-animation: userInfoAnim 0.5s;
    -o-animation: userInfoAnim 0.5s;
}
.blur4Anim {
    animation: blur4Anim 0.5s;
    -webkit-animation: blur4Anim 0.5s;
    -moz-animation: blur4Anim 0.5s;
    -o-animation: blur4Anim 0.5s;
}
.repeatRotateAnim {
    animation: repeatRotate 1s ease-in-out infinite;
    -webkit-animation: repeatRotate 1s ease-in-out infinite;
    -moz-animation: repeatRotate 1s ease-in-out infinite;
    -o-animation: repeatRotate 1s ease-in-out infinite;
}
.repeatOpacityAnim {
    animation: repeatOpacity 2s ease-in-out infinite;
    -webkit-animation: repeatOpacity 2s ease-in-out infinite;
    -moz-animation: repeatOpacity 2s ease-in-out infinite;
    -o-animation: repeatOpacity 2s ease-in-out infinite;
}
.completeRotateAnim {
    animation: completeRotate 1s infinite;
    -webkit-animation: completeRotate 1s infinite;
    -moz-animation: completeRotate 1s infinite;
    -o-animation: completeRotate 1s infinite;
}
.backgroundGreenAnim {
    animation: backgroundGreenKeyframes 4s;
    -webkit-animation: backgroundGreenKeyframes 4s;
    -moz-animation: backgroundGreenKeyframes 4s;
    -o-animation: backgroundGreenKeyframes 4s;
}
.backgroundRedAnim {
    animation: backgroundRedKeyframes 4s;
    -webkit-animation: backgroundRedKeyframes 4s;
    -moz-animation: backgroundRedKeyframes 4s;
    -o-animation: backgroundRedKeyframes 4s;
}
.backgroundGrayAnim {
    animation: backgroundGrayKeyframes 4s;
    -webkit-animation: backgroundGrayKeyframes 4s;
    -moz-animation: backgroundGrayKeyframes 4s;
    -o-animation: backgroundGrayKeyframes 4s;
}
.fadeOutAnim {
    opacity: 0;
    transform: translateX(-100%);
    animation: fadeOutAnim 0.7s;
    -webkit-animation: fadeOutAnim 0.7s;
    -moz-animation: fadeOutAnim 0.7s;
    -o-animation: fadeOutAnim 0.7s;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.animated.hinge {
    animation-duration: 2s;
}
.ftco-animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}
.animateMe {
    opacity: 0;
}
.opacity_4 {
    opacity: 0.4;
}
.animateMe .animated {
    opacity: 1;
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRight {
    animation-name: fadeInRight;
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeft {
    animation-name: fadeInLeft;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInUp {
    animation-name: fadeInUp;
}
.fadeInOpacity {
    animation-name: fadeInOpacity;
}
@keyframes fadeInOpacity {
    0% {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
@keyframes Gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0 50%;
    }
}
.loader {
    animation: rotate 1s infinite;
    height: 50px;
    width: 50px;
}
.loader:after,
.loader:before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}
.loader:before {
    background-color: #cb2025;
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
}
.loader:after {
    background-color: #00a096;
    box-shadow: 30px 0 0 #97bf0d;
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
    }
    50% {
        -webkit-transform: rotate(1turn) scale(1.2);
        -moz-transform: rotate(1turn) scale(1.2);
    }
    to {
        -webkit-transform: rotate(2turn) scale(0.8);
        -moz-transform: rotate(2turn) scale(0.8);
    }
}
@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 #f8b334;
    }
    50% {
        box-shadow: 0 0 0 #f8b334;
        margin-bottom: 0;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }
    to {
        box-shadow: 30px 0 0 #f8b334;
        margin-bottom: 10px;
    }
}
@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 #97bf0d;
    }
    50% {
        box-shadow: 0 0 0 #97bf0d;
        margin-top: -20px;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }
    to {
        box-shadow: 30px 0 0 #97bf0d;
        margin-top: 0;
    }
}
.blog-loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-left-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    animation: spinner 0.7s linear infinite;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.fa-xs {
    font-size: 0.75em;
}
.fa-sm {
    font-size: 0.875em;
}
.fa-1x {
    font-size: 1em;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.fa-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    animation: fa-spin 2s linear infinite;
}
.fa-pulse {
    animation: fa-spin 1s steps(8) infinite;
}
@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1);
}
.fa-flip-vertical {
    transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}

.fa-camera:before {
    content: "\f030";
}
.fa-camera-alt:before {
    content: "\f332";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-expand:before {
    content: "\f065";
}
.fa-expand-alt:before {
    content: "\f424";
}
.fa-expand-arrows:before {
    content: "\f31d";
}
.fa-expand-arrows-alt:before {
    content: "\f31e";
}
.fa-expand-wide:before {
    content: "\f320";
}
.fa-filter:before {
    content: "\f0b0";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
@font-face {
    font-family: Font Awesome\5 Brands;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/fa-brands-400.woff2);
}
.fab {
    font-family: Font Awesome\5 Brands;
}
@font-face {
    font-family: Font Awesome\5 Pro;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/fa-light-300.woff2);
}
.fal {
    font-weight: 300;
}
@font-face {
    font-family: Font Awesome\5 Pro;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/fa-regular-400.woff2);
}
.fal,
.far {
    font-family: Font Awesome\5 Pro;
}
.far {
    font-weight: 400;
}
@font-face {
    font-family: Font Awesome\5 Pro;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/fa-solid-900.woff2);
}
.fa,
.fas {
    font-family: Font Awesome\5 Pro;
    font-weight: 900;
}



/*
.rtl .keyboardContainer {
    !* background: url(/assets/keyboardjs/VKeyboardBg_rtl.gif) 0 0 no-repeat; *!
    width: 333px;
    height: 127px;
    padding: 4px 0 0 2px;
    position: fixed !important;
    visibility: hidden;
    z-index: 9999;
}
.VKeyboardBg_ltr {
    !* background: url(/assets/keyboardjs/VKeyboardBg_ltr.gif) 0 0 no-repeat !important; *!
}
.ltr .keyboardContainer {
    !* background: url(/assets/keyboardjs/VKeyboardBg_ltr.gif) 0 0 no-repeat; *!
    width: 333px;
    height: 127px;
    padding: 4px 2px 0 0;
    position: absolute !important;
    visibility: hidden;
}
.rtl .keyboard {
    position: absolute !important;
    left: 3px;
    width: 314px;
}
.ltr .keyboard {
    position: absolute !important;
    left: 15px;
    width: 319px;
}
.keyboard > div {
    border-top: 0 !important;
    border-right: 0 !important;
}
.keyboard div {
    font-size: 11px !important;
    float: none;
}
.roundCorner {
    border-radius: 20px;
}*/

/*-------------------------------------------------------------*/


.font_11 {
    font-size: 11px;
}
.font_12 {
    font-size: 12px;
}
.font_22 {
    font-size: 22px;
}
.font_14 {
    font-size: 14px;
}

.ms-drop ul > li {
    padding: 0.1rem 8px;
}

.whitespaceNowrap {
    white-space: nowrap;
}

.form-control {
    font-size: 11px !important;
    height: 28px !important;
    padding: 2px 6px !important;
}

.scroller {
    /*width: 300px;*/
    /*height: 100px;*/
    /*overflow-y: scroll;*/
    scrollbar-width: thin !important;
}

.scroller ul {
    scrollbar-width: thin !important;
}

