﻿﻿body {
}

@font-face {
    font-family: 'AvertaPE';
    src: url('//cdn.viva.gr/app/fonts/AvertaPE/regular.woff2') format('woff2'), url('//cdn.viva.gr/app/fonts/AvertaPE/regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvertaPE_Semibold';
    src: url('//cdn.viva.gr/app/fonts/AvertaPE/semibold.woff2') format('woff2'), url('//cdn.viva.gr/app/fonts/fonts/AvertaPE/semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */ @font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.icn {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icn-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.icn-2x {
    font-size: 2em
}

.icn-3x {
    font-size: 3em
}

.icn-4x {
    font-size: 4em
}

.icn-5x {
    font-size: 5em
}

.icn-fw {
    width: 1.28571429em;
    text-align: center
}

.icn-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .icn-ul > li {
        position: relative
    }

.icn-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .icn-li.icn-lg {
        left: -1.85714286em
    }

.icn-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.icn-pull-left {
    float: left
}

.icn-pull-right {
    float: right
}

.icn.icn-pull-left {
    margin-right: .3em
}

.icn.icn-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.icn.pull-left {
    margin-right: .3em
}

.icn.pull-right {
    margin-left: .3em
}

.icn-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.icn-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.icn-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.icn-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.icn-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.icn-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.icn-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .icn-rotate-90, :root .icn-rotate-180, :root .icn-rotate-270, :root .icn-flip-horizontal, :root .icn-flip-vertical {
    filter: none
}

.icn-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.icn-stack-1x, .icn-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.icn-stack-1x {
    line-height: inherit
}

.icn-stack-2x {
    font-size: 2em
}

.icn-inverse {
    color: #fff
}

.icn-glass:before {
    content: "\f000"
}

.icn-music:before {
    content: "\f001"
}

.icn-search:before {
    content: "\f002"
}

.icn-envelope-o:before {
    content: "\f003"
}

.icn-heart:before {
    content: "\f004"
}

.icn-star:before {
    content: "\f005"
}

.icn-star-o:before {
    content: "\f006"
}

.icn-user:before {
    content: "\f007"
}

.icn-film:before {
    content: "\f008"
}

.icn-th-large:before {
    content: "\f009"
}

.icn-th:before {
    content: "\f00a"
}

.icn-th-list:before {
    content: "\f00b"
}

.icn-check:before {
    content: "\f00c"
}

.icn-remove:before, .icn-close:before, .icn-times:before {
    content: "\f00d"
}

.icn-search-plus:before {
    content: "\f00e"
}

.icn-search-minus:before {
    content: "\f010"
}

.icn-power-off:before {
    content: "\f011"
}

.icn-signal:before {
    content: "\f012"
}

.icn-gear:before, .icn-cog:before {
    content: "\f013"
}

.icn-trash-o:before {
    content: "\f014"
}

.icn-home:before {
    content: "\f015"
}

.icn-file-o:before {
    content: "\f016"
}

.icn-clock-o:before {
    content: "\f017"
}

.icn-road:before {
    content: "\f018"
}

.icn-download:before {
    content: "\f019"
}

.icn-arrow-circle-o-down:before {
    content: "\f01a"
}

.icn-arrow-circle-o-up:before {
    content: "\f01b"
}

.icn-inbox:before {
    content: "\f01c"
}

.icn-play-circle-o:before {
    content: "\f01d"
}

.icn-rotate-right:before, .icn-repeat:before {
    content: "\f01e"
}

.icn-refresh:before {
    content: "\f021"
}

.icn-list-alt:before {
    content: "\f022"
}

.icn-lock:before {
    content: "\f023"
}

.icn-flag:before {
    content: "\f024"
}

.icn-headphones:before {
    content: "\f025"
}

.icn-volume-off:before {
    content: "\f026"
}

.icn-volume-down:before {
    content: "\f027"
}

.icn-volume-up:before {
    content: "\f028"
}

.icn-qrcode:before {
    content: "\f029"
}

.icn-barcode:before {
    content: "\f02a"
}

.icn-tag:before {
    content: "\f02b"
}

.icn-tags:before {
    content: "\f02c"
}

.icn-book:before {
    content: "\f02d"
}

.icn-bookmark:before {
    content: "\f02e"
}

.icn-print:before {
    content: "\f02f"
}

.icn-camera:before {
    content: "\f030"
}

.icn-font:before {
    content: "\f031"
}

.icn-bold:before {
    content: "\f032"
}

.icn-italic:before {
    content: "\f033"
}

.icn-text-height:before {
    content: "\f034"
}

.icn-text-width:before {
    content: "\f035"
}

.icn-align-left:before {
    content: "\f036"
}

.icn-align-center:before {
    content: "\f037"
}

.icn-align-right:before {
    content: "\f038"
}

.icn-align-justify:before {
    content: "\f039"
}

.icn-list:before {
    content: "\f03a"
}

.icn-dedent:before, .icn-outdent:before {
    content: "\f03b"
}

.icn-indent:before {
    content: "\f03c"
}

.icn-video-camera:before {
    content: "\f03d"
}

.icn-photo:before, .icn-image:before, .icn-picture-o:before {
    content: "\f03e"
}

.icn-pencil:before {
    content: "\f040"
}

.icn-map-marker:before {
    content: "\f041"
}

.icn-adjust:before {
    content: "\f042"
}

.icn-tint:before {
    content: "\f043"
}

.icn-edit:before, .icn-pencil-square-o:before {
    content: "\f044"
}

.icn-share-square-o:before {
    content: "\f045"
}

.icn-check-square-o:before {
    content: "\f046"
}

.icn-arrows:before {
    content: "\f047"
}

.icn-step-backward:before {
    content: "\f048"
}

.icn-fast-backward:before {
    content: "\f049"
}

.icn-backward:before {
    content: "\f04a"
}

.icn-play:before {
    content: "\f04b"
}

.icn-pause:before {
    content: "\f04c"
}

.icn-stop:before {
    content: "\f04d"
}

.icn-forward:before {
    content: "\f04e"
}

.icn-fast-forward:before {
    content: "\f050"
}

.icn-step-forward:before {
    content: "\f051"
}

.icn-eject:before {
    content: "\f052"
}

.icn-chevron-left:before {
    content: "\f053"
}

.icn-chevron-right:before {
    content: "\f054"
}

.icn-plus-circle:before {
    content: "\f055"
}

.icn-minus-circle:before {
    content: "\f056"
}

.icn-times-circle:before {
    content: "\f057"
}

.icn-check-circle:before {
    content: "\f058"
}

.icn-question-circle:before {
    content: "\f059"
}

.icn-info-circle:before {
    content: "\f05a"
}

.icn-crosshairs:before {
    content: "\f05b"
}

.icn-times-circle-o:before {
    content: "\f05c"
}

.icn-check-circle-o:before {
    content: "\f05d"
}

.icn-ban:before {
    content: "\f05e"
}

.icn-arrow-left:before {
    content: "\f060"
}

.icn-arrow-right:before {
    content: "\f061"
}

.icn-arrow-up:before {
    content: "\f062"
}

.icn-arrow-down:before {
    content: "\f063"
}

.icn-mail-forward:before, .icn-share:before {
    content: "\f064"
}

.icn-expand:before {
    content: "\f065"
}

.icn-compress:before {
    content: "\f066"
}

.icn-plus:before {
    content: "\f067"
}

.icn-minus:before {
    content: "\f068"
}

.icn-asterisk:before {
    content: "\f069"
}

.icn-exclamation-circle:before {
    content: "\f06a"
}

.icn-gift:before {
    content: "\f06b"
}

.icn-leaf:before {
    content: "\f06c"
}

.icn-fire:before {
    content: "\f06d"
}

.icn-eye:before {
    content: "\f06e"
}

.icn-eye-slash:before {
    content: "\f070"
}

.icn-warning:before, .icn-exclamation-triangle:before {
    content: "\f071"
}

.icn-plane:before {
    content: "\f072"
}

.icn-calendar:before {
    content: "\f073"
}

.icn-random:before {
    content: "\f074"
}

.icn-comment:before {
    content: "\f075"
}

.icn-magnet:before {
    content: "\f076"
}

.icn-chevron-up:before {
    content: "\f077"
}

.icn-chevron-down:before {
    content: "\f078"
}

.icn-retweet:before {
    content: "\f079"
}

.icn-shopping-cart:before {
    content: "\f07a"
}

.icn-folder:before {
    content: "\f07b"
}

.icn-folder-open:before {
    content: "\f07c"
}

.icn-arrows-v:before {
    content: "\f07d"
}

.icn-arrows-h:before {
    content: "\f07e"
}

.icn-bar-chart-o:before, .icn-bar-chart:before {
    content: "\f080"
}

.icn-twitter-square:before {
    content: "\f081"
}

.icn-facebook-square:before {
    content: "\f082"
}

.icn-camera-retro:before {
    content: "\f083"
}

.icn-key:before {
    content: "\f084"
}

.icn-gears:before, .icn-cogs:before {
    content: "\f085"
}

.icn-comments:before {
    content: "\f086"
}

.icn-thumbs-o-up:before {
    content: "\f087"
}

.icn-thumbs-o-down:before {
    content: "\f088"
}

.icn-star-half:before {
    content: "\f089"
}

.icn-heart-o:before {
    content: "\f08a"
}

.icn-sign-out:before {
    content: "\f08b"
}

.icn-linkedin-square:before {
    content: "\f08c"
}

.icn-thumb-tack:before {
    content: "\f08d"
}

.icn-external-link:before {
    content: "\f08e"
}

.icn-sign-in:before {
    content: "\f090"
}

.icn-trophy:before {
    content: "\f091"
}

.icn-github-square:before {
    content: "\f092"
}

.icn-upload:before {
    content: "\f093"
}

.icn-lemon-o:before {
    content: "\f094"
}

.icn-phone:before {
    content: "\f095"
}

.icn-square-o:before {
    content: "\f096"
}

.icn-bookmark-o:before {
    content: "\f097"
}

.icn-phone-square:before {
    content: "\f098"
}

.icn-twitter:before {
    content: "\f099"
}

.icn-facebook-f:before, .icn-facebook:before {
    content: "\f09a"
}

.icn-github:before {
    content: "\f09b"
}

.icn-unlock:before {
    content: "\f09c"
}

.icn-credit-card:before {
    content: "\f09d"
}

.icn-feed:before, .icn-rss:before {
    content: "\f09e"
}

.icn-hdd-o:before {
    content: "\f0a0"
}

.icn-bullhorn:before {
    content: "\f0a1"
}

.icn-bell:before {
    content: "\f0f3"
}

.icn-certificate:before {
    content: "\f0a3"
}

.icn-hand-o-right:before {
    content: "\f0a4"
}

.icn-hand-o-left:before {
    content: "\f0a5"
}

.icn-hand-o-up:before {
    content: "\f0a6"
}

.icn-hand-o-down:before {
    content: "\f0a7"
}

.icn-arrow-circle-left:before {
    content: "\f0a8"
}

.icn-arrow-circle-right:before {
    content: "\f0a9"
}

.icn-arrow-circle-up:before {
    content: "\f0aa"
}

.icn-arrow-circle-down:before {
    content: "\f0ab"
}

.icn-globe:before {
    content: "\f0ac"
}

.icn-wrench:before {
    content: "\f0ad"
}

.icn-tasks:before {
    content: "\f0ae"
}

.icn-filter:before {
    content: "\f0b0"
}

.icn-briefcase:before {
    content: "\f0b1"
}

.icn-arrows-alt:before {
    content: "\f0b2"
}

.icn-group:before, .icn-users:before {
    content: "\f0c0"
}

.icn-chain:before, .icn-link:before {
    content: "\f0c1"
}

.icn-cloud:before {
    content: "\f0c2"
}

.icn-flask:before {
    content: "\f0c3"
}

.icn-cut:before, .icn-scissors:before {
    content: "\f0c4"
}

.icn-copy:before, .icn-files-o:before {
    content: "\f0c5"
}

.icn-paperclip:before {
    content: "\f0c6"
}

.icn-save:before, .icn-floppy-o:before {
    content: "\f0c7"
}

.icn-square:before {
    content: "\f0c8"
}

.icn-navicon:before, .icn-reorder:before, .icn-bars:before {
    content: "\f0c9"
}

.icn-list-ul:before {
    content: "\f0ca"
}

.icn-list-ol:before {
    content: "\f0cb"
}

.icn-strikethrough:before {
    content: "\f0cc"
}

.icn-underline:before {
    content: "\f0cd"
}

.icn-table:before {
    content: "\f0ce"
}

.icn-magic:before {
    content: "\f0d0"
}

.icn-truck:before {
    content: "\f0d1"
}

.icn-pinterest:before {
    content: "\f0d2"
}

.icn-pinterest-square:before {
    content: "\f0d3"
}

.icn-google-plus-square:before {
    content: "\f0d4"
}

.icn-google-plus:before {
    content: "\f0d5"
}

.icn-money:before {
    content: "\f0d6"
}

.icn-caret-down:before {
    content: "\f0d7"
}

.icn-caret-up:before {
    content: "\f0d8"
}

.icn-caret-left:before {
    content: "\f0d9"
}

.icn-caret-right:before {
    content: "\f0da"
}

.icn-columns:before {
    content: "\f0db"
}

.icn-unsorted:before, .icn-sort:before {
    content: "\f0dc"
}

.icn-sort-down:before, .icn-sort-desc:before {
    content: "\f0dd"
}

.icn-sort-up:before, .icn-sort-asc:before {
    content: "\f0de"
}

.icn-envelope:before {
    content: "\f0e0"
}

.icn-linkedin:before {
    content: "\f0e1"
}

.icn-rotate-left:before, .icn-undo:before {
    content: "\f0e2"
}

.icn-legal:before, .icn-gavel:before {
    content: "\f0e3"
}

.icn-dashboard:before, .icn-tachometer:before {
    content: "\f0e4"
}

.icn-comment-o:before {
    content: "\f0e5"
}

.icn-comments-o:before {
    content: "\f0e6"
}

.icn-flash:before, .icn-bolt:before {
    content: "\f0e7"
}

.icn-sitemap:before {
    content: "\f0e8"
}

.icn-umbrella:before {
    content: "\f0e9"
}

.icn-paste:before, .icn-clipboard:before {
    content: "\f0ea"
}

.icn-lightbulb-o:before {
    content: "\f0eb"
}

.icn-exchange:before {
    content: "\f0ec"
}

.icn-cloud-download:before {
    content: "\f0ed"
}

.icn-cloud-upload:before {
    content: "\f0ee"
}

.icn-user-md:before {
    content: "\f0f0"
}

.icn-stethoscope:before {
    content: "\f0f1"
}

.icn-suitcase:before {
    content: "\f0f2"
}

.icn-bell-o:before {
    content: "\f0a2"
}

.icn-coffee:before {
    content: "\f0f4"
}

.icn-cutlery:before {
    content: "\f0f5"
}

.icn-file-text-o:before {
    content: "\f0f6"
}

.icn-building-o:before {
    content: "\f0f7"
}

.icn-hospital-o:before {
    content: "\f0f8"
}

.icn-ambulance:before {
    content: "\f0f9"
}

.icn-medkit:before {
    content: "\f0fa"
}

.icn-fighter-jet:before {
    content: "\f0fb"
}

.icn-beer:before {
    content: "\f0fc"
}

.icn-h-square:before {
    content: "\f0fd"
}

.icn-plus-square:before {
    content: "\f0fe"
}

.icn-angle-double-left:before {
    content: "\f100"
}

.icn-angle-double-right:before {
    content: "\f101"
}

.icn-angle-double-up:before {
    content: "\f102"
}

.icn-angle-double-down:before {
    content: "\f103"
}

.icn-angle-left:before {
    content: "\f104"
}

.icn-angle-right:before {
    content: "\f105"
}

.icn-angle-up:before {
    content: "\f106"
}

.icn-angle-down:before {
    content: "\f107"
}

.icn-desktop:before {
    content: "\f108"
}

.icn-laptop:before {
    content: "\f109"
}

.icn-tablet:before {
    content: "\f10a"
}

.icn-mobile-phone:before, .icn-mobile:before {
    content: "\f10b"
}

.icn-circle-o:before {
    content: "\f10c"
}

.icn-quote-left:before {
    content: "\f10d"
}

.icn-quote-right:before {
    content: "\f10e"
}

.icn-spinner:before {
    content: "\f110"
}

.icn-circle:before {
    content: "\f111"
}

.icn-mail-reply:before, .icn-reply:before {
    content: "\f112"
}

.icn-github-alt:before {
    content: "\f113"
}

.icn-folder-o:before {
    content: "\f114"
}

.icn-folder-open-o:before {
    content: "\f115"
}

.icn-smile-o:before {
    content: "\f118"
}

.icn-frown-o:before {
    content: "\f119"
}

.icn-meh-o:before {
    content: "\f11a"
}

.icn-gamepad:before {
    content: "\f11b"
}

.icn-keyboard-o:before {
    content: "\f11c"
}

.icn-flag-o:before {
    content: "\f11d"
}

.icn-flag-checkered:before {
    content: "\f11e"
}

.icn-terminal:before {
    content: "\f120"
}

.icn-code:before {
    content: "\f121"
}

.icn-mail-reply-all:before, .icn-reply-all:before {
    content: "\f122"
}

.icn-star-half-empty:before, .icn-star-half-full:before, .icn-star-half-o:before {
    content: "\f123"
}

.icn-location-arrow:before {
    content: "\f124"
}

.icn-crop:before {
    content: "\f125"
}

.icn-code-fork:before {
    content: "\f126"
}

.icn-unlink:before, .icn-chain-broken:before {
    content: "\f127"
}

.icn-question:before {
    content: "\f128"
}

.icn-info:before {
    content: "\f129"
}

.icn-exclamation:before {
    content: "\f12a"
}

.icn-superscript:before {
    content: "\f12b"
}

.icn-subscript:before {
    content: "\f12c"
}

.icn-eraser:before {
    content: "\f12d"
}

.icn-puzzle-piece:before {
    content: "\f12e"
}

.icn-microphone:before {
    content: "\f130"
}

.icn-microphone-slash:before {
    content: "\f131"
}

.icn-shield:before {
    content: "\f132"
}

.icn-calendar-o:before {
    content: "\f133"
}

.icn-fire-extinguisher:before {
    content: "\f134"
}

.icn-rocket:before {
    content: "\f135"
}

.icn-maxcdn:before {
    content: "\f136"
}

.icn-chevron-circle-left:before {
    content: "\f137"
}

.icn-chevron-circle-right:before {
    content: "\f138"
}

.icn-chevron-circle-up:before {
    content: "\f139"
}

.icn-chevron-circle-down:before {
    content: "\f13a"
}

.icn-html5:before {
    content: "\f13b"
}

.icn-css3:before {
    content: "\f13c"
}

.icn-anchor:before {
    content: "\f13d"
}

.icn-unlock-alt:before {
    content: "\f13e"
}

.icn-bullseye:before {
    content: "\f140"
}

.icn-ellipsis-h:before {
    content: "\f141"
}

.icn-ellipsis-v:before {
    content: "\f142"
}

.icn-rss-square:before {
    content: "\f143"
}

.icn-play-circle:before {
    content: "\f144"
}

.icn-ticket:before {
    content: "\f145"
}

.icn-minus-square:before {
    content: "\f146"
}

.icn-minus-square-o:before {
    content: "\f147"
}

.icn-level-up:before {
    content: "\f148"
}

.icn-level-down:before {
    content: "\f149"
}

.icn-check-square:before {
    content: "\f14a"
}

.icn-pencil-square:before {
    content: "\f14b"
}

.icn-external-link-square:before {
    content: "\f14c"
}

.icn-share-square:before {
    content: "\f14d"
}

.icn-compass:before {
    content: "\f14e"
}

.icn-toggle-down:before, .icn-caret-square-o-down:before {
    content: "\f150"
}

.icn-toggle-up:before, .icn-caret-square-o-up:before {
    content: "\f151"
}

.icn-toggle-right:before, .icn-caret-square-o-right:before {
    content: "\f152"
}

.icn-euro:before, .icn-eur:before {
    content: "\f153"
}

.icn-gbp:before {
    content: "\f154"
}

.icn-dollar:before, .icn-usd:before {
    content: "\f155"
}

.icn-rupee:before, .icn-inr:before {
    content: "\f156"
}

.icn-cny:before, .icn-rmb:before, .icn-yen:before, .icn-jpy:before {
    content: "\f157"
}

.icn-ruble:before, .icn-rouble:before, .icn-rub:before {
    content: "\f158"
}

.icn-won:before, .icn-krw:before {
    content: "\f159"
}

.icn-bitcoin:before, .icn-btc:before {
    content: "\f15a"
}

.icn-file:before {
    content: "\f15b"
}

.icn-file-text:before {
    content: "\f15c"
}

.icn-sort-alpha-asc:before {
    content: "\f15d"
}

.icn-sort-alpha-desc:before {
    content: "\f15e"
}

.icn-sort-amount-asc:before {
    content: "\f160"
}

.icn-sort-amount-desc:before {
    content: "\f161"
}

.icn-sort-numeric-asc:before {
    content: "\f162"
}

.icn-sort-numeric-desc:before {
    content: "\f163"
}

.icn-thumbs-up:before {
    content: "\f164"
}

.icn-thumbs-down:before {
    content: "\f165"
}

.icn-youtube-square:before {
    content: "\f166"
}

.icn-youtube:before {
    content: "\f167"
}

.icn-xing:before {
    content: "\f168"
}

.icn-xing-square:before {
    content: "\f169"
}

.icn-youtube-play:before {
    content: "\f16a"
}

.icn-dropbox:before {
    content: "\f16b"
}

.icn-stack-overflow:before {
    content: "\f16c"
}

.icn-instagram:before {
    content: "\f16d"
}

.icn-flickr:before {
    content: "\f16e"
}

.icn-adn:before {
    content: "\f170"
}

.icn-bitbucket:before {
    content: "\f171"
}

.icn-bitbucket-square:before {
    content: "\f172"
}

.icn-tumblr:before {
    content: "\f173"
}

.icn-tumblr-square:before {
    content: "\f174"
}

.icn-long-arrow-down:before {
    content: "\f175"
}

.icn-long-arrow-up:before {
    content: "\f176"
}

.icn-long-arrow-left:before {
    content: "\f177"
}

.icn-long-arrow-right:before {
    content: "\f178"
}

.icn-apple:before {
    content: "\f179"
}

.icn-windows:before {
    content: "\f17a"
}

.icn-android:before {
    content: "\f17b"
}

.icn-linux:before {
    content: "\f17c"
}

.icn-dribbble:before {
    content: "\f17d"
}

.icn-skype:before {
    content: "\f17e"
}

.icn-foursquare:before {
    content: "\f180"
}

.icn-trello:before {
    content: "\f181"
}

.icn-female:before {
    content: "\f182"
}

.icn-male:before {
    content: "\f183"
}

.icn-gittip:before, .icn-gratipay:before {
    content: "\f184"
}

.icn-sun-o:before {
    content: "\f185"
}

.icn-moon-o:before {
    content: "\f186"
}

.icn-archive:before {
    content: "\f187"
}

.icn-bug:before {
    content: "\f188"
}

.icn-vk:before {
    content: "\f189"
}

.icn-weibo:before {
    content: "\f18a"
}

.icn-renren:before {
    content: "\f18b"
}

.icn-pagelines:before {
    content: "\f18c"
}

.icn-stack-exchange:before {
    content: "\f18d"
}

.icn-arrow-circle-o-right:before {
    content: "\f18e"
}

.icn-arrow-circle-o-left:before {
    content: "\f190"
}

.icn-toggle-left:before, .icn-caret-square-o-left:before {
    content: "\f191"
}

.icn-dot-circle-o:before {
    content: "\f192"
}

.icn-wheelchair:before {
    content: "\f193"
}

.icn-vimeo-square:before {
    content: "\f194"
}

.icn-turkish-lira:before, .icn-try:before {
    content: "\f195"
}

.icn-plus-square-o:before {
    content: "\f196"
}

.icn-space-shuttle:before {
    content: "\f197"
}

.icn-slack:before {
    content: "\f198"
}

.icn-envelope-square:before {
    content: "\f199"
}

.icn-wordpress:before {
    content: "\f19a"
}

.icn-openid:before {
    content: "\f19b"
}

.icn-institution:before, .icn-bank:before, .icn-university:before {
    content: "\f19c"
}

.icn-mortar-board:before, .icn-graduation-cap:before {
    content: "\f19d"
}

.icn-yahoo:before {
    content: "\f19e"
}

.icn-google:before {
    content: "\f1a0"
}

.icn-reddit:before {
    content: "\f1a1"
}

.icn-reddit-square:before {
    content: "\f1a2"
}

.icn-stumbleupon-circle:before {
    content: "\f1a3"
}

.icn-stumbleupon:before {
    content: "\f1a4"
}

.icn-delicious:before {
    content: "\f1a5"
}

.icn-digg:before {
    content: "\f1a6"
}

.icn-pied-piper-pp:before {
    content: "\f1a7"
}

.icn-pied-piper-alt:before {
    content: "\f1a8"
}

.icn-drupal:before {
    content: "\f1a9"
}

.icn-joomla:before {
    content: "\f1aa"
}

.icn-language:before {
    content: "\f1ab"
}

.icn-fax:before {
    content: "\f1ac"
}

.icn-building:before {
    content: "\f1ad"
}

.icn-child:before {
    content: "\f1ae"
}

.icn-paw:before {
    content: "\f1b0"
}

.icn-spoon:before {
    content: "\f1b1"
}

.icn-cube:before {
    content: "\f1b2"
}

.icn-cubes:before {
    content: "\f1b3"
}

.icn-behance:before {
    content: "\f1b4"
}

.icn-behance-square:before {
    content: "\f1b5"
}

.icn-steam:before {
    content: "\f1b6"
}

.icn-steam-square:before {
    content: "\f1b7"
}

.icn-recycle:before {
    content: "\f1b8"
}

.icn-automobile:before, .icn-car:before {
    content: "\f1b9"
}

.icn-cab:before, .icn-taxi:before {
    content: "\f1ba"
}

.icn-tree:before {
    content: "\f1bb"
}

.icn-spotify:before {
    content: "\f1bc"
}

.icn-deviantart:before {
    content: "\f1bd"
}

.icn-soundcloud:before {
    content: "\f1be"
}

.icn-database:before {
    content: "\f1c0"
}

.icn-file-pdf-o:before {
    content: "\f1c1"
}

.icn-file-word-o:before {
    content: "\f1c2"
}

.icn-file-excel-o:before {
    content: "\f1c3"
}

.icn-file-powerpoint-o:before {
    content: "\f1c4"
}

.icn-file-photo-o:before, .icn-file-picture-o:before, .icn-file-image-o:before {
    content: "\f1c5"
}

.icn-file-zip-o:before, .icn-file-archive-o:before {
    content: "\f1c6"
}

.icn-file-sound-o:before, .icn-file-audio-o:before {
    content: "\f1c7"
}

.icn-file-movie-o:before, .icn-file-video-o:before {
    content: "\f1c8"
}

.icn-file-code-o:before {
    content: "\f1c9"
}

.icn-vine:before {
    content: "\f1ca"
}

.icn-codepen:before {
    content: "\f1cb"
}

.icn-jsfiddle:before {
    content: "\f1cc"
}

.icn-life-bouy:before, .icn-life-buoy:before, .icn-life-saver:before, .icn-support:before, .icn-life-ring:before {
    content: "\f1cd"
}

.icn-circle-o-notch:before {
    content: "\f1ce"
}

.icn-ra:before, .icn-resistance:before, .icn-rebel:before {
    content: "\f1d0"
}

.icn-ge:before, .icn-empire:before {
    content: "\f1d1"
}

.icn-git-square:before {
    content: "\f1d2"
}

.icn-git:before {
    content: "\f1d3"
}

.icn-y-combinator-square:before, .icn-yc-square:before, .icn-hacker-news:before {
    content: "\f1d4"
}

.icn-tencent-weibo:before {
    content: "\f1d5"
}

.icn-qq:before {
    content: "\f1d6"
}

.icn-wechat:before, .icn-weixin:before {
    content: "\f1d7"
}

.icn-send:before, .icn-paper-plane:before {
    content: "\f1d8"
}

.icn-send-o:before, .icn-paper-plane-o:before {
    content: "\f1d9"
}

.icn-history:before {
    content: "\f1da"
}

.icn-circle-thin:before {
    content: "\f1db"
}

.icn-header:before {
    content: "\f1dc"
}

.icn-paragraph:before {
    content: "\f1dd"
}

.icn-sliders:before {
    content: "\f1de"
}

.icn-share-alt:before {
    content: "\f1e0"
}

.icn-share-alt-square:before {
    content: "\f1e1"
}

.icn-bomb:before {
    content: "\f1e2"
}

.icn-soccer-ball-o:before, .icn-futbol-o:before {
    content: "\f1e3"
}

.icn-tty:before {
    content: "\f1e4"
}

.icn-binoculars:before {
    content: "\f1e5"
}

.icn-plug:before {
    content: "\f1e6"
}

.icn-slideshare:before {
    content: "\f1e7"
}

.icn-twitch:before {
    content: "\f1e8"
}

.icn-yelp:before {
    content: "\f1e9"
}

.icn-newspaper-o:before {
    content: "\f1ea"
}

.icn-wifi:before {
    content: "\f1eb"
}

.icn-calculator:before {
    content: "\f1ec"
}

.icn-paypal:before {
    content: "\f1ed"
}

.icn-google-wallet:before {
    content: "\f1ee"
}

.icn-cc-visa:before {
    content: "\f1f0"
}

.icn-cc-mastercard:before {
    content: "\f1f1"
}

.icn-cc-discover:before {
    content: "\f1f2"
}

.icn-cc-amex:before {
    content: "\f1f3"
}

.icn-cc-paypal:before {
    content: "\f1f4"
}

.icn-cc-stripe:before {
    content: "\f1f5"
}

.icn-bell-slash:before {
    content: "\f1f6"
}

.icn-bell-slash-o:before {
    content: "\f1f7"
}

.icn-trash:before {
    content: "\f1f8"
}

.icn-copyright:before {
    content: "\f1f9"
}

.icn-at:before {
    content: "\f1fa"
}

.icn-eyedropper:before {
    content: "\f1fb"
}

.icn-paint-brush:before {
    content: "\f1fc"
}

.icn-birthday-cake:before {
    content: "\f1fd"
}

.icn-area-chart:before {
    content: "\f1fe"
}

.icn-pie-chart:before {
    content: "\f200"
}

.icn-line-chart:before {
    content: "\f201"
}

.icn-lastfm:before {
    content: "\f202"
}

.icn-lastfm-square:before {
    content: "\f203"
}

.icn-toggle-off:before {
    content: "\f204"
}

.icn-toggle-on:before {
    content: "\f205"
}

.icn-bicycle:before {
    content: "\f206"
}

.icn-bus:before {
    content: "\f207"
}

.icn-ioxhost:before {
    content: "\f208"
}

.icn-angellist:before {
    content: "\f209"
}

.icn-cc:before {
    content: "\f20a"
}

.icn-shekel:before, .icn-sheqel:before, .icn-ils:before {
    content: "\f20b"
}

.icn-meanpath:before {
    content: "\f20c"
}

.icn-buysellads:before {
    content: "\f20d"
}

.icn-connectdevelop:before {
    content: "\f20e"
}

.icn-dashcube:before {
    content: "\f210"
}

.icn-forumbee:before {
    content: "\f211"
}

.icn-leanpub:before {
    content: "\f212"
}

.icn-sellsy:before {
    content: "\f213"
}

.icn-shirtsinbulk:before {
    content: "\f214"
}

.icn-simplybuilt:before {
    content: "\f215"
}

.icn-skyatlas:before {
    content: "\f216"
}

.icn-cart-plus:before {
    content: "\f217"
}

.icn-cart-arrow-down:before {
    content: "\f218"
}

.icn-diamond:before {
    content: "\f219"
}

.icn-ship:before {
    content: "\f21a"
}

.icn-user-secret:before {
    content: "\f21b"
}

.icn-motorcycle:before {
    content: "\f21c"
}

.icn-street-view:before {
    content: "\f21d"
}

.icn-heartbeat:before {
    content: "\f21e"
}

.icn-venus:before {
    content: "\f221"
}

.icn-mars:before {
    content: "\f222"
}

.icn-mercury:before {
    content: "\f223"
}

.icn-intersex:before, .icn-transgender:before {
    content: "\f224"
}

.icn-transgender-alt:before {
    content: "\f225"
}

.icn-venus-double:before {
    content: "\f226"
}

.icn-mars-double:before {
    content: "\f227"
}

.icn-venus-mars:before {
    content: "\f228"
}

.icn-mars-stroke:before {
    content: "\f229"
}

.icn-mars-stroke-v:before {
    content: "\f22a"
}

.icn-mars-stroke-h:before {
    content: "\f22b"
}

.icn-neuter:before {
    content: "\f22c"
}

.icn-genderless:before {
    content: "\f22d"
}

.icn-facebook-official:before {
    content: "\f230"
}

.icn-pinterest-p:before {
    content: "\f231"
}

.icn-whatsapp:before {
    content: "\f232"
}

.icn-server:before {
    content: "\f233"
}

.icn-user-plus:before {
    content: "\f234"
}

.icn-user-times:before {
    content: "\f235"
}

.icn-hotel:before, .icn-bed:before {
    content: "\f236"
}

.icn-viacoin:before {
    content: "\f237"
}

.icn-train:before {
    content: "\f238"
}

.icn-subway:before {
    content: "\f239"
}

.icn-medium:before {
    content: "\f23a"
}

.icn-yc:before, .icn-y-combinator:before {
    content: "\f23b"
}

.icn-optin-monster:before {
    content: "\f23c"
}

.icn-opencart:before {
    content: "\f23d"
}

.icn-expeditedssl:before {
    content: "\f23e"
}

.icn-battery-4:before, .icn-battery:before, .icn-battery-full:before {
    content: "\f240"
}

.icn-battery-3:before, .icn-battery-three-quarters:before {
    content: "\f241"
}

.icn-battery-2:before, .icn-battery-half:before {
    content: "\f242"
}

.icn-battery-1:before, .icn-battery-quarter:before {
    content: "\f243"
}

.icn-battery-0:before, .icn-battery-empty:before {
    content: "\f244"
}

.icn-mouse-pointer:before {
    content: "\f245"
}

.icn-i-cursor:before {
    content: "\f246"
}

.icn-object-group:before {
    content: "\f247"
}

.icn-object-ungroup:before {
    content: "\f248"
}

.icn-sticky-note:before {
    content: "\f249"
}

.icn-sticky-note-o:before {
    content: "\f24a"
}

.icn-cc-jcb:before {
    content: "\f24b"
}

.icn-cc-diners-club:before {
    content: "\f24c"
}

.icn-clone:before {
    content: "\f24d"
}

.icn-balance-scale:before {
    content: "\f24e"
}

.icn-hourglass-o:before {
    content: "\f250"
}

.icn-hourglass-1:before, .icn-hourglass-start:before {
    content: "\f251"
}

.icn-hourglass-2:before, .icn-hourglass-half:before {
    content: "\f252"
}

.icn-hourglass-3:before, .icn-hourglass-end:before {
    content: "\f253"
}

.icn-hourglass:before {
    content: "\f254"
}

.icn-hand-grab-o:before, .icn-hand-rock-o:before {
    content: "\f255"
}

.icn-hand-stop-o:before, .icn-hand-paper-o:before {
    content: "\f256"
}

.icn-hand-scissors-o:before {
    content: "\f257"
}

.icn-hand-lizard-o:before {
    content: "\f258"
}

.icn-hand-spock-o:before {
    content: "\f259"
}

.icn-hand-pointer-o:before {
    content: "\f25a"
}

.icn-hand-peace-o:before {
    content: "\f25b"
}

.icn-trademark:before {
    content: "\f25c"
}

.icn-registered:before {
    content: "\f25d"
}

.icn-creative-commons:before {
    content: "\f25e"
}

.icn-gg:before {
    content: "\f260"
}

.icn-gg-circle:before {
    content: "\f261"
}

.icn-tripadvisor:before {
    content: "\f262"
}

.icn-odnoklassniki:before {
    content: "\f263"
}

.icn-odnoklassniki-square:before {
    content: "\f264"
}

.icn-get-pocket:before {
    content: "\f265"
}

.icn-wikipedia-w:before {
    content: "\f266"
}

.icn-safari:before {
    content: "\f267"
}

.icn-chrome:before {
    content: "\f268"
}

.icn-firefox:before {
    content: "\f269"
}

.icn-opera:before {
    content: "\f26a"
}

.icn-internet-explorer:before {
    content: "\f26b"
}

.icn-tv:before, .icn-television:before {
    content: "\f26c"
}

.icn-contao:before {
    content: "\f26d"
}

.icn-500px:before {
    content: "\f26e"
}

.icn-amazon:before {
    content: "\f270"
}

.icn-calendar-plus-o:before {
    content: "\f271"
}

.icn-calendar-minus-o:before {
    content: "\f272"
}

.icn-calendar-times-o:before {
    content: "\f273"
}

.icn-calendar-check-o:before {
    content: "\f274"
}

.icn-industry:before {
    content: "\f275"
}

.icn-map-pin:before {
    content: "\f276"
}

.icn-map-signs:before {
    content: "\f277"
}

.icn-map-o:before {
    content: "\f278"
}

.icn-map:before {
    content: "\f279"
}

.icn-commenting:before {
    content: "\f27a"
}

.icn-commenting-o:before {
    content: "\f27b"
}

.icn-houzz:before {
    content: "\f27c"
}

.icn-vimeo:before {
    content: "\f27d"
}

.icn-black-tie:before {
    content: "\f27e"
}

.icn-fonticons:before {
    content: "\f280"
}

.icn-reddit-alien:before {
    content: "\f281"
}

.icn-edge:before {
    content: "\f282"
}

.icn-credit-card-alt:before {
    content: "\f283"
}

.icn-codiepie:before {
    content: "\f284"
}

.icn-modx:before {
    content: "\f285"
}

.icn-fort-awesome:before {
    content: "\f286"
}

.icn-usb:before {
    content: "\f287"
}

.icn-product-hunt:before {
    content: "\f288"
}

.icn-mixcloud:before {
    content: "\f289"
}

.icn-scribd:before {
    content: "\f28a"
}

.icn-pause-circle:before {
    content: "\f28b"
}

.icn-pause-circle-o:before {
    content: "\f28c"
}

.icn-stop-circle:before {
    content: "\f28d"
}

.icn-stop-circle-o:before {
    content: "\f28e"
}

.icn-shopping-bag:before {
    content: "\f290"
}

.icn-shopping-basket:before {
    content: "\f291"
}

.icn-hashtag:before {
    content: "\f292"
}

.icn-bluetooth:before {
    content: "\f293"
}

.icn-bluetooth-b:before {
    content: "\f294"
}

.icn-percent:before {
    content: "\f295"
}

.icn-gitlab:before {
    content: "\f296"
}

.icn-wpbeginner:before {
    content: "\f297"
}

.icn-wpforms:before {
    content: "\f298"
}

.icn-envira:before {
    content: "\f299"
}

.icn-universal-access:before {
    content: "\f29a"
}

.icn-wheelchair-alt:before {
    content: "\f29b"
}

.icn-question-circle-o:before {
    content: "\f29c"
}

.icn-blind:before {
    content: "\f29d"
}

.icn-audio-description:before {
    content: "\f29e"
}

.icn-volume-control-phone:before {
    content: "\f2a0"
}

.icn-braille:before {
    content: "\f2a1"
}

.icn-assistive-listening-systems:before {
    content: "\f2a2"
}

.icn-asl-interpreting:before, .icn-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.icn-deafness:before, .icn-hard-of-hearing:before, .icn-deaf:before {
    content: "\f2a4"
}

.icn-glide:before {
    content: "\f2a5"
}

.icn-glide-g:before {
    content: "\f2a6"
}

.icn-signing:before, .icn-sign-language:before {
    content: "\f2a7"
}

.icn-low-vision:before {
    content: "\f2a8"
}

.icn-viadeo:before {
    content: "\f2a9"
}

.icn-viadeo-square:before {
    content: "\f2aa"
}

.icn-snapchat:before {
    content: "\f2ab"
}

.icn-snapchat-ghost:before {
    content: "\f2ac"
}

.icn-snapchat-square:before {
    content: "\f2ad"
}

.icn-pied-piper:before {
    content: "\f2ae"
}

.icn-first-order:before {
    content: "\f2b0"
}

.icn-yoast:before {
    content: "\f2b1"
}

.icn-themeisle:before {
    content: "\f2b2"
}

.icn-google-plus-circle:before, .icn-google-plus-official:before {
    content: "\f2b3"
}

.icn-fa:before, .icn-font-awesome:before {
    content: "\f2b4"
}

.icn-handshake-o:before {
    content: "\f2b5"
}

.icn-envelope-open:before {
    content: "\f2b6"
}

.icn-envelope-open-o:before {
    content: "\f2b7"
}

.icn-linode:before {
    content: "\f2b8"
}

.icn-address-book:before {
    content: "\f2b9"
}

.icn-address-book-o:before {
    content: "\f2ba"
}

.icn-vcard:before, .icn-address-card:before {
    content: "\f2bb"
}

.icn-vcard-o:before, .icn-address-card-o:before {
    content: "\f2bc"
}

.icn-user-circle:before {
    content: "\f2bd"
}

.icn-user-circle-o:before {
    content: "\f2be"
}

.icn-user-o:before {
    content: "\f2c0"
}

.icn-id-badge:before {
    content: "\f2c1"
}

.icn-drivers-license:before, .icn-id-card:before {
    content: "\f2c2"
}

.icn-drivers-license-o:before, .icn-id-card-o:before {
    content: "\f2c3"
}

.icn-quora:before {
    content: "\f2c4"
}

.icn-free-code-camp:before {
    content: "\f2c5"
}

.icn-telegram:before {
    content: "\f2c6"
}

.icn-thermometer-4:before, .icn-thermometer:before, .icn-thermometer-full:before {
    content: "\f2c7"
}

.icn-thermometer-3:before, .icn-thermometer-three-quarters:before {
    content: "\f2c8"
}

.icn-thermometer-2:before, .icn-thermometer-half:before {
    content: "\f2c9"
}

.icn-thermometer-1:before, .icn-thermometer-quarter:before {
    content: "\f2ca"
}

.icn-thermometer-0:before, .icn-thermometer-empty:before {
    content: "\f2cb"
}

.icn-shower:before {
    content: "\f2cc"
}

.icn-bathtub:before, .icn-s15:before, .icn-bath:before {
    content: "\f2cd"
}

.icn-podcast:before {
    content: "\f2ce"
}

.icn-window-maximize:before {
    content: "\f2d0"
}

.icn-window-minimize:before {
    content: "\f2d1"
}

.icn-window-restore:before {
    content: "\f2d2"
}

.icn-times-rectangle:before, .icn-window-close:before {
    content: "\f2d3"
}

.icn-times-rectangle-o:before, .icn-window-close-o:before {
    content: "\f2d4"
}

.icn-bandcamp:before {
    content: "\f2d5"
}

.icn-grav:before {
    content: "\f2d6"
}

.icn-etsy:before {
    content: "\f2d7"
}

.icn-imdb:before {
    content: "\f2d8"
}

.icn-ravelry:before {
    content: "\f2d9"
}

.icn-eercast:before {
    content: "\f2da"
}

.icn-microchip:before {
    content: "\f2db"
}

.icn-snowflake-o:before {
    content: "\f2dc"
}

.icn-superpowers:before {
    content: "\f2dd"
}

.icn-wpexplorer:before {
    content: "\f2de"
}

.icn-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}


/* Login */
table.login-table {
    /*border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;*/
    border-collapse: collapse;
}

    table.login-table tr.header {
        background-color: #d1d1d1;
    }

        table.login-table tr.header th {
            padding: 4px;
            /*border-left: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;*/
        }

    table.login-table td {
        /*padding: 4px;*/
        /*border-left: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;*/
    }

#linear-logo {
    position: fixed;
    z-index: -1;
    pointer-events: none;
    user-select: none;
    bottom: 0;
    height: 120vh;
    right: 0;
}

@media all and (max-width: 768px) {
    #linear-logo {
        right: calc(-20% - 34vh);
    }
}

input.textbox {
    font-size: 12px;
    border: 1px solid #bfbfbf;
}

/*table.login-table tr.item-row td.label {
	text-align: right;
	font-size: 15px;
}
table.login-table tr.item-row td.input input {
	width: 200px;
	font-size: 15px;
}*/

.loginform {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.singupform {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.textboxUsernameDiv {
    border-radius: 10px;
    height: 45px;
    width: 300px;
    max-width: 300px;
    position: relative;
    outline: 4px solid white;
}

.textboxPasswordDivImpersonate {
    height: 45px;
    width: 300px;
    max-width: 300px;
    position: absolute;
    top: 250px;
    left: 25px;
    outline: 4px solid white;
    border-radius: 10px;
}

.textboxImpersonateDiv {
    height: 45px;
    width: 300px;
    max-width: 300px;
    position: absolute;
    top: 320px;
    left: 25px;
    outline: 4px solid white;
    border-radius: 10px;
}

.validatorBorderBottom {
    /* border-bottom-color: #FF5C5C !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
    border-radius: 0px !important;
    border-bottom-right-radius: 2px !important; */
    border: 1px solid #FF5C5C !important;
}

    .validatorBorderBottom + label {
        color: #FF5C5C !important;
    }

.productvalidatorBorderBottom {
    border-bottom-color: #FF5C5C !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
    border-radius: 10px;
}

.textboxPasswordDiv {
    height: 45px;
    width: 300px;
    max-width: 300px;
    position: absolute;
    top: 300px;
    left: 25px;
    outline: 4px solid white;
    border-radius: 10px;
}

.LogInFinalSection {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}

.logInDiv {
    margin-top: 20px;
    position: relative;
    top: 20px;
}

.errorMessage {
    color: #FF5C5C;
    font-size: 16px;
    font-family: AvertaPE_Semibold;
    display: flex;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}

.ForgotPassword {
    color: #828282 !important;
    text-decoration: none;
    font-size: 16px;
    font-family: AvertaPE;
    cursor: pointer;
    text-decoration: none !important;
}

    .ForgotPassword:hover {
        text-decoration: underline !important;
    }

.noAccount {
    color: #828282 !important;
    text-decoration: none;
    font-size: 16px;
    font-family: AvertaPE;
    cursor: pointer;
    text-decoration: none !important;
    position: relative;
}

    .noAccount:hover {
        text-decoration: underline !important;
    }

.ForgotPasswordDiv {
    position: relative;
    top: 10px;
}

.LoginContainer {
    width: 350px;
    height: 560px;
    border-radius: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 40px #00000029;
    position: relative;
    margin-right: auto;
}

.userNameValidator {
    color: #FF5C5C !important;
    font-family: AvertaPE_Semibold;
    font-size: 15px;
    margin-top: 2px;
    display: flex;
    margin-left: 30px;
}

.userNameValidatorSignUp {
    color: #FF5C5C;
    font-family: AvertaPE_Semibold;
    font-size: 14px;
    margin-top: 2px;
    display: block;
    position: absolute;
    padding-right: 30px;
}

.passwordValidator {
    color: #FF5C5C !important;
    font-family: AvertaPE_Semibold;
    font-size: 15px;
    margin-top: 2px;
    display: flex;
}

span.lower-reset-pass {
    font-size: 14px;
    font-family: AvertaPE;
}

.passwordValidatorSignUp {
    color: #FF5C5C !important;
    font-family: AvertaPE_Semibold;
    font-size: 14px;
}

.disabled-button {
    background-color: #E9E8EC !important;
    color: #9897A9 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.signInToViva.disabled-button {
    color: #9897A9 !important;
}

.passwordValidatorReset {
    color: #FF5C5C !important;
    font-family: AvertaPE_Semibold;
    font-size: 14px;
    display: block;
    position: absolute;
}

.ImpersonateAsValidator {
    color: #FF5C5C;
    font-family: AvertaPE_Semibold;
    font-size: 15px;
    margin-top: 4px;
    display: flex;
    margin-left: 6px;
}

.reset-password-textbox.email {
    width: 100%;
    margin: 0;
}

.LoginHeader {
    height: 80px;
    background-color: #1F263A;
    width: 350px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.ErrorMessageContainerImpersonate {
    position: relative;
    top: 140px;
}

.ErrorMessageContainer {
    position: relative;
    top: 20px;
    display: flex;
    justify-content: center;
    top: 70px;
}

.Canvas {
    padding-right: 16px;
    padding-left: 16px;
    border-color: #EBEDED;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    margin-top: 40px;
    border-top-left-radius: 0px;
}

.incomeCanvas {
    height: 480px;
}

.ticketsCanvas {
    padding-top: 20px;
    height: 480px;
}

.productTxtBoxes::placeholder {
    color: #A0A3A3;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    margin-top: 70px;
    height: 90%;
    min-height: 90%;
    width: 100%;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}

#loadingProduct {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 100000;
    opacity: 0.8;
    height: calc(100vh - 64px);
    width: 100%;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

#loading-image {
    position: absolute;
    top: calc(50% - 64px);
    left: 50%;
    width: 50px;
    z-index: 1000000;
}

#loading-image-graph {
    display: none;
    position: absolute;
    top: 52%;
    left: 48%;
    width: 50px;
    z-index: 1000000;
    cursor: wait !important;
}

.canvasBtnActive {
    top: -30px;
    left: -17px;
    position: relative;
    border-bottom: none !important;
    border-color: #EBEDED;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 50px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    z-index: 50;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #1AABBF;
    font-family: AvertaPE;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-right: 22px;
    cursor: pointer;
    pointer-events: none;
    font-weight: 600;
}

.canvasBtnInactive {
    top: -30px;
    left: -17px;
    position: relative;
    border-bottom: none !important;
    border-color: #EDF1F6;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 50px;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    z-index: 50;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #5F6061;
    font-family: AvertaPE;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-right: 22px;
    cursor: pointer;
}

.LoginVivaLogo {
    filter: brightness(0) invert(1);
    width: 76px;
    height: 60px;
    position: absolute;
    top: 12px;
    left: 140px;
}

.lblLogin {
    color: #1F263A;
    font-size: 44px;
    font-family: AvertaPE_Semibold;
}

.LoginMain {
    margin-top: 40px;
}

.LoginMainImpersonate {
    margin-top: 20px;
}

.loginTable {
    border-collapse: collapse;
    margin-top: 40px;
}

.loginTableImpersonate {
    border-collapse: collapse;
    margin-top: 20px;
}

.logInButton {
    background-color: #1AABBF;
    color: #FFFFFF;
    opacity: 1;
    width: 144px;
    height: 45px;
    border-radius: 10px;
    background: #1AABBF 0% 0% no-repeat padding-box;
    min-width: 121px;
    border-style: none;
    display: flex;
    font-family: AvertaPE_Semibold;
    font-size: 17px;
    letter-spacing: 1px;
    cursor: pointer;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

    .logInButton:hover {
        transition: 0.2s cubic-bezier(0.83, 0, 0.17, 1);
        background-color: #007487;
    }

.logInButtonImp {
    background-color: #1AABBF;
    color: #FFFFFF;
    opacity: 1;
    width: 144px;
    height: 45px;
    border-radius: 10px;
    background: #1AABBF 0% 0% no-repeat padding-box;
    border-style: none;
    display: flex;
    font-family: AvertaPE_Semibold;
    font-size: 17px;
    letter-spacing: 1px;
    cursor: pointer;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

    .logInButtonImp:hover {
        transition: 0.2s cubic-bezier(0.83, 0, 0.17, 1);
        background-color: #007487;
    }

.loginTextboxes {
    font-size: 16px;
    font-family: AvertaPE_Semibold;
    padding: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-radius: 10px;
    height: 45px;
    width: 350px;
    max-width: 350px;
    background-color: #F4F5F6;
    border: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

#UserName[type=text] {
    padding-left: 40px;
    padding-top: 2px;
}

#Password[type="password"] {
    padding-left: 40px;
    padding-top: 2px;
}

#ConfirmPassword[type="password"] {
    padding-left: 40px;
    padding-top: 2px;
}

#ImpersonateAs[type=text] {
    padding-left: 40px;
    padding-top: 0px;
}

#Password[type=text] {
    padding-left: 40px;
    padding-top: 2px;
}

#UserName::placeholder {
    font-family: AvertaPE;
    font-size: 15px;
}


#ImpersonateAs::placeholder {
    font-family: AvertaPE;
    font-size: 15px;
}

#Password::placeholder {
    font-family: AvertaPE;
    font-size: 15px;
}

.userName {
    padding-right: 10px;
}

.password {
    padding-right: 50px;
}

.impersonateAs {
    padding-right: 10px;
}

button.search-button-focused {
    position: absolute;
    z-index: 29;
    right: 0px;
    top: 0px;
    width: 36px;
    height: 35px;
    border: none;
    background: #fff url(../../images/icons/Search-Blue.svg) no-repeat;
    background-position: center center;
    background-size: 20px;
    border-radius: 10px;
    padding: 12px;
}

.colorSearch {
    background: #484E64 !important;
}

.Newheader {
    width: 100%;
    height: 64px;
    top: 0;
    font-size: 17px;
    font-family: AvertaPE;
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    background: #1F263A 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #44444487;
    z-index: 100000;
    max-width: 100%;
    position: fixed;
}

.HeaderVivaLogo {
    filter: brightness(0) invert(1);
    width: 55px;
    vertical-align: middle;
}

.HeaderVivaLogoDiv {
    margin-left: 32px;
    display: inline-block;
}

.mobile .HeaderVivaLogoDiv {
    margin-left: 16px;
}

.HeaderVivaLogoDiv:hover {
    filter: invert(50%) sepia(18%) saturate(1712%) hue-rotate(139deg) brightness(107%) contrast(97%);
}

#tab6 {
    display: flex;
    /*display: none;*/
    /*pointer-events: none;*/
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

    #tab6 a {
        padding-right: 35px !important;
    }


.TabList {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    margin: 0 0 0 16px;
}

.header-submenu-list li {
    margin: 0 !important;
}

.TabList li {
    min-height: 36px;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 4px;
}

    .TabList li:hover {
        background-color: #484E64;
    }

    .TabList li a {
        color: #fff;
        padding: 8px 12px;
        text-decoration: none;
        box-sizing: border-box;
    }

.TabListActive {
    border-bottom: 4px solid #1AABBF !important;
}

.searchDiv {
    position: relative;
    margin-left: auto;
    width: 170px;
    max-width: 170px;
}

@media(min-width:1024px) {
    .searchDiv {
        transition: all 0.2s ease-in-out;
    }
}

.searchDivFocused {
    position: relative;
    margin-left: auto;
    margin-right: 0;
    width: 280px;
    max-width: 280px;
}

.searchBox {
    border-radius: 10px;
    height: 35px;
    background-color: #373E53;
    border: 0;
    color: #FFFFFF;
    display: block;
    width: 100%;
    min-width: 150px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: AvertaPE;
    padding-right: 35px;
    padding-left: 10px;
}

.searchBoxFocused {
    border-radius: 10px;
    height: 35px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #1F263A;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-family: AvertaPE;
    cursor: text;
    padding-right: 35px;
    padding-left: 10px;
}

.SearchPlacholder::-webkit-input-placeholder {
    color: #1F263A !important; /* WebKit, Blink, Edge */
    font-family: AvertaPE !important;
}

.SearchPlacholder:-moz-placeholder {
    color: #1F263A !important; /* Mozilla Firefox 4 to 18 */
    font-family: AvertaPE !important;
}

.SearchPlacholder::-moz-placeholder {
    color: #1F263A !important; /* Mozilla Firefox 19+ */
    font-family: AvertaPE !important;
}

.SearchPlacholder::-ms-input-placeholder {
    color: #1F263A !important; /* Microsoft Edge */
    font-family: AvertaPE !important;
}

.SearchPlacholder:-ms-input-placeholder {
    color: #1F263A !important; /* IE 10-11 */
    font-family: AvertaPE !important;
}

.SearchPlacholder::placeholder {
    color: #1F263A !important; /* Modern browsers */
    font-family: AvertaPE !important;
}

[id$="searchBox"]::placeholder {
    font-size: 16px;
    font-family: AvertaPE;
    color: white;
}

.searchImage {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 20px;
    padding: 0 !important;
    margin: 0 !important;
    pointer-events: none;
    cursor: default;
}

.chevronImageReport {
    height: 12px;
    margin-left: 10px;
    top: 1px;
    position: relative;
}

.chevronImageSupport {
    height: 12px;
    margin-left: 10px;
    top: 1px;
    position: relative;
}

chevronImageReport:hover {
    transition: 0.4s cubic-bezier(0.83, 0, 0.17, 1);
}

.dropdown {
    margin-right: unset !important;
    margin-top: 2px;
    margin-bottom: -2px;
    height: 38px !important;
}

.dropdownSupport {
    margin-right: unset !important;
    margin-top: 2px;
    margin-bottom: -2px;
    height: 38px !important;
}

.reportsClass {
    width: auto;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    height: 60px;
}

    .reportsClass:hover {
        /*border-bottom: 4px solid #1AABBF;*/
    }

.reportsClassInside {
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    margin-top: 11px;
}

    .reportsClassInside:hover {
        margin-top: 4px;
        border-radius: 10px;
        background-color: #484E64;
        height: 40px;
        margin-top: 11px;
    }

.dropdown-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #1F263A;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: -10.5px;
    z-index: 1000000000;
}

    .dropdown-content a {
        font-family: AvertaPE;
        padding: 12px 16px !important;
        text-decoration: none !important;
        display: block !important;
        font-size: 16px;
        height: unset !important;
    }

        .dropdown-content a:hover {
            background-color: #484E64 !important;
            font-family: AvertaPE;
            font-size: 16px;
            height: unset !important;
        }

            .dropdown-content a:hover:last-child {
                background-color: #484E64 !important;
                font-family: AvertaPE;
                font-size: 16px;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
            }



.supportClass {
    width: auto;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    height: 60px;
}

    .supportClass:hover {
        /*border-bottom: 4px solid #1AABBF;*/
    }

.supportClassInside {
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    margin-top: 11px;
}

    .supportClassInside:hover {
        margin-top: 4px;
        border-radius: 10px;
        background-color: #484E64;
        height: 40px;
        margin-top: 11px;
    }

.dropdownSupport-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #1F263A;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.4s cubic-bezier(0.83, 0, 0.17, 1);
    margin-left: -10.5px;
    z-index: 1000000000;
}

    .dropdownSupport-content a {
        font-family: AvertaPE;
        padding: 12px 16px !important;
        text-decoration: none !important;
        display: block !important;
        font-size: 16px;
        height: unset !important;
    }

        .dropdownSupport-content a:hover {
            background-color: #484E64 !important;
            font-family: AvertaPE;
            font-size: 16px;
            height: unset !important;
        }

            .dropdownSupport-content a:hover:last-child {
                background-color: #5A627D !important;
                font-family: AvertaPE;
                font-size: 16px;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
            }

.PersonImageDiv {
    position: relative;
    padding-right: 36px;
}

.PersonImage {
    vertical-align: middle;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
}

.mobile .LanguageDiv {
    margin: 0 8px 0 8px;
}

.mobile .PersonDiv {
    margin: 0 16px 0 8px;
}

.LanguageDiv {
    display: inline-flex;
    margin: 0 8px 0 16px;
    list-style-type: none !important;
    height: 36px;
    position: relative;
    justify-content: center;
}

    .LanguageDiv:hover {
        background-color: #484E64;
        height: 36px;
        border-radius: 10px;
        cursor: pointer;
    }

.showList {
    display: flex !important;
}

.dropdownLanguageInfo-content {
    display: none;
    position: absolute;
    background-color: #484E64;
    min-width: 90px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 11;
    top: 46px;
    border-radius: 10px;
    transition: 0.4s cubic-bezier(0.83, 0, 0.17, 1);
    right: -1px;
    border-radius: 10px;
}

    .dropdownLanguageInfo-content a {
        font-family: AvertaPE;
        padding: 9.5px 10px !important;
        text-decoration: none !important;
        display: block !important;
        font-size: 16px;
        color: white;
        cursor: pointer;
    }

        .dropdownLanguageInfo-content a.new-ui-language-selected:hover {
            background-color: #1AABBF !important;
        }

        .dropdownLanguageInfo-content a:hover {
            transition: 0.2s cubic-bezier(0.83, 0, 0.17, 1);
            font-size: 16px;
            background-color: #5A627D !important;
            font-family: AvertaPE;
        }

            .dropdownLanguageInfo-content a:hover:last-child {
                background-color: #5A627D !important;
                font-family: AvertaPE;
                font-size: 16px;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
            }

            .dropdownLanguageInfo-content a:hover:first-child {
                background-color: #5A627D !important;
                font-family: AvertaPE;
                font-size: 16px;
                border-radius: 10px 10px 0 0;
            }

        .dropdownLanguageInfo-content a:first-child {
            border-radius: 10px 10px 0 0;
        }

        .dropdownLanguageInfo-content a:last-child {
            border-radius: 0 0 10px 10px !important;
        }

.dropdownLoginLanguageInfo-content {
    display: none;
    position: absolute;
    min-width: 90px;
    z-index: 30000;
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
    display: none;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
    background-color: white;
}

    .dropdownLoginLanguageInfo-content a {
        padding: 12px 10px !important;
        text-decoration: none !important;
        display: block !important;
        font-size: 16px;
        color: black;
        cursor: pointer;
        border-radius: 8px;
    }

        .dropdownLoginLanguageInfo-content a:hover {
            transition: 0.2s cubic-bezier(0.83, 0, 0.17, 1);
            font-size: 16px;
            background-color: #EDFBF460 !important;
            color: black;
        }

.LanguageDiv:hover .dropdownLoginLanguageInfo-content {
    display: block;
}

.new-ui-language-selected {
    font-family: AvertaPE_Semibold;
    font-size: 16px;
    background-color: #EDFBF4 !important;
    color: black !important;
}


.LanguageImageDiv {
    padding-right: 36px;
}

.LanguageImage {
    vertical-align: middle;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
    cursor: pointer;
}

.hideClass {
    transition: 0.4s cubic-bezier(0.83, 0, 0.17, 1) !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.showClass {
    transition: 0.4s cubic-bezier(0.83, 0, 0.17, 1) !important;
    visibility: visible !important;
    opacity: 1 !important;
}

    .showClass a:hover {
        border-radius: 0px !important;
    }

        .showClass a:hover:last-child {
            border-bottom-right-radius: 10px !important;
            border-bottom-left-radius: 10px !important;
            border-top-right-radius: 0px !important;
            border-top-left-radius: 0px !important;
        }

.dropdownPersonInfo-content {
    display: none;
    position: absolute;
    background-color: #484E64;
    max-width: 330px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    top: 46px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.4s cubic-bezier(0.83, 0, 0.17, 1);
    z-index: 1000000000;
    right: 0px;
    border-radius: 10px;
}

.show-dropdown {
    display: block !important;
    transition: 0.4s cubic-bezier(0.83, 0, 0.17, 1);
}

.header-submenu-list li:hover {
    background-color: #5A627D !important;
    transition: 0.2s cubic-bezier(0.83, 0, 0.17, 1);
}

.dropdownPersonInfo-content a {
    padding: 9.5px 16px !important;
    text-decoration: none !important;
    display: block !important;
    font-size: 16px;
    color: white;
}

    .dropdownPersonInfo-content a:last-child {
        padding: 9.5px 16px 11.5px 16px !important;
        text-decoration: none !important;
        display: block !important;
        font-size: 16px;
        color: white;
    }

    .dropdownPersonInfo-content a:hover {
        transition: 0.2s cubic-bezier(0.83, 0, 0.17, 1);
        font-size: 16px;
        background-color: #5A627D !important;
        font-family: AvertaPE;
    }

        .dropdownPersonInfo-content a:hover:last-child {
            background-color: #5A627D !important;
            font-family: AvertaPE;
            font-size: 16px;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

.PersonInfoDiv {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
}

.HeaderLoginName {
    font-family: AvertaPE;
    font-size: 13px;
    cursor: default !important;
    color: #646567;
    display: inline-flex;
    align-items: center;
    border-radius: 10px 10px 0 0;
    padding: 2px 8px 4px 8px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.email-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    flex-shrink: 1; 
}

.email-domain {
    flex-shrink: 0;
    white-space: nowrap;
}


.HeaderStation {
    display: block;
    font-family: AvertaPE;
    font-size: 16px;
    padding: 5px 16px 12px 16px;
    overflow-wrap: break-word;
}

.HeaderLoginNameMobile {
    display: none;
}

.HeaderStationMobile {
    display: none;
}

.LoginStationDiv {
    border-radius: 10px 10px 0 0;
    cursor: default;
}

.FiltersDashboard {
    /*background: url(../../images/icons/dashboard-upper-back.svg), linear-gradient( 5deg, #0D5660 -20%, #1AABBF 115%);*/
    border-radius: 10px;
    width: 1250px;
    margin: auto;
    min-width: 1231px;
    max-width: 1250px;
    margin-top: 0px;
    position: relative;
    padding-bottom: 10px;
}

.dashboardHr {
    border: 0px solid var(--colors-grey-grey-500, #EDF1F6);
}

.FilterDashboardTitles {
    padding: 5px;
    display: flex;
    flex-direction: column;
    width: 1250px;
    margin: auto;
    min-width: 1231px;
    max-width: 1250px;
    padding-top: 30px;
}

.FilterDashboardTitlesProducts {
    padding: 5px;
    display: flex;
    flex-direction: column;
    width: 1250px;
    margin: auto;
    min-width: 1231px;
    max-width: 1250px;
}

.FilterDashboardDropDowns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 1250px;
    margin: auto;
    min-width: 1231px;
    max-width: 1250px;
}

.overviewDashboard {
    font-family: AvertaPE_Semibold;
    font-size: 20px;
    color: #5F6061;
}

.NumbersContainerDashboard {
    display: flex;
    width: 100%;
    height: 160px;
}

.numberscontainerProducts {
    display: flex;
    width: 100%;
    height: 160px;
}

.numberscontainerProductsMobile {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.getfullSalesReport {
    font-family: AvertaPE !important;
    font-size: 16px !important;
    color: #1AABBF !important;
    text-decoration: none !important;
    cursor: pointer !important;
    background-image: url(../../images/icons/paperclip.svg);
    background-position: 0px 1px;
    background-size: 13px 13px;
    background-repeat: no-repeat;
    padding-left: 15px;
}

    .getfullSalesReport:hover {
        text-decoration: underline !important;
    }

.IncomeNumberDashboardDivs {
    width: 100%;
    background-color: #FAFAFA;
    border-radius: 10px;
    position: relative;
    height: 145px;
    margin-right: 30px;
}

.IncomeNumberDashboardDivsMobile {
    width: 100%;
    background-color: #FAFAFA;
    border-radius: 10px;
    position: relative;
    height: 130px;
    margin-bottom: 20px;
}

.TicketsNumberDashboardDivs {
    width: 100%;
    background-color: #FAFAFA;
    border-radius: 10px;
    position: relative;
    height: 145px;
    margin-right: 30px;
}

.TicketsNumberDashboardDivsMobile {
    width: 100%;
    background-color: #FAFAFA;
    border-radius: 10px;
    position: relative;
    height: 130px;
    margin-bottom: 20px;
}

.OrdersNumberDashboardDivs {
    width: 100%;
    background-color: #FAFAFA;
    border-radius: 10px;
    position: relative;
    height: 145px;
}

.OrdersNumberDashboardDivsMobile {
    width: 100%;
    background-color: #FAFAFA;
    border-radius: 10px;
    position: relative;
    height: 143px;
    margin-bottom: 20px;
}

.showCalendarDiv {
    position: relative;
    top: 17px;
    left: 0px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    width: 530px;
    /* visibility: hidden; */
    background-color: #EBEDED;
    min-height: 220px;
    z-index: 10000;
    border-radius: 10px;
    box-shadow: 2px 3px 3px rgb(0 0 0 / 11%);
    border: 1px solid #ddd;
}

#Calendar1 {
    z-index: 10;
    position: relative;
}

    #Calendar1 td {
        text-align: center;
    }

    #Calendar1 th {
        text-align: center;
    }

    #Calendar1 a {
        text-decoration: none !important;
    }

#Calendar2 {
    z-index: 10;
}

    #Calendar2 td {
        text-align: -webkit-center;
    }

    #Calendar2 th {
        text-align: -webkit-center;
    }

    #Calendar2 a {
        text-decoration: none !important;
    }

.NumberLabel {
    font-family: AvertaPE;
    font-size: 17px;
    position: relative;
    float: left;
    padding-top: 20px;
    padding-left: 30px;
    color: #5F6061;
}

.NumberProductsLabel {
    font-family: AvertaPE;
    font-size: 17px;
    position: relative;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    width: 80%;
    color: #5F6061;
    line-height: 16px;
}

.InfoImageDashboardIncome {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    background: #EBEDED 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
}

.InfoImageDashboardIncomeHovered {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    background: #E8FAFA 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
}

.InfoImageDashboardTickets {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    background: #EBEDED 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
}

.InfoImageDashboardTicketsHovered {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    background: #E8FAFA 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
}

.InfoImageDashboardOrder {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    background: #EBEDED 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
}

.InfoImageDashboardOrderHovered {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    background: #E8FAFA 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
}

.InfoImageDashboardAverage {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    background: #EBEDED 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
}

.InfoImageDashboardAverageHovered {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    background: #E8FAFA 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
}

.actualNumberIncome {
    font-family: AvertaPE_Semibold;
    font-size: 26px;
    color: #1AABBF;
    position: absolute;
    top: 60px;
    left: 32px;
}

.actualNumberIncomeProduct {
    font-family: AvertaPE_Semibold;
    font-size: 24px;
    color: #1AABBF;
    position: absolute;
    top: 55px;
    left: 20px;
}

.incomePercentage {
    font-family: AvertaPE_Semibold;
    font-size: 20px;
    position: absolute;
    top: 103px;
    left: 57px;
}

.incomePercentageProduct {
    font-family: AvertaPE_Semibold;
    font-size: 19px;
    position: absolute;
    top: 105px;
    left: 40px;
}

.incomeImage {
    position: absolute;
    top: 105px;
    left: 34px;
}

.incomeImageProduct {
    position: absolute;
    top: 105px;
    left: 20px;
}

.ticketsPercentage {
    font-family: AvertaPE_Semibold;
    font-size: 20px;
    position: absolute;
    top: 103px;
    left: 57px;
}

.ticketsPercentageProduct {
    font-family: AvertaPE_Semibold;
    font-size: 19px;
    position: absolute;
    top: 105px;
    left: 40px;
}

.ticketsImage {
    position: absolute;
    top: 105px;
    left: 34px;
}

.ticketsImageProduct {
    position: absolute;
    top: 105px;
    left: 20px;
}

.ordersPercentage {
    font-family: AvertaPE_Semibold;
    font-size: 20px;
    position: absolute;
    top: 103px;
    left: 57px;
}

.ordersPercentageProduct {
    font-family: AvertaPE_Semibold;
    font-size: 19px;
    position: absolute;
    top: 105px;
    left: 40px;
}

.ordersImage {
    position: absolute;
    top: 105px;
    left: 34px;
}

.ordersImageProduct {
    position: absolute;
    top: 105px;
    left: 20px;
}

.UsefulInfosContainerDashboard {
    width: 100%;
    background-color: #FAFAFA;
    border-radius: 10px;
    position: relative;
    height: 104px;
    margin-top: -10px;
}

.ticketValueAverageDiv {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.averageDiv {
    display: grid;
    text-align: center;
}

.averageNumbers {
    font-family: AvertaPE_Semibold;
    font-size: 26px;
    color: #1AABBF;
}

.averageNumbersLabels {
    font-family: AvertaPE;
    font-size: 17px;
    color: #7F8182;
    padding-top: 7px;
}

.days2Options .selected {
    cursor: not-allowed !important;
}

    .days2Options .selected label {
        cursor: not-allowed !important;
    }

.actualNumberTicekts {
    font-family: AvertaPE_Semibold;
    font-size: 26px;
    color: #1AABBF;
    position: absolute;
    top: 55px;
    left: 32px;
}

.actualNumberTicektsProduct {
    font-family: AvertaPE_Semibold;
    font-size: 24px;
    color: #1AABBF;
    position: absolute;
    top: 60px;
    left: 20px;
}

.actualNumberOrders {
    font-family: AvertaPE_Semibold;
    font-size: 26px;
    color: #1AABBF;
    position: absolute;
    top: 55px;
    left: 32px;
}

.actualNumberOrdersProduct {
    font-family: AvertaPE_Semibold;
    font-size: 24px;
    color: #1AABBF;
    position: absolute;
    top: 60px;
    left: 20px;
}

.info-balloon-NoSales {
    color: #158999;
    position: absolute;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.3;
    z-index: 5000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 600px;
}

.triangle-dashboard-NoSales {
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 10px solid #E8FAFA;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: -10px;
    left: 50px;
}

.NoSalesHeader {
    font-family: AvertaPE_Semibold;
    font-size: 18px;
}

.NoSalesText {
    font-family: AvertaPE;
    font-size: 16px;
}

.info-balloon-Income {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    position: absolute;
    left: 220px;
    width: 320px;
    bottom: 150px;
    opacity: 0;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    z-index: 0;
}

.info-balloon-Income-show {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    position: absolute;
    left: 220px;
    width: 320px;
    bottom: 150px;
    opacity: 1;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
}

.info-balloon-Income-zindex {
    z-index: 1000;
}

.triangle-dashboard-Income {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 10px solid #E8FAFA;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: -5px;
    right: 7px;
    z-index: 1000;
}

.triangle-dashboard-Income-show {
    opacity: 1;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 10px solid #E8FAFA;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: -5px;
    right: 7px;
    z-index: 1000;
}

.info-balloon-Tickets {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    position: absolute;
    left: 220px;
    width: 320px;
    bottom: 150px;
    opacity: 0;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    z-index: 10;
}

.info-balloon-Tickets-show {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    position: absolute;
    left: 220px;
    width: 320px;
    bottom: 150px;
    opacity: 1;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    z-index: 10;
}

.triangle-dashboard-Tickets {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 10px solid #E8FAFA;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: -5px;
    right: 7px;
    z-index: 1000;
}

.triangle-dashboard-Tickets-show {
    opacity: 1;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 10px solid #E8FAFA;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: -5px;
    right: 7px;
    z-index: 1000;
}

.info-balloon-Order {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    position: absolute;
    left: 220px;
    width: 320px;
    bottom: 150px;
    opacity: 0;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    z-index: 10;
}

.info-balloon-Order-show {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    position: absolute;
    left: 220px;
    width: 320px;
    bottom: 150px;
    opacity: 1;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    z-index: 10;
}

.info-balloon-Average {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    position: absolute;
    left: 1070px;
    width: 320px;
    bottom: 110px;
    opacity: 0;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    z-index: 10;
}

.info-balloon-Average-show {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    position: absolute;
    left: 1070px;
    width: 320px;
    bottom: 110px;
    opacity: 1;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    z-index: 10;
}

.fix-scroll {
    width: 100%;
}

@media (max-width:1340px) {
    div.new-ui-container {
        min-width: unset !important;
    }
}

@media (max-width: 1580px) {
    .info-balloon-Order {
        font-family: AvertaPE;
        font-size: 14px;
        color: #158999;
        position: absolute;
        left: 62px;
        width: 320px;
        bottom: 150px;
        opacity: 0;
        background-color: #E8FAFA;
        padding: 10px 10px 10px 10px;
        text-align: left;
        border-radius: 10px;
        box-shadow: 0px 1px 10px #00000026;
        line-height: 1.5;
        z-index: 10;
    }

    .info-balloon-Order-show {
        font-family: AvertaPE;
        font-size: 14px;
        color: #158999;
        position: absolute;
        left: 62px;
        width: 320px;
        bottom: 150px;
        opacity: 1;
        background-color: #E8FAFA;
        padding: 10px 10px 10px 10px;
        text-align: left;
        border-radius: 10px;
        box-shadow: 0px 1px 10px #00000026;
        line-height: 1.5;
        z-index: 10;
    }

    .info-balloon-Average {
        font-family: AvertaPE;
        font-size: 14px;
        color: #158999;
        position: absolute;
        left: 910px;
        width: 320px;
        bottom: 110px;
        opacity: 0;
        background-color: #E8FAFA;
        padding: 10px 10px 10px 10px;
        text-align: left;
        border-radius: 10px;
        box-shadow: 0px 1px 10px #00000026;
        line-height: 1.5;
        z-index: 10;
    }

    .info-balloon-Average-show {
        font-family: AvertaPE;
        font-size: 14px;
        color: #158999;
        position: absolute;
        left: 910px;
        width: 320px;
        bottom: 110px;
        opacity: 1;
        background-color: #E8FAFA;
        padding: 10px 10px 10px 10px;
        text-align: left;
        border-radius: 10px;
        box-shadow: 0px 1px 10px #00000026;
        line-height: 1.5;
        z-index: 10;
    }
}

.triangle-dashboard-Order {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 10px solid #E8FAFA;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: -5px;
    right: 7px;
    z-index: 1000;
}

.triangle-dashboard-Order-show {
    opacity: 1;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 10px solid #E8FAFA;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: -5px;
    right: 7px;
    z-index: 1000;
}

.triangle-dashboard-Average {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 10px solid #E8FAFA;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: -5px;
    right: 7px;
    z-index: 1000;
}

.triangle-dashboard-Average-show {
    opacity: 1;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 10px solid #E8FAFA;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: -5px;
    right: 7px;
    z-index: 1000;
}

.ViewData {
    padding-top: 10px;
    font-family: AvertaPE_Semibold;
    font-size: 15px;
    color: #5F6061;
}

.drpDays2 {
    background-image: url(../../images/icons/chevron-down-grey.svg);
    background-position: 160px;
    background-repeat: no-repeat;
    background-size: 13px;
    cursor: pointer;
}

    .drpDays2 label {
        cursor: pointer;
    }

.drpDays2Hovered {
    background-image: url(../../images/icons/chevron-down-grey.svg);
    background-position: 260px;
    background-repeat: no-repeat;
    background-size: 13px;
    margin-left: 10px;
    background-color: #E8FAFA !important;
}

.drpPlays2 {
    background-image: url(../../images/icons/chevron-down-grey.svg);
    background-position: 260px;
    background-repeat: no-repeat;
    background-size: 13px;
    cursor: pointer;
}

    .drpPlays2 label {
        cursor: pointer;
    }

.drpDays2Div {
    display: inline-block;
    float: left;
    width: 190px;
    display: none;
}

.drpPlays2Div {
    display: inline-block;
    float: left;
    display: none;
}

.calendarDiv {
    float: left;
    border-radius: 10px;
    background-color: #EBEDED;
    /*display: inline-block;*/
    left: -100px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-right: 10px;
    display: none;
}

    .calendarDiv:hover {
        background-color: #E8FAFA;
    }

.calendarImage {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    width: 16px;
}

.DiagramDashboard {
    margin-top: 30px;
    padding-top: 155px;
    padding-bottom: 50px;
    border-radius: 10px;
    position: relative;
    border-color: #E7E7E7;
    border-style: solid;
    border-width: 0px;
    text-align: center;
}

.ProductsTitle {
    font-family: AvertaPE_Semibold;
    font-size: 22px;
}

.standaloneurlDiv {
    display: none;
}

#shippingBegins {
    position: relative;
    width: 150px;
    height: 25px;
    color: black;
}

    #shippingBegins:before {
        position: absolute;
        left: 3px;
        content: attr(data-date);
        display: inline-block;
        color: black;
    }

    #shippingBegins::-webkit-datetime-edit, #shippingBegins::-webkit-inner-spin-button, #shippingBegins::-webkit-clear-button {
        display: none;
    }

    #shippingBegins::-webkit-calendar-picker-indicator {
        position: absolute;
        top: 3px;
        right: 0;
        color: black;
        opacity: 1;
    }

.newProductBtn {
    text-decoration: none !important;
    background: #1AABBF 0% 0% no-repeat padding-box;
    padding: 8px 16px;
    color: white !important;
    font-family: AvertaPE;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .newProductBtn:hover {
        background: #76cdd9 0% 0% no-repeat padding-box;
        transition: ease-in-out, 0.2s;
    }

.addOptionBtn {
    text-decoration: none !important;
    width: 149px;
    height: 30px;
    background: white 0% 0% no-repeat padding-box;
    padding: 8px 16px;
    color: #1AABBF !important;
    font-family: AvertaPE;
    font-size: 16px;
    text-align: center;
    border: 1px solid #1AABBF;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
    top: -12px;
}

.toggleSwitch span span {
    display: none;
}

.toggleSwitch {
    display: inline-block;
    height: 18px;
    position: relative;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    width: 230px;
    background: #EBEDED 0% 0% no-repeat padding-box;
    border-radius: 10px;
    height: 41px;
    user-select: none;
    color: #5F6061;
    font-size: 15px;
    font-family: 'AvertaPE';
}

    .toggleSwitch * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .toggleSwitch label,
    .toggleSwitch > span {
        line-height: 20px;
        height: 20px;
        vertical-align: middle;
    }

    .toggleSwitch input:focus ~ a,
    .toggleSwitch input:focus + label {
        outline: none;
    }

    .toggleSwitch label {
        position: relative;
        z-index: 3;
        display: block;
        width: 100%;
    }

    .toggleSwitch input {
        position: absolute;
        opacity: 0;
        z-index: 5;
    }

    .toggleSwitch > span {
        position: absolute;
        left: 0;
        width: calc(100% - 6px);
        margin: 0;
        text-align: left;
        white-space: nowrap;
        margin: 0 3px;
    }

        .toggleSwitch > span span {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 5;
            display: block;
            width: 50%;
            margin-left: 50px;
            text-align: left;
            font-size: 0.9em;
            width: auto;
            left: 0;
            top: -1px;
            opacity: 1;
            width: 40%;
            text-align: center;
            line-height: 41px;
        }

    .toggleSwitch a {
        position: absolute;
        right: 50%;
        z-index: 4;
        display: block;
        top: 3px;
        bottom: 3px;
        padding: 0;
        left: 3px;
        width: 50%;
        background-color: white;
        border-radius: 10px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .toggleSwitch > span span:first-of-type {
        color: #1AABBF;
        opacity: 1;
        left: 0;
        margin: 0;
        width: 50%;
        font-size: 15px;
        font-family: 'AvertaPE';
        z-index: 500;
        top: 0px;
    }

    .toggleSwitch > span span:last-of-type {
        left: auto;
        right: 0;
        color: #999;
        margin: 0;
        width: 50%;
        font-size: 15px;
        font-family: 'AvertaPE';
        top: 0px;
    }

    .toggleSwitch > span:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: -2px;
        /* background-color: #fafafa;
	border: 1px solid #ccc; */
        border-radius: 30px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .toggleSwitch input:checked ~ a {
        left: calc(50% - 3px);
    }

    .toggleSwitch input:checked ~ span:before {
        /* border-color: #0097D1;
	box-shadow: inset 0 0 0 30px #0097D1; */
    }

    .toggleSwitch input:checked ~ span span:first-of-type {
        left: 0;
        color: #5F6061;
        font-size: 15px;
        font-family: 'AvertaPE';
    }

    .toggleSwitch input:checked ~ span span:last-of-type {
        /* opacity: 1;
	color: #fff;	 */
        color: #1AABBF;
        font-size: 15px;
        font-family: 'AvertaPE';
    }

    /* Switch Sizes */
    .toggleSwitch.large {
        width: 60px;
        height: 27px;
    }

        .toggleSwitch.large a {
            width: 27px;
        }

        .toggleSwitch.large > span {
            height: 29px;
            line-height: 28px;
        }

        .toggleSwitch.large input:checked ~ a {
            left: 41px;
        }

        .toggleSwitch.large > span span {
            font-size: 1.1em;
        }

            .toggleSwitch.large > span span:first-of-type {
                left: 50%;
            }

    .toggleSwitch.xlarge {
        width: 80px;
        height: 36px;
    }

        .toggleSwitch.xlarge a {
            width: 36px;
        }

        .toggleSwitch.xlarge > span {
            height: 38px;
            line-height: 37px;
        }

        .toggleSwitch.xlarge input:checked ~ a {
            left: 52px;
        }

        .toggleSwitch.xlarge > span span {
            font-size: 1.4em;
        }

            .toggleSwitch.xlarge > span span:first-of-type {
                left: 50%;
            }

.visibilityDiv {
    padding-left: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.PhotosInstructions {
    font-family: AvertaPE;
    font-size: 14px;
    padding-bottom: 5px;
    width: 596px;
}

.products-welcome {
    background: #fafafa;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20vh;
    border-radius: 10px;
    max-width: 530px;
    padding: 32px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #ebeded;
}

.ProductEmptyInfo {
    font-family: AvertaPE_Semibold;
    font-size: 20px;
    text-align: center;
}

.ProductCreateInfo {
    padding-top: 5px;
    font-family: AvertaPE;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
}

.createProductInfo {
    margin-top: 30px;
    text-decoration: none !important;
    background: #1AABBF 0% 0% no-repeat padding-box;
    color: #FFFFFF !important;
    padding: 8px 16px;
    font-family: AvertaPE;
    font-size: 16px;
    border-radius: 6px;
}

    .createProductInfo:hover {
        transition: ease-in-out, 0.2s;
        background-color: #76CDD9 !important;
    }

.ProductsNewIndicator {
    font-family: AvertaPE;
    font-size: 12px;
    text-align: center;
    padding: 4px;
    color: white;
    background-color: #1AABBF;
    border-radius: 6px;
    margin-left: -32px;
    cursor: default;
    margin-right: 6px;
}

.products-selection {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    padding-top: 20px;
}

.addProductPlus {
    position: relative;
    top: 3px;
    left: -10px;
    width: 16px;
}

.addOption {
    position: relative;
    left: -7px;
    width: 16px;
    top: 3px;
}

.addProductButton {
    position: relative;
    left: -5px;
    top: -1px;
    width: 16px;
}

.productimageSearch {
    position: relative;
    height: 80px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80px;
    object-fit: contain;
}

.productimageSearchMobile {
    position: relative;
    max-width: 80px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80px;
    object-fit: contain;
}

.searchProuctImageNameDiv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.searchProuctImageNameMobileDiv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 300px;
}

#imagename {
    overflow-wrap: break-word;
}

.searchImageDiv {
    position: relative;
    height: 90px;
    width: 25%;
}


.searchImageMobileDiv {
    position: relative;
    width: 25%;
    height: 80px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.searchNameDiv {
    width: 75%;
    overflow-wrap: break-word;
}

.searchNameMobileDiv {
    width: 75%;
    overflow-wrap: break-word;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    padding-left: 20px;
}

    .searchNameMobileDiv a {
        position: relative;
        margin-left: 5px;
        width: 100%;
        text-align: left;
    }

    .searchNameMobileDiv span {
        position: relative;
        margin-left: 5px;
        width: 100%;
        text-align: left;
        padding-top: 10px;
    }

.breadcrumbsDiv {
    padding: 60px 0px 0px 60px;
}

.productMainDiv {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 60px 60px 60px 60px;
}

.StaticPageTitle {
    color: #5F6061 !important;
    font-family: AvertaPE;
    font-size: 16px;
    text-decoration: none !important;
}

    .StaticPageTitle:hover {
        text-decoration: underline !important;
    }

.NewProductOrName {
    color: #0F0F0F;
    font-family: AvertaPE_Semibold;
    font-size: 22px;
}

.productDiv {
    padding-left: 88px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-family: AvertaPE;
    font-size: 16px;
    color: black;
    padding-bottom: 30px;
}

.productMenuDiv {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #00000029;
    border-radius: 10px;
    font-family: AvertaPE;
    font-size: 16px;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    min-width: 292px;
}

.productMenuHeader {
    padding: 20px;
    font-family: AvertaPE_Semibold;
    font-size: 18px;
}

.productMenuHeaderBorder {
    border-bottom: 1px solid #CFD1D1;
    display: flex;
    width: 292px;
    flex-direction: column;
}

.generalMenuSectionDiv {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 13px;
    border-left: 6px solid transparent;
    width: 258px;
    font-family: AvertaPE_Semibold;
    font-size: 16px;
    color: #5F6061;
    cursor: pointer;
    background-color: #FAFAFA;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

    .generalMenuSectionDiv:hover {
        background-color: #FFFFFF;
        border-left: 6px solid #CFD1D1;
        transition: ease-in-out, 0.4s;
    }

.exclamation {
    margin-left: 10px;
    border: 1px solid #FF5C5C;
    color: #FF5C5C;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 22px;
    float: right;
    display: none;
}

.inventoryMenuSectionDiv {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 13px;
    border-left: 6px solid transparent;
    width: 258px;
    font-family: AvertaPE_Semibold;
    font-size: 16px;
    color: #5F6061;
    cursor: pointer;
    background-color: #FAFAFA;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

    .inventoryMenuSectionDiv:hover {
        background-color: #FFFFFF;
        border-left: 6px solid #CFD1D1;
        transition: ease-in-out, 0.4s;
    }

.productInfoMenuSectionDiv {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 13px;
    border-left: 6px solid transparent;
    width: 258px;
    font-family: AvertaPE_Semibold;
    font-size: 16px;
    color: #5F6061;
    cursor: pointer;
    background-color: #FAFAFA;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

    .productInfoMenuSectionDiv:hover {
        background-color: #FFFFFF;
        border-left: 6px solid #CFD1D1;
        transition: ease-in-out, 0.4s;
    }

.collectionshippingMenuSectionDiv {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 13px;
    border-left: 6px solid transparent;
    width: 258px;
    font-family: AvertaPE_Semibold;
    font-size: 16px;
    color: #5F6061;
    cursor: pointer;
    background-color: #FAFAFA;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

    .collectionshippingMenuSectionDiv:hover {
        background-color: #FFFFFF;
        border-left: 6px solid #CFD1D1;
        transition: ease-in-out, 0.4s;
    }

.sectionActive {
    border-left: 6px solid #1AABBF;
    background-color: #FFFFFF;
}

    .sectionActive:hover {
        border-left: 6px solid #1AABBF;
        background-color: #FFFFFF;
    }

.inventorySection {
    display: none;
}

.productInfoSection {
    display: none;
}

.collectionShippingSection {
    display: none;
}

.yesNo {
    font-size: 16px;
}

.multilineDiv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.yesnoInfoDiv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
}

.productDrpDwn {
    padding: 8px;
    -webkit-appearance: none;
    background-image: url('../../images/icons/chevron-down-grey.svg');
    background-position: right 20px bottom 10px;
    background-repeat: no-repeat;
    background-size: 14px;
    border: 1px solid #CFD1D1;
    border-radius: 10px;
    height: 37px;
    width: 616px;
    background-color: #FAFAFA;
    margin-top: 5px;
    font-family: AvertaPE;
    font-size: 15px;
    color: black;
    cursor: pointer;
}

input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
    cursor: pointer;
}

input[type=file] { /* chromes and blink button */
    cursor: pointer;
}

input::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

.productDrpDwn:hover {
    background-color: white;
}

.PlayRelateddrp2 {
    padding: 8px;
    -webkit-appearance: none;
    background-image: url('../../images/icons/chevron-down-grey.svg');
    background-position: right 20px bottom 10px;
    background-repeat: no-repeat;
    background-size: 14px;
    border: 1px solid #CFD1D1 !important;
    border-radius: 10px;
    height: 35px;
    width: 616px;
    background-color: #FAFAFA !important;
    margin-top: 5px;
    font-family: AvertaPE;
    font-size: 16px;
    color: black;
}

    .PlayRelateddrp2:hover {
        background-color: white;
    }

.addAnotherDestination {
    color: #1AABBF;
    cursor: pointer;
}

.deleteProduct {
    color: red;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
}

.generalSettingsLabel {
    font-family: AvertaPE_Semibold;
    font-size: 18px;
}

.InventoryLabel {
    font-family: AvertaPE_Semibold;
    font-size: 18px;
}

.ProductInfoLabel {
    font-family: AvertaPE_Semibold;
    font-size: 18px;
}

.productInDivs {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%
}

.EventRelDiv {
    padding-bottom: 0px !important;
}

.alldestinationdivs {
    padding-top: 0px !important;
    padding-bottom: 70px;
}

.PlayRelatedDiv {
    padding-top: 5px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%
}

.urlDiv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%
}

.StandaloneImage {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: -3px;
    margin-left: 10px;
    background: #EBEDED 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.StandaloneImageHovered {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: -3px;
    margin-left: 10px;
    background: #E8FAFA 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.info-balloon-Standalone {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    opacity: 0;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    z-index: 0;
    white-space: nowrap;
}

.info-balloon-Standalone-show {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    opacity: 1;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    white-space: nowrap;
}

.info-balloon-Standalone-zindex {
    z-index: 1000;
}

.triangle-Standalone {
    opacity: 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #E8FAFA;
    z-index: 1000;
}

.triangle-Standalone-show {
    opacity: 1;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #E8FAFA;
    z-index: 1000;
}

.EventRelImage {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: -3px;
    margin-left: 10px;
    background: #EBEDED 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.EventRelImageHovered {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: -3px;
    margin-left: 10px;
    background: #E8FAFA 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.info-balloon-EventRel {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    opacity: 0;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    z-index: 0;
    white-space: nowrap;
}

.info-balloon-EventRel-show {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    opacity: 1;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    white-space: nowrap;
}

.info-balloon-EventRel-zindex {
    z-index: 1000;
}

.triangle-EventRel {
    opacity: 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #E8FAFA;
    z-index: 1000;
}

.triangle-EventRel-show {
    opacity: 1;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #E8FAFA;
    z-index: 1000;
}

.VisibilityImage {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: -3px;
    margin-left: 10px;
    background: #EBEDED 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.VisibilityImageHovered {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: -3px;
    margin-left: 10px;
    background: #E8FAFA 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.info-balloon-Visibility {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    opacity: 0;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    z-index: 0;
    white-space: nowrap;
    position: absolute;
    left: 377px;
    display: none;
    width: 500px;
    white-space: break-spaces;
}

.info-balloon-Visibility-show {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    opacity: 1;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    white-space: nowrap;
    position: absolute;
    left: 377px;
    z-index: 50;
    display: block;
    width: 500px;
    white-space: break-spaces;
}

.info-balloon-Visibility-zindex {
    z-index: 1000;
}

.triangle-Visibility {
    opacity: 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #E8FAFA;
    z-index: 1000;
    display: none;
}

.triangle-Visibility-show {
    opacity: 1;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #E8FAFA;
    z-index: 1000;
    display: block;
}

.ProductInstructionsImage {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: -3px;
    margin-left: 10px;
    background: #EBEDED 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.ProductInstructionsImageHovered {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: -3px;
    margin-left: 10px;
    background: #E8FAFA 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.info-balloon-ProductInstructions {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    opacity: 0;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    z-index: 0;
    white-space: nowrap;
    margin-top: -13px;
}

.info-balloon-ProductInstructions-show {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    opacity: 1;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    white-space: nowrap;
    margin-top: -13px;
}

.info-balloon-ProductInstructions-zindex {
    z-index: 1000;
}

.triangle-ProductInstructions {
    opacity: 0;
    width: 0;
    height: 0;
    position: relative;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #E8FAFA;
    z-index: 1000;
}

.triangle-ProductInstructions-show {
    opacity: 1;
    width: 0;
    height: 0;
    position: relative;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #E8FAFA;
    z-index: 1000;
}

.onSitePickUpImage {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: -3px;
    margin-left: 10px;
    background: #EBEDED 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.onSitePickUpImageHovered {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: -3px;
    margin-left: 10px;
    background: #E8FAFA 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.info-balloon-onSitePickUp {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    opacity: 0;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    z-index: 0;
    white-space: nowrap;
    margin-top: -13px;
}

.info-balloon-onSitePickUp-show {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    opacity: 1;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    white-space: nowrap;
    margin-top: -13px;
}

.info-balloon-onSitePickUp-zindex {
    z-index: 1000;
}

.triangle-onSitePickUp {
    opacity: 0;
    width: 0;
    height: 0;
    position: relative;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #E8FAFA;
    z-index: 1000;
}

.triangle-onSitePickUp-show {
    opacity: 1;
    width: 0;
    height: 0;
    position: relative;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #E8FAFA;
    z-index: 1000;
}

.descriptionImage {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: -3px;
    margin-left: 10px;
    background: #EBEDED 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.descriptionImageHovered {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: -3px;
    margin-left: 10px;
    background: #E8FAFA 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.info-balloon-description {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    opacity: 0;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    z-index: 0;
    white-space: nowrap;
    margin-top: -13px;
}

.info-balloon-description-show {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    opacity: 1;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    white-space: nowrap;
    margin-top: -13px;
}

.info-balloon-description-zindex {
    z-index: 1000;
}

.triangle-description {
    opacity: 0;
    width: 0;
    height: 0;
    position: relative;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #E8FAFA;
    z-index: 1000;
}

.triangle-description-show {
    opacity: 1;
    width: 0;
    height: 0;
    position: relative;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #E8FAFA;
    z-index: 1000;
}

.switchStandalone {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 14px;
}

    .switchStandalone input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.sliderStandalone {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CFD1D1;
}

    .sliderStandalone:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        background-color: white;
    }

input:checked + .sliderStandalone {
    background-color: #BAE6EC;
    left: 4px;
}

input:focus + .sliderStandalone {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderStandalone:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
    background-color: #1AABBF;
}

.sliderStandalone.round {
    border-radius: 34px;
}

    .sliderStandalone.round:before {
        border-radius: 50%;
    }

.switchEventRel {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 14px;
}

    .switchEventRel input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.sliderEventRel {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CFD1D1;
}

    .sliderEventRel:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        background-color: white;
    }

input:checked + .sliderEventRel {
    background-color: #BAE6EC;
    left: 4px;
}

input:focus + .sliderEventRel {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderEventRel:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
    background-color: #1AABBF;
}

.sliderEventRel.round {
    border-radius: 34px;
}

    .sliderEventRel.round:before {
        border-radius: 50%;
    }


.productTxtBoxes {
    width: 596px;
    height: 30px;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 1px solid #CFD1D1;
    border-radius: 10px;
    opacity: 1;
    font-family: AvertaPE;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

    .productTxtBoxes:hover {
        background: #FFFFFF 0% 0% no-repeat padding-box;
    }

.productMultiline {
    width: 596px;
    height: 30px;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 1px solid #CFD1D1;
    border-radius: 10px;
    opacity: 1;
    font-family: AvertaPE;
    font-size: 15px;
    padding: 10px;
    height: 74px;
}

    .productMultiline:hover {
        background: #FFFFFF 0% 0% no-repeat padding-box;
    }

.ordershipdaysbox {
    width: 45px;
    height: 30px;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 1px solid #CFD1D1;
    border-radius: 10px;
    opacity: 1;
    font-family: AvertaPE;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

    .ordershipdaysbox:hover {
        background: #FFFFFF 0% 0% no-repeat padding-box;
    }

.priceTxtBoxes {
    width: 80px;
    height: 30px;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 1px solid #CFD1D1;
    border-radius: 10px;
    opacity: 1;
    font-family: AvertaPE;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

    .priceTxtBoxes:hover {
        background: #FFFFFF 0% 0% no-repeat padding-box;
    }

.urlTxtBox {
    width: 345px;
    height: 30px;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 1px solid #CFD1D1;
    border-radius: 10px;
    opacity: 1;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

    .urlTxtBox:hover {
        background: #FFFFFF 0% 0% no-repeat padding-box;
    }

#visibilityOption:checked:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #7F8182;
    border-radius: 4px;
    left: 1px;
    top: 1px;
}

#QuantityOption::-webkit-outer-spin-button,
#QuantityOption::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#QuantityOption {
    -moz-appearance: textfield;
}

#PriceOption::-webkit-outer-spin-button,
#PriceOption::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#PriceOption {
    -moz-appearance: textfield;
}

#DiscountPriceOpt::-webkit-outer-spin-button,
#DiscountPriceOpt::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#DiscountPriceOpt {
    -moz-appearance: textfield;
}

#minimumorder::-webkit-outer-spin-button,
#minimumorder::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#minimumorder {
    -moz-appearance: textfield;
}

#maximumorder::-webkit-outer-spin-button,
#maximumorder::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#maximumorder {
    -moz-appearance: textfield;
}

#DiscountPriceOpt::placeholder {
    color: #A0A3A3;
    font-family: Averta PE;
    font-size: 16px;
}

#selectionOption::placeholder {
    color: #A0A3A3;
    font-family: Averta PE;
    font-size: 16px;
}

#SKUOption::placeholder {
    color: #A0A3A3;
    font-family: Averta PE;
    font-size: 16px;
}

#PriceOption::placeholder {
    color: #A0A3A3;
    font-family: Averta PE;
    font-size: 16px;
}

#minimumorder::placeholder {
    color: #A0A3A3;
    font-family: Averta PE;
    font-size: 16px;
}

#maximumorder::placeholder {
    color: #A0A3A3;
    font-family: Averta PE;
    font-size: 16px;
}

.productTxtBoxes::placeholder {
    color: #A0A3A3;
    font-family: Averta PE;
    font-size: 16px;
}

.productMultiline::placeholder {
    color: #A0A3A3;
    font-family: Averta PE;
    font-size: 16px;
}

#QuantityBox::-webkit-inner-spin-button,
#QuantityBox::-webkit-outer-spin-button {
    opacity: 1;
}

#PriceBox::-webkit-inner-spin-button,
#PriceBox::-webkit-outer-spin-button {
    opacity: 1;
}

#DiscountPriceBox::-webkit-inner-spin-button,
#DiscountPriceBox::-webkit-outer-spin-button {
    opacity: 1;
}

#ordershipdaysbox::-webkit-inner-spin-button,
#ordershipdaysbox::-webkit-outer-spin-button {
    opacity: 1;
}



#oneUnitCountry::-webkit-inner-spin-button,
#oneUnitCountry::-webkit-outer-spin-button {
    opacity: 1;
}

#additionalUnitCountry::-webkit-inner-spin-button,
#additionalUnitCountry::-webkit-outer-spin-button {
    opacity: 1;
}

#oneUnitEurope::-webkit-inner-spin-button,
#oneUnitEurope::-webkit-outer-spin-button {
    opacity: 1;
}

#additionalUnitEurope::-webkit-inner-spin-button,
#additionalUnitEurope::-webkit-outer-spin-button {
    opacity: 1;
}

#oneUnitWorld::-webkit-inner-spin-button,
#oneUnitWorld::-webkit-outer-spin-button {
    opacity: 1;
}

#additionalUnitWorld::-webkit-inner-spin-button,
#additionalUnitWorld::-webkit-outer-spin-button {
    opacity: 1;
}

#MinOrderDefault::-webkit-inner-spin-button,
#MinOrderDefault::-webkit-outer-spin-button {
    opacity: 1;
}

#MaxOrderDefault::-webkit-inner-spin-button,
#MaxOrderDefault::-webkit-outer-spin-button {
    opacity: 1;
}

.switchFansPay {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 14px;
}

    .switchFansPay input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.sliderFansPay {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CFD1D1;
}

    .sliderFansPay:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        background-color: white;
    }

input:checked + .sliderFansPay {
    background-color: #BAE6EC;
    left: 4px;
}

input:focus + .sliderFansPay {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderFansPay:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
    background-color: #1AABBF;
}

.sliderFansPay.round {
    border-radius: 34px;
}

    .sliderFansPay.round:before {
        border-radius: 50%;
    }

.switchMltplOptions {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 14px;
}

    .switchMltplOptions input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.sliderMltplOptions {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CFD1D1;
}

    .sliderMltplOptions:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        background-color: white;
    }

input:checked + .sliderMltplOptions {
    background-color: #BAE6EC;
    left: 4px;
}

input:focus + .sliderMltplOptions {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderMltplOptions:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
    background-color: #1AABBF;
}

.sliderMltplOptions.round {
    border-radius: 34px;
}

    .sliderMltplOptions.round:before {
        border-radius: 50%;
    }

.switchIsOffer {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 14px;
}

    .switchIsOffer input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.sliderIsOffer {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CFD1D1;
}

    .sliderIsOffer:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        background-color: white;
    }

input:checked + .sliderIsOffer {
    background-color: #BAE6EC;
    left: 4px;
}

input:focus + .sliderIsOffer {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderIsOffer:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
    background-color: #1AABBF;
}

.sliderIsOffer.round {
    border-radius: 34px;
}

    .sliderIsOffer.round:before {
        border-radius: 50%;
    }













.switchhighlightProduct {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 14px;
}

    .switchhighlightProduct input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.sliderhighlightProduct {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CFD1D1;
}

    .sliderhighlightProduct:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        background-color: white;
    }

input:checked + .sliderhighlightProduct {
    background-color: #BAE6EC;
    left: 4px;
}

input:focus + .sliderhighlightProduct {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderhighlightProduct:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
    background-color: #1AABBF;
}

.sliderhighlightProduct.round {
    border-radius: 34px;
}

    .sliderhighlightProduct.round:before {
        border-radius: 50%;
    }

.switchnonDigitProduct {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 14px;
}

    .switchnonDigitProduct input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slidernonDigitProduct {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CFD1D1;
}

    .slidernonDigitProduct:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        background-color: white;
    }

input:checked + .slidernonDigitProduct {
    background-color: #BAE6EC;
    left: 4px;
}

input:focus + .slidernonDigitProduct {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slidernonDigitProduct:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
    background-color: #1AABBF;
}

.slidernonDigitProduct.round {
    border-radius: 34px;
}

    .slidernonDigitProduct.round:before {
        border-radius: 50%;
    }

.switchcollectOnSiteProduct {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 14px;
}

    .switchcollectOnSiteProduct input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slidercollectOnSiteProduct {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CFD1D1;
}

    .slidercollectOnSiteProduct:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        background-color: white;
    }

input:checked + .slidercollectOnSiteProduct {
    background-color: #BAE6EC;
    left: 4px;
}

input:focus + .slidercollectOnSiteProduct {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slidercollectOnSiteProduct:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
    background-color: #1AABBF;
}

.slidercollectOnSiteProduct.round {
    border-radius: 34px;
}

    .slidercollectOnSiteProduct.round:before {
        border-radius: 50%;
    }

.switchcanBeShippedProduct {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 14px;
}

    .switchcanBeShippedProduct input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slidercanBeShippedProduct {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CFD1D1;
}

    .slidercanBeShippedProduct:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        background-color: white;
    }

input:checked + .slidercanBeShippedProduct {
    background-color: #BAE6EC;
    left: 4px;
}

input:focus + .slidercanBeShippedProduct {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slidercanBeShippedProduct:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
    background-color: #1AABBF;
}

.slidercanBeShippedProduct.round {
    border-radius: 34px;
}

    .slidercanBeShippedProduct.round:before {
        border-radius: 50%;
    }


.shippingBegins {
    border-radius: 10px;
    border: 1px solid #CFD1D1;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    color: #1F263A;
}

    .shippingBegins::-webkit-calendar-picker-indicator {
        filter: invert(38%) sepia(6%) saturate(88%) hue-rotate(170deg) brightness(94%) contrast(90%);
    }

.zone {
    border: 1px dashed #CFD1D1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    text-align: center;
    color: #5F6061;
    transition: all 0.3s ease-out;
    width: 160px;
}

.active {
    /*background: #EB6A5A;*/
    color: white;
}

.dropZ {
    padding-top: 10px;
}

.selectFile {
    height: 30px;
    margin: 10px auto;
    position: relative;
}



    .selectFile > label {
        color: #19A6B9;
        display: inline-block;
        line-height: 30px;
        text-align: center;
        white-space: nowrap;
        border: 1px solid #1AABBF;
        border-radius: 7px;
        cursor: pointer;
        width: auto;
        height: 30px;
        padding-left: 5px;
        padding-right: 5px;
    }

#imageFileProduct {
    opacity: 0;
    position: relative;
    top: -148px;
    height: 162px;
    width: 160px;
    cursor: pointer;
}

.SaveProductBtn {
    color: #FFFFFF;
    opacity: 1;
    border-radius: 10px;
    background: #1AABBF 0% 0% no-repeat padding-box;
    border-style: none;
    font-family: AvertaPE;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 8px 16px;
    margin-left: 458px;
}

    .SaveProductBtn:hover {
        transition: ease-in-out, 0.2s;
        background-color: #76CDD9;
    }

.SaveProductDiv {
    position: fixed;
    bottom: 0;
    height: 97px;
    width: 100%;
    margin-left: -19px;
    background: #FFFFFF;
    box-shadow: 7px 0px 8px #00000029;
    display: flex;
    align-items: center;
    z-index: 999;
}

.saveProductMessage {
    color: #1AABBF !important;
    font-family: AvertaPE;
    font-size: 17px;
    padding-left: 10px;
    display: none;
}

.zone.in {
    color: white;
    border-color: white;
    background: radial-gradient(ellipse at center,#EB6A5A 0,#c9402f 100%);
    color: #fff;
}

.zone.hover {
    color: gray;
    border-color: white;
    background: #fff;
    border: 5px dashed gray;
    color: #EB6A5A;
}

.zone.fade {
    transition: all 0.3s ease-out;
    opacity: 1;
}

.tab-item #Content_Update {
    margin: auto;
}

@media (max-width: 768px) {
    .EventRelImage {
        display: none;
    }

    .EventRelImageHovered {
        display: none;
    }

    .info-balloon-EventRel {
        display: none;
    }

    .info-balloon-EventRel-show {
        display: none;
    }

    .info-balloon-EventRel-zindex {
        display: none;
    }

    .triangle-EventRel {
        display: none;
    }

    .triangle-EventRel-show {
        display: none;
    }

    .PhotosInstructions {
        font-family: AvertaPE;
        font-size: 14px;
        padding-bottom: 5px;
        width: 100%;
    }

    .productMenuDiv {
        display: none;
    }

    .breadcrumbsDiv {
        padding: 50px 0px 0px 0px !important;
    }

    .productMainDiv {
        padding: unset !important;
    }

    .inventorySection {
        display: unset;
        padding-top: 50px;
        width: 100%;
    }

    #generalSettingsSection {
        width: 100%;
    }

    .productInfoSection {
        display: unset;
        padding-top: 50px;
        width: 100%;
    }

    .collectionShippingSection {
        display: unset;
        padding-top: 50px;
    }

    .alldestinationdivs {
        padding-bottom: 0px;
    }

    .multilineDiv {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }

    .productDiv {
        padding-top: 50px !important;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        font-family: AvertaPE;
        font-size: 16px;
        color: black;
        padding: unset;
        width: 100%;
        padding-bottom: 30px;
    }

    .SaveProductDiv {
        position: unset;
        bottom: 0px;
        width: 100%;
        z-index: 100;
        background-color: white;
        background: unset;
        box-shadow: unset;
        padding-bottom: 100px;
    }

    .SaveProductBtn {
        color: #FFFFFF;
        opacity: 1;
        border-radius: 10px;
        background: #1AABBF 0% 0% no-repeat padding-box;
        border-style: none;
        font-family: AvertaPE;
        font-size: 16px;
        letter-spacing: 1px;
        cursor: pointer;
        padding: 8px 16px;
        margin-left: 20px;
    }

    .productDrpDwn {
        padding: 8px;
        -webkit-appearance: none;
        background-image: url(../../images/icons/chevron-down-grey.svg);
        background-position: right 20px bottom 10px;
        background-repeat: no-repeat;
        background-size: 14px;
        border: 1px solid #CFD1D1;
        border-radius: 10px;
        height: 35px;
        width: 100%;
        background-color: #FAFAFA;
        margin-top: 5px;
        font-family: AvertaPE;
        font-size: 16px;
        color: black;
    }

    .productTxtBoxes {
        width: 97%;
        height: 30px;
        background: #FAFAFA 0% 0% no-repeat padding-box;
        border: 1px solid #CFD1D1;
        border-radius: 10px;
        opacity: 1;
        font-family: AvertaPE;
        font-size: 16px;
        padding-right: unset;
    }

    .urlTxtBox {
        width: 100%;
        height: 30px;
        background: #FAFAFA 0% 0% no-repeat padding-box;
        border: 1px solid #CFD1D1;
        border-radius: 10px;
        opacity: 1;
        font-family: AvertaPE;
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .productMultiline {
        width: 100%;
        height: 30px;
        background: #FAFAFA 0% 0% no-repeat padding-box;
        border: 1px solid #CFD1D1;
        border-radius: 10px;
        opacity: 1;
        font-family: AvertaPE;
        font-size: 16px;
        padding-left: unset;
        padding-right: unset;
        height: 74px;
    }

    .ProductInstructionsImage {
        display: none;
    }

    .triangle-ProductInstructions {
        display: none;
    }

    .info-balloon-ProductInstructions {
        display: none;
    }

    .onSitePickUpImage {
        display: none;
    }

    .triangle-onSitePickUp {
        display: none;
    }

    .info-balloon-onSitePickUp {
        display: none;
    }

    .descriptionImage {
        display: none;
    }

    .triangle-onSitePickUp {
        display: none;
    }

    .info-balloon-description {
        display: none;
    }

    .PlayRelatedDiv .SumoSelect.open > .optWrapper {
        top: 35px;
        display: block;
        width: 104% !important;
    }

    .PlayRelatedDiv .SumoSelect > .CaptionCont {
        width: 99% !important;
    }

    .SumoSelect {
        width: 97% !important;
    }

    .PlayRelatedDiv {
        padding-top: 10px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        width: 100% !important;
    }

    .dropdown-person-info-content {
        top: 40px !important;
        right: -52px !important;
    }

    .dropdown-person-separator {
        margin: 8px 0px !important;
    }

    .dropdown-person-info-content a {
        padding: 4px 8px;
    }
}


.breadcrumbsDiv {
    padding: 60px 0px 0px 60px;
}

.productMainDiv {
    padding: 60px 60px 60px 60px;
}

.dropdown-content {
    min-width: 170px;
    margin-left: -7.5px;
}

.dropdownSupport-content {
    min-width: 170px;
    margin-left: -7.5px;
}

.HeaderVivaLogoDiv {
    margin: 0 0 0 32px;
    display: inline-block;
}


.header-more-inside {
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    margin-top: 8px;
}

    .header-more-inside:hover {
        border-radius: 10px;
        background-color: #484E64;
        height: 40px;
        margin-top: 8px;
        padding-left: 10px;
        padding-right: 10px;
    }

.chevrondownmore {
    height: 12px;
    margin-left: 8px;
    top: 1px;
    position: relative;
}

.headerMore-content {
    margin-right: unset !important;
    margin-bottom: -2px;
    height: 40px !important;
}

#headerMore {
    border-bottom: 4px solid transparent;
}

.LanguageDiv {
    display: inline-flex;
    margin: 0 8px 0 16px;
    list-style-type: none !important;
    height: 36px;
    position: relative;
    justify-content: center;
}

.PersonImageDiv {
    position: relative;
    margin-right: 0px;
}


.dropdownPersonInfo-content {
    min-width: 270px;
    left: -233px;
    top: 46px;
}

.HeaderLoginNameMobile {
    font-family: AvertaPE_Semibold;
    font-size: 16px;
    display: block;
    padding: 12px 16px 0px 16px !important;
    background-color: #1AABBF;
    overflow-wrap: break-word;
    border-radius: 10px 10px 0 0;
}

.HeaderStationMobile {
    font-family: AvertaPE;
    font-size: 16px;
    display: block;
    padding: 5px 16px 12px 16px !important;
    background-color: #1AABBF;
}


.PersonDiv {
    display: inline-flex;
    margin: 0 32px 0 8px;
    list-style-type: none !important;
    height: 36px;
    position: relative;
    justify-content: center;
    border-radius: 10px;
}

    .PersonDiv:hover {
        background-color: #484E64;
        cursor: pointer;
    }


div.ui-random-seat-selector {
    width: 238px;
    border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
    padding: 5px 0 0 0;
    margin: 0 auto;
}

.ui-random-seat-count {
    width: 40px;
    font-size: 16px !important;
    border: none;
    background: none;
    background-color: transparent !important;
}

div.ui-selected-seat {
    width: 100%;
    height: 25px;
    display: block;
    line-height: 25px;
    background-color: #f1f1f1;
    margin: 0 auto;
}

div.ui-event-selector {
    width: 220px;
    height: 100%;
    overflow: auto;
    padding: 0px;
    float: left;
    font-family: Helvetica, Arial, sans-serif, Tahoma;
    min-height: 500px;
}

    div.ui-event-selector div.ui-event {
        background-color: #f9f9f9;
        border-bottom: 1px solid #bfbfbf;
        padding: 4px 2px 4px 2px;
        cursor: pointer;
        border-right: 1px solid #d1d1d1;
        color: #444444;
        text-decoration: none;
    }

    div.ui-event-selector div.ui-event-alter {
        background-color: #f1f1f1;
        text-decoration: none;
    }

    div.ui-event-selector div.ui-event:hover {
        color: #0073EA;
    }

    div.ui-event-selector div.ui-event-selected {
        background-color: #fff;
        text-decoration: underline;
        border-right: 1px solid #ffffff;
        color: #FF0084;
        text-decoration: none;
    }

        div.ui-event-selector div.ui-event-selected:hover {
            background-color: #fff;
        }


.active-underline:after {
    bottom: -14px;
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #1aabbf;
    left: 0;
}

.TabList li.header-tab {
    position: relative;
    padding: 0 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.chevronImage {
    width: 12px;
    margin-left: 8px;
    transition: ease-in-out 0.2s;
}

.tab-is-active > .chevronImage {
    transform: rotate(180deg);
    transition: ease-in-out 0.2s;
}

.header-tab.more-element .submenu-header-tab .chevronImage {
    transform: rotate(-90deg);
}

.header-tab.more-element .submenu-header-tab {
    display: flex;
    justify-content: space-between;
    position: relative;
}

    .header-tab.more-element .submenu-header-tab .header-submenu-list {
        position: absolute;
        left: 144px !important;
        top: 0px;
    }

.activateHover {
    background-color: #484E64;
    height: 36px;
    border-radius: 10px;
    cursor: pointer;
}

.hideList {
    display: none !important;
}

.header-submenu-element:hover {
    background-color: #5A627D !important;
}

.breadcrumbsDiv {
    padding: 60px 0px 0px 60px;
}

.header-submenu-list {
    display: flex;
    flex-direction: column;
    z-index: 9999999;
    background: #484E64;
    position: absolute;
    top: 46px;
    border-radius: 10px;
    min-width: 190px;
    left: -26px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}

@media (pointer: fine) {
    .burger-menu-mobile:hover {
        background: #484E64;
    }

    .mobile .searchBox:hover {
        background-color: #484E64;
    }

    .mobile .searchBox.searchBoxFocused:hover {
        background-color: #fff;
    }
}

.show-mobile {
    display: block;
}

.burger-menu-mobile span::before {
    bottom: -8px;
}

.burger-menu-mobile.close-burger {
    background-color: #484E64;
}

    .burger-menu-mobile.close-burger span {
        background-color: transparent;
        transition: 0.5s;
    }

.burger-menu-mobile span {
    position: absolute;
    display: block;
    background-color: #fff;
    height: 2px;
    width: 24px;
    top: 17px;
    left: 6px;
    right: 5px;
    transition: 0.5s;
    border-radius: 5px;
}

    .burger-menu-mobile span::after {
        top: -8px;
    }

.burger-menu-mobile.close-burger span::before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: 0.5s;
}

.burger-menu-mobile.close-burger span::after {
    top: 0;
    transform: rotate(45deg);
    transition: 0.5s;
}

.burger-menu-mobile span::after, .burger-menu-mobile span::before {
    position: absolute;
    display: block;
    height: 2px;
    background-color: #fff;
    content: '';
    width: 100%;
    transition: 0.5s;
    border-radius: 5px;
}

.burger-menu-mobile {
    display: block;
    cursor: pointer;
    width: 36px;
    height: 36px;
    background-color: transparent;
    position: relative;
    margin-right: 16px;
    padding: 0;
    overflow: hidden;
    font-size: 0;
    border-radius: 10px;
}

body.fixed-position:after {
    height: 100%;
    content: "";
    width: calc(100vw - 280px);
    background: #1F263A;
    position: absolute;
    opacity: 0.6;
    top: 0;
    z-index: 9999999;
}

body.fixed-position {
    overflow: hidden;
    height: calc(100vh - 64px);
    width: 100vw;
    block-size: 100%;
    position: fixed;
    overscroll-behavior: none;
}

.tab-is-active {
    background-color: #5A627D !important;
}

.mobile .searchDiv {
    width: 36px;
    cursor: pointer;
}

.mobile .searchBox {
    min-width: 0;
    width: 36px;
    padding: 0;
    background: #1F263A;
    cursor: pointer;
    border: none;
    caret-color: transparent;
}

.mobile .searchBoxFocused {
    width: 100%;
    background: #fff;
    padding-left: 16px;
}

.mobile .searchBox.searchBoxFocused {
    caret-color: #000;
}

.mobile .searchDivFocused {
    width: 100%;
    cursor: pointer;
    max-width: 100%;
    margin-right: 16px;
    margin-left: 24px;
}

    .mobile .searchDivFocused .searchImage {
        position: absolute;
        bottom: 1px;
        right: -2px;
        width: 18px;
        padding: 8px 16px 8px 8px !important;
        margin: 0 !important;
        pointer-events: none;
        cursor: default;
    }

    .mobile .searchDivFocused:before {
        content: "";
        background: url(../../images/icons/goBack.svg);
        width: 16px;
        height: 16px;
        position: absolute;
        left: -28px;
        top: 10px;
    }

.hideTab {
    display: none !important;
}

.inside-mobile-container {
    list-style-type: none;
    margin: 0;
    padding: 12px 0;
}

.mobile-container {
    position: absolute;
    right: 0;
    top: 64px;
    z-index: 9999999;
    background: #484E64;
    font-size: 16px;
    height: calc(var(--vh, 1vh) * 100);
    box-sizing: border-box;
    width: 280px;
    overflow-y: auto;
}

.inside-mobile-container .ProductsNewIndicator {
    height: 22px;
    text-align: center;
    display: flex;
    margin-top: 0px;
    align-items: center;
    box-sizing: border-box;
}

.inside-mobile-container li a {
    color: #fff;
    text-decoration: none;
}

.inside-mobile-container li:hover {
    background-color: #5A627D;
    cursor: pointer;
}

.header-submenu-list .submenu-header-tab {
    padding: 0 12px;
}

.header-submenu-list li {
    border-radius: 0;
}

.inside-mobile-container .header-submenu-list li:first-child, .inside-mobile-container .header-submenu-list li:last-child {
    border-radius: 0;
}

.header-submenu-list li:first-child {
    border-radius: 10px 10px 0 0;
}

.header-submenu-list li:last-child {
    border-radius: 0 0 10px 10px;
}

.inside-mobile-container .header-tab.tab-is-active {
    background-color: transparent !important;
    height: auto;
    align-items: flex-start;
}

.inside-mobile-container .header-submenu-list li {
    padding-left: 36px;
}

.inside-mobile-container li {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    color: #fff;
    height: 44px;
    box-sizing: border-box;
    padding: 0px 16px;
    line-height: 44px;
}

.mobile-container .header-submenu-list {
    position: relative;
    left: auto;
    top: 0px;
    border-radius: 0;
    box-shadow: none;
    min-width: 280px;
    right: 43px;
    list-style-type: none;
}

div.ui-event-pager {
    margin: 5px 0px 0px 0px;
}

    div.ui-event-pager a {
        text-decoration: none;
    }

        div.ui-event-pager a.pager-page {
            margin: 0px 3px 0px 3px;
            cursor: pointer;
        }

        div.ui-event-pager a.pager-inactive-page {
            margin: 0px 3px 0px 3px;
            text-decoration: none;
            color: #444444;
        }

        div.ui-event-pager a.pager-selected-page {
            font-weight: bold;
        }

div.ui-event-grab {
    width: 5px;
    background: #bfbfbf url(../../images/grab.gif) no-repeat center center;
    height: 498px;
    float: left;
    display: block;
}

    div.ui-event-grab:hover {
        background-color: #d1d1d1;
        cursor: w-resize;
    }

div.ui-event-grab-large {
    width: 9px;
}

div.ui-venue-view {
    min-width: 1250px;
    max-width: 1000px;
    float: left;
    margin: 0px 0px 0px 10px;
}

.ui-title {
    /*background: url(../../images/event.png) no-repeat left top;*/
    font-size: 16px;
    display: inline-block;
    height: 18px;
    line-height: 16px;
    /*padding: 0px 0px 0px 20px;*/
}

div.ui-pricelist-container {
    width: 995px;
    overflow-x: auto;
    overflow-y: hidden;
}

table.ui-pricelist {
    width: 500px;
    font-size: 11px;
}

    table.ui-pricelist tr th {
        font-weight: bold;
        background-color: #f1f1f1;
        padding: 2px;
    }

    table.ui-pricelist tr td {
        padding: 1px;
        white-space: nowrap;
    }

div.floorplan-container {
    float: left;
    width: 100%;
}

div.ui-event-selector-seats-container {
    width: 238px;
    margin: 0 0 0 10px;
}

.ui-effects-transfer {
    border: 2px dotted gray;
}

.ui-event-selector-seats-container .ui-event-selected-seats {
    float: left;
    width: 100%;
    overflow: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.ui-event-selected-seats-summary {
    margin: 5px 0 0 0;
    border-top: 1px solid #f1f1f1;
    text-align: right;
    padding: 10px 10px 0px 0px;
}

    .ui-event-selected-seats-summary span.total {
        font-weight: bold;
        color: Green;
    }

.ui-continue {
    border-top: 1px solid #f1f1f1;
    margin: 15px 0px 0px 0px;
    text-align: right;
    padding: 5px 0px 0px 0px;
    float: right;
    width: 238px;
}

.ui-event-selected-seat {
    float: left;
    padding: 3px 0 1px 0;
    margin: 1px 0;
    background: rgb(241, 241, 241) !important;
    /*display: flex;*/
}

    .ui-event-selected-seat div:not(.clear):not([class^=hsep]) {
        float: left;
        display: block;
        height: 24px;
        margin: 0px 0px 1px 0px;
        line-height: 24px;
        flex-shrink: 0;
    }

    .ui-event-selected-seat .seat-icon {
        padding: 5px 0px 0px 4px;
        height: 14px;
    }

        .ui-event-selected-seat .seat-icon a {
            height: 12px;
            width: 14px;
            float: left;
            display: block;
            background: url(../../images/remove.png) no-repeat left bottom;
        }

    .ui-event-selected-seat .seat-label {
        margin: 0px 0px 0px 0px;
        font-weight: bold;
        width: 45px;
        line-height: 24px;
        padding: 0px 0px 0px 2px;
        background-color: #f1f1f1;
        font-weight: bold !important;
        font-size: 11px;
    }

    .ui-event-selected-seat .seat-discount {
        width: 110px;
        margin: 0px 5px 0px 5px;
        text-align: center;
        display: table-cell !important;
        padding: 0px 0px 0px 0px;
    }

        .ui-event-selected-seat .seat-discount select {
            width: 100%;
            font-size: 13px;
            line-height: 21px;
        }


    .ui-event-selected-seat span.zone-color {
        display: block;
        float: left;
        height: 12px;
        margin: 5px;
        width: 10px;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ui-event-selected-seat .seat-discount {
        padding-top: 0px;
    }
}

.ui-event-selected-seat .seat-price {
    width: 50px;
    float: right;
    font-size: 11px;
}

div.no-selection {
    font-style: italic;
    text-align: center;
}

/* Input Table */
table.input-table {
}

    table.input-table td {
        padding: 2px;
    }

        table.input-table td.label {
            font-weight: normal;
            text-align: left;
            margin-right: 5px;
        }

        table.input-table td.input {
            font-weight: normal;
            text-align: left;
        }
            /*table.input-table td.input input[type=text], table.input-table td.input select{background-color: #f9f9f9 !important;}*/

            table.input-table td.input input[type=text] {
                border: 1px solid #bfbfbf;
                background-color: #f9f9f9;
                padding: 2px;
                padding: 3px\9;
            }
/*table.input-table td.input select{border:1px solid #bfbfbf; background-color:#f9f9f9;}*/
/*table.input-table td.input,table.input-table td.select{font-size: 15px;}*/

table.bordered-table {
    width: 100%;
}

    table.bordered-table,
    table.bordered-table td {
        border-collapse: collapse;
        border: 1px solid #eee;
        padding: 10px;
    }

        table.bordered-table tr td:first-child {
            width: auto;
        }

table.no-bordered-table td {
    border: none;
}

.manage-header {
    font: normal normal normal 22px/26px AvertaPE_Semibold;
    color: #0F0F0F;
}

.cancellation-policy {
    font-family: "AvertaPE";
}

    .cancellation-policy .intermissionRadios input[type=radio] {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 4px;
    }
        .cancellation-policy .intermissionRadios input[type=radio]:checked {
            border: 2px solid #1AABBF !important;
        }

        .cancellation-policy .intermissionRadios input[type=radio]:checked:after {
            left: 2.8px;
        }

.cancellation-policy .manage-header {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .cancellation-policy .input-table {
        margin-top: 16px;
    }

        .cancellation-policy .input-table tr.item-row-collapsible[style*="display: none"] + tr:last-child td {
            margin-top: 8px;
        }

        .cancellation-policy .input {
            color: #000;
            gap: 8px;
        }

    .cancellation-policy .label {
        color: #464646;
    }

    .cancellation-policy .item-row-collapsible td {
        margin-top: 16px;
    }

    .cancellation-policy .input input {
        margin: 0px;
        width: 28px;
        height: 16px;
        border-radius: 8px;
        background-color: #CFD1D1;
    }

            .cancellation-policy .input input:before {
                width: 13px;
                height: 13px;
                fill: var(--System-Background-Light-Primary, #FFF);
                filter: drop-shadow(0 0.941px 1.882px rgba(0, 0, 0, 0.08)) drop-shadow(0 0.941px 1.882px rgba(0, 0, 0, 0.16));
                left: 2px;
                margin-top: 1.5px;
            }

            .cancellation-policy .input input:checked {
                background: #BAE6EC;
            }
                .cancellation-policy .input input:checked:before {
                    fill: #1AABBF;
                    filter: drop-shadow(0 1.098px 2.196px rgba(0, 0, 0, 0.08)) drop-shadow(0 1.098px 2.196px rgba(0, 0, 0, 0.16));
                    left: 13px;
                    margin-top: 1.5px;
                }

    

    .cancellation-policy-title {
        color: #000;
        font-size: 16px;
    }
.cancellation-policy-desc {
    color: var(--Colors-Dark-Blue-dark-blue-300, #696781);
    font-size: 14px;
}

.cancellation-policy-option {
    display: flex;
    gap: 16px;
}

.section-separator {
    display: flex;
    align-self: stretch;
    margin: 24px 0px;
    height: 1px;
    background-color: var(--Colors-grey-grey-500, #EDF1F6);
}

    .info-icon {
        height: 20px;
        width: 20px;
        display: inline-block;
        background: #ebeded url(../../images/icons/info.svg)no-repeat;
        background-size: 14px 14px;
        vertical-align: text-bottom;
        border-radius: 50%;
        background-position: center center
    }

    .info-icon:hover {
        background-color: #E8FAFA;
    }
/* pricelist */
table.ui-pricelist {
    width: 100%;
}

    table.ui-pricelist tr.ui-pricelist-header th {
        padding: 4px !important;
        text-align: center;
        border-bottom: 1px solid #bfbfbf;
    }

    table.ui-pricelist tr.ui-pricelist-row td {
        padding: 2px;
        text-align: center;
        border-bottom: 1px solid #bfbfbf;
        height: 24px;
    }

    table.ui-pricelist td.ui-zone {
        white-space: nowrap;
        width: 120px !important;
    }

    table.ui-pricelist td.ui-zone-nowrap {
        white-space: nowrap;
        width: auto !important;
    }

    table.ui-pricelist td.ui-zone span {
        float: left;
    }

        table.ui-pricelist td.ui-zone span.zone-color {
            width: 10px;
            height: 12px;
            float: left;
            display: block;
            margin: 0px 5px 0px 0px;
        }

.ui-pricelist-separator {
    width: 5px !important;
    background-color: #d1d1d1 !important;
}

table.ui-pricelist tr.ui-pricelist-header-darker th {
    background-color: #d1d1d1;
}

div.ui-actions {
    width: 100%;
    text-align: left;
    font-size: 16px;
}

    div.ui-actions.ticket-actions {
        width: 890px;
    }

.ui-modify-tickets {
    width: 300px !important;
    float: right !important;
    text-align: right !important;
}

div.ui-actions a {
    height: 18px;
    float: left;
    display: block;
    background-position: left 1px;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 19px;
    margin: 0px 5px 5px 5px;
    color: #3F74C4;
}

div.ui-actions .ui-spacer {
    float: right;
    display: block;
    width: 40px;
    height: 16px;
}

div.ui-actions a.ui-print {
    background-image: url(../../images/print.png);
}

div.ui-actions a.ui-sticker {
    background-image: url(../../images/sticker.png);
}

div.ui-actions a.ui-edit {
    background-image: url(../../images/edit.png);
}

.pricelist-buttons-top .all-pricelists {
    background: #fff;
    background-image: none !important;
    background-size: 18px !important;
    padding: 6px 10px !important;
    border-radius: 10px;
    margin: 0px !important;
    height: 33px !important;
    box-sizing: border-box;
}

    .pricelist-buttons-top .all-pricelists:hover {
        background: #f5f7f7 !important;
        color: #5F6061 !important;
        text-decoration: none !important;
    }

.pricelist-buttons-top {
    display: flex;
    align-items: center;
    width: 100% !important;
    color: #5F6061 !important;
}

.not-used-pricelists:hover {
    background: #f5f7f7 !important;
    color: #5F6061 !important;
}

.add-scrollbar .pricelist-buttons-top a {
    color: #5F6061;
}

.not-used-pricelists {
    text-decoration: none !important;
    background: #fff !important;
    padding: 6px 10px !important;
    height: 36px !important;
    box-sizing: border-box;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 8px !important;
    border-radius: 10px;
}

div.ui-actions a.ui-print-to-pdf {
    background-image: url(../../images/pdf.png);
    background-position-y: 2px;
}

div.ui-actions a.ui-govgr-disable,
div.ui-actions a.ui-govgr-enable {
    background-image: url(../../images/govgr.png);
    background-position-y: 2px;
}

div.ui-actions a.ui-change-barcode {
    background-image: url(../../images/barcode.jpg);
    background-position-y: 2px;
}

div.ui-actions a.ui-split {
    background-image: url(../../images/split.png);
    background-position-y: 2px;
}

a.ui-uncheck-barcodes {
    background-image: url(../../images/signout.png);
    background-position-y: 2px;
}

a.ui-cancel-command {
    height: 18px;
    background: url(../../images/cancelv2.png) no-repeat left 1px;
    display: inline-block;
    padding: 0 0 0 18px;
    margin: 0 0 0 10px;
}

div.ui-floorplan-popup-selector {
    width: 1024px;
    height: 700px;
    background-color: #ffffff;
}

img.ui-close {
    float: right;
    position: absolute;
    top: 3px;
    right: 4px;
    cursor: pointer;
    z-index: 100000;
}

div.ui-floorplan-inline {
    padding: 10px;
}

.ui-seat {
    background: url(../../images/ticket.png) no-repeat left top;
    display: inline-block;
    height: 16px;
    padding: 0px 0px 0px 20px;
    line-height: 16px;
    width: 60px;
    text-align: left;
    margin-right: 6px;
    font-weight: normal;
    white-space: nowrap;
}

.ui-seat-small {
    font-size: 11px;
}

.ui-seat-cancel {
    background: url(../../images/cancelticket.png) no-repeat left top;
}

.ui-seat-pending {
    background: url(../../images/tpc.png) no-repeat left top;
}

/*.ui-invoice {*/
/*background: url(../../images/invoice.png) no-repeat left top;*/
/*display: inline-block;
    height: 16px;
    padding: 0px 0px 0px 20px;
    line-height: 16px;
}*/

.ui-pdf {
    background: url(../../images/pdf.png) no-repeat left top;
    display: inline-block;
    height: 16px;
    padding: 0px 0px 0px 16px;
    line-height: 16px;
    text-decoration: none !important;
}

.ui-order {
    background: url(../../images/edit-big.png) no-repeat left 4px;
    display: inline-block;
    padding: 0px 0px 0px 20px;
}

.ui-sh-icon {
    background-repeat: no-repeat;
    background-position: 5px 4px;
    display: inline-block;
    padding: 0px 0px 0px 25px !important;
}

.ui-customer-order-title {
    background-image: url(/images/customer.png);
}

.ui-money {
    background-image: url(/images/money.png);
}

.ui-person {
    background-image: url(/images/person.png);
}

.ui-seats {
    background-image: url(/images/seats.png);
}

.ui-info {
    background-image: url(/images/info.png);
}

.ui-info-uncommited {
    background-image: url(/images/info_uncommited.png);
}

.ui-delivery {
    background-image: url(/images/delivery.png);
    background-repeat: no-repeat;
}

.ui-fee {
    background-image: url(/images/fees.png);
    background-repeat: no-repeat;
}

.ui-action-with-selection {
    background: url(../../images/icons/triple-chevron2.svg) no-repeat left top;
    display: inline-block;
    height: 20px;
    padding: 0px 0px 0px 20px;
    line-height: 20px;
}

.w530 {
    width: 530px !important;
}

.w200 {
    width: 225px;
}

.w300 {
    width: 325px;
}

.ui-faraway {
    position: absolute;
    left: -1000px;
    top: -10000px;
}

.ui-settings-div {
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 50px;
    margin: auto;
    position: relative;
    width: 420px;
}

.ui-settings-main {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #00000026;
    width: 350px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    width: 400px;
    margin: auto;
}

.ui-settings-station-main {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #00000026;
    width: 350px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
    height: 245px;
    width: 420px;
}

.changePasswordMessage {
    font-family: AvertaPE_Semibold;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.settingsLabel {
    color: #1AABBF;
    font-size: 30px;
    font-family: AvertaPE;
    padding-bottom: 20px;
    text-align: center;
}

.usernameStationDiv {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-left: 30px;
    width: 360px;
}

.labelInfo {
    color: #5F6061;
    font-size: 14px;
    font-family: AvertaPE;
    text-align: left;
}

.mainlabelChangePasswordInfo {
    color: #5F6061;
    font-size: 18px;
    font-family: AvertaPE;
    text-align: center;
}

.textInfo {
    color: #2A3248;
    font-size: 16px;
    font-family: AvertaPE_Semibold;
    padding-top: 5px;
}

select[id$='Station']::-webkit-scrollbar {
    width: 10px;
}

/* Track */
select[id$='Station']::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
select[id$='Station']::-webkit-scrollbar-thumb {
    background: #C0C0C0;
    border-radius: 10px;
}

    /* Handle on hover */
    select[id$='Station']::-webkit-scrollbar-thumb:hover {
        background: #C0C0C0;
    }

.dropDownSettings {
    border: 2px solid #7d6754;
    border-radius: 5px;
    padding: 8px;
    -webkit-appearance: none;
    background-image: url('../../images/icons/chevron-down-petrol.svg');
    background-position: 330px;
    background-repeat: no-repeat;
    background-size: 14px;
}

.dropDownCompanyCountry {
    border: 2px solid #7d6754;
    border-radius: 5px;
    padding: 15px 10px 7px 20px !important;
    -webkit-appearance: none;
    background-image: url('../../images/icons/chevron-down-grey.svg');
    background-position: 600px;
    background-repeat: no-repeat;
    background-size: 14px;
}

.SignUpMainCompany .dropDownCompanyCountry {
    background-image: url(../../images/icons/chevron-down-grey.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) calc(50% + 2px);
    background-size: 17px;
}

.labelChangePassInfo {
    padding-top: 20px;
    color: #5F6061;
    font-size: 13px;
    font-family: AvertaPE;
}

.passValidationInfo {
    color: #5F6061;
    font-size: 14px;
    font-family: AvertaPE;
    text-align: center;
    margin: auto;
    padding-top: 25px;
}

.stationButtonDiv {
    padding-top: 14px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: absolute;
    top: 260px;
    right: 145px;
    left: 152px;
}

.stationButton {
    background-color: #1AABBF;
    color: #FFFFFF;
    border-radius: 10px;
    border-style: none;
    display: flex;
    font-family: AvertaPE;
    font-size: 17px;
    letter-spacing: 1px;
    cursor: pointer;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.changePasswordButton {
    background-color: #1AABBF;
    color: #FFFFFF;
    border-radius: 10px;
    border-style: none;
    display: flex;
    font-family: AvertaPE;
    font-size: 17px;
    letter-spacing: 1px;
    cursor: pointer;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.changePasswordDiv {
    padding-top: 20px;
    padding-left: 30px;
    width: 350px;
    display: inline-grid;
    height: 80px;
}

.newChangePasswordDiv {
    padding-top: 10px;
    padding-left: 30px;
    width: 350px;
    display: inline-grid;
    height: 60px;
}

.alertMsg {
    padding-top: 7px;
    margin: auto;
    position: absolute;
}

.changePasswordButtonDiv {
    padding-top: 25px;
    padding-bottom: 20px;
    margin: auto;
}

.StationMessageDiv {
    position: relative;
    padding-top: 14px;
    text-align: center;
}

.stationMessage {
    color: #1AABBF !important;
    font-family: AvertaPE;
    font-size: 16px;
}

.changePasswordMessageDiv {
    position: absolute;
    bottom: 115px;
    padding-left: 10px;
    padding-right: 10px;
}

.logoutDiv {
    position: relative;
    top: 15px;
    float: right;
    padding-right: 10px;
}

.logoutButton {
    background-color: transparent;
    color: #1AABBF;
    border-radius: 10px;
    border: 1px solid #1AABBF;
    display: flex;
    font-family: AvertaPE;
    font-size: 17px;
    letter-spacing: 1px;
    cursor: pointer;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-left: 17px;
    padding-right: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.logoutDiv a {
    text-decoration: none;
}

.settings-alertbox {
    font-family: AvertaPE_Semibold;
    font-size: 16px;
    color: #1F263A;
    position: absolute;
    left: 415px;
    width: 220px;
    bottom: 537px;
    background: #FAFAFA;
    opacity: 1;
    background-color: #FAFAFA;
    padding: 15px 12px 15px 18px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
}

.triangle-settings {
    width: 0;
    height: 0;
    position: absolute;
    border-top: 20px solid transparent;
    border-right: 30px solid #FAFAFA;
    border-bottom: 20px solid transparent;
    top: 19px;
    left: -15px;
}


.settingsPasswordTextbox {
    font-size: 16px;
    font-family: AvertaPE_Semibold;
    padding: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-radius: 10px;
    background-color: #F4F5F6;
    border: none;
    display: block;
    box-sizing: border-box;
    height: 35px;
    padding-left: 35px;
    padding-right: 50px;
}

.ui-overview {
    margin: 0px 0px 0px 20px;
}

#calendar .ui-datepicker-inline {
    width: 230px !important;
}

div.ui-someev {
    width: 214px;
    margin: 0 0 2px 0 !important;
    border: 1px solid #DDDDDD;
    background: url(/aidive/css/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) repeat-x scroll 50% 50% #F6F6F6;
    cursor: pointer;
}

    div.ui-someev:hover {
        color: #0073EA;
        background: #0073ea url(/aidive/css/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #ffffff;
    }

    div.ui-someev .first {
        font-size: 11px;
        width: 70px;
        background-color: #d1d1d1;
        height: 31px;
        padding: 8px 0 3px 0;
    }

    div.ui-someev:hover .first {
        background-color: #b1b1b1 !important;
    }

    div.ui-someev .second {
        margin: 0 0 0 5px;
        width: 130px;
        padding: 4px 0 0px 0;
        height: 31px;
        font-size: 12px;
    }

        div.ui-someev .second span {
            font-size: 10px;
            font-weight: bold;
        }

div.ui-somev-sel, div.ui-somev-sel:hover {
    background-image: none;
}

    div.ui-somev-sel .first, div.ui-somev-sel:hover .first, div.ui-somev-sel .first:hover {
        background-color: #f1f1f1 !important;
    }

div.ui-summary-header {
    width: 420px;
    margin: 0 0 0 5px;
}

div.ui-event-item {
    width: 211px;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    margin: 0px;
    height: 45px;
    cursor: pointer;
    padding: 0px 0px 0px 3px;
    /*
	margin-top:2px;
	border-top: 1px solid #dddddd;
	*/
    background: transparent url(/images/menu-bg.png) repeat-y right top;
    position: relative;
}

div.ui-event-item-large {
    height: 60px;
}

div.ui-event-item .title {
    color: #2E8BCC;
    margin: 5px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}

div.ui-event-item:hover {
    background-color: #e9e9e9;
}

    div.ui-event-item:hover .title, div.ui-event-item-selected .title {
        color: #FF0084;
    }

div.ui-event-item .time {
    width: 208px;
    margin: 2px 0 0 0;
    font-size: 11px;
    color: #555555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}

div.ui-event-item .occupancy-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e5e5e5;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    height: 5px;
    overflow: hidden;
}

div.ui-event-item:not(.ui-event-item-selected):hover .occupancy-container {
    background-color: #d9d9d9;
}

div.ui-event-item .occupancy {
    background-color: #00DA3C;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    display: block;
    height: 5px;
}

    div.ui-event-item .occupancy.yellow {
        background-color: #F4F328;
    }

    div.ui-event-item .occupancy.orange {
        background-color: #FD8603;
    }

    div.ui-event-item .occupancy.red {
        background-color: #DF151A;
    }

div.ui-event-item-selected {
    background: #ffffff;
}

    div.ui-event-item-selected:hover {
        background-color: #ffffff;
    }

    div.ui-event-item-selected .title {
        font-weight: bold;
    }

div.ui-event-item-alternate {
}

div.ui-jump-text {
    margin-top: 1px;
}

div.ui-jump-button {
    margin-left: 5px;
}

    div.ui-jump-button input {
        font-size: 10px;
    }

.ui-indicator {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
}
/*{width: 10px; height: 15px; display: inline-block;}*/
/*
.ui-green{background-color: green;}
.ui-red{background-color: red;}
.ui-blue{background-color: blue;}
.ui-gray{background-color: gray;}
*/
.ui-green {
    background-image: url(/images/marks/mark-green.png);
}

.ui-red {
    background-image: url(/images/marks/mark-red.png);
}

.ui-blue {
    background-image: url(/images/marks/mark-blue.png);
}

.ui-gray {
    background-image: url(/images/marks/mark-gray.png);
}

.ui-customer-message {
    line-height: 25px;
    border: 1px solid red;
}

.ui-change-customer {
    color: #3F74C4 !important;
    float: left;
    background: url(/images/change-customer.png) no-repeat left top;
    padding: 0 0 0 18px;
}

.ui-send-customer-barcodes {
    color: #3F74C4 !important;
    float: left;
    background: url(/images/barcode.jpg) no-repeat left top;
    padding: 0 0 0 18px;
    margin-left: 10px;
}

.ui-send-email {
    color: #3F74C4 !important;
    float: left;
    background: url(/images/email.png) no-repeat left 2px;
    padding: 0 0 0 18px;
}

.ui-loyalty-card-add {
    color: #3F74C4 !important;
    float: left;
    background: url(/images/add-loyalty.png) no-repeat left 0px;
    padding: 0 0 0 18px;
}

.ui-loyalty-card-icon {
    color: #3F74C4 !important;
    float: left;
    background: url(/images/loyalty.png) no-repeat left 2px;
    padding: 0 0 0 18px;
}

.ui-small-gray {
    color: gray;
    font-size: 10px;
}

.ui-expiration-date {
    padding: 2px 4px 2px 4px;
    text-align: right;
    font-size: 14px;
}

.ui-booking-information {
    max-width: 100%;
}

    .ui-booking-information td,
    .ui-booking-information td * {
        padding: 1px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        max-width: 230px;
    }

.ui-application-title {
    margin: 30px 0px 0px 10px;
}

.ui-stage {
    height: 25px;
    line-height: 25px;
    background-color: #b1b1b1;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #bfbfbf;
    display: block;
}

.ui-event-stage-4808 {
    visibility: hidden;
}

.ui-find-event {
    margin: 20px 0 0 10px;
    border-left: 1px solid #bfbfbf;
    padding: 0 0 0 10px;
    height: 75px;
}

.ui-find-event-button {
    margin: 43px 0 0 5px;
}

.ui-prompt-sp {
    margin: 18px 0 0 0;
}

.ui-clone {
    background: url(/images/select.png) no-repeat left top;
    width: 16px;
    height: 16px;
    display: block;
    margin: 3px 4px 0 0 !important;
    float: right;
}

.bb {
    display: block;
    float: right;
}

.ui-colorpicker {
    width: 180px;
    display: block;
    margin: 0 auto;
}

.ui-srollable {
    max-height: 300px;
    overflow: auto;
    width: 441px;
}

.ui-checkin-floorplan {
    width: 750px;
    border: 1px solid #ffffff;
    text-align: center !important;
    margin: 0 auto;
}

    .ui-checkin-floorplan img {
        margin: 0 auto;
    }

.ui-customer-find {
    margin: 5px 10px 0 0;
}

.ui-spinner {
    position: relative;
}

.ui-spinner-buttons {
    position: absolute;
}

.ui-spinner-button {
    overflow: hidden;
}


div.seat-element {
    background-color: #f9f9f9;
    width: 60px;
    height: 18px;
    line-height: 18px;
    float: left;
    display: block;
    border: 1px solid #bfbfbf;
    margin: 0 5px 5px 0;
    padding: 0 2px 0 2px;
    font-size: 11px;
}

    div.seat-element span.lt {
        white-space: nowrap;
    }

    div.seat-element span.gt {
        width: 12px;
        height: 18px;
        background: url(/images/dsmall.png) no-repeat left 4px;
        display: block;
        float: right;
        cursor: pointer;
    }

    div.seat-element:hover {
        font-weight: bold;
    }

div.ui-avail {
    width: 245px;
}

div.ui-avail-seats {
    padding: 0 0 0 10px;
    width: 245px;
    max-height: 450px;
    overflow-x: auto;
}

.wp200 {
    width: 215px;
}

div.manage-cancellation {
    height: 240px;
}

    div.manage-cancellation div.h100 {
        height: 100%;
        width: 280px;
        padding: 0 10px 0 10px;
    }

    div.manage-cancellation div.hc2 {
        border-left: 1px solid #f7f7f7;
        border-right: 1px solid #f7f7f7;
    }

ul.ui-checkboxlist li {
    float: left;
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0 5px 0 0;
}

    ul.ui-checkboxlist li input {
        float: left;
    }

    ul.ui-checkboxlist li label {
        float: left;
        margin: 0 0 0 5px;
    }

ul.ui-inputitem li {
    margin: 0 20px 0 0;
}

    ul.ui-inputitem li input:first-child {
        margin: 0 5px 0 0;
    }

    ul.ui-inputitem li input {
        float: left;
        cursor: pointer;
        margin: 0 3px 0 0;
    }

    ul.ui-inputitem li label {
        float: left;
        margin: 0 0 0 0px;
        cursor: pointer;
    }

div.ui-manage {
    width: 100%;
    display: block;
    float: left;
    border-right: 1px solid #f1f1f1;
    min-height: 200px;
}

span.ui-section-group {
    font-weight: bold;
}

span.ui-section-group-0 {
    font: normal normal normal 18px/25px AvertaPE_Semibold;
    color: #5F6061;
    padding: 40px 15px 8px;
    filter: brightness(3);
}

span.ui-section-group-1 {
    font-weight: normal !important;
    margin-left: 20px;
}

span.ui-section-group-2 {
    font-weight: normal !important;
    margin-left: 40px;
}

div.ui-section-container {
}

div.ui-section-container-0 {
}

div.ui-section-container-1 {
    margin-left: 20px;
}

div.ui-section-container-2 {
    margin-left: 40px;
}

div.ui-manage a {
    display: block;
    float: left;
    width: 175px;
    padding: 0 0 0 25px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    text-decoration: none !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font: normal normal normal 15px/14px AvertaPE !important;
    color: #fff !important;
    height: 46px;
    align-items: center;
    box-sizing: border-box;
    line-height: 46px !important;
}


.ui-manage-level1, .ui-manage-level2 {
    width: auto !important;
    margin-right: 10px;
    padding-right: 5px !important;
}

div.ui-manage a.ui-checkin-venues {
    background-image: url(/images/icons/check-in.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-checkin-app {
    background-image: url(/images/mobile_app.png);
    background-position: 3px;
    display: none;
}

div.ui-manage a.ui-producer-settings {
    background-image: url(/images/icons/users-rights.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-guardian-dashboard {
    background-image: url(/images/icons/Gurdian-sys.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-producer-resources {
    background-image: url(/images/event.png);
}

div.ui-manage a.ui-edit-producers {
    background-image: url(/images/icons/comp-prod.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-reset-password {
    background-image: url(/images/icons/reset-pass.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-edit-fiscalgroups {
    background-image: url(/images/icons/groups-vat.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-event-settings {
    background-image: url(/images/icons/events-settings.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-offline-boxoffice {
    background-image: url(/images/icons/offline-box.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-batch-jobs {
    background-image: url(/images/icons/ticket-cancellation.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-add-seats {
    background-image: url(/images/icons/add-seats.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-offline-sales {
    background-image: url(/images/offline-sales.png);
}

div.ui-manage a.ui-reportfees {
    background-image: url(/images/icons/service-fees.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-embedded-tickets {
    background-image: url(/images/icons/embeded-ticket.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-statements-of-non-attendance {
    background-image: url(/images/icons/no-attend.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-migrate-tickets-events {
    background-image: url(/images/icons/ticket-migration.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-printing-monitors {
    background-image: url(/images/icons/p-mon.png);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-ticket-replace {
    background-image: url(/images/ticket.png);
}

div.ui-manage a.ui-barcodes-export {
    background-image: url(/images/icons/Barcode-export.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-gates-barcodes {
    background-image: url(/images/barcode.jpg);
}

div.ui-manage a.ui-cashier-machines {
    background-image: url(/images/icons/offline-box.svg);
}

div.ui-manage a.ui-document-series {
    background-image: url(/images/documentseries.png);
}

div.ui-manage a.ui-add-play {
    background-image: url(/images/add-event.png);
    display: none;
}

div.ui-manage a.ui-add-pricelist {
    background-image: url(/images/add-event.png);
    display: none;
}

div.ui-manage a.ui-copy-seats {
    background-image: url(/images/icons/copy-seats.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-add-events {
    background-image: url(/images/add-event.png);
    display: none;
}

div.ui-manage a.ui-show-plays {
    background-image: url(/images/icons/star-prod.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    color: #fff;
    width: 100%;
}

div.ui-manage a.ui-show-events {
    background-image: url(/images/icons/events-prod.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-show-resellers {
    background-image: url(/images/icons/resellers.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-invoice {
    background-image: url(/images/icons/TAX.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-show-venues {
    background-image: url(/images/icons/venues-prod.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-show-cities {
    background-image: url(/images/icons/cities-prod.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 16px/44px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-show-pricelists {
    background-image: url(/images/icons/pricelist-prod.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 16px/44px AvertaPE;
    width: 100%;
}


div.ui-manage a.ui-add-venue {
    background-image: url(/images/add-event.png);
}

div.ui-manage a.ui-show-festival {
    background-image: url(/images/icons/festivals-prod.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 16px/44px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-import-free {
    background-image: url(/images/copy_seats.png);
}

div.ui-manage a.ui-show-loyalty {
    background-image: url(/images/icons/loyalty-cards.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-campaigns {
    background-image: url(/images/icons/campaigns.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-membershipprograms {
    background-image: url(/images/icons/member-programs.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-loyaltyprograms {
    background-image: url(/images/icons/loyalty-programms.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-donations {
    background-image: url(/images/icons/donations.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-excel-upload {
    background-image: url(/images/icons/ticket-upload.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-connect-with-mydata {
    background-image: url(/images/icons/myData.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

div.ui-manage a.ui-portugal-saft {
    background-image: url(/images/icons/myData.svg);
    background-size: 16px 16px;
    background-position: 15px 15px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    width: 100%;
}

/* sports */
div.ui-manage a.ui-fan-card {
    background-image: url(/images/fan-card.png);
}

div.ui-manage a.ui-fancard-blacklist {
    background-image: url(/images/fancard-blacklist.png);
}

/*div.ui-manage a.selected { background-color: #f1f1f1; }*/
div.ui-manage a.selected {
    background-color: #1aabbf !important;
}

/* account menu items */
div.ui-manage a.ui-my-account {
    background-image: url(/images/icons/my-account.svg);
    background-size: 24px 24px;
    background-position: 11px 11px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    color: #fff;
    width: 100%;
}

div.ui-manage a.ui-company-profile {
    background-image: url(/images/icons/company-profile.svg);
    background-size: 24px 24px;
    background-position: 11px 11px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    color: #fff;
    width: 100%;
}

div.ui-manage a.ui-account-settings {
    background-image: url(/images/icons/account-settings.svg);
    background-size: 24px 24px;
    background-position: 11px 11px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    color: #fff;
    width: 100%;
}

div.ui-manage a.ui-authenticator {
    background-image: url(/images/icons/authenticator.svg);
    background-size: 24px 24px;
    background-position: 11px 11px;
    padding-left: 40px;
    font: normal normal normal 18px/48px AvertaPE;
    color: #fff;
    width: 100%;
}


.ui-workingstation {
    background-image: url(/images/printer-status.png);
    padding: 0 2px 0 0;
}

.ui-workstation-offline {
    background-position: left 2px !important;
}

.ui-workstation-online {
    background-position: left -16px !important;
}

.ui-batch-instructions {
    width: 300px;
    font-size: 11px;
    color: gray;
}

ul.ui-printer-list {
}

    ul.ui-printer-list li {
        width: 250px;
        height: 22px;
        line-height: 22px;
    }

        ul.ui-printer-list li input, ul.ui-printer-list li label {
            float: left;
        }

        ul.ui-printer-list li input {
            margin: 4px 5px 0 0;
            margin-top: 0px\0/;
        }

.ui-printer {
    background-image: url(/images/printer-state.png);
    width: 18px;
    padding: 0px 2px 0px 0px !important;
}

.ui-printer-start {
    padding: 0 0 0 0px !important;
}

.ui-printer-end {
    padding: 0 2px 0 0 !important;
}

.ui-wait {
    background-position: center -40px !important;
}

.ui-online {
    background-position: center -20px !important;
}

.ui-offline {
    background-position: center 0px !important;
}

.ui-printer-icon {
    background-image: url(/images/printer-state.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 0 20px 0 0;
}

table.summary {
    border-left: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    margin: 0 0 0 20px;
    border-collapse: collapse;
    width: 100%;
}

    table.summary th {
        padding: 5px;
        background-color: #f1f1f1;
        border-right: 1px solid #bfbfbf;
        border-bottom: 1px solid #bfbfbf;
    }

    table.summary td {
        padding: 5px;
        border-right: 1px solid #bfbfbf;
        border-bottom: 1px solid #bfbfbf;
    }

.ui-font-big {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin: 10px 0 10px 0;
}

.ui-summary-container {
    margin: 20px 0 0 0;
    width: 800px;
}

    .ui-summary-container .ui-orders-summary {
        max-height: 300px;
        overflow-y: auto;
    }


div.ui-checker {
    height: 29px;
    margin: 0 auto;
    display: flex;
}

    div.ui-checker input, div.ui-checker div {
        float: left;
    }

        div.ui-checker div.ui-checker-arrow {
            background: url(/images/arrow-down.png) no-repeat left 14px;
            width: 12px;
            height: 20px;
            display: block;
            padding: 7px 0 5px 0;
        }

div.ui-checker-drop {
    border: 1px solid #bfbfbf;
    background: #dddddd;
    border-top: 0;
}

div.ui-checker-drop-separator {
    background: #bfbfbf;
    float: right;
    height: 1px;
    width: 105px;
}

div.ui-checker-drop ul {
    margin: 6px 4px 6px 4px !important;
    list-style-type: none;
}

    div.ui-checker-drop ul li {
        width: 180px;
        float: left;
        clear: both;
        height: 18px;
        line-height: 18px;
        display: block;
        cursor: pointer;
        padding: 0 0 0 4px !important;
        list-style-type: none;
    }

        div.ui-checker-drop ul li:hover {
            background-color: #f1f1f1;
        }

div[data-scope="floorplanselector"] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    div[data-scope="floorplanselector"] > div:not(:first-child) {
        flex: 0 1 calc(100% - 420px);
    }

    div[data-scope="floorplanselector"] > div:first-child {
        width: 100%;
    }

    div[data-scope="floorplanselector"] > div:last-child {
        flex: 0 1 400px;
    }


div.ui-sectors-container {
    border-bottom: 1px solid #f9f9f9;
    display: block;
}

ul.ui-sectors {
    max-width: 650px;
}

    ul.ui-sectors li {
        background-color: #f1f1f1;
        margin: 0 2px 0 0;
        padding: 3px 5px 3px 5px;
        font-size: 11px;
        cursor: pointer;
        border: 1px solid #ddd;
        border-bottom: 0px;
        color: #2E8BCC;
        white-space: nowrap;
    }

        ul.ui-sectors li:hover {
            color: #FF0084;
        }

        ul.ui-sectors li.full {
            background-color: #d1d1d1;
        }

        ul.ui-sectors li.selected {
            background-color: #ffffff;
            border-bottom: 1px solid #ffffff;
            margin-bottom: -1px;
            color: #FF0084;
        }

table.ui-ticket-person {
    border: 0px;
}

    table.ui-ticket-person td {
        border: 0px !important;
        padding: 0 3px 3px 3px !important;
    }

        table.ui-ticket-person td input {
            font-size: 16px;
            padding: 3px 0 2px 2px;
        }

table tr.ui-ticket-person-header td {
    background-color: #f1f1f1;
}

table.ui-ticket-person-dialog td {
    padding: 6px !important;
}

table.ui-ticket-person-dialog input {
    border-width: 0px;
    border-bottom: 1px solid #dfdfdf;
    background-color: transparent;
    font-size: 12px !important;
}

    table.ui-ticket-person-dialog input:focus {
        border-color: #0073ee;
        color: #000;
    }

    table.ui-ticket-person-dialog input::-webkit-input-placeholder {
        color: #ababab;
    }

    table.ui-ticket-person-dialog input:-moz-placeholder {
        color: #ababab;
    }

    table.ui-ticket-person-dialog input::-moz-placeholder {
        color: #ababab;
    }

    table.ui-ticket-person-dialog input:-ms-input-placeholder {
        color: #ababab;
    }

table.ui-ticket-person-dialog.hideOptionals [data-optional] {
    display: none;
}

table.ui-ticket-person-dialog.hideOptionals input {
    font-size: 14px !important;
}

    table.ui-ticket-person-dialog.hideOptionals input[data-field="firstName"],
    table.ui-ticket-person-dialog.hideOptionals input[data-field="lastName"] {
        width: 250px;
    }

.buttonset-infolink {
    background: url("/images/dialog/information.png") no-repeat scroll 0 0;
    color: #3f74c4 !important;
    display: inline-block;
    margin-right: 30px;
    min-height: 18px;
    padding-left: 20px;
}

.ui-dialog .ui-dialog-title {
    font-size: 16px;
    background-position: left center !important;
}

.ui-shortcuts {
    display: none;
    padding: 20px !important;
}

.help-list {
    list-style: none;
    margin: 0 30px 10px 0;
    padding: 0 0 10px 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 250px;
}

    .help-list:last-child, .help-list:nth-child(even) {
        margin: 0;
    }

    .help-list h3 {
        border-bottom: solid 1px #ccc;
        color: #555;
        padding-bottom: 7px;
        margin-bottom: 5px;
        font-size: 14px;
    }

.help-key-unit {
    line-height: 1.8;
    margin-right: 2em;
    padding: 5px 0;
    white-space: nowrap;
}

.help-key {
    min-width: 60px;
    position: relative;
    vertical-align: top;
}

    .help-key span {
        font-size: 13px;
        color: #555;
        display: inline-block;
        padding: 0 8px;
        text-align: center;
        background-color: #eee;
        background-repeat: repeat-x;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#eee));
        background-image: -webkit-linear-gradient(#f5f5f5 0%, #eee 100%);
        background-image: -moz-linear-gradient(#f5f5f5 0%, #eee 100%);
        background-image: -o-linear-gradient(#f5f5f5 0%, #eee 100%);
        background-image: linear-gradient(#f5f5f5 0%, #eee 100%);
        border: 1px solid #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 #ccc;
        box-shadow: inset 0 1px 0 #fff, 0 1px 0 #ccc;
    }

.help-key-def {
    display: inline-block;
    margin-left: 1em;
    white-space: normal;
}

table.ui-delivery-methods-form {
    border-collapse: collapse;
}

    table.ui-delivery-methods-form td {
        padding: 2px 4px 2px 4px;
    }

        table.ui-delivery-methods-form td input {
            font-size: 14px;
        }

    table.ui-delivery-methods-form tr.ui-delivery-label td {
        padding-top: 4px !important;
    }

table.ui-fee-methods {
    border-collapse: collapse;
    width: 100%;
}

.ui-working-gray {
    background: url(/images/working.gif) no-repeat left 2px;
    padding: 0 0 0 20px;
    color: gray;
}

.ui-cell-border {
    background-color: #d1d1d1;
}

.ui-working-item {
    background: url(/images/working.gif) no-repeat left -1px;
    padding: 0 0 0 18px;
    color: gray;
    display: inline-block;
}

.small {
    font-size: 11px;
}

.gray {
    color: gray;
}

td.ui-cmds {
    width: 40px;
    white-space: nowrap;
}

.ui-so {
    color: orange;
}

.ui-sg {
    color: green;
}

.ui-cn {
    color: red;
}

.ui-orderType-is {
}

.ui-orderType-cn td:first-child {
    color: red;
}

.ui-orderType-ri td:first-child {
    color: orange;
}

.pager-page {
    color: #0073EA !important;
}

.pager-selected-page {
    color: #FF0084 !important;
}



.ui-language-selector {
}

    .ui-language-selector li {
        width: 16px;
        height: 12px;
        float: left;
        margin: 0 0 0 4px !important;
        opacity: 0.3;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: left -2px;
    }

        .ui-language-selector li:hover {
            opacity: 1;
        }

        .ui-language-selector li.ui-language-el-gr {
            background-image: url(/images/lang/el-gr.png);
        }

        .ui-language-selector li.ui-language-en-us {
            background-image: url(/images/lang/en-us.png);
        }

        .ui-language-selector li.ui-language-fr-be {
            background-image: url(/images/lang/fr-be.png);
        }

        .ui-language-selector li.ui-language-ro-ro {
            background-image: url(/images/lang/ro-ro.png);
        }

        .ui-language-selector li.ui-language-bg-bg {
            background-image: url(/images/lang/bg-bg.png);
        }

.ui-language-selected {
    opacity: 1 !important;
}

.ui-summary-menu {
    width: 100% !important;
}

    .ui-summary-menu li {
        float: left;
        background-color: #d1d1d1;
        height: 30px;
        line-height: 29px;
        padding: 0 5px 0 5px !important;
        border-right: 1px solid #bfbfbf;
        width: 238px;
        text-align: center;
        cursor: pointer;
    }

        .ui-summary-menu li:hover {
            background-color: #e1e1e1;
        }

        .ui-summary-menu li:first-child {
            width: 238px;
        }

        .ui-summary-menu li:last-child {
            width: 238px;
            border-right: none;
        }

        .ui-summary-menu li.selected {
            background-color: #f1f1f1;
            border-bottom: 1px solid #f1f1f1;
            color: #FF0084;
        }

.fullwidth {
    width: 99% !important;
}

.nocursor {
    cursor: default !important;
}

.ui-seat-owner {
    padding: 4px;
    width: 500px;
}

ol.ui-cancel-refunds li {
    margin: 5px 0 0 0;
}

div.ui-floorplan-image-container {
    max-height: 110px;
    overflow: auto;
}

div.ui-floorplan-image {
    display: block;
    width: 290px;
    height: 100px;
    background: url(/images/big-loader.gif) no-repeat center center;
}

/*div.loading-placeholder {
    display: block;
    min-height: 200px;
    background: url(/images/loading.svg) no-repeat center center;
}*/

#floorplanSections > div.floorplan-helper,
.wiz-tip-content > div.floorplan-helper {
    display: none !important;
    left: -20000px !important;
    top: -20000px !important;
}

#floorplanSections > ul.stageB,
.wiz-tip-content > ul.stageB {
    padding-bottom: 50px !important;
    min-width: 60px !important;
}

#floorplanSections > ul.stageR,
.wiz-tip-content > ul.stageR {
    padding-right: 50px !important;
    margin-bottom: 20px;
}

#floorplanSections > ul.stageL,
.wiz-tip-content > ul.stageL {
    padding-left: 50px !important;
    margin-bottom: 20px;
}

    #floorplanSections > ul.stageL li,
    .wiz-tip-content > ul.stageL li {
        margin-left: 40px;
    }

#floorplanSections > ul.stageT,
.wiz-tip-content > ul.stageT {
    padding-top: 50px !important;
    min-width: 60px !important;
}

    #floorplanSections > ul.stageT li,
    .wiz-tip-content > ul.stageT li {
        margin-top: 40px;
    }

    #floorplanSections > ul.stageB:after,
    #floorplanSections > ul.stageR:after,
    #floorplanSections > ul.stageL:after,
    #floorplanSections > ul.stageT:after,
    .wiz-tip-content > ul.stageB:after,
    .wiz-tip-content > ul.stageR:after,
    .wiz-tip-content > ul.stageL:after,
    .wiz-tip-content > ul.stageT:after {
        content: attr(stage-label);
        place-content: center;
        height: 30px;
        display: block;
        width: calc(100% - 10px);
        position: absolute;
        top: calc(100% - 40px);
        left: 9px;
        background-color: gray;
        font-size: 12px;
        text-align: center;
        color: #ffffff;
    }

#floorplanSections > ul.w50p:after,
.wiz-tip-content > ul.w50p:after {
    width: 50%;
}

#floorplanSections > ul.stageT:after,
.wiz-tip-content > ul.stageT:after {
    top: 10px;
}

#floorplanSections > ul.stageR:after,
.wiz-tip-content > ul.stageR:after {
    top: 9px;
    right: 30px;
    left: auto;
    transform: rotate(-90deg);
    transform-origin: top right;
}

#floorplanSections > ul.stageL:after,
.wiz-tip-content > ul.stageL:after {
    top: 9px;
    left: 30px;
    transform: rotate(90deg);
    transform-origin: top left;
}

div.ui-floorplan-container {
    overflow-x: auto !important;
}

.ui-expand-floorplan {
    display: none;
    height: 16px;
    background: url(/images/expand-floorplan.png) no-repeat left 2px;
    margin: 4px 0 0 0;
    padding: 0 0 0 16px;
}

.ui-floorplan-alerts {
    margin-bottom: 10px;
    background-color: #f9f9f9;
    padding: 4px;
}

.ui-notnumbered {
    display: inline-block;
    height: 18px;
    background: url(/images/infotip.png) no-repeat 2px 2px;
    padding: 0 0 0 20px;
    line-height: 18px;
}

table.ui-print-jobs td {
    text-align: center;
}

div.ui-print-job-details-container {
    width: 100%;
    max-height: 150px;
    overflow: auto;
}

table.ui-printjob-details tr th, table.ui-printjob-details tr td {
    width: 50%;
}

table.ui-printjob-details tr td {
    text-align: center !important;
}

    table.ui-printjob-details tr td:first-child {
        background-color: #f9f9f9;
    }

.ui-debug * {
    border: 1px solid red;
}

.ui-history {
    height: 22px;
    position: absolute;
    top: 92px;
    margin-top: -50px;
    pointer-events: none;
    width: 100%;
}

.ui-history-menu {
    display: inline-block;
    border: 1px solid transparent;
    z-index: 10;
    position: relative;
    color: transparent !important;
    cursor: default;
    width: 100%;
    pointer-events: none;
}

.dropOut .triangle {
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f6f6f6;
    top: -8px;
    left: 45%;
    margin-left: -8px;
}

.dropdownContain {
    /*width: 220px;*/
    /*position: absolute;*/
    z-index: 2;
    /*left: 45%;
    margin-left: -80px;*/ /* half of width */
    /*top: -400px;*/
    max-height: 200px;
}

.dropOut {
    background: white;
    float: left;
    position: relative;
    margin-top: 0px;
    opacity: 0;
    border-radius: 10px;
    height: 35px;
    background: #484E64 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #44444487;
    height: auto;
    visibility: hidden;
    width: 100% !important;
}

    .dropOut a {
        color: white !important;
        font-family: AvertaPE;
    }

div.nodata {
    text-align: left;
    float: left;
    width: 185px;
    padding: 0 0 5px 10px;
    line-height: 35px;
    font-size: 12px;
    margin: 0px 2px;
    color: white;
    cursor: default;
}

.dropOut ul, .dropOut ol {
    float: left;
    padding: 10px 0;
    margin-top: unset;
    margin-right: 1em !important;
    margin-bottom: unset;
    margin-left: 1.5em !important;
}

    .dropOut ul li, .dropOut ol li {
        white-space: pre-wrap;
        text-align: left;
        float: left;
        width: 95%;
        /*padding: 2px 0 5px 2px;*/
        padding-top: 2px;
        /*height: 22px;*/
        line-height: 22px;
        font-size: 12px;
        margin: 0px 2px;
        color: #A7A7A7;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: background .1s ease-out;
        -moz-transition: background .1s ease-out;
        -ms-transition: background .1s ease-out;
        -o-transition: background .1s ease-out;
        transition: background .1s ease-out;
        cursor: default;
    }

        .dropOut ul li, .dropOut ol li span {
            font-size: 11px;
            font-family: AvertaPE;
        }

.dropOl {
    max-height: 200px;
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
}

.dropOut ul li, .dropOut ol li:hover {
    background: #484E64 !important;
}

.ui-history-menu-active .dropdownContain {
    top: 23px;
}

.mobile .dropOut {
    width: 100vw !important;
    height: 100vh;
    left: -41px;
    top: 6px;
    border-radius: 0;
}

.mobile.colorSearch:after {
    content: "";
    position: absolute;
    height: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 20%);
}

.mobile .nodata {
    text-align: center;
    width: 100vw;
    padding: 16px 0;
    margin: 0;
    font-size: 16px;
}

.ui-history-menu-active .underline {
    border-bottom-color: #777;
}

.ui-history-menu-active {
    pointer-events: auto;
}

    .ui-history-menu-active .dropOut {
        opacity: 1;
        visibility: visible;
    }

div.ui-diagnostics {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    font-size: 8px;
    background-color: #2a8b1b;
    border-top: 1px solid #d1d1d1;
}

ol.circles-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
    margin: 0;
    margin-left: 3em;
    padding: 0;
    counter-reset: li-counter;
}

    ol.circles-list > li {
        position: relative;
        margin: 10px 0 30px 0;
        padding-left: 0.5em;
        min-height: 3em;
    }

        ol.circles-list > li:before {
            position: absolute;
            top: 0;
            left: -2em;
            text-align: center;
            margin-right: 5px;
            font-size: 120%;
            background-color: #1AABBF;
            color: white;
            font-weight: bold;
            padding: 3px 8px;
            border-radius: 3px;
            content: counter(li-counter);
            counter-increment: li-counter;
        }

input.padded {
    padding: 3px;
}

.valign-top {
    vertical-align: top;
}

input.uploader {
    background-color: #f9f9f9;
    border: 1px solid #bfbfbf;
    font-size: 14px;
    width: 280px;
}

.source-summary,
.target-summary {
    color: green;
    margin-left: 10px;
    display: none;
}

/*cms*/
#cmsdata table {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

#cmsdata th {
    border: 1px solid #ddd;
}

#cmsdata td {
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: top;
}

    #cmsdata td.label {
        font-weight: bold;
        width: 150px;
        line-height: 1.4;
    }

        #cmsdata td.label::first-letter {
            text-transform: capitalize;
        }

.aspNetDisabled,
.aspNetDisabled label {
    opacity: .7;
    cursor: not-allowed !important;
}

#cmsdata td.label em {
    display: block;
    color: #a1a4aa;
    font-weight: normal;
    font-size: 95%;
}

#cmsdata a.url {
    margin-bottom: 10px;
    display: block;
}

#cmsdata input[type="text"],
#cmsdata textarea,
#cmsdata select {
    padding: 2px 8px;
}

.cke_chrome {
    box-shadow: none;
    -webkit-box-shadow: none;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #CFD1D1;
}

.cke_top {
    background: #fafafa;
}
/* Customer Service */
.customer-service {
    /*background:transparent url("/images/widgets/customer-service/bg.png") no-repeat 0 0;*/
    background: #FFFFFF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#CDCDCB));
    background: -webkit-linear-gradient(#ADADAD, #CDCDCB);
    background: -moz-linear-gradient(#ADADAD, #CDCDCB);
    background: -ms-linear-gradient(#ADADAD, #CDCDCB);
    background: -o-linear-gradient(#ADADAD, #CDCDCB);
    background: linear-gradient(#ADADAD, #CDCDCB);
    display: block;
    float: left;
    left: 0px;
    padding: 10px 5px 10px 5px;
    position: fixed;
    top: 330px;
    width: 246px;
    z-index: 998;
    -moz-border-radius-bottomright: 5px;
    border-radius: 0px 0px 5px 0px;
}

    .customer-service .bg {
    }

    .customer-service a.btn_icon {
        /*background:transparent url("/images/widgets/customer-service/btn_icon.svg") no-repeat 0 0;*/
        /*-webkit-mask-image: url(/images/widgets/customer-service/btn_icon.png);
    mask-image: url(/images/widgets/customer-service/btn_icon.png);*/
        background: #ADADAD;
        display: block;
        font-size: 0;
        height: 36px;
        position: absolute;
        right: -29px;
        top: 0;
        width: 31px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-radius: 0px 5px 5px 0px;
        left: 256px;
    }

    .customer-service.close {
        left: -256px;
    }

    .customer-service .btn_close {
        width: 16px;
        height: 19px;
        position: absolute;
        left: 5px;
        cursor: pointer;
    }

    .customer-service .cs-title {
        font: bold 15px tahoma;
        color: #444444;
        text-align: center;
    }

    .customer-service .inner-wrapper {
        display: block;
        padding-left: 30px;
    }

    .customer-service .cs-phone {
        overflow: hidden;
        padding-top: 20px;
    }

    .customer-service .cs-content {
        font: normal 14px tahoma;
        color: #444444;
        padding: 5px 0 10px 0;
    }

    .customer-service .cs-phone-icon {
        float: left;
        border-radius: 5px 0 0 5px;
        background-color: #fff;
    }

    .customer-service .cs-phone-text {
        float: left;
        background-color: #fff;
        width: 87px;
        padding: 6px;
        height: 14px;
    }

    .customer-service .cs-phone-call a {
        padding: 6px 0;
        text-decoration: none;
        color: #000;
        display: block;
    }

    .customer-service .cs-phone-call {
        text-align: center;
        min-width: 65px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 0px 5px 5px 0px;
        /*border: 1px solid #696;*/
        float: left;
    }

    .customer-service .cs-button {
        background: #BFDEEE;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#9D9B9B));
        background: -webkit-linear-gradient(#FFFFFF, #9D9B9B);
        background: -moz-linear-gradient(#FFFFFF, #9D9B9B);
        background: -ms-linear-gradient(#FFFFFF, #9D9B9B);
        background: -o-linear-gradient(#FFFFFF, #9D9B9B);
        background: linear-gradient(#FFFFFF, #9D9B9B);
    }

    .customer-service .cs-form {
        padding-top: 20px;
        overflow: hidden;
    }

    .customer-service .cs-form-icon {
        float: left;
        border-radius: 5px 0 0 5px;
        background-color: #fff;
        padding-left: 5px;
        padding-top: 2px;
        width: 26px;
    }

    .customer-service .cs-form-btn a {
        padding: 7px;
        text-decoration: none;
        color: #000;
        display: block;
    }

    .customer-service .cs-form-btn {
        float: left;
        border-radius: 0px 5px 5px 0px;
        min-width: 159px;
        background-color: #fff;
        text-align: center;
    }

/* Contact Form */
.contact-form input[readonly='readonly'] {
    border: none;
    background-color: transparent;
}

.contact-form {
    overflow: hidden;
}

    .contact-form input {
        border-radius: 3px;
        padding: 6px;
        width: 240px;
    }

    .contact-form select {
        border: 1px solid #dfdfdf;
        border-radius: 3px;
        padding: 2px;
        min-width: 254px;
    }

div.status {
    display: block;
    color: #5880B6;
    border-radius: 5px;
    border: 1px #dfdfdf solid;
    padding: 10px;
    font-weight: bold;
    display: none;
}

.pricelistPanel {
    width: 100%;
    padding-top: 50px;
}

.ZonePricelist {
    text-align: left;
    width: 100%;
}

div.row {
    overflow: hidden;
}

div.col {
    padding-top: 5px;
}

div.col-text {
    padding-top: 20px;
}

.ui-tipsy {
    background: black !important;
    border: 0 !important;
    background-color: #000 !important;
    color: #FFF !important;
    max-width: 200px;
    padding: 5px 8px 4px 8px !important;
    text-align: center;
}

.timeago .timeago-tip {
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    background: #1496bb;
    bottom: 100%;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    color: #fff;
    display: none;
    left: 50%;
    margin: 0;
    margin-bottom: 15px;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
    white-space: nowrap;
}

    .timeago .timeago-tip:after {
        border-left: solid transparent 10px;
        border-right: solid transparent 10px;
        border-top: solid #1496bb 10px;
        bottom: -10px;
        content: " ";
        height: 0;
        left: 50%;
        margin-left: -13px;
        position: absolute;
        width: 0;
    }

    .timeago .timeago-tip:before {
        bottom: -20px;
        content: " ";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        width: 100%;
    }

.timeago-tip-inner {
    margin: 0;
    max-height: 200px;
    overflow: auto;
    padding: 10px 20px 10px 30px;
}

    .timeago-tip-inner li {
        line-height: 20px;
    }

.timeago.show-tip {
    position: relative;
}

    .timeago.show-tip .timeago-tip {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }

#txtSubTypes {
    margin-top: 5px;
    display: block;
}

    #txtSubTypes:empty {
        display: none;
    }

#Microsoft_Omnichannel_LCWidget_Chat_Iframe_Window {
    z-index: 1002 !important;
}

table[data-grid-name="plays"] a {
    text-decoration: none;
}

    table[data-grid-name="plays"] a:hover {
        text-decoration: underline;
    }

    table[data-grid-name="plays"] a:visited {
        /*color: #551A8B;*/
    }

table[data-grid-name="plays"] td,
table[data-grid-name="plays"] th {
    text-align: left !important;
    padding: 6px 6px 6px 6px !important;
    line-height: 1.4;
}

/*    table[data-grid-name="plays"] th:first-child,
    table[data-grid-name="plays"] td:first-child {
        padding-left: 12px !important;
    }*/

tr[role="row"]:hover {
    background-color: #ddd;
}

span.pvs0 {
    color: #253A1F;
    position: relative;
}

    span.pvs0:before {
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 50%;
        position: relative;
        display: inline-block;
        margin-right: 5px;
        background: #C8CBCB;
    }

span.pvs1 {
    color: #253A1F;
    position: relative;
    white-space: nowrap;
}

    span.pvs1:before {
        background: #FFC14B;
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 50%;
        position: relative;
        display: inline-block;
        margin-right: 5px;
    }

span.pvs2 {
    color: #253A1F;
    position: relative;
    white-space: nowrap;
}

    span.pvs2:before {
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 50%;
        position: relative;
        display: inline-block;
        margin-right: 5px;
        background: #56a8fd;
    }

span.pvs3 {
    color: #253A1F;
    position: relative;
    white-space: nowrap;
}

    span.pvs3:before {
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 50%;
        position: relative;
        display: inline-block;
        margin-right: 5px;
        background: #26BE49;
    }

span.pvs4 {
    color: #253A1F;
    position: relative;
    white-space: nowrap;
}

    span.pvs4:before {
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 50%;
        position: relative;
        display: inline-block;
        margin-right: 5px;
        background: #FF5C5C;
    }

span.prdf0 {
    color: black;
    margin-left: 20px;
}

span.prdf1 {
    color: black;
    margin-left: 20px;
}

span.prdf2 {
    color: black;
    margin-left: 20px;
}

span.prdf3 {
    color: black;
    margin-left: 20px;
}

div.prdf0 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #56a8fd;
}

div.prdf1 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffc14b;
}

div.prdf2 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #26be49;
}

div.prdf3 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff5c5c;
}

div.statusDiv {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: baseline;
}

div.statusMobileDiv {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: baseline;
    width: 100%
}

.changePaymentMethodsList {
    background-color: transparent;
    border: none;
    font-family: 'AVERTAPE';
    text-align-last: center;
    -moz-text-align-last: center;
}

th.sorting_asc,
th.sorting_desc {
    white-space: nowrap;
}
/*table.tickets th.sorting_asc:after, table.tickets th.sorting_desc:after{
    right:16px;
    top:4px;
}
/*th.sorting_asc:after {
    content: '';
    background: url(/images/icons/epanou.svg);
    display: inline-block;
    height: 100%;
    width: 100%;
    top: 0px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right: 4px;
}*/

/*    th.sorting_desc:after {
        content: '';
        background: url(/images/icons/katou.svg);
        display: inline-block;
        height: 100%;
        width: 100%;
        top: 0px;
        background-size: 12px 12px;
        background-repeat: no-repeat;
        background-position: right center;
        position: absolute;
        right: 4px;
    }*/

.dataTables_paginate {
    padding-top: 10px !important;
}

.dataTables_length + .dataTables_paginate {
    margin-top: -14px;
    margin-left: 50px;
}

#wizard > .content.clearfix {
    display: flex;
    flex-direction: row;
}

#wizard > .actions.clearfix {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 640px;
}

    #wizard > .actions.clearfix ul {
        list-style-type: none;
        display: flex;
        flex-direction: row;
        width: 650px;
        justify-content: space-between;
    }

    #wizard > .actions.clearfix a {
        text-decoration: none;
        font-family: AvertaPE_Semibold;
        font-size: 18px;
        color: white;
        padding: 10px 35px;
        display: block;
    }

    #wizard > .actions.clearfix li {
        background-color: #703EFF;
        border-radius: 50px;
        text-align: center;
        padding: 0;
    }

        #wizard > .actions.clearfix li.disabled-button {
            background-color: #E9E8EC !important;
            cursor: not-allowed !important;
            pointer-events: none !important;
        }

            #wizard > .actions.clearfix li.disabled-button a {
                color: #9897A9 !important;
            }

        #wizard > .actions.clearfix li:hover {
            background-color: #502CB5;
        }

#wizard > .steps.clearfix {
    display: none;
}

#wizard > .content.clearfix {
    display: flex;
    position: relative;
    top: 70px;
    width: 680px;
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: auto;
}

    #wizard > .content.clearfix > .title {
        border-radius: 50%;
        border: 1px solid transparent;
        background-color: #EDF1F6;
        color: #646567;
        font-family: AvertaPE;
        font-size: 16px;
        font-weight: 600;
        width: 24px;
        line-height: 24px;
        height: 24px;
        text-align: center;
        vertical-align: middle;
        padding: 5px;
    }

        #wizard > .content.clearfix > .title.current {
            background-color: #C6F3DD !important;
            color: #0D0C1C;
        }

.SignUpContainer {
    width: 485px;
    height: auto;
    border-radius: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 40px #00000029;
    position: relative;
}

.SignUpHeader {
    height: 96px;
    background-color: #1C193D;
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-align: center;
}

.SignUpContainerPesonalDetails {
    width: 700px;
    height: 338px;
    border-radius: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 40px #00000029;
    position: absolute;
    top: 80px;
}

    .SignUpContainerPesonalDetails input, .SignUpContainerCompanyDetails input, .SignUpContainerCompanyDetails select {
        background: none;
        border: 1px solid #696781;
    }

    .SignUpContainerPesonalDetails .text-field > label, .SignUpContainerCompanyDetails .text-field > label {
        top: 13px;
        color: #696781
    }

    .SignUpContainerPesonalDetails .text-field > input:focus ~ label, .SignUpContainerCompanyDetails .text-field > input:focus ~ label, .SignUpContainerCompanyDetails .text-field > select:focus ~ label {
        top: -7px;
        background-color: #fff;
        padding: 0 5px 0 5px;
    }

    .SignUpContainerPesonalDetails .text-field > input:valid ~ label, .SignUpContainerCompanyDetails .text-field > input:valid ~ label, .SignUpContainerCompanyDetails .text-field > select:valid ~ label {
        top: -7px;
        background-color: #fff;
        padding: 0 5px 0 5px;
    }

.SignUpContainerPaymentsDetails {
    width: 700px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 8px 40px #00000029;
    position: absolute;
    top: 80px;
}

.SignUpContainerCompanyDetails {
    width: 700px;
    height: 678px;
    border-radius: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 40px #00000029;
    position: absolute;
    top: 80px;
}

.SignUpHeaderCompany {
    height: 90px;
    background-color: #1F263A;
    display: flex;
    justify-content: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.PersonalDetailsHeader {
    height: 90px;
    background-color: #1C193D;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.CompanyHeader {
    height: 90px;
    background-color: #1C193D;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 90px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.SignUpVivaLogo {
    width: 100%;
    position: absolute;
    top: 19px;
    height: 60px;
    left: 0;
    right: 0;
}

.SignUpMain {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}

.SignUpMainCompany {
    margin-top: 20px;
}

.firstLastpaginatebtnDisable {
    background: #CFD1D1 0% 0% no-repeat padding-box !important;
    color: white !important;
    border-radius: 10px !important;
}

.disabled {
    opacity: 0;
}

    .disabled a {
        opacity: 0;
        cursor: default !important;
    }

.lblOnBoarding {
    color: #0D0C1C;
    font-size: 48px;
    font-family: AvertaPE_Semibold;
}

.lblOnBoarding2 {
    color: #0D0C1C;
    font-size: 18px;
    font-family: AvertaPE;
    padding-top: 16px;
}

.lblOnBoarding3 {
    color: #0D0C1C;
    font-size: 18px;
    font-family: AvertaPE;
    padding-top: 5px;
}

.lblOnBoardingCompany {
    color: #1F263A;
    font-size: 24px;
    font-family: AvertaPE;
    padding-left: 50px;
}

.PersonalDetails {
    color: white;
    font-size: 25px;
    font-family: AvertaPE;
    left: 70px;
    text-align: left;
    position: relative;
    top: 29px;
}

.CompanyDetails {
    color: white;
    font-size: 25px;
    font-family: AvertaPE;
    left: 70px;
    text-align: left;
    position: relative;
    width: 600px;
}

.CompanyDetailsInfo {
    color: white;
    font-size: 16px;
    font-family: AvertaPE;
    left: 70px;
    text-align: left;
    position: relative;
    white-space: normal;
    padding-right: 50px;
    width: 580px;
}

.signUpTextboxes {
    font-size: 16px;
    font-family: AvertaPE_Semibold;
    padding: 0;
    border: 1px solid #696781;
    border-radius: 10px;
    height: 45px;
    width: 425px;
    display: block;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-right: 50px;
    outline-width: 0;
}

.signUpTextboxesCompanyPersonal {
    font-size: 16px;
    font-family: AvertaPE_Semibold;
    padding: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-radius: 10px;
    height: 45px;
    width: 660px;
    background-color: #F4F5F6;
    border: none;
    display: block;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    outline-width: 0;
}

.firstname {
    margin-top: 120px;
}

.lastname {
    margin-top: 30px;
}

.companyFields {
    margin-top: 20px;
    font-size: 16px;
    font-family: AvertaPE_Semibold;
}

.Companyname {
    margin-top: 60px;
    font-size: 16px;
    font-family: AvertaPE_Semibold;
}

.actions .previous {
    position: relative;
    top: 0px;
    left: 0px;
    background-color: transparent !important;
    color: #F4F5F6 !important;
    margin-top: 11px;
}

    .actions .previous a {
        color: #703EFF !important;
        padding: 0 !important;
    }

        .actions .previous a:hover {
            color: #502CB5 !important;
        }

.actions .next {
    position: relative;
    top: 0px;
}

.finish {
    position: relative;
    left: -250px;
    top: -50px;
}

#FirstName[type=text] {
    padding-left: 20px;
}

#FirstName::placeholder {
    font-family: AvertaPE;
    font-size: 16px;
}

#LastName[type=text] {
    padding-left: 20px;
}

#LastName::placeholder {
    font-family: AvertaPE;
    font-size: 16px;
}

#Email[type=email] {
    padding-left: 14px;
}

#Email::placeholder {
    font-family: AvertaPE;
    font-size: 16px;
}

#PasswordSignup[type="password"] {
    padding-left: 14px;
}

#PasswordSignup[type=text] {
    padding-left: 14px;
}

#PasswordSignup::placeholder {
    font-family: AvertaPE;
    font-size: 16px;
}

#CompanyName[type=text] {
    padding-left: 20px;
}

#CompanyName::placeholder {
    font-family: AvertaPE;
    font-size: 16px;
}

#CompanyTaxID[type=text] {
    padding-left: 20px;
}

#CompanyTaxID::placeholder {
    font-family: AvertaPE;
    font-size: 16px;
}

#TaxOffice[type=text] {
    padding-left: 20px;
}

#TaxOffice::placeholder {
    font-family: AvertaPE;
    font-size: 16px;
}

#CompanyAddress[type=text] {
    padding-left: 20px;
}

#CompanyAddress::placeholder {
    font-family: AvertaPE;
    font-size: 16px;
}

#CompanyPostalCode[type=text] {
    padding-left: 20px;
}

#CompanyPostalCode::placeholder {
    font-family: AvertaPE;
    font-size: 16px;
}

#CompanyCity[type=text] {
    padding-left: 20px;
}

#CompanyCity::placeholder {
    font-family: AvertaPE;
    font-size: 16px;
}

#CompanyPhoneNumber[type=text] {
    padding-left: 20px;
}

#CompanyPhoneNumber::placeholder {
    font-family: AvertaPE;
    font-size: 16px;
}

#CompanyEmailAddress[type=text] {
    padding-left: 20px;
}

#CompanyEmailAddress::placeholder {
    font-family: AvertaPE;
    font-size: 16px;
}

#wizard {
    opacity: 0;
    min-height: 1040px;
    padding-bottom: 20px;
}

@media (max-width: 800px) and (min-width: 700px) {
    #wizard {
        min-height: 938px;
    }
}

#wizard-h-1 {
    position: relative;
}

.lineone {
    border-top: 1px solid #EDF1F6;
    width: 236px;
    /*width: 560px;*/
    position: relative;
    top: 19px;
    margin: 0 12px;
}

#wizard-h-2 {
    position: relative;
}

.linetwo {
    border-top: 1px solid #EDF1F6;
    width: 236px;
    position: relative;
    top: 19px;
    margin: 0 12px;
}

.SignButton {
    background-color: #703EFF;
    color: #FFFFFF;
    border-radius: 50px;
    border-style: none;
    font-family: AvertaPE_Semibold;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    height: 48px;
}

    .SignButton:hover {
        transition: 0.2s cubic-bezier(0.83, 0, 0.17, 1);
        background-color: #502CB5;
    }

.finishButtonSkip {
    background-color: #FFFFFF;
    color: #703EFF;
    border-radius: 8px;
    font-family: AvertaPE;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    padding-top: 24px;
    padding-bottom: 32px;
    border: none;
}

    .finishButtonSkip:hover {
        color: #502CB5;
        transition: 0.2s ease-in-out;
    }

.finishButtonSkipUnvisible {
    background-color: #FFFFFF;
    color: #1AABBF;
    border-radius: 8px;
    font-family: AvertaPE_Semibold;
    font-size: 18px;
    cursor: pointer;
    padding: 12.5px 24px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border: 1px solid #1AABBF;
    display: none;
}

.finishButton {
    background-color: #1AABBF;
    color: #FFFFFF;
    border-radius: 8px;
    font-family: AvertaPE_Semibold;
    font-size: 18px;
    padding: 12.5px 24px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border: none;
    opacity: 0.5;
    cursor: default;
}

    .finishButton:hover {
        background-color: #158999;
        transition: 0.2s ease-in-out;
    }

.signUpTable {
    border-collapse: collapse;
    margin-top: 24px;
    margin-bottom: 8px;
}

.signUpTablePersonal {
    border-collapse: collapse;
    margin-top: 40px;
    text-align: center;
    position: relative;
    outline: 4px solid white;
    border-radius: 10px;
    width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.signUpTableWalletAccount {
    border-collapse: collapse;
    margin-top: 24px;
    position: relative;
    outline: 4px solid white;
    border-radius: 10px;
    /* width: 660px; */
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
    flex-direction: column;
}

#SignUpMain4 .signUpTableWalletAccount {
    margin-top: 32px;
}

.selectTableWalletAccount {
    border-collapse: collapse;
    margin-top: 20px;
    position: relative;
    outline: 4px solid white;
    border-radius: 10px;
    width: 660px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

.signUpTableCompany {
    border-collapse: collapse;
    margin-top: 20px;
    text-align: center;
    position: relative;
    outline: 4px solid white;
    border-radius: 10px;
    width: 630px;
    margin-left: auto;
    margin-right: 50px;
}

.terms {
    padding: 0;
    display: flex;
    align-items: center;
    /*padding-top: 25px;*/
}

.termsLabel {
    font-size: 13px;
}

.policyLabel {
    font-size: 14px;
    color: #0D0C1C;
    font-family: AvertaPE;
}

.signupwelcomelabels {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    text-align: center;
}

.termsLink {
    font-size: 13px;
    color: #703EFF !important;
    cursor: pointer;
    text-decoration: underline;
}

    .termsLink:hover {
        transition: 0.2s cubic-bezier(0.83, 0, 0.17, 1);
        color: #502CB5 !important;
    }

#CheckBox1[type=checkbox], #CheckBox2[type=checkbox], #CheckBox3[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
    width: 28px;
    height: 28px;
}

    #CheckBox1[type=checkbox]:before, #CheckBox2[type=checkbox]:before, #CheckBox3[type=checkbox]:before {
        font-family: AvertaPE;
        font-size: 19px;
        content: "✔";
        color: transparent !important;
        border-radius: 6px;
        display: block;
        border: 2px solid #703EFF;
        padding-right: 4px;
        padding-left: 2px;
        margin-right: 6px;
        height: 23px;
        width: 23px;
        box-sizing: border-box;
        line-height: 19px;
    }

    #CheckBox1[type=checkbox]:checked:before, #CheckBox2[type=checkbox]:checked:before, #CheckBox3[type=checkbox]:checked:before {
        color: #703EFF !important;
    }

    #CheckBox1[type=checkbox]:before error, #CheckBox2[type=checkbox]:before error, #CheckBox3[type=checkbox]:before error {
        font-family: AvertaPE;
        font-size: 14px;
        content: "✔";
        color: transparent !important;
        border-radius: 6px;
        display: block;
        border: 2px solid #1AABBF;
        padding-right: 4px;
        padding-left: 4px;
        margin-right: 5px;
    }

    #CheckBox1[type=checkbox]:checked:before error, #CheckBox2[type=checkbox]:checked:before error, #CheckBox3[type=checkbox]:checked:before error {
        color: #1AABBF !important;
    }

#CheckBox2[type=checkbox] {
    margin-left: 0 !important;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* dark transparent background */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 999; /* below modal but above everything else */
}

.termsModal {
    visibility: hidden;
    width: 696px;
    height: 530px;
    border-radius: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 40px #00000029;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    z-index: 1000;
}

.termsVivaLogo {
    filter: brightness(0) invert(1);
    width: 70px;
    position: relative;
    top: 20px;
    left: 315px;
}

.termsHeader {
    height: 90px;
    background-color: #1F263A;
    width: 696px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.iframeTerms {
    width: 92%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

.termOkButtonDiv {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
    padding-right: 30px;
}

.termOkButton {
    background-color: #703EFF;
    color: #FFFFFF;
    border-radius: 50px;
    border-style: none;
    font-family: AvertaPE_Semibold;
    font-size: 18px;
    cursor: pointer;
    padding: 16px 24px;
}

    .termOkButton:hover {
        background-color: #502CB5;
        transition: 0.2s ease-in-out;
    }

select[id$='iframeTerms']::-webkit-scrollbar {
    width: 10px;
}

/* Track */
select[id$='iframeTerms']::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
select[id$='iframeTerms']::-webkit-scrollbar-thumb {
    background: #C0C0C0;
    border-radius: 10px;
}

    /* Handle on hover */
    select[id$='iframeTerms']::-webkit-scrollbar-thumb:hover {
        background: #C0C0C0;
    }

.emailSend {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 40px #0000001a;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 0;
    padding-bottom: 32px;
    padding-right: 0;
    padding-left: 0;
}


.activeEmailSend {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 40px #0000001a;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    flex-wrap: nowrap;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
}

.MailHasSent {
    font-family: AvertaPE_Semibold;
    font-size: 20px;
}

.CheckMailBox {
    font-family: AvertaPE;
    font-size: 20px;
}

.emailConfirmed {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 40px #0000001a;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 0;
    padding-bottom: 24px;
    padding-right: 0;
    padding-left: 0;
    min-width: 454px;
}

.everythingOk {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 40px #0000001a;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 24px;
    padding-bottom: 24px;
    /* padding-right: 200px;
    padding-left: 200px; */
    min-width: 680px;
}

.eo-success-icon {
    display: block; /* each on its own line */
    margin: 0 auto 16px; /* center + spacing below */
    width: 48px; /* or whatever size you want */
    height: 48px;
}

.NewLink {
    width: auto;
    min-width: 700px;
    height: 362px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 40px #0000001a;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.text-field-first {
    margin-top: 80px !important;
}

.text-field {
    position: relative;
    margin: 25px 16px 0px 16px;
    text-align: center;
    outline: 4px solid white;
    border-radius: 10px;
    /* width: 630px; */
}

.SignUpMainCompany .text-field {
    width: 660px;
}

.SignUpMainCompany .signUpTextboxesCompany {
    width: 660px;
}

.dropdownIcon {
    border-radius: 50%;
}

.dropdown-list {
    list-style: none;
    position: absolute;
    top: 52px;
    left: 150px;
    margin: 0;
    transform: translate(-50%, 0);
    z-index: 9999;
    border: 1px solid #696781;
    padding-top: 12px;
    background-color: white;
}

    .dropdown-list .dropdown-item {
        text-align: left;
        vertical-align: middle;
        display: flex;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 15px;
        cursor: pointer;
        align-items: center;
        padding-left: 12px;
        margin-right: 12px;
        border-radius: 8px;
        justify-content: space-between;
        gap: 8px;
    }

        .dropdown-list .dropdown-item:hover {
            background-color: #EDFBF460 !important;
        }

        .dropdown-list .dropdown-item.dropdown-item-active {
            background-color: #EDFBF4 !important;
            font-weight: 600;
        }

.custom-dropdown {
    border: 1px solid #696781;
    height: 45px;
    border-radius: 10px;
    background-image: url(../../images/icons/chevron-down-grey.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) calc(50% + 2px);
    background-size: 17px;
}

.signUpTextboxesCompany {
    display: inline-block;
    background-color: #F4F5F6;
    padding: 15px 10px 10px 20px;
    border-radius: 10px;
    outline: none;
    border: none;
    font-size: 16px;
    font-family: AvertaPE;
    font-weight: 400;
    color: #2F3030;
    height: 45px;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.text-field > label {
    color: #999;
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 15px;
    transition: 0.2s;
    font-size: 16px;
    font-family: AvertaPE;
    color: #828282;
}

.text-field.compDiv > label {
    color: #999;
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 5px;
    transition: 0.2s;
    font-size: 14px;
    font-family: AvertaPE;
    color: #828282;
}

.text-field > input:focus ~ label, .text-field > input:valid ~ label {
    top: 5px;
    left: 15px;
    /* background-color: #fff; */
    padding: 0 5px 0 5px;
    font-size: 14px;
    font-family: AvertaPE;
    color: #828282;
}

.MailConfirmed {
    font-family: AvertaPE;
    font-size: 24px;
    padding-bottom: 15px;
}

.MailLabel {
    font-family: AvertaPE;
    font-size: 20px;
    padding-top: 10px;
}

.ThatsIt {
    font-family: AvertaPE_Semibold;
    font-size: 20px;
    padding-bottom: 4px;
}

.SuccessMsg {
    font-family: AvertaPE;
    font-size: 16px;
}

.EmailConfirmedVivaLogo {
    padding-bottom: 50px;
    width: 70px;
}

.LinkExpiredLabel {
    font-family: AvertaPE;
    font-size: 24px;
    padding-top: 30px;
}

.LinkExpiredVivaLogo {
    padding-bottom: 10px;
    padding-bottom: 10px;
    padding-bottom: 10px;
    width: 70px;
}

.StartCompanyRegisterButton {
    background-color: #703EFF;
    color: #FFFFFF;
    border-radius: 50px;
    border-style: none;
    font-family: AvertaPE_Semibold;
    font-size: 18px;
    cursor: pointer;
    padding: 12.5px 24px;
    margin-top: 24px;
    height: 48px;
    line-height: 20px;
}

    .StartCompanyRegisterButton:hover {
        background-color: #502CB5;
        transition: 0.2s ease-in-out;
    }

.alreadyActiveMailButton {
    background-color: #1AABBF;
    color: #FFFFFF;
    border-radius: 8px;
    border-style: none;
    font-family: AvertaPE_Semibold;
    font-size: 18px;
    cursor: pointer;
    padding: 12.5px 24px;
    margin-top: 60px;
}

.LinkExpiredButton {
    background-color: #1AABBF;
    color: #FFFFFF;
    border-radius: 8px;
    border-style: none;
    font-family: AvertaPE_Semibold;
    font-size: 18px;
    cursor: pointer;
    padding: 12.5px 24px;
    margin-top: 80px;
}

    .LinkExpiredButton:hover {
        background-color: #158999;
        transition: 0.2s ease-in-out;
    }

.EmailLogoVivaLogo {
    filter: brightness(0) invert(1);
    width: 75px;
}

.warnMessageSignUp {
    color: red;
    font-family: AvertaPE_Semibold;
    font-size: 17px;
    overflow-wrap: break-word;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}

.warnMessageSignUpCountry {
    color: red;
    font-family: AvertaPE_Semibold;
    font-size: 17px;
    overflow-wrap: break-word;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}

.CompanyNameImage {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    background: #EBEDED 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    bottom: 39.5px;
    right: 32px;
}

.SignUpMainCompany .CompanyNameImage {
    background: none;
    margin-top: 0;
    margin-left: 0;
}

.SignUpMainCompany .CompanyNameImageHovered {
    background: none;
    margin-top: 0;
    margin-left: 0;
}

.info-balloon-CompanyName {
    font-family: AvertaPE;
    font-size: 14px;
    color: #000;
    position: absolute;
    right: 35px;
    top: 136px;
    opacity: 0;
    background-color: #EDFBF4;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    z-index: 0;
    white-space: nowrap;
}

.info-balloon-CompanyName-show {
    font-family: AvertaPE;
    font-size: 14px;
    color: #000;
    position: absolute;
    right: 35px;
    top: 136px;
    opacity: 1;
    background-color: #EDFBF4;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    white-space: nowrap;
}

.info-balloon-CompanyName-zindex {
    z-index: 1000;
}

.triangle-CompanyName {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #E8FAFA;
    top: 0px;
    z-index: 1000;
    right: 18px;
}

.triangle-CompanyName-show {
    opacity: 1;
    width: 0;
    height: 0;
    position: absolute;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #E8FAFA;
    top: 0px;
    z-index: 1000;
    right: 18px;
}

.CompanyTaxImage {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    background: #EBEDED 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top: -40px;
    right: 10px;
    z-index: 50;
}

.CompanyTaxImageHovered {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    background: #E8FAFA 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top: -40px;
    right: 10px;
}

.info-balloon-CompanyTax {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    position: absolute;
    right: -340px;
    width: 320px;
    top: 37px;
    opacity: 0;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    z-index: 0;
}

.info-balloon-CompanyTax-show {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    position: absolute;
    right: -340px;
    width: 320px;
    top: 37px;
    opacity: 1;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
}

.info-balloon-CompanyTax-zindex {
    z-index: 1000;
}

.triangle-CompanyTax {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 140px;
    right: 18px;
    z-index: 1000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #E8FAFA;
}

.triangle-CompanyTax-show {
    opacity: 1;
    width: 0;
    height: 0;
    position: absolute;
    top: 140px;
    right: 18px;
    z-index: 1000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #E8FAFA;
}

.CompanyTaxOfficeImage {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-right: 5px;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top: -39.5px;
    right: 32px;
    z-index: 50;
}

.info-balloon-CompanyTaxOffice {
    font-family: AvertaPE;
    font-size: 14px;
    color: #000;
    position: absolute;
    right: 35px;
    top: 209px;
    opacity: 0;
    background-color: #EDFBF4;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    z-index: 0;
    white-space: nowrap;
}

.info-balloon-CompanyTaxOffice-show {
    font-family: AvertaPE;
    font-size: 14px;
    color: #000;
    position: absolute;
    right: 35px;
    top: 209px;
    opacity: 1;
    background-color: #EDFBF4;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    white-space: nowrap;
}

.info-balloon-CompanyTaxOffice-zindex {
    z-index: 1000;
}

.triangle-CompanyTaxOffice {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 140px;
    right: 18px;
    z-index: 1000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #E8FAFA;
}

.triangle-CompanyTaxOffice-show {
    opacity: 1;
    width: 0;
    height: 0;
    position: absolute;
    top: 140px;
    right: 18px;
    z-index: 1000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #E8FAFA;
}

.CompanyCompanyAddressImage {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    background: #EBEDED 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top: -40px;
    right: 10px;
    z-index: 50;
}

.CompanyCompanyAddressImageHovered {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    background: #E8FAFA 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top: -40px;
    right: 10px;
}

.info-balloon-CompanyCompanyAddress {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    position: absolute;
    right: -340px;
    width: 320px;
    top: 176px;
    opacity: 0;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    z-index: 0;
}

.info-balloon-CompanyCompanyAddress-show {
    font-family: AvertaPE;
    font-size: 14px;
    color: #158999;
    position: absolute;
    right: -340px;
    width: 320px;
    top: 176px;
    opacity: 1;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
}

.info-balloon-CompanyCompanyAddress-zindex {
    z-index: 1000;
}

.triangle-CompanyCompanyAddress {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid transparent;
    border-right: 10px solid #E8FAFA;
    border-bottom: 8px solid transparent;
    top: 222px;
    right: 0px;
    z-index: 1000;
}

.triangle-CompanyCompanyAddress-show {
    opacity: 1;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid transparent;
    border-right: 10px solid #E8FAFA;
    border-bottom: 8px solid transparent;
    top: 222px;
    right: 0px;
    z-index: 1000;
}

.CompanyCompanyPhoneImage {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-right: 5px;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top: -39.5px;
    right: 32px;
    z-index: 50;
}

.info-balloon-CompanyCompanyPhone {
    font-family: AvertaPE;
    font-size: 14px;
    color: #000;
    position: absolute;
    right: 35px;
    top: 418px;
    opacity: 0;
    background-color: #EDFBF4;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    z-index: 0;
    white-space: nowrap;
}

.info-balloon-CompanyCompanyPhone-show {
    font-family: AvertaPE;
    font-size: 14px;
    color: #000;
    position: absolute;
    right: 35px;
    top: 418px;
    opacity: 1;
    background-color: #EDFBF4;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    white-space: nowrap;
}

.info-balloon-CompanyCompanyPhone-zindex {
    z-index: 1000;
}

.triangle-CompanyCompanyPhone {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 105px;
    right: 18px;
    z-index: 1000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #E8FAFA;
}

.triangle-CompanyCompanyPhone-show {
    opacity: 1;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 105px;
    right: 18px;
    z-index: 1000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #E8FAFA;
}

.CompanyCompanyEmailImage {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-right: 5px;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top: -39.5px;
    right: 32px;
    z-index: 50;
}

.info-balloon-CompanyCompanyEmail {
    font-family: AvertaPE;
    font-size: 14px;
    color: #000;
    position: absolute;
    right: 35px;
    bottom: 148px;
    opacity: 0;
    background-color: #EDFBF4;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    z-index: 1000;
    white-space: nowrap;
}

.info-balloon-CompanyCompanyEmail-show {
    font-family: AvertaPE;
    font-size: 14px;
    color: #000;
    position: absolute;
    right: 35px;
    bottom: 148px;
    opacity: 1;
    background-color: #EDFBF4;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.5;
    white-space: nowrap;
}

.info-balloon-CompanyCompanyEmail-zindex {
    z-index: 1000;
}

.triangle-CompanyCompanyEmail {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 35px;
    right: 18px;
    z-index: 1000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #E8FAFA;
}

.triangle-CompanyCompanyEmail-show {
    opacity: 1;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 35px;
    right: 18px;
    z-index: 1000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #E8FAFA;
}

.noVivaWalletAccount {
    font-family: AvertaPE;
    font-size: 16px;
    color: #703EFF;
    font-weight: 600;
}

    .noVivaWalletAccount:hover {
        transition: 0.2s cubic-bezier(0.83, 0, 0.17, 1);
        color: #502CB5 !important;
    }


.noVivaWalletAccountHook {
    font-family: AvertaPE;
    font-size: 16px;
    font-weight: 600;
    color: #703EFF;
    text-decoration: none !important;
}

    .noVivaWalletAccountHook:hover {
        transition: 0.2s cubic-bezier(0.83, 0, 0.17, 1);
        color: #502CB5 !important;
    }


.noVivaWalletAccountDiv {
    text-align: center;
    padding-top: 50px;
    cursor: pointer;
}

.SignUpContainerPaymentsDetails .noVivaWalletAccountDiv {
    padding-top: 24px;
    padding-bottom: 40px;
}

#SignUpMain3 .noVivaWalletAccountDiv {
    padding-top: 24px;
}

.LabelPrevious {
    font-family: AvertaPE_Semibold;
    font-size: 18px;
    color: #1AABBF;
    cursor: pointer;
    display: none;
    margin-left: 3px;
}

#SignUpMain4 .LabelPrevious {
    margin-left: 10px;
    margin-top: -1px;
    color: #703EFF !important;
}

    #SignUpMain4 .LabelPrevious:hover {
        color: #502CB5 !important
    }

.nowalletLabel {
    font-family: AvertaPE;
    font-size: 20px;
}

#SignUpMain4 .nowalletLabel {
    font-size: 16px;
}

.NoAccountLabel {
    font-family: AvertaPE;
    font-size: 24px;
    color: red;
}

.country-search {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 4px 8px !important;
    border: 1px solid #696781;
    border-radius: 24px !important;
    height: 24px;
}

.search-wrapper {
    position: relative;
    width: 100%;
}

.search-icon {
    position: absolute;
    left: 17px;
    top: 6px;
    width: 24px;
    height: 24px;
    pointer-events: none; /* so clicks still go to input */
}

.country-search {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 4px 8px 4px 32px !important; /* extra left padding for the icon */
    border: 1px solid #696781;
    border-radius: 24px !important;
    height: 24px;
    width: calc(100% - 24px); /* keep spacing consistent */
}

    .country-search::placeholder {
        color: #696781 !important;
        opacity: 1; /* some browsers (Safari/Firefox) make placeholder semi-transparent by default */
    }

.connectWalletBtn {
    background-color: #703EFF;
    color: #FFFFFF !important;
    border-radius: 50px;
    font-family: AvertaPE_Semibold;
    font-size: 18px;
    cursor: pointer;
    padding: 16px 24px 16px 56px;
    border: none;
    background-image: url(../../images/icons/viva-logo-white.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position-y: center;
    background-position-x: 23px;
    text-decoration: none !important;
}

    .connectWalletBtn.disabled-button {
        background-image: url(../../images/icons/viva-logo-grey.svg);
    }

    .connectWalletBtn:hover {
        background-color: #502CB5;
        transition: 0.2s ease-in-out;
    }

.connetToWalletDiv {
    padding-top: 84px;
}

.singInWalletLbl {
    font-family: AvertaPE;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #1F1C43;
}

.multipleWallets {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: AvertaPE;
}

.signToAccount {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: AvertaPE;
}

.singInWalletDiv {
    padding-bottom: 24px;
}

.singInWalletInfo {
    padding-top: 20px;
}

.singInLinkInfo {
    padding-bottom: 20px;
    text-align: center;
}

.clickHere {
    color: #1AABBF !important;
    text-decoration: underline !important;
    font-family: AvertaPE !important;
    font-size: 20px !important;
}

    .clickHere:hover {
        transition: 0.2s cubic-bezier(0.83, 0, 0.17, 1);
        color: #007487 !important;
    }

.passImg {
    position: relative;
    top: 32px;
    left: 10px;
    width: 20px;
    filter: invert(58%) sepia(0%) saturate(1%) hue-rotate(134deg) brightness(89%) contrast(87%);
}

.emailImg {
    position: relative;
    top: 30px;
    left: 10px;
    width: 20px;
    filter: invert(58%) sepia(0%) saturate(1%) hue-rotate(134deg) brightness(89%) contrast(87%);
}

.visiblePassEye {
    position: relative;
    bottom: 35px;
    left: 390px;
    display: none;
    height: 26px
}

.hiddenPassEye {
    position: relative;
    bottom: 35px;
    left: 390px;
    height: 26px
}

.signUpTablePassword .visiblePassEye {
    position: relative;
    bottom: 30px;
    left: 381px;
    display: none;
    height: 19px;
}

.signUpTablePassword .hiddenPassEye {
    position: relative;
    bottom: 32px;
    left: 381px;
    height: 22px;
}

.accountsList {
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    font-family: AvertaPE_Semibold;
    font-size: 15px;
    color: #1F263A;
    line-height: 1.3;
}

#VivaAccountsListSelect td input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
}

    #VivaAccountsListSelect td input[type=checkbox]:before {
        border-radius: 100%;
        content: "✔";
        color: transparent !important;
        display: block;
        border: 2px solid #1AABBF;
        height: 15px;
        width: 13px;
        margin-right: 5px;
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
    }

    #VivaAccountsListSelect td input[type=checkbox]:checked:before {
        color: #1AABBF !important;
    }

    #VivaAccountsListSelect td input[type=checkbox]:before error {
        border-radius: 100%;
        content: "✔";
        color: transparent !important;
        display: block;
        border: 2px solid #1AABBF;
        height: 15px;
        width: 13px;
        margin-right: 5px;
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
    }

    #VivaAccountsListSelect td input[type=checkbox]:checked:before error {
        color: #1AABBF !important;
    }

@media (max-width: 1024px) {
    .SignUpContainer {
        width: 75vw;
    }

    .SignUpMain {
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .visiblePassEye {
        position: relative;
        bottom: 35px;
        left: 270px;
        display: none;
        height: 26px
    }

    .signUpTablePassword .visiblePassEye {
        position: relative;
        bottom: 35px;
        left: 377px;
        display: none;
        height: 26px;
    }

    .signUpTablePassword .hiddenPassEye {
        position: relative;
        bottom: 35px;
        left: 380px;
        height: 28px;
    }

    .hiddenPassEye {
        position: relative;
        bottom: 35px;
        left: 385px;
        height: 26px
    }

    .termsModal {
        visibility: hidden;
        width: 350px;
        height: 530px;
        border-radius: 10px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 8px 40px #00000029;
        position: absolute;
        top: 240px;
        z-index: 1000;
    }

    .termsHeader {
        height: 90px;
        background-color: #1F263A;
        width: 350px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .termsVivaLogo {
        filter: brightness(0) invert(1);
        width: 70px;
        position: relative;
        top: 20px;
        left: 150px;
    }
}

@media (max-width: 700px) {
    .SignUpContainer {
        width: 90vw;
    }

    .content.clearfix {
        right: 12px;
    }

    #wizard {
        padding-left: 30px;
        padding-right: 5px;
    }

    .actions.clearfix ul {
        list-style-type: none;
        display: flex;
        flex-direction: row;
        width: 630px;
        justify-content: space-between;
    }

    .lblOnBoarding2 {
        color: #1F263A;
        font-size: 18px;
        font-family: AvertaPE;
        padding-top: 10px;
    }

    .SignButton {
        border-style: none;
        font-family: AvertaPE_Semibold;
        font-size: 18px;
    }

    .passImg {
        position: relative;
        top: 32px;
        left: 7px;
        height: 20px;
        filter: invert(58%) sepia(0%) saturate(1%) hue-rotate(134deg) brightness(89%) contrast(87%);
    }

    .emailImg {
        left: 7px;
    }

    .passEye {
        position: absolute;
        display: none;
        top: 322px;
        right: 25px;
        height: 26px
    }

    .emailConfirmed {
        width: 90vw;
    }
}

@media(max-width: 500px) {
    .hiddenPassEye {
        left: 225px;
    }

    .signUpTextboxes {
        width: 100%;
    }

    .signUpTablePassword .visiblePassEye {
        left: 220px;
    }

    .signUpTablePassword .hiddenPassEye {
        left: 223px;
    }
}

.reset-password-main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 480px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 8px 40px #00000029;
}

.reset-password-main-container-header {
    position: relative;
    height: 80px;
    background-color: #1F263A;
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.reset-password-main-container-body {
    display: flex;
    flex-direction: column;
    padding: 50px 24px 50px 24px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.lblResetPassword {
    color: #1F263A;
    font-size: 32px;
    font-family: AvertaPE_Semibold;
    text-align: center;
    margin-bottom: 2rem;
}

.resetPassword-detailsLabels {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #1F263A;
    font-size: 22px;
    font-family: AvertaPE_Semibold;
}

.reset-pass-email {
    border-collapse: collapse;
    margin-top: 30px;
    position: relative;
    width: 100%;
}

.passwords-not-same {
    color: #FF5C5C !important;
    font-family: AvertaPE_Semibold;
    font-size: 14px;
    margin-top: 3px;
    position: absolute;
    display: none;
}

.confirm-pass-required {
    color: #FF5C5C !important;
    font-family: AvertaPE_Semibold;
    font-size: 14px;
    margin-top: 3px;
    position: absolute;
    display: none;
}

.reset-pass-email.confirmPass {
    margin-top: 40px;
    margin-bottom: 20px;
}

#Username[type=email] {
    padding-left: 40px;
}

.reset-password-textbox {
    font-size: 16px;
    font-family: AvertaPE_Semibold;
    padding: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-radius: 10px;
    height: 45px;
    width: 425px;
    background-color: #F4F5F6;
    border: none;
    display: block;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-right: 50px;
    outline-width: 0;
}

#Username[type=email]::placeholder {
    font-family: AvertaPE;
}

.reset-password-button {
    background-color: #1AABBF;
    color: #FFFFFF;
    opacity: 1;
    width: 144px;
    height: 45px;
    border-radius: 10px;
    background: #1AABBF 0% 0% no-repeat padding-box;
    min-width: 121px;
    border-style: none;
    display: flex;
    font-family: AvertaPE_Semibold;
    font-size: 17px;
    letter-spacing: 1px;
    cursor: pointer;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

    .reset-password-button:hover {
        transition: 0.2s cubic-bezier(0.83, 0, 0.17, 1);
        background-color: #007487;
    }

.SignUpVivaLogoReset {
    filter: brightness(0) invert(1);
    width: 100%;
    position: absolute;
    top: 12px;
    height: 60px;
    left: 0;
    right: 0;
}

.add-producer-company td.label {
    width: 180px !important;
    height: 43px;
    box-sizing: border-box;
}

.manage .ui-manage a:active, .manage .ui-manage a:focus {
    background-color: transparent;
}

div.ui-manage a.selected:active, div.ui-manage a.selected:focus {
    background-color: #1aabbf;
}

.manage .ui-manage {
    width: 100%;
    height: 100%;
    border-right: 0;
    background-color: #4A4E63;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    scrollbar-color: #727B96 #4A4E63;
    scrollbar-width: thin;
    overflow-x: hidden;
    overscroll-behavior: none;
}

@media (pointer: fine) {
    .manage .ui-manage:hover {
        overflow-y: auto;
    }

        .manage .ui-manage:hover::-webkit-scrollbar {
            width: 8px;
            cursor: pointer;
        }

        .manage .ui-manage:hover::-webkit-scrollbar-track {
            background: transparent;
            cursor: pointer;
        }

        .manage .ui-manage:hover::-webkit-scrollbar-thumb {
            background: #727B96;
            border-radius: 10px;
            cursor: pointer;
        }

            .manage .ui-manage:hover::-webkit-scrollbar-thumb:hover {
                background: #919BB8;
                cursor: pointer;
            }

    div.ui-manage a:hover {
        background-color: #5A627D;
    }
}

@media (pointer: coarse) {
    .manage .ui-manage {
        overflow-y: auto;
    }

        .manage .ui-manage::-webkit-scrollbar {
            width: 8px;
            cursor: pointer;
        }

        .manage .ui-manage::-webkit-scrollbar-track {
            background: transparent;
            cursor: pointer;
        }

        .manage .ui-manage::-webkit-scrollbar-thumb {
            background: #727B96;
            border-radius: 10px;
            cursor: pointer;
        }

            .manage .ui-manage::-webkit-scrollbar-thumb:hover {
                background: #919BB8;
                cursor: pointer;
            }
}

.datatable-top-wrapped {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    margin-top: 28px;
    flex-direction: row-reverse;
    align-items: center;
}

.manage.add-new {
    height: 36px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1AABBF;
    border-radius: 10px;
}

    .manage.add-new a {
        width: 100%;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        font: normal normal normal 16px/19px AvertaPE;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-decoration: none;
        background: url(../../images/icons/empty-plus.svg) no-repeat 16px;
        padding-right: 16px;
        padding-left: 40px;
    }

    .manage.add-new:hover {
        background: #76cdd9;
    }

.Wrap-noLoad-add-button {
    justify-content: space-between;
    align-items: center;
}

.info-balloon-settings {
    color: #158999;
    position: absolute;
    top: 138px;
    left: 263px;
    background-color: #E8FAFA;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000026;
    line-height: 1.3;
    z-index: 5000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 600px;
}

.triangle-dashboard-selectionSettings {
    width: 0;
    height: 0;
    position: absolute;
    border-right: 10px solid #E8FAFA;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 7px;
    left: -8px;
}

.make-selection {
    font-family: AvertaPE;
    font-size: 16px;
}

div#table-bottom-div {
    background-color: #f1f1f1;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font: normal normal normal 15px/19px AvertaPE;
    color: #5F6061;
}

table[data-grid-name="pricelists"] a {
    text-decoration: none;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.warning-dialog-new.ui-dialog-buttons {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    border: 1px solid #CFD1D1;
    border-radius: 10px;
}

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.warning-dialog-new.ui-dialog-buttons .ui-dialog-titlebar span {
        font-family: AvertaPE_Semibold;
        font-size: 18px;
    }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.warning-dialog-new.ui-dialog-buttons .ui-dialog-titlebar {
        background: #EBEDED;
        border: 0;
        display: flex;
        align-items: center;
        height: 40px;
        padding: 5px 15px;
    }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.warning-dialog-new.ui-dialog-buttons .ui-dialog-buttonpane {
        border: 0;
        padding: 5px 15px;
    }

        .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.warning-dialog-new.ui-dialog-buttons .ui-dialog-buttonpane .ui-dialog-buttonset button {
            background: #1AABBF;
            border-radius: 10px;
            color: #fff;
            border: 0;
            min-width: 65px;
        }

.ui-dialog .ui-dialog-titlebar-close {
    right: 16px;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.warning-dialog-new.ui-dialog-buttons .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
    background: #76CDD9;
    border-radius: 10px;
    color: #fff;
    border: 0;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.warning-dialog-new.ui-dialog-buttons .ui-dialog-content.ui-widget-content {
    font-family: AvertaPE;
    font-size: 16px;
    padding: 15px;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.warning-dialog-new.ui-dialog-buttons .ui-dialog-titlebar .ui-icon {
    background: url(../../images/icons/close-icon.svg) no-repeat;
    background-size: 12px;
    background-position: center;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.warning-dialog-new.ui-dialog-buttons .ui-dialog-titlebar a {
    background: #EBEDED;
    border: 0;
}

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.warning-dialog-new.ui-dialog-buttons .ui-dialog-titlebar a:hover {
        background: #EBEDED;
        border: 0;
        padding: 1px;
    }

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.error-dialog-new.ui-dialog-buttons {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    border: 1px solid #FF5C5C;
    border-radius: 10px;
}

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.error-dialog-new.ui-dialog-buttons .ui-dialog-titlebar span {
        font-family: AvertaPE_Semibold;
        font-size: 18px;
        color: #FF5C5C
    }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.error-dialog-new.ui-dialog-buttons .ui-dialog-titlebar {
        background: #EBEDED;
        border: 0;
        display: flex;
        align-items: center;
        height: 40px;
    }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.error-dialog-new.ui-dialog-buttons .ui-dialog-buttonpane {
        border: 0;
    }

        .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.error-dialog-new.ui-dialog-buttons .ui-dialog-buttonpane .ui-dialog-buttonset button {
            background: #1AABBF;
            border-radius: 10px;
            color: #fff;
            border: 0;
            min-width: 65px;
        }

            .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.error-dialog-new.ui-dialog-buttons .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
                background: #76CDD9;
                border-radius: 10px;
                color: #fff;
                border: 0;
            }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.error-dialog-new.ui-dialog-buttons .ui-dialog-content.ui-widget-content {
        font-family: AvertaPE;
        font-size: 16px;
    }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.error-dialog-new.ui-dialog-buttons .ui-dialog-titlebar .ui-icon {
        background: url(../../images/icons/close-icon.svg) no-repeat;
        background-size: 12px;
        background-position: center;
    }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.error-dialog-new.ui-dialog-buttons .ui-dialog-titlebar a {
        background: #EBEDED;
        border: 0;
    }

        .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.error-dialog-new.ui-dialog-buttons .ui-dialog-titlebar a:hover {
            background: #EBEDED;
            border: 0;
            padding: 1px;
        }


.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.promt-dialog-new.ui-dialog-buttons {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    border: 1px solid #CFD1D1;
    border-radius: 10px;
}

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.promt-dialog-new.ui-dialog-buttons .ui-dialog-titlebar span {
        font-family: AvertaPE_Semibold;
        font-size: 18px;
    }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.promt-dialog-new.ui-dialog-buttons .ui-dialog-titlebar {
        background: #EBEDED;
        border: 0;
        display: flex;
        align-items: center;
        height: 40px;
    }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.promt-dialog-new.ui-dialog-buttons .ui-dialog-buttonpane {
        border: 0;
    }

        .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.promt-dialog-new.ui-dialog-buttons .ui-dialog-buttonpane .ui-dialog-buttonset button {
            background: #1AABBF;
            border-radius: 10px;
            color: #fff;
            border: 0;
            min-width: 65px;
        }

        .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.promt-dialog-new.ui-dialog-buttons .ui-dialog-buttonpane .ui-dialog-buttonset {
            display: flex;
            flex-direction: row-reverse;
        }

            .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.promt-dialog-new.ui-dialog-buttons .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
                background: #fff;
                border: 1px solid #1aabbf;
                color: #1aabbf;
            }

                .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.promt-dialog-new.ui-dialog-buttons .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child:hover {
                    background: #E8FAFA;
                    border: 1px solid #1aabbf;
                    color: #1aabbf;
                }

            .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.promt-dialog-new.ui-dialog-buttons .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
                background: #76CDD9;
                border-radius: 10px;
                color: #fff;
                border: 0;
            }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.promt-dialog-new.ui-dialog-buttons .ui-dialog-content.ui-widget-content {
        font-family: AvertaPE;
        font-size: 16px;
    }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.promt-dialog-new.ui-dialog-buttons .ui-dialog-titlebar .ui-icon {
        background: url(../../images/icons/close-icon.svg) no-repeat;
        background-size: 12px;
        background-position: center;
    }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.promt-dialog-new.ui-dialog-buttons .ui-dialog-titlebar a {
        background: #EBEDED;
        border: 0;
    }

        .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.promt-dialog-new.ui-dialog-buttons .ui-dialog-titlebar a:hover {
            background: #EBEDED;
            border: 0;
            padding: 1px;
        }

.cancel-order-toggle-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.cancel-order-toggle-label {
    flex: 1;
    font-family: AvertaPE_Semibold;
    font-size: 16px;
    color: black;
    line-height: normal;
}

.cancel-order-toggle-row .toggle-slider {
    background-color: #E9E8EC;
}


.PlayRelatedDiv .SumoSelect > .optWrapper {
    display: none;
    z-index: 1000;
    top: 30px;
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #EBEDED;
    border: 1px solid #ddd;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    overflow: hidden;
    min-width: 285px;
}

.PlayRelatedDiv .SumoSelect > .optWrapper {
    display: none;
    z-index: 1000;
    top: 30px;
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    overflow: hidden;
    min-width: 185px;
}

    .PlayRelatedDiv .SumoSelect > .optWrapper.selall > .options {
        border-radius: 0 0 2px 2px;
    }

.PlayRelatedDiv .SumoSelect.open > .optWrapper {
    top: 35px;
    display: block;
    width: 620px;
}

.PlayRelatedDiv .SumoSelect > .CaptionCont {
    width: 605px;
}

    .PlayRelatedDiv .SumoSelect > .CaptionCont > span.placeholder {
        font-family: AvertaPE;
        font-size: 16px;
    }

.PlayRelatedDiv .SumoSelect > .CaptionCont {
    position: relative;
    border: 1px solid #A4A4A4;
    min-height: 14px;
    border-radius: 2px;
    margin: 0;
    background-color: unset;
    border-radius: 10px;
    border: none;
    font-family: AvertaPE;
    font-size: 16px;
    width: 600px;
    height: 25px;
    z-index: 100;
}

.VWBanner {
    width: 100%;
    min-height: 44px;
    top: 64px;
    font-size: 14px;
    font-family: AvertaPE;
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    background: #FCB041 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #44444487;
    max-width: 100%;
    position: fixed;
}

.VWBannerDashboard {
    width: 100%;
    min-height: 44px;
    top: 64px;
    font-size: 14px;
    font-family: AvertaPE;
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    background: #FCB041 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #44444487;
    max-width: 100%;
    position: fixed;
}

.VWBannerText {
    margin-left: 32px;
    display: inline-block;
}


.VWBannerBodyPadding {
    padding-top: 45px !important;
}


.VWBannerMainBodyPadding {
    width: 100%;
    position: fixed;
    height: calc(var(--vh, 1vh) * 100);
    margin-top: 110px;
    overflow-x: auto;
    overflow-y: auto;
    box-sizing: border-box;
}

.mobile .VWBannerText {
    margin-left: 16px;
}

.VWBanner.mobile {
    height: 64px;
}

.VWBannerTextLink {
    font-weight: bold;
    color: white !important;
}

    .VWBannerTextLink:hover, .VWBannerTextLink:active, .VWBannerTextLink:visited, .VWBannerTextLink:focus {
        font-weight: bold;
        color: white !important;
    }

.VWBannerPrevious {
    text-decoration: none;
    font-family: AvertaPE_Semibold;
    font-size: 18px;
    color: #1AABBF !important;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 35px;
    display: block;
    width: 100px;
}

    .VWBannerPrevious:hover {
        text-decoration: none !important;
        cursor: pointer;
    }

    .VWBannerPrevious:active, .VWBannerPrevious:visited, .VWBannerPrevious:focus {
        text-decoration: none !important;
    }


.VWconnectWalletBtn {
    background-color: #703EFF;
    color: #FFFFFF !important;
    border-radius: 50px;
    font-family: AvertaPE_Semibold !important;
    font-size: 18px !important;
    cursor: pointer;
    padding: 8px 24px 8px 56px;
    height: 48px;
    border: none;
    background-image: url(../../images/icons/viva-logo-white.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position-y: center;
    background-position-x: 23px;
    text-decoration: none !important;
}

    .VWconnectWalletBtn.disabled-button {
        background-image: url(../../images/icons/viva-logo-grey.svg);
    }

#SignUpMain3 .disabled-button {
    color: #9897A9 !important;
}

.VWconnectWalletBtn:hover {
    background-color: #502CB5;
    transition: 0.2s ease-in-out;
}

.status-lbl {
    color: #EDF1F6;
    padding: 4px 8px;
    border-radius: 4px;
}

.status-lbl-on {
    background: #28BE63;
}

.status-lbl-off {
    background: #FC2D33;
}

.pay-link-button {
    display: block;
    padding: 8px 12px;
    border: 1px solid black;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    background: var(--White, #FFF);
    text-decoration: none;
    width: fit-content;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.pay-link-button-active {
    --pay-button-active-color: #1AABBF;
    cursor: pointer;
    border: 1px solid var(--pay-button-active-color);
    color: var(--pay-button-active-color) !important;
    &:hover

{
    text-decoration: none;
    --pay-button-active-color: #1694a6;
}

&:active {
    --pay-button-active-color: #13808f;
}

}

.pay-link-button-active:hover img {
    filter: brightness(0) saturate(100%) invert(52%) sepia(62%) saturate(6426%) hue-rotate(162deg) brightness(96%) contrast(83%);
}

.pay-link-button-active:active img {
    filter: brightness(0) saturate(100%) invert(36%) sepia(63%) saturate(588%) hue-rotate(139deg) brightness(98%) contrast(90%);
}

.pay-link-button-copied {
    cursor: default;
    border: 1px solid #9897A9;
    color: #9897A9 !important;
    text-decoration: none;
    &:hover

{
    text-decoration: none;
}

}

.category-subtext {
    font-size: 14px;
    color: gray;
    display: block;
}

}

/* person info dropdown */
.dropdown-person-info-show {
    display: flex !important;
    transition: 0.4s cubic-bezier(0.83, 0, 0.17, 1);
}

.dropdown-person-info-content {
    display: none;
    flex-direction: column;
    position: absolute;
    border-radius: 8px;
    background: var(--White, #FFF);
    width: 267px;
    top: 64px;
    padding: 8px;
    z-index: 99999;
    right: 0px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    font-family: "AvertaPE";
    box-sizing: border-box;
}

    .dropdown-person-info-content a {
        display: flex;
        justify-content: start;
        align-items: center;
        height: 40px;
        padding: 8px;
        border-radius: 4px;
        box-sizing: border-box;
        background: var(--White, #FFF);
        color: var(--Colors-Dark-Blue-dark-blue-900, #0D0C1C);
        text-decoration: none;
    }

    .dropdown-person-info-content a#StationLink {
        color: #703EFF;
        font-weight: 600;
        padding-left: 0;
        padding-top: 0;
        display: inline;
        white-space: nowrap;
    }
    .dropdown-person-info-content a#NoStationChosen {
        color: #703EFF;
        font-weight: 600;
        padding-left: 0;
        padding-top: 0;
        display: inline;
        white-space: nowrap;
    }


    #NoStationChosen {
        color: #703EFF;
        font-weight: 600;
        white-space: nowrap;
    }

        .dropdown-person-info-content a:hover {
            height: 40px;
            padding: 8px;
            border-radius: 4px;
            background: var(--Colors-Green-Blue-green-blue-100, #edfbf499);
        }

    .dropdown-person-info-content a#StationLink:hover {
        background: none !important;
    }
    .dropdown-person-info-content a#NoStationChosen:hover {
        background: none !important;
    }

.dropdown-person-info-station {
    cursor: default;
    font-size: 16px;
}

    .dropdown-person-info-station .dropdown-person-info-login-station {
        font-size: 14px;
    }

    .dropdown-person-info-station > span {
        display: block;
        padding: 0px 8px 8px 8px;
        letter-spacing: 0.28px;
        width: 100%;
        color: var(--Colors-Dark-Blue-dark-blue-900, #0D0C1C);
        box-sizing: border-box;
    }

.dropdown-person-info-login-name {
    color: var(--Colors-Dark-Blue-dark-blue-900, #0D0C1C);
    font-weight: 600;
}

.dropdown-person-info-login-station {
    overflow-wrap: break-word;
}

.dropdown-person-info-content > a.selected {
    background: var(--Colors-Green-Blue-green-blue-100, #edfbf4);
}

.dropdown-person-separator {
    cursor: default;
    width: 100%;
    height: 2px;
    background-color: var(--Colors-grey-grey-500, #EDF1F6);
    margin: 8px 0;
    cursor: auto;
}

.StationName {
    padding: 0px;
    color: #703eff;
}
