.smm-notification-dialog .smm-notification-dialog-description {
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
}
.smm-notification-dialog .smm-notification-dialog-buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.smm-notification-dialog .smm-notification-dialog-buttons .smm-button {
  margin-left: 5px;
}
.smm-notification-dialog .smm-notification-dialog-buttons .smm-button:first-child {
  margin-left: 0;
}
.v-dialog__content.smm-overflow {
  background-color: rgba(33, 33, 33, 0.46);
}

.notification-wrapper .notification[data-v-0999ba40] {
  transition: all 0.5s;
  position: fixed;
  top: 0;
  width: 350px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  color: #60718e;
  right: 80px;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.notification-wrapper .notification.list-enter-active[data-v-0999ba40],
.notification-wrapper .notification.list-leave-active[data-v-0999ba40] {
  transition: all 0.5s;
}
.notification-wrapper .notification.list-enter[data-v-0999ba40],
.notification-wrapper .notification.list-leave-to[data-v-0999ba40] {
  opacity: 0;
}
.notification-wrapper .notification.list-enter[data-v-0999ba40] {
  transform: translateY(-100%);
}
.notification-wrapper .notification.list-leave-to[data-v-0999ba40] {
  transform: translateY(25%);
}
.notification-wrapper .notification .icon-container[data-v-0999ba40] {
  padding: 20px 15px 20px 10px;
}
.notification-wrapper .notification .title[data-v-0999ba40] {
  padding: 5px 0;
  font-size: 13px;
  color: #3c547a;
  font-family: "ProximaNova";
  font-weight: bold;
}
.notification-wrapper .notification .content-container .content[data-v-0999ba40] {
  color: #60718e;
  font-size: 13px;
  padding: 0 0 10px 0;
  font-family: "ProximaNova";
  white-space: pre-wrap;
}
.notification-wrapper .notification.notification-error[data-v-0999ba40] {
  border-left: 5px solid #e6737b;
}
.notification-wrapper .notification.notification-success[data-v-0999ba40] {
  border-left: 5px solid #9ad6b6;
}
.notification-wrapper .notification i[data-v-0999ba40] {
  display: flex;
  width: 19px;
  height: 19px;
  align-items: center;
  justify-content: center;
}
.notification-wrapper .notification .icon-container .icon-close[data-v-0999ba40] {
  background: #e6737b;
  border-radius: 50%;
  color: white;
}
.notification-wrapper .notification .icon-container .icon-close[data-v-0999ba40]::before {
  font-size: 8px;
}
.notification-wrapper .notification .icon-check[data-v-0999ba40] {
  background: #9ad6b6;
  border-radius: 50%;
  color: white;
}
.notification-wrapper .notification .icon-check[data-v-0999ba40]::before {
  font-size: 8px;
}
.notification-wrapper .notification .content-container .close[data-v-0999ba40] {
  position: absolute;
  top: 14px;
  right: 15px;
  cursor: pointer;
  font-size: 10px;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-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(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/fonts/fa-solid-900.0c6bfc668a72935760178f91327aed3a.eot);
  src: url(/fonts/fa-solid-900.0c6bfc668a72935760178f91327aed3a.eot?#iefix) format("embedded-opentype"), url(/fonts/fa-solid-900.d824df7eb2e268626a2dd9a6a741ac4e.woff2) format("woff2"), url(/fonts/fa-solid-900.d745348d289b149026921f197929a893.woff) format("woff"), url(/fonts/fa-solid-900.b9625119ce4300f0ef890a8f3234c773.ttf) format("truetype"), url(/images/fa-solid-900.37bc7099f6f1ba80236164f22e905837.svg#fontawesome) format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/fa-brands-400.592643a83b8541edc52063d84c468700.eot);
  src: url(/fonts/fa-brands-400.592643a83b8541edc52063d84c468700.eot?#iefix) format("embedded-opentype"), url(/fonts/fa-brands-400.ed311c7a0ade9a75bb3ebf5a7670f31d.woff2) format("woff2"), url(/fonts/fa-brands-400.1a575a4138e5f366474f0e7c5bd614a5.woff) format("woff"), url(/fonts/fa-brands-400.513aa607d398efaccc559916c3431403.ttf) format("truetype"), url(/images/fa-brands-400.1d5619cd804367cefe6da2d79289218a.svg#fontawesome) format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/*!
* Vuetify v2.7.2
* Forged by John Leider
* Released under the MIT License.
*/@-webkit-keyframes v-shake{59%{margin-left:0}60%,80%{margin-left:2px}70%,90%{margin-left:-2px}}@keyframes v-shake{59%{margin-left:0}60%,80%{margin-left:2px}70%,90%{margin-left:-2px}}.v-application .black{background-color:#000!important;border-color:#000!important}.v-application .black--text{color:#000!important;caret-color:#000!important}.v-application .white{background-color:#fff!important;border-color:#fff!important}.v-application .white--text{color:#fff!important;caret-color:#fff!important}.v-application .transparent{background-color:transparent!important;border-color:transparent!important}.v-application .transparent--text{color:transparent!important;caret-color:transparent!important}.v-application .red{background-color:#f44336!important;border-color:#f44336!important}.v-application .red--text{color:#f44336!important;caret-color:#f44336!important}.v-application .red.lighten-5{background-color:#ffebee!important;border-color:#ffebee!important}.v-application .red--text.text--lighten-5{color:#ffebee!important;caret-color:#ffebee!important}.v-application .red.lighten-4{background-color:#ffcdd2!important;border-color:#ffcdd2!important}.v-application .red--text.text--lighten-4{color:#ffcdd2!important;caret-color:#ffcdd2!important}.v-application .red.lighten-3{background-color:#ef9a9a!important;border-color:#ef9a9a!important}.v-application .red--text.text--lighten-3{color:#ef9a9a!important;caret-color:#ef9a9a!important}.v-application .red.lighten-2{background-color:#e57373!important;border-color:#e57373!important}.v-application .red--text.text--lighten-2{color:#e57373!important;caret-color:#e57373!important}.v-application .red.lighten-1{background-color:#ef5350!important;border-color:#ef5350!important}.v-application .red--text.text--lighten-1{color:#ef5350!important;caret-color:#ef5350!important}.v-application .red.darken-1{background-color:#e53935!important;border-color:#e53935!important}.v-application .red--text.text--darken-1{color:#e53935!important;caret-color:#e53935!important}.v-application .red.darken-2{background-color:#d32f2f!important;border-color:#d32f2f!important}.v-application .red--text.text--darken-2{color:#d32f2f!important;caret-color:#d32f2f!important}.v-application .red.darken-3{background-color:#c62828!important;border-color:#c62828!important}.v-application .red--text.text--darken-3{color:#c62828!important;caret-color:#c62828!important}.v-application .red.darken-4{background-color:#b71c1c!important;border-color:#b71c1c!important}.v-application .red--text.text--darken-4{color:#b71c1c!important;caret-color:#b71c1c!important}.v-application .red.accent-1{background-color:#ff8a80!important;border-color:#ff8a80!important}.v-application .red--text.text--accent-1{color:#ff8a80!important;caret-color:#ff8a80!important}.v-application .red.accent-2{background-color:#ff5252!important;border-color:#ff5252!important}.v-application .red--text.text--accent-2{color:#ff5252!important;caret-color:#ff5252!important}.v-application .red.accent-3{background-color:#ff1744!important;border-color:#ff1744!important}.v-application .red--text.text--accent-3{color:#ff1744!important;caret-color:#ff1744!important}.v-application .red.accent-4{background-color:#d50000!important;border-color:#d50000!important}.v-application .red--text.text--accent-4{color:#d50000!important;caret-color:#d50000!important}.v-application .pink{background-color:#e91e63!important;border-color:#e91e63!important}.v-application .pink--text{color:#e91e63!important;caret-color:#e91e63!important}.v-application .pink.lighten-5{background-color:#fce4ec!important;border-color:#fce4ec!important}.v-application .pink--text.text--lighten-5{color:#fce4ec!important;caret-color:#fce4ec!important}.v-application .pink.lighten-4{background-color:#f8bbd0!important;border-color:#f8bbd0!important}.v-application .pink--text.text--lighten-4{color:#f8bbd0!important;caret-color:#f8bbd0!important}.v-application .pink.lighten-3{background-color:#f48fb1!important;border-color:#f48fb1!important}.v-application .pink--text.text--lighten-3{color:#f48fb1!important;caret-color:#f48fb1!important}.v-application .pink.lighten-2{background-color:#f06292!important;border-color:#f06292!important}.v-application .pink--text.text--lighten-2{color:#f06292!important;caret-color:#f06292!important}.v-application .pink.lighten-1{background-color:#ec407a!important;border-color:#ec407a!important}.v-application .pink--text.text--lighten-1{color:#ec407a!important;caret-color:#ec407a!important}.v-application .pink.darken-1{background-color:#d81b60!important;border-color:#d81b60!important}.v-application .pink--text.text--darken-1{color:#d81b60!important;caret-color:#d81b60!important}.v-application .pink.darken-2{background-color:#c2185b!important;border-color:#c2185b!important}.v-application .pink--text.text--darken-2{color:#c2185b!important;caret-color:#c2185b!important}.v-application .pink.darken-3{background-color:#ad1457!important;border-color:#ad1457!important}.v-application .pink--text.text--darken-3{color:#ad1457!important;caret-color:#ad1457!important}.v-application .pink.darken-4{background-color:#880e4f!important;border-color:#880e4f!important}.v-application .pink--text.text--darken-4{color:#880e4f!important;caret-color:#880e4f!important}.v-application .pink.accent-1{background-color:#ff80ab!important;border-color:#ff80ab!important}.v-application .pink--text.text--accent-1{color:#ff80ab!important;caret-color:#ff80ab!important}.v-application .pink.accent-2{background-color:#ff4081!important;border-color:#ff4081!important}.v-application .pink--text.text--accent-2{color:#ff4081!important;caret-color:#ff4081!important}.v-application .pink.accent-3{background-color:#f50057!important;border-color:#f50057!important}.v-application .pink--text.text--accent-3{color:#f50057!important;caret-color:#f50057!important}.v-application .pink.accent-4{background-color:#c51162!important;border-color:#c51162!important}.v-application .pink--text.text--accent-4{color:#c51162!important;caret-color:#c51162!important}.v-application .purple{background-color:#9c27b0!important;border-color:#9c27b0!important}.v-application .purple--text{color:#9c27b0!important;caret-color:#9c27b0!important}.v-application .purple.lighten-5{background-color:#f3e5f5!important;border-color:#f3e5f5!important}.v-application .purple--text.text--lighten-5{color:#f3e5f5!important;caret-color:#f3e5f5!important}.v-application .purple.lighten-4{background-color:#e1bee7!important;border-color:#e1bee7!important}.v-application .purple--text.text--lighten-4{color:#e1bee7!important;caret-color:#e1bee7!important}.v-application .purple.lighten-3{background-color:#ce93d8!important;border-color:#ce93d8!important}.v-application .purple--text.text--lighten-3{color:#ce93d8!important;caret-color:#ce93d8!important}.v-application .purple.lighten-2{background-color:#ba68c8!important;border-color:#ba68c8!important}.v-application .purple--text.text--lighten-2{color:#ba68c8!important;caret-color:#ba68c8!important}.v-application .purple.lighten-1{background-color:#ab47bc!important;border-color:#ab47bc!important}.v-application .purple--text.text--lighten-1{color:#ab47bc!important;caret-color:#ab47bc!important}.v-application .purple.darken-1{background-color:#8e24aa!important;border-color:#8e24aa!important}.v-application .purple--text.text--darken-1{color:#8e24aa!important;caret-color:#8e24aa!important}.v-application .purple.darken-2{background-color:#7b1fa2!important;border-color:#7b1fa2!important}.v-application .purple--text.text--darken-2{color:#7b1fa2!important;caret-color:#7b1fa2!important}.v-application .purple.darken-3{background-color:#6a1b9a!important;border-color:#6a1b9a!important}.v-application .purple--text.text--darken-3{color:#6a1b9a!important;caret-color:#6a1b9a!important}.v-application .purple.darken-4{background-color:#4a148c!important;border-color:#4a148c!important}.v-application .purple--text.text--darken-4{color:#4a148c!important;caret-color:#4a148c!important}.v-application .purple.accent-1{background-color:#ea80fc!important;border-color:#ea80fc!important}.v-application .purple--text.text--accent-1{color:#ea80fc!important;caret-color:#ea80fc!important}.v-application .purple.accent-2{background-color:#e040fb!important;border-color:#e040fb!important}.v-application .purple--text.text--accent-2{color:#e040fb!important;caret-color:#e040fb!important}.v-application .purple.accent-3{background-color:#d500f9!important;border-color:#d500f9!important}.v-application .purple--text.text--accent-3{color:#d500f9!important;caret-color:#d500f9!important}.v-application .purple.accent-4{background-color:#a0f!important;border-color:#a0f!important}.v-application .purple--text.text--accent-4{color:#a0f!important;caret-color:#a0f!important}.v-application .deep-purple{background-color:#673ab7!important;border-color:#673ab7!important}.v-application .deep-purple--text{color:#673ab7!important;caret-color:#673ab7!important}.v-application .deep-purple.lighten-5{background-color:#ede7f6!important;border-color:#ede7f6!important}.v-application .deep-purple--text.text--lighten-5{color:#ede7f6!important;caret-color:#ede7f6!important}.v-application .deep-purple.lighten-4{background-color:#d1c4e9!important;border-color:#d1c4e9!important}.v-application .deep-purple--text.text--lighten-4{color:#d1c4e9!important;caret-color:#d1c4e9!important}.v-application .deep-purple.lighten-3{background-color:#b39ddb!important;border-color:#b39ddb!important}.v-application .deep-purple--text.text--lighten-3{color:#b39ddb!important;caret-color:#b39ddb!important}.v-application .deep-purple.lighten-2{background-color:#9575cd!important;border-color:#9575cd!important}.v-application .deep-purple--text.text--lighten-2{color:#9575cd!important;caret-color:#9575cd!important}.v-application .deep-purple.lighten-1{background-color:#7e57c2!important;border-color:#7e57c2!important}.v-application .deep-purple--text.text--lighten-1{color:#7e57c2!important;caret-color:#7e57c2!important}.v-application .deep-purple.darken-1{background-color:#5e35b1!important;border-color:#5e35b1!important}.v-application .deep-purple--text.text--darken-1{color:#5e35b1!important;caret-color:#5e35b1!important}.v-application .deep-purple.darken-2{background-color:#512da8!important;border-color:#512da8!important}.v-application .deep-purple--text.text--darken-2{color:#512da8!important;caret-color:#512da8!important}.v-application .deep-purple.darken-3{background-color:#4527a0!important;border-color:#4527a0!important}.v-application .deep-purple--text.text--darken-3{color:#4527a0!important;caret-color:#4527a0!important}.v-application .deep-purple.darken-4{background-color:#311b92!important;border-color:#311b92!important}.v-application .deep-purple--text.text--darken-4{color:#311b92!important;caret-color:#311b92!important}.v-application .deep-purple.accent-1{background-color:#b388ff!important;border-color:#b388ff!important}.v-application .deep-purple--text.text--accent-1{color:#b388ff!important;caret-color:#b388ff!important}.v-application .deep-purple.accent-2{background-color:#7c4dff!important;border-color:#7c4dff!important}.v-application .deep-purple--text.text--accent-2{color:#7c4dff!important;caret-color:#7c4dff!important}.v-application .deep-purple.accent-3{background-color:#651fff!important;border-color:#651fff!important}.v-application .deep-purple--text.text--accent-3{color:#651fff!important;caret-color:#651fff!important}.v-application .deep-purple.accent-4{background-color:#6200ea!important;border-color:#6200ea!important}.v-application .deep-purple--text.text--accent-4{color:#6200ea!important;caret-color:#6200ea!important}.v-application .indigo{background-color:#3f51b5!important;border-color:#3f51b5!important}.v-application .indigo--text{color:#3f51b5!important;caret-color:#3f51b5!important}.v-application .indigo.lighten-5{background-color:#e8eaf6!important;border-color:#e8eaf6!important}.v-application .indigo--text.text--lighten-5{color:#e8eaf6!important;caret-color:#e8eaf6!important}.v-application .indigo.lighten-4{background-color:#c5cae9!important;border-color:#c5cae9!important}.v-application .indigo--text.text--lighten-4{color:#c5cae9!important;caret-color:#c5cae9!important}.v-application .indigo.lighten-3{background-color:#9fa8da!important;border-color:#9fa8da!important}.v-application .indigo--text.text--lighten-3{color:#9fa8da!important;caret-color:#9fa8da!important}.v-application .indigo.lighten-2{background-color:#7986cb!important;border-color:#7986cb!important}.v-application .indigo--text.text--lighten-2{color:#7986cb!important;caret-color:#7986cb!important}.v-application .indigo.lighten-1{background-color:#5c6bc0!important;border-color:#5c6bc0!important}.v-application .indigo--text.text--lighten-1{color:#5c6bc0!important;caret-color:#5c6bc0!important}.v-application .indigo.darken-1{background-color:#3949ab!important;border-color:#3949ab!important}.v-application .indigo--text.text--darken-1{color:#3949ab!important;caret-color:#3949ab!important}.v-application .indigo.darken-2{background-color:#303f9f!important;border-color:#303f9f!important}.v-application .indigo--text.text--darken-2{color:#303f9f!important;caret-color:#303f9f!important}.v-application .indigo.darken-3{background-color:#283593!important;border-color:#283593!important}.v-application .indigo--text.text--darken-3{color:#283593!important;caret-color:#283593!important}.v-application .indigo.darken-4{background-color:#1a237e!important;border-color:#1a237e!important}.v-application .indigo--text.text--darken-4{color:#1a237e!important;caret-color:#1a237e!important}.v-application .indigo.accent-1{background-color:#8c9eff!important;border-color:#8c9eff!important}.v-application .indigo--text.text--accent-1{color:#8c9eff!important;caret-color:#8c9eff!important}.v-application .indigo.accent-2{background-color:#536dfe!important;border-color:#536dfe!important}.v-application .indigo--text.text--accent-2{color:#536dfe!important;caret-color:#536dfe!important}.v-application .indigo.accent-3{background-color:#3d5afe!important;border-color:#3d5afe!important}.v-application .indigo--text.text--accent-3{color:#3d5afe!important;caret-color:#3d5afe!important}.v-application .indigo.accent-4{background-color:#304ffe!important;border-color:#304ffe!important}.v-application .indigo--text.text--accent-4{color:#304ffe!important;caret-color:#304ffe!important}.v-application .blue{background-color:#2196f3!important;border-color:#2196f3!important}.v-application .blue--text{color:#2196f3!important;caret-color:#2196f3!important}.v-application .blue.lighten-5{background-color:#e3f2fd!important;border-color:#e3f2fd!important}.v-application .blue--text.text--lighten-5{color:#e3f2fd!important;caret-color:#e3f2fd!important}.v-application .blue.lighten-4{background-color:#bbdefb!important;border-color:#bbdefb!important}.v-application .blue--text.text--lighten-4{color:#bbdefb!important;caret-color:#bbdefb!important}.v-application .blue.lighten-3{background-color:#90caf9!important;border-color:#90caf9!important}.v-application .blue--text.text--lighten-3{color:#90caf9!important;caret-color:#90caf9!important}.v-application .blue.lighten-2{background-color:#64b5f6!important;border-color:#64b5f6!important}.v-application .blue--text.text--lighten-2{color:#64b5f6!important;caret-color:#64b5f6!important}.v-application .blue.lighten-1{background-color:#42a5f5!important;border-color:#42a5f5!important}.v-application .blue--text.text--lighten-1{color:#42a5f5!important;caret-color:#42a5f5!important}.v-application .blue.darken-1{background-color:#1e88e5!important;border-color:#1e88e5!important}.v-application .blue--text.text--darken-1{color:#1e88e5!important;caret-color:#1e88e5!important}.v-application .blue.darken-2{background-color:#1976d2!important;border-color:#1976d2!important}.v-application .blue--text.text--darken-2{color:#1976d2!important;caret-color:#1976d2!important}.v-application .blue.darken-3{background-color:#1565c0!important;border-color:#1565c0!important}.v-application .blue--text.text--darken-3{color:#1565c0!important;caret-color:#1565c0!important}.v-application .blue.darken-4{background-color:#0d47a1!important;border-color:#0d47a1!important}.v-application .blue--text.text--darken-4{color:#0d47a1!important;caret-color:#0d47a1!important}.v-application .blue.accent-1{background-color:#82b1ff!important;border-color:#82b1ff!important}.v-application .blue--text.text--accent-1{color:#82b1ff!important;caret-color:#82b1ff!important}.v-application .blue.accent-2{background-color:#448aff!important;border-color:#448aff!important}.v-application .blue--text.text--accent-2{color:#448aff!important;caret-color:#448aff!important}.v-application .blue.accent-3{background-color:#2979ff!important;border-color:#2979ff!important}.v-application .blue--text.text--accent-3{color:#2979ff!important;caret-color:#2979ff!important}.v-application .blue.accent-4{background-color:#2962ff!important;border-color:#2962ff!important}.v-application .blue--text.text--accent-4{color:#2962ff!important;caret-color:#2962ff!important}.v-application .light-blue{background-color:#03a9f4!important;border-color:#03a9f4!important}.v-application .light-blue--text{color:#03a9f4!important;caret-color:#03a9f4!important}.v-application .light-blue.lighten-5{background-color:#e1f5fe!important;border-color:#e1f5fe!important}.v-application .light-blue--text.text--lighten-5{color:#e1f5fe!important;caret-color:#e1f5fe!important}.v-application .light-blue.lighten-4{background-color:#b3e5fc!important;border-color:#b3e5fc!important}.v-application .light-blue--text.text--lighten-4{color:#b3e5fc!important;caret-color:#b3e5fc!important}.v-application .light-blue.lighten-3{background-color:#81d4fa!important;border-color:#81d4fa!important}.v-application .light-blue--text.text--lighten-3{color:#81d4fa!important;caret-color:#81d4fa!important}.v-application .light-blue.lighten-2{background-color:#4fc3f7!important;border-color:#4fc3f7!important}.v-application .light-blue--text.text--lighten-2{color:#4fc3f7!important;caret-color:#4fc3f7!important}.v-application .light-blue.lighten-1{background-color:#29b6f6!important;border-color:#29b6f6!important}.v-application .light-blue--text.text--lighten-1{color:#29b6f6!important;caret-color:#29b6f6!important}.v-application .light-blue.darken-1{background-color:#039be5!important;border-color:#039be5!important}.v-application .light-blue--text.text--darken-1{color:#039be5!important;caret-color:#039be5!important}.v-application .light-blue.darken-2{background-color:#0288d1!important;border-color:#0288d1!important}.v-application .light-blue--text.text--darken-2{color:#0288d1!important;caret-color:#0288d1!important}.v-application .light-blue.darken-3{background-color:#0277bd!important;border-color:#0277bd!important}.v-application .light-blue--text.text--darken-3{color:#0277bd!important;caret-color:#0277bd!important}.v-application .light-blue.darken-4{background-color:#01579b!important;border-color:#01579b!important}.v-application .light-blue--text.text--darken-4{color:#01579b!important;caret-color:#01579b!important}.v-application .light-blue.accent-1{background-color:#80d8ff!important;border-color:#80d8ff!important}.v-application .light-blue--text.text--accent-1{color:#80d8ff!important;caret-color:#80d8ff!important}.v-application .light-blue.accent-2{background-color:#40c4ff!important;border-color:#40c4ff!important}.v-application .light-blue--text.text--accent-2{color:#40c4ff!important;caret-color:#40c4ff!important}.v-application .light-blue.accent-3{background-color:#00b0ff!important;border-color:#00b0ff!important}.v-application .light-blue--text.text--accent-3{color:#00b0ff!important;caret-color:#00b0ff!important}.v-application .light-blue.accent-4{background-color:#0091ea!important;border-color:#0091ea!important}.v-application .light-blue--text.text--accent-4{color:#0091ea!important;caret-color:#0091ea!important}.v-application .cyan{background-color:#00bcd4!important;border-color:#00bcd4!important}.v-application .cyan--text{color:#00bcd4!important;caret-color:#00bcd4!important}.v-application .cyan.lighten-5{background-color:#e0f7fa!important;border-color:#e0f7fa!important}.v-application .cyan--text.text--lighten-5{color:#e0f7fa!important;caret-color:#e0f7fa!important}.v-application .cyan.lighten-4{background-color:#b2ebf2!important;border-color:#b2ebf2!important}.v-application .cyan--text.text--lighten-4{color:#b2ebf2!important;caret-color:#b2ebf2!important}.v-application .cyan.lighten-3{background-color:#80deea!important;border-color:#80deea!important}.v-application .cyan--text.text--lighten-3{color:#80deea!important;caret-color:#80deea!important}.v-application .cyan.lighten-2{background-color:#4dd0e1!important;border-color:#4dd0e1!important}.v-application .cyan--text.text--lighten-2{color:#4dd0e1!important;caret-color:#4dd0e1!important}.v-application .cyan.lighten-1{background-color:#26c6da!important;border-color:#26c6da!important}.v-application .cyan--text.text--lighten-1{color:#26c6da!important;caret-color:#26c6da!important}.v-application .cyan.darken-1{background-color:#00acc1!important;border-color:#00acc1!important}.v-application .cyan--text.text--darken-1{color:#00acc1!important;caret-color:#00acc1!important}.v-application .cyan.darken-2{background-color:#0097a7!important;border-color:#0097a7!important}.v-application .cyan--text.text--darken-2{color:#0097a7!important;caret-color:#0097a7!important}.v-application .cyan.darken-3{background-color:#00838f!important;border-color:#00838f!important}.v-application .cyan--text.text--darken-3{color:#00838f!important;caret-color:#00838f!important}.v-application .cyan.darken-4{background-color:#006064!important;border-color:#006064!important}.v-application .cyan--text.text--darken-4{color:#006064!important;caret-color:#006064!important}.v-application .cyan.accent-1{background-color:#84ffff!important;border-color:#84ffff!important}.v-application .cyan--text.text--accent-1{color:#84ffff!important;caret-color:#84ffff!important}.v-application .cyan.accent-2{background-color:#18ffff!important;border-color:#18ffff!important}.v-application .cyan--text.text--accent-2{color:#18ffff!important;caret-color:#18ffff!important}.v-application .cyan.accent-3{background-color:#00e5ff!important;border-color:#00e5ff!important}.v-application .cyan--text.text--accent-3{color:#00e5ff!important;caret-color:#00e5ff!important}.v-application .cyan.accent-4{background-color:#00b8d4!important;border-color:#00b8d4!important}.v-application .cyan--text.text--accent-4{color:#00b8d4!important;caret-color:#00b8d4!important}.v-application .teal{background-color:#009688!important;border-color:#009688!important}.v-application .teal--text{color:#009688!important;caret-color:#009688!important}.v-application .teal.lighten-5{background-color:#e0f2f1!important;border-color:#e0f2f1!important}.v-application .teal--text.text--lighten-5{color:#e0f2f1!important;caret-color:#e0f2f1!important}.v-application .teal.lighten-4{background-color:#b2dfdb!important;border-color:#b2dfdb!important}.v-application .teal--text.text--lighten-4{color:#b2dfdb!important;caret-color:#b2dfdb!important}.v-application .teal.lighten-3{background-color:#80cbc4!important;border-color:#80cbc4!important}.v-application .teal--text.text--lighten-3{color:#80cbc4!important;caret-color:#80cbc4!important}.v-application .teal.lighten-2{background-color:#4db6ac!important;border-color:#4db6ac!important}.v-application .teal--text.text--lighten-2{color:#4db6ac!important;caret-color:#4db6ac!important}.v-application .teal.lighten-1{background-color:#26a69a!important;border-color:#26a69a!important}.v-application .teal--text.text--lighten-1{color:#26a69a!important;caret-color:#26a69a!important}.v-application .teal.darken-1{background-color:#00897b!important;border-color:#00897b!important}.v-application .teal--text.text--darken-1{color:#00897b!important;caret-color:#00897b!important}.v-application .teal.darken-2{background-color:#00796b!important;border-color:#00796b!important}.v-application .teal--text.text--darken-2{color:#00796b!important;caret-color:#00796b!important}.v-application .teal.darken-3{background-color:#00695c!important;border-color:#00695c!important}.v-application .teal--text.text--darken-3{color:#00695c!important;caret-color:#00695c!important}.v-application .teal.darken-4{background-color:#004d40!important;border-color:#004d40!important}.v-application .teal--text.text--darken-4{color:#004d40!important;caret-color:#004d40!important}.v-application .teal.accent-1{background-color:#a7ffeb!important;border-color:#a7ffeb!important}.v-application .teal--text.text--accent-1{color:#a7ffeb!important;caret-color:#a7ffeb!important}.v-application .teal.accent-2{background-color:#64ffda!important;border-color:#64ffda!important}.v-application .teal--text.text--accent-2{color:#64ffda!important;caret-color:#64ffda!important}.v-application .teal.accent-3{background-color:#1de9b6!important;border-color:#1de9b6!important}.v-application .teal--text.text--accent-3{color:#1de9b6!important;caret-color:#1de9b6!important}.v-application .teal.accent-4{background-color:#00bfa5!important;border-color:#00bfa5!important}.v-application .teal--text.text--accent-4{color:#00bfa5!important;caret-color:#00bfa5!important}.v-application .green{background-color:#4caf50!important;border-color:#4caf50!important}.v-application .green--text{color:#4caf50!important;caret-color:#4caf50!important}.v-application .green.lighten-5{background-color:#e8f5e9!important;border-color:#e8f5e9!important}.v-application .green--text.text--lighten-5{color:#e8f5e9!important;caret-color:#e8f5e9!important}.v-application .green.lighten-4{background-color:#c8e6c9!important;border-color:#c8e6c9!important}.v-application .green--text.text--lighten-4{color:#c8e6c9!important;caret-color:#c8e6c9!important}.v-application .green.lighten-3{background-color:#a5d6a7!important;border-color:#a5d6a7!important}.v-application .green--text.text--lighten-3{color:#a5d6a7!important;caret-color:#a5d6a7!important}.v-application .green.lighten-2{background-color:#81c784!important;border-color:#81c784!important}.v-application .green--text.text--lighten-2{color:#81c784!important;caret-color:#81c784!important}.v-application .green.lighten-1{background-color:#66bb6a!important;border-color:#66bb6a!important}.v-application .green--text.text--lighten-1{color:#66bb6a!important;caret-color:#66bb6a!important}.v-application .green.darken-1{background-color:#43a047!important;border-color:#43a047!important}.v-application .green--text.text--darken-1{color:#43a047!important;caret-color:#43a047!important}.v-application .green.darken-2{background-color:#388e3c!important;border-color:#388e3c!important}.v-application .green--text.text--darken-2{color:#388e3c!important;caret-color:#388e3c!important}.v-application .green.darken-3{background-color:#2e7d32!important;border-color:#2e7d32!important}.v-application .green--text.text--darken-3{color:#2e7d32!important;caret-color:#2e7d32!important}.v-application .green.darken-4{background-color:#1b5e20!important;border-color:#1b5e20!important}.v-application .green--text.text--darken-4{color:#1b5e20!important;caret-color:#1b5e20!important}.v-application .green.accent-1{background-color:#b9f6ca!important;border-color:#b9f6ca!important}.v-application .green--text.text--accent-1{color:#b9f6ca!important;caret-color:#b9f6ca!important}.v-application .green.accent-2{background-color:#69f0ae!important;border-color:#69f0ae!important}.v-application .green--text.text--accent-2{color:#69f0ae!important;caret-color:#69f0ae!important}.v-application .green.accent-3{background-color:#00e676!important;border-color:#00e676!important}.v-application .green--text.text--accent-3{color:#00e676!important;caret-color:#00e676!important}.v-application .green.accent-4{background-color:#00c853!important;border-color:#00c853!important}.v-application .green--text.text--accent-4{color:#00c853!important;caret-color:#00c853!important}.v-application .light-green{background-color:#8bc34a!important;border-color:#8bc34a!important}.v-application .light-green--text{color:#8bc34a!important;caret-color:#8bc34a!important}.v-application .light-green.lighten-5{background-color:#f1f8e9!important;border-color:#f1f8e9!important}.v-application .light-green--text.text--lighten-5{color:#f1f8e9!important;caret-color:#f1f8e9!important}.v-application .light-green.lighten-4{background-color:#dcedc8!important;border-color:#dcedc8!important}.v-application .light-green--text.text--lighten-4{color:#dcedc8!important;caret-color:#dcedc8!important}.v-application .light-green.lighten-3{background-color:#c5e1a5!important;border-color:#c5e1a5!important}.v-application .light-green--text.text--lighten-3{color:#c5e1a5!important;caret-color:#c5e1a5!important}.v-application .light-green.lighten-2{background-color:#aed581!important;border-color:#aed581!important}.v-application .light-green--text.text--lighten-2{color:#aed581!important;caret-color:#aed581!important}.v-application .light-green.lighten-1{background-color:#9ccc65!important;border-color:#9ccc65!important}.v-application .light-green--text.text--lighten-1{color:#9ccc65!important;caret-color:#9ccc65!important}.v-application .light-green.darken-1{background-color:#7cb342!important;border-color:#7cb342!important}.v-application .light-green--text.text--darken-1{color:#7cb342!important;caret-color:#7cb342!important}.v-application .light-green.darken-2{background-color:#689f38!important;border-color:#689f38!important}.v-application .light-green--text.text--darken-2{color:#689f38!important;caret-color:#689f38!important}.v-application .light-green.darken-3{background-color:#558b2f!important;border-color:#558b2f!important}.v-application .light-green--text.text--darken-3{color:#558b2f!important;caret-color:#558b2f!important}.v-application .light-green.darken-4{background-color:#33691e!important;border-color:#33691e!important}.v-application .light-green--text.text--darken-4{color:#33691e!important;caret-color:#33691e!important}.v-application .light-green.accent-1{background-color:#ccff90!important;border-color:#ccff90!important}.v-application .light-green--text.text--accent-1{color:#ccff90!important;caret-color:#ccff90!important}.v-application .light-green.accent-2{background-color:#b2ff59!important;border-color:#b2ff59!important}.v-application .light-green--text.text--accent-2{color:#b2ff59!important;caret-color:#b2ff59!important}.v-application .light-green.accent-3{background-color:#76ff03!important;border-color:#76ff03!important}.v-application .light-green--text.text--accent-3{color:#76ff03!important;caret-color:#76ff03!important}.v-application .light-green.accent-4{background-color:#64dd17!important;border-color:#64dd17!important}.v-application .light-green--text.text--accent-4{color:#64dd17!important;caret-color:#64dd17!important}.v-application .lime{background-color:#cddc39!important;border-color:#cddc39!important}.v-application .lime--text{color:#cddc39!important;caret-color:#cddc39!important}.v-application .lime.lighten-5{background-color:#f9fbe7!important;border-color:#f9fbe7!important}.v-application .lime--text.text--lighten-5{color:#f9fbe7!important;caret-color:#f9fbe7!important}.v-application .lime.lighten-4{background-color:#f0f4c3!important;border-color:#f0f4c3!important}.v-application .lime--text.text--lighten-4{color:#f0f4c3!important;caret-color:#f0f4c3!important}.v-application .lime.lighten-3{background-color:#e6ee9c!important;border-color:#e6ee9c!important}.v-application .lime--text.text--lighten-3{color:#e6ee9c!important;caret-color:#e6ee9c!important}.v-application .lime.lighten-2{background-color:#dce775!important;border-color:#dce775!important}.v-application .lime--text.text--lighten-2{color:#dce775!important;caret-color:#dce775!important}.v-application .lime.lighten-1{background-color:#d4e157!important;border-color:#d4e157!important}.v-application .lime--text.text--lighten-1{color:#d4e157!important;caret-color:#d4e157!important}.v-application .lime.darken-1{background-color:#c0ca33!important;border-color:#c0ca33!important}.v-application .lime--text.text--darken-1{color:#c0ca33!important;caret-color:#c0ca33!important}.v-application .lime.darken-2{background-color:#afb42b!important;border-color:#afb42b!important}.v-application .lime--text.text--darken-2{color:#afb42b!important;caret-color:#afb42b!important}.v-application .lime.darken-3{background-color:#9e9d24!important;border-color:#9e9d24!important}.v-application .lime--text.text--darken-3{color:#9e9d24!important;caret-color:#9e9d24!important}.v-application .lime.darken-4{background-color:#827717!important;border-color:#827717!important}.v-application .lime--text.text--darken-4{color:#827717!important;caret-color:#827717!important}.v-application .lime.accent-1{background-color:#f4ff81!important;border-color:#f4ff81!important}.v-application .lime--text.text--accent-1{color:#f4ff81!important;caret-color:#f4ff81!important}.v-application .lime.accent-2{background-color:#eeff41!important;border-color:#eeff41!important}.v-application .lime--text.text--accent-2{color:#eeff41!important;caret-color:#eeff41!important}.v-application .lime.accent-3{background-color:#c6ff00!important;border-color:#c6ff00!important}.v-application .lime--text.text--accent-3{color:#c6ff00!important;caret-color:#c6ff00!important}.v-application .lime.accent-4{background-color:#aeea00!important;border-color:#aeea00!important}.v-application .lime--text.text--accent-4{color:#aeea00!important;caret-color:#aeea00!important}.v-application .yellow{background-color:#ffeb3b!important;border-color:#ffeb3b!important}.v-application .yellow--text{color:#ffeb3b!important;caret-color:#ffeb3b!important}.v-application .yellow.lighten-5{background-color:#fffde7!important;border-color:#fffde7!important}.v-application .yellow--text.text--lighten-5{color:#fffde7!important;caret-color:#fffde7!important}.v-application .yellow.lighten-4{background-color:#fff9c4!important;border-color:#fff9c4!important}.v-application .yellow--text.text--lighten-4{color:#fff9c4!important;caret-color:#fff9c4!important}.v-application .yellow.lighten-3{background-color:#fff59d!important;border-color:#fff59d!important}.v-application .yellow--text.text--lighten-3{color:#fff59d!important;caret-color:#fff59d!important}.v-application .yellow.lighten-2{background-color:#fff176!important;border-color:#fff176!important}.v-application .yellow--text.text--lighten-2{color:#fff176!important;caret-color:#fff176!important}.v-application .yellow.lighten-1{background-color:#ffee58!important;border-color:#ffee58!important}.v-application .yellow--text.text--lighten-1{color:#ffee58!important;caret-color:#ffee58!important}.v-application .yellow.darken-1{background-color:#fdd835!important;border-color:#fdd835!important}.v-application .yellow--text.text--darken-1{color:#fdd835!important;caret-color:#fdd835!important}.v-application .yellow.darken-2{background-color:#fbc02d!important;border-color:#fbc02d!important}.v-application .yellow--text.text--darken-2{color:#fbc02d!important;caret-color:#fbc02d!important}.v-application .yellow.darken-3{background-color:#f9a825!important;border-color:#f9a825!important}.v-application .yellow--text.text--darken-3{color:#f9a825!important;caret-color:#f9a825!important}.v-application .yellow.darken-4{background-color:#f57f17!important;border-color:#f57f17!important}.v-application .yellow--text.text--darken-4{color:#f57f17!important;caret-color:#f57f17!important}.v-application .yellow.accent-1{background-color:#ffff8d!important;border-color:#ffff8d!important}.v-application .yellow--text.text--accent-1{color:#ffff8d!important;caret-color:#ffff8d!important}.v-application .yellow.accent-2{background-color:#ff0!important;border-color:#ff0!important}.v-application .yellow--text.text--accent-2{color:#ff0!important;caret-color:#ff0!important}.v-application .yellow.accent-3{background-color:#ffea00!important;border-color:#ffea00!important}.v-application .yellow--text.text--accent-3{color:#ffea00!important;caret-color:#ffea00!important}.v-application .yellow.accent-4{background-color:#ffd600!important;border-color:#ffd600!important}.v-application .yellow--text.text--accent-4{color:#ffd600!important;caret-color:#ffd600!important}.v-application .amber{background-color:#ffc107!important;border-color:#ffc107!important}.v-application .amber--text{color:#ffc107!important;caret-color:#ffc107!important}.v-application .amber.lighten-5{background-color:#fff8e1!important;border-color:#fff8e1!important}.v-application .amber--text.text--lighten-5{color:#fff8e1!important;caret-color:#fff8e1!important}.v-application .amber.lighten-4{background-color:#ffecb3!important;border-color:#ffecb3!important}.v-application .amber--text.text--lighten-4{color:#ffecb3!important;caret-color:#ffecb3!important}.v-application .amber.lighten-3{background-color:#ffe082!important;border-color:#ffe082!important}.v-application .amber--text.text--lighten-3{color:#ffe082!important;caret-color:#ffe082!important}.v-application .amber.lighten-2{background-color:#ffd54f!important;border-color:#ffd54f!important}.v-application .amber--text.text--lighten-2{color:#ffd54f!important;caret-color:#ffd54f!important}.v-application .amber.lighten-1{background-color:#ffca28!important;border-color:#ffca28!important}.v-application .amber--text.text--lighten-1{color:#ffca28!important;caret-color:#ffca28!important}.v-application .amber.darken-1{background-color:#ffb300!important;border-color:#ffb300!important}.v-application .amber--text.text--darken-1{color:#ffb300!important;caret-color:#ffb300!important}.v-application .amber.darken-2{background-color:#ffa000!important;border-color:#ffa000!important}.v-application .amber--text.text--darken-2{color:#ffa000!important;caret-color:#ffa000!important}.v-application .amber.darken-3{background-color:#ff8f00!important;border-color:#ff8f00!important}.v-application .amber--text.text--darken-3{color:#ff8f00!important;caret-color:#ff8f00!important}.v-application .amber.darken-4{background-color:#ff6f00!important;border-color:#ff6f00!important}.v-application .amber--text.text--darken-4{color:#ff6f00!important;caret-color:#ff6f00!important}.v-application .amber.accent-1{background-color:#ffe57f!important;border-color:#ffe57f!important}.v-application .amber--text.text--accent-1{color:#ffe57f!important;caret-color:#ffe57f!important}.v-application .amber.accent-2{background-color:#ffd740!important;border-color:#ffd740!important}.v-application .amber--text.text--accent-2{color:#ffd740!important;caret-color:#ffd740!important}.v-application .amber.accent-3{background-color:#ffc400!important;border-color:#ffc400!important}.v-application .amber--text.text--accent-3{color:#ffc400!important;caret-color:#ffc400!important}.v-application .amber.accent-4{background-color:#ffab00!important;border-color:#ffab00!important}.v-application .amber--text.text--accent-4{color:#ffab00!important;caret-color:#ffab00!important}.v-application .orange{background-color:#ff9800!important;border-color:#ff9800!important}.v-application .orange--text{color:#ff9800!important;caret-color:#ff9800!important}.v-application .orange.lighten-5{background-color:#fff3e0!important;border-color:#fff3e0!important}.v-application .orange--text.text--lighten-5{color:#fff3e0!important;caret-color:#fff3e0!important}.v-application .orange.lighten-4{background-color:#ffe0b2!important;border-color:#ffe0b2!important}.v-application .orange--text.text--lighten-4{color:#ffe0b2!important;caret-color:#ffe0b2!important}.v-application .orange.lighten-3{background-color:#ffcc80!important;border-color:#ffcc80!important}.v-application .orange--text.text--lighten-3{color:#ffcc80!important;caret-color:#ffcc80!important}.v-application .orange.lighten-2{background-color:#ffb74d!important;border-color:#ffb74d!important}.v-application .orange--text.text--lighten-2{color:#ffb74d!important;caret-color:#ffb74d!important}.v-application .orange.lighten-1{background-color:#ffa726!important;border-color:#ffa726!important}.v-application .orange--text.text--lighten-1{color:#ffa726!important;caret-color:#ffa726!important}.v-application .orange.darken-1{background-color:#fb8c00!important;border-color:#fb8c00!important}.v-application .orange--text.text--darken-1{color:#fb8c00!important;caret-color:#fb8c00!important}.v-application .orange.darken-2{background-color:#f57c00!important;border-color:#f57c00!important}.v-application .orange--text.text--darken-2{color:#f57c00!important;caret-color:#f57c00!important}.v-application .orange.darken-3{background-color:#ef6c00!important;border-color:#ef6c00!important}.v-application .orange--text.text--darken-3{color:#ef6c00!important;caret-color:#ef6c00!important}.v-application .orange.darken-4{background-color:#e65100!important;border-color:#e65100!important}.v-application .orange--text.text--darken-4{color:#e65100!important;caret-color:#e65100!important}.v-application .orange.accent-1{background-color:#ffd180!important;border-color:#ffd180!important}.v-application .orange--text.text--accent-1{color:#ffd180!important;caret-color:#ffd180!important}.v-application .orange.accent-2{background-color:#ffab40!important;border-color:#ffab40!important}.v-application .orange--text.text--accent-2{color:#ffab40!important;caret-color:#ffab40!important}.v-application .orange.accent-3{background-color:#ff9100!important;border-color:#ff9100!important}.v-application .orange--text.text--accent-3{color:#ff9100!important;caret-color:#ff9100!important}.v-application .orange.accent-4{background-color:#ff6d00!important;border-color:#ff6d00!important}.v-application .orange--text.text--accent-4{color:#ff6d00!important;caret-color:#ff6d00!important}.v-application .deep-orange{background-color:#ff5722!important;border-color:#ff5722!important}.v-application .deep-orange--text{color:#ff5722!important;caret-color:#ff5722!important}.v-application .deep-orange.lighten-5{background-color:#fbe9e7!important;border-color:#fbe9e7!important}.v-application .deep-orange--text.text--lighten-5{color:#fbe9e7!important;caret-color:#fbe9e7!important}.v-application .deep-orange.lighten-4{background-color:#ffccbc!important;border-color:#ffccbc!important}.v-application .deep-orange--text.text--lighten-4{color:#ffccbc!important;caret-color:#ffccbc!important}.v-application .deep-orange.lighten-3{background-color:#ffab91!important;border-color:#ffab91!important}.v-application .deep-orange--text.text--lighten-3{color:#ffab91!important;caret-color:#ffab91!important}.v-application .deep-orange.lighten-2{background-color:#ff8a65!important;border-color:#ff8a65!important}.v-application .deep-orange--text.text--lighten-2{color:#ff8a65!important;caret-color:#ff8a65!important}.v-application .deep-orange.lighten-1{background-color:#ff7043!important;border-color:#ff7043!important}.v-application .deep-orange--text.text--lighten-1{color:#ff7043!important;caret-color:#ff7043!important}.v-application .deep-orange.darken-1{background-color:#f4511e!important;border-color:#f4511e!important}.v-application .deep-orange--text.text--darken-1{color:#f4511e!important;caret-color:#f4511e!important}.v-application .deep-orange.darken-2{background-color:#e64a19!important;border-color:#e64a19!important}.v-application .deep-orange--text.text--darken-2{color:#e64a19!important;caret-color:#e64a19!important}.v-application .deep-orange.darken-3{background-color:#d84315!important;border-color:#d84315!important}.v-application .deep-orange--text.text--darken-3{color:#d84315!important;caret-color:#d84315!important}.v-application .deep-orange.darken-4{background-color:#bf360c!important;border-color:#bf360c!important}.v-application .deep-orange--text.text--darken-4{color:#bf360c!important;caret-color:#bf360c!important}.v-application .deep-orange.accent-1{background-color:#ff9e80!important;border-color:#ff9e80!important}.v-application .deep-orange--text.text--accent-1{color:#ff9e80!important;caret-color:#ff9e80!important}.v-application .deep-orange.accent-2{background-color:#ff6e40!important;border-color:#ff6e40!important}.v-application .deep-orange--text.text--accent-2{color:#ff6e40!important;caret-color:#ff6e40!important}.v-application .deep-orange.accent-3{background-color:#ff3d00!important;border-color:#ff3d00!important}.v-application .deep-orange--text.text--accent-3{color:#ff3d00!important;caret-color:#ff3d00!important}.v-application .deep-orange.accent-4{background-color:#dd2c00!important;border-color:#dd2c00!important}.v-application .deep-orange--text.text--accent-4{color:#dd2c00!important;caret-color:#dd2c00!important}.v-application .brown{background-color:#795548!important;border-color:#795548!important}.v-application .brown--text{color:#795548!important;caret-color:#795548!important}.v-application .brown.lighten-5{background-color:#efebe9!important;border-color:#efebe9!important}.v-application .brown--text.text--lighten-5{color:#efebe9!important;caret-color:#efebe9!important}.v-application .brown.lighten-4{background-color:#d7ccc8!important;border-color:#d7ccc8!important}.v-application .brown--text.text--lighten-4{color:#d7ccc8!important;caret-color:#d7ccc8!important}.v-application .brown.lighten-3{background-color:#bcaaa4!important;border-color:#bcaaa4!important}.v-application .brown--text.text--lighten-3{color:#bcaaa4!important;caret-color:#bcaaa4!important}.v-application .brown.lighten-2{background-color:#a1887f!important;border-color:#a1887f!important}.v-application .brown--text.text--lighten-2{color:#a1887f!important;caret-color:#a1887f!important}.v-application .brown.lighten-1{background-color:#8d6e63!important;border-color:#8d6e63!important}.v-application .brown--text.text--lighten-1{color:#8d6e63!important;caret-color:#8d6e63!important}.v-application .brown.darken-1{background-color:#6d4c41!important;border-color:#6d4c41!important}.v-application .brown--text.text--darken-1{color:#6d4c41!important;caret-color:#6d4c41!important}.v-application .brown.darken-2{background-color:#5d4037!important;border-color:#5d4037!important}.v-application .brown--text.text--darken-2{color:#5d4037!important;caret-color:#5d4037!important}.v-application .brown.darken-3{background-color:#4e342e!important;border-color:#4e342e!important}.v-application .brown--text.text--darken-3{color:#4e342e!important;caret-color:#4e342e!important}.v-application .brown.darken-4{background-color:#3e2723!important;border-color:#3e2723!important}.v-application .brown--text.text--darken-4{color:#3e2723!important;caret-color:#3e2723!important}.v-application .blue-grey{background-color:#607d8b!important;border-color:#607d8b!important}.v-application .blue-grey--text{color:#607d8b!important;caret-color:#607d8b!important}.v-application .blue-grey.lighten-5{background-color:#eceff1!important;border-color:#eceff1!important}.v-application .blue-grey--text.text--lighten-5{color:#eceff1!important;caret-color:#eceff1!important}.v-application .blue-grey.lighten-4{background-color:#cfd8dc!important;border-color:#cfd8dc!important}.v-application .blue-grey--text.text--lighten-4{color:#cfd8dc!important;caret-color:#cfd8dc!important}.v-application .blue-grey.lighten-3{background-color:#b0bec5!important;border-color:#b0bec5!important}.v-application .blue-grey--text.text--lighten-3{color:#b0bec5!important;caret-color:#b0bec5!important}.v-application .blue-grey.lighten-2{background-color:#90a4ae!important;border-color:#90a4ae!important}.v-application .blue-grey--text.text--lighten-2{color:#90a4ae!important;caret-color:#90a4ae!important}.v-application .blue-grey.lighten-1{background-color:#78909c!important;border-color:#78909c!important}.v-application .blue-grey--text.text--lighten-1{color:#78909c!important;caret-color:#78909c!important}.v-application .blue-grey.darken-1{background-color:#546e7a!important;border-color:#546e7a!important}.v-application .blue-grey--text.text--darken-1{color:#546e7a!important;caret-color:#546e7a!important}.v-application .blue-grey.darken-2{background-color:#455a64!important;border-color:#455a64!important}.v-application .blue-grey--text.text--darken-2{color:#455a64!important;caret-color:#455a64!important}.v-application .blue-grey.darken-3{background-color:#37474f!important;border-color:#37474f!important}.v-application .blue-grey--text.text--darken-3{color:#37474f!important;caret-color:#37474f!important}.v-application .blue-grey.darken-4{background-color:#263238!important;border-color:#263238!important}.v-application .blue-grey--text.text--darken-4{color:#263238!important;caret-color:#263238!important}.v-application .grey{background-color:#9e9e9e!important;border-color:#9e9e9e!important}.v-application .grey--text{color:#9e9e9e!important;caret-color:#9e9e9e!important}.v-application .grey.lighten-5{background-color:#fafafa!important;border-color:#fafafa!important}.v-application .grey--text.text--lighten-5{color:#fafafa!important;caret-color:#fafafa!important}.v-application .grey.lighten-4{background-color:#f5f5f5!important;border-color:#f5f5f5!important}.v-application .grey--text.text--lighten-4{color:#f5f5f5!important;caret-color:#f5f5f5!important}.v-application .grey.lighten-3{background-color:#eee!important;border-color:#eee!important}.v-application .grey--text.text--lighten-3{color:#eee!important;caret-color:#eee!important}.v-application .grey.lighten-2{background-color:#e0e0e0!important;border-color:#e0e0e0!important}.v-application .grey--text.text--lighten-2{color:#e0e0e0!important;caret-color:#e0e0e0!important}.v-application .grey.lighten-1{background-color:#bdbdbd!important;border-color:#bdbdbd!important}.v-application .grey--text.text--lighten-1{color:#bdbdbd!important;caret-color:#bdbdbd!important}.v-application .grey.darken-1{background-color:#757575!important;border-color:#757575!important}.v-application .grey--text.text--darken-1{color:#757575!important;caret-color:#757575!important}.v-application .grey.darken-2{background-color:#616161!important;border-color:#616161!important}.v-application .grey--text.text--darken-2{color:#616161!important;caret-color:#616161!important}.v-application .grey.darken-3{background-color:#424242!important;border-color:#424242!important}.v-application .grey--text.text--darken-3{color:#424242!important;caret-color:#424242!important}.v-application .grey.darken-4{background-color:#212121!important;border-color:#212121!important}.v-application .grey--text.text--darken-4{color:#212121!important;caret-color:#212121!important}.v-application .shades.black{background-color:#000!important;border-color:#000!important}.v-application .shades--text.text--black{color:#000!important;caret-color:#000!important}.v-application .shades.white{background-color:#fff!important;border-color:#fff!important}.v-application .shades--text.text--white{color:#fff!important;caret-color:#fff!important}.v-application .shades.transparent{background-color:transparent!important;border-color:transparent!important}.v-application .shades--text.text--transparent{color:transparent!important;caret-color:transparent!important}/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer;color:inherit}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none}progress{vertical-align:baseline}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}.v-application .elevation-24{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)!important}.v-application .elevation-23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)!important}.v-application .elevation-22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)!important}.v-application .elevation-21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)!important}.v-application .elevation-20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)!important}.v-application .elevation-19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)!important}.v-application .elevation-18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)!important}.v-application .elevation-17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)!important}.v-application .elevation-16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)!important}.v-application .elevation-15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)!important}.v-application .elevation-14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)!important}.v-application .elevation-13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)!important}.v-application .elevation-12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)!important}.v-application .elevation-11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)!important}.v-application .elevation-10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)!important}.v-application .elevation-9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)!important}.v-application .elevation-8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)!important}.v-application .elevation-7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)!important}.v-application .elevation-6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)!important}.v-application .elevation-5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)!important}.v-application .elevation-4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)!important}.v-application .elevation-3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)!important}.v-application .elevation-2{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)!important}.v-application .elevation-1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)!important}.v-application .elevation-0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)!important}.carousel-transition-enter{transform:translate(100%)}.carousel-transition-leave,.carousel-transition-leave-to{position:absolute;top:0;transform:translate(-100%)}.carousel-reverse-transition-enter{transform:translate(-100%)}.carousel-reverse-transition-leave,.carousel-reverse-transition-leave-to{position:absolute;top:0;transform:translate(100%)}.dialog-transition-enter-active,.dialog-transition-leave-active{pointer-events:none!important}.dialog-transition-enter,.dialog-transition-leave-to{transform:scale(.5);opacity:0}.dialog-transition-enter-to,.dialog-transition-leave{opacity:1}.dialog-bottom-transition-enter,.dialog-bottom-transition-leave-to{transform:translateY(100%)}.dialog-top-transition-enter,.dialog-top-transition-leave-to{transform:translateY(-100%)}.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active,.picker-transition-enter-active,.picker-transition-leave-active{transition:.3s cubic-bezier(0,0,.2,1)}.picker-reverse-transition-enter,.picker-reverse-transition-leave-to,.picker-transition-enter,.picker-transition-leave-to{opacity:0}.picker-reverse-transition-leave,.picker-reverse-transition-leave-active,.picker-reverse-transition-leave-to,.picker-transition-leave,.picker-transition-leave-active,.picker-transition-leave-to{position:absolute!important}.picker-transition-enter{transform:translateY(100%)}.picker-reverse-transition-enter,.picker-transition-leave-to{transform:translateY(-100%)}.picker-reverse-transition-leave-to{transform:translateY(100%)}.picker-title-transition-enter-to,.picker-title-transition-leave{transform:translate(0)}.picker-title-transition-enter{transform:translate(-100%)}.picker-title-transition-leave-to{opacity:0;transform:translate(100%)}.picker-title-transition-leave,.picker-title-transition-leave-active,.picker-title-transition-leave-to{position:absolute!important}.tab-transition-enter{transform:translate(100%)}.tab-transition-leave,.tab-transition-leave-active{position:absolute;top:0}.tab-transition-leave-to{position:absolute}.tab-reverse-transition-enter,.tab-transition-leave-to{transform:translate(-100%)}.tab-reverse-transition-leave,.tab-reverse-transition-leave-to{top:0;position:absolute;transform:translate(100%)}.expand-transition-enter-active,.expand-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.expand-transition-move{transition:transform .6s}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.expand-x-transition-move{transition:transform .6s}.scale-transition-enter-active,.scale-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.scale-transition-move{transition:transform .6s}.scale-transition-enter,.scale-transition-leave,.scale-transition-leave-to{opacity:0;transform:scale(0)}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.scale-rotate-transition-move{transition:transform .6s}.scale-rotate-transition-enter,.scale-rotate-transition-leave,.scale-rotate-transition-leave-to{opacity:0;transform:scale(0) rotate(-45deg)}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.scale-rotate-reverse-transition-move{transition:transform .6s}.scale-rotate-reverse-transition-enter,.scale-rotate-reverse-transition-leave,.scale-rotate-reverse-transition-leave-to{opacity:0;transform:scale(0) rotate(45deg)}.message-transition-enter-active,.message-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.message-transition-move{transition:transform .6s}.message-transition-enter,.message-transition-leave-to{opacity:0;transform:translateY(-15px)}.message-transition-leave,.message-transition-leave-active{position:absolute}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.slide-y-transition-move{transition:transform .6s}.slide-y-transition-enter,.slide-y-transition-leave-to{opacity:0;transform:translateY(-15px)}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.slide-y-reverse-transition-move{transition:transform .6s}.slide-y-reverse-transition-enter,.slide-y-reverse-transition-leave-to{opacity:0;transform:translateY(15px)}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.scroll-y-transition-move{transition:transform .6s}.scroll-y-transition-enter,.scroll-y-transition-leave-to{opacity:0}.scroll-y-transition-enter{transform:translateY(-15px)}.scroll-y-transition-leave-to{transform:translateY(15px)}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.scroll-y-reverse-transition-move{transition:transform .6s}.scroll-y-reverse-transition-enter,.scroll-y-reverse-transition-leave-to{opacity:0}.scroll-y-reverse-transition-enter{transform:translateY(15px)}.scroll-y-reverse-transition-leave-to{transform:translateY(-15px)}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.scroll-x-transition-move{transition:transform .6s}.scroll-x-transition-enter,.scroll-x-transition-leave-to{opacity:0}.scroll-x-transition-enter{transform:translateX(-15px)}.scroll-x-transition-leave-to{transform:translateX(15px)}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.scroll-x-reverse-transition-move{transition:transform .6s}.scroll-x-reverse-transition-enter,.scroll-x-reverse-transition-leave-to{opacity:0}.scroll-x-reverse-transition-enter{transform:translateX(15px)}.scroll-x-reverse-transition-leave-to{transform:translateX(-15px)}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.slide-x-transition-move{transition:transform .6s}.slide-x-transition-enter,.slide-x-transition-leave-to{opacity:0;transform:translateX(-15px)}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.slide-x-reverse-transition-move{transition:transform .6s}.slide-x-reverse-transition-enter,.slide-x-reverse-transition-leave-to{opacity:0;transform:translateX(15px)}.fade-transition-enter-active,.fade-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.fade-transition-move{transition:transform .6s}.fade-transition-enter,.fade-transition-leave-to{opacity:0!important}.fab-transition-enter-active,.fab-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.fab-transition-move{transition:transform .6s}.fab-transition-enter,.fab-transition-leave-to{transform:scale(0) rotate(-45deg)}.v-application .blockquote{padding:16px 0 16px 24px;font-size:18px;font-weight:300}.v-application code,.v-application kbd{border-radius:3px;font-size:85%;font-weight:400}.v-application code{padding:.2em .4em}.v-application kbd{padding:.2em .4rem;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.theme--light.v-application code{background-color:rgba(0,0,0,.05);color:currentColor}.theme--light.v-application kbd{background:#212529;color:#fff}.theme--dark.v-application code{background-color:hsla(0,0%,100%,.1);color:currentColor}.theme--dark.v-application kbd{background:#212529;color:#fff}html{font-size:16px;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.overflow-y-hidden{overflow-y:hidden!important}.v-application{font-family:Roboto,sans-serif;line-height:1.5}.v-application ::-ms-clear,.v-application ::-ms-reveal{display:none}@supports(-webkit-touch-callout:none){body{cursor:pointer}}.v-application .theme--light.heading{color:rgba(0,0,0,.87)}.v-application .theme--dark.heading{color:#fff}.v-application ol,.v-application ul{padding-left:24px}.v-application .display-4{font-size:6rem!important;line-height:6rem;letter-spacing:-.015625em!important}.v-application .display-3,.v-application .display-4{font-weight:300;font-family:Roboto,sans-serif!important}.v-application .display-3{font-size:3.75rem!important;line-height:3.75rem;letter-spacing:-.0083333333em!important}.v-application .display-2{font-size:3rem!important;line-height:3.125rem;letter-spacing:normal!important}.v-application .display-1,.v-application .display-2{font-weight:400;font-family:Roboto,sans-serif!important}.v-application .display-1{font-size:2.125rem!important;line-height:2.5rem;letter-spacing:.0073529412em!important}.v-application .headline{font-size:1.5rem!important;font-weight:400;letter-spacing:normal!important}.v-application .headline,.v-application .title{line-height:2rem;font-family:Roboto,sans-serif!important}.v-application .title{font-size:1.25rem!important;font-weight:500;letter-spacing:.0125em!important}.v-application .subtitle-2{font-size:.875rem!important;font-weight:500;letter-spacing:.0071428571em!important;line-height:1.375rem;font-family:Roboto,sans-serif!important}.v-application .subtitle-1{font-size:1rem!important;letter-spacing:.009375em!important;line-height:1.75rem}.v-application .body-2,.v-application .subtitle-1{font-weight:400;font-family:Roboto,sans-serif!important}.v-application .body-2{font-size:.875rem!important;letter-spacing:.0178571429em!important;line-height:1.25rem}.v-application .body-1{font-size:1rem!important;letter-spacing:.03125em!important;line-height:1.5rem}.v-application .body-1,.v-application .caption{font-weight:400;font-family:Roboto,sans-serif!important}.v-application .caption{font-size:.75rem!important;letter-spacing:.0333333333em!important;line-height:1.25rem}.v-application .overline{font-size:.75rem!important;font-weight:500;letter-spacing:.1666666667em!important;line-height:2rem;text-transform:uppercase;font-family:Roboto,sans-serif!important}.v-application p{margin-bottom:16px}@media only print{.v-application .hidden-print-only{display:none!important}}@media only screen{.v-application .hidden-screen-only{display:none!important}}@media only screen and (max-width:599.98px){.v-application .hidden-xs-only{display:none!important}}@media only screen and (min-width:600px)and (max-width:959.98px){.v-application .hidden-sm-only{display:none!important}}@media only screen and (max-width:959.98px){.v-application .hidden-sm-and-down{display:none!important}}@media only screen and (min-width:600px){.v-application .hidden-sm-and-up{display:none!important}}@media only screen and (min-width:960px)and (max-width:1263.98px){.v-application .hidden-md-only{display:none!important}}@media only screen and (max-width:1263.98px){.v-application .hidden-md-and-down{display:none!important}}@media only screen and (min-width:960px){.v-application .hidden-md-and-up{display:none!important}}@media only screen and (min-width:1264px)and (max-width:1903.98px){.v-application .hidden-lg-only{display:none!important}}@media only screen and (max-width:1903.98px){.v-application .hidden-lg-and-down{display:none!important}}@media only screen and (min-width:1264px){.v-application .hidden-lg-and-up{display:none!important}}@media only screen and (min-width:1904px){.v-application .hidden-xl-only{display:none!important}}.d-sr-only,.d-sr-only-focusable:not(:focus){border:0!important;clip:rect(0,0,0,0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.v-application .font-weight-thin{font-weight:100!important}.v-application .font-weight-light{font-weight:300!important}.v-application .font-weight-regular{font-weight:400!important}.v-application .font-weight-medium{font-weight:500!important}.v-application .font-weight-bold{font-weight:700!important}.v-application .font-weight-black{font-weight:900!important}.v-application .font-italic{font-style:italic!important}.v-application .transition-fast-out-slow-in{transition:.3s cubic-bezier(.4,0,.2,1)!important}.v-application .transition-linear-out-slow-in{transition:.3s cubic-bezier(0,0,.2,1)!important}.v-application .transition-fast-out-linear-in{transition:.3s cubic-bezier(.4,0,1,1)!important}.v-application .transition-ease-in-out{transition:.3s cubic-bezier(.4,0,.6,1)!important}.v-application .transition-fast-in-fast-out{transition:.3s cubic-bezier(.25,.8,.25,1)!important}.v-application .transition-swing{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.v-application .overflow-auto{overflow:auto!important}.v-application .overflow-hidden{overflow:hidden!important}.v-application .overflow-visible{overflow:visible!important}.v-application .overflow-x-auto{overflow-x:auto!important}.v-application .overflow-x-hidden{overflow-x:hidden!important}.v-application .overflow-y-auto{overflow-y:auto!important}.v-application .overflow-y-hidden{overflow-y:hidden!important}.v-application .d-none{display:none!important}.v-application .d-inline{display:inline!important}.v-application .d-inline-block{display:inline-block!important}.v-application .d-block{display:block!important}.v-application .d-table{display:table!important}.v-application .d-table-row{display:table-row!important}.v-application .d-table-cell{display:table-cell!important}.v-application .d-flex{display:flex!important}.v-application .d-inline-flex{display:inline-flex!important}.v-application .float-none{float:none!important}.v-application .float-left{float:left!important}.v-application .float-right{float:right!important}.v-application--is-rtl .float-end{float:left!important}.v-application--is-ltr .float-end,.v-application--is-rtl .float-start{float:right!important}.v-application--is-ltr .float-start{float:left!important}.v-application .flex-fill{flex:1 1 auto!important}.v-application .flex-row{flex-direction:row!important}.v-application .flex-column{flex-direction:column!important}.v-application .flex-row-reverse{flex-direction:row-reverse!important}.v-application .flex-column-reverse{flex-direction:column-reverse!important}.v-application .flex-grow-0{flex-grow:0!important}.v-application .flex-grow-1{flex-grow:1!important}.v-application .flex-shrink-0{flex-shrink:0!important}.v-application .flex-shrink-1{flex-shrink:1!important}.v-application .flex-wrap{flex-wrap:wrap!important}.v-application .flex-nowrap{flex-wrap:nowrap!important}.v-application .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.v-application .justify-start{justify-content:flex-start!important}.v-application .justify-end{justify-content:flex-end!important}.v-application .justify-center{justify-content:center!important}.v-application .justify-space-between{justify-content:space-between!important}.v-application .justify-space-around{justify-content:space-around!important}.v-application .align-start{align-items:flex-start!important}.v-application .align-end{align-items:flex-end!important}.v-application .align-center{align-items:center!important}.v-application .align-baseline{align-items:baseline!important}.v-application .align-stretch{align-items:stretch!important}.v-application .align-content-start{align-content:flex-start!important}.v-application .align-content-end{align-content:flex-end!important}.v-application .align-content-center{align-content:center!important}.v-application .align-content-space-between{align-content:space-between!important}.v-application .align-content-space-around{align-content:space-around!important}.v-application .align-content-stretch{align-content:stretch!important}.v-application .align-self-auto{align-self:auto!important}.v-application .align-self-start{align-self:flex-start!important}.v-application .align-self-end{align-self:flex-end!important}.v-application .align-self-center{align-self:center!important}.v-application .align-self-baseline{align-self:baseline!important}.v-application .align-self-stretch{align-self:stretch!important}.v-application .order-first{order:-1!important}.v-application .order-0{order:0!important}.v-application .order-1{order:1!important}.v-application .order-2{order:2!important}.v-application .order-3{order:3!important}.v-application .order-4{order:4!important}.v-application .order-5{order:5!important}.v-application .order-6{order:6!important}.v-application .order-7{order:7!important}.v-application .order-8{order:8!important}.v-application .order-9{order:9!important}.v-application .order-10{order:10!important}.v-application .order-11{order:11!important}.v-application .order-12{order:12!important}.v-application .order-last{order:13!important}.v-application .ma-0{margin:0!important}.v-application .ma-1{margin:4px!important}.v-application .ma-2{margin:8px!important}.v-application .ma-3{margin:12px!important}.v-application .ma-4{margin:16px!important}.v-application .ma-5{margin:20px!important}.v-application .ma-6{margin:24px!important}.v-application .ma-7{margin:28px!important}.v-application .ma-8{margin:32px!important}.v-application .ma-9{margin:36px!important}.v-application .ma-10{margin:40px!important}.v-application .ma-11{margin:44px!important}.v-application .ma-12{margin:48px!important}.v-application .ma-13{margin:52px!important}.v-application .ma-14{margin:56px!important}.v-application .ma-15{margin:60px!important}.v-application .ma-16{margin:64px!important}.v-application .ma-auto{margin:auto!important}.v-application .mx-0{margin-right:0!important;margin-left:0!important}.v-application .mx-1{margin-right:4px!important;margin-left:4px!important}.v-application .mx-2{margin-right:8px!important;margin-left:8px!important}.v-application .mx-3{margin-right:12px!important;margin-left:12px!important}.v-application .mx-4{margin-right:16px!important;margin-left:16px!important}.v-application .mx-5{margin-right:20px!important;margin-left:20px!important}.v-application .mx-6{margin-right:24px!important;margin-left:24px!important}.v-application .mx-7{margin-right:28px!important;margin-left:28px!important}.v-application .mx-8{margin-right:32px!important;margin-left:32px!important}.v-application .mx-9{margin-right:36px!important;margin-left:36px!important}.v-application .mx-10{margin-right:40px!important;margin-left:40px!important}.v-application .mx-11{margin-right:44px!important;margin-left:44px!important}.v-application .mx-12{margin-right:48px!important;margin-left:48px!important}.v-application .mx-13{margin-right:52px!important;margin-left:52px!important}.v-application .mx-14{margin-right:56px!important;margin-left:56px!important}.v-application .mx-15{margin-right:60px!important;margin-left:60px!important}.v-application .mx-16{margin-right:64px!important;margin-left:64px!important}.v-application .mx-auto{margin-right:auto!important;margin-left:auto!important}.v-application .my-0{margin-top:0!important;margin-bottom:0!important}.v-application .my-1{margin-top:4px!important;margin-bottom:4px!important}.v-application .my-2{margin-top:8px!important;margin-bottom:8px!important}.v-application .my-3{margin-top:12px!important;margin-bottom:12px!important}.v-application .my-4{margin-top:16px!important;margin-bottom:16px!important}.v-application .my-5{margin-top:20px!important;margin-bottom:20px!important}.v-application .my-6{margin-top:24px!important;margin-bottom:24px!important}.v-application .my-7{margin-top:28px!important;margin-bottom:28px!important}.v-application .my-8{margin-top:32px!important;margin-bottom:32px!important}.v-application .my-9{margin-top:36px!important;margin-bottom:36px!important}.v-application .my-10{margin-top:40px!important;margin-bottom:40px!important}.v-application .my-11{margin-top:44px!important;margin-bottom:44px!important}.v-application .my-12{margin-top:48px!important;margin-bottom:48px!important}.v-application .my-13{margin-top:52px!important;margin-bottom:52px!important}.v-application .my-14{margin-top:56px!important;margin-bottom:56px!important}.v-application .my-15{margin-top:60px!important;margin-bottom:60px!important}.v-application .my-16{margin-top:64px!important;margin-bottom:64px!important}.v-application .my-auto{margin-top:auto!important;margin-bottom:auto!important}.v-application .mt-0{margin-top:0!important}.v-application .mt-1{margin-top:4px!important}.v-application .mt-2{margin-top:8px!important}.v-application .mt-3{margin-top:12px!important}.v-application .mt-4{margin-top:16px!important}.v-application .mt-5{margin-top:20px!important}.v-application .mt-6{margin-top:24px!important}.v-application .mt-7{margin-top:28px!important}.v-application .mt-8{margin-top:32px!important}.v-application .mt-9{margin-top:36px!important}.v-application .mt-10{margin-top:40px!important}.v-application .mt-11{margin-top:44px!important}.v-application .mt-12{margin-top:48px!important}.v-application .mt-13{margin-top:52px!important}.v-application .mt-14{margin-top:56px!important}.v-application .mt-15{margin-top:60px!important}.v-application .mt-16{margin-top:64px!important}.v-application .mt-auto{margin-top:auto!important}.v-application .mr-0{margin-right:0!important}.v-application .mr-1{margin-right:4px!important}.v-application .mr-2{margin-right:8px!important}.v-application .mr-3{margin-right:12px!important}.v-application .mr-4{margin-right:16px!important}.v-application .mr-5{margin-right:20px!important}.v-application .mr-6{margin-right:24px!important}.v-application .mr-7{margin-right:28px!important}.v-application .mr-8{margin-right:32px!important}.v-application .mr-9{margin-right:36px!important}.v-application .mr-10{margin-right:40px!important}.v-application .mr-11{margin-right:44px!important}.v-application .mr-12{margin-right:48px!important}.v-application .mr-13{margin-right:52px!important}.v-application .mr-14{margin-right:56px!important}.v-application .mr-15{margin-right:60px!important}.v-application .mr-16{margin-right:64px!important}.v-application .mr-auto{margin-right:auto!important}.v-application .mb-0{margin-bottom:0!important}.v-application .mb-1{margin-bottom:4px!important}.v-application .mb-2{margin-bottom:8px!important}.v-application .mb-3{margin-bottom:12px!important}.v-application .mb-4{margin-bottom:16px!important}.v-application .mb-5{margin-bottom:20px!important}.v-application .mb-6{margin-bottom:24px!important}.v-application .mb-7{margin-bottom:28px!important}.v-application .mb-8{margin-bottom:32px!important}.v-application .mb-9{margin-bottom:36px!important}.v-application .mb-10{margin-bottom:40px!important}.v-application .mb-11{margin-bottom:44px!important}.v-application .mb-12{margin-bottom:48px!important}.v-application .mb-13{margin-bottom:52px!important}.v-application .mb-14{margin-bottom:56px!important}.v-application .mb-15{margin-bottom:60px!important}.v-application .mb-16{margin-bottom:64px!important}.v-application .mb-auto{margin-bottom:auto!important}.v-application .ml-0{margin-left:0!important}.v-application .ml-1{margin-left:4px!important}.v-application .ml-2{margin-left:8px!important}.v-application .ml-3{margin-left:12px!important}.v-application .ml-4{margin-left:16px!important}.v-application .ml-5{margin-left:20px!important}.v-application .ml-6{margin-left:24px!important}.v-application .ml-7{margin-left:28px!important}.v-application .ml-8{margin-left:32px!important}.v-application .ml-9{margin-left:36px!important}.v-application .ml-10{margin-left:40px!important}.v-application .ml-11{margin-left:44px!important}.v-application .ml-12{margin-left:48px!important}.v-application .ml-13{margin-left:52px!important}.v-application .ml-14{margin-left:56px!important}.v-application .ml-15{margin-left:60px!important}.v-application .ml-16{margin-left:64px!important}.v-application .ml-auto{margin-left:auto!important}.v-application--is-ltr .ms-0{margin-left:0!important}.v-application--is-rtl .ms-0{margin-right:0!important}.v-application--is-ltr .ms-1{margin-left:4px!important}.v-application--is-rtl .ms-1{margin-right:4px!important}.v-application--is-ltr .ms-2{margin-left:8px!important}.v-application--is-rtl .ms-2{margin-right:8px!important}.v-application--is-ltr .ms-3{margin-left:12px!important}.v-application--is-rtl .ms-3{margin-right:12px!important}.v-application--is-ltr .ms-4{margin-left:16px!important}.v-application--is-rtl .ms-4{margin-right:16px!important}.v-application--is-ltr .ms-5{margin-left:20px!important}.v-application--is-rtl .ms-5{margin-right:20px!important}.v-application--is-ltr .ms-6{margin-left:24px!important}.v-application--is-rtl .ms-6{margin-right:24px!important}.v-application--is-ltr .ms-7{margin-left:28px!important}.v-application--is-rtl .ms-7{margin-right:28px!important}.v-application--is-ltr .ms-8{margin-left:32px!important}.v-application--is-rtl .ms-8{margin-right:32px!important}.v-application--is-ltr .ms-9{margin-left:36px!important}.v-application--is-rtl .ms-9{margin-right:36px!important}.v-application--is-ltr .ms-10{margin-left:40px!important}.v-application--is-rtl .ms-10{margin-right:40px!important}.v-application--is-ltr .ms-11{margin-left:44px!important}.v-application--is-rtl .ms-11{margin-right:44px!important}.v-application--is-ltr .ms-12{margin-left:48px!important}.v-application--is-rtl .ms-12{margin-right:48px!important}.v-application--is-ltr .ms-13{margin-left:52px!important}.v-application--is-rtl .ms-13{margin-right:52px!important}.v-application--is-ltr .ms-14{margin-left:56px!important}.v-application--is-rtl .ms-14{margin-right:56px!important}.v-application--is-ltr .ms-15{margin-left:60px!important}.v-application--is-rtl .ms-15{margin-right:60px!important}.v-application--is-ltr .ms-16{margin-left:64px!important}.v-application--is-rtl .ms-16{margin-right:64px!important}.v-application--is-ltr .ms-auto{margin-left:auto!important}.v-application--is-rtl .ms-auto{margin-right:auto!important}.v-application--is-ltr .me-0{margin-right:0!important}.v-application--is-rtl .me-0{margin-left:0!important}.v-application--is-ltr .me-1{margin-right:4px!important}.v-application--is-rtl .me-1{margin-left:4px!important}.v-application--is-ltr .me-2{margin-right:8px!important}.v-application--is-rtl .me-2{margin-left:8px!important}.v-application--is-ltr .me-3{margin-right:12px!important}.v-application--is-rtl .me-3{margin-left:12px!important}.v-application--is-ltr .me-4{margin-right:16px!important}.v-application--is-rtl .me-4{margin-left:16px!important}.v-application--is-ltr .me-5{margin-right:20px!important}.v-application--is-rtl .me-5{margin-left:20px!important}.v-application--is-ltr .me-6{margin-right:24px!important}.v-application--is-rtl .me-6{margin-left:24px!important}.v-application--is-ltr .me-7{margin-right:28px!important}.v-application--is-rtl .me-7{margin-left:28px!important}.v-application--is-ltr .me-8{margin-right:32px!important}.v-application--is-rtl .me-8{margin-left:32px!important}.v-application--is-ltr .me-9{margin-right:36px!important}.v-application--is-rtl .me-9{margin-left:36px!important}.v-application--is-ltr .me-10{margin-right:40px!important}.v-application--is-rtl .me-10{margin-left:40px!important}.v-application--is-ltr .me-11{margin-right:44px!important}.v-application--is-rtl .me-11{margin-left:44px!important}.v-application--is-ltr .me-12{margin-right:48px!important}.v-application--is-rtl .me-12{margin-left:48px!important}.v-application--is-ltr .me-13{margin-right:52px!important}.v-application--is-rtl .me-13{margin-left:52px!important}.v-application--is-ltr .me-14{margin-right:56px!important}.v-application--is-rtl .me-14{margin-left:56px!important}.v-application--is-ltr .me-15{margin-right:60px!important}.v-application--is-rtl .me-15{margin-left:60px!important}.v-application--is-ltr .me-16{margin-right:64px!important}.v-application--is-rtl .me-16{margin-left:64px!important}.v-application--is-ltr .me-auto{margin-right:auto!important}.v-application--is-rtl .me-auto{margin-left:auto!important}.v-application .ma-n1{margin:-4px!important}.v-application .ma-n2{margin:-8px!important}.v-application .ma-n3{margin:-12px!important}.v-application .ma-n4{margin:-16px!important}.v-application .ma-n5{margin:-20px!important}.v-application .ma-n6{margin:-24px!important}.v-application .ma-n7{margin:-28px!important}.v-application .ma-n8{margin:-32px!important}.v-application .ma-n9{margin:-36px!important}.v-application .ma-n10{margin:-40px!important}.v-application .ma-n11{margin:-44px!important}.v-application .ma-n12{margin:-48px!important}.v-application .ma-n13{margin:-52px!important}.v-application .ma-n14{margin:-56px!important}.v-application .ma-n15{margin:-60px!important}.v-application .ma-n16{margin:-64px!important}.v-application .mx-n1{margin-right:-4px!important;margin-left:-4px!important}.v-application .mx-n2{margin-right:-8px!important;margin-left:-8px!important}.v-application .mx-n3{margin-right:-12px!important;margin-left:-12px!important}.v-application .mx-n4{margin-right:-16px!important;margin-left:-16px!important}.v-application .mx-n5{margin-right:-20px!important;margin-left:-20px!important}.v-application .mx-n6{margin-right:-24px!important;margin-left:-24px!important}.v-application .mx-n7{margin-right:-28px!important;margin-left:-28px!important}.v-application .mx-n8{margin-right:-32px!important;margin-left:-32px!important}.v-application .mx-n9{margin-right:-36px!important;margin-left:-36px!important}.v-application .mx-n10{margin-right:-40px!important;margin-left:-40px!important}.v-application .mx-n11{margin-right:-44px!important;margin-left:-44px!important}.v-application .mx-n12{margin-right:-48px!important;margin-left:-48px!important}.v-application .mx-n13{margin-right:-52px!important;margin-left:-52px!important}.v-application .mx-n14{margin-right:-56px!important;margin-left:-56px!important}.v-application .mx-n15{margin-right:-60px!important;margin-left:-60px!important}.v-application .mx-n16{margin-right:-64px!important;margin-left:-64px!important}.v-application .my-n1{margin-top:-4px!important;margin-bottom:-4px!important}.v-application .my-n2{margin-top:-8px!important;margin-bottom:-8px!important}.v-application .my-n3{margin-top:-12px!important;margin-bottom:-12px!important}.v-application .my-n4{margin-top:-16px!important;margin-bottom:-16px!important}.v-application .my-n5{margin-top:-20px!important;margin-bottom:-20px!important}.v-application .my-n6{margin-top:-24px!important;margin-bottom:-24px!important}.v-application .my-n7{margin-top:-28px!important;margin-bottom:-28px!important}.v-application .my-n8{margin-top:-32px!important;margin-bottom:-32px!important}.v-application .my-n9{margin-top:-36px!important;margin-bottom:-36px!important}.v-application .my-n10{margin-top:-40px!important;margin-bottom:-40px!important}.v-application .my-n11{margin-top:-44px!important;margin-bottom:-44px!important}.v-application .my-n12{margin-top:-48px!important;margin-bottom:-48px!important}.v-application .my-n13{margin-top:-52px!important;margin-bottom:-52px!important}.v-application .my-n14{margin-top:-56px!important;margin-bottom:-56px!important}.v-application .my-n15{margin-top:-60px!important;margin-bottom:-60px!important}.v-application .my-n16{margin-top:-64px!important;margin-bottom:-64px!important}.v-application .mt-n1{margin-top:-4px!important}.v-application .mt-n2{margin-top:-8px!important}.v-application .mt-n3{margin-top:-12px!important}.v-application .mt-n4{margin-top:-16px!important}.v-application .mt-n5{margin-top:-20px!important}.v-application .mt-n6{margin-top:-24px!important}.v-application .mt-n7{margin-top:-28px!important}.v-application .mt-n8{margin-top:-32px!important}.v-application .mt-n9{margin-top:-36px!important}.v-application .mt-n10{margin-top:-40px!important}.v-application .mt-n11{margin-top:-44px!important}.v-application .mt-n12{margin-top:-48px!important}.v-application .mt-n13{margin-top:-52px!important}.v-application .mt-n14{margin-top:-56px!important}.v-application .mt-n15{margin-top:-60px!important}.v-application .mt-n16{margin-top:-64px!important}.v-application .mr-n1{margin-right:-4px!important}.v-application .mr-n2{margin-right:-8px!important}.v-application .mr-n3{margin-right:-12px!important}.v-application .mr-n4{margin-right:-16px!important}.v-application .mr-n5{margin-right:-20px!important}.v-application .mr-n6{margin-right:-24px!important}.v-application .mr-n7{margin-right:-28px!important}.v-application .mr-n8{margin-right:-32px!important}.v-application .mr-n9{margin-right:-36px!important}.v-application .mr-n10{margin-right:-40px!important}.v-application .mr-n11{margin-right:-44px!important}.v-application .mr-n12{margin-right:-48px!important}.v-application .mr-n13{margin-right:-52px!important}.v-application .mr-n14{margin-right:-56px!important}.v-application .mr-n15{margin-right:-60px!important}.v-application .mr-n16{margin-right:-64px!important}.v-application .mb-n1{margin-bottom:-4px!important}.v-application .mb-n2{margin-bottom:-8px!important}.v-application .mb-n3{margin-bottom:-12px!important}.v-application .mb-n4{margin-bottom:-16px!important}.v-application .mb-n5{margin-bottom:-20px!important}.v-application .mb-n6{margin-bottom:-24px!important}.v-application .mb-n7{margin-bottom:-28px!important}.v-application .mb-n8{margin-bottom:-32px!important}.v-application .mb-n9{margin-bottom:-36px!important}.v-application .mb-n10{margin-bottom:-40px!important}.v-application .mb-n11{margin-bottom:-44px!important}.v-application .mb-n12{margin-bottom:-48px!important}.v-application .mb-n13{margin-bottom:-52px!important}.v-application .mb-n14{margin-bottom:-56px!important}.v-application .mb-n15{margin-bottom:-60px!important}.v-application .mb-n16{margin-bottom:-64px!important}.v-application .ml-n1{margin-left:-4px!important}.v-application .ml-n2{margin-left:-8px!important}.v-application .ml-n3{margin-left:-12px!important}.v-application .ml-n4{margin-left:-16px!important}.v-application .ml-n5{margin-left:-20px!important}.v-application .ml-n6{margin-left:-24px!important}.v-application .ml-n7{margin-left:-28px!important}.v-application .ml-n8{margin-left:-32px!important}.v-application .ml-n9{margin-left:-36px!important}.v-application .ml-n10{margin-left:-40px!important}.v-application .ml-n11{margin-left:-44px!important}.v-application .ml-n12{margin-left:-48px!important}.v-application .ml-n13{margin-left:-52px!important}.v-application .ml-n14{margin-left:-56px!important}.v-application .ml-n15{margin-left:-60px!important}.v-application .ml-n16{margin-left:-64px!important}.v-application--is-ltr .ms-n1{margin-left:-4px!important}.v-application--is-rtl .ms-n1{margin-right:-4px!important}.v-application--is-ltr .ms-n2{margin-left:-8px!important}.v-application--is-rtl .ms-n2{margin-right:-8px!important}.v-application--is-ltr .ms-n3{margin-left:-12px!important}.v-application--is-rtl .ms-n3{margin-right:-12px!important}.v-application--is-ltr .ms-n4{margin-left:-16px!important}.v-application--is-rtl .ms-n4{margin-right:-16px!important}.v-application--is-ltr .ms-n5{margin-left:-20px!important}.v-application--is-rtl .ms-n5{margin-right:-20px!important}.v-application--is-ltr .ms-n6{margin-left:-24px!important}.v-application--is-rtl .ms-n6{margin-right:-24px!important}.v-application--is-ltr .ms-n7{margin-left:-28px!important}.v-application--is-rtl .ms-n7{margin-right:-28px!important}.v-application--is-ltr .ms-n8{margin-left:-32px!important}.v-application--is-rtl .ms-n8{margin-right:-32px!important}.v-application--is-ltr .ms-n9{margin-left:-36px!important}.v-application--is-rtl .ms-n9{margin-right:-36px!important}.v-application--is-ltr .ms-n10{margin-left:-40px!important}.v-application--is-rtl .ms-n10{margin-right:-40px!important}.v-application--is-ltr .ms-n11{margin-left:-44px!important}.v-application--is-rtl .ms-n11{margin-right:-44px!important}.v-application--is-ltr .ms-n12{margin-left:-48px!important}.v-application--is-rtl .ms-n12{margin-right:-48px!important}.v-application--is-ltr .ms-n13{margin-left:-52px!important}.v-application--is-rtl .ms-n13{margin-right:-52px!important}.v-application--is-ltr .ms-n14{margin-left:-56px!important}.v-application--is-rtl .ms-n14{margin-right:-56px!important}.v-application--is-ltr .ms-n15{margin-left:-60px!important}.v-application--is-rtl .ms-n15{margin-right:-60px!important}.v-application--is-ltr .ms-n16{margin-left:-64px!important}.v-application--is-rtl .ms-n16{margin-right:-64px!important}.v-application--is-ltr .me-n1{margin-right:-4px!important}.v-application--is-rtl .me-n1{margin-left:-4px!important}.v-application--is-ltr .me-n2{margin-right:-8px!important}.v-application--is-rtl .me-n2{margin-left:-8px!important}.v-application--is-ltr .me-n3{margin-right:-12px!important}.v-application--is-rtl .me-n3{margin-left:-12px!important}.v-application--is-ltr .me-n4{margin-right:-16px!important}.v-application--is-rtl .me-n4{margin-left:-16px!important}.v-application--is-ltr .me-n5{margin-right:-20px!important}.v-application--is-rtl .me-n5{margin-left:-20px!important}.v-application--is-ltr .me-n6{margin-right:-24px!important}.v-application--is-rtl .me-n6{margin-left:-24px!important}.v-application--is-ltr .me-n7{margin-right:-28px!important}.v-application--is-rtl .me-n7{margin-left:-28px!important}.v-application--is-ltr .me-n8{margin-right:-32px!important}.v-application--is-rtl .me-n8{margin-left:-32px!important}.v-application--is-ltr .me-n9{margin-right:-36px!important}.v-application--is-rtl .me-n9{margin-left:-36px!important}.v-application--is-ltr .me-n10{margin-right:-40px!important}.v-application--is-rtl .me-n10{margin-left:-40px!important}.v-application--is-ltr .me-n11{margin-right:-44px!important}.v-application--is-rtl .me-n11{margin-left:-44px!important}.v-application--is-ltr .me-n12{margin-right:-48px!important}.v-application--is-rtl .me-n12{margin-left:-48px!important}.v-application--is-ltr .me-n13{margin-right:-52px!important}.v-application--is-rtl .me-n13{margin-left:-52px!important}.v-application--is-ltr .me-n14{margin-right:-56px!important}.v-application--is-rtl .me-n14{margin-left:-56px!important}.v-application--is-ltr .me-n15{margin-right:-60px!important}.v-application--is-rtl .me-n15{margin-left:-60px!important}.v-application--is-ltr .me-n16{margin-right:-64px!important}.v-application--is-rtl .me-n16{margin-left:-64px!important}.v-application .pa-0{padding:0!important}.v-application .pa-1{padding:4px!important}.v-application .pa-2{padding:8px!important}.v-application .pa-3{padding:12px!important}.v-application .pa-4{padding:16px!important}.v-application .pa-5{padding:20px!important}.v-application .pa-6{padding:24px!important}.v-application .pa-7{padding:28px!important}.v-application .pa-8{padding:32px!important}.v-application .pa-9{padding:36px!important}.v-application .pa-10{padding:40px!important}.v-application .pa-11{padding:44px!important}.v-application .pa-12{padding:48px!important}.v-application .pa-13{padding:52px!important}.v-application .pa-14{padding:56px!important}.v-application .pa-15{padding:60px!important}.v-application .pa-16{padding:64px!important}.v-application .px-0{padding-right:0!important;padding-left:0!important}.v-application .px-1{padding-right:4px!important;padding-left:4px!important}.v-application .px-2{padding-right:8px!important;padding-left:8px!important}.v-application .px-3{padding-right:12px!important;padding-left:12px!important}.v-application .px-4{padding-right:16px!important;padding-left:16px!important}.v-application .px-5{padding-right:20px!important;padding-left:20px!important}.v-application .px-6{padding-right:24px!important;padding-left:24px!important}.v-application .px-7{padding-right:28px!important;padding-left:28px!important}.v-application .px-8{padding-right:32px!important;padding-left:32px!important}.v-application .px-9{padding-right:36px!important;padding-left:36px!important}.v-application .px-10{padding-right:40px!important;padding-left:40px!important}.v-application .px-11{padding-right:44px!important;padding-left:44px!important}.v-application .px-12{padding-right:48px!important;padding-left:48px!important}.v-application .px-13{padding-right:52px!important;padding-left:52px!important}.v-application .px-14{padding-right:56px!important;padding-left:56px!important}.v-application .px-15{padding-right:60px!important;padding-left:60px!important}.v-application .px-16{padding-right:64px!important;padding-left:64px!important}.v-application .py-0{padding-top:0!important;padding-bottom:0!important}.v-application .py-1{padding-top:4px!important;padding-bottom:4px!important}.v-application .py-2{padding-top:8px!important;padding-bottom:8px!important}.v-application .py-3{padding-top:12px!important;padding-bottom:12px!important}.v-application .py-4{padding-top:16px!important;padding-bottom:16px!important}.v-application .py-5{padding-top:20px!important;padding-bottom:20px!important}.v-application .py-6{padding-top:24px!important;padding-bottom:24px!important}.v-application .py-7{padding-top:28px!important;padding-bottom:28px!important}.v-application .py-8{padding-top:32px!important;padding-bottom:32px!important}.v-application .py-9{padding-top:36px!important;padding-bottom:36px!important}.v-application .py-10{padding-top:40px!important;padding-bottom:40px!important}.v-application .py-11{padding-top:44px!important;padding-bottom:44px!important}.v-application .py-12{padding-top:48px!important;padding-bottom:48px!important}.v-application .py-13{padding-top:52px!important;padding-bottom:52px!important}.v-application .py-14{padding-top:56px!important;padding-bottom:56px!important}.v-application .py-15{padding-top:60px!important;padding-bottom:60px!important}.v-application .py-16{padding-top:64px!important;padding-bottom:64px!important}.v-application .pt-0{padding-top:0!important}.v-application .pt-1{padding-top:4px!important}.v-application .pt-2{padding-top:8px!important}.v-application .pt-3{padding-top:12px!important}.v-application .pt-4{padding-top:16px!important}.v-application .pt-5{padding-top:20px!important}.v-application .pt-6{padding-top:24px!important}.v-application .pt-7{padding-top:28px!important}.v-application .pt-8{padding-top:32px!important}.v-application .pt-9{padding-top:36px!important}.v-application .pt-10{padding-top:40px!important}.v-application .pt-11{padding-top:44px!important}.v-application .pt-12{padding-top:48px!important}.v-application .pt-13{padding-top:52px!important}.v-application .pt-14{padding-top:56px!important}.v-application .pt-15{padding-top:60px!important}.v-application .pt-16{padding-top:64px!important}.v-application .pr-0{padding-right:0!important}.v-application .pr-1{padding-right:4px!important}.v-application .pr-2{padding-right:8px!important}.v-application .pr-3{padding-right:12px!important}.v-application .pr-4{padding-right:16px!important}.v-application .pr-5{padding-right:20px!important}.v-application .pr-6{padding-right:24px!important}.v-application .pr-7{padding-right:28px!important}.v-application .pr-8{padding-right:32px!important}.v-application .pr-9{padding-right:36px!important}.v-application .pr-10{padding-right:40px!important}.v-application .pr-11{padding-right:44px!important}.v-application .pr-12{padding-right:48px!important}.v-application .pr-13{padding-right:52px!important}.v-application .pr-14{padding-right:56px!important}.v-application .pr-15{padding-right:60px!important}.v-application .pr-16{padding-right:64px!important}.v-application .pb-0{padding-bottom:0!important}.v-application .pb-1{padding-bottom:4px!important}.v-application .pb-2{padding-bottom:8px!important}.v-application .pb-3{padding-bottom:12px!important}.v-application .pb-4{padding-bottom:16px!important}.v-application .pb-5{padding-bottom:20px!important}.v-application .pb-6{padding-bottom:24px!important}.v-application .pb-7{padding-bottom:28px!important}.v-application .pb-8{padding-bottom:32px!important}.v-application .pb-9{padding-bottom:36px!important}.v-application .pb-10{padding-bottom:40px!important}.v-application .pb-11{padding-bottom:44px!important}.v-application .pb-12{padding-bottom:48px!important}.v-application .pb-13{padding-bottom:52px!important}.v-application .pb-14{padding-bottom:56px!important}.v-application .pb-15{padding-bottom:60px!important}.v-application .pb-16{padding-bottom:64px!important}.v-application .pl-0{padding-left:0!important}.v-application .pl-1{padding-left:4px!important}.v-application .pl-2{padding-left:8px!important}.v-application .pl-3{padding-left:12px!important}.v-application .pl-4{padding-left:16px!important}.v-application .pl-5{padding-left:20px!important}.v-application .pl-6{padding-left:24px!important}.v-application .pl-7{padding-left:28px!important}.v-application .pl-8{padding-left:32px!important}.v-application .pl-9{padding-left:36px!important}.v-application .pl-10{padding-left:40px!important}.v-application .pl-11{padding-left:44px!important}.v-application .pl-12{padding-left:48px!important}.v-application .pl-13{padding-left:52px!important}.v-application .pl-14{padding-left:56px!important}.v-application .pl-15{padding-left:60px!important}.v-application .pl-16{padding-left:64px!important}.v-application--is-ltr .ps-0{padding-left:0!important}.v-application--is-rtl .ps-0{padding-right:0!important}.v-application--is-ltr .ps-1{padding-left:4px!important}.v-application--is-rtl .ps-1{padding-right:4px!important}.v-application--is-ltr .ps-2{padding-left:8px!important}.v-application--is-rtl .ps-2{padding-right:8px!important}.v-application--is-ltr .ps-3{padding-left:12px!important}.v-application--is-rtl .ps-3{padding-right:12px!important}.v-application--is-ltr .ps-4{padding-left:16px!important}.v-application--is-rtl .ps-4{padding-right:16px!important}.v-application--is-ltr .ps-5{padding-left:20px!important}.v-application--is-rtl .ps-5{padding-right:20px!important}.v-application--is-ltr .ps-6{padding-left:24px!important}.v-application--is-rtl .ps-6{padding-right:24px!important}.v-application--is-ltr .ps-7{padding-left:28px!important}.v-application--is-rtl .ps-7{padding-right:28px!important}.v-application--is-ltr .ps-8{padding-left:32px!important}.v-application--is-rtl .ps-8{padding-right:32px!important}.v-application--is-ltr .ps-9{padding-left:36px!important}.v-application--is-rtl .ps-9{padding-right:36px!important}.v-application--is-ltr .ps-10{padding-left:40px!important}.v-application--is-rtl .ps-10{padding-right:40px!important}.v-application--is-ltr .ps-11{padding-left:44px!important}.v-application--is-rtl .ps-11{padding-right:44px!important}.v-application--is-ltr .ps-12{padding-left:48px!important}.v-application--is-rtl .ps-12{padding-right:48px!important}.v-application--is-ltr .ps-13{padding-left:52px!important}.v-application--is-rtl .ps-13{padding-right:52px!important}.v-application--is-ltr .ps-14{padding-left:56px!important}.v-application--is-rtl .ps-14{padding-right:56px!important}.v-application--is-ltr .ps-15{padding-left:60px!important}.v-application--is-rtl .ps-15{padding-right:60px!important}.v-application--is-ltr .ps-16{padding-left:64px!important}.v-application--is-rtl .ps-16{padding-right:64px!important}.v-application--is-ltr .pe-0{padding-right:0!important}.v-application--is-rtl .pe-0{padding-left:0!important}.v-application--is-ltr .pe-1{padding-right:4px!important}.v-application--is-rtl .pe-1{padding-left:4px!important}.v-application--is-ltr .pe-2{padding-right:8px!important}.v-application--is-rtl .pe-2{padding-left:8px!important}.v-application--is-ltr .pe-3{padding-right:12px!important}.v-application--is-rtl .pe-3{padding-left:12px!important}.v-application--is-ltr .pe-4{padding-right:16px!important}.v-application--is-rtl .pe-4{padding-left:16px!important}.v-application--is-ltr .pe-5{padding-right:20px!important}.v-application--is-rtl .pe-5{padding-left:20px!important}.v-application--is-ltr .pe-6{padding-right:24px!important}.v-application--is-rtl .pe-6{padding-left:24px!important}.v-application--is-ltr .pe-7{padding-right:28px!important}.v-application--is-rtl .pe-7{padding-left:28px!important}.v-application--is-ltr .pe-8{padding-right:32px!important}.v-application--is-rtl .pe-8{padding-left:32px!important}.v-application--is-ltr .pe-9{padding-right:36px!important}.v-application--is-rtl .pe-9{padding-left:36px!important}.v-application--is-ltr .pe-10{padding-right:40px!important}.v-application--is-rtl .pe-10{padding-left:40px!important}.v-application--is-ltr .pe-11{padding-right:44px!important}.v-application--is-rtl .pe-11{padding-left:44px!important}.v-application--is-ltr .pe-12{padding-right:48px!important}.v-application--is-rtl .pe-12{padding-left:48px!important}.v-application--is-ltr .pe-13{padding-right:52px!important}.v-application--is-rtl .pe-13{padding-left:52px!important}.v-application--is-ltr .pe-14{padding-right:56px!important}.v-application--is-rtl .pe-14{padding-left:56px!important}.v-application--is-ltr .pe-15{padding-right:60px!important}.v-application--is-rtl .pe-15{padding-left:60px!important}.v-application--is-ltr .pe-16{padding-right:64px!important}.v-application--is-rtl .pe-16{padding-left:64px!important}.v-application .rounded-0{border-radius:0!important}.v-application .rounded-sm{border-radius:2px!important}.v-application .rounded{border-radius:4px!important}.v-application .rounded-lg{border-radius:8px!important}.v-application .rounded-xl{border-radius:16px!important}.v-application .rounded-xxl{border-radius:24px!important}.v-application .rounded-pill{border-radius:9999px!important}.v-application .rounded-circle{border-radius:50%!important}.v-application .rounded-t-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.v-application .rounded-t-sm{border-top-left-radius:2px!important;border-top-right-radius:2px!important}.v-application .rounded-t{border-top-left-radius:4px!important;border-top-right-radius:4px!important}.v-application .rounded-t-lg{border-top-left-radius:8px!important;border-top-right-radius:8px!important}.v-application .rounded-t-xl{border-top-left-radius:16px!important;border-top-right-radius:16px!important}.v-application .rounded-t-xxl{border-top-left-radius:24px!important;border-top-right-radius:24px!important}.v-application .rounded-t-pill{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.v-application .rounded-t-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.v-application .rounded-r-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.v-application .rounded-r-sm{border-top-right-radius:2px!important;border-bottom-right-radius:2px!important}.v-application .rounded-r{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-application .rounded-r-lg{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.v-application .rounded-r-xl{border-top-right-radius:16px!important;border-bottom-right-radius:16px!important}.v-application .rounded-r-xxl{border-top-right-radius:24px!important;border-bottom-right-radius:24px!important}.v-application .rounded-r-pill{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-application .rounded-r-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.v-application .rounded-b-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.v-application .rounded-b-sm{border-bottom-left-radius:2px!important;border-bottom-right-radius:2px!important}.v-application .rounded-b{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important}.v-application .rounded-b-lg{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important}.v-application .rounded-b-xl{border-bottom-left-radius:16px!important;border-bottom-right-radius:16px!important}.v-application .rounded-b-xxl{border-bottom-left-radius:24px!important;border-bottom-right-radius:24px!important}.v-application .rounded-b-pill{border-bottom-left-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-application .rounded-b-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.v-application .rounded-l-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.v-application .rounded-l-sm{border-top-left-radius:2px!important;border-bottom-left-radius:2px!important}.v-application .rounded-l{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-application .rounded-l-lg{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.v-application .rounded-l-xl{border-top-left-radius:16px!important;border-bottom-left-radius:16px!important}.v-application .rounded-l-xxl{border-top-left-radius:24px!important;border-bottom-left-radius:24px!important}.v-application .rounded-l-pill{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.v-application .rounded-l-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.v-application .rounded-tl-0{border-top-left-radius:0!important}.v-application .rounded-tl-sm{border-top-left-radius:2px!important}.v-application .rounded-tl{border-top-left-radius:4px!important}.v-application .rounded-tl-lg{border-top-left-radius:8px!important}.v-application .rounded-tl-xl{border-top-left-radius:16px!important}.v-application .rounded-tl-xxl{border-top-left-radius:24px!important}.v-application .rounded-tl-pill{border-top-left-radius:9999px!important}.v-application .rounded-tl-circle{border-top-left-radius:50%!important}.v-application .rounded-tr-0{border-top-right-radius:0!important}.v-application .rounded-tr-sm{border-top-right-radius:2px!important}.v-application .rounded-tr{border-top-right-radius:4px!important}.v-application .rounded-tr-lg{border-top-right-radius:8px!important}.v-application .rounded-tr-xl{border-top-right-radius:16px!important}.v-application .rounded-tr-xxl{border-top-right-radius:24px!important}.v-application .rounded-tr-pill{border-top-right-radius:9999px!important}.v-application .rounded-tr-circle{border-top-right-radius:50%!important}.v-application .rounded-br-0{border-bottom-right-radius:0!important}.v-application .rounded-br-sm{border-bottom-right-radius:2px!important}.v-application .rounded-br{border-bottom-right-radius:4px!important}.v-application .rounded-br-lg{border-bottom-right-radius:8px!important}.v-application .rounded-br-xl{border-bottom-right-radius:16px!important}.v-application .rounded-br-xxl{border-bottom-right-radius:24px!important}.v-application .rounded-br-pill{border-bottom-right-radius:9999px!important}.v-application .rounded-br-circle{border-bottom-right-radius:50%!important}.v-application .rounded-bl-0{border-bottom-left-radius:0!important}.v-application .rounded-bl-sm{border-bottom-left-radius:2px!important}.v-application .rounded-bl{border-bottom-left-radius:4px!important}.v-application .rounded-bl-lg{border-bottom-left-radius:8px!important}.v-application .rounded-bl-xl{border-bottom-left-radius:16px!important}.v-application .rounded-bl-xxl{border-bottom-left-radius:24px!important}.v-application .rounded-bl-pill{border-bottom-left-radius:9999px!important}.v-application .rounded-bl-circle{border-bottom-left-radius:50%!important}.v-application .text-left{text-align:left!important}.v-application .text-right{text-align:right!important}.v-application .text-center{text-align:center!important}.v-application .text-justify{text-align:justify!important}.v-application .text-start{text-align:start!important}.v-application .text-end{text-align:end!important}.v-application .text-decoration-line-through{text-decoration:line-through!important}.v-application .text-decoration-none{text-decoration:none!important}.v-application .text-decoration-overline{text-decoration:overline!important}.v-application .text-decoration-underline{text-decoration:underline!important}.v-application .text-wrap{white-space:normal!important}.v-application .text-no-wrap{white-space:nowrap!important}.v-application .text-pre{white-space:pre!important}.v-application .text-pre-line{white-space:pre-line!important}.v-application .text-pre-wrap{white-space:pre-wrap!important}.v-application .text-break{overflow-wrap:break-word!important;word-break:break-word!important}.v-application .text-truncate{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.v-application .text-none{text-transform:none!important}.v-application .text-capitalize{text-transform:capitalize!important}.v-application .text-lowercase{text-transform:lowercase!important}.v-application .text-uppercase{text-transform:uppercase!important}.v-application .text-h1{font-size:6rem!important;line-height:6rem;letter-spacing:-.015625em!important}.v-application .text-h1,.v-application .text-h2{font-weight:300;font-family:Roboto,sans-serif!important}.v-application .text-h2{font-size:3.75rem!important;line-height:3.75rem;letter-spacing:-.0083333333em!important}.v-application .text-h3{font-size:3rem!important;line-height:3.125rem;letter-spacing:normal!important}.v-application .text-h3,.v-application .text-h4{font-weight:400;font-family:Roboto,sans-serif!important}.v-application .text-h4{font-size:2.125rem!important;line-height:2.5rem;letter-spacing:.0073529412em!important}.v-application .text-h5{font-size:1.5rem!important;font-weight:400;letter-spacing:normal!important}.v-application .text-h5,.v-application .text-h6{line-height:2rem;font-family:Roboto,sans-serif!important}.v-application .text-h6{font-size:1.25rem!important;font-weight:500;letter-spacing:.0125em!important}.v-application .text-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important}.v-application .text-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important}.v-application .text-body-1{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important}.v-application .text-body-2{font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important}.v-application .text-body-2,.v-application .text-button{font-size:.875rem!important;font-family:Roboto,sans-serif!important}.v-application .text-button{font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;text-transform:uppercase!important}.v-application .text-caption{font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important}.v-application .text-caption,.v-application .text-overline{font-size:.75rem!important;font-family:Roboto,sans-serif!important}.v-application .text-overline{font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;text-transform:uppercase!important}@media(min-width:600px){.v-application .d-sm-none{display:none!important}.v-application .d-sm-inline{display:inline!important}.v-application .d-sm-inline-block{display:inline-block!important}.v-application .d-sm-block{display:block!important}.v-application .d-sm-table{display:table!important}.v-application .d-sm-table-row{display:table-row!important}.v-application .d-sm-table-cell{display:table-cell!important}.v-application .d-sm-flex{display:flex!important}.v-application .d-sm-inline-flex{display:inline-flex!important}.v-application .float-sm-none{float:none!important}.v-application .float-sm-left{float:left!important}.v-application .float-sm-right{float:right!important}.v-application--is-rtl .float-sm-end{float:left!important}.v-application--is-ltr .float-sm-end,.v-application--is-rtl .float-sm-start{float:right!important}.v-application--is-ltr .float-sm-start{float:left!important}.v-application .flex-sm-fill{flex:1 1 auto!important}.v-application .flex-sm-row{flex-direction:row!important}.v-application .flex-sm-column{flex-direction:column!important}.v-application .flex-sm-row-reverse{flex-direction:row-reverse!important}.v-application .flex-sm-column-reverse{flex-direction:column-reverse!important}.v-application .flex-sm-grow-0{flex-grow:0!important}.v-application .flex-sm-grow-1{flex-grow:1!important}.v-application .flex-sm-shrink-0{flex-shrink:0!important}.v-application .flex-sm-shrink-1{flex-shrink:1!important}.v-application .flex-sm-wrap{flex-wrap:wrap!important}.v-application .flex-sm-nowrap{flex-wrap:nowrap!important}.v-application .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.v-application .justify-sm-start{justify-content:flex-start!important}.v-application .justify-sm-end{justify-content:flex-end!important}.v-application .justify-sm-center{justify-content:center!important}.v-application .justify-sm-space-between{justify-content:space-between!important}.v-application .justify-sm-space-around{justify-content:space-around!important}.v-application .align-sm-start{align-items:flex-start!important}.v-application .align-sm-end{align-items:flex-end!important}.v-application .align-sm-center{align-items:center!important}.v-application .align-sm-baseline{align-items:baseline!important}.v-application .align-sm-stretch{align-items:stretch!important}.v-application .align-content-sm-start{align-content:flex-start!important}.v-application .align-content-sm-end{align-content:flex-end!important}.v-application .align-content-sm-center{align-content:center!important}.v-application .align-content-sm-space-between{align-content:space-between!important}.v-application .align-content-sm-space-around{align-content:space-around!important}.v-application .align-content-sm-stretch{align-content:stretch!important}.v-application .align-self-sm-auto{align-self:auto!important}.v-application .align-self-sm-start{align-self:flex-start!important}.v-application .align-self-sm-end{align-self:flex-end!important}.v-application .align-self-sm-center{align-self:center!important}.v-application .align-self-sm-baseline{align-self:baseline!important}.v-application .align-self-sm-stretch{align-self:stretch!important}.v-application .order-sm-first{order:-1!important}.v-application .order-sm-0{order:0!important}.v-application .order-sm-1{order:1!important}.v-application .order-sm-2{order:2!important}.v-application .order-sm-3{order:3!important}.v-application .order-sm-4{order:4!important}.v-application .order-sm-5{order:5!important}.v-application .order-sm-6{order:6!important}.v-application .order-sm-7{order:7!important}.v-application .order-sm-8{order:8!important}.v-application .order-sm-9{order:9!important}.v-application .order-sm-10{order:10!important}.v-application .order-sm-11{order:11!important}.v-application .order-sm-12{order:12!important}.v-application .order-sm-last{order:13!important}.v-application .ma-sm-0{margin:0!important}.v-application .ma-sm-1{margin:4px!important}.v-application .ma-sm-2{margin:8px!important}.v-application .ma-sm-3{margin:12px!important}.v-application .ma-sm-4{margin:16px!important}.v-application .ma-sm-5{margin:20px!important}.v-application .ma-sm-6{margin:24px!important}.v-application .ma-sm-7{margin:28px!important}.v-application .ma-sm-8{margin:32px!important}.v-application .ma-sm-9{margin:36px!important}.v-application .ma-sm-10{margin:40px!important}.v-application .ma-sm-11{margin:44px!important}.v-application .ma-sm-12{margin:48px!important}.v-application .ma-sm-13{margin:52px!important}.v-application .ma-sm-14{margin:56px!important}.v-application .ma-sm-15{margin:60px!important}.v-application .ma-sm-16{margin:64px!important}.v-application .ma-sm-auto{margin:auto!important}.v-application .mx-sm-0{margin-right:0!important;margin-left:0!important}.v-application .mx-sm-1{margin-right:4px!important;margin-left:4px!important}.v-application .mx-sm-2{margin-right:8px!important;margin-left:8px!important}.v-application .mx-sm-3{margin-right:12px!important;margin-left:12px!important}.v-application .mx-sm-4{margin-right:16px!important;margin-left:16px!important}.v-application .mx-sm-5{margin-right:20px!important;margin-left:20px!important}.v-application .mx-sm-6{margin-right:24px!important;margin-left:24px!important}.v-application .mx-sm-7{margin-right:28px!important;margin-left:28px!important}.v-application .mx-sm-8{margin-right:32px!important;margin-left:32px!important}.v-application .mx-sm-9{margin-right:36px!important;margin-left:36px!important}.v-application .mx-sm-10{margin-right:40px!important;margin-left:40px!important}.v-application .mx-sm-11{margin-right:44px!important;margin-left:44px!important}.v-application .mx-sm-12{margin-right:48px!important;margin-left:48px!important}.v-application .mx-sm-13{margin-right:52px!important;margin-left:52px!important}.v-application .mx-sm-14{margin-right:56px!important;margin-left:56px!important}.v-application .mx-sm-15{margin-right:60px!important;margin-left:60px!important}.v-application .mx-sm-16{margin-right:64px!important;margin-left:64px!important}.v-application .mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.v-application .my-sm-0{margin-top:0!important;margin-bottom:0!important}.v-application .my-sm-1{margin-top:4px!important;margin-bottom:4px!important}.v-application .my-sm-2{margin-top:8px!important;margin-bottom:8px!important}.v-application .my-sm-3{margin-top:12px!important;margin-bottom:12px!important}.v-application .my-sm-4{margin-top:16px!important;margin-bottom:16px!important}.v-application .my-sm-5{margin-top:20px!important;margin-bottom:20px!important}.v-application .my-sm-6{margin-top:24px!important;margin-bottom:24px!important}.v-application .my-sm-7{margin-top:28px!important;margin-bottom:28px!important}.v-application .my-sm-8{margin-top:32px!important;margin-bottom:32px!important}.v-application .my-sm-9{margin-top:36px!important;margin-bottom:36px!important}.v-application .my-sm-10{margin-top:40px!important;margin-bottom:40px!important}.v-application .my-sm-11{margin-top:44px!important;margin-bottom:44px!important}.v-application .my-sm-12{margin-top:48px!important;margin-bottom:48px!important}.v-application .my-sm-13{margin-top:52px!important;margin-bottom:52px!important}.v-application .my-sm-14{margin-top:56px!important;margin-bottom:56px!important}.v-application .my-sm-15{margin-top:60px!important;margin-bottom:60px!important}.v-application .my-sm-16{margin-top:64px!important;margin-bottom:64px!important}.v-application .my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.v-application .mt-sm-0{margin-top:0!important}.v-application .mt-sm-1{margin-top:4px!important}.v-application .mt-sm-2{margin-top:8px!important}.v-application .mt-sm-3{margin-top:12px!important}.v-application .mt-sm-4{margin-top:16px!important}.v-application .mt-sm-5{margin-top:20px!important}.v-application .mt-sm-6{margin-top:24px!important}.v-application .mt-sm-7{margin-top:28px!important}.v-application .mt-sm-8{margin-top:32px!important}.v-application .mt-sm-9{margin-top:36px!important}.v-application .mt-sm-10{margin-top:40px!important}.v-application .mt-sm-11{margin-top:44px!important}.v-application .mt-sm-12{margin-top:48px!important}.v-application .mt-sm-13{margin-top:52px!important}.v-application .mt-sm-14{margin-top:56px!important}.v-application .mt-sm-15{margin-top:60px!important}.v-application .mt-sm-16{margin-top:64px!important}.v-application .mt-sm-auto{margin-top:auto!important}.v-application .mr-sm-0{margin-right:0!important}.v-application .mr-sm-1{margin-right:4px!important}.v-application .mr-sm-2{margin-right:8px!important}.v-application .mr-sm-3{margin-right:12px!important}.v-application .mr-sm-4{margin-right:16px!important}.v-application .mr-sm-5{margin-right:20px!important}.v-application .mr-sm-6{margin-right:24px!important}.v-application .mr-sm-7{margin-right:28px!important}.v-application .mr-sm-8{margin-right:32px!important}.v-application .mr-sm-9{margin-right:36px!important}.v-application .mr-sm-10{margin-right:40px!important}.v-application .mr-sm-11{margin-right:44px!important}.v-application .mr-sm-12{margin-right:48px!important}.v-application .mr-sm-13{margin-right:52px!important}.v-application .mr-sm-14{margin-right:56px!important}.v-application .mr-sm-15{margin-right:60px!important}.v-application .mr-sm-16{margin-right:64px!important}.v-application .mr-sm-auto{margin-right:auto!important}.v-application .mb-sm-0{margin-bottom:0!important}.v-application .mb-sm-1{margin-bottom:4px!important}.v-application .mb-sm-2{margin-bottom:8px!important}.v-application .mb-sm-3{margin-bottom:12px!important}.v-application .mb-sm-4{margin-bottom:16px!important}.v-application .mb-sm-5{margin-bottom:20px!important}.v-application .mb-sm-6{margin-bottom:24px!important}.v-application .mb-sm-7{margin-bottom:28px!important}.v-application .mb-sm-8{margin-bottom:32px!important}.v-application .mb-sm-9{margin-bottom:36px!important}.v-application .mb-sm-10{margin-bottom:40px!important}.v-application .mb-sm-11{margin-bottom:44px!important}.v-application .mb-sm-12{margin-bottom:48px!important}.v-application .mb-sm-13{margin-bottom:52px!important}.v-application .mb-sm-14{margin-bottom:56px!important}.v-application .mb-sm-15{margin-bottom:60px!important}.v-application .mb-sm-16{margin-bottom:64px!important}.v-application .mb-sm-auto{margin-bottom:auto!important}.v-application .ml-sm-0{margin-left:0!important}.v-application .ml-sm-1{margin-left:4px!important}.v-application .ml-sm-2{margin-left:8px!important}.v-application .ml-sm-3{margin-left:12px!important}.v-application .ml-sm-4{margin-left:16px!important}.v-application .ml-sm-5{margin-left:20px!important}.v-application .ml-sm-6{margin-left:24px!important}.v-application .ml-sm-7{margin-left:28px!important}.v-application .ml-sm-8{margin-left:32px!important}.v-application .ml-sm-9{margin-left:36px!important}.v-application .ml-sm-10{margin-left:40px!important}.v-application .ml-sm-11{margin-left:44px!important}.v-application .ml-sm-12{margin-left:48px!important}.v-application .ml-sm-13{margin-left:52px!important}.v-application .ml-sm-14{margin-left:56px!important}.v-application .ml-sm-15{margin-left:60px!important}.v-application .ml-sm-16{margin-left:64px!important}.v-application .ml-sm-auto{margin-left:auto!important}.v-application--is-ltr .ms-sm-0{margin-left:0!important}.v-application--is-rtl .ms-sm-0{margin-right:0!important}.v-application--is-ltr .ms-sm-1{margin-left:4px!important}.v-application--is-rtl .ms-sm-1{margin-right:4px!important}.v-application--is-ltr .ms-sm-2{margin-left:8px!important}.v-application--is-rtl .ms-sm-2{margin-right:8px!important}.v-application--is-ltr .ms-sm-3{margin-left:12px!important}.v-application--is-rtl .ms-sm-3{margin-right:12px!important}.v-application--is-ltr .ms-sm-4{margin-left:16px!important}.v-application--is-rtl .ms-sm-4{margin-right:16px!important}.v-application--is-ltr .ms-sm-5{margin-left:20px!important}.v-application--is-rtl .ms-sm-5{margin-right:20px!important}.v-application--is-ltr .ms-sm-6{margin-left:24px!important}.v-application--is-rtl .ms-sm-6{margin-right:24px!important}.v-application--is-ltr .ms-sm-7{margin-left:28px!important}.v-application--is-rtl .ms-sm-7{margin-right:28px!important}.v-application--is-ltr .ms-sm-8{margin-left:32px!important}.v-application--is-rtl .ms-sm-8{margin-right:32px!important}.v-application--is-ltr .ms-sm-9{margin-left:36px!important}.v-application--is-rtl .ms-sm-9{margin-right:36px!important}.v-application--is-ltr .ms-sm-10{margin-left:40px!important}.v-application--is-rtl .ms-sm-10{margin-right:40px!important}.v-application--is-ltr .ms-sm-11{margin-left:44px!important}.v-application--is-rtl .ms-sm-11{margin-right:44px!important}.v-application--is-ltr .ms-sm-12{margin-left:48px!important}.v-application--is-rtl .ms-sm-12{margin-right:48px!important}.v-application--is-ltr .ms-sm-13{margin-left:52px!important}.v-application--is-rtl .ms-sm-13{margin-right:52px!important}.v-application--is-ltr .ms-sm-14{margin-left:56px!important}.v-application--is-rtl .ms-sm-14{margin-right:56px!important}.v-application--is-ltr .ms-sm-15{margin-left:60px!important}.v-application--is-rtl .ms-sm-15{margin-right:60px!important}.v-application--is-ltr .ms-sm-16{margin-left:64px!important}.v-application--is-rtl .ms-sm-16{margin-right:64px!important}.v-application--is-ltr .ms-sm-auto{margin-left:auto!important}.v-application--is-rtl .ms-sm-auto{margin-right:auto!important}.v-application--is-ltr .me-sm-0{margin-right:0!important}.v-application--is-rtl .me-sm-0{margin-left:0!important}.v-application--is-ltr .me-sm-1{margin-right:4px!important}.v-application--is-rtl .me-sm-1{margin-left:4px!important}.v-application--is-ltr .me-sm-2{margin-right:8px!important}.v-application--is-rtl .me-sm-2{margin-left:8px!important}.v-application--is-ltr .me-sm-3{margin-right:12px!important}.v-application--is-rtl .me-sm-3{margin-left:12px!important}.v-application--is-ltr .me-sm-4{margin-right:16px!important}.v-application--is-rtl .me-sm-4{margin-left:16px!important}.v-application--is-ltr .me-sm-5{margin-right:20px!important}.v-application--is-rtl .me-sm-5{margin-left:20px!important}.v-application--is-ltr .me-sm-6{margin-right:24px!important}.v-application--is-rtl .me-sm-6{margin-left:24px!important}.v-application--is-ltr .me-sm-7{margin-right:28px!important}.v-application--is-rtl .me-sm-7{margin-left:28px!important}.v-application--is-ltr .me-sm-8{margin-right:32px!important}.v-application--is-rtl .me-sm-8{margin-left:32px!important}.v-application--is-ltr .me-sm-9{margin-right:36px!important}.v-application--is-rtl .me-sm-9{margin-left:36px!important}.v-application--is-ltr .me-sm-10{margin-right:40px!important}.v-application--is-rtl .me-sm-10{margin-left:40px!important}.v-application--is-ltr .me-sm-11{margin-right:44px!important}.v-application--is-rtl .me-sm-11{margin-left:44px!important}.v-application--is-ltr .me-sm-12{margin-right:48px!important}.v-application--is-rtl .me-sm-12{margin-left:48px!important}.v-application--is-ltr .me-sm-13{margin-right:52px!important}.v-application--is-rtl .me-sm-13{margin-left:52px!important}.v-application--is-ltr .me-sm-14{margin-right:56px!important}.v-application--is-rtl .me-sm-14{margin-left:56px!important}.v-application--is-ltr .me-sm-15{margin-right:60px!important}.v-application--is-rtl .me-sm-15{margin-left:60px!important}.v-application--is-ltr .me-sm-16{margin-right:64px!important}.v-application--is-rtl .me-sm-16{margin-left:64px!important}.v-application--is-ltr .me-sm-auto{margin-right:auto!important}.v-application--is-rtl .me-sm-auto{margin-left:auto!important}.v-application .ma-sm-n1{margin:-4px!important}.v-application .ma-sm-n2{margin:-8px!important}.v-application .ma-sm-n3{margin:-12px!important}.v-application .ma-sm-n4{margin:-16px!important}.v-application .ma-sm-n5{margin:-20px!important}.v-application .ma-sm-n6{margin:-24px!important}.v-application .ma-sm-n7{margin:-28px!important}.v-application .ma-sm-n8{margin:-32px!important}.v-application .ma-sm-n9{margin:-36px!important}.v-application .ma-sm-n10{margin:-40px!important}.v-application .ma-sm-n11{margin:-44px!important}.v-application .ma-sm-n12{margin:-48px!important}.v-application .ma-sm-n13{margin:-52px!important}.v-application .ma-sm-n14{margin:-56px!important}.v-application .ma-sm-n15{margin:-60px!important}.v-application .ma-sm-n16{margin:-64px!important}.v-application .mx-sm-n1{margin-right:-4px!important;margin-left:-4px!important}.v-application .mx-sm-n2{margin-right:-8px!important;margin-left:-8px!important}.v-application .mx-sm-n3{margin-right:-12px!important;margin-left:-12px!important}.v-application .mx-sm-n4{margin-right:-16px!important;margin-left:-16px!important}.v-application .mx-sm-n5{margin-right:-20px!important;margin-left:-20px!important}.v-application .mx-sm-n6{margin-right:-24px!important;margin-left:-24px!important}.v-application .mx-sm-n7{margin-right:-28px!important;margin-left:-28px!important}.v-application .mx-sm-n8{margin-right:-32px!important;margin-left:-32px!important}.v-application .mx-sm-n9{margin-right:-36px!important;margin-left:-36px!important}.v-application .mx-sm-n10{margin-right:-40px!important;margin-left:-40px!important}.v-application .mx-sm-n11{margin-right:-44px!important;margin-left:-44px!important}.v-application .mx-sm-n12{margin-right:-48px!important;margin-left:-48px!important}.v-application .mx-sm-n13{margin-right:-52px!important;margin-left:-52px!important}.v-application .mx-sm-n14{margin-right:-56px!important;margin-left:-56px!important}.v-application .mx-sm-n15{margin-right:-60px!important;margin-left:-60px!important}.v-application .mx-sm-n16{margin-right:-64px!important;margin-left:-64px!important}.v-application .my-sm-n1{margin-top:-4px!important;margin-bottom:-4px!important}.v-application .my-sm-n2{margin-top:-8px!important;margin-bottom:-8px!important}.v-application .my-sm-n3{margin-top:-12px!important;margin-bottom:-12px!important}.v-application .my-sm-n4{margin-top:-16px!important;margin-bottom:-16px!important}.v-application .my-sm-n5{margin-top:-20px!important;margin-bottom:-20px!important}.v-application .my-sm-n6{margin-top:-24px!important;margin-bottom:-24px!important}.v-application .my-sm-n7{margin-top:-28px!important;margin-bottom:-28px!important}.v-application .my-sm-n8{margin-top:-32px!important;margin-bottom:-32px!important}.v-application .my-sm-n9{margin-top:-36px!important;margin-bottom:-36px!important}.v-application .my-sm-n10{margin-top:-40px!important;margin-bottom:-40px!important}.v-application .my-sm-n11{margin-top:-44px!important;margin-bottom:-44px!important}.v-application .my-sm-n12{margin-top:-48px!important;margin-bottom:-48px!important}.v-application .my-sm-n13{margin-top:-52px!important;margin-bottom:-52px!important}.v-application .my-sm-n14{margin-top:-56px!important;margin-bottom:-56px!important}.v-application .my-sm-n15{margin-top:-60px!important;margin-bottom:-60px!important}.v-application .my-sm-n16{margin-top:-64px!important;margin-bottom:-64px!important}.v-application .mt-sm-n1{margin-top:-4px!important}.v-application .mt-sm-n2{margin-top:-8px!important}.v-application .mt-sm-n3{margin-top:-12px!important}.v-application .mt-sm-n4{margin-top:-16px!important}.v-application .mt-sm-n5{margin-top:-20px!important}.v-application .mt-sm-n6{margin-top:-24px!important}.v-application .mt-sm-n7{margin-top:-28px!important}.v-application .mt-sm-n8{margin-top:-32px!important}.v-application .mt-sm-n9{margin-top:-36px!important}.v-application .mt-sm-n10{margin-top:-40px!important}.v-application .mt-sm-n11{margin-top:-44px!important}.v-application .mt-sm-n12{margin-top:-48px!important}.v-application .mt-sm-n13{margin-top:-52px!important}.v-application .mt-sm-n14{margin-top:-56px!important}.v-application .mt-sm-n15{margin-top:-60px!important}.v-application .mt-sm-n16{margin-top:-64px!important}.v-application .mr-sm-n1{margin-right:-4px!important}.v-application .mr-sm-n2{margin-right:-8px!important}.v-application .mr-sm-n3{margin-right:-12px!important}.v-application .mr-sm-n4{margin-right:-16px!important}.v-application .mr-sm-n5{margin-right:-20px!important}.v-application .mr-sm-n6{margin-right:-24px!important}.v-application .mr-sm-n7{margin-right:-28px!important}.v-application .mr-sm-n8{margin-right:-32px!important}.v-application .mr-sm-n9{margin-right:-36px!important}.v-application .mr-sm-n10{margin-right:-40px!important}.v-application .mr-sm-n11{margin-right:-44px!important}.v-application .mr-sm-n12{margin-right:-48px!important}.v-application .mr-sm-n13{margin-right:-52px!important}.v-application .mr-sm-n14{margin-right:-56px!important}.v-application .mr-sm-n15{margin-right:-60px!important}.v-application .mr-sm-n16{margin-right:-64px!important}.v-application .mb-sm-n1{margin-bottom:-4px!important}.v-application .mb-sm-n2{margin-bottom:-8px!important}.v-application .mb-sm-n3{margin-bottom:-12px!important}.v-application .mb-sm-n4{margin-bottom:-16px!important}.v-application .mb-sm-n5{margin-bottom:-20px!important}.v-application .mb-sm-n6{margin-bottom:-24px!important}.v-application .mb-sm-n7{margin-bottom:-28px!important}.v-application .mb-sm-n8{margin-bottom:-32px!important}.v-application .mb-sm-n9{margin-bottom:-36px!important}.v-application .mb-sm-n10{margin-bottom:-40px!important}.v-application .mb-sm-n11{margin-bottom:-44px!important}.v-application .mb-sm-n12{margin-bottom:-48px!important}.v-application .mb-sm-n13{margin-bottom:-52px!important}.v-application .mb-sm-n14{margin-bottom:-56px!important}.v-application .mb-sm-n15{margin-bottom:-60px!important}.v-application .mb-sm-n16{margin-bottom:-64px!important}.v-application .ml-sm-n1{margin-left:-4px!important}.v-application .ml-sm-n2{margin-left:-8px!important}.v-application .ml-sm-n3{margin-left:-12px!important}.v-application .ml-sm-n4{margin-left:-16px!important}.v-application .ml-sm-n5{margin-left:-20px!important}.v-application .ml-sm-n6{margin-left:-24px!important}.v-application .ml-sm-n7{margin-left:-28px!important}.v-application .ml-sm-n8{margin-left:-32px!important}.v-application .ml-sm-n9{margin-left:-36px!important}.v-application .ml-sm-n10{margin-left:-40px!important}.v-application .ml-sm-n11{margin-left:-44px!important}.v-application .ml-sm-n12{margin-left:-48px!important}.v-application .ml-sm-n13{margin-left:-52px!important}.v-application .ml-sm-n14{margin-left:-56px!important}.v-application .ml-sm-n15{margin-left:-60px!important}.v-application .ml-sm-n16{margin-left:-64px!important}.v-application--is-ltr .ms-sm-n1{margin-left:-4px!important}.v-application--is-rtl .ms-sm-n1{margin-right:-4px!important}.v-application--is-ltr .ms-sm-n2{margin-left:-8px!important}.v-application--is-rtl .ms-sm-n2{margin-right:-8px!important}.v-application--is-ltr .ms-sm-n3{margin-left:-12px!important}.v-application--is-rtl .ms-sm-n3{margin-right:-12px!important}.v-application--is-ltr .ms-sm-n4{margin-left:-16px!important}.v-application--is-rtl .ms-sm-n4{margin-right:-16px!important}.v-application--is-ltr .ms-sm-n5{margin-left:-20px!important}.v-application--is-rtl .ms-sm-n5{margin-right:-20px!important}.v-application--is-ltr .ms-sm-n6{margin-left:-24px!important}.v-application--is-rtl .ms-sm-n6{margin-right:-24px!important}.v-application--is-ltr .ms-sm-n7{margin-left:-28px!important}.v-application--is-rtl .ms-sm-n7{margin-right:-28px!important}.v-application--is-ltr .ms-sm-n8{margin-left:-32px!important}.v-application--is-rtl .ms-sm-n8{margin-right:-32px!important}.v-application--is-ltr .ms-sm-n9{margin-left:-36px!important}.v-application--is-rtl .ms-sm-n9{margin-right:-36px!important}.v-application--is-ltr .ms-sm-n10{margin-left:-40px!important}.v-application--is-rtl .ms-sm-n10{margin-right:-40px!important}.v-application--is-ltr .ms-sm-n11{margin-left:-44px!important}.v-application--is-rtl .ms-sm-n11{margin-right:-44px!important}.v-application--is-ltr .ms-sm-n12{margin-left:-48px!important}.v-application--is-rtl .ms-sm-n12{margin-right:-48px!important}.v-application--is-ltr .ms-sm-n13{margin-left:-52px!important}.v-application--is-rtl .ms-sm-n13{margin-right:-52px!important}.v-application--is-ltr .ms-sm-n14{margin-left:-56px!important}.v-application--is-rtl .ms-sm-n14{margin-right:-56px!important}.v-application--is-ltr .ms-sm-n15{margin-left:-60px!important}.v-application--is-rtl .ms-sm-n15{margin-right:-60px!important}.v-application--is-ltr .ms-sm-n16{margin-left:-64px!important}.v-application--is-rtl .ms-sm-n16{margin-right:-64px!important}.v-application--is-ltr .me-sm-n1{margin-right:-4px!important}.v-application--is-rtl .me-sm-n1{margin-left:-4px!important}.v-application--is-ltr .me-sm-n2{margin-right:-8px!important}.v-application--is-rtl .me-sm-n2{margin-left:-8px!important}.v-application--is-ltr .me-sm-n3{margin-right:-12px!important}.v-application--is-rtl .me-sm-n3{margin-left:-12px!important}.v-application--is-ltr .me-sm-n4{margin-right:-16px!important}.v-application--is-rtl .me-sm-n4{margin-left:-16px!important}.v-application--is-ltr .me-sm-n5{margin-right:-20px!important}.v-application--is-rtl .me-sm-n5{margin-left:-20px!important}.v-application--is-ltr .me-sm-n6{margin-right:-24px!important}.v-application--is-rtl .me-sm-n6{margin-left:-24px!important}.v-application--is-ltr .me-sm-n7{margin-right:-28px!important}.v-application--is-rtl .me-sm-n7{margin-left:-28px!important}.v-application--is-ltr .me-sm-n8{margin-right:-32px!important}.v-application--is-rtl .me-sm-n8{margin-left:-32px!important}.v-application--is-ltr .me-sm-n9{margin-right:-36px!important}.v-application--is-rtl .me-sm-n9{margin-left:-36px!important}.v-application--is-ltr .me-sm-n10{margin-right:-40px!important}.v-application--is-rtl .me-sm-n10{margin-left:-40px!important}.v-application--is-ltr .me-sm-n11{margin-right:-44px!important}.v-application--is-rtl .me-sm-n11{margin-left:-44px!important}.v-application--is-ltr .me-sm-n12{margin-right:-48px!important}.v-application--is-rtl .me-sm-n12{margin-left:-48px!important}.v-application--is-ltr .me-sm-n13{margin-right:-52px!important}.v-application--is-rtl .me-sm-n13{margin-left:-52px!important}.v-application--is-ltr .me-sm-n14{margin-right:-56px!important}.v-application--is-rtl .me-sm-n14{margin-left:-56px!important}.v-application--is-ltr .me-sm-n15{margin-right:-60px!important}.v-application--is-rtl .me-sm-n15{margin-left:-60px!important}.v-application--is-ltr .me-sm-n16{margin-right:-64px!important}.v-application--is-rtl .me-sm-n16{margin-left:-64px!important}.v-application .pa-sm-0{padding:0!important}.v-application .pa-sm-1{padding:4px!important}.v-application .pa-sm-2{padding:8px!important}.v-application .pa-sm-3{padding:12px!important}.v-application .pa-sm-4{padding:16px!important}.v-application .pa-sm-5{padding:20px!important}.v-application .pa-sm-6{padding:24px!important}.v-application .pa-sm-7{padding:28px!important}.v-application .pa-sm-8{padding:32px!important}.v-application .pa-sm-9{padding:36px!important}.v-application .pa-sm-10{padding:40px!important}.v-application .pa-sm-11{padding:44px!important}.v-application .pa-sm-12{padding:48px!important}.v-application .pa-sm-13{padding:52px!important}.v-application .pa-sm-14{padding:56px!important}.v-application .pa-sm-15{padding:60px!important}.v-application .pa-sm-16{padding:64px!important}.v-application .px-sm-0{padding-right:0!important;padding-left:0!important}.v-application .px-sm-1{padding-right:4px!important;padding-left:4px!important}.v-application .px-sm-2{padding-right:8px!important;padding-left:8px!important}.v-application .px-sm-3{padding-right:12px!important;padding-left:12px!important}.v-application .px-sm-4{padding-right:16px!important;padding-left:16px!important}.v-application .px-sm-5{padding-right:20px!important;padding-left:20px!important}.v-application .px-sm-6{padding-right:24px!important;padding-left:24px!important}.v-application .px-sm-7{padding-right:28px!important;padding-left:28px!important}.v-application .px-sm-8{padding-right:32px!important;padding-left:32px!important}.v-application .px-sm-9{padding-right:36px!important;padding-left:36px!important}.v-application .px-sm-10{padding-right:40px!important;padding-left:40px!important}.v-application .px-sm-11{padding-right:44px!important;padding-left:44px!important}.v-application .px-sm-12{padding-right:48px!important;padding-left:48px!important}.v-application .px-sm-13{padding-right:52px!important;padding-left:52px!important}.v-application .px-sm-14{padding-right:56px!important;padding-left:56px!important}.v-application .px-sm-15{padding-right:60px!important;padding-left:60px!important}.v-application .px-sm-16{padding-right:64px!important;padding-left:64px!important}.v-application .py-sm-0{padding-top:0!important;padding-bottom:0!important}.v-application .py-sm-1{padding-top:4px!important;padding-bottom:4px!important}.v-application .py-sm-2{padding-top:8px!important;padding-bottom:8px!important}.v-application .py-sm-3{padding-top:12px!important;padding-bottom:12px!important}.v-application .py-sm-4{padding-top:16px!important;padding-bottom:16px!important}.v-application .py-sm-5{padding-top:20px!important;padding-bottom:20px!important}.v-application .py-sm-6{padding-top:24px!important;padding-bottom:24px!important}.v-application .py-sm-7{padding-top:28px!important;padding-bottom:28px!important}.v-application .py-sm-8{padding-top:32px!important;padding-bottom:32px!important}.v-application .py-sm-9{padding-top:36px!important;padding-bottom:36px!important}.v-application .py-sm-10{padding-top:40px!important;padding-bottom:40px!important}.v-application .py-sm-11{padding-top:44px!important;padding-bottom:44px!important}.v-application .py-sm-12{padding-top:48px!important;padding-bottom:48px!important}.v-application .py-sm-13{padding-top:52px!important;padding-bottom:52px!important}.v-application .py-sm-14{padding-top:56px!important;padding-bottom:56px!important}.v-application .py-sm-15{padding-top:60px!important;padding-bottom:60px!important}.v-application .py-sm-16{padding-top:64px!important;padding-bottom:64px!important}.v-application .pt-sm-0{padding-top:0!important}.v-application .pt-sm-1{padding-top:4px!important}.v-application .pt-sm-2{padding-top:8px!important}.v-application .pt-sm-3{padding-top:12px!important}.v-application .pt-sm-4{padding-top:16px!important}.v-application .pt-sm-5{padding-top:20px!important}.v-application .pt-sm-6{padding-top:24px!important}.v-application .pt-sm-7{padding-top:28px!important}.v-application .pt-sm-8{padding-top:32px!important}.v-application .pt-sm-9{padding-top:36px!important}.v-application .pt-sm-10{padding-top:40px!important}.v-application .pt-sm-11{padding-top:44px!important}.v-application .pt-sm-12{padding-top:48px!important}.v-application .pt-sm-13{padding-top:52px!important}.v-application .pt-sm-14{padding-top:56px!important}.v-application .pt-sm-15{padding-top:60px!important}.v-application .pt-sm-16{padding-top:64px!important}.v-application .pr-sm-0{padding-right:0!important}.v-application .pr-sm-1{padding-right:4px!important}.v-application .pr-sm-2{padding-right:8px!important}.v-application .pr-sm-3{padding-right:12px!important}.v-application .pr-sm-4{padding-right:16px!important}.v-application .pr-sm-5{padding-right:20px!important}.v-application .pr-sm-6{padding-right:24px!important}.v-application .pr-sm-7{padding-right:28px!important}.v-application .pr-sm-8{padding-right:32px!important}.v-application .pr-sm-9{padding-right:36px!important}.v-application .pr-sm-10{padding-right:40px!important}.v-application .pr-sm-11{padding-right:44px!important}.v-application .pr-sm-12{padding-right:48px!important}.v-application .pr-sm-13{padding-right:52px!important}.v-application .pr-sm-14{padding-right:56px!important}.v-application .pr-sm-15{padding-right:60px!important}.v-application .pr-sm-16{padding-right:64px!important}.v-application .pb-sm-0{padding-bottom:0!important}.v-application .pb-sm-1{padding-bottom:4px!important}.v-application .pb-sm-2{padding-bottom:8px!important}.v-application .pb-sm-3{padding-bottom:12px!important}.v-application .pb-sm-4{padding-bottom:16px!important}.v-application .pb-sm-5{padding-bottom:20px!important}.v-application .pb-sm-6{padding-bottom:24px!important}.v-application .pb-sm-7{padding-bottom:28px!important}.v-application .pb-sm-8{padding-bottom:32px!important}.v-application .pb-sm-9{padding-bottom:36px!important}.v-application .pb-sm-10{padding-bottom:40px!important}.v-application .pb-sm-11{padding-bottom:44px!important}.v-application .pb-sm-12{padding-bottom:48px!important}.v-application .pb-sm-13{padding-bottom:52px!important}.v-application .pb-sm-14{padding-bottom:56px!important}.v-application .pb-sm-15{padding-bottom:60px!important}.v-application .pb-sm-16{padding-bottom:64px!important}.v-application .pl-sm-0{padding-left:0!important}.v-application .pl-sm-1{padding-left:4px!important}.v-application .pl-sm-2{padding-left:8px!important}.v-application .pl-sm-3{padding-left:12px!important}.v-application .pl-sm-4{padding-left:16px!important}.v-application .pl-sm-5{padding-left:20px!important}.v-application .pl-sm-6{padding-left:24px!important}.v-application .pl-sm-7{padding-left:28px!important}.v-application .pl-sm-8{padding-left:32px!important}.v-application .pl-sm-9{padding-left:36px!important}.v-application .pl-sm-10{padding-left:40px!important}.v-application .pl-sm-11{padding-left:44px!important}.v-application .pl-sm-12{padding-left:48px!important}.v-application .pl-sm-13{padding-left:52px!important}.v-application .pl-sm-14{padding-left:56px!important}.v-application .pl-sm-15{padding-left:60px!important}.v-application .pl-sm-16{padding-left:64px!important}.v-application--is-ltr .ps-sm-0{padding-left:0!important}.v-application--is-rtl .ps-sm-0{padding-right:0!important}.v-application--is-ltr .ps-sm-1{padding-left:4px!important}.v-application--is-rtl .ps-sm-1{padding-right:4px!important}.v-application--is-ltr .ps-sm-2{padding-left:8px!important}.v-application--is-rtl .ps-sm-2{padding-right:8px!important}.v-application--is-ltr .ps-sm-3{padding-left:12px!important}.v-application--is-rtl .ps-sm-3{padding-right:12px!important}.v-application--is-ltr .ps-sm-4{padding-left:16px!important}.v-application--is-rtl .ps-sm-4{padding-right:16px!important}.v-application--is-ltr .ps-sm-5{padding-left:20px!important}.v-application--is-rtl .ps-sm-5{padding-right:20px!important}.v-application--is-ltr .ps-sm-6{padding-left:24px!important}.v-application--is-rtl .ps-sm-6{padding-right:24px!important}.v-application--is-ltr .ps-sm-7{padding-left:28px!important}.v-application--is-rtl .ps-sm-7{padding-right:28px!important}.v-application--is-ltr .ps-sm-8{padding-left:32px!important}.v-application--is-rtl .ps-sm-8{padding-right:32px!important}.v-application--is-ltr .ps-sm-9{padding-left:36px!important}.v-application--is-rtl .ps-sm-9{padding-right:36px!important}.v-application--is-ltr .ps-sm-10{padding-left:40px!important}.v-application--is-rtl .ps-sm-10{padding-right:40px!important}.v-application--is-ltr .ps-sm-11{padding-left:44px!important}.v-application--is-rtl .ps-sm-11{padding-right:44px!important}.v-application--is-ltr .ps-sm-12{padding-left:48px!important}.v-application--is-rtl .ps-sm-12{padding-right:48px!important}.v-application--is-ltr .ps-sm-13{padding-left:52px!important}.v-application--is-rtl .ps-sm-13{padding-right:52px!important}.v-application--is-ltr .ps-sm-14{padding-left:56px!important}.v-application--is-rtl .ps-sm-14{padding-right:56px!important}.v-application--is-ltr .ps-sm-15{padding-left:60px!important}.v-application--is-rtl .ps-sm-15{padding-right:60px!important}.v-application--is-ltr .ps-sm-16{padding-left:64px!important}.v-application--is-rtl .ps-sm-16{padding-right:64px!important}.v-application--is-ltr .pe-sm-0{padding-right:0!important}.v-application--is-rtl .pe-sm-0{padding-left:0!important}.v-application--is-ltr .pe-sm-1{padding-right:4px!important}.v-application--is-rtl .pe-sm-1{padding-left:4px!important}.v-application--is-ltr .pe-sm-2{padding-right:8px!important}.v-application--is-rtl .pe-sm-2{padding-left:8px!important}.v-application--is-ltr .pe-sm-3{padding-right:12px!important}.v-application--is-rtl .pe-sm-3{padding-left:12px!important}.v-application--is-ltr .pe-sm-4{padding-right:16px!important}.v-application--is-rtl .pe-sm-4{padding-left:16px!important}.v-application--is-ltr .pe-sm-5{padding-right:20px!important}.v-application--is-rtl .pe-sm-5{padding-left:20px!important}.v-application--is-ltr .pe-sm-6{padding-right:24px!important}.v-application--is-rtl .pe-sm-6{padding-left:24px!important}.v-application--is-ltr .pe-sm-7{padding-right:28px!important}.v-application--is-rtl .pe-sm-7{padding-left:28px!important}.v-application--is-ltr .pe-sm-8{padding-right:32px!important}.v-application--is-rtl .pe-sm-8{padding-left:32px!important}.v-application--is-ltr .pe-sm-9{padding-right:36px!important}.v-application--is-rtl .pe-sm-9{padding-left:36px!important}.v-application--is-ltr .pe-sm-10{padding-right:40px!important}.v-application--is-rtl .pe-sm-10{padding-left:40px!important}.v-application--is-ltr .pe-sm-11{padding-right:44px!important}.v-application--is-rtl .pe-sm-11{padding-left:44px!important}.v-application--is-ltr .pe-sm-12{padding-right:48px!important}.v-application--is-rtl .pe-sm-12{padding-left:48px!important}.v-application--is-ltr .pe-sm-13{padding-right:52px!important}.v-application--is-rtl .pe-sm-13{padding-left:52px!important}.v-application--is-ltr .pe-sm-14{padding-right:56px!important}.v-application--is-rtl .pe-sm-14{padding-left:56px!important}.v-application--is-ltr .pe-sm-15{padding-right:60px!important}.v-application--is-rtl .pe-sm-15{padding-left:60px!important}.v-application--is-ltr .pe-sm-16{padding-right:64px!important}.v-application--is-rtl .pe-sm-16{padding-left:64px!important}.v-application .text-sm-left{text-align:left!important}.v-application .text-sm-right{text-align:right!important}.v-application .text-sm-center{text-align:center!important}.v-application .text-sm-justify{text-align:justify!important}.v-application .text-sm-start{text-align:start!important}.v-application .text-sm-end{text-align:end!important}.v-application .text-sm-h1{font-size:6rem!important;line-height:6rem;letter-spacing:-.015625em!important}.v-application .text-sm-h1,.v-application .text-sm-h2{font-weight:300;font-family:Roboto,sans-serif!important}.v-application .text-sm-h2{font-size:3.75rem!important;line-height:3.75rem;letter-spacing:-.0083333333em!important}.v-application .text-sm-h3{font-size:3rem!important;line-height:3.125rem;letter-spacing:normal!important}.v-application .text-sm-h3,.v-application .text-sm-h4{font-weight:400;font-family:Roboto,sans-serif!important}.v-application .text-sm-h4{font-size:2.125rem!important;line-height:2.5rem;letter-spacing:.0073529412em!important}.v-application .text-sm-h5{font-size:1.5rem!important;font-weight:400;letter-spacing:normal!important}.v-application .text-sm-h5,.v-application .text-sm-h6{line-height:2rem;font-family:Roboto,sans-serif!important}.v-application .text-sm-h6{font-size:1.25rem!important;font-weight:500;letter-spacing:.0125em!important}.v-application .text-sm-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important}.v-application .text-sm-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important}.v-application .text-sm-body-1{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important}.v-application .text-sm-body-2{font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important}.v-application .text-sm-body-2,.v-application .text-sm-button{font-size:.875rem!important;font-family:Roboto,sans-serif!important}.v-application .text-sm-button{font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;text-transform:uppercase!important}.v-application .text-sm-caption{font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important}.v-application .text-sm-caption,.v-application .text-sm-overline{font-size:.75rem!important;font-family:Roboto,sans-serif!important}.v-application .text-sm-overline{font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;text-transform:uppercase!important}}@media(min-width:960px){.v-application .d-md-none{display:none!important}.v-application .d-md-inline{display:inline!important}.v-application .d-md-inline-block{display:inline-block!important}.v-application .d-md-block{display:block!important}.v-application .d-md-table{display:table!important}.v-application .d-md-table-row{display:table-row!important}.v-application .d-md-table-cell{display:table-cell!important}.v-application .d-md-flex{display:flex!important}.v-application .d-md-inline-flex{display:inline-flex!important}.v-application .float-md-none{float:none!important}.v-application .float-md-left{float:left!important}.v-application .float-md-right{float:right!important}.v-application--is-rtl .float-md-end{float:left!important}.v-application--is-ltr .float-md-end,.v-application--is-rtl .float-md-start{float:right!important}.v-application--is-ltr .float-md-start{float:left!important}.v-application .flex-md-fill{flex:1 1 auto!important}.v-application .flex-md-row{flex-direction:row!important}.v-application .flex-md-column{flex-direction:column!important}.v-application .flex-md-row-reverse{flex-direction:row-reverse!important}.v-application .flex-md-column-reverse{flex-direction:column-reverse!important}.v-application .flex-md-grow-0{flex-grow:0!important}.v-application .flex-md-grow-1{flex-grow:1!important}.v-application .flex-md-shrink-0{flex-shrink:0!important}.v-application .flex-md-shrink-1{flex-shrink:1!important}.v-application .flex-md-wrap{flex-wrap:wrap!important}.v-application .flex-md-nowrap{flex-wrap:nowrap!important}.v-application .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.v-application .justify-md-start{justify-content:flex-start!important}.v-application .justify-md-end{justify-content:flex-end!important}.v-application .justify-md-center{justify-content:center!important}.v-application .justify-md-space-between{justify-content:space-between!important}.v-application .justify-md-space-around{justify-content:space-around!important}.v-application .align-md-start{align-items:flex-start!important}.v-application .align-md-end{align-items:flex-end!important}.v-application .align-md-center{align-items:center!important}.v-application .align-md-baseline{align-items:baseline!important}.v-application .align-md-stretch{align-items:stretch!important}.v-application .align-content-md-start{align-content:flex-start!important}.v-application .align-content-md-end{align-content:flex-end!important}.v-application .align-content-md-center{align-content:center!important}.v-application .align-content-md-space-between{align-content:space-between!important}.v-application .align-content-md-space-around{align-content:space-around!important}.v-application .align-content-md-stretch{align-content:stretch!important}.v-application .align-self-md-auto{align-self:auto!important}.v-application .align-self-md-start{align-self:flex-start!important}.v-application .align-self-md-end{align-self:flex-end!important}.v-application .align-self-md-center{align-self:center!important}.v-application .align-self-md-baseline{align-self:baseline!important}.v-application .align-self-md-stretch{align-self:stretch!important}.v-application .order-md-first{order:-1!important}.v-application .order-md-0{order:0!important}.v-application .order-md-1{order:1!important}.v-application .order-md-2{order:2!important}.v-application .order-md-3{order:3!important}.v-application .order-md-4{order:4!important}.v-application .order-md-5{order:5!important}.v-application .order-md-6{order:6!important}.v-application .order-md-7{order:7!important}.v-application .order-md-8{order:8!important}.v-application .order-md-9{order:9!important}.v-application .order-md-10{order:10!important}.v-application .order-md-11{order:11!important}.v-application .order-md-12{order:12!important}.v-application .order-md-last{order:13!important}.v-application .ma-md-0{margin:0!important}.v-application .ma-md-1{margin:4px!important}.v-application .ma-md-2{margin:8px!important}.v-application .ma-md-3{margin:12px!important}.v-application .ma-md-4{margin:16px!important}.v-application .ma-md-5{margin:20px!important}.v-application .ma-md-6{margin:24px!important}.v-application .ma-md-7{margin:28px!important}.v-application .ma-md-8{margin:32px!important}.v-application .ma-md-9{margin:36px!important}.v-application .ma-md-10{margin:40px!important}.v-application .ma-md-11{margin:44px!important}.v-application .ma-md-12{margin:48px!important}.v-application .ma-md-13{margin:52px!important}.v-application .ma-md-14{margin:56px!important}.v-application .ma-md-15{margin:60px!important}.v-application .ma-md-16{margin:64px!important}.v-application .ma-md-auto{margin:auto!important}.v-application .mx-md-0{margin-right:0!important;margin-left:0!important}.v-application .mx-md-1{margin-right:4px!important;margin-left:4px!important}.v-application .mx-md-2{margin-right:8px!important;margin-left:8px!important}.v-application .mx-md-3{margin-right:12px!important;margin-left:12px!important}.v-application .mx-md-4{margin-right:16px!important;margin-left:16px!important}.v-application .mx-md-5{margin-right:20px!important;margin-left:20px!important}.v-application .mx-md-6{margin-right:24px!important;margin-left:24px!important}.v-application .mx-md-7{margin-right:28px!important;margin-left:28px!important}.v-application .mx-md-8{margin-right:32px!important;margin-left:32px!important}.v-application .mx-md-9{margin-right:36px!important;margin-left:36px!important}.v-application .mx-md-10{margin-right:40px!important;margin-left:40px!important}.v-application .mx-md-11{margin-right:44px!important;margin-left:44px!important}.v-application .mx-md-12{margin-right:48px!important;margin-left:48px!important}.v-application .mx-md-13{margin-right:52px!important;margin-left:52px!important}.v-application .mx-md-14{margin-right:56px!important;margin-left:56px!important}.v-application .mx-md-15{margin-right:60px!important;margin-left:60px!important}.v-application .mx-md-16{margin-right:64px!important;margin-left:64px!important}.v-application .mx-md-auto{margin-right:auto!important;margin-left:auto!important}.v-application .my-md-0{margin-top:0!important;margin-bottom:0!important}.v-application .my-md-1{margin-top:4px!important;margin-bottom:4px!important}.v-application .my-md-2{margin-top:8px!important;margin-bottom:8px!important}.v-application .my-md-3{margin-top:12px!important;margin-bottom:12px!important}.v-application .my-md-4{margin-top:16px!important;margin-bottom:16px!important}.v-application .my-md-5{margin-top:20px!important;margin-bottom:20px!important}.v-application .my-md-6{margin-top:24px!important;margin-bottom:24px!important}.v-application .my-md-7{margin-top:28px!important;margin-bottom:28px!important}.v-application .my-md-8{margin-top:32px!important;margin-bottom:32px!important}.v-application .my-md-9{margin-top:36px!important;margin-bottom:36px!important}.v-application .my-md-10{margin-top:40px!important;margin-bottom:40px!important}.v-application .my-md-11{margin-top:44px!important;margin-bottom:44px!important}.v-application .my-md-12{margin-top:48px!important;margin-bottom:48px!important}.v-application .my-md-13{margin-top:52px!important;margin-bottom:52px!important}.v-application .my-md-14{margin-top:56px!important;margin-bottom:56px!important}.v-application .my-md-15{margin-top:60px!important;margin-bottom:60px!important}.v-application .my-md-16{margin-top:64px!important;margin-bottom:64px!important}.v-application .my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.v-application .mt-md-0{margin-top:0!important}.v-application .mt-md-1{margin-top:4px!important}.v-application .mt-md-2{margin-top:8px!important}.v-application .mt-md-3{margin-top:12px!important}.v-application .mt-md-4{margin-top:16px!important}.v-application .mt-md-5{margin-top:20px!important}.v-application .mt-md-6{margin-top:24px!important}.v-application .mt-md-7{margin-top:28px!important}.v-application .mt-md-8{margin-top:32px!important}.v-application .mt-md-9{margin-top:36px!important}.v-application .mt-md-10{margin-top:40px!important}.v-application .mt-md-11{margin-top:44px!important}.v-application .mt-md-12{margin-top:48px!important}.v-application .mt-md-13{margin-top:52px!important}.v-application .mt-md-14{margin-top:56px!important}.v-application .mt-md-15{margin-top:60px!important}.v-application .mt-md-16{margin-top:64px!important}.v-application .mt-md-auto{margin-top:auto!important}.v-application .mr-md-0{margin-right:0!important}.v-application .mr-md-1{margin-right:4px!important}.v-application .mr-md-2{margin-right:8px!important}.v-application .mr-md-3{margin-right:12px!important}.v-application .mr-md-4{margin-right:16px!important}.v-application .mr-md-5{margin-right:20px!important}.v-application .mr-md-6{margin-right:24px!important}.v-application .mr-md-7{margin-right:28px!important}.v-application .mr-md-8{margin-right:32px!important}.v-application .mr-md-9{margin-right:36px!important}.v-application .mr-md-10{margin-right:40px!important}.v-application .mr-md-11{margin-right:44px!important}.v-application .mr-md-12{margin-right:48px!important}.v-application .mr-md-13{margin-right:52px!important}.v-application .mr-md-14{margin-right:56px!important}.v-application .mr-md-15{margin-right:60px!important}.v-application .mr-md-16{margin-right:64px!important}.v-application .mr-md-auto{margin-right:auto!important}.v-application .mb-md-0{margin-bottom:0!important}.v-application .mb-md-1{margin-bottom:4px!important}.v-application .mb-md-2{margin-bottom:8px!important}.v-application .mb-md-3{margin-bottom:12px!important}.v-application .mb-md-4{margin-bottom:16px!important}.v-application .mb-md-5{margin-bottom:20px!important}.v-application .mb-md-6{margin-bottom:24px!important}.v-application .mb-md-7{margin-bottom:28px!important}.v-application .mb-md-8{margin-bottom:32px!important}.v-application .mb-md-9{margin-bottom:36px!important}.v-application .mb-md-10{margin-bottom:40px!important}.v-application .mb-md-11{margin-bottom:44px!important}.v-application .mb-md-12{margin-bottom:48px!important}.v-application .mb-md-13{margin-bottom:52px!important}.v-application .mb-md-14{margin-bottom:56px!important}.v-application .mb-md-15{margin-bottom:60px!important}.v-application .mb-md-16{margin-bottom:64px!important}.v-application .mb-md-auto{margin-bottom:auto!important}.v-application .ml-md-0{margin-left:0!important}.v-application .ml-md-1{margin-left:4px!important}.v-application .ml-md-2{margin-left:8px!important}.v-application .ml-md-3{margin-left:12px!important}.v-application .ml-md-4{margin-left:16px!important}.v-application .ml-md-5{margin-left:20px!important}.v-application .ml-md-6{margin-left:24px!important}.v-application .ml-md-7{margin-left:28px!important}.v-application .ml-md-8{margin-left:32px!important}.v-application .ml-md-9{margin-left:36px!important}.v-application .ml-md-10{margin-left:40px!important}.v-application .ml-md-11{margin-left:44px!important}.v-application .ml-md-12{margin-left:48px!important}.v-application .ml-md-13{margin-left:52px!important}.v-application .ml-md-14{margin-left:56px!important}.v-application .ml-md-15{margin-left:60px!important}.v-application .ml-md-16{margin-left:64px!important}.v-application .ml-md-auto{margin-left:auto!important}.v-application--is-ltr .ms-md-0{margin-left:0!important}.v-application--is-rtl .ms-md-0{margin-right:0!important}.v-application--is-ltr .ms-md-1{margin-left:4px!important}.v-application--is-rtl .ms-md-1{margin-right:4px!important}.v-application--is-ltr .ms-md-2{margin-left:8px!important}.v-application--is-rtl .ms-md-2{margin-right:8px!important}.v-application--is-ltr .ms-md-3{margin-left:12px!important}.v-application--is-rtl .ms-md-3{margin-right:12px!important}.v-application--is-ltr .ms-md-4{margin-left:16px!important}.v-application--is-rtl .ms-md-4{margin-right:16px!important}.v-application--is-ltr .ms-md-5{margin-left:20px!important}.v-application--is-rtl .ms-md-5{margin-right:20px!important}.v-application--is-ltr .ms-md-6{margin-left:24px!important}.v-application--is-rtl .ms-md-6{margin-right:24px!important}.v-application--is-ltr .ms-md-7{margin-left:28px!important}.v-application--is-rtl .ms-md-7{margin-right:28px!important}.v-application--is-ltr .ms-md-8{margin-left:32px!important}.v-application--is-rtl .ms-md-8{margin-right:32px!important}.v-application--is-ltr .ms-md-9{margin-left:36px!important}.v-application--is-rtl .ms-md-9{margin-right:36px!important}.v-application--is-ltr .ms-md-10{margin-left:40px!important}.v-application--is-rtl .ms-md-10{margin-right:40px!important}.v-application--is-ltr .ms-md-11{margin-left:44px!important}.v-application--is-rtl .ms-md-11{margin-right:44px!important}.v-application--is-ltr .ms-md-12{margin-left:48px!important}.v-application--is-rtl .ms-md-12{margin-right:48px!important}.v-application--is-ltr .ms-md-13{margin-left:52px!important}.v-application--is-rtl .ms-md-13{margin-right:52px!important}.v-application--is-ltr .ms-md-14{margin-left:56px!important}.v-application--is-rtl .ms-md-14{margin-right:56px!important}.v-application--is-ltr .ms-md-15{margin-left:60px!important}.v-application--is-rtl .ms-md-15{margin-right:60px!important}.v-application--is-ltr .ms-md-16{margin-left:64px!important}.v-application--is-rtl .ms-md-16{margin-right:64px!important}.v-application--is-ltr .ms-md-auto{margin-left:auto!important}.v-application--is-rtl .ms-md-auto{margin-right:auto!important}.v-application--is-ltr .me-md-0{margin-right:0!important}.v-application--is-rtl .me-md-0{margin-left:0!important}.v-application--is-ltr .me-md-1{margin-right:4px!important}.v-application--is-rtl .me-md-1{margin-left:4px!important}.v-application--is-ltr .me-md-2{margin-right:8px!important}.v-application--is-rtl .me-md-2{margin-left:8px!important}.v-application--is-ltr .me-md-3{margin-right:12px!important}.v-application--is-rtl .me-md-3{margin-left:12px!important}.v-application--is-ltr .me-md-4{margin-right:16px!important}.v-application--is-rtl .me-md-4{margin-left:16px!important}.v-application--is-ltr .me-md-5{margin-right:20px!important}.v-application--is-rtl .me-md-5{margin-left:20px!important}.v-application--is-ltr .me-md-6{margin-right:24px!important}.v-application--is-rtl .me-md-6{margin-left:24px!important}.v-application--is-ltr .me-md-7{margin-right:28px!important}.v-application--is-rtl .me-md-7{margin-left:28px!important}.v-application--is-ltr .me-md-8{margin-right:32px!important}.v-application--is-rtl .me-md-8{margin-left:32px!important}.v-application--is-ltr .me-md-9{margin-right:36px!important}.v-application--is-rtl .me-md-9{margin-left:36px!important}.v-application--is-ltr .me-md-10{margin-right:40px!important}.v-application--is-rtl .me-md-10{margin-left:40px!important}.v-application--is-ltr .me-md-11{margin-right:44px!important}.v-application--is-rtl .me-md-11{margin-left:44px!important}.v-application--is-ltr .me-md-12{margin-right:48px!important}.v-application--is-rtl .me-md-12{margin-left:48px!important}.v-application--is-ltr .me-md-13{margin-right:52px!important}.v-application--is-rtl .me-md-13{margin-left:52px!important}.v-application--is-ltr .me-md-14{margin-right:56px!important}.v-application--is-rtl .me-md-14{margin-left:56px!important}.v-application--is-ltr .me-md-15{margin-right:60px!important}.v-application--is-rtl .me-md-15{margin-left:60px!important}.v-application--is-ltr .me-md-16{margin-right:64px!important}.v-application--is-rtl .me-md-16{margin-left:64px!important}.v-application--is-ltr .me-md-auto{margin-right:auto!important}.v-application--is-rtl .me-md-auto{margin-left:auto!important}.v-application .ma-md-n1{margin:-4px!important}.v-application .ma-md-n2{margin:-8px!important}.v-application .ma-md-n3{margin:-12px!important}.v-application .ma-md-n4{margin:-16px!important}.v-application .ma-md-n5{margin:-20px!important}.v-application .ma-md-n6{margin:-24px!important}.v-application .ma-md-n7{margin:-28px!important}.v-application .ma-md-n8{margin:-32px!important}.v-application .ma-md-n9{margin:-36px!important}.v-application .ma-md-n10{margin:-40px!important}.v-application .ma-md-n11{margin:-44px!important}.v-application .ma-md-n12{margin:-48px!important}.v-application .ma-md-n13{margin:-52px!important}.v-application .ma-md-n14{margin:-56px!important}.v-application .ma-md-n15{margin:-60px!important}.v-application .ma-md-n16{margin:-64px!important}.v-application .mx-md-n1{margin-right:-4px!important;margin-left:-4px!important}.v-application .mx-md-n2{margin-right:-8px!important;margin-left:-8px!important}.v-application .mx-md-n3{margin-right:-12px!important;margin-left:-12px!important}.v-application .mx-md-n4{margin-right:-16px!important;margin-left:-16px!important}.v-application .mx-md-n5{margin-right:-20px!important;margin-left:-20px!important}.v-application .mx-md-n6{margin-right:-24px!important;margin-left:-24px!important}.v-application .mx-md-n7{margin-right:-28px!important;margin-left:-28px!important}.v-application .mx-md-n8{margin-right:-32px!important;margin-left:-32px!important}.v-application .mx-md-n9{margin-right:-36px!important;margin-left:-36px!important}.v-application .mx-md-n10{margin-right:-40px!important;margin-left:-40px!important}.v-application .mx-md-n11{margin-right:-44px!important;margin-left:-44px!important}.v-application .mx-md-n12{margin-right:-48px!important;margin-left:-48px!important}.v-application .mx-md-n13{margin-right:-52px!important;margin-left:-52px!important}.v-application .mx-md-n14{margin-right:-56px!important;margin-left:-56px!important}.v-application .mx-md-n15{margin-right:-60px!important;margin-left:-60px!important}.v-application .mx-md-n16{margin-right:-64px!important;margin-left:-64px!important}.v-application .my-md-n1{margin-top:-4px!important;margin-bottom:-4px!important}.v-application .my-md-n2{margin-top:-8px!important;margin-bottom:-8px!important}.v-application .my-md-n3{margin-top:-12px!important;margin-bottom:-12px!important}.v-application .my-md-n4{margin-top:-16px!important;margin-bottom:-16px!important}.v-application .my-md-n5{margin-top:-20px!important;margin-bottom:-20px!important}.v-application .my-md-n6{margin-top:-24px!important;margin-bottom:-24px!important}.v-application .my-md-n7{margin-top:-28px!important;margin-bottom:-28px!important}.v-application .my-md-n8{margin-top:-32px!important;margin-bottom:-32px!important}.v-application .my-md-n9{margin-top:-36px!important;margin-bottom:-36px!important}.v-application .my-md-n10{margin-top:-40px!important;margin-bottom:-40px!important}.v-application .my-md-n11{margin-top:-44px!important;margin-bottom:-44px!important}.v-application .my-md-n12{margin-top:-48px!important;margin-bottom:-48px!important}.v-application .my-md-n13{margin-top:-52px!important;margin-bottom:-52px!important}.v-application .my-md-n14{margin-top:-56px!important;margin-bottom:-56px!important}.v-application .my-md-n15{margin-top:-60px!important;margin-bottom:-60px!important}.v-application .my-md-n16{margin-top:-64px!important;margin-bottom:-64px!important}.v-application .mt-md-n1{margin-top:-4px!important}.v-application .mt-md-n2{margin-top:-8px!important}.v-application .mt-md-n3{margin-top:-12px!important}.v-application .mt-md-n4{margin-top:-16px!important}.v-application .mt-md-n5{margin-top:-20px!important}.v-application .mt-md-n6{margin-top:-24px!important}.v-application .mt-md-n7{margin-top:-28px!important}.v-application .mt-md-n8{margin-top:-32px!important}.v-application .mt-md-n9{margin-top:-36px!important}.v-application .mt-md-n10{margin-top:-40px!important}.v-application .mt-md-n11{margin-top:-44px!important}.v-application .mt-md-n12{margin-top:-48px!important}.v-application .mt-md-n13{margin-top:-52px!important}.v-application .mt-md-n14{margin-top:-56px!important}.v-application .mt-md-n15{margin-top:-60px!important}.v-application .mt-md-n16{margin-top:-64px!important}.v-application .mr-md-n1{margin-right:-4px!important}.v-application .mr-md-n2{margin-right:-8px!important}.v-application .mr-md-n3{margin-right:-12px!important}.v-application .mr-md-n4{margin-right:-16px!important}.v-application .mr-md-n5{margin-right:-20px!important}.v-application .mr-md-n6{margin-right:-24px!important}.v-application .mr-md-n7{margin-right:-28px!important}.v-application .mr-md-n8{margin-right:-32px!important}.v-application .mr-md-n9{margin-right:-36px!important}.v-application .mr-md-n10{margin-right:-40px!important}.v-application .mr-md-n11{margin-right:-44px!important}.v-application .mr-md-n12{margin-right:-48px!important}.v-application .mr-md-n13{margin-right:-52px!important}.v-application .mr-md-n14{margin-right:-56px!important}.v-application .mr-md-n15{margin-right:-60px!important}.v-application .mr-md-n16{margin-right:-64px!important}.v-application .mb-md-n1{margin-bottom:-4px!important}.v-application .mb-md-n2{margin-bottom:-8px!important}.v-application .mb-md-n3{margin-bottom:-12px!important}.v-application .mb-md-n4{margin-bottom:-16px!important}.v-application .mb-md-n5{margin-bottom:-20px!important}.v-application .mb-md-n6{margin-bottom:-24px!important}.v-application .mb-md-n7{margin-bottom:-28px!important}.v-application .mb-md-n8{margin-bottom:-32px!important}.v-application .mb-md-n9{margin-bottom:-36px!important}.v-application .mb-md-n10{margin-bottom:-40px!important}.v-application .mb-md-n11{margin-bottom:-44px!important}.v-application .mb-md-n12{margin-bottom:-48px!important}.v-application .mb-md-n13{margin-bottom:-52px!important}.v-application .mb-md-n14{margin-bottom:-56px!important}.v-application .mb-md-n15{margin-bottom:-60px!important}.v-application .mb-md-n16{margin-bottom:-64px!important}.v-application .ml-md-n1{margin-left:-4px!important}.v-application .ml-md-n2{margin-left:-8px!important}.v-application .ml-md-n3{margin-left:-12px!important}.v-application .ml-md-n4{margin-left:-16px!important}.v-application .ml-md-n5{margin-left:-20px!important}.v-application .ml-md-n6{margin-left:-24px!important}.v-application .ml-md-n7{margin-left:-28px!important}.v-application .ml-md-n8{margin-left:-32px!important}.v-application .ml-md-n9{margin-left:-36px!important}.v-application .ml-md-n10{margin-left:-40px!important}.v-application .ml-md-n11{margin-left:-44px!important}.v-application .ml-md-n12{margin-left:-48px!important}.v-application .ml-md-n13{margin-left:-52px!important}.v-application .ml-md-n14{margin-left:-56px!important}.v-application .ml-md-n15{margin-left:-60px!important}.v-application .ml-md-n16{margin-left:-64px!important}.v-application--is-ltr .ms-md-n1{margin-left:-4px!important}.v-application--is-rtl .ms-md-n1{margin-right:-4px!important}.v-application--is-ltr .ms-md-n2{margin-left:-8px!important}.v-application--is-rtl .ms-md-n2{margin-right:-8px!important}.v-application--is-ltr .ms-md-n3{margin-left:-12px!important}.v-application--is-rtl .ms-md-n3{margin-right:-12px!important}.v-application--is-ltr .ms-md-n4{margin-left:-16px!important}.v-application--is-rtl .ms-md-n4{margin-right:-16px!important}.v-application--is-ltr .ms-md-n5{margin-left:-20px!important}.v-application--is-rtl .ms-md-n5{margin-right:-20px!important}.v-application--is-ltr .ms-md-n6{margin-left:-24px!important}.v-application--is-rtl .ms-md-n6{margin-right:-24px!important}.v-application--is-ltr .ms-md-n7{margin-left:-28px!important}.v-application--is-rtl .ms-md-n7{margin-right:-28px!important}.v-application--is-ltr .ms-md-n8{margin-left:-32px!important}.v-application--is-rtl .ms-md-n8{margin-right:-32px!important}.v-application--is-ltr .ms-md-n9{margin-left:-36px!important}.v-application--is-rtl .ms-md-n9{margin-right:-36px!important}.v-application--is-ltr .ms-md-n10{margin-left:-40px!important}.v-application--is-rtl .ms-md-n10{margin-right:-40px!important}.v-application--is-ltr .ms-md-n11{margin-left:-44px!important}.v-application--is-rtl .ms-md-n11{margin-right:-44px!important}.v-application--is-ltr .ms-md-n12{margin-left:-48px!important}.v-application--is-rtl .ms-md-n12{margin-right:-48px!important}.v-application--is-ltr .ms-md-n13{margin-left:-52px!important}.v-application--is-rtl .ms-md-n13{margin-right:-52px!important}.v-application--is-ltr .ms-md-n14{margin-left:-56px!important}.v-application--is-rtl .ms-md-n14{margin-right:-56px!important}.v-application--is-ltr .ms-md-n15{margin-left:-60px!important}.v-application--is-rtl .ms-md-n15{margin-right:-60px!important}.v-application--is-ltr .ms-md-n16{margin-left:-64px!important}.v-application--is-rtl .ms-md-n16{margin-right:-64px!important}.v-application--is-ltr .me-md-n1{margin-right:-4px!important}.v-application--is-rtl .me-md-n1{margin-left:-4px!important}.v-application--is-ltr .me-md-n2{margin-right:-8px!important}.v-application--is-rtl .me-md-n2{margin-left:-8px!important}.v-application--is-ltr .me-md-n3{margin-right:-12px!important}.v-application--is-rtl .me-md-n3{margin-left:-12px!important}.v-application--is-ltr .me-md-n4{margin-right:-16px!important}.v-application--is-rtl .me-md-n4{margin-left:-16px!important}.v-application--is-ltr .me-md-n5{margin-right:-20px!important}.v-application--is-rtl .me-md-n5{margin-left:-20px!important}.v-application--is-ltr .me-md-n6{margin-right:-24px!important}.v-application--is-rtl .me-md-n6{margin-left:-24px!important}.v-application--is-ltr .me-md-n7{margin-right:-28px!important}.v-application--is-rtl .me-md-n7{margin-left:-28px!important}.v-application--is-ltr .me-md-n8{margin-right:-32px!important}.v-application--is-rtl .me-md-n8{margin-left:-32px!important}.v-application--is-ltr .me-md-n9{margin-right:-36px!important}.v-application--is-rtl .me-md-n9{margin-left:-36px!important}.v-application--is-ltr .me-md-n10{margin-right:-40px!important}.v-application--is-rtl .me-md-n10{margin-left:-40px!important}.v-application--is-ltr .me-md-n11{margin-right:-44px!important}.v-application--is-rtl .me-md-n11{margin-left:-44px!important}.v-application--is-ltr .me-md-n12{margin-right:-48px!important}.v-application--is-rtl .me-md-n12{margin-left:-48px!important}.v-application--is-ltr .me-md-n13{margin-right:-52px!important}.v-application--is-rtl .me-md-n13{margin-left:-52px!important}.v-application--is-ltr .me-md-n14{margin-right:-56px!important}.v-application--is-rtl .me-md-n14{margin-left:-56px!important}.v-application--is-ltr .me-md-n15{margin-right:-60px!important}.v-application--is-rtl .me-md-n15{margin-left:-60px!important}.v-application--is-ltr .me-md-n16{margin-right:-64px!important}.v-application--is-rtl .me-md-n16{margin-left:-64px!important}.v-application .pa-md-0{padding:0!important}.v-application .pa-md-1{padding:4px!important}.v-application .pa-md-2{padding:8px!important}.v-application .pa-md-3{padding:12px!important}.v-application .pa-md-4{padding:16px!important}.v-application .pa-md-5{padding:20px!important}.v-application .pa-md-6{padding:24px!important}.v-application .pa-md-7{padding:28px!important}.v-application .pa-md-8{padding:32px!important}.v-application .pa-md-9{padding:36px!important}.v-application .pa-md-10{padding:40px!important}.v-application .pa-md-11{padding:44px!important}.v-application .pa-md-12{padding:48px!important}.v-application .pa-md-13{padding:52px!important}.v-application .pa-md-14{padding:56px!important}.v-application .pa-md-15{padding:60px!important}.v-application .pa-md-16{padding:64px!important}.v-application .px-md-0{padding-right:0!important;padding-left:0!important}.v-application .px-md-1{padding-right:4px!important;padding-left:4px!important}.v-application .px-md-2{padding-right:8px!important;padding-left:8px!important}.v-application .px-md-3{padding-right:12px!important;padding-left:12px!important}.v-application .px-md-4{padding-right:16px!important;padding-left:16px!important}.v-application .px-md-5{padding-right:20px!important;padding-left:20px!important}.v-application .px-md-6{padding-right:24px!important;padding-left:24px!important}.v-application .px-md-7{padding-right:28px!important;padding-left:28px!important}.v-application .px-md-8{padding-right:32px!important;padding-left:32px!important}.v-application .px-md-9{padding-right:36px!important;padding-left:36px!important}.v-application .px-md-10{padding-right:40px!important;padding-left:40px!important}.v-application .px-md-11{padding-right:44px!important;padding-left:44px!important}.v-application .px-md-12{padding-right:48px!important;padding-left:48px!important}.v-application .px-md-13{padding-right:52px!important;padding-left:52px!important}.v-application .px-md-14{padding-right:56px!important;padding-left:56px!important}.v-application .px-md-15{padding-right:60px!important;padding-left:60px!important}.v-application .px-md-16{padding-right:64px!important;padding-left:64px!important}.v-application .py-md-0{padding-top:0!important;padding-bottom:0!important}.v-application .py-md-1{padding-top:4px!important;padding-bottom:4px!important}.v-application .py-md-2{padding-top:8px!important;padding-bottom:8px!important}.v-application .py-md-3{padding-top:12px!important;padding-bottom:12px!important}.v-application .py-md-4{padding-top:16px!important;padding-bottom:16px!important}.v-application .py-md-5{padding-top:20px!important;padding-bottom:20px!important}.v-application .py-md-6{padding-top:24px!important;padding-bottom:24px!important}.v-application .py-md-7{padding-top:28px!important;padding-bottom:28px!important}.v-application .py-md-8{padding-top:32px!important;padding-bottom:32px!important}.v-application .py-md-9{padding-top:36px!important;padding-bottom:36px!important}.v-application .py-md-10{padding-top:40px!important;padding-bottom:40px!important}.v-application .py-md-11{padding-top:44px!important;padding-bottom:44px!important}.v-application .py-md-12{padding-top:48px!important;padding-bottom:48px!important}.v-application .py-md-13{padding-top:52px!important;padding-bottom:52px!important}.v-application .py-md-14{padding-top:56px!important;padding-bottom:56px!important}.v-application .py-md-15{padding-top:60px!important;padding-bottom:60px!important}.v-application .py-md-16{padding-top:64px!important;padding-bottom:64px!important}.v-application .pt-md-0{padding-top:0!important}.v-application .pt-md-1{padding-top:4px!important}.v-application .pt-md-2{padding-top:8px!important}.v-application .pt-md-3{padding-top:12px!important}.v-application .pt-md-4{padding-top:16px!important}.v-application .pt-md-5{padding-top:20px!important}.v-application .pt-md-6{padding-top:24px!important}.v-application .pt-md-7{padding-top:28px!important}.v-application .pt-md-8{padding-top:32px!important}.v-application .pt-md-9{padding-top:36px!important}.v-application .pt-md-10{padding-top:40px!important}.v-application .pt-md-11{padding-top:44px!important}.v-application .pt-md-12{padding-top:48px!important}.v-application .pt-md-13{padding-top:52px!important}.v-application .pt-md-14{padding-top:56px!important}.v-application .pt-md-15{padding-top:60px!important}.v-application .pt-md-16{padding-top:64px!important}.v-application .pr-md-0{padding-right:0!important}.v-application .pr-md-1{padding-right:4px!important}.v-application .pr-md-2{padding-right:8px!important}.v-application .pr-md-3{padding-right:12px!important}.v-application .pr-md-4{padding-right:16px!important}.v-application .pr-md-5{padding-right:20px!important}.v-application .pr-md-6{padding-right:24px!important}.v-application .pr-md-7{padding-right:28px!important}.v-application .pr-md-8{padding-right:32px!important}.v-application .pr-md-9{padding-right:36px!important}.v-application .pr-md-10{padding-right:40px!important}.v-application .pr-md-11{padding-right:44px!important}.v-application .pr-md-12{padding-right:48px!important}.v-application .pr-md-13{padding-right:52px!important}.v-application .pr-md-14{padding-right:56px!important}.v-application .pr-md-15{padding-right:60px!important}.v-application .pr-md-16{padding-right:64px!important}.v-application .pb-md-0{padding-bottom:0!important}.v-application .pb-md-1{padding-bottom:4px!important}.v-application .pb-md-2{padding-bottom:8px!important}.v-application .pb-md-3{padding-bottom:12px!important}.v-application .pb-md-4{padding-bottom:16px!important}.v-application .pb-md-5{padding-bottom:20px!important}.v-application .pb-md-6{padding-bottom:24px!important}.v-application .pb-md-7{padding-bottom:28px!important}.v-application .pb-md-8{padding-bottom:32px!important}.v-application .pb-md-9{padding-bottom:36px!important}.v-application .pb-md-10{padding-bottom:40px!important}.v-application .pb-md-11{padding-bottom:44px!important}.v-application .pb-md-12{padding-bottom:48px!important}.v-application .pb-md-13{padding-bottom:52px!important}.v-application .pb-md-14{padding-bottom:56px!important}.v-application .pb-md-15{padding-bottom:60px!important}.v-application .pb-md-16{padding-bottom:64px!important}.v-application .pl-md-0{padding-left:0!important}.v-application .pl-md-1{padding-left:4px!important}.v-application .pl-md-2{padding-left:8px!important}.v-application .pl-md-3{padding-left:12px!important}.v-application .pl-md-4{padding-left:16px!important}.v-application .pl-md-5{padding-left:20px!important}.v-application .pl-md-6{padding-left:24px!important}.v-application .pl-md-7{padding-left:28px!important}.v-application .pl-md-8{padding-left:32px!important}.v-application .pl-md-9{padding-left:36px!important}.v-application .pl-md-10{padding-left:40px!important}.v-application .pl-md-11{padding-left:44px!important}.v-application .pl-md-12{padding-left:48px!important}.v-application .pl-md-13{padding-left:52px!important}.v-application .pl-md-14{padding-left:56px!important}.v-application .pl-md-15{padding-left:60px!important}.v-application .pl-md-16{padding-left:64px!important}.v-application--is-ltr .ps-md-0{padding-left:0!important}.v-application--is-rtl .ps-md-0{padding-right:0!important}.v-application--is-ltr .ps-md-1{padding-left:4px!important}.v-application--is-rtl .ps-md-1{padding-right:4px!important}.v-application--is-ltr .ps-md-2{padding-left:8px!important}.v-application--is-rtl .ps-md-2{padding-right:8px!important}.v-application--is-ltr .ps-md-3{padding-left:12px!important}.v-application--is-rtl .ps-md-3{padding-right:12px!important}.v-application--is-ltr .ps-md-4{padding-left:16px!important}.v-application--is-rtl .ps-md-4{padding-right:16px!important}.v-application--is-ltr .ps-md-5{padding-left:20px!important}.v-application--is-rtl .ps-md-5{padding-right:20px!important}.v-application--is-ltr .ps-md-6{padding-left:24px!important}.v-application--is-rtl .ps-md-6{padding-right:24px!important}.v-application--is-ltr .ps-md-7{padding-left:28px!important}.v-application--is-rtl .ps-md-7{padding-right:28px!important}.v-application--is-ltr .ps-md-8{padding-left:32px!important}.v-application--is-rtl .ps-md-8{padding-right:32px!important}.v-application--is-ltr .ps-md-9{padding-left:36px!important}.v-application--is-rtl .ps-md-9{padding-right:36px!important}.v-application--is-ltr .ps-md-10{padding-left:40px!important}.v-application--is-rtl .ps-md-10{padding-right:40px!important}.v-application--is-ltr .ps-md-11{padding-left:44px!important}.v-application--is-rtl .ps-md-11{padding-right:44px!important}.v-application--is-ltr .ps-md-12{padding-left:48px!important}.v-application--is-rtl .ps-md-12{padding-right:48px!important}.v-application--is-ltr .ps-md-13{padding-left:52px!important}.v-application--is-rtl .ps-md-13{padding-right:52px!important}.v-application--is-ltr .ps-md-14{padding-left:56px!important}.v-application--is-rtl .ps-md-14{padding-right:56px!important}.v-application--is-ltr .ps-md-15{padding-left:60px!important}.v-application--is-rtl .ps-md-15{padding-right:60px!important}.v-application--is-ltr .ps-md-16{padding-left:64px!important}.v-application--is-rtl .ps-md-16{padding-right:64px!important}.v-application--is-ltr .pe-md-0{padding-right:0!important}.v-application--is-rtl .pe-md-0{padding-left:0!important}.v-application--is-ltr .pe-md-1{padding-right:4px!important}.v-application--is-rtl .pe-md-1{padding-left:4px!important}.v-application--is-ltr .pe-md-2{padding-right:8px!important}.v-application--is-rtl .pe-md-2{padding-left:8px!important}.v-application--is-ltr .pe-md-3{padding-right:12px!important}.v-application--is-rtl .pe-md-3{padding-left:12px!important}.v-application--is-ltr .pe-md-4{padding-right:16px!important}.v-application--is-rtl .pe-md-4{padding-left:16px!important}.v-application--is-ltr .pe-md-5{padding-right:20px!important}.v-application--is-rtl .pe-md-5{padding-left:20px!important}.v-application--is-ltr .pe-md-6{padding-right:24px!important}.v-application--is-rtl .pe-md-6{padding-left:24px!important}.v-application--is-ltr .pe-md-7{padding-right:28px!important}.v-application--is-rtl .pe-md-7{padding-left:28px!important}.v-application--is-ltr .pe-md-8{padding-right:32px!important}.v-application--is-rtl .pe-md-8{padding-left:32px!important}.v-application--is-ltr .pe-md-9{padding-right:36px!important}.v-application--is-rtl .pe-md-9{padding-left:36px!important}.v-application--is-ltr .pe-md-10{padding-right:40px!important}.v-application--is-rtl .pe-md-10{padding-left:40px!important}.v-application--is-ltr .pe-md-11{padding-right:44px!important}.v-application--is-rtl .pe-md-11{padding-left:44px!important}.v-application--is-ltr .pe-md-12{padding-right:48px!important}.v-application--is-rtl .pe-md-12{padding-left:48px!important}.v-application--is-ltr .pe-md-13{padding-right:52px!important}.v-application--is-rtl .pe-md-13{padding-left:52px!important}.v-application--is-ltr .pe-md-14{padding-right:56px!important}.v-application--is-rtl .pe-md-14{padding-left:56px!important}.v-application--is-ltr .pe-md-15{padding-right:60px!important}.v-application--is-rtl .pe-md-15{padding-left:60px!important}.v-application--is-ltr .pe-md-16{padding-right:64px!important}.v-application--is-rtl .pe-md-16{padding-left:64px!important}.v-application .text-md-left{text-align:left!important}.v-application .text-md-right{text-align:right!important}.v-application .text-md-center{text-align:center!important}.v-application .text-md-justify{text-align:justify!important}.v-application .text-md-start{text-align:start!important}.v-application .text-md-end{text-align:end!important}.v-application .text-md-h1{font-size:6rem!important;line-height:6rem;letter-spacing:-.015625em!important}.v-application .text-md-h1,.v-application .text-md-h2{font-weight:300;font-family:Roboto,sans-serif!important}.v-application .text-md-h2{font-size:3.75rem!important;line-height:3.75rem;letter-spacing:-.0083333333em!important}.v-application .text-md-h3{font-size:3rem!important;line-height:3.125rem;letter-spacing:normal!important}.v-application .text-md-h3,.v-application .text-md-h4{font-weight:400;font-family:Roboto,sans-serif!important}.v-application .text-md-h4{font-size:2.125rem!important;line-height:2.5rem;letter-spacing:.0073529412em!important}.v-application .text-md-h5{font-size:1.5rem!important;font-weight:400;letter-spacing:normal!important}.v-application .text-md-h5,.v-application .text-md-h6{line-height:2rem;font-family:Roboto,sans-serif!important}.v-application .text-md-h6{font-size:1.25rem!important;font-weight:500;letter-spacing:.0125em!important}.v-application .text-md-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important}.v-application .text-md-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important}.v-application .text-md-body-1{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important}.v-application .text-md-body-2{font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important}.v-application .text-md-body-2,.v-application .text-md-button{font-size:.875rem!important;font-family:Roboto,sans-serif!important}.v-application .text-md-button{font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;text-transform:uppercase!important}.v-application .text-md-caption{font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important}.v-application .text-md-caption,.v-application .text-md-overline{font-size:.75rem!important;font-family:Roboto,sans-serif!important}.v-application .text-md-overline{font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;text-transform:uppercase!important}}@media(min-width:1264px){.v-application .d-lg-none{display:none!important}.v-application .d-lg-inline{display:inline!important}.v-application .d-lg-inline-block{display:inline-block!important}.v-application .d-lg-block{display:block!important}.v-application .d-lg-table{display:table!important}.v-application .d-lg-table-row{display:table-row!important}.v-application .d-lg-table-cell{display:table-cell!important}.v-application .d-lg-flex{display:flex!important}.v-application .d-lg-inline-flex{display:inline-flex!important}.v-application .float-lg-none{float:none!important}.v-application .float-lg-left{float:left!important}.v-application .float-lg-right{float:right!important}.v-application--is-rtl .float-lg-end{float:left!important}.v-application--is-ltr .float-lg-end,.v-application--is-rtl .float-lg-start{float:right!important}.v-application--is-ltr .float-lg-start{float:left!important}.v-application .flex-lg-fill{flex:1 1 auto!important}.v-application .flex-lg-row{flex-direction:row!important}.v-application .flex-lg-column{flex-direction:column!important}.v-application .flex-lg-row-reverse{flex-direction:row-reverse!important}.v-application .flex-lg-column-reverse{flex-direction:column-reverse!important}.v-application .flex-lg-grow-0{flex-grow:0!important}.v-application .flex-lg-grow-1{flex-grow:1!important}.v-application .flex-lg-shrink-0{flex-shrink:0!important}.v-application .flex-lg-shrink-1{flex-shrink:1!important}.v-application .flex-lg-wrap{flex-wrap:wrap!important}.v-application .flex-lg-nowrap{flex-wrap:nowrap!important}.v-application .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.v-application .justify-lg-start{justify-content:flex-start!important}.v-application .justify-lg-end{justify-content:flex-end!important}.v-application .justify-lg-center{justify-content:center!important}.v-application .justify-lg-space-between{justify-content:space-between!important}.v-application .justify-lg-space-around{justify-content:space-around!important}.v-application .align-lg-start{align-items:flex-start!important}.v-application .align-lg-end{align-items:flex-end!important}.v-application .align-lg-center{align-items:center!important}.v-application .align-lg-baseline{align-items:baseline!important}.v-application .align-lg-stretch{align-items:stretch!important}.v-application .align-content-lg-start{align-content:flex-start!important}.v-application .align-content-lg-end{align-content:flex-end!important}.v-application .align-content-lg-center{align-content:center!important}.v-application .align-content-lg-space-between{align-content:space-between!important}.v-application .align-content-lg-space-around{align-content:space-around!important}.v-application .align-content-lg-stretch{align-content:stretch!important}.v-application .align-self-lg-auto{align-self:auto!important}.v-application .align-self-lg-start{align-self:flex-start!important}.v-application .align-self-lg-end{align-self:flex-end!important}.v-application .align-self-lg-center{align-self:center!important}.v-application .align-self-lg-baseline{align-self:baseline!important}.v-application .align-self-lg-stretch{align-self:stretch!important}.v-application .order-lg-first{order:-1!important}.v-application .order-lg-0{order:0!important}.v-application .order-lg-1{order:1!important}.v-application .order-lg-2{order:2!important}.v-application .order-lg-3{order:3!important}.v-application .order-lg-4{order:4!important}.v-application .order-lg-5{order:5!important}.v-application .order-lg-6{order:6!important}.v-application .order-lg-7{order:7!important}.v-application .order-lg-8{order:8!important}.v-application .order-lg-9{order:9!important}.v-application .order-lg-10{order:10!important}.v-application .order-lg-11{order:11!important}.v-application .order-lg-12{order:12!important}.v-application .order-lg-last{order:13!important}.v-application .ma-lg-0{margin:0!important}.v-application .ma-lg-1{margin:4px!important}.v-application .ma-lg-2{margin:8px!important}.v-application .ma-lg-3{margin:12px!important}.v-application .ma-lg-4{margin:16px!important}.v-application .ma-lg-5{margin:20px!important}.v-application .ma-lg-6{margin:24px!important}.v-application .ma-lg-7{margin:28px!important}.v-application .ma-lg-8{margin:32px!important}.v-application .ma-lg-9{margin:36px!important}.v-application .ma-lg-10{margin:40px!important}.v-application .ma-lg-11{margin:44px!important}.v-application .ma-lg-12{margin:48px!important}.v-application .ma-lg-13{margin:52px!important}.v-application .ma-lg-14{margin:56px!important}.v-application .ma-lg-15{margin:60px!important}.v-application .ma-lg-16{margin:64px!important}.v-application .ma-lg-auto{margin:auto!important}.v-application .mx-lg-0{margin-right:0!important;margin-left:0!important}.v-application .mx-lg-1{margin-right:4px!important;margin-left:4px!important}.v-application .mx-lg-2{margin-right:8px!important;margin-left:8px!important}.v-application .mx-lg-3{margin-right:12px!important;margin-left:12px!important}.v-application .mx-lg-4{margin-right:16px!important;margin-left:16px!important}.v-application .mx-lg-5{margin-right:20px!important;margin-left:20px!important}.v-application .mx-lg-6{margin-right:24px!important;margin-left:24px!important}.v-application .mx-lg-7{margin-right:28px!important;margin-left:28px!important}.v-application .mx-lg-8{margin-right:32px!important;margin-left:32px!important}.v-application .mx-lg-9{margin-right:36px!important;margin-left:36px!important}.v-application .mx-lg-10{margin-right:40px!important;margin-left:40px!important}.v-application .mx-lg-11{margin-right:44px!important;margin-left:44px!important}.v-application .mx-lg-12{margin-right:48px!important;margin-left:48px!important}.v-application .mx-lg-13{margin-right:52px!important;margin-left:52px!important}.v-application .mx-lg-14{margin-right:56px!important;margin-left:56px!important}.v-application .mx-lg-15{margin-right:60px!important;margin-left:60px!important}.v-application .mx-lg-16{margin-right:64px!important;margin-left:64px!important}.v-application .mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.v-application .my-lg-0{margin-top:0!important;margin-bottom:0!important}.v-application .my-lg-1{margin-top:4px!important;margin-bottom:4px!important}.v-application .my-lg-2{margin-top:8px!important;margin-bottom:8px!important}.v-application .my-lg-3{margin-top:12px!important;margin-bottom:12px!important}.v-application .my-lg-4{margin-top:16px!important;margin-bottom:16px!important}.v-application .my-lg-5{margin-top:20px!important;margin-bottom:20px!important}.v-application .my-lg-6{margin-top:24px!important;margin-bottom:24px!important}.v-application .my-lg-7{margin-top:28px!important;margin-bottom:28px!important}.v-application .my-lg-8{margin-top:32px!important;margin-bottom:32px!important}.v-application .my-lg-9{margin-top:36px!important;margin-bottom:36px!important}.v-application .my-lg-10{margin-top:40px!important;margin-bottom:40px!important}.v-application .my-lg-11{margin-top:44px!important;margin-bottom:44px!important}.v-application .my-lg-12{margin-top:48px!important;margin-bottom:48px!important}.v-application .my-lg-13{margin-top:52px!important;margin-bottom:52px!important}.v-application .my-lg-14{margin-top:56px!important;margin-bottom:56px!important}.v-application .my-lg-15{margin-top:60px!important;margin-bottom:60px!important}.v-application .my-lg-16{margin-top:64px!important;margin-bottom:64px!important}.v-application .my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.v-application .mt-lg-0{margin-top:0!important}.v-application .mt-lg-1{margin-top:4px!important}.v-application .mt-lg-2{margin-top:8px!important}.v-application .mt-lg-3{margin-top:12px!important}.v-application .mt-lg-4{margin-top:16px!important}.v-application .mt-lg-5{margin-top:20px!important}.v-application .mt-lg-6{margin-top:24px!important}.v-application .mt-lg-7{margin-top:28px!important}.v-application .mt-lg-8{margin-top:32px!important}.v-application .mt-lg-9{margin-top:36px!important}.v-application .mt-lg-10{margin-top:40px!important}.v-application .mt-lg-11{margin-top:44px!important}.v-application .mt-lg-12{margin-top:48px!important}.v-application .mt-lg-13{margin-top:52px!important}.v-application .mt-lg-14{margin-top:56px!important}.v-application .mt-lg-15{margin-top:60px!important}.v-application .mt-lg-16{margin-top:64px!important}.v-application .mt-lg-auto{margin-top:auto!important}.v-application .mr-lg-0{margin-right:0!important}.v-application .mr-lg-1{margin-right:4px!important}.v-application .mr-lg-2{margin-right:8px!important}.v-application .mr-lg-3{margin-right:12px!important}.v-application .mr-lg-4{margin-right:16px!important}.v-application .mr-lg-5{margin-right:20px!important}.v-application .mr-lg-6{margin-right:24px!important}.v-application .mr-lg-7{margin-right:28px!important}.v-application .mr-lg-8{margin-right:32px!important}.v-application .mr-lg-9{margin-right:36px!important}.v-application .mr-lg-10{margin-right:40px!important}.v-application .mr-lg-11{margin-right:44px!important}.v-application .mr-lg-12{margin-right:48px!important}.v-application .mr-lg-13{margin-right:52px!important}.v-application .mr-lg-14{margin-right:56px!important}.v-application .mr-lg-15{margin-right:60px!important}.v-application .mr-lg-16{margin-right:64px!important}.v-application .mr-lg-auto{margin-right:auto!important}.v-application .mb-lg-0{margin-bottom:0!important}.v-application .mb-lg-1{margin-bottom:4px!important}.v-application .mb-lg-2{margin-bottom:8px!important}.v-application .mb-lg-3{margin-bottom:12px!important}.v-application .mb-lg-4{margin-bottom:16px!important}.v-application .mb-lg-5{margin-bottom:20px!important}.v-application .mb-lg-6{margin-bottom:24px!important}.v-application .mb-lg-7{margin-bottom:28px!important}.v-application .mb-lg-8{margin-bottom:32px!important}.v-application .mb-lg-9{margin-bottom:36px!important}.v-application .mb-lg-10{margin-bottom:40px!important}.v-application .mb-lg-11{margin-bottom:44px!important}.v-application .mb-lg-12{margin-bottom:48px!important}.v-application .mb-lg-13{margin-bottom:52px!important}.v-application .mb-lg-14{margin-bottom:56px!important}.v-application .mb-lg-15{margin-bottom:60px!important}.v-application .mb-lg-16{margin-bottom:64px!important}.v-application .mb-lg-auto{margin-bottom:auto!important}.v-application .ml-lg-0{margin-left:0!important}.v-application .ml-lg-1{margin-left:4px!important}.v-application .ml-lg-2{margin-left:8px!important}.v-application .ml-lg-3{margin-left:12px!important}.v-application .ml-lg-4{margin-left:16px!important}.v-application .ml-lg-5{margin-left:20px!important}.v-application .ml-lg-6{margin-left:24px!important}.v-application .ml-lg-7{margin-left:28px!important}.v-application .ml-lg-8{margin-left:32px!important}.v-application .ml-lg-9{margin-left:36px!important}.v-application .ml-lg-10{margin-left:40px!important}.v-application .ml-lg-11{margin-left:44px!important}.v-application .ml-lg-12{margin-left:48px!important}.v-application .ml-lg-13{margin-left:52px!important}.v-application .ml-lg-14{margin-left:56px!important}.v-application .ml-lg-15{margin-left:60px!important}.v-application .ml-lg-16{margin-left:64px!important}.v-application .ml-lg-auto{margin-left:auto!important}.v-application--is-ltr .ms-lg-0{margin-left:0!important}.v-application--is-rtl .ms-lg-0{margin-right:0!important}.v-application--is-ltr .ms-lg-1{margin-left:4px!important}.v-application--is-rtl .ms-lg-1{margin-right:4px!important}.v-application--is-ltr .ms-lg-2{margin-left:8px!important}.v-application--is-rtl .ms-lg-2{margin-right:8px!important}.v-application--is-ltr .ms-lg-3{margin-left:12px!important}.v-application--is-rtl .ms-lg-3{margin-right:12px!important}.v-application--is-ltr .ms-lg-4{margin-left:16px!important}.v-application--is-rtl .ms-lg-4{margin-right:16px!important}.v-application--is-ltr .ms-lg-5{margin-left:20px!important}.v-application--is-rtl .ms-lg-5{margin-right:20px!important}.v-application--is-ltr .ms-lg-6{margin-left:24px!important}.v-application--is-rtl .ms-lg-6{margin-right:24px!important}.v-application--is-ltr .ms-lg-7{margin-left:28px!important}.v-application--is-rtl .ms-lg-7{margin-right:28px!important}.v-application--is-ltr .ms-lg-8{margin-left:32px!important}.v-application--is-rtl .ms-lg-8{margin-right:32px!important}.v-application--is-ltr .ms-lg-9{margin-left:36px!important}.v-application--is-rtl .ms-lg-9{margin-right:36px!important}.v-application--is-ltr .ms-lg-10{margin-left:40px!important}.v-application--is-rtl .ms-lg-10{margin-right:40px!important}.v-application--is-ltr .ms-lg-11{margin-left:44px!important}.v-application--is-rtl .ms-lg-11{margin-right:44px!important}.v-application--is-ltr .ms-lg-12{margin-left:48px!important}.v-application--is-rtl .ms-lg-12{margin-right:48px!important}.v-application--is-ltr .ms-lg-13{margin-left:52px!important}.v-application--is-rtl .ms-lg-13{margin-right:52px!important}.v-application--is-ltr .ms-lg-14{margin-left:56px!important}.v-application--is-rtl .ms-lg-14{margin-right:56px!important}.v-application--is-ltr .ms-lg-15{margin-left:60px!important}.v-application--is-rtl .ms-lg-15{margin-right:60px!important}.v-application--is-ltr .ms-lg-16{margin-left:64px!important}.v-application--is-rtl .ms-lg-16{margin-right:64px!important}.v-application--is-ltr .ms-lg-auto{margin-left:auto!important}.v-application--is-rtl .ms-lg-auto{margin-right:auto!important}.v-application--is-ltr .me-lg-0{margin-right:0!important}.v-application--is-rtl .me-lg-0{margin-left:0!important}.v-application--is-ltr .me-lg-1{margin-right:4px!important}.v-application--is-rtl .me-lg-1{margin-left:4px!important}.v-application--is-ltr .me-lg-2{margin-right:8px!important}.v-application--is-rtl .me-lg-2{margin-left:8px!important}.v-application--is-ltr .me-lg-3{margin-right:12px!important}.v-application--is-rtl .me-lg-3{margin-left:12px!important}.v-application--is-ltr .me-lg-4{margin-right:16px!important}.v-application--is-rtl .me-lg-4{margin-left:16px!important}.v-application--is-ltr .me-lg-5{margin-right:20px!important}.v-application--is-rtl .me-lg-5{margin-left:20px!important}.v-application--is-ltr .me-lg-6{margin-right:24px!important}.v-application--is-rtl .me-lg-6{margin-left:24px!important}.v-application--is-ltr .me-lg-7{margin-right:28px!important}.v-application--is-rtl .me-lg-7{margin-left:28px!important}.v-application--is-ltr .me-lg-8{margin-right:32px!important}.v-application--is-rtl .me-lg-8{margin-left:32px!important}.v-application--is-ltr .me-lg-9{margin-right:36px!important}.v-application--is-rtl .me-lg-9{margin-left:36px!important}.v-application--is-ltr .me-lg-10{margin-right:40px!important}.v-application--is-rtl .me-lg-10{margin-left:40px!important}.v-application--is-ltr .me-lg-11{margin-right:44px!important}.v-application--is-rtl .me-lg-11{margin-left:44px!important}.v-application--is-ltr .me-lg-12{margin-right:48px!important}.v-application--is-rtl .me-lg-12{margin-left:48px!important}.v-application--is-ltr .me-lg-13{margin-right:52px!important}.v-application--is-rtl .me-lg-13{margin-left:52px!important}.v-application--is-ltr .me-lg-14{margin-right:56px!important}.v-application--is-rtl .me-lg-14{margin-left:56px!important}.v-application--is-ltr .me-lg-15{margin-right:60px!important}.v-application--is-rtl .me-lg-15{margin-left:60px!important}.v-application--is-ltr .me-lg-16{margin-right:64px!important}.v-application--is-rtl .me-lg-16{margin-left:64px!important}.v-application--is-ltr .me-lg-auto{margin-right:auto!important}.v-application--is-rtl .me-lg-auto{margin-left:auto!important}.v-application .ma-lg-n1{margin:-4px!important}.v-application .ma-lg-n2{margin:-8px!important}.v-application .ma-lg-n3{margin:-12px!important}.v-application .ma-lg-n4{margin:-16px!important}.v-application .ma-lg-n5{margin:-20px!important}.v-application .ma-lg-n6{margin:-24px!important}.v-application .ma-lg-n7{margin:-28px!important}.v-application .ma-lg-n8{margin:-32px!important}.v-application .ma-lg-n9{margin:-36px!important}.v-application .ma-lg-n10{margin:-40px!important}.v-application .ma-lg-n11{margin:-44px!important}.v-application .ma-lg-n12{margin:-48px!important}.v-application .ma-lg-n13{margin:-52px!important}.v-application .ma-lg-n14{margin:-56px!important}.v-application .ma-lg-n15{margin:-60px!important}.v-application .ma-lg-n16{margin:-64px!important}.v-application .mx-lg-n1{margin-right:-4px!important;margin-left:-4px!important}.v-application .mx-lg-n2{margin-right:-8px!important;margin-left:-8px!important}.v-application .mx-lg-n3{margin-right:-12px!important;margin-left:-12px!important}.v-application .mx-lg-n4{margin-right:-16px!important;margin-left:-16px!important}.v-application .mx-lg-n5{margin-right:-20px!important;margin-left:-20px!important}.v-application .mx-lg-n6{margin-right:-24px!important;margin-left:-24px!important}.v-application .mx-lg-n7{margin-right:-28px!important;margin-left:-28px!important}.v-application .mx-lg-n8{margin-right:-32px!important;margin-left:-32px!important}.v-application .mx-lg-n9{margin-right:-36px!important;margin-left:-36px!important}.v-application .mx-lg-n10{margin-right:-40px!important;margin-left:-40px!important}.v-application .mx-lg-n11{margin-right:-44px!important;margin-left:-44px!important}.v-application .mx-lg-n12{margin-right:-48px!important;margin-left:-48px!important}.v-application .mx-lg-n13{margin-right:-52px!important;margin-left:-52px!important}.v-application .mx-lg-n14{margin-right:-56px!important;margin-left:-56px!important}.v-application .mx-lg-n15{margin-right:-60px!important;margin-left:-60px!important}.v-application .mx-lg-n16{margin-right:-64px!important;margin-left:-64px!important}.v-application .my-lg-n1{margin-top:-4px!important;margin-bottom:-4px!important}.v-application .my-lg-n2{margin-top:-8px!important;margin-bottom:-8px!important}.v-application .my-lg-n3{margin-top:-12px!important;margin-bottom:-12px!important}.v-application .my-lg-n4{margin-top:-16px!important;margin-bottom:-16px!important}.v-application .my-lg-n5{margin-top:-20px!important;margin-bottom:-20px!important}.v-application .my-lg-n6{margin-top:-24px!important;margin-bottom:-24px!important}.v-application .my-lg-n7{margin-top:-28px!important;margin-bottom:-28px!important}.v-application .my-lg-n8{margin-top:-32px!important;margin-bottom:-32px!important}.v-application .my-lg-n9{margin-top:-36px!important;margin-bottom:-36px!important}.v-application .my-lg-n10{margin-top:-40px!important;margin-bottom:-40px!important}.v-application .my-lg-n11{margin-top:-44px!important;margin-bottom:-44px!important}.v-application .my-lg-n12{margin-top:-48px!important;margin-bottom:-48px!important}.v-application .my-lg-n13{margin-top:-52px!important;margin-bottom:-52px!important}.v-application .my-lg-n14{margin-top:-56px!important;margin-bottom:-56px!important}.v-application .my-lg-n15{margin-top:-60px!important;margin-bottom:-60px!important}.v-application .my-lg-n16{margin-top:-64px!important;margin-bottom:-64px!important}.v-application .mt-lg-n1{margin-top:-4px!important}.v-application .mt-lg-n2{margin-top:-8px!important}.v-application .mt-lg-n3{margin-top:-12px!important}.v-application .mt-lg-n4{margin-top:-16px!important}.v-application .mt-lg-n5{margin-top:-20px!important}.v-application .mt-lg-n6{margin-top:-24px!important}.v-application .mt-lg-n7{margin-top:-28px!important}.v-application .mt-lg-n8{margin-top:-32px!important}.v-application .mt-lg-n9{margin-top:-36px!important}.v-application .mt-lg-n10{margin-top:-40px!important}.v-application .mt-lg-n11{margin-top:-44px!important}.v-application .mt-lg-n12{margin-top:-48px!important}.v-application .mt-lg-n13{margin-top:-52px!important}.v-application .mt-lg-n14{margin-top:-56px!important}.v-application .mt-lg-n15{margin-top:-60px!important}.v-application .mt-lg-n16{margin-top:-64px!important}.v-application .mr-lg-n1{margin-right:-4px!important}.v-application .mr-lg-n2{margin-right:-8px!important}.v-application .mr-lg-n3{margin-right:-12px!important}.v-application .mr-lg-n4{margin-right:-16px!important}.v-application .mr-lg-n5{margin-right:-20px!important}.v-application .mr-lg-n6{margin-right:-24px!important}.v-application .mr-lg-n7{margin-right:-28px!important}.v-application .mr-lg-n8{margin-right:-32px!important}.v-application .mr-lg-n9{margin-right:-36px!important}.v-application .mr-lg-n10{margin-right:-40px!important}.v-application .mr-lg-n11{margin-right:-44px!important}.v-application .mr-lg-n12{margin-right:-48px!important}.v-application .mr-lg-n13{margin-right:-52px!important}.v-application .mr-lg-n14{margin-right:-56px!important}.v-application .mr-lg-n15{margin-right:-60px!important}.v-application .mr-lg-n16{margin-right:-64px!important}.v-application .mb-lg-n1{margin-bottom:-4px!important}.v-application .mb-lg-n2{margin-bottom:-8px!important}.v-application .mb-lg-n3{margin-bottom:-12px!important}.v-application .mb-lg-n4{margin-bottom:-16px!important}.v-application .mb-lg-n5{margin-bottom:-20px!important}.v-application .mb-lg-n6{margin-bottom:-24px!important}.v-application .mb-lg-n7{margin-bottom:-28px!important}.v-application .mb-lg-n8{margin-bottom:-32px!important}.v-application .mb-lg-n9{margin-bottom:-36px!important}.v-application .mb-lg-n10{margin-bottom:-40px!important}.v-application .mb-lg-n11{margin-bottom:-44px!important}.v-application .mb-lg-n12{margin-bottom:-48px!important}.v-application .mb-lg-n13{margin-bottom:-52px!important}.v-application .mb-lg-n14{margin-bottom:-56px!important}.v-application .mb-lg-n15{margin-bottom:-60px!important}.v-application .mb-lg-n16{margin-bottom:-64px!important}.v-application .ml-lg-n1{margin-left:-4px!important}.v-application .ml-lg-n2{margin-left:-8px!important}.v-application .ml-lg-n3{margin-left:-12px!important}.v-application .ml-lg-n4{margin-left:-16px!important}.v-application .ml-lg-n5{margin-left:-20px!important}.v-application .ml-lg-n6{margin-left:-24px!important}.v-application .ml-lg-n7{margin-left:-28px!important}.v-application .ml-lg-n8{margin-left:-32px!important}.v-application .ml-lg-n9{margin-left:-36px!important}.v-application .ml-lg-n10{margin-left:-40px!important}.v-application .ml-lg-n11{margin-left:-44px!important}.v-application .ml-lg-n12{margin-left:-48px!important}.v-application .ml-lg-n13{margin-left:-52px!important}.v-application .ml-lg-n14{margin-left:-56px!important}.v-application .ml-lg-n15{margin-left:-60px!important}.v-application .ml-lg-n16{margin-left:-64px!important}.v-application--is-ltr .ms-lg-n1{margin-left:-4px!important}.v-application--is-rtl .ms-lg-n1{margin-right:-4px!important}.v-application--is-ltr .ms-lg-n2{margin-left:-8px!important}.v-application--is-rtl .ms-lg-n2{margin-right:-8px!important}.v-application--is-ltr .ms-lg-n3{margin-left:-12px!important}.v-application--is-rtl .ms-lg-n3{margin-right:-12px!important}.v-application--is-ltr .ms-lg-n4{margin-left:-16px!important}.v-application--is-rtl .ms-lg-n4{margin-right:-16px!important}.v-application--is-ltr .ms-lg-n5{margin-left:-20px!important}.v-application--is-rtl .ms-lg-n5{margin-right:-20px!important}.v-application--is-ltr .ms-lg-n6{margin-left:-24px!important}.v-application--is-rtl .ms-lg-n6{margin-right:-24px!important}.v-application--is-ltr .ms-lg-n7{margin-left:-28px!important}.v-application--is-rtl .ms-lg-n7{margin-right:-28px!important}.v-application--is-ltr .ms-lg-n8{margin-left:-32px!important}.v-application--is-rtl .ms-lg-n8{margin-right:-32px!important}.v-application--is-ltr .ms-lg-n9{margin-left:-36px!important}.v-application--is-rtl .ms-lg-n9{margin-right:-36px!important}.v-application--is-ltr .ms-lg-n10{margin-left:-40px!important}.v-application--is-rtl .ms-lg-n10{margin-right:-40px!important}.v-application--is-ltr .ms-lg-n11{margin-left:-44px!important}.v-application--is-rtl .ms-lg-n11{margin-right:-44px!important}.v-application--is-ltr .ms-lg-n12{margin-left:-48px!important}.v-application--is-rtl .ms-lg-n12{margin-right:-48px!important}.v-application--is-ltr .ms-lg-n13{margin-left:-52px!important}.v-application--is-rtl .ms-lg-n13{margin-right:-52px!important}.v-application--is-ltr .ms-lg-n14{margin-left:-56px!important}.v-application--is-rtl .ms-lg-n14{margin-right:-56px!important}.v-application--is-ltr .ms-lg-n15{margin-left:-60px!important}.v-application--is-rtl .ms-lg-n15{margin-right:-60px!important}.v-application--is-ltr .ms-lg-n16{margin-left:-64px!important}.v-application--is-rtl .ms-lg-n16{margin-right:-64px!important}.v-application--is-ltr .me-lg-n1{margin-right:-4px!important}.v-application--is-rtl .me-lg-n1{margin-left:-4px!important}.v-application--is-ltr .me-lg-n2{margin-right:-8px!important}.v-application--is-rtl .me-lg-n2{margin-left:-8px!important}.v-application--is-ltr .me-lg-n3{margin-right:-12px!important}.v-application--is-rtl .me-lg-n3{margin-left:-12px!important}.v-application--is-ltr .me-lg-n4{margin-right:-16px!important}.v-application--is-rtl .me-lg-n4{margin-left:-16px!important}.v-application--is-ltr .me-lg-n5{margin-right:-20px!important}.v-application--is-rtl .me-lg-n5{margin-left:-20px!important}.v-application--is-ltr .me-lg-n6{margin-right:-24px!important}.v-application--is-rtl .me-lg-n6{margin-left:-24px!important}.v-application--is-ltr .me-lg-n7{margin-right:-28px!important}.v-application--is-rtl .me-lg-n7{margin-left:-28px!important}.v-application--is-ltr .me-lg-n8{margin-right:-32px!important}.v-application--is-rtl .me-lg-n8{margin-left:-32px!important}.v-application--is-ltr .me-lg-n9{margin-right:-36px!important}.v-application--is-rtl .me-lg-n9{margin-left:-36px!important}.v-application--is-ltr .me-lg-n10{margin-right:-40px!important}.v-application--is-rtl .me-lg-n10{margin-left:-40px!important}.v-application--is-ltr .me-lg-n11{margin-right:-44px!important}.v-application--is-rtl .me-lg-n11{margin-left:-44px!important}.v-application--is-ltr .me-lg-n12{margin-right:-48px!important}.v-application--is-rtl .me-lg-n12{margin-left:-48px!important}.v-application--is-ltr .me-lg-n13{margin-right:-52px!important}.v-application--is-rtl .me-lg-n13{margin-left:-52px!important}.v-application--is-ltr .me-lg-n14{margin-right:-56px!important}.v-application--is-rtl .me-lg-n14{margin-left:-56px!important}.v-application--is-ltr .me-lg-n15{margin-right:-60px!important}.v-application--is-rtl .me-lg-n15{margin-left:-60px!important}.v-application--is-ltr .me-lg-n16{margin-right:-64px!important}.v-application--is-rtl .me-lg-n16{margin-left:-64px!important}.v-application .pa-lg-0{padding:0!important}.v-application .pa-lg-1{padding:4px!important}.v-application .pa-lg-2{padding:8px!important}.v-application .pa-lg-3{padding:12px!important}.v-application .pa-lg-4{padding:16px!important}.v-application .pa-lg-5{padding:20px!important}.v-application .pa-lg-6{padding:24px!important}.v-application .pa-lg-7{padding:28px!important}.v-application .pa-lg-8{padding:32px!important}.v-application .pa-lg-9{padding:36px!important}.v-application .pa-lg-10{padding:40px!important}.v-application .pa-lg-11{padding:44px!important}.v-application .pa-lg-12{padding:48px!important}.v-application .pa-lg-13{padding:52px!important}.v-application .pa-lg-14{padding:56px!important}.v-application .pa-lg-15{padding:60px!important}.v-application .pa-lg-16{padding:64px!important}.v-application .px-lg-0{padding-right:0!important;padding-left:0!important}.v-application .px-lg-1{padding-right:4px!important;padding-left:4px!important}.v-application .px-lg-2{padding-right:8px!important;padding-left:8px!important}.v-application .px-lg-3{padding-right:12px!important;padding-left:12px!important}.v-application .px-lg-4{padding-right:16px!important;padding-left:16px!important}.v-application .px-lg-5{padding-right:20px!important;padding-left:20px!important}.v-application .px-lg-6{padding-right:24px!important;padding-left:24px!important}.v-application .px-lg-7{padding-right:28px!important;padding-left:28px!important}.v-application .px-lg-8{padding-right:32px!important;padding-left:32px!important}.v-application .px-lg-9{padding-right:36px!important;padding-left:36px!important}.v-application .px-lg-10{padding-right:40px!important;padding-left:40px!important}.v-application .px-lg-11{padding-right:44px!important;padding-left:44px!important}.v-application .px-lg-12{padding-right:48px!important;padding-left:48px!important}.v-application .px-lg-13{padding-right:52px!important;padding-left:52px!important}.v-application .px-lg-14{padding-right:56px!important;padding-left:56px!important}.v-application .px-lg-15{padding-right:60px!important;padding-left:60px!important}.v-application .px-lg-16{padding-right:64px!important;padding-left:64px!important}.v-application .py-lg-0{padding-top:0!important;padding-bottom:0!important}.v-application .py-lg-1{padding-top:4px!important;padding-bottom:4px!important}.v-application .py-lg-2{padding-top:8px!important;padding-bottom:8px!important}.v-application .py-lg-3{padding-top:12px!important;padding-bottom:12px!important}.v-application .py-lg-4{padding-top:16px!important;padding-bottom:16px!important}.v-application .py-lg-5{padding-top:20px!important;padding-bottom:20px!important}.v-application .py-lg-6{padding-top:24px!important;padding-bottom:24px!important}.v-application .py-lg-7{padding-top:28px!important;padding-bottom:28px!important}.v-application .py-lg-8{padding-top:32px!important;padding-bottom:32px!important}.v-application .py-lg-9{padding-top:36px!important;padding-bottom:36px!important}.v-application .py-lg-10{padding-top:40px!important;padding-bottom:40px!important}.v-application .py-lg-11{padding-top:44px!important;padding-bottom:44px!important}.v-application .py-lg-12{padding-top:48px!important;padding-bottom:48px!important}.v-application .py-lg-13{padding-top:52px!important;padding-bottom:52px!important}.v-application .py-lg-14{padding-top:56px!important;padding-bottom:56px!important}.v-application .py-lg-15{padding-top:60px!important;padding-bottom:60px!important}.v-application .py-lg-16{padding-top:64px!important;padding-bottom:64px!important}.v-application .pt-lg-0{padding-top:0!important}.v-application .pt-lg-1{padding-top:4px!important}.v-application .pt-lg-2{padding-top:8px!important}.v-application .pt-lg-3{padding-top:12px!important}.v-application .pt-lg-4{padding-top:16px!important}.v-application .pt-lg-5{padding-top:20px!important}.v-application .pt-lg-6{padding-top:24px!important}.v-application .pt-lg-7{padding-top:28px!important}.v-application .pt-lg-8{padding-top:32px!important}.v-application .pt-lg-9{padding-top:36px!important}.v-application .pt-lg-10{padding-top:40px!important}.v-application .pt-lg-11{padding-top:44px!important}.v-application .pt-lg-12{padding-top:48px!important}.v-application .pt-lg-13{padding-top:52px!important}.v-application .pt-lg-14{padding-top:56px!important}.v-application .pt-lg-15{padding-top:60px!important}.v-application .pt-lg-16{padding-top:64px!important}.v-application .pr-lg-0{padding-right:0!important}.v-application .pr-lg-1{padding-right:4px!important}.v-application .pr-lg-2{padding-right:8px!important}.v-application .pr-lg-3{padding-right:12px!important}.v-application .pr-lg-4{padding-right:16px!important}.v-application .pr-lg-5{padding-right:20px!important}.v-application .pr-lg-6{padding-right:24px!important}.v-application .pr-lg-7{padding-right:28px!important}.v-application .pr-lg-8{padding-right:32px!important}.v-application .pr-lg-9{padding-right:36px!important}.v-application .pr-lg-10{padding-right:40px!important}.v-application .pr-lg-11{padding-right:44px!important}.v-application .pr-lg-12{padding-right:48px!important}.v-application .pr-lg-13{padding-right:52px!important}.v-application .pr-lg-14{padding-right:56px!important}.v-application .pr-lg-15{padding-right:60px!important}.v-application .pr-lg-16{padding-right:64px!important}.v-application .pb-lg-0{padding-bottom:0!important}.v-application .pb-lg-1{padding-bottom:4px!important}.v-application .pb-lg-2{padding-bottom:8px!important}.v-application .pb-lg-3{padding-bottom:12px!important}.v-application .pb-lg-4{padding-bottom:16px!important}.v-application .pb-lg-5{padding-bottom:20px!important}.v-application .pb-lg-6{padding-bottom:24px!important}.v-application .pb-lg-7{padding-bottom:28px!important}.v-application .pb-lg-8{padding-bottom:32px!important}.v-application .pb-lg-9{padding-bottom:36px!important}.v-application .pb-lg-10{padding-bottom:40px!important}.v-application .pb-lg-11{padding-bottom:44px!important}.v-application .pb-lg-12{padding-bottom:48px!important}.v-application .pb-lg-13{padding-bottom:52px!important}.v-application .pb-lg-14{padding-bottom:56px!important}.v-application .pb-lg-15{padding-bottom:60px!important}.v-application .pb-lg-16{padding-bottom:64px!important}.v-application .pl-lg-0{padding-left:0!important}.v-application .pl-lg-1{padding-left:4px!important}.v-application .pl-lg-2{padding-left:8px!important}.v-application .pl-lg-3{padding-left:12px!important}.v-application .pl-lg-4{padding-left:16px!important}.v-application .pl-lg-5{padding-left:20px!important}.v-application .pl-lg-6{padding-left:24px!important}.v-application .pl-lg-7{padding-left:28px!important}.v-application .pl-lg-8{padding-left:32px!important}.v-application .pl-lg-9{padding-left:36px!important}.v-application .pl-lg-10{padding-left:40px!important}.v-application .pl-lg-11{padding-left:44px!important}.v-application .pl-lg-12{padding-left:48px!important}.v-application .pl-lg-13{padding-left:52px!important}.v-application .pl-lg-14{padding-left:56px!important}.v-application .pl-lg-15{padding-left:60px!important}.v-application .pl-lg-16{padding-left:64px!important}.v-application--is-ltr .ps-lg-0{padding-left:0!important}.v-application--is-rtl .ps-lg-0{padding-right:0!important}.v-application--is-ltr .ps-lg-1{padding-left:4px!important}.v-application--is-rtl .ps-lg-1{padding-right:4px!important}.v-application--is-ltr .ps-lg-2{padding-left:8px!important}.v-application--is-rtl .ps-lg-2{padding-right:8px!important}.v-application--is-ltr .ps-lg-3{padding-left:12px!important}.v-application--is-rtl .ps-lg-3{padding-right:12px!important}.v-application--is-ltr .ps-lg-4{padding-left:16px!important}.v-application--is-rtl .ps-lg-4{padding-right:16px!important}.v-application--is-ltr .ps-lg-5{padding-left:20px!important}.v-application--is-rtl .ps-lg-5{padding-right:20px!important}.v-application--is-ltr .ps-lg-6{padding-left:24px!important}.v-application--is-rtl .ps-lg-6{padding-right:24px!important}.v-application--is-ltr .ps-lg-7{padding-left:28px!important}.v-application--is-rtl .ps-lg-7{padding-right:28px!important}.v-application--is-ltr .ps-lg-8{padding-left:32px!important}.v-application--is-rtl .ps-lg-8{padding-right:32px!important}.v-application--is-ltr .ps-lg-9{padding-left:36px!important}.v-application--is-rtl .ps-lg-9{padding-right:36px!important}.v-application--is-ltr .ps-lg-10{padding-left:40px!important}.v-application--is-rtl .ps-lg-10{padding-right:40px!important}.v-application--is-ltr .ps-lg-11{padding-left:44px!important}.v-application--is-rtl .ps-lg-11{padding-right:44px!important}.v-application--is-ltr .ps-lg-12{padding-left:48px!important}.v-application--is-rtl .ps-lg-12{padding-right:48px!important}.v-application--is-ltr .ps-lg-13{padding-left:52px!important}.v-application--is-rtl .ps-lg-13{padding-right:52px!important}.v-application--is-ltr .ps-lg-14{padding-left:56px!important}.v-application--is-rtl .ps-lg-14{padding-right:56px!important}.v-application--is-ltr .ps-lg-15{padding-left:60px!important}.v-application--is-rtl .ps-lg-15{padding-right:60px!important}.v-application--is-ltr .ps-lg-16{padding-left:64px!important}.v-application--is-rtl .ps-lg-16{padding-right:64px!important}.v-application--is-ltr .pe-lg-0{padding-right:0!important}.v-application--is-rtl .pe-lg-0{padding-left:0!important}.v-application--is-ltr .pe-lg-1{padding-right:4px!important}.v-application--is-rtl .pe-lg-1{padding-left:4px!important}.v-application--is-ltr .pe-lg-2{padding-right:8px!important}.v-application--is-rtl .pe-lg-2{padding-left:8px!important}.v-application--is-ltr .pe-lg-3{padding-right:12px!important}.v-application--is-rtl .pe-lg-3{padding-left:12px!important}.v-application--is-ltr .pe-lg-4{padding-right:16px!important}.v-application--is-rtl .pe-lg-4{padding-left:16px!important}.v-application--is-ltr .pe-lg-5{padding-right:20px!important}.v-application--is-rtl .pe-lg-5{padding-left:20px!important}.v-application--is-ltr .pe-lg-6{padding-right:24px!important}.v-application--is-rtl .pe-lg-6{padding-left:24px!important}.v-application--is-ltr .pe-lg-7{padding-right:28px!important}.v-application--is-rtl .pe-lg-7{padding-left:28px!important}.v-application--is-ltr .pe-lg-8{padding-right:32px!important}.v-application--is-rtl .pe-lg-8{padding-left:32px!important}.v-application--is-ltr .pe-lg-9{padding-right:36px!important}.v-application--is-rtl .pe-lg-9{padding-left:36px!important}.v-application--is-ltr .pe-lg-10{padding-right:40px!important}.v-application--is-rtl .pe-lg-10{padding-left:40px!important}.v-application--is-ltr .pe-lg-11{padding-right:44px!important}.v-application--is-rtl .pe-lg-11{padding-left:44px!important}.v-application--is-ltr .pe-lg-12{padding-right:48px!important}.v-application--is-rtl .pe-lg-12{padding-left:48px!important}.v-application--is-ltr .pe-lg-13{padding-right:52px!important}.v-application--is-rtl .pe-lg-13{padding-left:52px!important}.v-application--is-ltr .pe-lg-14{padding-right:56px!important}.v-application--is-rtl .pe-lg-14{padding-left:56px!important}.v-application--is-ltr .pe-lg-15{padding-right:60px!important}.v-application--is-rtl .pe-lg-15{padding-left:60px!important}.v-application--is-ltr .pe-lg-16{padding-right:64px!important}.v-application--is-rtl .pe-lg-16{padding-left:64px!important}.v-application .text-lg-left{text-align:left!important}.v-application .text-lg-right{text-align:right!important}.v-application .text-lg-center{text-align:center!important}.v-application .text-lg-justify{text-align:justify!important}.v-application .text-lg-start{text-align:start!important}.v-application .text-lg-end{text-align:end!important}.v-application .text-lg-h1{font-size:6rem!important;line-height:6rem;letter-spacing:-.015625em!important}.v-application .text-lg-h1,.v-application .text-lg-h2{font-weight:300;font-family:Roboto,sans-serif!important}.v-application .text-lg-h2{font-size:3.75rem!important;line-height:3.75rem;letter-spacing:-.0083333333em!important}.v-application .text-lg-h3{font-size:3rem!important;line-height:3.125rem;letter-spacing:normal!important}.v-application .text-lg-h3,.v-application .text-lg-h4{font-weight:400;font-family:Roboto,sans-serif!important}.v-application .text-lg-h4{font-size:2.125rem!important;line-height:2.5rem;letter-spacing:.0073529412em!important}.v-application .text-lg-h5{font-size:1.5rem!important;font-weight:400;letter-spacing:normal!important}.v-application .text-lg-h5,.v-application .text-lg-h6{line-height:2rem;font-family:Roboto,sans-serif!important}.v-application .text-lg-h6{font-size:1.25rem!important;font-weight:500;letter-spacing:.0125em!important}.v-application .text-lg-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important}.v-application .text-lg-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important}.v-application .text-lg-body-1{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important}.v-application .text-lg-body-2{font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important}.v-application .text-lg-body-2,.v-application .text-lg-button{font-size:.875rem!important;font-family:Roboto,sans-serif!important}.v-application .text-lg-button{font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;text-transform:uppercase!important}.v-application .text-lg-caption{font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important}.v-application .text-lg-caption,.v-application .text-lg-overline{font-size:.75rem!important;font-family:Roboto,sans-serif!important}.v-application .text-lg-overline{font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;text-transform:uppercase!important}}@media(min-width:1904px){.v-application .d-xl-none{display:none!important}.v-application .d-xl-inline{display:inline!important}.v-application .d-xl-inline-block{display:inline-block!important}.v-application .d-xl-block{display:block!important}.v-application .d-xl-table{display:table!important}.v-application .d-xl-table-row{display:table-row!important}.v-application .d-xl-table-cell{display:table-cell!important}.v-application .d-xl-flex{display:flex!important}.v-application .d-xl-inline-flex{display:inline-flex!important}.v-application .float-xl-none{float:none!important}.v-application .float-xl-left{float:left!important}.v-application .float-xl-right{float:right!important}.v-application--is-rtl .float-xl-end{float:left!important}.v-application--is-ltr .float-xl-end,.v-application--is-rtl .float-xl-start{float:right!important}.v-application--is-ltr .float-xl-start{float:left!important}.v-application .flex-xl-fill{flex:1 1 auto!important}.v-application .flex-xl-row{flex-direction:row!important}.v-application .flex-xl-column{flex-direction:column!important}.v-application .flex-xl-row-reverse{flex-direction:row-reverse!important}.v-application .flex-xl-column-reverse{flex-direction:column-reverse!important}.v-application .flex-xl-grow-0{flex-grow:0!important}.v-application .flex-xl-grow-1{flex-grow:1!important}.v-application .flex-xl-shrink-0{flex-shrink:0!important}.v-application .flex-xl-shrink-1{flex-shrink:1!important}.v-application .flex-xl-wrap{flex-wrap:wrap!important}.v-application .flex-xl-nowrap{flex-wrap:nowrap!important}.v-application .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.v-application .justify-xl-start{justify-content:flex-start!important}.v-application .justify-xl-end{justify-content:flex-end!important}.v-application .justify-xl-center{justify-content:center!important}.v-application .justify-xl-space-between{justify-content:space-between!important}.v-application .justify-xl-space-around{justify-content:space-around!important}.v-application .align-xl-start{align-items:flex-start!important}.v-application .align-xl-end{align-items:flex-end!important}.v-application .align-xl-center{align-items:center!important}.v-application .align-xl-baseline{align-items:baseline!important}.v-application .align-xl-stretch{align-items:stretch!important}.v-application .align-content-xl-start{align-content:flex-start!important}.v-application .align-content-xl-end{align-content:flex-end!important}.v-application .align-content-xl-center{align-content:center!important}.v-application .align-content-xl-space-between{align-content:space-between!important}.v-application .align-content-xl-space-around{align-content:space-around!important}.v-application .align-content-xl-stretch{align-content:stretch!important}.v-application .align-self-xl-auto{align-self:auto!important}.v-application .align-self-xl-start{align-self:flex-start!important}.v-application .align-self-xl-end{align-self:flex-end!important}.v-application .align-self-xl-center{align-self:center!important}.v-application .align-self-xl-baseline{align-self:baseline!important}.v-application .align-self-xl-stretch{align-self:stretch!important}.v-application .order-xl-first{order:-1!important}.v-application .order-xl-0{order:0!important}.v-application .order-xl-1{order:1!important}.v-application .order-xl-2{order:2!important}.v-application .order-xl-3{order:3!important}.v-application .order-xl-4{order:4!important}.v-application .order-xl-5{order:5!important}.v-application .order-xl-6{order:6!important}.v-application .order-xl-7{order:7!important}.v-application .order-xl-8{order:8!important}.v-application .order-xl-9{order:9!important}.v-application .order-xl-10{order:10!important}.v-application .order-xl-11{order:11!important}.v-application .order-xl-12{order:12!important}.v-application .order-xl-last{order:13!important}.v-application .ma-xl-0{margin:0!important}.v-application .ma-xl-1{margin:4px!important}.v-application .ma-xl-2{margin:8px!important}.v-application .ma-xl-3{margin:12px!important}.v-application .ma-xl-4{margin:16px!important}.v-application .ma-xl-5{margin:20px!important}.v-application .ma-xl-6{margin:24px!important}.v-application .ma-xl-7{margin:28px!important}.v-application .ma-xl-8{margin:32px!important}.v-application .ma-xl-9{margin:36px!important}.v-application .ma-xl-10{margin:40px!important}.v-application .ma-xl-11{margin:44px!important}.v-application .ma-xl-12{margin:48px!important}.v-application .ma-xl-13{margin:52px!important}.v-application .ma-xl-14{margin:56px!important}.v-application .ma-xl-15{margin:60px!important}.v-application .ma-xl-16{margin:64px!important}.v-application .ma-xl-auto{margin:auto!important}.v-application .mx-xl-0{margin-right:0!important;margin-left:0!important}.v-application .mx-xl-1{margin-right:4px!important;margin-left:4px!important}.v-application .mx-xl-2{margin-right:8px!important;margin-left:8px!important}.v-application .mx-xl-3{margin-right:12px!important;margin-left:12px!important}.v-application .mx-xl-4{margin-right:16px!important;margin-left:16px!important}.v-application .mx-xl-5{margin-right:20px!important;margin-left:20px!important}.v-application .mx-xl-6{margin-right:24px!important;margin-left:24px!important}.v-application .mx-xl-7{margin-right:28px!important;margin-left:28px!important}.v-application .mx-xl-8{margin-right:32px!important;margin-left:32px!important}.v-application .mx-xl-9{margin-right:36px!important;margin-left:36px!important}.v-application .mx-xl-10{margin-right:40px!important;margin-left:40px!important}.v-application .mx-xl-11{margin-right:44px!important;margin-left:44px!important}.v-application .mx-xl-12{margin-right:48px!important;margin-left:48px!important}.v-application .mx-xl-13{margin-right:52px!important;margin-left:52px!important}.v-application .mx-xl-14{margin-right:56px!important;margin-left:56px!important}.v-application .mx-xl-15{margin-right:60px!important;margin-left:60px!important}.v-application .mx-xl-16{margin-right:64px!important;margin-left:64px!important}.v-application .mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.v-application .my-xl-0{margin-top:0!important;margin-bottom:0!important}.v-application .my-xl-1{margin-top:4px!important;margin-bottom:4px!important}.v-application .my-xl-2{margin-top:8px!important;margin-bottom:8px!important}.v-application .my-xl-3{margin-top:12px!important;margin-bottom:12px!important}.v-application .my-xl-4{margin-top:16px!important;margin-bottom:16px!important}.v-application .my-xl-5{margin-top:20px!important;margin-bottom:20px!important}.v-application .my-xl-6{margin-top:24px!important;margin-bottom:24px!important}.v-application .my-xl-7{margin-top:28px!important;margin-bottom:28px!important}.v-application .my-xl-8{margin-top:32px!important;margin-bottom:32px!important}.v-application .my-xl-9{margin-top:36px!important;margin-bottom:36px!important}.v-application .my-xl-10{margin-top:40px!important;margin-bottom:40px!important}.v-application .my-xl-11{margin-top:44px!important;margin-bottom:44px!important}.v-application .my-xl-12{margin-top:48px!important;margin-bottom:48px!important}.v-application .my-xl-13{margin-top:52px!important;margin-bottom:52px!important}.v-application .my-xl-14{margin-top:56px!important;margin-bottom:56px!important}.v-application .my-xl-15{margin-top:60px!important;margin-bottom:60px!important}.v-application .my-xl-16{margin-top:64px!important;margin-bottom:64px!important}.v-application .my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.v-application .mt-xl-0{margin-top:0!important}.v-application .mt-xl-1{margin-top:4px!important}.v-application .mt-xl-2{margin-top:8px!important}.v-application .mt-xl-3{margin-top:12px!important}.v-application .mt-xl-4{margin-top:16px!important}.v-application .mt-xl-5{margin-top:20px!important}.v-application .mt-xl-6{margin-top:24px!important}.v-application .mt-xl-7{margin-top:28px!important}.v-application .mt-xl-8{margin-top:32px!important}.v-application .mt-xl-9{margin-top:36px!important}.v-application .mt-xl-10{margin-top:40px!important}.v-application .mt-xl-11{margin-top:44px!important}.v-application .mt-xl-12{margin-top:48px!important}.v-application .mt-xl-13{margin-top:52px!important}.v-application .mt-xl-14{margin-top:56px!important}.v-application .mt-xl-15{margin-top:60px!important}.v-application .mt-xl-16{margin-top:64px!important}.v-application .mt-xl-auto{margin-top:auto!important}.v-application .mr-xl-0{margin-right:0!important}.v-application .mr-xl-1{margin-right:4px!important}.v-application .mr-xl-2{margin-right:8px!important}.v-application .mr-xl-3{margin-right:12px!important}.v-application .mr-xl-4{margin-right:16px!important}.v-application .mr-xl-5{margin-right:20px!important}.v-application .mr-xl-6{margin-right:24px!important}.v-application .mr-xl-7{margin-right:28px!important}.v-application .mr-xl-8{margin-right:32px!important}.v-application .mr-xl-9{margin-right:36px!important}.v-application .mr-xl-10{margin-right:40px!important}.v-application .mr-xl-11{margin-right:44px!important}.v-application .mr-xl-12{margin-right:48px!important}.v-application .mr-xl-13{margin-right:52px!important}.v-application .mr-xl-14{margin-right:56px!important}.v-application .mr-xl-15{margin-right:60px!important}.v-application .mr-xl-16{margin-right:64px!important}.v-application .mr-xl-auto{margin-right:auto!important}.v-application .mb-xl-0{margin-bottom:0!important}.v-application .mb-xl-1{margin-bottom:4px!important}.v-application .mb-xl-2{margin-bottom:8px!important}.v-application .mb-xl-3{margin-bottom:12px!important}.v-application .mb-xl-4{margin-bottom:16px!important}.v-application .mb-xl-5{margin-bottom:20px!important}.v-application .mb-xl-6{margin-bottom:24px!important}.v-application .mb-xl-7{margin-bottom:28px!important}.v-application .mb-xl-8{margin-bottom:32px!important}.v-application .mb-xl-9{margin-bottom:36px!important}.v-application .mb-xl-10{margin-bottom:40px!important}.v-application .mb-xl-11{margin-bottom:44px!important}.v-application .mb-xl-12{margin-bottom:48px!important}.v-application .mb-xl-13{margin-bottom:52px!important}.v-application .mb-xl-14{margin-bottom:56px!important}.v-application .mb-xl-15{margin-bottom:60px!important}.v-application .mb-xl-16{margin-bottom:64px!important}.v-application .mb-xl-auto{margin-bottom:auto!important}.v-application .ml-xl-0{margin-left:0!important}.v-application .ml-xl-1{margin-left:4px!important}.v-application .ml-xl-2{margin-left:8px!important}.v-application .ml-xl-3{margin-left:12px!important}.v-application .ml-xl-4{margin-left:16px!important}.v-application .ml-xl-5{margin-left:20px!important}.v-application .ml-xl-6{margin-left:24px!important}.v-application .ml-xl-7{margin-left:28px!important}.v-application .ml-xl-8{margin-left:32px!important}.v-application .ml-xl-9{margin-left:36px!important}.v-application .ml-xl-10{margin-left:40px!important}.v-application .ml-xl-11{margin-left:44px!important}.v-application .ml-xl-12{margin-left:48px!important}.v-application .ml-xl-13{margin-left:52px!important}.v-application .ml-xl-14{margin-left:56px!important}.v-application .ml-xl-15{margin-left:60px!important}.v-application .ml-xl-16{margin-left:64px!important}.v-application .ml-xl-auto{margin-left:auto!important}.v-application--is-ltr .ms-xl-0{margin-left:0!important}.v-application--is-rtl .ms-xl-0{margin-right:0!important}.v-application--is-ltr .ms-xl-1{margin-left:4px!important}.v-application--is-rtl .ms-xl-1{margin-right:4px!important}.v-application--is-ltr .ms-xl-2{margin-left:8px!important}.v-application--is-rtl .ms-xl-2{margin-right:8px!important}.v-application--is-ltr .ms-xl-3{margin-left:12px!important}.v-application--is-rtl .ms-xl-3{margin-right:12px!important}.v-application--is-ltr .ms-xl-4{margin-left:16px!important}.v-application--is-rtl .ms-xl-4{margin-right:16px!important}.v-application--is-ltr .ms-xl-5{margin-left:20px!important}.v-application--is-rtl .ms-xl-5{margin-right:20px!important}.v-application--is-ltr .ms-xl-6{margin-left:24px!important}.v-application--is-rtl .ms-xl-6{margin-right:24px!important}.v-application--is-ltr .ms-xl-7{margin-left:28px!important}.v-application--is-rtl .ms-xl-7{margin-right:28px!important}.v-application--is-ltr .ms-xl-8{margin-left:32px!important}.v-application--is-rtl .ms-xl-8{margin-right:32px!important}.v-application--is-ltr .ms-xl-9{margin-left:36px!important}.v-application--is-rtl .ms-xl-9{margin-right:36px!important}.v-application--is-ltr .ms-xl-10{margin-left:40px!important}.v-application--is-rtl .ms-xl-10{margin-right:40px!important}.v-application--is-ltr .ms-xl-11{margin-left:44px!important}.v-application--is-rtl .ms-xl-11{margin-right:44px!important}.v-application--is-ltr .ms-xl-12{margin-left:48px!important}.v-application--is-rtl .ms-xl-12{margin-right:48px!important}.v-application--is-ltr .ms-xl-13{margin-left:52px!important}.v-application--is-rtl .ms-xl-13{margin-right:52px!important}.v-application--is-ltr .ms-xl-14{margin-left:56px!important}.v-application--is-rtl .ms-xl-14{margin-right:56px!important}.v-application--is-ltr .ms-xl-15{margin-left:60px!important}.v-application--is-rtl .ms-xl-15{margin-right:60px!important}.v-application--is-ltr .ms-xl-16{margin-left:64px!important}.v-application--is-rtl .ms-xl-16{margin-right:64px!important}.v-application--is-ltr .ms-xl-auto{margin-left:auto!important}.v-application--is-rtl .ms-xl-auto{margin-right:auto!important}.v-application--is-ltr .me-xl-0{margin-right:0!important}.v-application--is-rtl .me-xl-0{margin-left:0!important}.v-application--is-ltr .me-xl-1{margin-right:4px!important}.v-application--is-rtl .me-xl-1{margin-left:4px!important}.v-application--is-ltr .me-xl-2{margin-right:8px!important}.v-application--is-rtl .me-xl-2{margin-left:8px!important}.v-application--is-ltr .me-xl-3{margin-right:12px!important}.v-application--is-rtl .me-xl-3{margin-left:12px!important}.v-application--is-ltr .me-xl-4{margin-right:16px!important}.v-application--is-rtl .me-xl-4{margin-left:16px!important}.v-application--is-ltr .me-xl-5{margin-right:20px!important}.v-application--is-rtl .me-xl-5{margin-left:20px!important}.v-application--is-ltr .me-xl-6{margin-right:24px!important}.v-application--is-rtl .me-xl-6{margin-left:24px!important}.v-application--is-ltr .me-xl-7{margin-right:28px!important}.v-application--is-rtl .me-xl-7{margin-left:28px!important}.v-application--is-ltr .me-xl-8{margin-right:32px!important}.v-application--is-rtl .me-xl-8{margin-left:32px!important}.v-application--is-ltr .me-xl-9{margin-right:36px!important}.v-application--is-rtl .me-xl-9{margin-left:36px!important}.v-application--is-ltr .me-xl-10{margin-right:40px!important}.v-application--is-rtl .me-xl-10{margin-left:40px!important}.v-application--is-ltr .me-xl-11{margin-right:44px!important}.v-application--is-rtl .me-xl-11{margin-left:44px!important}.v-application--is-ltr .me-xl-12{margin-right:48px!important}.v-application--is-rtl .me-xl-12{margin-left:48px!important}.v-application--is-ltr .me-xl-13{margin-right:52px!important}.v-application--is-rtl .me-xl-13{margin-left:52px!important}.v-application--is-ltr .me-xl-14{margin-right:56px!important}.v-application--is-rtl .me-xl-14{margin-left:56px!important}.v-application--is-ltr .me-xl-15{margin-right:60px!important}.v-application--is-rtl .me-xl-15{margin-left:60px!important}.v-application--is-ltr .me-xl-16{margin-right:64px!important}.v-application--is-rtl .me-xl-16{margin-left:64px!important}.v-application--is-ltr .me-xl-auto{margin-right:auto!important}.v-application--is-rtl .me-xl-auto{margin-left:auto!important}.v-application .ma-xl-n1{margin:-4px!important}.v-application .ma-xl-n2{margin:-8px!important}.v-application .ma-xl-n3{margin:-12px!important}.v-application .ma-xl-n4{margin:-16px!important}.v-application .ma-xl-n5{margin:-20px!important}.v-application .ma-xl-n6{margin:-24px!important}.v-application .ma-xl-n7{margin:-28px!important}.v-application .ma-xl-n8{margin:-32px!important}.v-application .ma-xl-n9{margin:-36px!important}.v-application .ma-xl-n10{margin:-40px!important}.v-application .ma-xl-n11{margin:-44px!important}.v-application .ma-xl-n12{margin:-48px!important}.v-application .ma-xl-n13{margin:-52px!important}.v-application .ma-xl-n14{margin:-56px!important}.v-application .ma-xl-n15{margin:-60px!important}.v-application .ma-xl-n16{margin:-64px!important}.v-application .mx-xl-n1{margin-right:-4px!important;margin-left:-4px!important}.v-application .mx-xl-n2{margin-right:-8px!important;margin-left:-8px!important}.v-application .mx-xl-n3{margin-right:-12px!important;margin-left:-12px!important}.v-application .mx-xl-n4{margin-right:-16px!important;margin-left:-16px!important}.v-application .mx-xl-n5{margin-right:-20px!important;margin-left:-20px!important}.v-application .mx-xl-n6{margin-right:-24px!important;margin-left:-24px!important}.v-application .mx-xl-n7{margin-right:-28px!important;margin-left:-28px!important}.v-application .mx-xl-n8{margin-right:-32px!important;margin-left:-32px!important}.v-application .mx-xl-n9{margin-right:-36px!important;margin-left:-36px!important}.v-application .mx-xl-n10{margin-right:-40px!important;margin-left:-40px!important}.v-application .mx-xl-n11{margin-right:-44px!important;margin-left:-44px!important}.v-application .mx-xl-n12{margin-right:-48px!important;margin-left:-48px!important}.v-application .mx-xl-n13{margin-right:-52px!important;margin-left:-52px!important}.v-application .mx-xl-n14{margin-right:-56px!important;margin-left:-56px!important}.v-application .mx-xl-n15{margin-right:-60px!important;margin-left:-60px!important}.v-application .mx-xl-n16{margin-right:-64px!important;margin-left:-64px!important}.v-application .my-xl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.v-application .my-xl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.v-application .my-xl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.v-application .my-xl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.v-application .my-xl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.v-application .my-xl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.v-application .my-xl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.v-application .my-xl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.v-application .my-xl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.v-application .my-xl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.v-application .my-xl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.v-application .my-xl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.v-application .my-xl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.v-application .my-xl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.v-application .my-xl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.v-application .my-xl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.v-application .mt-xl-n1{margin-top:-4px!important}.v-application .mt-xl-n2{margin-top:-8px!important}.v-application .mt-xl-n3{margin-top:-12px!important}.v-application .mt-xl-n4{margin-top:-16px!important}.v-application .mt-xl-n5{margin-top:-20px!important}.v-application .mt-xl-n6{margin-top:-24px!important}.v-application .mt-xl-n7{margin-top:-28px!important}.v-application .mt-xl-n8{margin-top:-32px!important}.v-application .mt-xl-n9{margin-top:-36px!important}.v-application .mt-xl-n10{margin-top:-40px!important}.v-application .mt-xl-n11{margin-top:-44px!important}.v-application .mt-xl-n12{margin-top:-48px!important}.v-application .mt-xl-n13{margin-top:-52px!important}.v-application .mt-xl-n14{margin-top:-56px!important}.v-application .mt-xl-n15{margin-top:-60px!important}.v-application .mt-xl-n16{margin-top:-64px!important}.v-application .mr-xl-n1{margin-right:-4px!important}.v-application .mr-xl-n2{margin-right:-8px!important}.v-application .mr-xl-n3{margin-right:-12px!important}.v-application .mr-xl-n4{margin-right:-16px!important}.v-application .mr-xl-n5{margin-right:-20px!important}.v-application .mr-xl-n6{margin-right:-24px!important}.v-application .mr-xl-n7{margin-right:-28px!important}.v-application .mr-xl-n8{margin-right:-32px!important}.v-application .mr-xl-n9{margin-right:-36px!important}.v-application .mr-xl-n10{margin-right:-40px!important}.v-application .mr-xl-n11{margin-right:-44px!important}.v-application .mr-xl-n12{margin-right:-48px!important}.v-application .mr-xl-n13{margin-right:-52px!important}.v-application .mr-xl-n14{margin-right:-56px!important}.v-application .mr-xl-n15{margin-right:-60px!important}.v-application .mr-xl-n16{margin-right:-64px!important}.v-application .mb-xl-n1{margin-bottom:-4px!important}.v-application .mb-xl-n2{margin-bottom:-8px!important}.v-application .mb-xl-n3{margin-bottom:-12px!important}.v-application .mb-xl-n4{margin-bottom:-16px!important}.v-application .mb-xl-n5{margin-bottom:-20px!important}.v-application .mb-xl-n6{margin-bottom:-24px!important}.v-application .mb-xl-n7{margin-bottom:-28px!important}.v-application .mb-xl-n8{margin-bottom:-32px!important}.v-application .mb-xl-n9{margin-bottom:-36px!important}.v-application .mb-xl-n10{margin-bottom:-40px!important}.v-application .mb-xl-n11{margin-bottom:-44px!important}.v-application .mb-xl-n12{margin-bottom:-48px!important}.v-application .mb-xl-n13{margin-bottom:-52px!important}.v-application .mb-xl-n14{margin-bottom:-56px!important}.v-application .mb-xl-n15{margin-bottom:-60px!important}.v-application .mb-xl-n16{margin-bottom:-64px!important}.v-application .ml-xl-n1{margin-left:-4px!important}.v-application .ml-xl-n2{margin-left:-8px!important}.v-application .ml-xl-n3{margin-left:-12px!important}.v-application .ml-xl-n4{margin-left:-16px!important}.v-application .ml-xl-n5{margin-left:-20px!important}.v-application .ml-xl-n6{margin-left:-24px!important}.v-application .ml-xl-n7{margin-left:-28px!important}.v-application .ml-xl-n8{margin-left:-32px!important}.v-application .ml-xl-n9{margin-left:-36px!important}.v-application .ml-xl-n10{margin-left:-40px!important}.v-application .ml-xl-n11{margin-left:-44px!important}.v-application .ml-xl-n12{margin-left:-48px!important}.v-application .ml-xl-n13{margin-left:-52px!important}.v-application .ml-xl-n14{margin-left:-56px!important}.v-application .ml-xl-n15{margin-left:-60px!important}.v-application .ml-xl-n16{margin-left:-64px!important}.v-application--is-ltr .ms-xl-n1{margin-left:-4px!important}.v-application--is-rtl .ms-xl-n1{margin-right:-4px!important}.v-application--is-ltr .ms-xl-n2{margin-left:-8px!important}.v-application--is-rtl .ms-xl-n2{margin-right:-8px!important}.v-application--is-ltr .ms-xl-n3{margin-left:-12px!important}.v-application--is-rtl .ms-xl-n3{margin-right:-12px!important}.v-application--is-ltr .ms-xl-n4{margin-left:-16px!important}.v-application--is-rtl .ms-xl-n4{margin-right:-16px!important}.v-application--is-ltr .ms-xl-n5{margin-left:-20px!important}.v-application--is-rtl .ms-xl-n5{margin-right:-20px!important}.v-application--is-ltr .ms-xl-n6{margin-left:-24px!important}.v-application--is-rtl .ms-xl-n6{margin-right:-24px!important}.v-application--is-ltr .ms-xl-n7{margin-left:-28px!important}.v-application--is-rtl .ms-xl-n7{margin-right:-28px!important}.v-application--is-ltr .ms-xl-n8{margin-left:-32px!important}.v-application--is-rtl .ms-xl-n8{margin-right:-32px!important}.v-application--is-ltr .ms-xl-n9{margin-left:-36px!important}.v-application--is-rtl .ms-xl-n9{margin-right:-36px!important}.v-application--is-ltr .ms-xl-n10{margin-left:-40px!important}.v-application--is-rtl .ms-xl-n10{margin-right:-40px!important}.v-application--is-ltr .ms-xl-n11{margin-left:-44px!important}.v-application--is-rtl .ms-xl-n11{margin-right:-44px!important}.v-application--is-ltr .ms-xl-n12{margin-left:-48px!important}.v-application--is-rtl .ms-xl-n12{margin-right:-48px!important}.v-application--is-ltr .ms-xl-n13{margin-left:-52px!important}.v-application--is-rtl .ms-xl-n13{margin-right:-52px!important}.v-application--is-ltr .ms-xl-n14{margin-left:-56px!important}.v-application--is-rtl .ms-xl-n14{margin-right:-56px!important}.v-application--is-ltr .ms-xl-n15{margin-left:-60px!important}.v-application--is-rtl .ms-xl-n15{margin-right:-60px!important}.v-application--is-ltr .ms-xl-n16{margin-left:-64px!important}.v-application--is-rtl .ms-xl-n16{margin-right:-64px!important}.v-application--is-ltr .me-xl-n1{margin-right:-4px!important}.v-application--is-rtl .me-xl-n1{margin-left:-4px!important}.v-application--is-ltr .me-xl-n2{margin-right:-8px!important}.v-application--is-rtl .me-xl-n2{margin-left:-8px!important}.v-application--is-ltr .me-xl-n3{margin-right:-12px!important}.v-application--is-rtl .me-xl-n3{margin-left:-12px!important}.v-application--is-ltr .me-xl-n4{margin-right:-16px!important}.v-application--is-rtl .me-xl-n4{margin-left:-16px!important}.v-application--is-ltr .me-xl-n5{margin-right:-20px!important}.v-application--is-rtl .me-xl-n5{margin-left:-20px!important}.v-application--is-ltr .me-xl-n6{margin-right:-24px!important}.v-application--is-rtl .me-xl-n6{margin-left:-24px!important}.v-application--is-ltr .me-xl-n7{margin-right:-28px!important}.v-application--is-rtl .me-xl-n7{margin-left:-28px!important}.v-application--is-ltr .me-xl-n8{margin-right:-32px!important}.v-application--is-rtl .me-xl-n8{margin-left:-32px!important}.v-application--is-ltr .me-xl-n9{margin-right:-36px!important}.v-application--is-rtl .me-xl-n9{margin-left:-36px!important}.v-application--is-ltr .me-xl-n10{margin-right:-40px!important}.v-application--is-rtl .me-xl-n10{margin-left:-40px!important}.v-application--is-ltr .me-xl-n11{margin-right:-44px!important}.v-application--is-rtl .me-xl-n11{margin-left:-44px!important}.v-application--is-ltr .me-xl-n12{margin-right:-48px!important}.v-application--is-rtl .me-xl-n12{margin-left:-48px!important}.v-application--is-ltr .me-xl-n13{margin-right:-52px!important}.v-application--is-rtl .me-xl-n13{margin-left:-52px!important}.v-application--is-ltr .me-xl-n14{margin-right:-56px!important}.v-application--is-rtl .me-xl-n14{margin-left:-56px!important}.v-application--is-ltr .me-xl-n15{margin-right:-60px!important}.v-application--is-rtl .me-xl-n15{margin-left:-60px!important}.v-application--is-ltr .me-xl-n16{margin-right:-64px!important}.v-application--is-rtl .me-xl-n16{margin-left:-64px!important}.v-application .pa-xl-0{padding:0!important}.v-application .pa-xl-1{padding:4px!important}.v-application .pa-xl-2{padding:8px!important}.v-application .pa-xl-3{padding:12px!important}.v-application .pa-xl-4{padding:16px!important}.v-application .pa-xl-5{padding:20px!important}.v-application .pa-xl-6{padding:24px!important}.v-application .pa-xl-7{padding:28px!important}.v-application .pa-xl-8{padding:32px!important}.v-application .pa-xl-9{padding:36px!important}.v-application .pa-xl-10{padding:40px!important}.v-application .pa-xl-11{padding:44px!important}.v-application .pa-xl-12{padding:48px!important}.v-application .pa-xl-13{padding:52px!important}.v-application .pa-xl-14{padding:56px!important}.v-application .pa-xl-15{padding:60px!important}.v-application .pa-xl-16{padding:64px!important}.v-application .px-xl-0{padding-right:0!important;padding-left:0!important}.v-application .px-xl-1{padding-right:4px!important;padding-left:4px!important}.v-application .px-xl-2{padding-right:8px!important;padding-left:8px!important}.v-application .px-xl-3{padding-right:12px!important;padding-left:12px!important}.v-application .px-xl-4{padding-right:16px!important;padding-left:16px!important}.v-application .px-xl-5{padding-right:20px!important;padding-left:20px!important}.v-application .px-xl-6{padding-right:24px!important;padding-left:24px!important}.v-application .px-xl-7{padding-right:28px!important;padding-left:28px!important}.v-application .px-xl-8{padding-right:32px!important;padding-left:32px!important}.v-application .px-xl-9{padding-right:36px!important;padding-left:36px!important}.v-application .px-xl-10{padding-right:40px!important;padding-left:40px!important}.v-application .px-xl-11{padding-right:44px!important;padding-left:44px!important}.v-application .px-xl-12{padding-right:48px!important;padding-left:48px!important}.v-application .px-xl-13{padding-right:52px!important;padding-left:52px!important}.v-application .px-xl-14{padding-right:56px!important;padding-left:56px!important}.v-application .px-xl-15{padding-right:60px!important;padding-left:60px!important}.v-application .px-xl-16{padding-right:64px!important;padding-left:64px!important}.v-application .py-xl-0{padding-top:0!important;padding-bottom:0!important}.v-application .py-xl-1{padding-top:4px!important;padding-bottom:4px!important}.v-application .py-xl-2{padding-top:8px!important;padding-bottom:8px!important}.v-application .py-xl-3{padding-top:12px!important;padding-bottom:12px!important}.v-application .py-xl-4{padding-top:16px!important;padding-bottom:16px!important}.v-application .py-xl-5{padding-top:20px!important;padding-bottom:20px!important}.v-application .py-xl-6{padding-top:24px!important;padding-bottom:24px!important}.v-application .py-xl-7{padding-top:28px!important;padding-bottom:28px!important}.v-application .py-xl-8{padding-top:32px!important;padding-bottom:32px!important}.v-application .py-xl-9{padding-top:36px!important;padding-bottom:36px!important}.v-application .py-xl-10{padding-top:40px!important;padding-bottom:40px!important}.v-application .py-xl-11{padding-top:44px!important;padding-bottom:44px!important}.v-application .py-xl-12{padding-top:48px!important;padding-bottom:48px!important}.v-application .py-xl-13{padding-top:52px!important;padding-bottom:52px!important}.v-application .py-xl-14{padding-top:56px!important;padding-bottom:56px!important}.v-application .py-xl-15{padding-top:60px!important;padding-bottom:60px!important}.v-application .py-xl-16{padding-top:64px!important;padding-bottom:64px!important}.v-application .pt-xl-0{padding-top:0!important}.v-application .pt-xl-1{padding-top:4px!important}.v-application .pt-xl-2{padding-top:8px!important}.v-application .pt-xl-3{padding-top:12px!important}.v-application .pt-xl-4{padding-top:16px!important}.v-application .pt-xl-5{padding-top:20px!important}.v-application .pt-xl-6{padding-top:24px!important}.v-application .pt-xl-7{padding-top:28px!important}.v-application .pt-xl-8{padding-top:32px!important}.v-application .pt-xl-9{padding-top:36px!important}.v-application .pt-xl-10{padding-top:40px!important}.v-application .pt-xl-11{padding-top:44px!important}.v-application .pt-xl-12{padding-top:48px!important}.v-application .pt-xl-13{padding-top:52px!important}.v-application .pt-xl-14{padding-top:56px!important}.v-application .pt-xl-15{padding-top:60px!important}.v-application .pt-xl-16{padding-top:64px!important}.v-application .pr-xl-0{padding-right:0!important}.v-application .pr-xl-1{padding-right:4px!important}.v-application .pr-xl-2{padding-right:8px!important}.v-application .pr-xl-3{padding-right:12px!important}.v-application .pr-xl-4{padding-right:16px!important}.v-application .pr-xl-5{padding-right:20px!important}.v-application .pr-xl-6{padding-right:24px!important}.v-application .pr-xl-7{padding-right:28px!important}.v-application .pr-xl-8{padding-right:32px!important}.v-application .pr-xl-9{padding-right:36px!important}.v-application .pr-xl-10{padding-right:40px!important}.v-application .pr-xl-11{padding-right:44px!important}.v-application .pr-xl-12{padding-right:48px!important}.v-application .pr-xl-13{padding-right:52px!important}.v-application .pr-xl-14{padding-right:56px!important}.v-application .pr-xl-15{padding-right:60px!important}.v-application .pr-xl-16{padding-right:64px!important}.v-application .pb-xl-0{padding-bottom:0!important}.v-application .pb-xl-1{padding-bottom:4px!important}.v-application .pb-xl-2{padding-bottom:8px!important}.v-application .pb-xl-3{padding-bottom:12px!important}.v-application .pb-xl-4{padding-bottom:16px!important}.v-application .pb-xl-5{padding-bottom:20px!important}.v-application .pb-xl-6{padding-bottom:24px!important}.v-application .pb-xl-7{padding-bottom:28px!important}.v-application .pb-xl-8{padding-bottom:32px!important}.v-application .pb-xl-9{padding-bottom:36px!important}.v-application .pb-xl-10{padding-bottom:40px!important}.v-application .pb-xl-11{padding-bottom:44px!important}.v-application .pb-xl-12{padding-bottom:48px!important}.v-application .pb-xl-13{padding-bottom:52px!important}.v-application .pb-xl-14{padding-bottom:56px!important}.v-application .pb-xl-15{padding-bottom:60px!important}.v-application .pb-xl-16{padding-bottom:64px!important}.v-application .pl-xl-0{padding-left:0!important}.v-application .pl-xl-1{padding-left:4px!important}.v-application .pl-xl-2{padding-left:8px!important}.v-application .pl-xl-3{padding-left:12px!important}.v-application .pl-xl-4{padding-left:16px!important}.v-application .pl-xl-5{padding-left:20px!important}.v-application .pl-xl-6{padding-left:24px!important}.v-application .pl-xl-7{padding-left:28px!important}.v-application .pl-xl-8{padding-left:32px!important}.v-application .pl-xl-9{padding-left:36px!important}.v-application .pl-xl-10{padding-left:40px!important}.v-application .pl-xl-11{padding-left:44px!important}.v-application .pl-xl-12{padding-left:48px!important}.v-application .pl-xl-13{padding-left:52px!important}.v-application .pl-xl-14{padding-left:56px!important}.v-application .pl-xl-15{padding-left:60px!important}.v-application .pl-xl-16{padding-left:64px!important}.v-application--is-ltr .ps-xl-0{padding-left:0!important}.v-application--is-rtl .ps-xl-0{padding-right:0!important}.v-application--is-ltr .ps-xl-1{padding-left:4px!important}.v-application--is-rtl .ps-xl-1{padding-right:4px!important}.v-application--is-ltr .ps-xl-2{padding-left:8px!important}.v-application--is-rtl .ps-xl-2{padding-right:8px!important}.v-application--is-ltr .ps-xl-3{padding-left:12px!important}.v-application--is-rtl .ps-xl-3{padding-right:12px!important}.v-application--is-ltr .ps-xl-4{padding-left:16px!important}.v-application--is-rtl .ps-xl-4{padding-right:16px!important}.v-application--is-ltr .ps-xl-5{padding-left:20px!important}.v-application--is-rtl .ps-xl-5{padding-right:20px!important}.v-application--is-ltr .ps-xl-6{padding-left:24px!important}.v-application--is-rtl .ps-xl-6{padding-right:24px!important}.v-application--is-ltr .ps-xl-7{padding-left:28px!important}.v-application--is-rtl .ps-xl-7{padding-right:28px!important}.v-application--is-ltr .ps-xl-8{padding-left:32px!important}.v-application--is-rtl .ps-xl-8{padding-right:32px!important}.v-application--is-ltr .ps-xl-9{padding-left:36px!important}.v-application--is-rtl .ps-xl-9{padding-right:36px!important}.v-application--is-ltr .ps-xl-10{padding-left:40px!important}.v-application--is-rtl .ps-xl-10{padding-right:40px!important}.v-application--is-ltr .ps-xl-11{padding-left:44px!important}.v-application--is-rtl .ps-xl-11{padding-right:44px!important}.v-application--is-ltr .ps-xl-12{padding-left:48px!important}.v-application--is-rtl .ps-xl-12{padding-right:48px!important}.v-application--is-ltr .ps-xl-13{padding-left:52px!important}.v-application--is-rtl .ps-xl-13{padding-right:52px!important}.v-application--is-ltr .ps-xl-14{padding-left:56px!important}.v-application--is-rtl .ps-xl-14{padding-right:56px!important}.v-application--is-ltr .ps-xl-15{padding-left:60px!important}.v-application--is-rtl .ps-xl-15{padding-right:60px!important}.v-application--is-ltr .ps-xl-16{padding-left:64px!important}.v-application--is-rtl .ps-xl-16{padding-right:64px!important}.v-application--is-ltr .pe-xl-0{padding-right:0!important}.v-application--is-rtl .pe-xl-0{padding-left:0!important}.v-application--is-ltr .pe-xl-1{padding-right:4px!important}.v-application--is-rtl .pe-xl-1{padding-left:4px!important}.v-application--is-ltr .pe-xl-2{padding-right:8px!important}.v-application--is-rtl .pe-xl-2{padding-left:8px!important}.v-application--is-ltr .pe-xl-3{padding-right:12px!important}.v-application--is-rtl .pe-xl-3{padding-left:12px!important}.v-application--is-ltr .pe-xl-4{padding-right:16px!important}.v-application--is-rtl .pe-xl-4{padding-left:16px!important}.v-application--is-ltr .pe-xl-5{padding-right:20px!important}.v-application--is-rtl .pe-xl-5{padding-left:20px!important}.v-application--is-ltr .pe-xl-6{padding-right:24px!important}.v-application--is-rtl .pe-xl-6{padding-left:24px!important}.v-application--is-ltr .pe-xl-7{padding-right:28px!important}.v-application--is-rtl .pe-xl-7{padding-left:28px!important}.v-application--is-ltr .pe-xl-8{padding-right:32px!important}.v-application--is-rtl .pe-xl-8{padding-left:32px!important}.v-application--is-ltr .pe-xl-9{padding-right:36px!important}.v-application--is-rtl .pe-xl-9{padding-left:36px!important}.v-application--is-ltr .pe-xl-10{padding-right:40px!important}.v-application--is-rtl .pe-xl-10{padding-left:40px!important}.v-application--is-ltr .pe-xl-11{padding-right:44px!important}.v-application--is-rtl .pe-xl-11{padding-left:44px!important}.v-application--is-ltr .pe-xl-12{padding-right:48px!important}.v-application--is-rtl .pe-xl-12{padding-left:48px!important}.v-application--is-ltr .pe-xl-13{padding-right:52px!important}.v-application--is-rtl .pe-xl-13{padding-left:52px!important}.v-application--is-ltr .pe-xl-14{padding-right:56px!important}.v-application--is-rtl .pe-xl-14{padding-left:56px!important}.v-application--is-ltr .pe-xl-15{padding-right:60px!important}.v-application--is-rtl .pe-xl-15{padding-left:60px!important}.v-application--is-ltr .pe-xl-16{padding-right:64px!important}.v-application--is-rtl .pe-xl-16{padding-left:64px!important}.v-application .text-xl-left{text-align:left!important}.v-application .text-xl-right{text-align:right!important}.v-application .text-xl-center{text-align:center!important}.v-application .text-xl-justify{text-align:justify!important}.v-application .text-xl-start{text-align:start!important}.v-application .text-xl-end{text-align:end!important}.v-application .text-xl-h1{font-size:6rem!important;line-height:6rem;letter-spacing:-.015625em!important}.v-application .text-xl-h1,.v-application .text-xl-h2{font-weight:300;font-family:Roboto,sans-serif!important}.v-application .text-xl-h2{font-size:3.75rem!important;line-height:3.75rem;letter-spacing:-.0083333333em!important}.v-application .text-xl-h3{font-size:3rem!important;line-height:3.125rem;letter-spacing:normal!important}.v-application .text-xl-h3,.v-application .text-xl-h4{font-weight:400;font-family:Roboto,sans-serif!important}.v-application .text-xl-h4{font-size:2.125rem!important;line-height:2.5rem;letter-spacing:.0073529412em!important}.v-application .text-xl-h5{font-size:1.5rem!important;font-weight:400;letter-spacing:normal!important}.v-application .text-xl-h5,.v-application .text-xl-h6{line-height:2rem;font-family:Roboto,sans-serif!important}.v-application .text-xl-h6{font-size:1.25rem!important;font-weight:500;letter-spacing:.0125em!important}.v-application .text-xl-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important}.v-application .text-xl-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important}.v-application .text-xl-body-1{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important}.v-application .text-xl-body-2{font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important}.v-application .text-xl-body-2,.v-application .text-xl-button{font-size:.875rem!important;font-family:Roboto,sans-serif!important}.v-application .text-xl-button{font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;text-transform:uppercase!important}.v-application .text-xl-caption{font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important}.v-application .text-xl-caption,.v-application .text-xl-overline{font-size:.75rem!important;font-family:Roboto,sans-serif!important}.v-application .text-xl-overline{font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;text-transform:uppercase!important}}@media print{.v-application .d-print-none{display:none!important}.v-application .d-print-inline{display:inline!important}.v-application .d-print-inline-block{display:inline-block!important}.v-application .d-print-block{display:block!important}.v-application .d-print-table{display:table!important}.v-application .d-print-table-row{display:table-row!important}.v-application .d-print-table-cell{display:table-cell!important}.v-application .d-print-flex{display:flex!important}.v-application .d-print-inline-flex{display:inline-flex!important}.v-application .float-print-none{float:none!important}.v-application .float-print-left{float:left!important}.v-application .float-print-right{float:right!important}.v-application--is-rtl .float-print-end{float:left!important}.v-application--is-ltr .float-print-end,.v-application--is-rtl .float-print-start{float:right!important}.v-application--is-ltr .float-print-start{float:left!important}}.theme--light.v-application{background:#fff;color:rgba(0,0,0,.87)}.theme--light.v-application .text--primary{color:rgba(0,0,0,.87)!important}.theme--light.v-application .text--secondary{color:rgba(0,0,0,.6)!important}.theme--light.v-application .text--disabled{color:rgba(0,0,0,.38)!important}.theme--dark.v-application{background:#121212;color:#fff}.theme--dark.v-application .text--primary{color:#fff!important}.theme--dark.v-application .text--secondary{color:hsla(0,0%,100%,.7)!important}.theme--dark.v-application .text--disabled{color:hsla(0,0%,100%,.5)!important}.v-application{display:flex;position:relative}.v-application a{cursor:pointer}.v-application--is-rtl{direction:rtl}.v-application--wrap{flex:1 1 auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;flex-direction:column;min-height:100vh;max-width:100%;position:relative}@-moz-document url-prefix(){@media print{.v-application,.v-application--wrap{display:block}}}.theme--light.v-app-bar.v-toolbar.v-sheet{background-color:#f5f5f5}.theme--dark.v-app-bar.v-toolbar.v-sheet{background-color:#272727}.v-sheet.v-app-bar.v-toolbar{border-radius:0}.v-sheet.v-app-bar.v-toolbar:not(.v-sheet--outlined){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.v-sheet.v-app-bar.v-toolbar.v-sheet--shaped{border-radius:16px 0}.v-app-bar:not([data-booted=true]){transition:none!important}.v-app-bar.v-app-bar--fixed{position:fixed;top:0;z-index:5}.v-app-bar.v-app-bar.v-app-bar--hide-shadow{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)!important}.v-app-bar--fade-img-on-scroll .v-toolbar__image .v-image__image{transition:opacity .4s cubic-bezier(.4,0,.2,1)}.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll .v-toolbar__image{will-change:opacity}.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--collapse-on-scroll .v-toolbar__extension{display:none}.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--is-scrolled .v-toolbar__title{padding-top:9px}.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--is-scrolled:not(.v-app-bar--bottom) .v-toolbar__title{padding-bottom:9px}.v-app-bar.v-app-bar--shrink-on-scroll .v-toolbar__title{font-size:inherit}.v-app-bar-title__content,.v-app-bar-title__placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-app-bar-title__content{position:absolute}.theme--light.v-toolbar.v-sheet{background-color:#fff}.theme--dark.v-toolbar.v-sheet{background-color:#272727}.v-sheet.v-toolbar{border-radius:0}.v-sheet.v-toolbar:not(.v-sheet--outlined){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.v-sheet.v-toolbar.v-sheet--shaped{border-radius:16px 0}.v-toolbar{contain:layout;display:block;flex:1 1 auto;max-width:100%;transition:transform .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),left .2s cubic-bezier(.4,0,.2,1),right .2s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),max-width .25s cubic-bezier(.4,0,.2,1),width .25s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.v-toolbar .v-input{padding-top:0;margin-top:0}.v-toolbar__content,.v-toolbar__extension{padding:4px 16px}.v-toolbar__content .v-btn.v-btn--icon.v-size--default,.v-toolbar__extension .v-btn.v-btn--icon.v-size--default{height:48px;width:48px}.v-application--is-ltr .v-toolbar__content>.v-btn.v-btn--icon:first-child,.v-application--is-ltr .v-toolbar__extension>.v-btn.v-btn--icon:first-child{margin-left:-12px}.v-application--is-rtl .v-toolbar__content>.v-btn.v-btn--icon:first-child,.v-application--is-rtl .v-toolbar__extension>.v-btn.v-btn--icon:first-child{margin-right:-12px}.v-application--is-ltr .v-toolbar__content>.v-btn.v-btn--icon:first-child+.v-toolbar__title,.v-application--is-ltr .v-toolbar__extension>.v-btn.v-btn--icon:first-child+.v-toolbar__title{padding-left:20px}.v-application--is-rtl .v-toolbar__content>.v-btn.v-btn--icon:first-child+.v-toolbar__title,.v-application--is-rtl .v-toolbar__extension>.v-btn.v-btn--icon:first-child+.v-toolbar__title{padding-right:20px}.v-application--is-ltr .v-toolbar__content>.v-btn.v-btn--icon:last-child,.v-application--is-ltr .v-toolbar__extension>.v-btn.v-btn--icon:last-child{margin-right:-12px}.v-application--is-rtl .v-toolbar__content>.v-btn.v-btn--icon:last-child,.v-application--is-rtl .v-toolbar__extension>.v-btn.v-btn--icon:last-child{margin-left:-12px}.v-toolbar__content>.v-tabs,.v-toolbar__extension>.v-tabs{height:inherit;margin-top:-4px;margin-bottom:-4px}.v-toolbar__content>.v-tabs>.v-slide-group.v-tabs-bar,.v-toolbar__extension>.v-tabs>.v-slide-group.v-tabs-bar{background-color:inherit;height:inherit}.v-toolbar__content>.v-tabs:first-child,.v-toolbar__extension>.v-tabs:first-child{margin-left:-16px}.v-toolbar__content>.v-tabs:last-child,.v-toolbar__extension>.v-tabs:last-child{margin-right:-16px}.v-toolbar__content,.v-toolbar__extension{align-items:center;display:flex;position:relative;z-index:0}.v-toolbar__image{position:absolute;top:0;bottom:0;width:100%;z-index:0;contain:strict}.v-toolbar__image,.v-toolbar__image .v-image{border-radius:inherit}.v-toolbar__items{display:flex;height:inherit}.v-toolbar__items>.v-btn{border-radius:0;height:100%!important;max-height:none}.v-toolbar__title{font-size:1.25rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-toolbar.v-toolbar--absolute{position:absolute;top:0;z-index:1}.v-toolbar.v-toolbar--bottom{top:auto;bottom:0}.v-toolbar.v-toolbar--collapse .v-toolbar__title{white-space:nowrap}.v-toolbar.v-toolbar--collapsed{max-width:112px;overflow:hidden}.v-application--is-ltr .v-toolbar.v-toolbar--collapsed{border-bottom-right-radius:24px}.v-application--is-rtl .v-toolbar.v-toolbar--collapsed{border-bottom-left-radius:24px}.v-toolbar.v-toolbar--collapsed .v-toolbar__extension,.v-toolbar.v-toolbar--collapsed .v-toolbar__title{display:none}.v-toolbar--dense .v-toolbar__content,.v-toolbar--dense .v-toolbar__extension{padding-top:0;padding-bottom:0}.v-toolbar--flat{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)!important}.v-toolbar--floating{display:inline-flex}.v-toolbar--prominent .v-toolbar__content{align-items:flex-start}.v-toolbar--prominent .v-toolbar__title{font-size:1.5rem;padding-top:6px}.v-toolbar--prominent:not(.v-toolbar--bottom) .v-toolbar__title{align-self:flex-end;padding-bottom:6px;padding-top:0}.theme--light.v-sheet{background-color:#fff;border-color:#fff;color:rgba(0,0,0,.87)}.theme--light.v-sheet--outlined{border:thin solid rgba(0,0,0,.12)}.theme--dark.v-sheet{background-color:#1e1e1e;border-color:#1e1e1e;color:#fff}.theme--dark.v-sheet--outlined{border:thin solid hsla(0,0%,100%,.12)}.v-sheet{border-radius:0}.v-sheet:not(.v-sheet--outlined){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.v-sheet.v-sheet--shaped{border-radius:16px 0}.theme--light.v-image{color:rgba(0,0,0,.87)}.theme--dark.v-image{color:#fff}.v-image{z-index:0}.v-image__image,.v-image__placeholder{z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%}.v-image__image{background-repeat:no-repeat}.v-image__image--preload{filter:blur(2px)}.v-image__image--contain{background-size:contain}.v-image__image--cover{background-size:cover}.v-responsive{position:relative;overflow:hidden;flex:1 0 auto;max-width:100%;display:flex}.v-responsive__content{flex:1 0 0px;max-width:100%}.v-application--is-ltr .v-responsive__sizer~.v-responsive__content{margin-left:-100%}.v-application--is-rtl .v-responsive__sizer~.v-responsive__content{margin-right:-100%}.v-responsive__sizer{transition:padding-bottom .2s cubic-bezier(.25,.8,.5,1);flex:1 0 0px}.v-btn:not(.v-btn--outlined).accent,.v-btn:not(.v-btn--outlined).error,.v-btn:not(.v-btn--outlined).info,.v-btn:not(.v-btn--outlined).primary,.v-btn:not(.v-btn--outlined).secondary,.v-btn:not(.v-btn--outlined).success,.v-btn:not(.v-btn--outlined).warning{color:#fff}.theme--light.v-btn{color:rgba(0,0,0,.87)}.theme--light.v-btn.v-btn--disabled,.theme--light.v-btn.v-btn--disabled .v-btn__loading,.theme--light.v-btn.v-btn--disabled .v-icon{color:rgba(0,0,0,.26)!important}.theme--light.v-btn.v-btn--disabled.v-btn--has-bg{background-color:rgba(0,0,0,.12)!important}.theme--light.v-btn.v-btn--has-bg{background-color:#f5f5f5}.theme--light.v-btn.v-btn--outlined.v-btn--text{border-color:rgba(0,0,0,.12)}.theme--light.v-btn.v-btn--icon{color:rgba(0,0,0,.54)}.theme--light.v-btn:hover:before{opacity:.08}.theme--light.v-btn:focus:before{opacity:.24}.theme--light.v-btn--active:before,.theme--light.v-btn--active:hover:before{opacity:.18}.theme--light.v-btn--active:focus:before{opacity:.16}.theme--dark.v-btn{color:#fff}.theme--dark.v-btn.v-btn--disabled,.theme--dark.v-btn.v-btn--disabled .v-btn__loading,.theme--dark.v-btn.v-btn--disabled .v-icon{color:hsla(0,0%,100%,.3)!important}.theme--dark.v-btn.v-btn--disabled.v-btn--has-bg{background-color:hsla(0,0%,100%,.12)!important}.theme--dark.v-btn.v-btn--has-bg{background-color:#272727}.theme--dark.v-btn.v-btn--outlined.v-btn--text{border-color:hsla(0,0%,100%,.12)}.theme--dark.v-btn.v-btn--icon{color:#fff}.theme--dark.v-btn:hover:before{opacity:.08}.theme--dark.v-btn:focus:before{opacity:.24}.theme--dark.v-btn--active:before,.theme--dark.v-btn--active:hover:before{opacity:.18}.theme--dark.v-btn--active:focus:before{opacity:.32}.v-btn{align-items:center;border-radius:4px;display:inline-flex;flex:0 0 auto;font-weight:500;letter-spacing:.0892857143em;justify-content:center;outline:0;position:relative;text-decoration:none;text-indent:.0892857143em;text-transform:uppercase;transition-duration:.28s;transition-property:box-shadow,transform,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.v-btn.v-size--x-small{font-size:.625rem}.v-btn.v-size--small{font-size:.75rem}.v-btn.v-size--default,.v-btn.v-size--large{font-size:.875rem}.v-btn.v-size--x-large{font-size:1rem}.v-btn:before{background-color:currentColor;border-radius:inherit;bottom:0;color:inherit;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s cubic-bezier(.4,0,.6,1)}.v-btn:not(.v-btn--round).v-size--x-small{height:20px;min-width:36px;padding:0 8.8888888889px}.v-btn:not(.v-btn--round).v-size--small{height:28px;min-width:50px;padding:0 12.4444444444px}.v-btn:not(.v-btn--round).v-size--default{height:36px;min-width:64px;padding:0 16px}.v-btn:not(.v-btn--round).v-size--large{height:44px;min-width:78px;padding:0 19.5555555556px}.v-btn:not(.v-btn--round).v-size--x-large{height:52px;min-width:92px;padding:0 23.1111111111px}.v-btn>.v-btn__content .v-icon{color:inherit}.v-btn__content{align-items:center;color:inherit;display:flex;flex:1 0 auto;justify-content:inherit;line-height:normal;position:relative;transition:inherit;transition-property:opacity}.v-btn__content .v-icon.v-icon--left,.v-btn__content .v-icon.v-icon--right{font-size:18px;height:18px;width:18px}.v-application--is-ltr .v-btn__content .v-icon--left{margin-left:-4px;margin-right:8px}.v-application--is-ltr .v-btn__content .v-icon--right,.v-application--is-rtl .v-btn__content .v-icon--left{margin-left:8px;margin-right:-4px}.v-application--is-rtl .v-btn__content .v-icon--right{margin-left:-4px;margin-right:8px}.v-btn__loader{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.v-btn--absolute.v-btn--right,.v-btn--fixed.v-btn--right{right:16px}.v-btn--absolute.v-btn--left,.v-btn--fixed.v-btn--left{left:16px}.v-btn--absolute.v-btn--top,.v-btn--fixed.v-btn--top{top:16px}.v-btn--absolute.v-btn--bottom,.v-btn--fixed.v-btn--bottom{bottom:16px}.v-btn--absolute{position:absolute}.v-btn--fixed{position:fixed}.v-btn--block{display:flex;flex:1 0 auto;min-width:100%!important;max-width:none}.v-btn--is-elevated{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-btn--is-elevated:after{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.v-btn--is-elevated:active{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.v-btn--is-elevated.v-btn--fab{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.v-btn--is-elevated.v-btn--fab:after{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.v-btn--is-elevated.v-btn--fab:active{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.v-btn--disabled{pointer-events:none}.v-btn--fab,.v-btn--icon{min-height:0;min-width:0;padding:0}.v-btn--fab.v-size--x-small .v-icon,.v-btn--icon.v-size--x-small .v-icon{height:18px;font-size:18px;width:18px}.v-btn--fab.v-size--default .v-icon,.v-btn--fab.v-size--small .v-icon,.v-btn--icon.v-size--default .v-icon,.v-btn--icon.v-size--small .v-icon{height:24px;font-size:24px;width:24px}.v-btn--fab.v-size--large .v-icon,.v-btn--icon.v-size--large .v-icon{height:28px;font-size:28px;width:28px}.v-btn--fab.v-size--x-large .v-icon,.v-btn--icon.v-size--x-large .v-icon{height:32px;font-size:32px;width:32px}.v-btn--icon.v-size--x-small{height:20px;width:20px}.v-btn--icon.v-size--small{height:28px;width:28px}.v-btn--icon.v-size--default{height:36px;width:36px}.v-btn--icon.v-size--large{height:44px;width:44px}.v-btn--icon.v-size--x-large{height:52px;width:52px}.v-btn--fab.v-btn--absolute,.v-btn--fab.v-btn--fixed{z-index:4}.v-btn--fab.v-size--x-small{height:32px;width:32px}.v-btn--fab.v-size--x-small.v-btn--absolute.v-btn--bottom{bottom:-16px}.v-btn--fab.v-size--x-small.v-btn--absolute.v-btn--top{top:-16px}.v-btn--fab.v-size--small{height:40px;width:40px}.v-btn--fab.v-size--small.v-btn--absolute.v-btn--bottom{bottom:-20px}.v-btn--fab.v-size--small.v-btn--absolute.v-btn--top{top:-20px}.v-btn--fab.v-size--default{height:56px;width:56px}.v-btn--fab.v-size--default.v-btn--absolute.v-btn--bottom{bottom:-28px}.v-btn--fab.v-size--default.v-btn--absolute.v-btn--top{top:-28px}.v-btn--fab.v-size--large{height:64px;width:64px}.v-btn--fab.v-size--large.v-btn--absolute.v-btn--bottom{bottom:-32px}.v-btn--fab.v-size--large.v-btn--absolute.v-btn--top{top:-32px}.v-btn--fab.v-size--x-large{height:72px;width:72px}.v-btn--fab.v-size--x-large.v-btn--absolute.v-btn--bottom{bottom:-36px}.v-btn--fab.v-size--x-large.v-btn--absolute.v-btn--top{top:-36px}.v-btn--loading{pointer-events:none;transition:none}.v-btn--loading .v-btn__content{opacity:0}.v-btn--outlined{border:thin solid}.v-btn--plain:before{display:none}.v-btn--plain:not(.v-btn--active):not(.v-btn--loading):not(:focus):not(:hover) .v-btn__content{opacity:.62}.v-btn--round{border-radius:50%}.v-btn--rounded{border-radius:28px}.v-btn--tile{border-radius:0}.v-ripple__container{border-radius:inherit;width:100%;height:100%;z-index:0;contain:strict}.v-ripple__animation,.v-ripple__container{color:inherit;position:absolute;left:0;top:0;overflow:hidden;pointer-events:none}.v-ripple__animation{border-radius:50%;background:currentColor;opacity:0;will-change:transform,opacity}.v-ripple__animation--enter{transition:none;opacity:0}.v-ripple__animation--in{transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .1s cubic-bezier(.4,0,.2,1);opacity:.25}.v-ripple__animation--out{transition:opacity .3s cubic-bezier(.4,0,.2,1);opacity:0}.v-progress-circular{position:relative;display:inline-flex;vertical-align:middle;justify-content:center;align-items:center}.v-progress-circular>svg{width:100%;height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;z-index:0}.v-progress-circular--indeterminate>svg{-webkit-animation:progress-circular-rotate 1.4s linear infinite;animation:progress-circular-rotate 1.4s linear infinite;transform-origin:center center;transition:all .2s ease-in-out}.v-progress-circular--indeterminate .v-progress-circular__overlay{-webkit-animation:progress-circular-dash 1.4s ease-in-out infinite;animation:progress-circular-dash 1.4s ease-in-out infinite;stroke-linecap:round;stroke-dasharray:80,200;stroke-dashoffset:0px}.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay,.v-progress-circular--indeterminate:not(.v-progress-circular--visible)>svg{-webkit-animation-play-state:paused!important;animation-play-state:paused!important}.v-progress-circular__info{align-items:center;display:flex;justify-content:center}.v-progress-circular__underlay{stroke:hsla(0,0%,62%,.4);z-index:1}.v-progress-circular__overlay{stroke:currentColor;z-index:2;transition:all .6s ease-in-out}@-webkit-keyframes progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0px}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-124px}}@keyframes progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0px}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-124px}}@-webkit-keyframes progress-circular-rotate{to{transform:rotate(1turn)}}@keyframes progress-circular-rotate{to{transform:rotate(1turn)}}.theme--light.v-icon{color:rgba(0,0,0,.54)}.theme--light.v-icon:focus:after{opacity:.12}.theme--light.v-icon.v-icon.v-icon--disabled{color:rgba(0,0,0,.38)!important}.theme--dark.v-icon{color:#fff}.theme--dark.v-icon:focus:after{opacity:.24}.theme--dark.v-icon.v-icon.v-icon--disabled{color:hsla(0,0%,100%,.5)!important}.v-icon.v-icon{align-items:center;display:inline-flex;font-feature-settings:"liga";font-size:24px;justify-content:center;letter-spacing:normal;line-height:1;position:relative;text-indent:0;transition:.3s cubic-bezier(.25,.8,.5,1),visibility 0s;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-icon.v-icon:after{background-color:currentColor;border-radius:50%;content:"";display:inline-block;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transform:scale(1.3);width:100%;transition:opacity .2s cubic-bezier(.4,0,.6,1)}.v-icon.v-icon--dense{font-size:20px}.v-icon--right{margin-left:8px}.v-icon--left{margin-right:8px}.v-icon.v-icon.v-icon--link{cursor:pointer;outline:none}.v-icon--disabled{pointer-events:none}.v-icon--dense .v-icon__component,.v-icon--dense .v-icon__svg{height:20px}.v-icon__component,.v-icon__svg{height:24px;width:24px}.v-icon__svg{fill:currentColor}.theme--light.v-alert .v-alert--prominent .v-alert__icon:after{background:rgba(0,0,0,.12)}.theme--dark.v-alert .v-alert--prominent .v-alert__icon:after{background:hsla(0,0%,100%,.12)}.v-sheet.v-alert{border-radius:4px}.v-sheet.v-alert:not(.v-sheet--outlined){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.v-sheet.v-alert.v-sheet--shaped{border-radius:16px 4px}.v-alert{display:block;font-size:16px;margin-bottom:16px;padding:16px;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-alert:not(.v-sheet--tile){border-radius:4px}.v-application--is-ltr .v-alert>.v-alert__content,.v-application--is-ltr .v-alert>.v-icon{margin-right:16px}.v-application--is-rtl .v-alert>.v-alert__content,.v-application--is-rtl .v-alert>.v-icon{margin-left:16px}.v-application--is-ltr .v-alert>.v-icon+.v-alert__content{margin-right:0}.v-application--is-rtl .v-alert>.v-icon+.v-alert__content{margin-left:0}.v-application--is-ltr .v-alert>.v-alert__content+.v-icon{margin-right:0}.v-application--is-rtl .v-alert>.v-alert__content+.v-icon{margin-left:0}.v-alert__border{border-style:solid;border-width:4px;content:"";position:absolute}.v-alert__border:not(.v-alert__border--has-color){opacity:.26}.v-alert__border--left,.v-alert__border--right{bottom:0;top:0}.v-alert__border--bottom,.v-alert__border--top{left:0;right:0}.v-alert__border--bottom{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0}.v-application--is-ltr .v-alert__border--left{border-top-left-radius:inherit;border-bottom-left-radius:inherit;left:0}.v-application--is-ltr .v-alert__border--right,.v-application--is-rtl .v-alert__border--left{border-top-right-radius:inherit;border-bottom-right-radius:inherit;right:0}.v-application--is-rtl .v-alert__border--right{border-top-left-radius:inherit;border-bottom-left-radius:inherit;left:0}.v-alert__border--top{border-top-left-radius:inherit;border-top-right-radius:inherit;top:0}.v-alert__content{flex:1 1 auto}.v-application--is-ltr .v-alert__dismissible{margin:-16px -8px -16px 8px}.v-application--is-rtl .v-alert__dismissible{margin:-16px 8px -16px -8px}.v-alert__icon{align-self:flex-start;border-radius:50%;height:24px;min-width:24px;position:relative}.v-application--is-ltr .v-alert__icon{margin-right:16px}.v-application--is-rtl .v-alert__icon{margin-left:16px}.v-alert__icon.v-icon{font-size:24px}.v-alert__wrapper{align-items:center;border-radius:inherit;display:flex}.v-application--is-ltr .v-alert--border.v-alert--prominent .v-alert__icon{margin-left:8px}.v-application--is-rtl .v-alert--border.v-alert--prominent .v-alert__icon{margin-right:8px}.v-alert--dense{padding-top:8px;padding-bottom:8px}.v-alert--dense .v-alert__border{border-width:medium}.v-alert--outlined{background:transparent!important;border:thin solid!important}.v-alert--outlined .v-alert__icon{color:inherit!important}.v-alert--prominent .v-alert__icon{align-self:center;height:48px;min-width:48px}.v-alert--prominent .v-alert__icon.v-icon{font-size:32px}.v-alert--prominent .v-alert__icon.v-icon:after{background:currentColor!important;border-radius:50%;bottom:0;content:"";left:0;opacity:.16;position:absolute;right:0;top:0}.v-alert--prominent.v-alert--dense .v-alert__icon.v-icon:after{transform:scale(1)}.v-alert--text{background:transparent!important}.v-alert--text:before{background-color:currentColor;border-radius:inherit;bottom:0;content:"";left:0;opacity:.12;position:absolute;pointer-events:none;right:0;top:0}.v-autocomplete.v-input>.v-input__control>.v-input__slot{cursor:text}.v-autocomplete input{align-self:center}.v-autocomplete.v-select.v-input--is-focused input{min-width:64px}.v-autocomplete:not(.v-input--is-focused).v-select--chips input{max-height:0;padding:0}.v-autocomplete--is-selecting-index input{opacity:0}.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__slot>input{margin-top:24px}.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined).v-input--dense .v-select__slot>input{margin-top:20px}.v-autocomplete__content.v-menu__content,.v-autocomplete__content.v-menu__content .v-card{border-radius:0}.theme--light.v-text-field>.v-input__control>.v-input__slot:before{border-color:rgba(0,0,0,.42)}.theme--light.v-text-field:not(.v-input--has-state):hover>.v-input__control>.v-input__slot:before{border-color:rgba(0,0,0,.87)}.theme--light.v-text-field.v-input--is-disabled .v-input__slot:before{border-image:repeating-linear-gradient(90deg,rgba(0,0,0,.38) 0,rgba(0,0,0,.38) 2px,transparent 0,transparent 4px) 1 repeat}.theme--light.v-text-field--filled>.v-input__control>.v-input__slot{background:rgba(0,0,0,.06)}.theme--light.v-text-field--filled:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover{background:rgba(0,0,0,.12)}.theme--light.v-text-field--solo>.v-input__control>.v-input__slot{background:#fff}.theme--light.v-text-field--solo-inverted>.v-input__control>.v-input__slot{background:rgba(0,0,0,.06)}.theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot{background:#424242}.theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input{color:#fff}.theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input::-moz-placeholder{color:hsla(0,0%,100%,.5)}.theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input:-ms-input-placeholder{color:hsla(0,0%,100%,.5)}.theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input::placeholder{color:hsla(0,0%,100%,.5)}.theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot .v-label{color:hsla(0,0%,100%,.7)}.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot fieldset{color:rgba(0,0,0,.38)}.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state):not(.v-input--is-disabled)>.v-input__control>.v-input__slot:hover fieldset{color:rgba(0,0,0,.86)}.theme--light.v-text-field--outlined:not(.v-input--is-focused).v-input--is-disabled>.v-input__control>.v-input__slot fieldset{color:rgba(0,0,0,.26)}.theme--dark.v-text-field>.v-input__control>.v-input__slot:before{border-color:hsla(0,0%,100%,.7)}.theme--dark.v-text-field:not(.v-input--has-state):hover>.v-input__control>.v-input__slot:before{border-color:#fff}.theme--dark.v-text-field.v-input--is-disabled .v-input__slot:before{border-image:repeating-linear-gradient(90deg,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,.5) 2px,transparent 0,transparent 4px) 1 repeat}.theme--dark.v-text-field--filled>.v-input__control>.v-input__slot{background:hsla(0,0%,100%,.08)}.theme--dark.v-text-field--filled:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover{background:hsla(0,0%,100%,.16)}.theme--dark.v-text-field--solo>.v-input__control>.v-input__slot{background:#1e1e1e}.theme--dark.v-text-field--solo-inverted>.v-input__control>.v-input__slot{background:hsla(0,0%,100%,.16)}.theme--dark.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot{background:#fff}.theme--dark.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input{color:rgba(0,0,0,.87)}.theme--dark.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input::-moz-placeholder{color:rgba(0,0,0,.38)}.theme--dark.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input:-ms-input-placeholder{color:rgba(0,0,0,.38)}.theme--dark.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input::placeholder{color:rgba(0,0,0,.38)}.theme--dark.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot .v-label{color:rgba(0,0,0,.6)}.theme--dark.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot fieldset{color:hsla(0,0%,100%,.24)}.theme--dark.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state):not(.v-input--is-disabled)>.v-input__control>.v-input__slot:hover fieldset{color:#fff}.theme--dark.v-text-field--outlined:not(.v-input--is-focused).v-input--is-disabled>.v-input__control>.v-input__slot fieldset{color:hsla(0,0%,100%,.16)}.v-text-field{padding-top:12px;margin-top:4px}.v-text-field__prefix,.v-text-field__suffix{line-height:20px}.v-text-field input{flex:1 1 auto;line-height:20px;padding:8px 0;max-width:100%;min-width:0;width:100%}.v-text-field .v-input__control,.v-text-field .v-input__slot,.v-text-field fieldset{border-radius:inherit}.v-text-field.v-input--has-state .v-input__control>.v-text-field__details>.v-counter,.v-text-field.v-input--is-disabled .v-input__control>.v-text-field__details>.v-counter,.v-text-field.v-input--is-disabled .v-input__control>.v-text-field__details>.v-messages,.v-text-field .v-input__control,.v-text-field fieldset{color:currentColor}.v-text-field.v-input--dense{padding-top:0}.v-text-field.v-input--dense .v-label{top:4px}.v-text-field.v-input--dense:not(.v-text-field--outlined) .v-text-field__prefix,.v-text-field.v-input--dense:not(.v-text-field--outlined) .v-text-field__suffix,.v-text-field.v-input--dense:not(.v-text-field--outlined) input{padding:4px 0 2px}.v-text-field.v-input--dense:not(.v-text-field--outlined) .v-text-field__prefix{padding-right:4px}.v-text-field.v-input--dense:not(.v-text-field--outlined) .v-text-field__suffix{padding-left:4px}.v-text-field.v-input--dense[type=text]::-ms-clear{display:none}.v-text-field.v-input--dense .v-input__append-inner,.v-text-field.v-input--dense .v-input__prepend-inner{margin-top:0}.v-text-field .v-input__append-inner,.v-text-field .v-input__prepend-inner{align-self:flex-start;display:inline-flex;margin-top:4px;line-height:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-application--is-ltr .v-text-field .v-input__prepend-inner{margin-right:auto;padding-right:4px}.v-application--is-ltr .v-text-field .v-input__append-inner,.v-application--is-rtl .v-text-field .v-input__prepend-inner{margin-left:auto;padding-left:4px}.v-application--is-rtl .v-text-field .v-input__append-inner{margin-right:auto;padding-right:4px}.v-text-field .v-counter{white-space:nowrap}.v-application--is-ltr .v-text-field .v-counter{margin-left:8px}.v-application--is-rtl .v-text-field .v-counter{margin-right:8px}.v-text-field .v-label{max-width:90%;overflow:hidden;text-overflow:ellipsis;top:6px;white-space:nowrap;pointer-events:none}.v-application--is-ltr .v-text-field .v-label{transform-origin:top left}.v-application--is-rtl .v-text-field .v-label{transform-origin:top right}.v-text-field .v-label--active{max-width:133%;transform:translateY(-18px) scale(.75);pointer-events:auto}.v-text-field>.v-input__control>.v-input__slot{cursor:text}.v-text-field>.v-input__control>.v-input__slot:after,.v-text-field>.v-input__control>.v-input__slot:before{bottom:-1px;content:"";left:0;position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1);width:100%}.v-text-field>.v-input__control>.v-input__slot:before{border-color:inherit;border-style:solid;border-width:thin 0 0}.v-text-field>.v-input__control>.v-input__slot:after{background-color:currentColor;border-color:currentcolor;border-style:solid;border-width:thin 0;transform:scaleX(0)}.v-text-field__details{display:flex;flex:1 0 auto;max-width:100%;min-height:14px;overflow:hidden}.v-text-field__prefix,.v-text-field__suffix{align-self:center;cursor:default;transition:color .3s cubic-bezier(.25,.8,.5,1);white-space:nowrap}.v-application--is-ltr .v-text-field__prefix{text-align:right;padding-right:4px}.v-application--is-rtl .v-text-field__prefix{text-align:left;padding-left:4px}.v-text-field__suffix{white-space:nowrap}.v-application--is-ltr .v-text-field__suffix{padding-left:4px}.v-application--is-rtl .v-text-field__suffix{padding-right:4px}.v-application--is-ltr .v-text-field--reverse .v-text-field__prefix{text-align:left;padding-right:0;padding-left:4px}.v-application--is-rtl .v-text-field--reverse .v-text-field__prefix{text-align:right;padding-right:4px;padding-left:0}.v-application--is-ltr .v-text-field--reverse .v-text-field__suffix{padding-left:0;padding-right:4px}.v-application--is-rtl .v-text-field--reverse .v-text-field__suffix{padding-left:4px;padding-right:0}.v-text-field>.v-input__control>.v-input__slot>.v-text-field__slot{display:flex;flex:1 1 auto;position:relative}.v-text-field:not(.v-text-field--is-booted) .v-label,.v-text-field:not(.v-text-field--is-booted) legend{transition:none}.v-text-field--filled,.v-text-field--full-width,.v-text-field--outlined{position:relative}.v-text-field--filled>.v-input__control>.v-input__slot,.v-text-field--full-width>.v-input__control>.v-input__slot,.v-text-field--outlined>.v-input__control>.v-input__slot{align-items:stretch;min-height:56px}.v-text-field--filled.v-input--dense>.v-input__control>.v-input__slot,.v-text-field--full-width.v-input--dense>.v-input__control>.v-input__slot,.v-text-field--outlined.v-input--dense>.v-input__control>.v-input__slot{min-height:52px}.v-text-field--filled.v-input--dense.v-text-field--outlined.v-text-field--filled>.v-input__control>.v-input__slot,.v-text-field--filled.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot,.v-text-field--filled.v-input--dense.v-text-field--single-line>.v-input__control>.v-input__slot,.v-text-field--full-width.v-input--dense.v-text-field--outlined.v-text-field--filled>.v-input__control>.v-input__slot,.v-text-field--full-width.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot,.v-text-field--full-width.v-input--dense.v-text-field--single-line>.v-input__control>.v-input__slot,.v-text-field--outlined.v-input--dense.v-text-field--outlined.v-text-field--filled>.v-input__control>.v-input__slot,.v-text-field--outlined.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot,.v-text-field--outlined.v-input--dense.v-text-field--single-line>.v-input__control>.v-input__slot{min-height:40px}.v-text-field--outlined{border-radius:4px}.v-text-field--enclosed .v-input__append-inner,.v-text-field--enclosed .v-input__append-outer,.v-text-field--enclosed .v-input__prepend-inner,.v-text-field--enclosed .v-input__prepend-outer,.v-text-field--full-width .v-input__append-inner,.v-text-field--full-width .v-input__append-outer,.v-text-field--full-width .v-input__prepend-inner,.v-text-field--full-width .v-input__prepend-outer{margin-top:17px}.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__append-inner,.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__append-outer,.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__prepend-inner,.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__prepend-outer,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__append-inner,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__append-outer,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__prepend-inner,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__prepend-outer{margin-top:14px}.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-inner,.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-outer,.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-inner,.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-outer,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-inner,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-outer,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-inner,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-outer{margin-top:9px}.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-inner,.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-outer,.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-inner,.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-outer,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-inner,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-outer,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-inner,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-outer{margin-top:8px}.v-text-field--filled .v-label,.v-text-field--full-width .v-label{top:18px}.v-text-field--filled .v-label--active,.v-text-field--full-width .v-label--active{transform:translateY(-6px) scale(.75)}.v-text-field--filled.v-input--dense .v-label,.v-text-field--full-width.v-input--dense .v-label{top:17px}.v-text-field--filled.v-input--dense .v-label--active,.v-text-field--full-width.v-input--dense .v-label--active{transform:translateY(-10px) scale(.75)}.v-text-field--filled.v-input--dense.v-text-field--single-line .v-label,.v-text-field--full-width.v-input--dense.v-text-field--single-line .v-label{top:11px}.v-text-field--filled{border-radius:4px 4px 0 0}.v-text-field--filled:not(.v-text-field--single-line) input{margin-top:22px}.v-text-field--filled.v-input--dense:not(.v-text-field--single-line).v-text-field--outlined input{margin-top:0}.v-text-field--filled .v-text-field__prefix,.v-text-field--filled .v-text-field__suffix{max-height:32px;margin-top:20px}.v-text-field--full-width{border-radius:0}.v-text-field--outlined .v-text-field__slot,.v-text-field--single-line .v-text-field__slot{align-items:center}.v-text-field.v-text-field--enclosed{margin:0;padding:0}.v-text-field.v-text-field--enclosed.v-text-field--single-line .v-text-field__prefix,.v-text-field.v-text-field--enclosed.v-text-field--single-line .v-text-field__suffix{margin-top:0}.v-text-field.v-text-field--enclosed:not(.v-text-field--filled) .v-progress-linear__background{display:none}.v-text-field.v-text-field--enclosed .v-text-field__details,.v-text-field.v-text-field--enclosed:not(.v-text-field--rounded)>.v-input__control>.v-input__slot{padding:0 12px}.v-text-field.v-text-field--enclosed .v-text-field__details{padding-top:0;margin-bottom:8px}.v-application--is-ltr .v-text-field--reverse input,.v-application--is-ltr .v-text-field--reverse textarea{text-align:right}.v-application--is-rtl .v-text-field--reverse input,.v-application--is-rtl .v-text-field--reverse textarea{text-align:left}.v-application--is-ltr .v-text-field--reverse .v-label{transform-origin:top right}.v-application--is-rtl .v-text-field--reverse .v-label{transform-origin:top left}.v-text-field--reverse .v-text-field__slot,.v-text-field--reverse>.v-input__control>.v-input__slot{flex-direction:row-reverse}.v-text-field--outlined>.v-input__control>.v-input__slot:after,.v-text-field--outlined>.v-input__control>.v-input__slot:before,.v-text-field--rounded>.v-input__control>.v-input__slot:after,.v-text-field--rounded>.v-input__control>.v-input__slot:before,.v-text-field--solo>.v-input__control>.v-input__slot:after,.v-text-field--solo>.v-input__control>.v-input__slot:before{display:none}.v-text-field--outlined,.v-text-field--solo{border-radius:4px}.v-text-field--outlined{margin-bottom:16px;transition:border .3s cubic-bezier(.25,.8,.5,1)}.v-text-field--outlined .v-label{top:18px}.v-text-field--outlined .v-label--active{transform:translateY(-24px) scale(.75)}.v-text-field--outlined.v-input--dense .v-label{top:10px}.v-text-field--outlined.v-input--dense .v-label--active{transform:translateY(-16px) scale(.75)}.v-text-field--outlined fieldset{border-collapse:collapse;border:1px solid;bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:-5px;transition-duration:.15s;transition-property:color;transition-timing-function:cubic-bezier(.25,.8,.25,1)}.v-application--is-ltr .v-text-field--outlined fieldset{padding-left:8px}.v-application--is-ltr .v-text-field--outlined.v-text-field--reverse fieldset,.v-application--is-rtl .v-text-field--outlined fieldset{padding-right:8px}.v-application--is-rtl .v-text-field--outlined.v-text-field--reverse fieldset{padding-left:8px}.v-text-field--outlined legend{line-height:11px;padding:0;transition:width .3s cubic-bezier(.25,.8,.5,1)}.v-application--is-ltr .v-text-field--outlined legend{text-align:left}.v-application--is-rtl .v-text-field--outlined legend{text-align:right}.v-application--is-ltr .v-text-field--outlined.v-text-field--reverse legend{margin-left:auto}.v-application--is-rtl .v-text-field--outlined.v-text-field--reverse legend{margin-right:auto}.v-application--is-ltr .v-text-field--outlined.v-text-field--rounded legend{margin-left:12px}.v-application--is-rtl .v-text-field--outlined.v-text-field--rounded legend{margin-right:12px}.v-text-field--outlined>.v-input__control>.v-input__slot{background:transparent}.v-text-field--outlined .v-text-field__prefix{max-height:32px}.v-text-field--outlined .v-input__append-outer,.v-text-field--outlined .v-input__prepend-outer{margin-top:18px}.v-text-field--outlined.v-input--has-state fieldset,.v-text-field--outlined.v-input--is-focused fieldset{border:2px solid}.v-text-field--rounded{border-radius:28px}.v-text-field--rounded>.v-input__control>.v-input__slot{padding:0 24px}.v-text-field--shaped{border-radius:16px 16px 0 0}.v-text-field.v-text-field--solo .v-label{top:calc(50% - 9px)}.v-text-field.v-text-field--solo .v-input__control{min-height:48px;padding:0}.v-text-field.v-text-field--solo .v-input__control input{caret-color:auto}.v-text-field.v-text-field--solo.v-input--dense>.v-input__control{min-height:38px}.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)>.v-input__control>.v-input__slot{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-text-field.v-text-field--solo .v-input__append-inner,.v-text-field.v-text-field--solo .v-input__prepend-inner{align-self:center;margin-top:0}.v-text-field.v-text-field--solo .v-input__append-outer,.v-text-field.v-text-field--solo .v-input__prepend-outer{margin-top:12px}.v-text-field.v-text-field--solo.v-input--dense .v-input__append-outer,.v-text-field.v-text-field--solo.v-input--dense .v-input__prepend-outer{margin-top:7px}.v-text-field.v-input--is-focused>.v-input__control>.v-input__slot:after{transform:scaleX(1)}.v-text-field.v-input--has-state>.v-input__control>.v-input__slot:before{border-color:currentColor}.v-text-field .v-input__icon--clear{opacity:0;transition:opacity .3s cubic-bezier(.25,.8,.5,1)}.v-text-field.v-input--is-dirty:hover .v-input__icon--clear,.v-text-field.v-input--is-focused .v-input__icon--clear{opacity:1}.theme--light.v-select .v-select__selections{color:rgba(0,0,0,.87)}.theme--light.v-select.v-input--is-disabled .v-select__selections,.theme--light.v-select .v-select__selection--disabled{color:rgba(0,0,0,.38)}.theme--dark.v-select .v-select__selections,.theme--light.v-select.v-text-field--solo-inverted.v-input--is-focused .v-select__selections{color:#fff}.theme--dark.v-select.v-input--is-disabled .v-select__selections,.theme--dark.v-select .v-select__selection--disabled{color:hsla(0,0%,100%,.5)}.theme--dark.v-select.v-text-field--solo-inverted.v-input--is-focused .v-select__selections{color:rgba(0,0,0,.87)}.v-select{position:relative}.v-select:not(.v-select--is-multi).v-text-field--single-line .v-select__selections{flex-wrap:nowrap}.v-select>.v-input__control>.v-input__slot{cursor:pointer}.v-select .v-chip{flex:0 1 auto;margin:4px}.v-select .v-chip--selected:after{opacity:.22}.v-select .fade-transition-leave-active{position:absolute;left:0}.v-select.v-input--is-dirty ::-moz-placeholder{color:transparent!important}.v-select.v-input--is-dirty :-ms-input-placeholder{color:transparent!important}.v-select.v-input--is-dirty ::placeholder{color:transparent!important}.v-select:not(.v-input--is-dirty):not(.v-input--is-focused) .v-text-field__prefix{line-height:20px;top:7px;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-select.v-text-field--enclosed:not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__selections{padding-top:20px}.v-select.v-text-field--outlined:not(.v-text-field--single-line) .v-select__selections{padding:8px 0}.v-select.v-text-field--outlined:not(.v-text-field--single-line).v-input--dense .v-select__selections{padding:4px 0}.v-select.v-text-field input{flex:1 1;min-width:0;position:relative}.v-select.v-text-field:not(.v-text-field--single-line) input{margin-top:0}.v-select.v-select--is-menu-active .v-input__icon--append .v-icon{transform:rotate(180deg)}.v-select.v-select--chips input{margin:0}.v-select.v-select--chips .v-select__selections{min-height:42px}.v-select.v-select--chips.v-input--dense .v-select__selections{min-height:40px}.v-select.v-select--chips .v-chip--select.v-chip--active:before{opacity:.2}.v-select.v-select--chips.v-select--chips--small .v-select__selections{min-height:26px}.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box .v-select__selections,.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed .v-select__selections{min-height:68px}.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-input--dense .v-select__selections,.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-input--dense .v-select__selections{min-height:40px}.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-select--chips--small .v-select__selections,.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-select--chips--small .v-select__selections{min-height:26px}.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-select--chips--small.v-input--dense .v-select__selections,.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-select--chips--small.v-input--dense .v-select__selections{min-height:38px}.v-select.v-text-field--reverse .v-select__selections,.v-select.v-text-field--reverse .v-select__slot{flex-direction:row-reverse}.v-select.v-input--is-disabled:not(.v-input--is-readonly):not(.v-autocomplete){pointer-events:none}.v-select__selections{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;line-height:18px;max-width:100%;min-width:0}.v-select__selection{max-width:90%}.v-select__selection--comma{margin:7px 4px 7px 0;min-height:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-select.v-input--dense .v-select__selection--comma{margin:5px 4px 3px 0}.v-select.v-input--dense .v-chip{margin:0 4px}.v-select__slot{position:relative;align-items:center;display:flex;max-width:100%;min-width:0;width:100%}.v-select:not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__slot>input{align-self:flex-end}.theme--light.v-input,.theme--light.v-input input,.theme--light.v-input textarea{color:rgba(0,0,0,.87)}.theme--light.v-input input::-moz-placeholder,.theme--light.v-input textarea::-moz-placeholder{color:rgba(0,0,0,.38)}.theme--light.v-input input:-ms-input-placeholder,.theme--light.v-input textarea:-ms-input-placeholder{color:rgba(0,0,0,.38)}.theme--light.v-input input::placeholder,.theme--light.v-input textarea::placeholder{color:rgba(0,0,0,.38)}.theme--light.v-input--is-disabled,.theme--light.v-input--is-disabled input,.theme--light.v-input--is-disabled textarea{color:rgba(0,0,0,.38)}.theme--dark.v-input,.theme--dark.v-input input,.theme--dark.v-input textarea{color:#fff}.theme--dark.v-input input::-moz-placeholder,.theme--dark.v-input textarea::-moz-placeholder{color:hsla(0,0%,100%,.5)}.theme--dark.v-input input:-ms-input-placeholder,.theme--dark.v-input textarea:-ms-input-placeholder{color:hsla(0,0%,100%,.5)}.theme--dark.v-input input::placeholder,.theme--dark.v-input textarea::placeholder{color:hsla(0,0%,100%,.5)}.theme--dark.v-input--is-disabled,.theme--dark.v-input--is-disabled input,.theme--dark.v-input--is-disabled textarea{color:hsla(0,0%,100%,.5)}.v-input{align-items:flex-start;display:flex;flex:1 1 auto;font-size:16px;letter-spacing:normal;max-width:100%;text-align:left}.v-input .v-progress-linear{top:calc(100% - 1px);left:0}.v-input input{max-height:32px}.v-input input:invalid,.v-input textarea:invalid{box-shadow:none}.v-input input:active,.v-input input:focus,.v-input textarea:active,.v-input textarea:focus{outline:none}.v-input .v-label{height:20px;line-height:20px;letter-spacing:normal}.v-input__append-outer,.v-input__prepend-outer{display:inline-flex;margin-bottom:4px;margin-top:4px;line-height:1}.v-input__append-outer .v-icon,.v-input__prepend-outer .v-icon{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-application--is-ltr .v-input__append-outer{margin-left:9px}.v-application--is-ltr .v-input__prepend-outer,.v-application--is-rtl .v-input__append-outer{margin-right:9px}.v-application--is-rtl .v-input__prepend-outer{margin-left:9px}.v-input__control{display:flex;flex-direction:column;height:auto;flex-grow:1;flex-wrap:wrap;min-width:0;width:100%}.v-input__icon{align-items:center;display:inline-flex;height:24px;flex:1 0 auto;justify-content:center;min-width:24px;width:24px}.v-input__icon--clear{border-radius:50%}.v-input__icon--clear .v-icon--disabled{visibility:hidden}.v-input__slot{align-items:center;display:flex;margin-bottom:8px;min-height:inherit;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1);transition-property:height,min-height;width:100%}.v-input--dense>.v-input__control>.v-input__slot{margin-bottom:4px}.v-input--is-loading>.v-input__control>.v-input__slot:after,.v-input--is-loading>.v-input__control>.v-input__slot:before{display:none}.v-input--hide-details>.v-input__control>.v-input__slot{margin-bottom:0}.v-input--has-state.error--text .v-label{-webkit-animation:v-shake .6s cubic-bezier(.25,.8,.5,1);animation:v-shake .6s cubic-bezier(.25,.8,.5,1)}.v-input--hide-spin-buttons input::-webkit-inner-spin-button,.v-input--hide-spin-buttons input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.v-input--hide-spin-buttons input[type=number]{-moz-appearance:textfield}.theme--light.v-label{color:rgba(0,0,0,.6)}.theme--light.v-label--is-disabled{color:rgba(0,0,0,.38)}.theme--dark.v-label{color:hsla(0,0%,100%,.7)}.theme--dark.v-label--is-disabled{color:hsla(0,0%,100%,.5)}.v-label{font-size:16px;line-height:1;min-height:8px;transition:.3s cubic-bezier(.25,.8,.5,1)}.theme--light.v-messages{color:rgba(0,0,0,.6)}.theme--dark.v-messages{color:hsla(0,0%,100%,.7)}.v-messages{flex:1 1 auto;font-size:12px;min-height:14px;min-width:1px;position:relative}.v-application--is-ltr .v-messages{text-align:left}.v-application--is-rtl .v-messages{text-align:right}.v-messages__message{line-height:12px;word-break:break-word;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.theme--light.v-progress-linear{color:rgba(0,0,0,.87)}.theme--dark.v-progress-linear{color:#fff}.v-progress-linear{background:transparent;overflow:hidden;position:relative;transition:.2s cubic-bezier(.4,0,.6,1);width:100%}.v-progress-linear__buffer{height:inherit;left:0;position:absolute;top:0;transition:inherit;width:100%}.v-progress-linear--reverse .v-progress-linear__buffer{left:auto;right:0}.v-progress-linear__background{bottom:0;left:0;position:absolute;top:0;transition:inherit}.v-progress-linear--reverse .v-progress-linear__background{left:auto;right:0}.v-progress-linear__content{align-items:center;display:flex;height:100%;left:0;justify-content:center;position:absolute;top:0;width:100%}.v-progress-linear--reverse .v-progress-linear__content{left:auto;right:0}.v-progress-linear__determinate{height:inherit;left:0;position:absolute;transition:inherit}.v-progress-linear--reverse .v-progress-linear__determinate{left:auto;right:0}.v-progress-linear .v-progress-linear__indeterminate .long,.v-progress-linear .v-progress-linear__indeterminate .short{-webkit-animation-play-state:paused;animation-play-state:paused;background-color:inherit;bottom:0;height:inherit;left:0;position:absolute;right:auto;top:0;width:auto;will-change:left,right}.v-progress-linear .v-progress-linear__indeterminate--active .long{-webkit-animation-name:indeterminate-ltr;animation-name:indeterminate-ltr;-webkit-animation-duration:2.2s;animation-duration:2.2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.v-progress-linear .v-progress-linear__indeterminate--active .short{-webkit-animation-name:indeterminate-short-ltr;animation-name:indeterminate-short-ltr;-webkit-animation-duration:2.2s;animation-duration:2.2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.v-progress-linear--reverse .v-progress-linear__indeterminate .long,.v-progress-linear--reverse .v-progress-linear__indeterminate .short{left:auto;right:0}.v-progress-linear--reverse .v-progress-linear__indeterminate--active .long{-webkit-animation-name:indeterminate-rtl;animation-name:indeterminate-rtl}.v-progress-linear--reverse .v-progress-linear__indeterminate--active .short{-webkit-animation-name:indeterminate-short-rtl;animation-name:indeterminate-short-rtl}.v-progress-linear__stream{-webkit-animation:stream-ltr .25s linear infinite;animation:stream-ltr .25s linear infinite;-webkit-animation-play-state:paused;animation-play-state:paused;border-color:currentColor;border-top:4px dotted;bottom:0;left:auto;right:-8px;opacity:.3;pointer-events:none;position:absolute;top:calc(50% - 2px);transition:inherit}.v-progress-linear--reverse .v-progress-linear__stream{-webkit-animation:stream-rtl .25s linear infinite;animation:stream-rtl .25s linear infinite;left:-8px;right:auto}.v-progress-linear__wrapper{overflow:hidden;position:relative;transition:inherit}.v-progress-linear--absolute,.v-progress-linear--fixed{left:0;z-index:1}.v-progress-linear--absolute{position:absolute}.v-progress-linear--fixed{position:fixed}.v-progress-linear--reactive .v-progress-linear__content{pointer-events:none}.v-progress-linear--rounded{border-radius:4px}.v-progress-linear--striped .v-progress-linear__determinate{background-image:linear-gradient(135deg,hsla(0,0%,100%,.25) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,.25) 75%,transparent 0,transparent);background-size:40px 40px;background-repeat:repeat}.v-progress-linear--query .v-progress-linear__indeterminate--active .long{-webkit-animation-name:query-ltr;animation-name:query-ltr;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.v-progress-linear--query .v-progress-linear__indeterminate--active .short{-webkit-animation-name:query-short-ltr;animation-name:query-short-ltr;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.v-progress-linear--query.v-progress-linear--reverse .v-progress-linear__indeterminate--active .long{-webkit-animation-name:query-rtl;animation-name:query-rtl}.v-progress-linear--query.v-progress-linear--reverse .v-progress-linear__indeterminate--active .short{-webkit-animation-name:query-short-rtl;animation-name:query-short-rtl}.v-progress-linear--visible .v-progress-linear__indeterminate--active .long,.v-progress-linear--visible .v-progress-linear__indeterminate--active .short,.v-progress-linear--visible .v-progress-linear__stream{-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes indeterminate-ltr{0%{left:-90%;right:100%}60%{left:-90%;right:100%}to{left:100%;right:-35%}}@keyframes indeterminate-ltr{0%{left:-90%;right:100%}60%{left:-90%;right:100%}to{left:100%;right:-35%}}@-webkit-keyframes indeterminate-rtl{0%{left:100%;right:-90%}60%{left:100%;right:-90%}to{left:-35%;right:100%}}@keyframes indeterminate-rtl{0%{left:100%;right:-90%}60%{left:100%;right:-90%}to{left:-35%;right:100%}}@-webkit-keyframes indeterminate-short-ltr{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes indeterminate-short-ltr{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@-webkit-keyframes indeterminate-short-rtl{0%{left:100%;right:-200%}60%{left:-8%;right:107%}to{left:-8%;right:107%}}@keyframes indeterminate-short-rtl{0%{left:100%;right:-200%}60%{left:-8%;right:107%}to{left:-8%;right:107%}}@-webkit-keyframes query-ltr{0%{right:-90%;left:100%}60%{right:-90%;left:100%}to{right:100%;left:-35%}}@keyframes query-ltr{0%{right:-90%;left:100%}60%{right:-90%;left:100%}to{right:100%;left:-35%}}@-webkit-keyframes query-rtl{0%{right:100%;left:-90%}60%{right:100%;left:-90%}to{right:-35%;left:100%}}@keyframes query-rtl{0%{right:100%;left:-90%}60%{right:100%;left:-90%}to{right:-35%;left:100%}}@-webkit-keyframes query-short-ltr{0%{right:-200%;left:100%}60%{right:107%;left:-8%}to{right:107%;left:-8%}}@keyframes query-short-ltr{0%{right:-200%;left:100%}60%{right:107%;left:-8%}to{right:107%;left:-8%}}@-webkit-keyframes query-short-rtl{0%{right:100%;left:-200%}60%{right:-8%;left:107%}to{right:-8%;left:107%}}@keyframes query-short-rtl{0%{right:100%;left:-200%}60%{right:-8%;left:107%}to{right:-8%;left:107%}}@-webkit-keyframes stream-ltr{to{transform:translateX(-8px)}}@keyframes stream-ltr{to{transform:translateX(-8px)}}@-webkit-keyframes stream-rtl{to{transform:translateX(8px)}}@keyframes stream-rtl{to{transform:translateX(8px)}}.theme--light.v-counter{color:rgba(0,0,0,.6)}.theme--dark.v-counter{color:hsla(0,0%,100%,.7)}.v-counter{flex:0 1 auto;font-size:12px;min-height:12px;line-height:12px}.theme--light.v-list-item--disabled{color:rgba(0,0,0,.38)}.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled){color:rgba(0,0,0,.87)}.theme--light.v-list-item .v-list-item__mask{color:rgba(0,0,0,.38);background:#eee}.theme--light.v-list-item:not(.v-list-item--disabled) .v-list-item__action-text,.theme--light.v-list-item:not(.v-list-item--disabled) .v-list-item__subtitle{color:rgba(0,0,0,.6)}.theme--light.v-list-item:hover:before{opacity:.04}.theme--light.v-list-item--active:before,.theme--light.v-list-item--active:hover:before,.theme--light.v-list-item:focus:before{opacity:.12}.theme--light.v-list-item--active:focus:before,.theme--light.v-list-item.v-list-item--highlighted:before{opacity:.16}.theme--dark.v-list-item--disabled{color:hsla(0,0%,100%,.5)}.theme--dark.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled){color:#fff}.theme--dark.v-list-item .v-list-item__mask{color:hsla(0,0%,100%,.5);background:#494949}.theme--dark.v-list-item:not(.v-list-item--disabled) .v-list-item__action-text,.theme--dark.v-list-item:not(.v-list-item--disabled) .v-list-item__subtitle{color:hsla(0,0%,100%,.7)}.theme--dark.v-list-item:hover:before{opacity:.08}.theme--dark.v-list-item--active:before,.theme--dark.v-list-item--active:hover:before,.theme--dark.v-list-item:focus:before{opacity:.24}.theme--dark.v-list-item--active:focus:before,.theme--dark.v-list-item.v-list-item--highlighted:before{opacity:.32}.v-list-item{align-items:center;display:flex;flex:1 1 100%;letter-spacing:normal;min-height:48px;outline:none;padding:0 16px;position:relative;text-decoration:none}.v-list-item--disabled{pointer-events:none}.v-list-item--selectable{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.v-list-item:after{content:"";min-height:inherit;font-size:0}.v-list-item__action{align-self:center;margin:12px 0}.v-list-item__action .v-input,.v-list-item__action .v-input--selection-controls__input,.v-list-item__action .v-input__control,.v-list-item__action .v-input__slot{margin:0!important}.v-list-item__action .v-input{padding:0}.v-list-item__action .v-input .v-messages{display:none}.v-list-item__action-text{font-size:.75rem}.v-list-item__avatar{align-self:center;justify-content:flex-start}.v-list-item__avatar,.v-list-item__avatar.v-list-item__avatar--horizontal{margin-bottom:8px;margin-top:8px}.v-application--is-ltr .v-list-item__avatar.v-list-item__avatar--horizontal:first-child{margin-left:-16px}.v-application--is-rtl .v-list-item__avatar.v-list-item__avatar--horizontal:first-child{margin-right:-16px}.v-application--is-ltr .v-list-item__avatar.v-list-item__avatar--horizontal:last-child{margin-left:-16px}.v-application--is-rtl .v-list-item__avatar.v-list-item__avatar--horizontal:last-child{margin-right:-16px}.v-list-item__content{align-items:center;align-self:center;display:flex;flex-wrap:wrap;flex:1 1;overflow:hidden;padding:12px 0}.v-list-item__content>*{line-height:1.1;flex:1 0 100%}.v-list-item__content>:not(:last-child){margin-bottom:2px}.v-list-item__icon{align-self:flex-start;margin:16px 0}.v-application--is-ltr .v-list-item__action:last-of-type:not(:only-child),.v-application--is-ltr .v-list-item__avatar:last-of-type:not(:only-child),.v-application--is-ltr .v-list-item__icon:last-of-type:not(:only-child){margin-left:16px}.v-application--is-ltr .v-list-item__avatar:first-child,.v-application--is-rtl .v-list-item__action:last-of-type:not(:only-child),.v-application--is-rtl .v-list-item__avatar:last-of-type:not(:only-child),.v-application--is-rtl .v-list-item__icon:last-of-type:not(:only-child){margin-right:16px}.v-application--is-rtl .v-list-item__avatar:first-child{margin-left:16px}.v-application--is-ltr .v-list-item__action:first-child,.v-application--is-ltr .v-list-item__icon:first-child{margin-right:32px}.v-application--is-rtl .v-list-item__action:first-child,.v-application--is-rtl .v-list-item__icon:first-child{margin-left:32px}.v-list-item__action,.v-list-item__avatar,.v-list-item__icon{display:inline-flex;min-width:24px}.v-list-item .v-list-item__subtitle,.v-list-item .v-list-item__title{line-height:1.2}.v-list-item__subtitle,.v-list-item__title{flex:1 1 100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-list-item__title{align-self:center;font-size:1rem}.v-list-item__title>.v-badge{margin-top:16px}.v-list-item__subtitle{font-size:.875rem}.v-list--dense .v-list-item,.v-list-item--dense{min-height:40px}.v-list--dense .v-list-item .v-list-item__icon,.v-list-item--dense .v-list-item__icon{height:24px;margin-top:8px;margin-bottom:8px}.v-list--dense .v-list-item .v-list-item__content,.v-list-item--dense .v-list-item__content{padding:8px 0}.v-list--dense .v-list-item .v-list-item__subtitle,.v-list--dense .v-list-item .v-list-item__title,.v-list-item--dense .v-list-item__subtitle,.v-list-item--dense .v-list-item__title{font-size:.8125rem;font-weight:500;line-height:1rem}.v-list--dense .v-list-item.v-list-item--two-line,.v-list-item--dense.v-list-item--two-line{min-height:60px}.v-list--dense .v-list-item.v-list-item--three-line,.v-list-item--dense.v-list-item--three-line{min-height:76px}.v-list-item--link{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-list-item--link:before{background-color:currentColor;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-list .v-list-item--active,.v-list .v-list-item--active .v-icon{color:inherit}.v-list-item__action--stack{align-items:flex-end;align-self:stretch;justify-content:space-between;white-space:nowrap;flex-direction:column}.v-list--three-line .v-list-item .v-list-item__avatar:not(.v-list-item__avatar--horizontal),.v-list--three-line .v-list-item .v-list-item__icon,.v-list--two-line .v-list-item .v-list-item__avatar:not(.v-list-item__avatar--horizontal),.v-list--two-line .v-list-item .v-list-item__icon,.v-list-item--three-line .v-list-item__avatar:not(.v-list-item__avatar--horizontal),.v-list-item--three-line .v-list-item__icon,.v-list-item--two-line .v-list-item__avatar:not(.v-list-item__avatar--horizontal),.v-list-item--two-line .v-list-item__icon{margin-bottom:16px;margin-top:16px}.v-list--two-line .v-list-item,.v-list-item--two-line{min-height:64px}.v-list--two-line .v-list-item .v-list-item__icon,.v-list-item--two-line .v-list-item__icon{margin-bottom:32px}.v-list--three-line .v-list-item,.v-list-item--three-line{min-height:88px}.v-list--three-line .v-list-item .v-list-item__action,.v-list--three-line .v-list-item .v-list-item__avatar,.v-list-item--three-line .v-list-item__action,.v-list-item--three-line .v-list-item__avatar{align-self:flex-start;margin-top:16px;margin-bottom:16px}.v-list--three-line .v-list-item .v-list-item__content,.v-list-item--three-line .v-list-item__content{align-self:stretch}.v-list--three-line .v-list-item .v-list-item__subtitle,.v-list-item--three-line .v-list-item__subtitle{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.v-simple-checkbox{align-self:center;line-height:normal;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-simple-checkbox .v-icon{cursor:pointer}.v-simple-checkbox--disabled{cursor:default}.theme--light.v-divider{border-color:rgba(0,0,0,.12)}.theme--dark.v-divider{border-color:hsla(0,0%,100%,.12)}.v-divider{display:block;flex:1 1 0px;max-width:100%;height:0;max-height:0;border:solid;border-width:thin 0 0;transition:inherit}.v-divider--inset:not(.v-divider--vertical){max-width:calc(100% - 72px)}.v-application--is-ltr .v-divider--inset:not(.v-divider--vertical){margin-left:72px}.v-application--is-rtl .v-divider--inset:not(.v-divider--vertical){margin-right:72px}.v-divider--vertical{align-self:stretch;border:solid;border-width:0 thin 0 0;display:inline-flex;height:inherit;min-height:100%;max-height:100%;max-width:0;width:0;vertical-align:text-bottom;margin:0 -1px}.v-divider--vertical.v-divider--inset{margin-top:8px;min-height:0;max-height:calc(100% - 16px)}.theme--light.v-subheader{color:rgba(0,0,0,.6)}.theme--dark.v-subheader{color:hsla(0,0%,100%,.7)}.v-subheader{align-items:center;display:flex;height:48px;font-size:.875rem;font-weight:400;padding:0 16px}.v-subheader--inset{margin-left:56px}.v-list.accent>.v-list-item,.v-list.error>.v-list-item,.v-list.info>.v-list-item,.v-list.primary>.v-list-item,.v-list.secondary>.v-list-item,.v-list.success>.v-list-item,.v-list.warning>.v-list-item{color:#fff}.theme--light.v-list{background:#fff;color:rgba(0,0,0,.87)}.theme--light.v-list .v-list--disabled{color:rgba(0,0,0,.38)}.theme--light.v-list .v-list-group--active:after,.theme--light.v-list .v-list-group--active:before{background:rgba(0,0,0,.12)}.theme--dark.v-list{background:#1e1e1e;color:#fff}.theme--dark.v-list .v-list--disabled{color:hsla(0,0%,100%,.5)}.theme--dark.v-list .v-list-group--active:after,.theme--dark.v-list .v-list-group--active:before{background:hsla(0,0%,100%,.12)}.v-sheet.v-list{border-radius:0}.v-sheet.v-list:not(.v-sheet--outlined){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.v-sheet.v-list.v-sheet--shaped{border-radius:0}.v-list{display:block;padding:8px 0;position:static;transition:box-shadow .28s cubic-bezier(.4,0,.2,1)}.v-list--disabled{pointer-events:none}.v-list--flat .v-list-item:before{display:none}.v-list--dense .v-subheader{font-size:.75rem;height:40px;padding:0 8px}.v-list--nav .v-list-item:not(:last-child):not(:only-child),.v-list--rounded .v-list-item:not(:last-child):not(:only-child){margin-bottom:8px}.v-list--nav.v-list--dense .v-list-item:not(:last-child):not(:only-child),.v-list--nav .v-list-item--dense:not(:last-child):not(:only-child),.v-list--rounded.v-list--dense .v-list-item:not(:last-child):not(:only-child),.v-list--rounded .v-list-item--dense:not(:last-child):not(:only-child){margin-bottom:4px}.v-list--nav{padding-left:8px;padding-right:8px}.v-list--nav .v-list-item{padding:0 8px}.v-list--nav .v-list-item,.v-list--nav .v-list-item:before{border-radius:4px}.v-application--is-ltr .v-list.v-sheet--shaped .v-list-item,.v-application--is-ltr .v-list.v-sheet--shaped .v-list-item:before,.v-application--is-ltr .v-list.v-sheet--shaped .v-list-item>.v-ripple__container{border-bottom-right-radius:32px!important;border-top-right-radius:32px!important}.v-application--is-rtl .v-list.v-sheet--shaped .v-list-item,.v-application--is-rtl .v-list.v-sheet--shaped .v-list-item:before,.v-application--is-rtl .v-list.v-sheet--shaped .v-list-item>.v-ripple__container{border-bottom-left-radius:32px!important;border-top-left-radius:32px!important}.v-application--is-ltr .v-list.v-sheet--shaped.v-list--two-line .v-list-item,.v-application--is-ltr .v-list.v-sheet--shaped.v-list--two-line .v-list-item:before,.v-application--is-ltr .v-list.v-sheet--shaped.v-list--two-line .v-list-item>.v-ripple__container{border-bottom-right-radius:42.6666666667px!important;border-top-right-radius:42.6666666667px!important}.v-application--is-rtl .v-list.v-sheet--shaped.v-list--two-line .v-list-item,.v-application--is-rtl .v-list.v-sheet--shaped.v-list--two-line .v-list-item:before,.v-application--is-rtl .v-list.v-sheet--shaped.v-list--two-line .v-list-item>.v-ripple__container{border-bottom-left-radius:42.6666666667px!important;border-top-left-radius:42.6666666667px!important}.v-application--is-ltr .v-list.v-sheet--shaped.v-list--three-line .v-list-item,.v-application--is-ltr .v-list.v-sheet--shaped.v-list--three-line .v-list-item:before,.v-application--is-ltr .v-list.v-sheet--shaped.v-list--three-line .v-list-item>.v-ripple__container{border-bottom-right-radius:58.6666666667px!important;border-top-right-radius:58.6666666667px!important}.v-application--is-rtl .v-list.v-sheet--shaped.v-list--three-line .v-list-item,.v-application--is-rtl .v-list.v-sheet--shaped.v-list--three-line .v-list-item:before,.v-application--is-rtl .v-list.v-sheet--shaped.v-list--three-line .v-list-item>.v-ripple__container{border-bottom-left-radius:58.6666666667px!important;border-top-left-radius:58.6666666667px!important}.v-application--is-ltr .v-list.v-sheet--shaped{padding-right:8px}.v-application--is-rtl .v-list.v-sheet--shaped{padding-left:8px}.v-list--rounded{padding:8px}.v-list--rounded .v-list-item,.v-list--rounded .v-list-item:before,.v-list--rounded .v-list-item>.v-ripple__container{border-radius:32px!important}.v-list--rounded.v-list--two-line .v-list-item,.v-list--rounded.v-list--two-line .v-list-item:before,.v-list--rounded.v-list--two-line .v-list-item>.v-ripple__container{border-radius:42.6666666667px!important}.v-list--rounded.v-list--three-line .v-list-item,.v-list--rounded.v-list--three-line .v-list-item:before,.v-list--rounded.v-list--three-line .v-list-item>.v-ripple__container{border-radius:58.6666666667px!important}.v-list--subheader{padding-top:0}.v-list-group .v-list-group__header .v-list-item__icon.v-list-group__header__append-icon{align-self:center;margin:0;min-width:48px;justify-content:flex-end}.v-list-group--sub-group{align-items:center;display:flex;flex-wrap:wrap}.v-list-group__header.v-list-item--active:not(:hover):not(:focus):before{opacity:0}.v-list-group__items{flex:1 1 auto}.v-list-group__items .v-list-group__items,.v-list-group__items .v-list-item{overflow:hidden}.v-list-group--active>.v-list-group__header.v-list-group__header--sub-group>.v-list-group__header__prepend-icon .v-icon,.v-list-group--active>.v-list-group__header>.v-list-group__header__append-icon .v-icon{transform:rotate(-180deg)}.v-list-group--active>.v-list-group__header .v-list-group__header__prepend-icon .v-icon,.v-list-group--active>.v-list-group__header .v-list-item,.v-list-group--active>.v-list-group__header .v-list-item__content{color:inherit}.v-application--is-ltr .v-list-group--sub-group .v-list-item__action:first-child,.v-application--is-ltr .v-list-group--sub-group .v-list-item__avatar:first-child,.v-application--is-ltr .v-list-group--sub-group .v-list-item__icon:first-child{margin-right:16px}.v-application--is-rtl .v-list-group--sub-group .v-list-item__action:first-child,.v-application--is-rtl .v-list-group--sub-group .v-list-item__avatar:first-child,.v-application--is-rtl .v-list-group--sub-group .v-list-item__icon:first-child{margin-left:16px}.v-application--is-ltr .v-list-group--sub-group .v-list-group__header{padding-left:32px}.v-application--is-rtl .v-list-group--sub-group .v-list-group__header{padding-right:32px}.v-application--is-ltr .v-list-group--sub-group .v-list-group__items .v-list-item{padding-left:40px}.v-application--is-rtl .v-list-group--sub-group .v-list-group__items .v-list-item{padding-right:40px}.v-list-group--sub-group.v-list-group--active .v-list-item__icon.v-list-group__header__prepend-icon .v-icon{transform:rotate(-180deg)}.v-application--is-ltr .v-list-group--no-action>.v-list-group__items>.v-list-item{padding-left:72px}.v-application--is-rtl .v-list-group--no-action>.v-list-group__items>.v-list-item{padding-right:72px}.v-application--is-ltr .v-list-group--no-action.v-list-group--sub-group>.v-list-group__items>.v-list-item{padding-left:88px}.v-application--is-rtl .v-list-group--no-action.v-list-group--sub-group>.v-list-group__items>.v-list-item{padding-right:88px}.v-application--is-ltr .v-list--dense .v-list-group--sub-group .v-list-group__header{padding-left:24px}.v-application--is-rtl .v-list--dense .v-list-group--sub-group .v-list-group__header{padding-right:24px}.v-application--is-ltr .v-list--dense.v-list--nav .v-list-group--no-action>.v-list-group__items>.v-list-item{padding-left:64px}.v-application--is-rtl .v-list--dense.v-list--nav .v-list-group--no-action>.v-list-group__items>.v-list-item{padding-right:64px}.v-application--is-ltr .v-list--dense.v-list--nav .v-list-group--no-action.v-list-group--sub-group>.v-list-group__items>.v-list-item{padding-left:80px}.v-application--is-rtl .v-list--dense.v-list--nav .v-list-group--no-action.v-list-group--sub-group>.v-list-group__items>.v-list-item{padding-right:80px}.v-avatar{align-items:center;border-radius:50%;display:inline-flex;justify-content:center;line-height:normal;position:relative;text-align:center;vertical-align:middle;overflow:hidden}.v-avatar .v-icon,.v-avatar .v-image,.v-avatar .v-responsive__content,.v-avatar img,.v-avatar svg{border-radius:inherit;display:inline-flex;height:inherit;width:inherit}.v-list-item-group .v-list-item--active{color:inherit}.v-item-group{flex:0 1 auto;position:relative;max-width:100%;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-chip:not(.v-chip--outlined).accent,.v-chip:not(.v-chip--outlined).error,.v-chip:not(.v-chip--outlined).info,.v-chip:not(.v-chip--outlined).primary,.v-chip:not(.v-chip--outlined).secondary,.v-chip:not(.v-chip--outlined).success,.v-chip:not(.v-chip--outlined).warning{color:#fff}.theme--light.v-chip{border-color:rgba(0,0,0,.12);color:rgba(0,0,0,.87)}.theme--light.v-chip:not(.v-chip--active){background:#e0e0e0}.theme--light.v-chip:hover:before{opacity:.04}.theme--light.v-chip--active:before,.theme--light.v-chip--active:hover:before,.theme--light.v-chip:focus:before{opacity:.12}.theme--light.v-chip--active:focus:before{opacity:.16}.theme--dark.v-chip{border-color:hsla(0,0%,100%,.12);color:#fff}.theme--dark.v-chip:not(.v-chip--active){background:#555}.theme--dark.v-chip:hover:before{opacity:.08}.theme--dark.v-chip--active:before,.theme--dark.v-chip--active:hover:before,.theme--dark.v-chip:focus:before{opacity:.24}.theme--dark.v-chip--active:focus:before{opacity:.32}.v-chip{align-items:center;cursor:default;display:inline-flex;line-height:20px;max-width:100%;outline:none;overflow:hidden;padding:0 12px;position:relative;text-decoration:none;transition-duration:.28s;transition-property:box-shadow,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);vertical-align:middle;white-space:nowrap}.v-chip:before{background-color:currentColor;bottom:0;border-radius:inherit;content:"";left:0;opacity:0;position:absolute;pointer-events:none;right:0;top:0}.v-chip .v-avatar{height:24px!important;min-width:24px!important;width:24px!important}.v-chip .v-icon{font-size:24px}.v-application--is-ltr .v-chip .v-avatar--left,.v-application--is-ltr .v-chip .v-icon--left{margin-left:-6px;margin-right:6px}.v-application--is-ltr .v-chip .v-avatar--right,.v-application--is-ltr .v-chip .v-icon--right,.v-application--is-rtl .v-chip .v-avatar--left,.v-application--is-rtl .v-chip .v-icon--left{margin-left:6px;margin-right:-6px}.v-application--is-rtl .v-chip .v-avatar--right,.v-application--is-rtl .v-chip .v-icon--right{margin-left:-6px;margin-right:6px}.v-chip:not(.v-chip--no-color) .v-icon{color:inherit}.v-chip .v-chip__close.v-icon{font-size:18px;max-height:18px;max-width:18px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-application--is-ltr .v-chip .v-chip__close.v-icon.v-icon--right{margin-right:-4px}.v-application--is-rtl .v-chip .v-chip__close.v-icon.v-icon--right{margin-left:-4px}.v-chip .v-chip__close.v-icon:active,.v-chip .v-chip__close.v-icon:focus,.v-chip .v-chip__close.v-icon:hover{opacity:.72}.v-chip .v-chip__content{align-items:center;display:inline-flex;height:100%;max-width:100%}.v-chip--active .v-icon{color:inherit}.v-chip--link:before{transition:opacity .3s cubic-bezier(.25,.8,.5,1)}.v-chip--link:focus:before{opacity:.32}.v-chip--clickable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-chip--clickable:active{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-chip--disabled{opacity:.4;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-chip__filter{max-width:24px}.v-chip__filter.v-icon{color:inherit}.v-chip__filter.expand-x-transition-enter,.v-chip__filter.expand-x-transition-leave-active{margin:0}.v-chip--pill .v-chip__filter{margin:0 16px 0 0}.v-chip--pill .v-avatar{height:32px!important;width:32px!important}.v-application--is-ltr .v-chip--pill .v-avatar--left{margin-left:-12px}.v-application--is-ltr .v-chip--pill .v-avatar--right,.v-application--is-rtl .v-chip--pill .v-avatar--left{margin-right:-12px}.v-application--is-rtl .v-chip--pill .v-avatar--right{margin-left:-12px}.v-chip--label{border-radius:4px!important}.v-chip.v-chip--outlined{border-width:thin;border-style:solid}.v-chip.v-chip--outlined.v-chip--active:before{opacity:.08}.v-chip.v-chip--outlined .v-icon{color:inherit}.v-chip.v-chip--outlined.v-chip.v-chip{background-color:transparent!important}.v-chip.v-chip--selected{background:transparent}.v-chip.v-chip--selected:after{opacity:.28}.v-chip.v-size--x-small{border-radius:8px;font-size:10px;height:16px}.v-chip.v-size--small{border-radius:12px;font-size:12px;height:24px}.v-chip.v-size--default{border-radius:16px;font-size:14px;height:32px}.v-chip.v-size--large{border-radius:27px;font-size:16px;height:54px}.v-chip.v-size--x-large{border-radius:33px;font-size:18px;height:66px}.v-menu{display:none}.v-menu--attached{display:inline}.v-menu__content{position:absolute;display:inline-block;max-width:80%;overflow-y:auto;overflow-x:hidden;contain:content;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);border-radius:4px}.v-menu__content--active{pointer-events:none}.v-menu__content--auto .v-list-item{transition-property:transform,opacity;transition-duration:.3s;transition-timing-function:cubic-bezier(.25,.8,.25,1)}.v-menu__content--fixed{position:fixed}.v-menu__content>.card{contain:content;-webkit-backface-visibility:hidden;backface-visibility:hidden}.v-menu>.v-menu__content{max-width:none}.v-menu-transition-enter .v-list-item{min-width:0;pointer-events:none}.v-menu-transition-enter-to .v-list-item{transition-delay:.1s}.v-menu-transition-leave-active,.v-menu-transition-leave-to{pointer-events:none}.v-menu-transition-enter,.v-menu-transition-leave-to{opacity:0}.v-menu-transition-enter-active,.v-menu-transition-leave-active{transition:all .3s cubic-bezier(.25,.8,.25,1)}.v-menu-transition-enter.v-menu__content--auto{transition:none!important}.v-menu-transition-enter.v-menu__content--auto .v-list-item{opacity:0;transform:translateY(-15px)}.v-menu-transition-enter.v-menu__content--auto .v-list-item--active{opacity:1;transform:none!important;pointer-events:auto}.theme--light.v-badge .v-badge__badge:after{border-color:#fff}.theme--dark.v-badge .v-badge__badge:after{border-color:#1e1e1e}.v-badge{position:relative}.v-badge,.v-badge__badge{display:inline-block;line-height:1}.v-badge__badge{border-radius:10px;color:#fff;font-size:12px;height:20px;letter-spacing:0;min-width:20px;padding:4px 6px;pointer-events:auto;position:absolute;text-align:center;text-indent:0;top:auto;transition:.3s cubic-bezier(.25,.8,.5,1);white-space:nowrap}.v-application--is-ltr .v-badge__badge{right:auto}.v-application--is-rtl .v-badge__badge{left:auto}.v-badge__badge .v-icon{color:inherit;font-size:12px;height:12px;margin:0 -2px;width:12px}.v-badge__badge .v-img{height:12px;width:12px}.v-badge__wrapper{flex:0 1;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.v-badge--avatar .v-badge__badge{padding:0}.v-badge--avatar .v-badge__badge .v-avatar{height:20px!important;min-width:0!important;max-width:20px!important}.v-badge--bordered .v-badge__badge:after{border-radius:inherit;border-width:2px;border-style:solid;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:scale(1.15)}.v-badge--dot .v-badge__badge{border-radius:4.5px;height:9px;min-width:0;padding:0;width:9px}.v-badge--dot .v-badge__badge:after{border-width:1.5px}.v-badge--icon .v-badge__badge{padding:4px 6px}.v-badge--inline{align-items:center;display:inline-flex;justify-content:center}.v-badge--inline .v-badge__badge,.v-badge--inline .v-badge__wrapper{position:relative}.v-badge--inline .v-badge__wrapper{margin:0 4px}.v-badge--tile .v-badge__badge{border-radius:0}.theme--light.v-banner.v-sheet{background-color:transparent}.theme--light.v-banner.v-sheet:not(.v-sheet--outlined):not(.v-sheet--shaped) .v-banner__wrapper{border-bottom:thin solid rgba(0,0,0,.12)}.theme--dark.v-banner.v-sheet{background-color:transparent}.theme--dark.v-banner.v-sheet:not(.v-sheet--outlined):not(.v-sheet--shaped) .v-banner__wrapper{border-bottom:thin solid hsla(0,0%,100%,.12)}.v-sheet.v-banner{border-radius:0}.v-sheet.v-banner:not(.v-sheet--outlined){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.v-sheet.v-banner.v-sheet--shaped{border-radius:16px 0}.v-banner{position:relative;transition:box-shadow .28s cubic-bezier(.4,0,.2,1)}.v-banner__actions{align-items:center;align-self:flex-end;display:flex;flex:1 0 auto;justify-content:flex-end;margin-bottom:-8px}.v-application--is-ltr .v-banner__actions{margin-left:90px}.v-application--is-rtl .v-banner__actions{margin-right:90px}.v-application--is-ltr .v-banner__actions>*{margin-left:8px}.v-application--is-rtl .v-banner__actions>*{margin-right:8px}.v-banner__content{align-items:center;display:flex;flex:1 1 auto;overflow:hidden}.v-banner__text{flex:1 1 auto;line-height:20px;max-width:100%}.v-banner__icon{display:inline-flex;flex:0 0 auto}.v-application--is-ltr .v-banner__icon{margin-right:24px}.v-application--is-rtl .v-banner__icon{margin-left:24px}.v-banner__wrapper{align-items:center;display:flex;flex:1 1 auto}.v-application--is-ltr .v-banner__wrapper{padding:16px 8px 16px 24px}.v-application--is-rtl .v-banner__wrapper{padding:16px 24px 16px 8px}.v-banner--single-line .v-banner__actions{margin-bottom:0;align-self:center}.v-banner--single-line .v-banner__text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v-banner--single-line .v-banner__wrapper{padding-top:8px;padding-bottom:8px}.v-application--is-ltr .v-banner--has-icon .v-banner__wrapper{padding-left:16px}.v-application--is-rtl .v-banner--has-icon .v-banner__wrapper{padding-right:16px}.v-banner--is-mobile .v-banner__actions{flex:1 0 100%;margin-left:0;margin-right:0;padding-top:12px}.v-banner--is-mobile .v-banner__wrapper{flex-wrap:wrap;padding-top:16px}.v-application--is-ltr .v-banner--is-mobile .v-banner__wrapper{padding-left:16px}.v-application--is-rtl .v-banner--is-mobile .v-banner__wrapper{padding-right:16px}.v-banner--is-mobile.v-banner--has-icon .v-banner__wrapper{padding-top:24px}.v-banner--is-mobile.v-banner--single-line .v-banner__actions{flex:initial;padding-top:0}.v-application--is-ltr .v-banner--is-mobile.v-banner--single-line .v-banner__actions{margin-left:36px}.v-application--is-rtl .v-banner--is-mobile.v-banner--single-line .v-banner__actions{margin-right:36px}.v-banner--is-mobile.v-banner--single-line .v-banner__wrapper{flex-wrap:nowrap;padding-top:10px}.v-application--is-ltr .v-banner--is-mobile .v-banner__icon{margin-right:16px}.v-application--is-rtl .v-banner--is-mobile .v-banner__icon{margin-left:16px}.v-application--is-ltr .v-banner--is-mobile .v-banner__content{padding-right:8px}.v-application--is-rtl .v-banner--is-mobile .v-banner__content{padding-left:8px}.v-banner--is-mobile .v-banner__content .v-banner__wrapper{flex-wrap:nowrap;padding-top:10px}.theme--light.v-bottom-navigation{background-color:#fff;color:rgba(0,0,0,.87)}.theme--light.v-bottom-navigation .v-btn:not(.v-btn--active){color:rgba(0,0,0,.6)!important}.theme--dark.v-bottom-navigation{background-color:#2e2e2e;color:#fff}.theme--dark.v-bottom-navigation .v-btn:not(.v-btn--active){color:hsla(0,0%,100%,.7)!important}.v-item-group.v-bottom-navigation{bottom:0;display:flex;left:0;justify-content:center;width:100%;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.v-item-group.v-bottom-navigation .v-btn{background-color:transparent;border-radius:0;box-shadow:none;flex:0 1 auto;font-size:.75rem;height:inherit;max-width:168px;min-width:80px;position:relative;text-transform:none}.v-item-group.v-bottom-navigation .v-btn:after{content:none}.v-item-group.v-bottom-navigation .v-btn .v-btn__content{flex-direction:column-reverse;height:inherit}.v-item-group.v-bottom-navigation .v-btn .v-btn__content>:not(.v-icon){line-height:1.2}.v-item-group.v-bottom-navigation .v-btn.v-btn--active{color:inherit}.v-item-group.v-bottom-navigation .v-btn.v-btn--active:not(:hover):before{opacity:0}.v-item-group.v-bottom-navigation--absolute,.v-item-group.v-bottom-navigation--fixed{z-index:4}.v-item-group.v-bottom-navigation--absolute{position:absolute}.v-item-group.v-bottom-navigation--active{transform:translate(0)}.v-item-group.v-bottom-navigation--fixed{position:fixed}.v-item-group.v-bottom-navigation--grow .v-btn{width:100%}.v-item-group.v-bottom-navigation--horizontal .v-btn>.v-btn__content{flex-direction:row-reverse}.v-item-group.v-bottom-navigation--horizontal .v-btn>.v-btn__content>.v-icon{margin-bottom:0;margin-right:16px}.v-item-group.v-bottom-navigation--shift .v-btn .v-btn__content>:not(.v-icon){opacity:0;position:absolute;top:calc(100% - 12px);transform:scale(.9);transition:.3s cubic-bezier(.25,.8,.5,1)}.v-item-group.v-bottom-navigation--shift .v-btn--active .v-btn__content>.v-icon{transform:translateY(-8px)}.v-item-group.v-bottom-navigation--shift .v-btn--active .v-btn__content>:not(.v-icon){opacity:1;top:calc(100% - 22px);transform:scale(1)}.bottom-sheet-transition-enter,.bottom-sheet-transition-leave-to{transform:translateY(100%)}.v-bottom-sheet.v-dialog{align-self:flex-end;border-radius:0;flex:0 1 auto;margin:0;overflow:visible}.v-bottom-sheet.v-dialog.v-bottom-sheet--inset{max-width:70%}@media only screen and (max-width:599.98px){.v-bottom-sheet.v-dialog.v-bottom-sheet--inset{max-width:none}}.v-dialog{border-radius:4px;margin:24px;overflow-y:auto;pointer-events:auto;transition:.3s cubic-bezier(.25,.8,.25,1);width:100%;z-index:inherit;outline:none;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.v-dialog:not(.v-dialog--fullscreen){max-height:90%}.v-dialog>*{width:100%}.v-dialog>.v-card>.v-card__title{font-size:1.25rem;font-weight:500;letter-spacing:.0125em;padding:16px 24px 10px}.v-dialog>.v-card>.v-card__subtitle,.v-dialog>.v-card>.v-card__text{padding:0 24px 20px}.v-dialog>.v-card>.v-card__actions{padding:8px 16px}.v-dialog__content{align-items:center;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:fixed;top:0;transition:.2s cubic-bezier(.25,.8,.25,1),z-index 1ms;width:100%;z-index:6}.v-dialog__container{display:none}.v-dialog__container--attached{display:inline}.v-dialog--animated{-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-name:animate-dialog;animation-name:animate-dialog;-webkit-animation-timing-function:cubic-bezier(.25,.8,.25,1);animation-timing-function:cubic-bezier(.25,.8,.25,1)}.v-dialog--fullscreen{border-radius:0;margin:0;height:100%;position:fixed;overflow-y:auto;top:0;left:0}.v-dialog--fullscreen>.v-card{min-height:100%;min-width:100%;margin:0!important;padding:0!important}.v-dialog--scrollable,.v-dialog--scrollable>form{display:flex}.v-dialog--scrollable>.v-card,.v-dialog--scrollable>form>.v-card{display:flex;flex:1 1 100%;flex-direction:column;max-height:100%;max-width:100%}.v-dialog--scrollable>.v-card>.v-card__actions,.v-dialog--scrollable>.v-card>.v-card__title,.v-dialog--scrollable>form>.v-card>.v-card__actions,.v-dialog--scrollable>form>.v-card>.v-card__title{flex:0 0 auto}.v-dialog--scrollable>.v-card>.v-card__text,.v-dialog--scrollable>form>.v-card>.v-card__text{-webkit-backface-visibility:hidden;backface-visibility:hidden;flex:1 1 auto;overflow-y:auto}@-webkit-keyframes animate-dialog{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}@keyframes animate-dialog{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}.theme--light.v-overlay{color:rgba(0,0,0,.87)}.theme--dark.v-overlay{color:#fff}.v-overlay{align-items:center;border-radius:inherit;display:flex;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;transition:.3s cubic-bezier(.25,.8,.5,1),z-index 1ms}.v-overlay__content{position:relative}.v-overlay__scrim{border-radius:inherit;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;transition:inherit;width:100%;will-change:opacity}.v-overlay--absolute{position:absolute}.v-overlay--active{pointer-events:auto}.theme--light.v-breadcrumbs .v-breadcrumbs__divider,.theme--light.v-breadcrumbs .v-breadcrumbs__item--disabled{color:rgba(0,0,0,.38)}.theme--dark.v-breadcrumbs .v-breadcrumbs__divider,.theme--dark.v-breadcrumbs .v-breadcrumbs__item--disabled{color:hsla(0,0%,100%,.5)}.v-breadcrumbs{align-items:center;display:flex;flex-wrap:wrap;flex:0 1 auto;list-style-type:none;margin:0;padding:18px 12px}.v-breadcrumbs li{align-items:center;display:inline-flex;font-size:14px}.v-breadcrumbs li .v-icon{font-size:16px}.v-breadcrumbs li:nth-child(2n){padding:0 12px}.v-breadcrumbs__item{align-items:center;display:inline-flex;text-decoration:none;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-breadcrumbs__item--disabled{pointer-events:none}.v-breadcrumbs--large li,.v-breadcrumbs--large li .v-icon{font-size:16px}.theme--light.v-btn-toggle:not(.v-btn-toggle--group){background:#fff;color:rgba(0,0,0,.87)}.theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn{border-color:rgba(0,0,0,.12)!important}.theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn:focus:not(:active){border-color:rgba(0,0,0,.26)}.theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn .v-icon{color:#000}.theme--dark.v-btn-toggle:not(.v-btn-toggle--group){background:#1e1e1e;color:#fff}.theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn{border-color:hsla(0,0%,100%,.12)!important}.theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn:focus:not(:active){border-color:hsla(0,0%,100%,.3)}.theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn .v-icon{color:#fff}.v-btn-toggle{border-radius:4px;display:inline-flex;max-width:100%}.v-btn-toggle>.v-btn.v-btn{border-radius:0;border-style:solid;border-width:thin;box-shadow:none;opacity:.8;padding:0 12px}.v-application--is-ltr .v-btn-toggle>.v-btn.v-btn:first-child{border-top-left-radius:inherit;border-bottom-left-radius:inherit}.v-application--is-ltr .v-btn-toggle>.v-btn.v-btn:last-child,.v-application--is-rtl .v-btn-toggle>.v-btn.v-btn:first-child{border-top-right-radius:inherit;border-bottom-right-radius:inherit}.v-application--is-rtl .v-btn-toggle>.v-btn.v-btn:last-child{border-top-left-radius:inherit;border-bottom-left-radius:inherit}.v-btn-toggle>.v-btn.v-btn--active{color:inherit;opacity:1}.v-btn-toggle>.v-btn.v-btn:after{display:none}.v-application--is-ltr .v-btn-toggle>.v-btn.v-btn:not(:first-child),.v-application--is-rtl .v-btn-toggle>.v-btn.v-btn:not(:last-child){border-left-width:0}.v-btn-toggle .v-btn.v-btn.v-size--default{min-width:48px;min-height:0}.v-btn-toggle:not(.v-btn-toggle--dense) .v-btn.v-btn.v-size--default{height:48px}.v-btn-toggle--borderless>.v-btn.v-btn{border-width:0}.v-btn-toggle--dense>.v-btn.v-btn{padding:0 8px}.v-btn-toggle--group{border-radius:0}.v-btn-toggle--group>.v-btn.v-btn{background-color:transparent!important;border-color:transparent;margin:4px;min-width:auto}.v-btn-toggle--rounded{border-radius:24px}.v-btn-toggle--shaped{border-radius:24px 4px}.v-btn-toggle--tile{border-radius:0}.theme--light.v-calendar-events .v-event-timed{border:1px solid!important}.theme--light.v-calendar-events .v-event-more{background-color:#fff}.theme--light.v-calendar-events .v-event-more.v-outside{background-color:#f7f7f7}.theme--dark.v-calendar-events .v-event-timed{border:1px solid!important}.theme--dark.v-calendar-events .v-event-more{background-color:#303030}.theme--dark.v-calendar-events .v-event-more.v-outside{background-color:#202020}.v-calendar .v-event{line-height:20px;margin-right:-1px;border-radius:4px}.v-calendar .v-event,.v-calendar .v-event-more{position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;cursor:pointer;z-index:1}.v-calendar .v-event-more{font-weight:700}.v-calendar .v-event-timed-container{position:absolute;top:0;bottom:0;left:0;right:0;margin-right:10px;pointer-events:none}.v-calendar .v-event-timed{position:absolute;white-space:nowrap;text-overflow:ellipsis;font-size:12px;cursor:pointer;border-radius:4px;pointer-events:all}.v-calendar .v-event-summary{display:inline-block;overflow:hidden;text-overflow:ellipsis;width:100%;white-space:nowrap}.v-calendar.v-calendar-events .v-calendar-weekly__head-weekday{margin-right:-1px}.v-calendar.v-calendar-events .v-calendar-weekly__day{overflow:visible;margin-right:-1px}.theme--light.v-calendar-weekly{background-color:#fff;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0}.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday{border-right:1px solid #e0e0e0;color:#000}.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past{color:rgba(0,0,0,.38)}.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside{background-color:#f7f7f7}.theme--light.v-calendar-weekly .v-calendar-weekly__head-weeknumber{background-color:#f1f3f4;border-right:1px solid #e0e0e0}.theme--light.v-calendar-weekly .v-calendar-weekly__day{border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;color:#000}.theme--light.v-calendar-weekly .v-calendar-weekly__day.v-outside{background-color:#f7f7f7}.theme--light.v-calendar-weekly .v-calendar-weekly__weeknumber{background-color:#f1f3f4;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;color:#000}.theme--dark.v-calendar-weekly{background-color:#303030;border-top:1px solid #9e9e9e;border-left:1px solid #9e9e9e}.theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday{border-right:1px solid #9e9e9e;color:#fff}.theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past{color:hsla(0,0%,100%,.5)}.theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside{background-color:#202020}.theme--dark.v-calendar-weekly .v-calendar-weekly__head-weeknumber{background-color:#202020;border-right:1px solid #9e9e9e}.theme--dark.v-calendar-weekly .v-calendar-weekly__day{border-right:1px solid #9e9e9e;border-bottom:1px solid #9e9e9e;color:#fff}.theme--dark.v-calendar-weekly .v-calendar-weekly__day.v-outside{background-color:#202020}.theme--dark.v-calendar-weekly .v-calendar-weekly__weeknumber{background-color:#202020;border-right:1px solid #9e9e9e;border-bottom:1px solid #9e9e9e;color:#fff}.v-calendar-weekly{width:100%;height:100%;display:flex;flex-direction:column;min-height:0}.v-calendar-weekly__head{display:flex}.v-calendar-weekly__head,.v-calendar-weekly__head-weekday{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-calendar-weekly__head-weekday{flex:1 0 20px;padding:0 4px;font-size:11px;overflow:hidden;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.v-calendar-weekly__head-weeknumber{position:relative;flex:0 0 24px}.v-calendar-weekly__week{display:flex;flex:1;height:unset;min-height:0}.v-calendar-weekly__weeknumber{display:flex;flex:0 0 24px;height:unset;min-height:0;padding-top:14.5px;text-align:center}.v-calendar-weekly__weeknumber>small{width:100%!important}.v-calendar-weekly__day{flex:1;width:0;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;padding:0;min-width:0}.v-calendar-weekly__day.v-present .v-calendar-weekly__day-month{color:currentColor}.v-calendar-weekly__day-label{text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;box-shadow:none;text-align:center;margin:4px 0 0}.v-calendar-weekly__day-label .v-btn{font-size:12px;text-transform:none}.v-calendar-weekly__day-month{position:absolute;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:none;top:0;left:36px;height:32px;line-height:32px}.theme--light.v-calendar-daily{background-color:#fff;border-left:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.theme--light.v-calendar-daily .v-calendar-daily__intervals-head{border-right:1px solid #e0e0e0}.theme--light.v-calendar-daily .v-calendar-daily__intervals-head:after{background:#e0e0e0;background:linear-gradient(90deg,transparent,#e0e0e0)}.theme--light.v-calendar-daily .v-calendar-daily_head-day{border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;color:#000}.theme--light.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label,.theme--light.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday{color:rgba(0,0,0,.38)}.theme--light.v-calendar-daily .v-calendar-daily__intervals-body{border-right:1px solid #e0e0e0}.theme--light.v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text{color:#424242}.theme--light.v-calendar-daily .v-calendar-daily__day{border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.theme--light.v-calendar-daily .v-calendar-daily__day-interval{border-top:1px solid #e0e0e0}.theme--light.v-calendar-daily .v-calendar-daily__day-interval:first-child{border-top:none!important}.theme--light.v-calendar-daily .v-calendar-daily__interval:after{border-top:1px solid #e0e0e0}.theme--dark.v-calendar-daily{background-color:#303030;border-left:1px solid #9e9e9e;border-top:1px solid #9e9e9e}.theme--dark.v-calendar-daily .v-calendar-daily__intervals-head{border-right:1px solid #9e9e9e}.theme--dark.v-calendar-daily .v-calendar-daily__intervals-head:after{background:#9e9e9e;background:linear-gradient(90deg,transparent,#9e9e9e)}.theme--dark.v-calendar-daily .v-calendar-daily_head-day{border-right:1px solid #9e9e9e;border-bottom:1px solid #9e9e9e;color:#fff}.theme--dark.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label,.theme--dark.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday{color:hsla(0,0%,100%,.5)}.theme--dark.v-calendar-daily .v-calendar-daily__intervals-body{border-right:1px solid #9e9e9e}.theme--dark.v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text{color:#eee}.theme--dark.v-calendar-daily .v-calendar-daily__day{border-right:1px solid #9e9e9e;border-bottom:1px solid #9e9e9e}.theme--dark.v-calendar-daily .v-calendar-daily__day-interval{border-top:1px solid #9e9e9e}.theme--dark.v-calendar-daily .v-calendar-daily__day-interval:first-child{border-top:none!important}.theme--dark.v-calendar-daily .v-calendar-daily__interval:after{border-top:1px solid #9e9e9e}.v-calendar-daily{display:flex;flex-direction:column;overflow:hidden;height:100%}.v-calendar-daily__head{flex:none;display:flex}.v-calendar-daily__intervals-head{flex:none;position:relative}.v-calendar-daily__intervals-head:after{position:absolute;bottom:0;height:1px;left:0;right:0;content:""}.v-calendar-daily_head-day{flex:1 1 auto;width:0;position:relative}.v-calendar-daily_head-weekday{padding:3px 0 0;font-size:11px;text-transform:uppercase}.v-calendar-daily_head-day-label,.v-calendar-daily_head-weekday{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center}.v-calendar-daily_head-day-label{padding:0 0 3px;cursor:pointer}.v-calendar-daily__body{flex:1 1 60%;overflow:hidden;display:flex;position:relative;flex-direction:column}.v-calendar-daily__scroll-area{overflow-y:scroll;flex:1 1 auto;display:flex;align-items:flex-start}.v-calendar-daily__pane{width:100%;overflow-y:hidden;flex:none;display:flex;align-items:flex-start}.v-calendar-daily__day-container{display:flex;flex:1;width:100%;height:100%}.v-calendar-daily__intervals-body{flex:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-calendar-daily__interval{text-align:right;padding-right:8px;border-bottom:none;position:relative}.v-calendar-daily__interval:after{width:8px;position:absolute;height:1px;display:block;content:"";right:0;bottom:-1px}.v-calendar-daily__interval-text{display:block;position:relative;top:-6px;font-size:10px;padding-right:4px}.v-calendar-daily__day{flex:1;width:0;position:relative}.theme--light.v-calendar-category .v-calendar-category__column,.theme--light.v-calendar-category .v-calendar-category__column-header{border-right:1px solid #e0e0e0}.theme--light.v-calendar-category .v-calendar-daily__head,.theme--light.v-calendar-category .v-calendar-daily__intervals-body,.theme--light.v-calendar-category .v-calendar-daily__intervals-head{background:#fff}.theme--dark.v-calendar-category .v-calendar-category__column,.theme--dark.v-calendar-category .v-calendar-category__column-header{border-right:1px solid #9e9e9e}.theme--dark.v-calendar-category .v-calendar-daily__head,.theme--dark.v-calendar-category .v-calendar-daily__intervals-body,.theme--dark.v-calendar-category .v-calendar-daily__intervals-head{background:#303030}.v-calendar-category{overflow:auto;position:relative}.v-calendar-category .v-calendar-category__category{text-align:center}.v-calendar-category .v-calendar-daily__day-container{width:-webkit-min-content;width:-moz-min-content;width:min-content}.v-calendar-category .v-calendar-daily__day-container .v-calendar-category__columns{position:absolute;height:100%;width:100%;top:0}.v-calendar-category .v-calendar-daily__day-body{display:flex;flex:1;width:100%;height:100%}.v-calendar-category .v-calendar-daily__head{flex-direction:row;width:-webkit-min-content;width:-moz-min-content;width:min-content;min-width:100%;position:-webkit-sticky;position:sticky;top:0;z-index:2}.v-calendar-category .v-calendar-daily_head-day{width:auto;position:unset}.v-calendar-category .v-calendar-daily__intervals-head{position:-webkit-sticky;position:sticky;left:0;top:0;z-index:2}.v-calendar-category .v-calendar-daily_head-weekday{position:-webkit-sticky;position:sticky;left:50%;width:50px}.v-calendar-category .v-calendar-daily_head-day-label{width:56px;position:-webkit-sticky;position:sticky;left:50%}.v-calendar-category .v-calendar-daily__day{min-width:200px}.v-calendar-category .v-calendar-daily__intervals-body{position:-webkit-sticky;position:sticky;left:0;z-index:1}.v-calendar-category .v-calendar-daily__interval:last-of-type:after{display:none}.v-calendar-category .v-calendar-daily__body{overflow:visible}.v-calendar-category .v-calendar-daily__body .v-calendar-daily__scroll-area{overflow-y:visible;flex:none}.v-calendar-category .v-calendar-daily__pane{overflow-y:visible}.v-calendar-category .v-calendar-category__columns{display:flex;width:-webkit-min-content;width:-moz-min-content;width:min-content;min-width:100%}.v-calendar-category .v-calendar-category__columns .v-calendar-category__column,.v-calendar-category .v-calendar-category__columns .v-calendar-category__column-header{flex:1 1 auto;width:0;position:relative}.v-calendar-category .v-calendar-category__columns .v-calendar-category__column-header{min-width:200px}.theme--light.v-card{background-color:#fff;color:rgba(0,0,0,.87)}.theme--light.v-card>.v-card__subtitle,.theme--light.v-card>.v-card__text{color:rgba(0,0,0,.6)}.theme--dark.v-card{background-color:#1e1e1e;color:#fff}.theme--dark.v-card>.v-card__subtitle,.theme--dark.v-card>.v-card__text{color:hsla(0,0%,100%,.7)}.v-sheet.v-card{border-radius:4px}.v-sheet.v-card:not(.v-sheet--outlined){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-sheet.v-card.v-sheet--shaped{border-radius:16px 4px}.v-card{border-width:thin;display:block;max-width:100%;outline:none;text-decoration:none;transition-property:box-shadow,opacity;overflow-wrap:break-word;position:relative;white-space:normal}.v-card>.v-card__progress+:not(.v-btn):not(.v-chip):not(.v-avatar),.v-card>:first-child:not(.v-btn):not(.v-chip):not(.v-avatar){border-top-left-radius:inherit;border-top-right-radius:inherit}.v-card>:last-child:not(.v-btn):not(.v-chip):not(.v-avatar){border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.v-card__progress{top:0;left:0;right:0;overflow:hidden}.v-card__subtitle+.v-card__text{padding-top:0}.v-card__subtitle,.v-card__text{font-size:.875rem;font-weight:400;line-height:1.375rem;letter-spacing:.0071428571em}.v-card__subtitle,.v-card__text,.v-card__title{padding:16px}.v-card__title{align-items:center;display:flex;flex-wrap:wrap;font-size:1.25rem;font-weight:500;letter-spacing:.0125em;line-height:2rem;word-break:break-all}.v-card__title+.v-card__subtitle,.v-card__title+.v-card__text{padding-top:0}.v-card__title+.v-card__subtitle{margin-top:-16px}.v-card__text{width:100%}.v-card__actions{align-items:center;display:flex;padding:8px}.v-card__actions>.v-btn.v-btn{padding:0 8px}.v-application--is-ltr .v-card__actions>.v-btn.v-btn+.v-btn{margin-left:8px}.v-application--is-ltr .v-card__actions>.v-btn.v-btn .v-icon--left{margin-left:4px}.v-application--is-ltr .v-card__actions>.v-btn.v-btn .v-icon--right{margin-right:4px}.v-application--is-rtl .v-card__actions>.v-btn.v-btn+.v-btn{margin-right:8px}.v-application--is-rtl .v-card__actions>.v-btn.v-btn .v-icon--left{margin-right:4px}.v-application--is-rtl .v-card__actions>.v-btn.v-btn .v-icon--right{margin-left:4px}.v-card--flat{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)!important}.v-sheet.v-card--hover{cursor:pointer;transition:box-shadow .4s cubic-bezier(.25,.8,.25,1)}.v-sheet.v-card--hover:focus,.v-sheet.v-card--hover:hover{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.v-card--link,.v-card--link .v-chip{cursor:pointer}.v-card--link:focus:before{opacity:.08}.v-card--link:before{background:currentColor;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s}.v-card--disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-card--disabled>:not(.v-card__progress){opacity:.6;transition:inherit}.v-card--loading{overflow:hidden}.v-card--raised{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.v-carousel{overflow:hidden;position:relative;width:100%}.v-carousel__controls{align-items:center;background:rgba(0,0,0,.3);bottom:0;display:flex;height:50px;justify-content:center;list-style-type:none;position:absolute;width:100%;z-index:1}.v-carousel__controls>.v-item-group{flex:0 1 auto}.v-carousel__controls__item{margin:0 8px}.v-carousel__controls__item .v-icon{opacity:.5}.v-carousel__controls__item--active .v-icon{opacity:1;vertical-align:middle}.v-carousel__controls__item:hover{background:none}.v-carousel__controls__item:hover .v-icon{opacity:.8}.v-carousel__progress{margin:0;position:absolute;bottom:0;left:0;right:0}.v-carousel .v-window-item{display:block;height:inherit;text-decoration:none}.v-carousel--hide-delimiter-background .v-carousel__controls{background:transparent}.v-carousel--vertical-delimiters .v-carousel__controls{height:100%!important;width:50px}.v-window{overflow:hidden}.v-window__container{display:flex;flex-direction:column;height:inherit;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-window__container--is-active{overflow:hidden}.v-window__next,.v-window__prev{background:rgba(0,0,0,.3);border-radius:50%;position:absolute;margin:0 16px;top:calc(50% - 20px);z-index:1}.v-window__next .v-btn:hover,.v-window__prev .v-btn:hover{background:none}.v-application--is-ltr .v-window__prev{left:0}.v-application--is-ltr .v-window__next,.v-application--is-rtl .v-window__prev{right:0}.v-application--is-rtl .v-window__next{left:0}.v-window--show-arrows-on-hover{overflow:hidden}.v-window--show-arrows-on-hover .v-window__next,.v-window--show-arrows-on-hover .v-window__prev{transition:transform .2s cubic-bezier(.25,.8,.5,1)}.v-application--is-ltr .v-window--show-arrows-on-hover .v-window__prev{transform:translateX(-200%)}.v-application--is-ltr .v-window--show-arrows-on-hover .v-window__next,.v-application--is-rtl .v-window--show-arrows-on-hover .v-window__prev{transform:translateX(200%)}.v-application--is-rtl .v-window--show-arrows-on-hover .v-window__next{transform:translateX(-200%)}.v-window--show-arrows-on-hover:hover .v-window__next,.v-window--show-arrows-on-hover:hover .v-window__prev{transform:translateX(0)}.v-window-x-reverse-transition-enter-active,.v-window-x-reverse-transition-leave-active,.v-window-x-transition-enter-active,.v-window-x-transition-leave-active,.v-window-y-reverse-transition-enter-active,.v-window-y-reverse-transition-leave-active,.v-window-y-transition-enter-active,.v-window-y-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.v-window-x-reverse-transition-leave,.v-window-x-reverse-transition-leave-to,.v-window-x-transition-leave,.v-window-x-transition-leave-to,.v-window-y-reverse-transition-leave,.v-window-y-reverse-transition-leave-to,.v-window-y-transition-leave,.v-window-y-transition-leave-to{position:absolute!important;top:0;width:100%}.v-window-x-transition-enter{transform:translateX(100%)}.v-window-x-reverse-transition-enter,.v-window-x-transition-leave-to{transform:translateX(-100%)}.v-window-x-reverse-transition-leave-to{transform:translateX(100%)}.v-window-y-transition-enter{transform:translateY(100%)}.v-window-y-reverse-transition-enter,.v-window-y-transition-leave-to{transform:translateY(-100%)}.v-window-y-reverse-transition-leave-to{transform:translateY(100%)}.v-input--checkbox.v-input--indeterminate.v-input--is-disabled{opacity:.6}.v-input--checkbox.v-input--dense{margin-top:4px}.v-input--selection-controls{margin-top:16px;padding-top:4px}.v-input--selection-controls>.v-input__append-outer,.v-input--selection-controls>.v-input__prepend-outer{margin-top:0;margin-bottom:0}.v-input--selection-controls:not(.v-input--hide-details)>.v-input__slot{margin-bottom:12px}.v-input--selection-controls .v-input__slot,.v-input--selection-controls .v-radio{cursor:pointer}.v-input--selection-controls .v-input__slot>.v-label,.v-input--selection-controls .v-radio>.v-label{align-items:center;display:inline-flex;flex:1 1 auto;height:auto}.v-input--selection-controls__input{color:inherit;display:inline-flex;flex:0 0 auto;height:24px;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1);transition-property:transform;width:24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-input--selection-controls__input .v-icon{width:100%}.v-application--is-ltr .v-input--selection-controls__input{margin-right:8px}.v-application--is-rtl .v-input--selection-controls__input{margin-left:8px}.v-input--selection-controls__input input[role=checkbox],.v-input--selection-controls__input input[role=radio],.v-input--selection-controls__input input[role=switch]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-input--selection-controls__input+.v-label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-input--selection-controls__ripple{border-radius:50%;cursor:pointer;height:34px;position:absolute;transition:inherit;width:34px;left:-12px;top:calc(50% - 24px);margin:7px}.v-input--selection-controls__ripple:before{border-radius:inherit;bottom:0;content:"";position:absolute;opacity:.2;left:0;right:0;top:0;transform-origin:center center;transform:scale(.2);transition:inherit}.v-input--selection-controls__ripple>.v-ripple__container{transform:scale(1.2)}.v-input--selection-controls.v-input--dense .v-input--selection-controls__ripple{width:28px;height:28px;left:-9px}.v-input--selection-controls.v-input--dense:not(.v-input--switch) .v-input--selection-controls__ripple{top:calc(50% - 21px)}.v-input--selection-controls.v-input{flex:0 1 auto}.v-input--selection-controls.v-input--is-focused .v-input--selection-controls__ripple:before,.v-input--selection-controls .v-radio--is-focused .v-input--selection-controls__ripple:before{background:currentColor;transform:scale(1.2)}.v-input--selection-controls.v-input--is-disabled:not(.v-input--indeterminate) .v-icon{color:inherit}.v-input--selection-controls.v-input--is-disabled:not(.v-input--is-readonly){pointer-events:none}.v-input--selection-controls__input:hover .v-input--selection-controls__ripple:before{background:currentColor;transform:scale(1.2);transition:none}.v-chip-group .v-chip{margin:4px 8px 4px 0}.v-chip-group .v-chip--active{color:inherit}.v-chip-group .v-chip--active.v-chip--no-color:after{opacity:.22}.v-chip-group .v-chip--active.v-chip--no-color:focus:after{opacity:.32}.v-chip-group .v-slide-group__content{padding:4px 0}.v-chip-group--column .v-slide-group__content{white-space:normal;flex-wrap:wrap;max-width:100%}.v-slide-group{display:flex}.v-slide-group:not(.v-slide-group--has-affixes)>.v-slide-group__next,.v-slide-group:not(.v-slide-group--has-affixes)>.v-slide-group__prev{display:none}.v-slide-group.v-item-group>.v-slide-group__next,.v-slide-group.v-item-group>.v-slide-group__prev{cursor:pointer}.v-slide-item{display:inline-flex;flex:0 1 auto}.v-slide-group__next,.v-slide-group__prev{align-items:center;display:flex;flex:0 1 52px;justify-content:center;min-width:52px}.v-slide-group__content{display:flex;flex:1 0 auto;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1);white-space:nowrap}.v-slide-group__wrapper{contain:content;display:flex;flex:1 1 auto;overflow:hidden}.v-slide-group__next--disabled,.v-slide-group__prev--disabled{pointer-events:none}.theme--light.v-color-picker .v-color-picker__input input{border:thin solid rgba(0,0,0,.12);color:rgba(0,0,0,.87)}.theme--light.v-color-picker span{color:rgba(0,0,0,.6)}.theme--light.v-color-picker .v-color-picker__color,.theme--light.v-color-picker .v-color-picker__dot{background-color:hsla(0,0%,100%,0)}.theme--dark.v-color-picker .v-color-picker__input input{border:thin solid hsla(0,0%,100%,.12);color:#fff}.theme--dark.v-color-picker span{color:hsla(0,0%,100%,.7)}.theme--dark.v-color-picker .v-color-picker__color,.theme--dark.v-color-picker .v-color-picker__dot{background-color:hsla(0,0%,100%,.12)}.v-color-picker{align-self:flex-start;border-radius:4px;contain:content;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-color-picker__controls{display:flex;flex-direction:column;padding:16px}.v-color-picker--flat,.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.v-color-picker__edit{margin-top:24px;display:flex}.v-color-picker__input{width:100%;display:flex;flex-wrap:wrap;justify-content:center;text-align:center}.v-application--is-ltr .v-color-picker__input:not(:last-child){margin-right:8px}.v-application--is-rtl .v-color-picker__input:not(:last-child){margin-left:8px}.v-color-picker__input input{border-radius:4px;margin-bottom:8px;min-width:0;outline:none;text-align:center;width:100%;height:28px}.v-color-picker__input span{font-size:.75rem}.v-color-picker__canvas{position:relative;overflow:hidden;contain:strict}.v-color-picker__canvas-dot{position:absolute;top:0;left:0;width:15px;height:15px;background:transparent;border-radius:50%;box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1.5px rgba(0,0,0,.3)}.v-color-picker__canvas-dot--disabled{box-shadow:0 0 0 1.5px hsla(0,0%,100%,.7),inset 0 0 1px 1.5px rgba(0,0,0,.3)}.v-color-picker__canvas:hover .v-color-picker__canvas-dot{will-change:transform}.v-color-picker .v-input__slider{border-radius:5px}.v-color-picker .v-input__slider .v-slider{margin:0}.v-color-picker__alpha:not(.v-input--is-disabled) .v-slider{border-radius:5px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgYGCQwoKxgqGgcJA5h3yFAAs8BRWVSwooAAAAAElFTkSuQmCC) repeat}.v-color-picker__sliders{display:flex;flex:1 0 auto;flex-direction:column}.v-color-picker__dot{position:relative;height:30px;width:30px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgYGCQwoKxgqGgcJA5h3yFAAs8BRWVSwooAAAAAElFTkSuQmCC) repeat;border-radius:50%;overflow:hidden}.v-application--is-ltr .v-color-picker__dot{margin-right:24px}.v-application--is-rtl .v-color-picker__dot{margin-left:24px}.v-color-picker__dot>div{width:100%;height:100%}.v-application--is-ltr .v-color-picker__hue:not(.v-input--is-disabled){background:linear-gradient(90deg,red 0,#ff0 16.66%,#0f0 33.33%,#0ff 50%,#00f 66.66%,#f0f 83.33%,red)}.v-application--is-rtl .v-color-picker__hue:not(.v-input--is-disabled){background:linear-gradient(270deg,red 0,#ff0 16.66%,#0f0 33.33%,#0ff 50%,#00f 66.66%,#f0f 83.33%,red)}.v-color-picker__track{position:relative;width:100%}.v-color-picker__preview{align-items:center;display:flex}.v-color-picker__preview .v-slider{min-height:10px}.v-color-picker__preview .v-slider:not(.v-slider--disabled) .v-slider__thumb{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.v-color-picker__preview .v-slider:not(.v-slider--disabled) .v-slider__track-container{opacity:0}.v-color-picker__preview:not(.v-color-picker__preview--hide-alpha) .v-color-picker__hue{margin-bottom:24px}.theme--light.v-slider .v-slider__thumb,.theme--light.v-slider .v-slider__track-background,.theme--light.v-slider .v-slider__track-fill{background:rgba(0,0,0,.26)}.theme--dark.v-slider .v-slider__thumb,.theme--dark.v-slider .v-slider__track-background,.theme--dark.v-slider .v-slider__track-fill{background:hsla(0,0%,100%,.2)}.v-slider{cursor:default;display:flex;align-items:center;position:relative;flex:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-slider input{cursor:default;padding:0;width:100%;display:none}.v-slider__track-container{position:absolute;border-radius:0}.v-slider__thumb-container,.v-slider__track-background,.v-slider__track-fill{position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-slider__thumb-container{outline:none;top:50%}.v-slider__thumb-container:hover .v-slider__thumb:before{transform:scale(1)}.v-slider__thumb{width:12px;height:12px;left:-6px;top:50%;transform:translateY(-50%);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-slider__thumb,.v-slider__thumb:before{position:absolute;border-radius:50%;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-slider__thumb:before{content:"";color:inherit;width:36px;height:36px;background:currentColor;opacity:.3;left:-12px;top:-12px;transform:scale(.1);pointer-events:none}.v-slider__thumb:after{content:"";width:42px;height:42px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.v-slider__tick,.v-slider__ticks-container{position:absolute}.v-slider__tick{opacity:0;background-color:rgba(0,0,0,.5);transition:.3s cubic-bezier(.25,.8,.5,1);border-radius:0}.v-slider__tick--filled{background-color:hsla(0,0%,100%,.5)}.v-application--is-ltr .v-slider__tick:first-child .v-slider__tick-label{transform:none}.v-application--is-rtl .v-slider__tick:first-child .v-slider__tick-label{transform:translateX(100%)}.v-application--is-ltr .v-slider__tick:last-child .v-slider__tick-label{transform:translateX(-100%)}.v-application--is-rtl .v-slider__tick:last-child .v-slider__tick-label{transform:none}.v-slider__tick-label{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.v-slider__thumb-label-container{top:0}.v-slider__thumb-label,.v-slider__thumb-label-container{position:absolute;left:0;transition:.3s cubic-bezier(.25,.8,.25,1)}.v-slider__thumb-label{display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#fff;width:32px;height:32px;border-radius:50% 50% 0;bottom:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-slider--horizontal{min-height:32px;margin-left:8px;margin-right:8px}.v-slider--horizontal .v-slider__track-container{width:100%;height:2px;left:0;top:50%;transform:translateY(-50%)}.v-slider--horizontal .v-slider__track-background,.v-slider--horizontal .v-slider__track-fill{height:100%}.v-slider--horizontal .v-slider__ticks-container{left:0;height:2px;width:100%}.v-application--is-ltr .v-slider--horizontal .v-slider__tick:first-child .v-slider__tick-label,.v-application--is-rtl .v-slider--horizontal .v-slider__tick:first-child .v-slider__tick-label{transform:translateX(0)}.v-application--is-ltr .v-slider--horizontal .v-slider__tick:last-child .v-slider__tick-label{transform:translateX(-100%)}.v-application--is-rtl .v-slider--horizontal .v-slider__tick:last-child .v-slider__tick-label{transform:translateX(100%)}.v-slider--horizontal .v-slider__tick .v-slider__tick-label{top:8px}.v-application--is-ltr .v-slider--horizontal .v-slider__tick .v-slider__tick-label{transform:translateX(-50%)}.v-application--is-rtl .v-slider--horizontal .v-slider__tick .v-slider__tick-label{transform:translateX(50%)}.v-slider--horizontal .v-slider__thumb-label{transform:translateY(-20%) translateY(-12px) translateX(-50%) rotate(45deg)}.v-slider--horizontal .v-slider__thumb-label>*{transform:rotate(-45deg)}.v-slider--vertical{min-height:150px;margin-top:12px;margin-bottom:12px}.v-slider--vertical .v-slider__track-container{height:100%;width:2px;left:50%;top:0;transform:translateX(-50%)}.v-slider--vertical .v-slider__track-background,.v-slider--vertical .v-slider__track-fill{width:100%}.v-slider--vertical .v-slider__thumb-container{left:50%}.v-slider--vertical .v-slider__ticks-container{top:0;width:2px;height:100%;left:50%;transform:translateX(-50%)}.v-application--is-ltr .v-slider--vertical .v-slider__tick .v-slider__tick-label,.v-application--is-ltr .v-slider--vertical .v-slider__tick:first-child .v-slider__tick-label,.v-application--is-ltr .v-slider--vertical .v-slider__tick:last-child .v-slider__tick-label{transform:translateY(-50%);left:12px}.v-application--is-rtl .v-slider--vertical .v-slider__tick .v-slider__tick-label,.v-application--is-rtl .v-slider--vertical .v-slider__tick:first-child .v-slider__tick-label,.v-application--is-rtl .v-slider--vertical .v-slider__tick:last-child .v-slider__tick-label{transform:translateY(-50%);right:12px}.v-slider--vertical .v-slider__thumb-label>*{transform:rotate(-135deg)}.v-slider__thumb-container--focused .v-slider__thumb:before{transform:scale(1)}.v-slider--active .v-slider__tick{opacity:1}.v-slider__thumb-container--active .v-slider__thumb:before{transform:scale(1.5)!important}.v-slider--disabled{pointer-events:none}.v-slider--disabled .v-slider__thumb{width:8px;height:8px;left:-4px}.v-slider--disabled .v-slider__thumb:before{display:none}.v-slider__ticks-container--always-show .v-slider__tick{opacity:1}.v-input__slider.v-input--is-readonly>.v-input__control{pointer-events:none}.v-application--is-ltr .v-input__slider .v-input__slot .v-label{margin-left:0;margin-right:12px}.v-application--is-ltr .v-input__slider--inverse-label .v-input__slot .v-label,.v-application--is-rtl .v-input__slider .v-input__slot .v-label{margin-right:0;margin-left:12px}.v-application--is-rtl .v-input__slider--inverse-label .v-input__slot .v-label{margin-left:0;margin-right:12px}.v-input__slider--vertical{align-items:center}.v-application--is-ltr .v-input__slider--vertical{flex-direction:column-reverse}.v-application--is-rtl .v-input__slider--vertical{flex-direction:column}.v-input__slider--vertical .v-input__append-outer,.v-input__slider--vertical .v-input__prepend-outer,.v-input__slider--vertical .v-input__slot{margin:0}.v-input__slider--vertical .v-messages{display:none}.v-input--has-state .v-slider__track-background{opacity:.4}.v-color-picker__swatches{overflow-y:auto}.v-color-picker__swatches>div{display:flex;flex-wrap:wrap;justify-content:center;padding:8px}.v-color-picker__swatch{display:flex;flex-direction:column;margin-bottom:10px}.v-color-picker__color{position:relative;height:18px;max-height:18px;width:45px;margin:2px 4px;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgYGCQwoKxgqGgcJA5h3yFAAs8BRWVSwooAAAAAElFTkSuQmCC) repeat;cursor:pointer}.v-color-picker__color>div{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.v-main{display:flex;flex:1 0 auto;max-width:100%;transition:.2s cubic-bezier(.4,0,.2,1)}.v-main:not([data-booted=true]){transition:none!important}.v-main__wrap{flex:1 1 auto;max-width:100%;position:relative}@-moz-document url-prefix(){@media print{.v-main{display:block}}}.v-data-footer{display:flex;flex-wrap:wrap;align-items:center;font-size:.75rem;padding:0 8px}.v-data-footer .v-btn{color:inherit}.v-application--is-ltr .v-data-footer__icons-before .v-btn:last-child{margin-right:7px}.v-application--is-ltr .v-data-footer__icons-after .v-btn:first-child,.v-application--is-rtl .v-data-footer__icons-before .v-btn:last-child{margin-left:7px}.v-application--is-rtl .v-data-footer__icons-after .v-btn:first-child{margin-right:7px}.v-data-footer__pagination{display:block;text-align:center}.v-application--is-ltr .v-data-footer__pagination{margin:0 32px 0 24px}.v-application--is-rtl .v-data-footer__pagination{margin:0 24px 0 32px}.v-data-footer__select{display:flex;align-items:center;flex:0 0 0;justify-content:flex-end;white-space:nowrap}.v-application--is-ltr .v-data-footer__select{margin-left:auto;margin-right:14px}.v-application--is-rtl .v-data-footer__select{margin-left:14px;margin-right:auto}.v-data-footer__select .v-select{flex:0 1 0;padding:0;position:static}.v-application--is-ltr .v-data-footer__select .v-select{margin:13px 0 13px 34px}.v-application--is-rtl .v-data-footer__select .v-select{margin:13px 34px 13px 0}.v-data-footer__select .v-select__selections{flex-wrap:nowrap}.v-data-footer__select .v-select__selections .v-select__selection--comma{font-size:.75rem}.theme--light.v-data-table tbody tr.v-data-table__selected{background:#f5f5f5}.theme--light.v-data-table .v-row-group__header,.theme--light.v-data-table .v-row-group__summary{background:#eee}.theme--light.v-data-table .v-data-footer{border-top:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table .v-data-table__empty-wrapper{color:rgba(0,0,0,.38)}.theme--dark.v-data-table tbody tr.v-data-table__selected{background:#505050}.theme--dark.v-data-table .v-row-group__header,.theme--dark.v-data-table .v-row-group__summary{background:#616161}.theme--dark.v-data-table .v-data-footer{border-top:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table .v-data-table__empty-wrapper{color:hsla(0,0%,100%,.5)}.v-data-table{border-radius:4px}.v-data-table--mobile>.v-data-table__wrapper tbody{display:flex;flex-direction:column}.v-data-table>.v-data-table__wrapper tbody tr.v-data-table__expanded{border-bottom:0}.v-data-table>.v-data-table__wrapper tbody tr.v-data-table__expanded__content{box-shadow:inset 0 4px 8px -5px rgba(50,50,50,.75),inset 0 -4px 8px -5px rgba(50,50,50,.75)}.v-data-table>.v-data-table__wrapper tbody tr:first-child:hover td:first-child{border-top-left-radius:4px}.v-data-table>.v-data-table__wrapper tbody tr:first-child:hover td:last-child{border-top-right-radius:4px}.v-data-table>.v-data-table__wrapper tbody tr:last-child:hover td:first-child{border-bottom-left-radius:4px}.v-data-table>.v-data-table__wrapper tbody tr:last-child:hover td:last-child{border-bottom-right-radius:4px}.v-data-table>.v-data-table__wrapper .v-data-table__mobile-table-row{display:initial}.v-data-table>.v-data-table__wrapper .v-data-table__mobile-row{height:auto;min-height:48px}.v-data-table__empty-wrapper{text-align:center}.v-data-table__mobile-row{align-items:center;display:flex;justify-content:space-between}.v-data-table__mobile-row__header{font-weight:600}.v-application--is-ltr .v-data-table__mobile-row__header{padding-right:16px}.v-application--is-rtl .v-data-table__mobile-row__header{padding-left:16px}.v-application--is-ltr .v-data-table__mobile-row__cell{text-align:right}.v-application--is-rtl .v-data-table__mobile-row__cell{text-align:left}.v-row-group__header td,.v-row-group__summary td{height:35px}.v-data-table__expand-icon{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.v-data-table__expand-icon--active{transform:rotate(-180deg)}.theme--light.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon{color:rgba(0,0,0,.38)}.theme--light.v-data-table .v-data-table-header th.sortable.active,.theme--light.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon,.theme--light.v-data-table .v-data-table-header th.sortable:hover{color:rgba(0,0,0,.87)}.theme--light.v-data-table .v-data-table-header__sort-badge{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.87)}.theme--dark.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon{color:hsla(0,0%,100%,.5)}.theme--dark.v-data-table .v-data-table-header th.sortable.active,.theme--dark.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon,.theme--dark.v-data-table .v-data-table-header th.sortable:hover{color:#fff}.theme--dark.v-data-table .v-data-table-header__sort-badge{background-color:hsla(0,0%,100%,.12);color:#fff}.v-data-table-header th.sortable{pointer-events:auto;cursor:pointer;outline:0}.v-data-table-header th.sortable .v-data-table-header__icon{line-height:.9}.v-data-table-header th.active .v-data-table-header__icon,.v-data-table-header th:hover .v-data-table-header__icon{transform:none;opacity:1}.v-data-table-header th.desc .v-data-table-header__icon{transform:rotate(-180deg)}.v-data-table-header__icon{display:inline-block;opacity:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-data-table-header__sort-badge{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:50%;min-width:18px;min-height:18px;height:18px;width:18px}.v-data-table-header-mobile th{height:auto}.v-data-table-header-mobile__wrapper{display:flex}.v-data-table-header-mobile__wrapper .v-select{margin-bottom:8px}.v-data-table-header-mobile__wrapper .v-select .v-chip{height:24px}.v-data-table-header-mobile__wrapper .v-select .v-chip__close.desc .v-icon{transform:rotate(-180deg)}.v-data-table-header-mobile__select{min-width:56px;display:flex;align-items:center;justify-content:center}.theme--light.v-data-table{background-color:#fff;color:rgba(0,0,0,.87)}.theme--light.v-data-table .v-data-table__divider{border-right:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table.v-data-table--fixed-header thead th{background:#fff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.12)}.theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr>th{color:rgba(0,0,0,.6)}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child,.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th{border-bottom:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr.active{background:#f5f5f5}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background:#eee}.theme--light.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th:not(.v-data-table__mobile-row){border-top:thin solid rgba(0,0,0,.12)}.theme--dark.v-data-table{background-color:#1e1e1e;color:#fff}.theme--dark.v-data-table .v-data-table__divider{border-right:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table.v-data-table--fixed-header thead th{background:#1e1e1e;box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.12)}.theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr>th{color:hsla(0,0%,100%,.7)}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child,.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th{border-bottom:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr.active{background:#505050}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background:#616161}.theme--dark.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th:not(.v-data-table__mobile-row){border-top:thin solid hsla(0,0%,100%,.12)}.v-data-table{line-height:1.5;max-width:100%}.v-data-table>.v-data-table__wrapper>table{width:100%;border-spacing:0}.v-data-table>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table>.v-data-table__wrapper>table>thead>tr>td,.v-data-table>.v-data-table__wrapper>table>thead>tr>th{padding:0 16px;transition:height .2s cubic-bezier(.4,0,.6,1)}.v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table>.v-data-table__wrapper>table>thead>tr>th{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:.75rem;height:48px}.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>thead>tr>th{text-align:left}.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>thead>tr>th{text-align:right}.v-data-table>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table>.v-data-table__wrapper>table>thead>tr>td{font-size:.875rem;height:48px}.v-data-table__wrapper{overflow-x:auto;overflow-y:hidden}.v-data-table__progress{height:auto!important}.v-data-table__progress th{height:auto!important;border:none!important;padding:0;position:relative}.v-data-table--dense>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table--dense>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table--dense>.v-data-table__wrapper>table>thead>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>thead>tr>th{height:32px}.v-data-table--has-top>.v-data-table__wrapper>table>tbody>tr:first-child:hover>td:first-child{border-top-left-radius:0}.v-data-table--has-top>.v-data-table__wrapper>table>tbody>tr:first-child:hover>td:last-child{border-top-right-radius:0}.v-data-table--has-bottom>.v-data-table__wrapper>table>tbody>tr:last-child:hover>td:first-child{border-bottom-left-radius:0}.v-data-table--has-bottom>.v-data-table__wrapper>table>tbody>tr:last-child:hover>td:last-child{border-bottom-right-radius:0}.v-data-table--fixed-header>.v-data-table__wrapper,.v-data-table--fixed-height .v-data-table__wrapper{overflow-y:auto}.v-data-table--fixed-header>.v-data-table__wrapper>table>thead>tr>th{border-bottom:0!important;position:-webkit-sticky;position:sticky;top:0;z-index:2}.v-data-table--fixed-header>.v-data-table__wrapper>table>thead>tr:nth-child(2)>th{top:48px}.v-application--is-ltr .v-data-table--fixed-header .v-data-footer{margin-right:17px}.v-application--is-rtl .v-data-table--fixed-header .v-data-footer{margin-left:17px}.v-data-table--fixed-header.v-data-table--dense>.v-data-table__wrapper>table>thead>tr:nth-child(2)>th{top:32px}.theme--light.v-small-dialog__actions,.theme--light.v-small-dialog__menu-content{background:#fff}.theme--dark.v-small-dialog__actions,.theme--dark.v-small-dialog__menu-content{background:#1e1e1e}.v-small-dialog{display:block}.v-small-dialog__activator{cursor:pointer}.v-small-dialog__activator__content{display:inline-block}.v-small-dialog__content{padding:0 16px}.v-small-dialog__actions{padding:8px;text-align:right;white-space:pre}.v-virtual-table{position:relative}.v-virtual-table__wrapper{display:flex}.v-virtual-table__table{width:100%;height:100%;overflow-x:auto}.theme--light.v-picker__title{background:#e0e0e0}.theme--dark.v-picker__title{background:#616161}.theme--light.v-picker__body{background:#fff}.theme--dark.v-picker__body{background:#424242}.v-picker{border-radius:4px;contain:layout style;display:inline-flex;flex-direction:column;font-size:1rem;vertical-align:top;position:relative}.v-picker--full-width{display:flex;width:100%}.v-picker--full-width>.v-picker__body{margin:initial}.v-picker__title{color:#fff;border-top-left-radius:4px;border-top-right-radius:4px;padding:16px}.v-picker__title__btn{transition:.3s cubic-bezier(.25,.8,.5,1)}.v-picker__title__btn:not(.v-picker__title__btn--active){opacity:.6;cursor:pointer}.v-picker__title__btn:not(.v-picker__title__btn--active):hover:not(:focus){opacity:1}.v-picker__title__btn--readonly{pointer-events:none}.v-picker__title__btn--active{opacity:1}.v-picker__body{height:auto;overflow:hidden;position:relative;z-index:0;flex:1 0 auto;display:flex;flex-direction:column;align-items:center;margin:0 auto}.v-picker__body>div{width:100%}.v-picker__body>div.fade-transition-leave-active{position:absolute}.v-picker--landscape .v-picker__title{border-top-right-radius:0;border-bottom-right-radius:0;width:170px;position:absolute;top:0;height:100%;z-index:1}.v-application--is-ltr .v-picker--landscape .v-picker__title{left:0}.v-application--is-rtl .v-picker--landscape .v-picker__title{right:0}.v-application--is-ltr .v-picker--landscape .v-picker__actions:not(.v-picker__actions--no-title),.v-application--is-ltr .v-picker--landscape .v-picker__body:not(.v-picker__body--no-title){margin-left:170px;margin-right:0}.v-application--is-rtl .v-picker--landscape .v-picker__actions:not(.v-picker__actions--no-title),.v-application--is-rtl .v-picker--landscape .v-picker__body:not(.v-picker__body--no-title){margin-right:170px;margin-left:0}.v-picker--flat{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.v-date-picker-title{display:flex;justify-content:space-between;flex-direction:column;flex-wrap:wrap;line-height:1}.v-application--is-ltr .v-date-picker-title .v-picker__title__btn{text-align:left}.v-application--is-rtl .v-date-picker-title .v-picker__title__btn{text-align:right}.v-date-picker-title__year{align-items:center;display:inline-flex;font-size:14px;font-weight:500;margin-bottom:8px}.v-date-picker-title__date{font-size:34px;text-align:left;font-weight:500;position:relative;overflow:hidden;padding-bottom:8px;margin-bottom:-8px}.v-date-picker-title__date>div{position:relative}.v-date-picker-title--disabled{pointer-events:none}.theme--light.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus){color:rgba(0,0,0,.87)}.theme--light.v-date-picker-header .v-date-picker-header__value--disabled button{color:rgba(0,0,0,.38)}.theme--dark.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus){color:#fff}.theme--dark.v-date-picker-header .v-date-picker-header__value--disabled button{color:hsla(0,0%,100%,.5)}.v-date-picker-header{padding:4px 16px;align-items:center;display:flex;justify-content:space-between;position:relative}.v-date-picker-header .v-btn{margin:0;z-index:auto}.v-date-picker-header .v-icon{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-date-picker-header__value{flex:1;text-align:center;position:relative;overflow:hidden}.v-date-picker-header__value div{transition:.3s cubic-bezier(.25,.8,.5,1);width:100%}.v-date-picker-header__value button{cursor:pointer;font-weight:700;outline:none;padding:.5rem;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-date-picker-header--disabled{pointer-events:none}.theme--light.v-date-picker-table .v-date-picker-table--date__week,.theme--light.v-date-picker-table th{color:rgba(0,0,0,.38)}.theme--dark.v-date-picker-table .v-date-picker-table--date__week,.theme--dark.v-date-picker-table th{color:hsla(0,0%,100%,.5)}.v-date-picker-table{position:relative;padding:0 12px;height:242px}.v-date-picker-table table{transition:.3s cubic-bezier(.25,.8,.5,1);top:0;table-layout:fixed;width:100%}.v-date-picker-table td,.v-date-picker-table th{text-align:center;position:relative}.v-date-picker-table th{font-size:12px}.v-date-picker-table--date .v-btn{height:32px;width:32px}.v-date-picker-table .v-btn{z-index:auto;margin:0;font-size:12px}.v-date-picker-table .v-btn.v-btn--active{color:#fff}.v-date-picker-table--month td{width:33.333333%;height:56px;vertical-align:middle;text-align:center}.v-date-picker-table--month td .v-btn{margin:0 auto;max-width:140px;min-width:40px;width:100%}.v-date-picker-table--date th{padding:8px 0;font-weight:600}.v-date-picker-table--date td{width:45px}.v-date-picker-table__events{height:8px;left:0;position:absolute;text-align:center;white-space:pre;width:100%}.v-date-picker-table__events>div{border-radius:50%;display:inline-block;height:8px;margin:0 1px;width:8px}.v-date-picker-table--date .v-date-picker-table__events{bottom:6px}.v-date-picker-table--month .v-date-picker-table__events{bottom:8px}.v-date-picker-table__current .v-date-picker-table__events{margin-bottom:-1px}.v-date-picker-table--disabled{pointer-events:none}.v-date-picker-years{font-size:16px;font-weight:400;height:290px;list-style-type:none;overflow:auto;text-align:center}.v-date-picker-years.v-date-picker-years{padding:0}.v-date-picker-years li{cursor:pointer;padding:8px 0;transition:none}.v-date-picker-years li.active{font-size:26px;font-weight:500;padding:10px 0}.v-date-picker-years li:hover{background:rgba(0,0,0,.12)}.v-picker--landscape .v-date-picker-years{padding:0;height:290px}.theme--light.v-expansion-panels .v-expansion-panel{background-color:#fff;color:rgba(0,0,0,.87)}.theme--light.v-expansion-panels .v-expansion-panel--disabled{color:rgba(0,0,0,.38)}.theme--light.v-expansion-panels .v-expansion-panel:not(:first-child):after{border-color:rgba(0,0,0,.12)}.theme--light.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon{color:rgba(0,0,0,.54)}.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:hover:before{opacity:.04}.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:before,.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:hover:before,.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:focus:before{opacity:.12}.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus:before{opacity:.16}.theme--light.v-expansion-panels.v-expansion-panels--hover>.v-expansion-panel>.v-expansion-panel-header:hover:before{opacity:.04}.theme--dark.v-expansion-panels .v-expansion-panel{background-color:#1e1e1e;color:#fff}.theme--dark.v-expansion-panels .v-expansion-panel--disabled{color:hsla(0,0%,100%,.5)}.theme--dark.v-expansion-panels .v-expansion-panel:not(:first-child):after{border-color:hsla(0,0%,100%,.12)}.theme--dark.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon{color:#fff}.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:hover:before{opacity:.08}.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:before,.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:hover:before,.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:focus:before{opacity:.24}.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus:before{opacity:.32}.theme--dark.v-expansion-panels.v-expansion-panels--hover>.v-expansion-panel>.v-expansion-panel-header:hover:before{opacity:.08}.v-expansion-panels{border-radius:4px;display:flex;flex-wrap:wrap;justify-content:center;list-style-type:none;padding:0;width:100%;z-index:1}.v-expansion-panels>*{cursor:auto}.v-expansion-panels>:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.v-expansion-panels>:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--active{border-radius:4px}.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--active+.v-expansion-panel{border-top-left-radius:4px;border-top-right-radius:4px}.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--next-active{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--next-active .v-expansion-panel-header{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.v-expansion-panel{flex:1 0 100%;max-width:100%;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-expansion-panel:before{border-radius:inherit;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1;transition:box-shadow .28s cubic-bezier(.4,0,.2,1);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-expansion-panel:not(:first-child):after{border-top:thin solid;content:"";left:0;position:absolute;right:0;top:0;transition:border-color .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1)}.v-expansion-panel--disabled .v-expansion-panel-header{pointer-events:none}.v-expansion-panel--active+.v-expansion-panel,.v-expansion-panel--active:not(:first-child){margin-top:16px}.v-expansion-panel--active+.v-expansion-panel:after,.v-expansion-panel--active:not(:first-child):after{opacity:0}.v-expansion-panel--active>.v-expansion-panel-header{min-height:64px}.v-expansion-panel--active>.v-expansion-panel-header--active .v-expansion-panel-header__icon:not(.v-expansion-panel-header__icon--disable-rotate) .v-icon{transform:rotate(-180deg)}.v-expansion-panel-header__icon{display:inline-flex;margin-bottom:-4px;margin-top:-4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-application--is-ltr .v-expansion-panel-header__icon{margin-left:auto}.v-application--is-rtl .v-expansion-panel-header__icon{margin-right:auto}.v-expansion-panel-header{align-items:center;border-top-left-radius:inherit;border-top-right-radius:inherit;display:flex;font-size:.9375rem;line-height:1;min-height:48px;outline:none;padding:16px 24px;position:relative;transition:min-height .3s cubic-bezier(.25,.8,.5,1);width:100%}.v-application--is-ltr .v-expansion-panel-header{text-align:left}.v-application--is-rtl .v-expansion-panel-header{text-align:right}.v-expansion-panel-header:not(.v-expansion-panel-header--mousedown):focus:before{opacity:.12}.v-expansion-panel-header:before{background-color:currentColor;border-radius:inherit;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s cubic-bezier(.25,.8,.5,1)}.v-expansion-panel-header>:not(.v-expansion-panel-header__icon){flex:1 1 auto}.v-expansion-panel-content{display:flex}.v-expansion-panel-content__wrap{padding:0 24px 16px;flex:1 1 auto;max-width:100%}.v-expansion-panels--accordion>.v-expansion-panel{margin-top:0}.v-expansion-panels--accordion>.v-expansion-panel:after{opacity:1}.v-expansion-panels--popout>.v-expansion-panel{max-width:calc(100% - 32px)}.v-expansion-panels--popout>.v-expansion-panel--active{max-width:calc(100% + 16px)}.v-expansion-panels--inset>.v-expansion-panel{max-width:100%}.v-expansion-panels--inset>.v-expansion-panel--active{max-width:calc(100% - 32px)}.v-expansion-panels--flat>.v-expansion-panel:after{border-top:none}.v-expansion-panels--flat>.v-expansion-panel:before{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.v-expansion-panels--tile,.v-expansion-panels--tile>.v-expansion-panel:before{border-radius:0}.theme--light.v-file-input .v-file-input__text{color:rgba(0,0,0,.87)}.theme--light.v-file-input .v-file-input__text--placeholder{color:rgba(0,0,0,.6)}.theme--light.v-file-input.v-input--is-disabled .v-file-input__text,.theme--light.v-file-input.v-input--is-disabled .v-file-input__text .v-file-input__text--placeholder{color:rgba(0,0,0,.38)}.theme--dark.v-file-input .v-file-input__text{color:#fff}.theme--dark.v-file-input .v-file-input__text--placeholder{color:hsla(0,0%,100%,.7)}.theme--dark.v-file-input.v-input--is-disabled .v-file-input__text,.theme--dark.v-file-input.v-input--is-disabled .v-file-input__text .v-file-input__text--placeholder{color:hsla(0,0%,100%,.5)}.v-file-input input[type=file]{left:0;opacity:0;pointer-events:none;position:absolute;max-width:0;width:0}.v-file-input .v-file-input__text{align-items:center;align-self:stretch;display:flex;flex-wrap:wrap;width:100%}.v-file-input .v-file-input__text.v-file-input__text--chips{flex-wrap:wrap}.v-file-input .v-file-input__text .v-chip{margin:4px}.v-file-input .v-text-field__slot{min-height:32px}.v-file-input.v-input--dense .v-text-field__slot{min-height:26px}.v-file-input.v-text-field--filled:not(.v-text-field--single-line) .v-file-input__text{padding-top:22px}.v-file-input.v-text-field--outlined .v-text-field__slot{padding:6px 0}.v-file-input.v-text-field--outlined.v-input--dense .v-text-field__slot{padding:3px 0}.theme--light.v-footer{background-color:#f5f5f5;color:rgba(0,0,0,.87)}.theme--dark.v-footer{background-color:#272727;color:#fff}.v-sheet.v-footer{border-radius:0}.v-sheet.v-footer:not(.v-sheet--outlined){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.v-sheet.v-footer.v-sheet--shaped{border-radius:16px 0}.v-footer{align-items:center;display:flex;flex:0 1 auto!important;flex-wrap:wrap;padding:6px 16px;position:relative;transition-duration:.2s;transition-property:background-color,left,right;transition-timing-function:cubic-bezier(.4,0,.2,1)}.v-footer:not([data-booted=true]){transition:none!important}.v-footer--absolute,.v-footer--fixed{z-index:3}.v-footer--absolute{position:absolute}.v-footer--absolute:not(.v-footer--inset){width:100%}.v-footer--fixed{position:fixed}.v-footer--padless{padding:0}.container.grow-shrink-0{flex-grow:0;flex-shrink:0}.container.fill-height{align-items:center;display:flex;flex-wrap:wrap}.container.fill-height>.row{flex:1 1 100%;max-width:calc(100% + 24px)}.container.fill-height>.layout{height:100%;flex:1 1 auto}.container.fill-height>.layout.grow-shrink-0{flex-grow:0;flex-shrink:0}.container.grid-list-xs .layout .flex{padding:1px}.container.grid-list-xs .layout:only-child{margin:-1px}.container.grid-list-xs .layout:not(:only-child){margin:auto -1px}.container.grid-list-xs :not(:only-child) .layout:first-child{margin-top:-1px}.container.grid-list-xs :not(:only-child) .layout:last-child{margin-bottom:-1px}.container.grid-list-sm .layout .flex{padding:2px}.container.grid-list-sm .layout:only-child{margin:-2px}.container.grid-list-sm .layout:not(:only-child){margin:auto -2px}.container.grid-list-sm :not(:only-child) .layout:first-child{margin-top:-2px}.container.grid-list-sm :not(:only-child) .layout:last-child{margin-bottom:-2px}.container.grid-list-md .layout .flex{padding:4px}.container.grid-list-md .layout:only-child{margin:-4px}.container.grid-list-md .layout:not(:only-child){margin:auto -4px}.container.grid-list-md :not(:only-child) .layout:first-child{margin-top:-4px}.container.grid-list-md :not(:only-child) .layout:last-child{margin-bottom:-4px}.container.grid-list-lg .layout .flex{padding:8px}.container.grid-list-lg .layout:only-child{margin:-8px}.container.grid-list-lg .layout:not(:only-child){margin:auto -8px}.container.grid-list-lg :not(:only-child) .layout:first-child{margin-top:-8px}.container.grid-list-lg :not(:only-child) .layout:last-child{margin-bottom:-8px}.container.grid-list-xl .layout .flex{padding:12px}.container.grid-list-xl .layout:only-child{margin:-12px}.container.grid-list-xl .layout:not(:only-child){margin:auto -12px}.container.grid-list-xl :not(:only-child) .layout:first-child{margin-top:-12px}.container.grid-list-xl :not(:only-child) .layout:last-child{margin-bottom:-12px}.layout{display:flex;flex:1 1 auto;flex-wrap:nowrap;min-width:0}.layout.reverse{flex-direction:row-reverse}.layout.column{flex-direction:column}.layout.column.reverse{flex-direction:column-reverse}.layout.column>.flex{max-width:100%}.layout.wrap{flex-wrap:wrap}.layout.grow-shrink-0{flex-grow:0;flex-shrink:0}@media (min-width:0){.flex.xs12{flex-basis:100%;flex-grow:0;max-width:100%}.flex.order-xs12{order:12}.flex.xs11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.flex.order-xs11{order:11}.flex.xs10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.flex.order-xs10{order:10}.flex.xs9{flex-basis:75%;flex-grow:0;max-width:75%}.flex.order-xs9{order:9}.flex.xs8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.flex.order-xs8{order:8}.flex.xs7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.flex.order-xs7{order:7}.flex.xs6{flex-basis:50%;flex-grow:0;max-width:50%}.flex.order-xs6{order:6}.flex.xs5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.flex.order-xs5{order:5}.flex.xs4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.flex.order-xs4{order:4}.flex.xs3{flex-basis:25%;flex-grow:0;max-width:25%}.flex.order-xs3{order:3}.flex.xs2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.flex.order-xs2{order:2}.flex.xs1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.flex.order-xs1{order:1}.v-application--is-ltr .flex.offset-xs12{margin-left:100%}.v-application--is-rtl .flex.offset-xs12{margin-right:100%}.v-application--is-ltr .flex.offset-xs11{margin-left:91.6666666667%}.v-application--is-rtl .flex.offset-xs11{margin-right:91.6666666667%}.v-application--is-ltr .flex.offset-xs10{margin-left:83.3333333333%}.v-application--is-rtl .flex.offset-xs10{margin-right:83.3333333333%}.v-application--is-ltr .flex.offset-xs9{margin-left:75%}.v-application--is-rtl .flex.offset-xs9{margin-right:75%}.v-application--is-ltr .flex.offset-xs8{margin-left:66.6666666667%}.v-application--is-rtl .flex.offset-xs8{margin-right:66.6666666667%}.v-application--is-ltr .flex.offset-xs7{margin-left:58.3333333333%}.v-application--is-rtl .flex.offset-xs7{margin-right:58.3333333333%}.v-application--is-ltr .flex.offset-xs6{margin-left:50%}.v-application--is-rtl .flex.offset-xs6{margin-right:50%}.v-application--is-ltr .flex.offset-xs5{margin-left:41.6666666667%}.v-application--is-rtl .flex.offset-xs5{margin-right:41.6666666667%}.v-application--is-ltr .flex.offset-xs4{margin-left:33.3333333333%}.v-application--is-rtl .flex.offset-xs4{margin-right:33.3333333333%}.v-application--is-ltr .flex.offset-xs3{margin-left:25%}.v-application--is-rtl .flex.offset-xs3{margin-right:25%}.v-application--is-ltr .flex.offset-xs2{margin-left:16.6666666667%}.v-application--is-rtl .flex.offset-xs2{margin-right:16.6666666667%}.v-application--is-ltr .flex.offset-xs1{margin-left:8.3333333333%}.v-application--is-rtl .flex.offset-xs1{margin-right:8.3333333333%}.v-application--is-ltr .flex.offset-xs0{margin-left:0}.v-application--is-rtl .flex.offset-xs0{margin-right:0}}@media (min-width:600px){.flex.sm12{flex-basis:100%;flex-grow:0;max-width:100%}.flex.order-sm12{order:12}.flex.sm11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.flex.order-sm11{order:11}.flex.sm10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.flex.order-sm10{order:10}.flex.sm9{flex-basis:75%;flex-grow:0;max-width:75%}.flex.order-sm9{order:9}.flex.sm8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.flex.order-sm8{order:8}.flex.sm7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.flex.order-sm7{order:7}.flex.sm6{flex-basis:50%;flex-grow:0;max-width:50%}.flex.order-sm6{order:6}.flex.sm5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.flex.order-sm5{order:5}.flex.sm4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.flex.order-sm4{order:4}.flex.sm3{flex-basis:25%;flex-grow:0;max-width:25%}.flex.order-sm3{order:3}.flex.sm2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.flex.order-sm2{order:2}.flex.sm1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.flex.order-sm1{order:1}.v-application--is-ltr .flex.offset-sm12{margin-left:100%}.v-application--is-rtl .flex.offset-sm12{margin-right:100%}.v-application--is-ltr .flex.offset-sm11{margin-left:91.6666666667%}.v-application--is-rtl .flex.offset-sm11{margin-right:91.6666666667%}.v-application--is-ltr .flex.offset-sm10{margin-left:83.3333333333%}.v-application--is-rtl .flex.offset-sm10{margin-right:83.3333333333%}.v-application--is-ltr .flex.offset-sm9{margin-left:75%}.v-application--is-rtl .flex.offset-sm9{margin-right:75%}.v-application--is-ltr .flex.offset-sm8{margin-left:66.6666666667%}.v-application--is-rtl .flex.offset-sm8{margin-right:66.6666666667%}.v-application--is-ltr .flex.offset-sm7{margin-left:58.3333333333%}.v-application--is-rtl .flex.offset-sm7{margin-right:58.3333333333%}.v-application--is-ltr .flex.offset-sm6{margin-left:50%}.v-application--is-rtl .flex.offset-sm6{margin-right:50%}.v-application--is-ltr .flex.offset-sm5{margin-left:41.6666666667%}.v-application--is-rtl .flex.offset-sm5{margin-right:41.6666666667%}.v-application--is-ltr .flex.offset-sm4{margin-left:33.3333333333%}.v-application--is-rtl .flex.offset-sm4{margin-right:33.3333333333%}.v-application--is-ltr .flex.offset-sm3{margin-left:25%}.v-application--is-rtl .flex.offset-sm3{margin-right:25%}.v-application--is-ltr .flex.offset-sm2{margin-left:16.6666666667%}.v-application--is-rtl .flex.offset-sm2{margin-right:16.6666666667%}.v-application--is-ltr .flex.offset-sm1{margin-left:8.3333333333%}.v-application--is-rtl .flex.offset-sm1{margin-right:8.3333333333%}.v-application--is-ltr .flex.offset-sm0{margin-left:0}.v-application--is-rtl .flex.offset-sm0{margin-right:0}}@media (min-width:960px){.flex.md12{flex-basis:100%;flex-grow:0;max-width:100%}.flex.order-md12{order:12}.flex.md11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.flex.order-md11{order:11}.flex.md10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.flex.order-md10{order:10}.flex.md9{flex-basis:75%;flex-grow:0;max-width:75%}.flex.order-md9{order:9}.flex.md8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.flex.order-md8{order:8}.flex.md7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.flex.order-md7{order:7}.flex.md6{flex-basis:50%;flex-grow:0;max-width:50%}.flex.order-md6{order:6}.flex.md5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.flex.order-md5{order:5}.flex.md4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.flex.order-md4{order:4}.flex.md3{flex-basis:25%;flex-grow:0;max-width:25%}.flex.order-md3{order:3}.flex.md2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.flex.order-md2{order:2}.flex.md1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.flex.order-md1{order:1}.v-application--is-ltr .flex.offset-md12{margin-left:100%}.v-application--is-rtl .flex.offset-md12{margin-right:100%}.v-application--is-ltr .flex.offset-md11{margin-left:91.6666666667%}.v-application--is-rtl .flex.offset-md11{margin-right:91.6666666667%}.v-application--is-ltr .flex.offset-md10{margin-left:83.3333333333%}.v-application--is-rtl .flex.offset-md10{margin-right:83.3333333333%}.v-application--is-ltr .flex.offset-md9{margin-left:75%}.v-application--is-rtl .flex.offset-md9{margin-right:75%}.v-application--is-ltr .flex.offset-md8{margin-left:66.6666666667%}.v-application--is-rtl .flex.offset-md8{margin-right:66.6666666667%}.v-application--is-ltr .flex.offset-md7{margin-left:58.3333333333%}.v-application--is-rtl .flex.offset-md7{margin-right:58.3333333333%}.v-application--is-ltr .flex.offset-md6{margin-left:50%}.v-application--is-rtl .flex.offset-md6{margin-right:50%}.v-application--is-ltr .flex.offset-md5{margin-left:41.6666666667%}.v-application--is-rtl .flex.offset-md5{margin-right:41.6666666667%}.v-application--is-ltr .flex.offset-md4{margin-left:33.3333333333%}.v-application--is-rtl .flex.offset-md4{margin-right:33.3333333333%}.v-application--is-ltr .flex.offset-md3{margin-left:25%}.v-application--is-rtl .flex.offset-md3{margin-right:25%}.v-application--is-ltr .flex.offset-md2{margin-left:16.6666666667%}.v-application--is-rtl .flex.offset-md2{margin-right:16.6666666667%}.v-application--is-ltr .flex.offset-md1{margin-left:8.3333333333%}.v-application--is-rtl .flex.offset-md1{margin-right:8.3333333333%}.v-application--is-ltr .flex.offset-md0{margin-left:0}.v-application--is-rtl .flex.offset-md0{margin-right:0}}@media (min-width:1264px){.flex.lg12{flex-basis:100%;flex-grow:0;max-width:100%}.flex.order-lg12{order:12}.flex.lg11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.flex.order-lg11{order:11}.flex.lg10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.flex.order-lg10{order:10}.flex.lg9{flex-basis:75%;flex-grow:0;max-width:75%}.flex.order-lg9{order:9}.flex.lg8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.flex.order-lg8{order:8}.flex.lg7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.flex.order-lg7{order:7}.flex.lg6{flex-basis:50%;flex-grow:0;max-width:50%}.flex.order-lg6{order:6}.flex.lg5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.flex.order-lg5{order:5}.flex.lg4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.flex.order-lg4{order:4}.flex.lg3{flex-basis:25%;flex-grow:0;max-width:25%}.flex.order-lg3{order:3}.flex.lg2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.flex.order-lg2{order:2}.flex.lg1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.flex.order-lg1{order:1}.v-application--is-ltr .flex.offset-lg12{margin-left:100%}.v-application--is-rtl .flex.offset-lg12{margin-right:100%}.v-application--is-ltr .flex.offset-lg11{margin-left:91.6666666667%}.v-application--is-rtl .flex.offset-lg11{margin-right:91.6666666667%}.v-application--is-ltr .flex.offset-lg10{margin-left:83.3333333333%}.v-application--is-rtl .flex.offset-lg10{margin-right:83.3333333333%}.v-application--is-ltr .flex.offset-lg9{margin-left:75%}.v-application--is-rtl .flex.offset-lg9{margin-right:75%}.v-application--is-ltr .flex.offset-lg8{margin-left:66.6666666667%}.v-application--is-rtl .flex.offset-lg8{margin-right:66.6666666667%}.v-application--is-ltr .flex.offset-lg7{margin-left:58.3333333333%}.v-application--is-rtl .flex.offset-lg7{margin-right:58.3333333333%}.v-application--is-ltr .flex.offset-lg6{margin-left:50%}.v-application--is-rtl .flex.offset-lg6{margin-right:50%}.v-application--is-ltr .flex.offset-lg5{margin-left:41.6666666667%}.v-application--is-rtl .flex.offset-lg5{margin-right:41.6666666667%}.v-application--is-ltr .flex.offset-lg4{margin-left:33.3333333333%}.v-application--is-rtl .flex.offset-lg4{margin-right:33.3333333333%}.v-application--is-ltr .flex.offset-lg3{margin-left:25%}.v-application--is-rtl .flex.offset-lg3{margin-right:25%}.v-application--is-ltr .flex.offset-lg2{margin-left:16.6666666667%}.v-application--is-rtl .flex.offset-lg2{margin-right:16.6666666667%}.v-application--is-ltr .flex.offset-lg1{margin-left:8.3333333333%}.v-application--is-rtl .flex.offset-lg1{margin-right:8.3333333333%}.v-application--is-ltr .flex.offset-lg0{margin-left:0}.v-application--is-rtl .flex.offset-lg0{margin-right:0}}@media (min-width:1904px){.flex.xl12{flex-basis:100%;flex-grow:0;max-width:100%}.flex.order-xl12{order:12}.flex.xl11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.flex.order-xl11{order:11}.flex.xl10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.flex.order-xl10{order:10}.flex.xl9{flex-basis:75%;flex-grow:0;max-width:75%}.flex.order-xl9{order:9}.flex.xl8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.flex.order-xl8{order:8}.flex.xl7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.flex.order-xl7{order:7}.flex.xl6{flex-basis:50%;flex-grow:0;max-width:50%}.flex.order-xl6{order:6}.flex.xl5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.flex.order-xl5{order:5}.flex.xl4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.flex.order-xl4{order:4}.flex.xl3{flex-basis:25%;flex-grow:0;max-width:25%}.flex.order-xl3{order:3}.flex.xl2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.flex.order-xl2{order:2}.flex.xl1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.flex.order-xl1{order:1}.v-application--is-ltr .flex.offset-xl12{margin-left:100%}.v-application--is-rtl .flex.offset-xl12{margin-right:100%}.v-application--is-ltr .flex.offset-xl11{margin-left:91.6666666667%}.v-application--is-rtl .flex.offset-xl11{margin-right:91.6666666667%}.v-application--is-ltr .flex.offset-xl10{margin-left:83.3333333333%}.v-application--is-rtl .flex.offset-xl10{margin-right:83.3333333333%}.v-application--is-ltr .flex.offset-xl9{margin-left:75%}.v-application--is-rtl .flex.offset-xl9{margin-right:75%}.v-application--is-ltr .flex.offset-xl8{margin-left:66.6666666667%}.v-application--is-rtl .flex.offset-xl8{margin-right:66.6666666667%}.v-application--is-ltr .flex.offset-xl7{margin-left:58.3333333333%}.v-application--is-rtl .flex.offset-xl7{margin-right:58.3333333333%}.v-application--is-ltr .flex.offset-xl6{margin-left:50%}.v-application--is-rtl .flex.offset-xl6{margin-right:50%}.v-application--is-ltr .flex.offset-xl5{margin-left:41.6666666667%}.v-application--is-rtl .flex.offset-xl5{margin-right:41.6666666667%}.v-application--is-ltr .flex.offset-xl4{margin-left:33.3333333333%}.v-application--is-rtl .flex.offset-xl4{margin-right:33.3333333333%}.v-application--is-ltr .flex.offset-xl3{margin-left:25%}.v-application--is-rtl .flex.offset-xl3{margin-right:25%}.v-application--is-ltr .flex.offset-xl2{margin-left:16.6666666667%}.v-application--is-rtl .flex.offset-xl2{margin-right:16.6666666667%}.v-application--is-ltr .flex.offset-xl1{margin-left:8.3333333333%}.v-application--is-rtl .flex.offset-xl1{margin-right:8.3333333333%}.v-application--is-ltr .flex.offset-xl0{margin-left:0}.v-application--is-rtl .flex.offset-xl0{margin-right:0}}.child-flex>*,.flex{flex:1 1 auto;max-width:100%}.child-flex>.grow-shrink-0,.flex.grow-shrink-0{flex-grow:0;flex-shrink:0}.grow,.spacer{flex-grow:1!important}.grow{flex-shrink:0!important}.shrink{flex-grow:0!important;flex-shrink:1!important}.fill-height{height:100%}.container{width:100%;padding:12px;margin-right:auto;margin-left:auto}@media(min-width:960px){.container{max-width:900px}}@media(min-width:1264px){.container{max-width:1185px}}@media(min-width:1904px){.container{max-width:1785px}}.container--fluid{max-width:100%}.row{display:flex;flex-wrap:wrap;flex:1 1 auto;margin:-12px}.row+.row{margin-top:12px}.row+.row--dense{margin-top:4px}.row--dense{margin:-4px}.row--dense>.col,.row--dense>[class*=col-]{padding:4px}.row.no-gutters{margin:0}.row.no-gutters>.col,.row.no-gutters>[class*=col-]{padding:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{width:100%;padding:12px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.v-application--is-ltr .offset-1{margin-left:8.3333333333%}.v-application--is-rtl .offset-1{margin-right:8.3333333333%}.v-application--is-ltr .offset-2{margin-left:16.6666666667%}.v-application--is-rtl .offset-2{margin-right:16.6666666667%}.v-application--is-ltr .offset-3{margin-left:25%}.v-application--is-rtl .offset-3{margin-right:25%}.v-application--is-ltr .offset-4{margin-left:33.3333333333%}.v-application--is-rtl .offset-4{margin-right:33.3333333333%}.v-application--is-ltr .offset-5{margin-left:41.6666666667%}.v-application--is-rtl .offset-5{margin-right:41.6666666667%}.v-application--is-ltr .offset-6{margin-left:50%}.v-application--is-rtl .offset-6{margin-right:50%}.v-application--is-ltr .offset-7{margin-left:58.3333333333%}.v-application--is-rtl .offset-7{margin-right:58.3333333333%}.v-application--is-ltr .offset-8{margin-left:66.6666666667%}.v-application--is-rtl .offset-8{margin-right:66.6666666667%}.v-application--is-ltr .offset-9{margin-left:75%}.v-application--is-rtl .offset-9{margin-right:75%}.v-application--is-ltr .offset-10{margin-left:83.3333333333%}.v-application--is-rtl .offset-10{margin-right:83.3333333333%}.v-application--is-ltr .offset-11{margin-left:91.6666666667%}.v-application--is-rtl .offset-11{margin-right:91.6666666667%}@media(min-width:600px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.v-application--is-ltr .offset-sm-0{margin-left:0}.v-application--is-rtl .offset-sm-0{margin-right:0}.v-application--is-ltr .offset-sm-1{margin-left:8.3333333333%}.v-application--is-rtl .offset-sm-1{margin-right:8.3333333333%}.v-application--is-ltr .offset-sm-2{margin-left:16.6666666667%}.v-application--is-rtl .offset-sm-2{margin-right:16.6666666667%}.v-application--is-ltr .offset-sm-3{margin-left:25%}.v-application--is-rtl .offset-sm-3{margin-right:25%}.v-application--is-ltr .offset-sm-4{margin-left:33.3333333333%}.v-application--is-rtl .offset-sm-4{margin-right:33.3333333333%}.v-application--is-ltr .offset-sm-5{margin-left:41.6666666667%}.v-application--is-rtl .offset-sm-5{margin-right:41.6666666667%}.v-application--is-ltr .offset-sm-6{margin-left:50%}.v-application--is-rtl .offset-sm-6{margin-right:50%}.v-application--is-ltr .offset-sm-7{margin-left:58.3333333333%}.v-application--is-rtl .offset-sm-7{margin-right:58.3333333333%}.v-application--is-ltr .offset-sm-8{margin-left:66.6666666667%}.v-application--is-rtl .offset-sm-8{margin-right:66.6666666667%}.v-application--is-ltr .offset-sm-9{margin-left:75%}.v-application--is-rtl .offset-sm-9{margin-right:75%}.v-application--is-ltr .offset-sm-10{margin-left:83.3333333333%}.v-application--is-rtl .offset-sm-10{margin-right:83.3333333333%}.v-application--is-ltr .offset-sm-11{margin-left:91.6666666667%}.v-application--is-rtl .offset-sm-11{margin-right:91.6666666667%}}@media(min-width:960px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.v-application--is-ltr .offset-md-0{margin-left:0}.v-application--is-rtl .offset-md-0{margin-right:0}.v-application--is-ltr .offset-md-1{margin-left:8.3333333333%}.v-application--is-rtl .offset-md-1{margin-right:8.3333333333%}.v-application--is-ltr .offset-md-2{margin-left:16.6666666667%}.v-application--is-rtl .offset-md-2{margin-right:16.6666666667%}.v-application--is-ltr .offset-md-3{margin-left:25%}.v-application--is-rtl .offset-md-3{margin-right:25%}.v-application--is-ltr .offset-md-4{margin-left:33.3333333333%}.v-application--is-rtl .offset-md-4{margin-right:33.3333333333%}.v-application--is-ltr .offset-md-5{margin-left:41.6666666667%}.v-application--is-rtl .offset-md-5{margin-right:41.6666666667%}.v-application--is-ltr .offset-md-6{margin-left:50%}.v-application--is-rtl .offset-md-6{margin-right:50%}.v-application--is-ltr .offset-md-7{margin-left:58.3333333333%}.v-application--is-rtl .offset-md-7{margin-right:58.3333333333%}.v-application--is-ltr .offset-md-8{margin-left:66.6666666667%}.v-application--is-rtl .offset-md-8{margin-right:66.6666666667%}.v-application--is-ltr .offset-md-9{margin-left:75%}.v-application--is-rtl .offset-md-9{margin-right:75%}.v-application--is-ltr .offset-md-10{margin-left:83.3333333333%}.v-application--is-rtl .offset-md-10{margin-right:83.3333333333%}.v-application--is-ltr .offset-md-11{margin-left:91.6666666667%}.v-application--is-rtl .offset-md-11{margin-right:91.6666666667%}}@media(min-width:1264px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.v-application--is-ltr .offset-lg-0{margin-left:0}.v-application--is-rtl .offset-lg-0{margin-right:0}.v-application--is-ltr .offset-lg-1{margin-left:8.3333333333%}.v-application--is-rtl .offset-lg-1{margin-right:8.3333333333%}.v-application--is-ltr .offset-lg-2{margin-left:16.6666666667%}.v-application--is-rtl .offset-lg-2{margin-right:16.6666666667%}.v-application--is-ltr .offset-lg-3{margin-left:25%}.v-application--is-rtl .offset-lg-3{margin-right:25%}.v-application--is-ltr .offset-lg-4{margin-left:33.3333333333%}.v-application--is-rtl .offset-lg-4{margin-right:33.3333333333%}.v-application--is-ltr .offset-lg-5{margin-left:41.6666666667%}.v-application--is-rtl .offset-lg-5{margin-right:41.6666666667%}.v-application--is-ltr .offset-lg-6{margin-left:50%}.v-application--is-rtl .offset-lg-6{margin-right:50%}.v-application--is-ltr .offset-lg-7{margin-left:58.3333333333%}.v-application--is-rtl .offset-lg-7{margin-right:58.3333333333%}.v-application--is-ltr .offset-lg-8{margin-left:66.6666666667%}.v-application--is-rtl .offset-lg-8{margin-right:66.6666666667%}.v-application--is-ltr .offset-lg-9{margin-left:75%}.v-application--is-rtl .offset-lg-9{margin-right:75%}.v-application--is-ltr .offset-lg-10{margin-left:83.3333333333%}.v-application--is-rtl .offset-lg-10{margin-right:83.3333333333%}.v-application--is-ltr .offset-lg-11{margin-left:91.6666666667%}.v-application--is-rtl .offset-lg-11{margin-right:91.6666666667%}}@media(min-width:1904px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.v-application--is-ltr .offset-xl-0{margin-left:0}.v-application--is-rtl .offset-xl-0{margin-right:0}.v-application--is-ltr .offset-xl-1{margin-left:8.3333333333%}.v-application--is-rtl .offset-xl-1{margin-right:8.3333333333%}.v-application--is-ltr .offset-xl-2{margin-left:16.6666666667%}.v-application--is-rtl .offset-xl-2{margin-right:16.6666666667%}.v-application--is-ltr .offset-xl-3{margin-left:25%}.v-application--is-rtl .offset-xl-3{margin-right:25%}.v-application--is-ltr .offset-xl-4{margin-left:33.3333333333%}.v-application--is-rtl .offset-xl-4{margin-right:33.3333333333%}.v-application--is-ltr .offset-xl-5{margin-left:41.6666666667%}.v-application--is-rtl .offset-xl-5{margin-right:41.6666666667%}.v-application--is-ltr .offset-xl-6{margin-left:50%}.v-application--is-rtl .offset-xl-6{margin-right:50%}.v-application--is-ltr .offset-xl-7{margin-left:58.3333333333%}.v-application--is-rtl .offset-xl-7{margin-right:58.3333333333%}.v-application--is-ltr .offset-xl-8{margin-left:66.6666666667%}.v-application--is-rtl .offset-xl-8{margin-right:66.6666666667%}.v-application--is-ltr .offset-xl-9{margin-left:75%}.v-application--is-rtl .offset-xl-9{margin-right:75%}.v-application--is-ltr .offset-xl-10{margin-left:83.3333333333%}.v-application--is-rtl .offset-xl-10{margin-right:83.3333333333%}.v-application--is-ltr .offset-xl-11{margin-left:91.6666666667%}.v-application--is-rtl .offset-xl-11{margin-right:91.6666666667%}}.v-item--disabled,.v-item--disabled *{pointer-events:none}.theme--light.v-navigation-drawer{background-color:#fff}.theme--light.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border{background-color:rgba(0,0,0,.12)}.theme--light.v-navigation-drawer .v-divider{border-color:rgba(0,0,0,.12)}.theme--dark.v-navigation-drawer{background-color:#363636}.theme--dark.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border{background-color:hsla(0,0%,100%,.12)}.theme--dark.v-navigation-drawer .v-divider{border-color:hsla(0,0%,100%,.12)}.v-navigation-drawer{-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;left:0;max-width:100%;overflow:hidden;pointer-events:auto;top:0;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:transform,visibility,width}.v-navigation-drawer:not([data-booted=true]){transition:none!important}.v-navigation-drawer.v-navigation-drawer--right:after{left:0;right:auto}.v-navigation-drawer .v-list:not(.v-select-list){background:inherit}.v-navigation-drawer__border{position:absolute;right:0;top:0;height:100%;width:1px}.v-navigation-drawer__content{height:100%;overflow-y:auto;overflow-x:hidden}.v-navigation-drawer__image{border-radius:inherit;height:100%;position:absolute;top:0;bottom:0;z-index:-1;contain:strict;width:100%}.v-navigation-drawer__image .v-image{border-radius:inherit}.v-navigation-drawer--bottom.v-navigation-drawer--is-mobile{max-height:50%;top:auto;bottom:0;min-width:100%}.v-navigation-drawer--right{left:auto;right:0}.v-navigation-drawer--right>.v-navigation-drawer__border{right:auto;left:0}.v-navigation-drawer--absolute{z-index:1}.v-navigation-drawer--fixed{z-index:6}.v-navigation-drawer--absolute{position:absolute}.v-navigation-drawer--clipped:not(.v-navigation-drawer--temporary):not(.v-navigation-drawer--is-mobile){z-index:4}.v-navigation-drawer--fixed{position:fixed}.v-navigation-drawer--floating:after{display:none}.v-navigation-drawer--mini-variant{overflow:hidden}.v-navigation-drawer--mini-variant .v-list-item>:first-child{margin-left:0;margin-right:0}.v-navigation-drawer--mini-variant .v-list-item>:not(:first-child){position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;display:initial}.v-navigation-drawer--mini-variant .v-list-group--no-action .v-list-group__items,.v-navigation-drawer--mini-variant .v-list-group--sub-group{display:none}.v-navigation-drawer--mini-variant.v-navigation-drawer--custom-mini-variant .v-list-item{justify-content:center}.v-navigation-drawer--temporary{z-index:7}.v-navigation-drawer--mobile{z-index:6}.v-navigation-drawer--close{visibility:hidden}.v-navigation-drawer--is-mobile:not(.v-navigation-drawer--close),.v-navigation-drawer--temporary:not(.v-navigation-drawer--close){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.theme--light.v-otp-input .v-input .v-input__control .v-input__slot{background:#fff}.theme--dark.v-otp-input .v-input .v-input__control .v-input__slot{background:#303030}.v-otp-input{display:flex;flex-wrap:wrap;flex:1 1 auto;margin-right:-4px;margin-left:-4px}.v-otp-input input{text-align:center}.v-otp-input .v-input{margin:0;flex:1 0 32px;max-width:100%;width:100%;padding:4px}.v-otp-input .v-input.v-otp-input--plain fieldset{display:none}.v-otp-input .v-input input[type=number]::-webkit-inner-spin-button,.v-otp-input .v-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.v-otp-input .v-input input[type=number]{-moz-appearance:textfield}.theme--light.v-overflow-btn.theme--light.v-overflow-btn>.v-input__control>.v-input__slot{border-color:rgba(0,0,0,.12)}.theme--light.v-overflow-btn:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover{background:#fff}.theme--light.v-overflow-btn.v-overflow-btn--segmented .v-input__append-inner{border-left:thin solid rgba(0,0,0,.12)}.theme--dark.v-overflow-btn.theme--dark.v-overflow-btn>.v-input__control>.v-input__slot{border-color:hsla(0,0%,100%,.12)}.theme--dark.v-overflow-btn:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover{background:#1e1e1e}.theme--dark.v-overflow-btn.v-overflow-btn--segmented .v-input__append-inner{border-left:thin solid hsla(0,0%,100%,.12)}.v-autocomplete__content.v-menu__content{box-shadow:0 4px 6px 0 rgba(32,33,36,.28)}.v-autocomplete__content.v-menu__content .v-select-list{border-radius:0 0 4px 4px}.v-overflow-btn{margin-top:12px;padding-top:0}.v-overflow-btn:not(.v-overflow-btn--editable)>.v-input__control>.v-input__slot{cursor:pointer}.v-overflow-btn .v-input__slot{border-width:2px 0;border-style:solid}.v-overflow-btn .v-input__slot:before{display:none}.v-overflow-btn .v-select__slot{height:48px}.v-overflow-btn.v-input--dense .v-select__slot{height:38px}.v-overflow-btn.v-input--dense input{cursor:pointer}.v-application--is-ltr .v-overflow-btn.v-input--dense input{margin-left:16px}.v-application--is-rtl .v-overflow-btn.v-input--dense input{margin-right:16px}.v-application--is-ltr .v-overflow-btn .v-select__selection--comma:first-child{margin-left:16px}.v-application--is-rtl .v-overflow-btn .v-select__selection--comma:first-child{margin-right:16px}.v-overflow-btn .v-input__slot{transition:.3s cubic-bezier(.25,.8,.5,1)}.v-overflow-btn .v-input__slot:after,.v-overflow-btn .v-input__slot:before{display:none}.v-overflow-btn .v-label{top:calc(50% - 10px)}.v-application--is-ltr .v-overflow-btn .v-label{margin-left:16px}.v-application--is-rtl .v-overflow-btn .v-label{margin-right:16px}.v-overflow-btn .v-input__append-inner{align-items:center;align-self:auto;flex-shrink:0;height:48px;margin-top:0;padding:0 4px;width:42px}.v-overflow-btn .v-input__append-outer,.v-overflow-btn .v-input__prepend-outer{margin-bottom:12px;margin-top:12px}.v-overflow-btn .v-input__control:before{height:1px;top:-1px;content:"";left:0;position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1);width:100%}.v-overflow-btn.v-input--is-focused .v-input__slot,.v-overflow-btn.v-select--is-menu-active .v-input__slot{border-color:transparent!important;box-shadow:0 1px 6px 0 rgba(32,33,36,.28)}.v-overflow-btn.v-input--is-focused .v-input__slot{border-radius:4px}.v-overflow-btn.v-select--is-menu-active .v-input__slot{border-radius:4px 4px 0 0}.v-overflow-btn .v-select__selections{width:0}.v-overflow-btn--segmented .v-input__slot{border-width:thin 0}.v-overflow-btn--segmented .v-select__selections{flex-wrap:nowrap}.v-overflow-btn--segmented .v-select__selections .v-btn{border-radius:0;margin:0;height:48px;width:100%}.v-application--is-ltr .v-overflow-btn--segmented .v-select__selections .v-btn{margin-right:-16px}.v-application--is-rtl .v-overflow-btn--segmented .v-select__selections .v-btn{margin-left:-16px}.v-overflow-btn--segmented .v-select__selections .v-btn__content{justify-content:start}.v-overflow-btn--segmented .v-select__selections .v-btn__content:before{background-color:transparent}.v-overflow-btn--editable .v-select__slot input{cursor:text;padding:8px 16px}.v-overflow-btn--editable .v-input__append-inner,.v-overflow-btn--editable .v-input__append-inner *{cursor:pointer}.theme--light.v-pagination .v-pagination__item{background:#fff;color:rgba(0,0,0,.87)}.theme--light.v-pagination .v-pagination__item--active{color:#fff}.theme--light.v-pagination .v-pagination__navigation{background:#fff}.theme--dark.v-pagination .v-pagination__item{background:#1e1e1e;color:#fff}.theme--dark.v-pagination .v-pagination__item--active{color:#fff}.theme--dark.v-pagination .v-pagination__navigation{background:#1e1e1e}.v-pagination{align-items:center;display:inline-flex;list-style-type:none;justify-content:center;margin:0;max-width:100%;width:100%}.v-pagination.v-pagination{padding-left:0}.v-pagination>li{align-items:center;display:flex}.v-pagination--circle .v-pagination__item,.v-pagination--circle .v-pagination__more,.v-pagination--circle .v-pagination__navigation{border-radius:50%}.v-pagination--disabled{pointer-events:none;opacity:.6}.v-pagination__item{background:transparent;border-radius:4px;font-size:1rem;height:34px;margin:.3rem;min-width:34px;padding:0 5px;text-decoration:none;transition:.3s cubic-bezier(0,0,.2,1);width:auto;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-pagination__item--active{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.v-pagination__navigation{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);border-radius:4px;display:inline-flex;justify-content:center;align-items:center;text-decoration:none;height:32px;width:32px;margin:.3rem 10px}.v-pagination__navigation .v-icon{transition:.2s cubic-bezier(.4,0,.6,1);vertical-align:middle}.v-pagination__navigation--disabled{opacity:.6;pointer-events:none}.v-pagination__more{margin:.3rem;display:inline-flex;align-items:flex-end;justify-content:center;height:32px;width:32px}.v-parallax{position:relative;overflow:hidden;z-index:0}.v-parallax__image-container{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;contain:strict}.v-parallax__image{position:absolute;bottom:0;left:50%;min-width:100%;min-height:100%;display:none;transform:translate(-50%);will-change:transform;transition:opacity .3s cubic-bezier(.25,.8,.5,1);z-index:1}.v-parallax__content{color:#fff;height:100%;z-index:2;position:relative;display:flex;flex-direction:column;justify-content:center;padding:0 1rem}.v-input--radio-group legend.v-label{cursor:text;font-size:14px;height:auto}.v-input--radio-group__input{border:none;cursor:default;display:flex;width:100%}.v-input--radio-group--column .v-input--radio-group__input>.v-label{padding-bottom:8px}.v-input--radio-group--row .v-input--radio-group__input>.v-label{padding-right:8px}.v-input--radio-group--row legend{align-self:center;display:inline-block}.v-input--radio-group--row .v-input--radio-group__input{flex-direction:row;flex-wrap:wrap}.v-input--radio-group--column legend{padding-bottom:8px}.v-input--radio-group--column .v-radio:not(:last-child):not(:only-child){margin-bottom:8px}.v-input--radio-group--column .v-input--radio-group__input{flex-direction:column}.theme--light.v-radio--is-disabled label{color:rgba(0,0,0,.38)}.theme--dark.v-radio--is-disabled label{color:hsla(0,0%,100%,.5)}.v-radio{align-items:center;display:flex;height:auto;outline:none}.v-radio--is-disabled{pointer-events:none;cursor:default}.v-input--radio-group.v-input--radio-group--row .v-radio{margin-right:16px}.theme--light.v-input--range-slider.v-input--slider.v-input--is-disabled .v-slider.v-slider .v-slider__thumb{background:#fafafa}.theme--dark.v-input--range-slider.v-input--slider.v-input--is-disabled .v-slider.v-slider .v-slider__thumb{background:#424242}.v-input--range-slider.v-input--is-disabled .v-slider__track-fill{display:none}.v-input--range-slider.v-input--is-disabled.v-input--slider .v-slider.v-slider .v-slider__thumb{border-color:transparent}.v-rating{max-width:100%;white-space:nowrap}.v-rating .v-icon{padding:.5rem;border-radius:50%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none}.v-rating .v-icon:after{display:none}.v-application--is-ltr .v-rating .v-icon{transform:scaleX(1)}.v-application--is-rtl .v-rating .v-icon{transform:scaleX(-1)}.v-rating--readonly .v-icon{pointer-events:none}.v-rating--dense .v-icon{padding:.1rem}.theme--light.v-skeleton-loader .v-skeleton-loader__bone:after{background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.3),hsla(0,0%,100%,0))}.theme--light.v-skeleton-loader .v-skeleton-loader__avatar,.theme--light.v-skeleton-loader .v-skeleton-loader__button,.theme--light.v-skeleton-loader .v-skeleton-loader__chip,.theme--light.v-skeleton-loader .v-skeleton-loader__divider,.theme--light.v-skeleton-loader .v-skeleton-loader__heading,.theme--light.v-skeleton-loader .v-skeleton-loader__image,.theme--light.v-skeleton-loader .v-skeleton-loader__text{background:rgba(0,0,0,.12)}.theme--light.v-skeleton-loader .v-skeleton-loader__actions,.theme--light.v-skeleton-loader .v-skeleton-loader__article,.theme--light.v-skeleton-loader .v-skeleton-loader__card-heading,.theme--light.v-skeleton-loader .v-skeleton-loader__card-text,.theme--light.v-skeleton-loader .v-skeleton-loader__date-picker,.theme--light.v-skeleton-loader .v-skeleton-loader__list-item,.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-avatar,.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line,.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-text,.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-three-line,.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-two-line,.theme--light.v-skeleton-loader .v-skeleton-loader__table-heading,.theme--light.v-skeleton-loader .v-skeleton-loader__table-tbody,.theme--light.v-skeleton-loader .v-skeleton-loader__table-tfoot,.theme--light.v-skeleton-loader .v-skeleton-loader__table-thead{background:#fff}.theme--dark.v-skeleton-loader .v-skeleton-loader__bone:after{background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.05),hsla(0,0%,100%,0))}.theme--dark.v-skeleton-loader .v-skeleton-loader__avatar,.theme--dark.v-skeleton-loader .v-skeleton-loader__button,.theme--dark.v-skeleton-loader .v-skeleton-loader__chip,.theme--dark.v-skeleton-loader .v-skeleton-loader__divider,.theme--dark.v-skeleton-loader .v-skeleton-loader__heading,.theme--dark.v-skeleton-loader .v-skeleton-loader__image,.theme--dark.v-skeleton-loader .v-skeleton-loader__text{background:hsla(0,0%,100%,.12)}.theme--dark.v-skeleton-loader .v-skeleton-loader__actions,.theme--dark.v-skeleton-loader .v-skeleton-loader__article,.theme--dark.v-skeleton-loader .v-skeleton-loader__card-heading,.theme--dark.v-skeleton-loader .v-skeleton-loader__card-text,.theme--dark.v-skeleton-loader .v-skeleton-loader__date-picker,.theme--dark.v-skeleton-loader .v-skeleton-loader__list-item,.theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-avatar,.theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line,.theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,.theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-text,.theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-three-line,.theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-two-line,.theme--dark.v-skeleton-loader .v-skeleton-loader__table-heading,.theme--dark.v-skeleton-loader .v-skeleton-loader__table-tbody,.theme--dark.v-skeleton-loader .v-skeleton-loader__table-tfoot,.theme--dark.v-skeleton-loader .v-skeleton-loader__table-thead{background:#1e1e1e}.v-skeleton-loader{border-radius:4px;position:relative;vertical-align:top}.v-skeleton-loader__actions{padding:16px 16px 8px;text-align:right}.v-skeleton-loader__actions .v-skeleton-loader__button{display:inline-block}.v-application--is-ltr .v-skeleton-loader__actions .v-skeleton-loader__button:first-child{margin-right:12px}.v-application--is-rtl .v-skeleton-loader__actions .v-skeleton-loader__button:first-child{margin-left:12px}.v-skeleton-loader .v-skeleton-loader__list-item,.v-skeleton-loader .v-skeleton-loader__list-item-avatar,.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line,.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,.v-skeleton-loader .v-skeleton-loader__list-item-text,.v-skeleton-loader .v-skeleton-loader__list-item-three-line,.v-skeleton-loader .v-skeleton-loader__list-item-two-line{border-radius:4px}.v-skeleton-loader .v-skeleton-loader__actions:after,.v-skeleton-loader .v-skeleton-loader__article:after,.v-skeleton-loader .v-skeleton-loader__card-avatar:after,.v-skeleton-loader .v-skeleton-loader__card-heading:after,.v-skeleton-loader .v-skeleton-loader__card-text:after,.v-skeleton-loader .v-skeleton-loader__card:after,.v-skeleton-loader .v-skeleton-loader__date-picker-days:after,.v-skeleton-loader .v-skeleton-loader__date-picker-options:after,.v-skeleton-loader .v-skeleton-loader__date-picker:after,.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line:after,.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line:after,.v-skeleton-loader .v-skeleton-loader__list-item-avatar:after,.v-skeleton-loader .v-skeleton-loader__list-item-text:after,.v-skeleton-loader .v-skeleton-loader__list-item-three-line:after,.v-skeleton-loader .v-skeleton-loader__list-item-two-line:after,.v-skeleton-loader .v-skeleton-loader__list-item:after,.v-skeleton-loader .v-skeleton-loader__paragraph:after,.v-skeleton-loader .v-skeleton-loader__sentences:after,.v-skeleton-loader .v-skeleton-loader__table-cell:after,.v-skeleton-loader .v-skeleton-loader__table-heading:after,.v-skeleton-loader .v-skeleton-loader__table-row-divider:after,.v-skeleton-loader .v-skeleton-loader__table-row:after,.v-skeleton-loader .v-skeleton-loader__table-tbody:after,.v-skeleton-loader .v-skeleton-loader__table-tfoot:after,.v-skeleton-loader .v-skeleton-loader__table-thead:after,.v-skeleton-loader .v-skeleton-loader__table:after{display:none}.v-application--is-ltr .v-skeleton-loader__article .v-skeleton-loader__heading{margin:16px 0 16px 16px}.v-application--is-rtl .v-skeleton-loader__article .v-skeleton-loader__heading{margin:16px 16px 0}.v-skeleton-loader__article .v-skeleton-loader__paragraph{padding:16px}.v-skeleton-loader__bone{border-radius:inherit;overflow:hidden;position:relative}.v-skeleton-loader__bone:after{-webkit-animation:loading 1.5s infinite;animation:loading 1.5s infinite;content:"";height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%);z-index:1}.v-skeleton-loader__avatar{border-radius:50%;height:48px;width:48px}.v-skeleton-loader__button{border-radius:4px;height:36px;width:64px}.v-skeleton-loader__card .v-skeleton-loader__image{border-radius:0}.v-skeleton-loader__card-heading .v-skeleton-loader__heading{margin:16px}.v-skeleton-loader__card-text{padding:16px}.v-skeleton-loader__chip{border-radius:16px;height:32px;width:96px}.v-skeleton-loader__date-picker{border-radius:inherit}.v-skeleton-loader__date-picker .v-skeleton-loader__list-item:first-child .v-skeleton-loader__text{max-width:88px;width:20%}.v-skeleton-loader__date-picker .v-skeleton-loader__heading{max-width:256px;width:40%}.v-skeleton-loader__date-picker-days{display:flex;flex-wrap:wrap;padding:0 12px;margin:0 auto}.v-skeleton-loader__date-picker-days .v-skeleton-loader__avatar{border-radius:4px;flex:1 1 auto;margin:4px;height:40px;width:40px}.v-skeleton-loader__date-picker-options{align-items:center;display:flex;padding:16px}.v-skeleton-loader__date-picker-options .v-skeleton-loader__avatar{height:40px;width:40px}.v-skeleton-loader__date-picker-options .v-skeleton-loader__avatar:nth-child(2){margin-left:auto}.v-application--is-ltr .v-skeleton-loader__date-picker-options .v-skeleton-loader__avatar:nth-child(2){margin-right:8px}.v-application--is-rtl .v-skeleton-loader__date-picker-options .v-skeleton-loader__avatar:nth-child(2){margin-left:8px}.v-skeleton-loader__date-picker-options .v-skeleton-loader__text.v-skeleton-loader__bone:first-child{margin-bottom:0;max-width:50%;width:456px}.v-skeleton-loader__divider{border-radius:1px;height:2px}.v-skeleton-loader__heading{border-radius:12px;height:24px;width:45%}.v-skeleton-loader__image{height:200px;border-radius:0}.v-skeleton-loader__image~.v-skeleton-loader__card-heading{border-radius:0}.v-skeleton-loader__image:first-child,.v-skeleton-loader__image:last-child{border-radius:inherit}.v-skeleton-loader__list-item{height:48px}.v-skeleton-loader__list-item-three-line{flex-wrap:wrap}.v-skeleton-loader__list-item-three-line>*{flex:1 0 100%;width:100%}.v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__avatar,.v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__avatar,.v-skeleton-loader__list-item-avatar .v-skeleton-loader__avatar{height:40px;width:40px}.v-skeleton-loader__list-item-avatar{height:48px}.v-skeleton-loader__list-item-avatar-two-line,.v-skeleton-loader__list-item-two-line{height:72px}.v-skeleton-loader__list-item-avatar-three-line,.v-skeleton-loader__list-item-three-line{height:88px}.v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__avatar{align-self:flex-start}.v-skeleton-loader__list-item,.v-skeleton-loader__list-item-avatar,.v-skeleton-loader__list-item-avatar-three-line,.v-skeleton-loader__list-item-avatar-two-line,.v-skeleton-loader__list-item-three-line,.v-skeleton-loader__list-item-two-line{align-content:center;align-items:center;display:flex;flex-wrap:wrap;padding:0 16px}.v-application--is-ltr .v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__avatar,.v-application--is-ltr .v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__avatar,.v-application--is-ltr .v-skeleton-loader__list-item-avatar .v-skeleton-loader__avatar,.v-application--is-ltr .v-skeleton-loader__list-item-three-line .v-skeleton-loader__avatar,.v-application--is-ltr .v-skeleton-loader__list-item-two-line .v-skeleton-loader__avatar,.v-application--is-ltr .v-skeleton-loader__list-item .v-skeleton-loader__avatar{margin-right:16px}.v-application--is-rtl .v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__avatar,.v-application--is-rtl .v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__avatar,.v-application--is-rtl .v-skeleton-loader__list-item-avatar .v-skeleton-loader__avatar,.v-application--is-rtl .v-skeleton-loader__list-item-three-line .v-skeleton-loader__avatar,.v-application--is-rtl .v-skeleton-loader__list-item-two-line .v-skeleton-loader__avatar,.v-application--is-rtl .v-skeleton-loader__list-item .v-skeleton-loader__avatar{margin-left:16px}.v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__text:last-child,.v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__text:only-child,.v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__text:last-child,.v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__text:only-child,.v-skeleton-loader__list-item-avatar .v-skeleton-loader__text:last-child,.v-skeleton-loader__list-item-avatar .v-skeleton-loader__text:only-child,.v-skeleton-loader__list-item-three-line .v-skeleton-loader__text:last-child,.v-skeleton-loader__list-item-three-line .v-skeleton-loader__text:only-child,.v-skeleton-loader__list-item-two-line .v-skeleton-loader__text:last-child,.v-skeleton-loader__list-item-two-line .v-skeleton-loader__text:only-child,.v-skeleton-loader__list-item .v-skeleton-loader__text:last-child,.v-skeleton-loader__list-item .v-skeleton-loader__text:only-child{margin-bottom:0}.v-skeleton-loader__paragraph,.v-skeleton-loader__sentences{flex:1 0 auto}.v-skeleton-loader__paragraph:not(:last-child){margin-bottom:6px}.v-skeleton-loader__paragraph .v-skeleton-loader__text:first-child{max-width:100%}.v-skeleton-loader__paragraph .v-skeleton-loader__text:nth-child(2){max-width:50%}.v-skeleton-loader__paragraph .v-skeleton-loader__text:nth-child(3),.v-skeleton-loader__sentences .v-skeleton-loader__text:nth-child(2){max-width:70%}.v-skeleton-loader__sentences:not(:last-child){margin-bottom:6px}.v-skeleton-loader__table-heading{align-items:center;display:flex;justify-content:space-between;padding:16px}.v-skeleton-loader__table-heading .v-skeleton-loader__heading{max-width:15%}.v-skeleton-loader__table-heading .v-skeleton-loader__text{max-width:40%}.v-skeleton-loader__table-thead{display:flex;justify-content:space-between;padding:16px}.v-skeleton-loader__table-thead .v-skeleton-loader__heading{max-width:5%}.v-skeleton-loader__table-tbody{padding:16px 16px 0}.v-skeleton-loader__table-tfoot{align-items:center;display:flex;justify-content:flex-end;padding:16px}.v-application--is-ltr .v-skeleton-loader__table-tfoot>*{margin-left:8px}.v-application--is-rtl .v-skeleton-loader__table-tfoot>*{margin-right:8px}.v-skeleton-loader__table-tfoot .v-skeleton-loader__avatar{height:40px;width:40px}.v-skeleton-loader__table-tfoot .v-skeleton-loader__text{margin-bottom:0}.v-skeleton-loader__table-tfoot .v-skeleton-loader__text:first-child{max-width:128px}.v-skeleton-loader__table-tfoot .v-skeleton-loader__text:nth-child(2){max-width:64px}.v-skeleton-loader__table-row{display:flex;justify-content:space-between}.v-skeleton-loader__table-cell{align-items:center;display:flex;height:48px;width:88px}.v-skeleton-loader__table-cell .v-skeleton-loader__text{margin-bottom:0}.v-skeleton-loader__text{border-radius:6px;flex:1 0 auto;height:12px;margin-bottom:6px}.v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after{display:none}.v-skeleton-loader--is-loading{overflow:hidden}.v-skeleton-loader--tile,.v-skeleton-loader--tile .v-skeleton-loader__bone{border-radius:0}@-webkit-keyframes loading{to{transform:translateX(100%)}}@keyframes loading{to{transform:translateX(100%)}}.theme--light.v-snack__wrapper{color:rgba(0,0,0,.87)}.theme--dark.v-snack__wrapper{color:#fff}.v-sheet.v-snack__wrapper{border-radius:4px}.v-sheet.v-snack__wrapper:not(.v-sheet--outlined){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.v-sheet.v-snack__wrapper.v-sheet--shaped{border-radius:16px 4px}.v-snack{bottom:0;display:flex;font-size:.875rem;justify-content:center;left:0;pointer-events:none;right:0;top:0;width:100%}.v-snack:not(.v-snack--absolute){height:100vh;position:fixed;z-index:1000}.v-snack:not(.v-snack--centered):not(.v-snack--top){align-items:flex-end}.v-snack__wrapper{align-items:center;border-color:currentColor!important;display:flex;margin:8px;max-width:672px;min-height:48px;min-width:344px;padding:0;pointer-events:auto;position:relative;transition-duration:.15s;transition-property:opacity,transform;transition-timing-function:cubic-bezier(0,0,.2,1);z-index:1}.v-snack__wrapper.theme--dark{background-color:#333;color:hsla(0,0%,100%,.87)}.v-snack__content{flex-grow:1;font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;line-height:1.25rem;margin-right:auto;padding:14px 16px;text-align:initial}.v-snack__action{align-items:center;align-self:center;display:flex}.v-snack__action .v-ripple__container{display:none}.v-application--is-ltr .v-snack__action{margin-right:8px}.v-application--is-rtl .v-snack__action{margin-left:8px}.v-snack__action>.v-snack__btn.v-btn{padding:0 8px}.v-snack__btn{margin:0;min-width:auto}.v-snack--absolute{height:100%;position:absolute;z-index:1}.v-snack--centered{align-items:center}.v-snack--left{justify-content:flex-start;right:auto}.v-snack--multi-line .v-snack__wrapper{min-height:68px}.v-snack--right{justify-content:flex-end;left:auto}.v-snack:not(.v-snack--has-background) .v-snack__wrapper{box-shadow:none}.v-snack--bottom{top:auto}.v-snack--text .v-snack__wrapper:before{background-color:currentColor;border-radius:inherit;bottom:0;content:"";left:0;opacity:.12;pointer-events:none;position:absolute;right:0;top:0;z-index:-1}.v-snack--top{align-items:flex-start;bottom:auto}.v-snack--vertical .v-snack__wrapper{flex-direction:column}.v-snack--vertical .v-snack__wrapper .v-snack__action{align-self:flex-end;margin-bottom:8px}.v-snack-transition-enter.v-snack__wrapper{transform:scale(.8)}.v-snack-transition-enter.v-snack__wrapper,.v-snack-transition-leave-to.v-snack__wrapper{opacity:0}.v-speed-dial{position:relative;z-index:1}.v-speed-dial--absolute{position:absolute}.v-speed-dial--fixed{position:fixed}.v-speed-dial--absolute,.v-speed-dial--fixed{z-index:4}.v-speed-dial--absolute>.v-btn--floating,.v-speed-dial--fixed>.v-btn--floating{margin:0}.v-speed-dial--top{top:16px}.v-speed-dial--bottom{bottom:16px}.v-speed-dial--left{left:16px}.v-speed-dial--right{right:16px}.v-speed-dial--direction-left .v-speed-dial__list,.v-speed-dial--direction-right .v-speed-dial__list{height:100%;top:0;padding:0 16px}.v-speed-dial--direction-bottom .v-speed-dial__list,.v-speed-dial--direction-top .v-speed-dial__list{left:0;width:100%}.v-speed-dial--direction-top .v-speed-dial__list{flex-direction:column-reverse;bottom:100%}.v-speed-dial--direction-right .v-speed-dial__list{flex-direction:row;left:100%}.v-speed-dial--direction-bottom .v-speed-dial__list{flex-direction:column;top:100%}.v-speed-dial--direction-left .v-speed-dial__list{flex-direction:row-reverse;right:100%}.v-speed-dial__list{align-items:center;display:flex;justify-content:center;padding:16px 0;position:absolute}.v-speed-dial__list .v-btn{margin:6px}.v-speed-dial:not(.v-speed-dial--is-active) .v-speed-dial__list{pointer-events:none}.theme--light.v-stepper{background:#fff}.theme--light.v-stepper .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step{background:rgba(0,0,0,.38)}.theme--light.v-stepper .v-stepper__step__step,.theme--light.v-stepper .v-stepper__step__step .v-icon{color:#fff}.theme--light.v-stepper .v-stepper__header .v-divider{border-color:rgba(0,0,0,.12)}.theme--light.v-stepper .v-stepper__step--active .v-stepper__label{text-shadow:0 0 0 #000}.theme--light.v-stepper .v-stepper__step--editable:hover{background:rgba(0,0,0,.06)}.theme--light.v-stepper .v-stepper__step--editable:hover .v-stepper__label{text-shadow:0 0 0 #000}.theme--light.v-stepper .v-stepper__step--complete .v-stepper__label{color:rgba(0,0,0,.87)}.theme--light.v-stepper .v-stepper__step--inactive.v-stepper__step--editable:not(.v-stepper__step--error):hover .v-stepper__step__step{background:rgba(0,0,0,.54)}.theme--light.v-stepper .v-stepper__label{color:rgba(0,0,0,.38)}.theme--light.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label,.theme--light.v-stepper .v-stepper__label small{color:rgba(0,0,0,.6)}.v-application--is-ltr .theme--light.v-stepper--vertical .v-stepper__content:not(:last-child){border-left:1px solid rgba(0,0,0,.12)}.v-application--is-rtl .theme--light.v-stepper--vertical .v-stepper__content:not(:last-child){border-right:1px solid rgba(0,0,0,.12)}.theme--dark.v-stepper{background:#303030}.theme--dark.v-stepper .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step{background:hsla(0,0%,100%,.5)}.theme--dark.v-stepper .v-stepper__step__step,.theme--dark.v-stepper .v-stepper__step__step .v-icon{color:#fff}.theme--dark.v-stepper .v-stepper__header .v-divider{border-color:hsla(0,0%,100%,.12)}.theme--dark.v-stepper .v-stepper__step--active .v-stepper__label{text-shadow:0 0 0 #fff}.theme--dark.v-stepper .v-stepper__step--editable:hover{background:hsla(0,0%,100%,.06)}.theme--dark.v-stepper .v-stepper__step--editable:hover .v-stepper__label{text-shadow:0 0 0 #fff}.theme--dark.v-stepper .v-stepper__step--complete .v-stepper__label{color:hsla(0,0%,100%,.87)}.theme--dark.v-stepper .v-stepper__step--inactive.v-stepper__step--editable:not(.v-stepper__step--error):hover .v-stepper__step__step{background:hsla(0,0%,100%,.75)}.theme--dark.v-stepper .v-stepper__label{color:hsla(0,0%,100%,.5)}.theme--dark.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label,.theme--dark.v-stepper .v-stepper__label small{color:hsla(0,0%,100%,.7)}.v-application--is-ltr .theme--dark.v-stepper--vertical .v-stepper__content:not(:last-child){border-left:1px solid hsla(0,0%,100%,.12)}.v-application--is-rtl .theme--dark.v-stepper--vertical .v-stepper__content:not(:last-child){border-right:1px solid hsla(0,0%,100%,.12)}.v-sheet.v-stepper{border-radius:4px}.v-sheet.v-stepper:not(.v-sheet--outlined){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-sheet.v-stepper.v-sheet--shaped{border-radius:16px 4px}.v-stepper{border-radius:4px;overflow:hidden;position:relative}.v-stepper__header{height:72px;align-items:stretch;display:flex;flex-wrap:wrap;justify-content:space-between;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-stepper__header .v-divider{align-self:center;margin:0 -16px}.v-stepper__items{position:relative;overflow:hidden}.v-stepper__step__step{align-items:center;border-radius:50%;display:inline-flex;font-size:.75rem;justify-content:center;height:24px;min-width:24px;width:24px;transition:.3s cubic-bezier(.25,.8,.25,1)}.v-application--is-ltr .v-stepper__step__step{margin-right:8px}.v-application--is-rtl .v-stepper__step__step{margin-left:8px}.v-stepper__step__step .v-icon.v-icon{font-size:1.25rem}.v-stepper__step__step .v-icon.v-icon.v-icon--svg{height:1.25rem;width:1.25rem}.v-stepper__step{align-items:center;display:flex;flex-direction:row;padding:24px;position:relative}.v-stepper__step--active .v-stepper__label{transition:.3s cubic-bezier(.4,0,.6,1)}.v-stepper__step--editable{cursor:pointer}.v-stepper__step.v-stepper__step--error .v-stepper__step__step{background:transparent;color:inherit}.v-stepper__step.v-stepper__step--error .v-stepper__step__step .v-icon{font-size:1.5rem;color:inherit}.v-stepper .v-stepper__step.v-stepper__step--error .v-stepper__label{color:inherit;text-shadow:none;font-weight:500}.v-stepper .v-stepper__step.v-stepper__step--error .v-stepper__label small{color:inherit}.v-stepper__label{display:block;flex-grow:1;line-height:1}.v-application--is-ltr .v-stepper__label{text-align:left}.v-application--is-rtl .v-stepper__label{text-align:right}.v-stepper__label small{display:block;font-size:.75rem;font-weight:300;text-shadow:none}.v-stepper__wrapper{overflow:hidden;transition:none}.v-stepper__content{top:0;padding:24px 24px 16px;flex:1 0 auto;width:100%}.v-stepper__content>.v-btn{margin:24px 8px 8px 0}.v-stepper--flat{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)!important}.v-stepper--is-booted .v-stepper__content,.v-stepper--is-booted .v-stepper__wrapper{transition:.3s cubic-bezier(.25,.8,.5,1)}.v-stepper--vertical{padding-bottom:36px}.v-stepper--vertical .v-stepper__content{width:auto}.v-application--is-ltr .v-stepper--vertical .v-stepper__content{padding:16px 60px 16px 23px}.v-application--is-rtl .v-stepper--vertical .v-stepper__content{padding:16px 23px 16px 60px}.v-application--is-ltr .v-stepper--vertical .v-stepper__content{margin:-8px -36px -16px 36px}.v-application--is-rtl .v-stepper--vertical .v-stepper__content{margin:-8px 36px -16px -36px}.v-stepper--vertical .v-stepper__step{padding:24px 24px 16px}.v-application--is-ltr .v-stepper--vertical .v-stepper__step__step{margin-right:12px}.v-application--is-rtl .v-stepper--vertical .v-stepper__step__step{margin-left:12px}.v-stepper--alt-labels .v-stepper__header{height:auto}.v-stepper--alt-labels .v-stepper__header .v-divider{margin:35px -67px 0;align-self:flex-start}.v-stepper--alt-labels .v-stepper__step{flex-direction:column;justify-content:flex-start;align-items:center;flex-basis:175px}.v-stepper--alt-labels .v-stepper__step small{text-align:center}.v-stepper--alt-labels .v-stepper__step__step{margin-bottom:11px;margin-left:0;margin-right:0}@media only screen and (max-width:959.98px){.v-stepper:not(.v-stepper--vertical) .v-stepper__label{display:none}.v-stepper:not(.v-stepper--vertical) .v-stepper__step__step{margin-left:0;margin-right:0}}.theme--light.v-input--switch .v-input--switch__thumb{color:#fff}.theme--light.v-input--switch .v-input--switch__track{color:rgba(0,0,0,.38)}.theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__thumb{color:#fafafa!important}.theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__track{color:rgba(0,0,0,.12)!important}.theme--dark.v-input--switch .v-input--switch__thumb{color:#bdbdbd}.theme--dark.v-input--switch .v-input--switch__track{color:hsla(0,0%,100%,.3)}.theme--dark.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__thumb{color:#424242!important}.theme--dark.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__track{color:hsla(0,0%,100%,.1)!important}.v-input--switch__thumb,.v-input--switch__track{background-color:currentColor;pointer-events:none;transition:inherit}.v-input--switch__track{border-radius:8px;width:36px;height:14px;left:2px;position:absolute;opacity:.6;right:2px;top:calc(50% - 7px)}.v-input--switch__thumb{border-radius:50%;top:calc(50% - 10px);height:20px;position:relative;width:20px;display:flex;justify-content:center;align-items:center;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-input--switch .v-input--selection-controls__input{width:38px;transition:opacity .3s cubic-bezier(.25,.8,.5,1)}.v-input--switch .v-input--selection-controls__ripple{top:calc(50% - 24px)}.v-input--switch.v-input--dense .v-input--switch__thumb{width:18px;height:18px}.v-input--switch.v-input--dense .v-input--switch__track{height:12px;width:32px}.v-input--switch.v-input--dense.v-input--switch--inset .v-input--switch__track{height:22px;width:44px;top:calc(50% - 12px);left:-3px}.v-input--switch.v-input--dense .v-input--selection-controls__ripple{top:calc(50% - 22px)}.v-input--switch.v-input--is-dirty.v-input--is-disabled .v-input--selection-controls__input{opacity:.6}.v-application--is-ltr .v-input--switch .v-input--selection-controls__ripple{left:-14px}.v-application--is-ltr .v-input--switch.v-input--dense .v-input--selection-controls__ripple{left:-12px}.v-application--is-ltr .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,.v-application--is-ltr .v-input--switch.v-input--is-dirty .v-input--switch__thumb{transform:translate(20px)}.v-application--is-rtl .v-input--switch .v-input--selection-controls__ripple{right:-14px}.v-application--is-rtl .v-input--switch.v-input--dense .v-input--selection-controls__ripple{right:-12px}.v-application--is-rtl .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,.v-application--is-rtl .v-input--switch.v-input--is-dirty .v-input--switch__thumb{transform:translate(-20px)}.v-input--switch:not(.v-input--switch--flat):not(.v-input--switch--inset) .v-input--switch__thumb{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.v-input--switch--inset .v-input--selection-controls__input,.v-input--switch--inset .v-input--switch__track{width:48px}.v-input--switch--inset .v-input--switch__track{border-radius:14px;height:28px;left:-4px;opacity:.32;top:calc(50% - 14px)}.v-application--is-ltr .v-input--switch--inset .v-input--selection-controls__ripple,.v-application--is-ltr .v-input--switch--inset .v-input--switch__thumb{transform:translate(0)!important}.v-application--is-rtl .v-input--switch--inset .v-input--selection-controls__ripple,.v-application--is-rtl .v-input--switch--inset .v-input--switch__thumb{transform:translate(-6px)!important}.v-application--is-ltr .v-input--switch--inset.v-input--is-dirty .v-input--selection-controls__ripple,.v-application--is-ltr .v-input--switch--inset.v-input--is-dirty .v-input--switch__thumb{transform:translate(20px)!important}.v-application--is-rtl .v-input--switch--inset.v-input--is-dirty .v-input--selection-controls__ripple,.v-application--is-rtl .v-input--switch--inset.v-input--is-dirty .v-input--switch__thumb{transform:translate(-26px)!important}.theme--light.v-system-bar{background-color:#e0e0e0;color:rgba(0,0,0,.6)}.theme--light.v-system-bar .v-icon{color:rgba(0,0,0,.6)}.theme--light.v-system-bar--lights-out{background-color:hsla(0,0%,100%,.7)!important}.theme--dark.v-system-bar{background-color:#000;color:hsla(0,0%,100%,.7)}.theme--dark.v-system-bar .v-icon{color:hsla(0,0%,100%,.7)}.theme--dark.v-system-bar--lights-out{background-color:rgba(0,0,0,.2)!important}.v-system-bar{align-items:center;display:flex;font-size:.875rem;font-weight:400;padding:0 8px}.v-system-bar .v-icon{font-size:1rem;margin-right:4px}.v-system-bar .v-btn .v-icon{margin-right:0}.v-system-bar--absolute,.v-system-bar--fixed{left:0;top:0;width:100%;z-index:3}.v-system-bar--fixed{position:fixed}.v-system-bar--absolute{position:absolute}.v-system-bar--window .v-icon{font-size:1.25rem;margin-right:8px}.theme--light.v-tabs>.v-tabs-bar{background-color:#fff}.theme--light.v-tabs>.v-tabs-bar .v-tab--disabled,.theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active),.theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-btn,.theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-icon{color:rgba(0,0,0,.54)}.theme--light.v-tabs .v-tab:hover:before{opacity:.04}.theme--light.v-tabs .v-tab--active:before,.theme--light.v-tabs .v-tab--active:hover:before,.theme--light.v-tabs .v-tab:focus:before{opacity:.12}.theme--light.v-tabs .v-tab--active:focus:before{opacity:.16}.theme--dark.v-tabs>.v-tabs-bar{background-color:#1e1e1e}.theme--dark.v-tabs>.v-tabs-bar .v-tab--disabled,.theme--dark.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active),.theme--dark.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-btn,.theme--dark.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-icon{color:hsla(0,0%,100%,.6)}.theme--dark.v-tabs .v-tab:hover:before{opacity:.08}.theme--dark.v-tabs .v-tab--active:before,.theme--dark.v-tabs .v-tab--active:hover:before,.theme--dark.v-tabs .v-tab:focus:before{opacity:.24}.theme--dark.v-tabs .v-tab--active:focus:before{opacity:.32}.theme--light.v-tabs-items{background-color:#fff}.theme--dark.v-tabs-items{background-color:#1e1e1e}.v-tabs-bar.accent .v-tab,.v-tabs-bar.accent .v-tabs-slider,.v-tabs-bar.error .v-tab,.v-tabs-bar.error .v-tabs-slider,.v-tabs-bar.info .v-tab,.v-tabs-bar.info .v-tabs-slider,.v-tabs-bar.primary .v-tab,.v-tabs-bar.primary .v-tabs-slider,.v-tabs-bar.secondary .v-tab,.v-tabs-bar.secondary .v-tabs-slider,.v-tabs-bar.success .v-tab,.v-tabs-bar.success .v-tabs-slider,.v-tabs-bar.warning .v-tab,.v-tabs-bar.warning .v-tabs-slider{color:#fff}.v-tabs{flex:1 1 auto;width:100%}.v-tabs .v-menu__activator{height:100%}.v-tabs.v.tabs--vertical.v-tabs--right{flex-direction:row-reverse}.v-tabs:not(.v-tabs--vertical) .v-tab{white-space:normal}.v-tabs:not(.v-tabs--vertical).v-tabs--right>.v-slide-group--is-overflowing.v-tabs-bar--is-mobile:not(.v-slide-group--has-affixes) .v-slide-group__next,.v-tabs:not(.v-tabs--vertical):not(.v-tabs--right)>.v-slide-group--is-overflowing.v-tabs-bar--is-mobile:not(.v-slide-group--has-affixes) .v-slide-group__prev{display:initial;visibility:hidden}.v-tabs-bar{border-radius:inherit;height:48px}.v-tabs-bar.v-item-group>*{cursor:auto}.v-tab{align-items:center;cursor:pointer;display:flex;flex:0 1 auto;font-size:.875rem;font-weight:500;justify-content:center;letter-spacing:.0892857143em;line-height:normal;min-width:90px;max-width:360px;outline:none;padding:0 16px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-tab.v-tab{color:inherit}.v-tab:before{bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-tab:before,.v-tabs-slider{background-color:currentColor}.v-tabs-slider{height:100%;width:100%}.v-tabs-slider-wrapper{bottom:0;margin:0!important;position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1);z-index:1}.v-application--is-ltr .v-tabs--align-with-title>.v-tabs-bar:not(.v-tabs-bar--show-arrows):not(.v-slide-group--is-overflowing)>.v-slide-group__wrapper>.v-tabs-bar__content>.v-tab:first-child,.v-application--is-ltr .v-tabs--align-with-title>.v-tabs-bar:not(.v-tabs-bar--show-arrows):not(.v-slide-group--is-overflowing)>.v-slide-group__wrapper>.v-tabs-bar__content>.v-tabs-slider-wrapper+.v-tab{margin-left:42px}.v-application--is-rtl .v-tabs--align-with-title>.v-tabs-bar:not(.v-tabs-bar--show-arrows):not(.v-slide-group--is-overflowing)>.v-slide-group__wrapper>.v-tabs-bar__content>.v-tab:first-child,.v-application--is-rtl .v-tabs--align-with-title>.v-tabs-bar:not(.v-tabs-bar--show-arrows):not(.v-slide-group--is-overflowing)>.v-slide-group__wrapper>.v-tabs-bar__content>.v-tabs-slider-wrapper+.v-tab{margin-right:42px}.v-application--is-ltr .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>:last-child,.v-application--is-ltr .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>:last-child{margin-right:auto}.v-application--is-ltr .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>:first-child:not(.v-tabs-slider-wrapper),.v-application--is-ltr .v-tabs--centered>.v-tabs-bar .v-tabs-slider-wrapper+*,.v-application--is-ltr .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>:first-child:not(.v-tabs-slider-wrapper),.v-application--is-ltr .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-slider-wrapper+*,.v-application--is-rtl .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>:last-child,.v-application--is-rtl .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>:last-child{margin-left:auto}.v-application--is-rtl .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>:first-child:not(.v-tabs-slider-wrapper),.v-application--is-rtl .v-tabs--centered>.v-tabs-bar .v-tabs-slider-wrapper+*,.v-application--is-rtl .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>:first-child:not(.v-tabs-slider-wrapper),.v-application--is-rtl .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-slider-wrapper+*{margin-right:auto}.v-tabs--fixed-tabs>.v-tabs-bar .v-tab{flex:1 1 auto;width:100%}.v-tabs--grow>.v-tabs-bar .v-tab{flex:1 0 auto;max-width:none}.v-tabs--icons-and-text>.v-tabs-bar{height:72px}.v-tabs--icons-and-text>.v-tabs-bar .v-tab{flex-direction:column-reverse}.v-tabs--icons-and-text>.v-tabs-bar .v-tab>:first-child{margin-bottom:6px}.v-tabs--overflow>.v-tabs-bar .v-tab{flex:1 0 auto}.v-application--is-ltr .v-tabs--right>.v-tabs-bar .v-tab:first-child,.v-application--is-ltr .v-tabs--right>.v-tabs-bar .v-tabs-slider-wrapper+.v-tab{margin-left:auto}.v-application--is-rtl .v-tabs--right>.v-tabs-bar .v-tab:first-child,.v-application--is-rtl .v-tabs--right>.v-tabs-bar .v-tabs-slider-wrapper+.v-tab{margin-right:auto}.v-application--is-ltr .v-tabs--right>.v-tabs-bar .v-tab:last-child{margin-right:0}.v-application--is-rtl .v-tabs--right>.v-tabs-bar .v-tab:last-child{margin-left:0}.v-tabs--vertical{display:flex}.v-tabs--vertical>.v-tabs-bar{flex:1 0 auto;height:auto}.v-tabs--vertical>.v-tabs-bar .v-slide-group__next,.v-tabs--vertical>.v-tabs-bar .v-slide-group__prev{display:none}.v-tabs--vertical>.v-tabs-bar .v-tabs-bar__content{flex-direction:column}.v-tabs--vertical>.v-tabs-bar .v-tab{height:48px}.v-tabs--vertical>.v-tabs-bar .v-tabs-slider{height:100%}.v-tabs--vertical>.v-window{flex:0 1 100%}.v-tabs--vertical.v-tabs--icons-and-text>.v-tabs-bar .v-tab{height:72px}.v-tab--active{color:inherit}.v-tab--active.v-tab:not(:focus):before{opacity:0}.v-tab--active .v-btn.v-btn--flat,.v-tab--active .v-icon{color:inherit}.v-tab--disabled{opacity:.5}.v-tab--disabled,.v-tab--disabled *{pointer-events:none}.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea{color:#fff}.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::-moz-placeholder{color:hsla(0,0%,100%,.5)}.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea:-ms-input-placeholder{color:hsla(0,0%,100%,.5)}.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::placeholder{color:hsla(0,0%,100%,.5)}.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea{color:rgba(0,0,0,.87)}.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::-moz-placeholder{color:rgba(0,0,0,.38)}.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea:-ms-input-placeholder{color:rgba(0,0,0,.38)}.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::placeholder{color:rgba(0,0,0,.38)}.v-textarea textarea{align-self:stretch;flex:1 1 auto;line-height:1.75rem;max-width:100%;min-height:32px;outline:none;padding:0;width:100%}.v-textarea .v-text-field__prefix,.v-textarea .v-text-field__suffix{padding-top:2px;align-self:start}.v-textarea.v-text-field--box .v-text-field__prefix,.v-textarea.v-text-field--box textarea,.v-textarea.v-text-field--enclosed .v-text-field__prefix,.v-textarea.v-text-field--enclosed textarea{margin-top:24px}.v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-text-field__prefix,.v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-text-field__suffix,.v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) textarea,.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-text-field__prefix,.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-text-field__suffix,.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) textarea,.v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-text-field__prefix,.v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-text-field__suffix,.v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) textarea,.v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-text-field__prefix,.v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-text-field__suffix,.v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) textarea{margin-top:10px}.v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-label,.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-label,.v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-label,.v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-label{top:18px}.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-text-field__prefix,.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-text-field__suffix,.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense textarea,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-text-field__prefix,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-text-field__suffix,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense textarea,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-text-field__prefix,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-text-field__suffix,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense textarea,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-text-field__prefix,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-text-field__suffix,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense textarea{margin-top:6px}.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__append-inner,.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__append-outer,.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__prepend-inner,.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__prepend-outer,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__append-inner,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__append-outer,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__prepend-inner,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__prepend-outer,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__append-inner,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__append-outer,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__prepend-inner,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__prepend-outer,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__append-inner,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__append-outer,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__prepend-inner,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__prepend-outer{align-self:flex-start;margin-top:8px}.v-textarea.v-text-field--solo{align-items:flex-start}.v-textarea.v-text-field--solo .v-input__control textarea{caret-color:auto}.v-textarea.v-text-field--solo .v-input__append-inner,.v-textarea.v-text-field--solo .v-input__append-outer,.v-textarea.v-text-field--solo .v-input__prepend-inner,.v-textarea.v-text-field--solo .v-input__prepend-outer{align-self:flex-start;margin-top:12px}.v-application--is-ltr .v-textarea.v-text-field--solo .v-input__append-inner{padding-left:12px}.v-application--is-rtl .v-textarea.v-text-field--solo .v-input__append-inner{padding-right:12px}.v-textarea--auto-grow textarea{overflow:hidden}.v-textarea--no-resize textarea{resize:none}.v-textarea.v-text-field--enclosed .v-text-field__slot{align-self:stretch}.v-application--is-ltr .v-textarea.v-text-field--enclosed .v-text-field__slot{margin-right:-12px}.v-application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot{margin-left:-12px}.v-application--is-ltr .v-textarea.v-text-field--enclosed .v-text-field__slot textarea{padding-right:12px}.v-application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot textarea{padding-left:12px}.v-application--is-ltr .v-textarea.v-text-field--enclosed.v-text-field--reverse .v-text-field__slot .v-label{margin-right:12px}.v-application--is-rtl .v-textarea.v-text-field--enclosed.v-text-field--reverse .v-text-field__slot .v-label{margin-left:12px}.theme--light.v-timeline:before{background:rgba(0,0,0,.12)}.theme--light.v-timeline .v-timeline-item__dot{background:#fff}.theme--light.v-timeline .v-timeline-item .v-card:not(.v-card--link):before{border-right-color:rgba(0,0,0,.12)}.theme--dark.v-timeline:before{background:hsla(0,0%,100%,.12)}.theme--dark.v-timeline .v-timeline-item__dot{background:#1e1e1e}.theme--dark.v-timeline .v-timeline-item .v-card:not(.v-card--link):before{border-right-color:rgba(0,0,0,.12)}.v-timeline{padding-top:24px;position:relative}.v-timeline:before{bottom:0;content:"";height:100%;position:absolute;top:0;width:2px}.v-timeline-item{display:flex;padding-bottom:24px}.v-timeline-item__body{position:relative;height:100%;flex:1 1 auto}.v-timeline-item__divider{position:relative;min-width:96px;display:flex;align-items:center;justify-content:center}.v-timeline-item__dot{z-index:2;border-radius:50%;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);height:38px;left:calc(50% - 19px);width:38px}.v-timeline-item__dot .v-timeline-item__inner-dot{height:30px;margin:4px;width:30px}.v-timeline-item__dot--small{height:24px;left:calc(50% - 12px);width:24px}.v-timeline-item__dot--small .v-timeline-item__inner-dot{height:18px;margin:3px;width:18px}.v-timeline-item__dot--large{height:52px;left:calc(50% - 26px);width:52px}.v-timeline-item__dot--large .v-timeline-item__inner-dot{height:42px;margin:5px;width:42px}.v-timeline-item__inner-dot{border-radius:50%;display:flex;justify-content:center;align-items:center}.v-timeline-item__opposite{flex:1 1 auto;align-self:center;max-width:calc(50% - 48px)}.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after,.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before){flex-direction:row-reverse}.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__opposite,.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__opposite{text-align:right}.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__opposite,.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__opposite{text-align:left}.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body>.v-card:after,.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body>.v-card:not(.v-card--link):before,.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body>.v-card:after,.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(0);left:-10px;right:auto}.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body>.v-card:after,.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body>.v-card:not(.v-card--link):before,.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body>.v-card:after,.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(180deg);left:auto;right:-10px}.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body,.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body{max-width:calc(50% - 48px)}.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before,.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after){flex-direction:row}.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__opposite,.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__opposite{text-align:left}.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__opposite,.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__opposite{text-align:right}.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body>.v-card:after,.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body>.v-card:not(.v-card--link):before,.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__body>.v-card:after,.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(180deg);right:-10px;left:auto}.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body>.v-card:after,.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body>.v-card:not(.v-card--link):before,.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__body>.v-card:after,.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(0);right:auto;left:-10px}.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body,.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__body{max-width:calc(50% - 48px)}.v-timeline-item__body>.v-card:not(.v-card--flat):after,.v-timeline-item__body>.v-card:not(.v-card--flat):not(.v-card--link):before{content:"";position:absolute;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #000;top:calc(50% - 10px)}.v-timeline-item__body>.v-card:not(.v-card--flat):after{border-right-color:inherit}.v-timeline-item__body>.v-card:not(.v-card--flat):not(.v-card--link):before{top:calc(50% - 8px)}.v-timeline--align-top .v-timeline-item__dot{align-self:start}.v-timeline--align-top .v-timeline-item__body>.v-card:after{top:10px}.v-timeline--align-top .v-timeline-item__body>.v-card:not(.v-card--link):before{top:12px}.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse):before{left:calc(50% - 1px);right:auto}.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense):before,.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse):before{left:auto;right:calc(50% - 1px)}.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense):before{right:auto;left:calc(50% - 1px)}.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before,.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after){flex-direction:row}.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__opposite,.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__opposite{text-align:left}.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__opposite,.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__opposite{text-align:right}.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body>.v-card:after,.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body>.v-card:not(.v-card--link):before,.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body>.v-card:after,.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(180deg);right:-10px;left:auto}.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body>.v-card:after,.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body>.v-card:not(.v-card--link):before,.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body>.v-card:after,.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(0);right:auto;left:-10px}.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body,.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body{max-width:calc(50% - 48px)}.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after,.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before){flex-direction:row-reverse}.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__opposite,.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before) .v-timeline-item__opposite{text-align:right}.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__opposite,.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before) .v-timeline-item__opposite{text-align:left}.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body>.v-card:after,.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body>.v-card:not(.v-card--link):before,.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before) .v-timeline-item__body>.v-card:after,.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before) .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(0);left:-10px;right:auto}.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body>.v-card:after,.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body>.v-card:not(.v-card--link):before,.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before) .v-timeline-item__body>.v-card:after,.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before) .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(180deg);left:auto;right:-10px}.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body,.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before) .v-timeline-item__body{max-width:calc(50% - 48px)}.v-application--is-ltr .v-timeline--reverse.v-timeline--dense:before{right:47px;left:auto}.v-application--is-ltr .v-timeline--dense:not(.v-timeline--reverse):before,.v-application--is-rtl .v-timeline--reverse.v-timeline--dense:before{right:auto;left:47px}.v-application--is-rtl .v-timeline--dense:not(.v-timeline--reverse):before{left:auto;right:47px}.v-timeline--dense .v-timeline-item{flex-direction:row-reverse!important}.v-application--is-ltr .v-timeline--dense .v-timeline-item .v-timeline-item__body>.v-card:after,.v-application--is-ltr .v-timeline--dense .v-timeline-item .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(0);left:-10px;right:auto}.v-application--is-rtl .v-timeline--dense .v-timeline-item .v-timeline-item__body>.v-card:after,.v-application--is-rtl .v-timeline--dense .v-timeline-item .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(180deg);left:auto;right:-10px}.v-timeline--dense .v-timeline-item__body{max-width:calc(100% - 96px)}.v-timeline--dense .v-timeline-item__opposite{display:none}.v-timeline--reverse.v-timeline--dense .v-timeline-item{flex-direction:row!important}.v-application--is-ltr .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body>.v-card:after,.v-application--is-ltr .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(180deg);right:-10px;left:auto}.v-application--is-rtl .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body>.v-card:after,.v-application--is-rtl .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(0);right:auto;left:-10px}.v-timeline-item--fill-dot .v-timeline-item__inner-dot{height:inherit;margin:0;width:inherit}.theme--light.v-time-picker-clock{background:#e0e0e0}.theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled{color:rgba(0,0,0,.26)}.theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active{color:hsla(0,0%,100%,.3)}.theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__hand{background-color:#bdbdbd}.theme--light.v-time-picker-clock--indeterminate:after{color:#bdbdbd}.theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active{background-color:#bdbdbd}.theme--dark.v-time-picker-clock{background:#616161}.theme--dark.v-time-picker-clock .v-time-picker-clock__item--disabled,.theme--dark.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active{color:hsla(0,0%,100%,.3)}.theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__hand{background-color:#757575}.theme--dark.v-time-picker-clock--indeterminate:after{color:#757575}.theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active{background-color:#757575}.v-time-picker-clock{border-radius:100%;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;padding-top:100%;flex:1 0 auto}.v-time-picker-clock__container{display:flex;flex-direction:column;flex-basis:290px;justify-content:center;padding:10px}.v-time-picker-clock__ampm{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;position:absolute;width:100%;height:100%;top:0;left:0;margin:0;padding:10px}.v-time-picker-clock__hand{height:calc(50% - 4px);width:2px;bottom:50%;left:calc(50% - 1px);transform-origin:center bottom;position:absolute;will-change:transform;z-index:1}.v-time-picker-clock__hand:before{background:transparent;border:2px solid;border-color:inherit;border-radius:100%;width:10px;height:10px;top:-4px}.v-time-picker-clock__hand:after,.v-time-picker-clock__hand:before{content:"";position:absolute;left:50%;transform:translate(-50%,-50%)}.v-time-picker-clock__hand:after{height:8px;width:8px;top:100%;border-radius:100%;border-style:solid;border-color:inherit;background-color:inherit}.v-time-picker-clock__hand--inner:after{height:14px}.v-picker--full-width .v-time-picker-clock__container{max-width:290px}.v-time-picker-clock__inner{position:absolute;bottom:27px;left:27px;right:27px;top:27px}.v-time-picker-clock__item{align-items:center;border-radius:100%;cursor:default;display:flex;font-size:16px;justify-content:center;height:40px;position:absolute;text-align:center;width:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transform:translate(-50%,-50%)}.v-time-picker-clock__item>span{z-index:1}.v-time-picker-clock__item:after,.v-time-picker-clock__item:before{content:"";border-radius:100%;position:absolute;top:50%;left:50%;height:14px;width:14px;transform:translate(-50%,-50%);height:40px;width:40px}.v-time-picker-clock__item--active{color:#fff;cursor:default;z-index:2}.v-time-picker-clock__item--disabled{pointer-events:none}.v-picker--landscape .v-time-picker-clock__container{flex-direction:row}.v-picker--landscape .v-time-picker-clock__ampm{flex-direction:column}.v-time-picker-title{color:#fff;display:flex;line-height:1;justify-content:flex-end}.v-time-picker-title__time{white-space:nowrap;direction:ltr}.v-time-picker-title__time .v-picker__title__btn,.v-time-picker-title__time span{align-items:center;display:inline-flex;height:70px;font-size:70px;justify-content:center}.v-time-picker-title__ampm{align-self:flex-end;display:flex;flex-direction:column;font-size:16px;text-transform:uppercase}.v-application--is-ltr .v-time-picker-title__ampm{margin:0 0 6px 8px}.v-application--is-rtl .v-time-picker-title__ampm{margin:0 8px 6px 0}.v-time-picker-title__ampm div:only-child{flex-direction:row}.v-time-picker-title__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active{opacity:.6}.v-picker__title--landscape .v-time-picker-title{flex-direction:column;justify-content:center;height:100%}.v-picker__title--landscape .v-time-picker-title__time{text-align:right}.v-picker__title--landscape .v-time-picker-title__time .v-picker__title__btn,.v-picker__title--landscape .v-time-picker-title__time span{height:55px;font-size:55px}.v-picker__title--landscape .v-time-picker-title__ampm{margin:16px 0 0;align-self:auto;text-align:center}.v-picker--time .v-picker__title--landscape{padding:0}.v-picker--time .v-picker__title--landscape .v-time-picker-title__time{text-align:center}.v-tooltip{display:none}.v-tooltip--attached{display:inline}.v-tooltip__content{background:rgba(97,97,97,.9);color:#fff;border-radius:4px;font-size:14px;line-height:22px;display:inline-block;padding:5px 16px;position:absolute;text-transform:none;width:auto;opacity:0;pointer-events:none}.v-tooltip__content.menuable__content__active{opacity:.9}.v-tooltip__content--fixed{position:fixed}.v-tooltip__content[class*=-active]{transition-timing-function:cubic-bezier(0,0,.2,1)}.v-tooltip__content[class*=enter-active]{transition-duration:.15s}.v-tooltip__content[class*=leave-active]{transition-duration:75ms}.theme--light.v-treeview{color:rgba(0,0,0,.87)}.theme--light.v-treeview--hoverable .v-treeview-node__root:hover:before,.theme--light.v-treeview .v-treeview-node--click>.v-treeview-node__root:hover:before{opacity:.04}.theme--light.v-treeview--hoverable .v-treeview-node__root--active:before,.theme--light.v-treeview--hoverable .v-treeview-node__root--active:hover:before,.theme--light.v-treeview--hoverable .v-treeview-node__root:focus:before,.theme--light.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:before,.theme--light.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:hover:before,.theme--light.v-treeview .v-treeview-node--click>.v-treeview-node__root:focus:before{opacity:.12}.theme--light.v-treeview--hoverable .v-treeview-node__root--active:focus:before,.theme--light.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:focus:before{opacity:.16}.theme--light.v-treeview .v-treeview-node__root.v-treeview-node--active:before,.theme--light.v-treeview .v-treeview-node__root.v-treeview-node--active:hover:before{opacity:.12}.theme--light.v-treeview .v-treeview-node__root.v-treeview-node--active:focus:before{opacity:.16}.theme--light.v-treeview .v-treeview-node--disabled>.v-treeview-node__root>.v-treeview-node__content{color:rgba(0,0,0,.38)!important}.theme--dark.v-treeview{color:#fff}.theme--dark.v-treeview--hoverable .v-treeview-node__root:hover:before,.theme--dark.v-treeview .v-treeview-node--click>.v-treeview-node__root:hover:before{opacity:.08}.theme--dark.v-treeview--hoverable .v-treeview-node__root--active:before,.theme--dark.v-treeview--hoverable .v-treeview-node__root--active:hover:before,.theme--dark.v-treeview--hoverable .v-treeview-node__root:focus:before,.theme--dark.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:before,.theme--dark.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:hover:before,.theme--dark.v-treeview .v-treeview-node--click>.v-treeview-node__root:focus:before{opacity:.24}.theme--dark.v-treeview--hoverable .v-treeview-node__root--active:focus:before,.theme--dark.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:focus:before{opacity:.32}.theme--dark.v-treeview .v-treeview-node__root.v-treeview-node--active:before,.theme--dark.v-treeview .v-treeview-node__root.v-treeview-node--active:hover:before{opacity:.24}.theme--dark.v-treeview .v-treeview-node__root.v-treeview-node--active:focus:before{opacity:.32}.theme--dark.v-treeview .v-treeview-node--disabled>.v-treeview-node__root>.v-treeview-node__content{color:hsla(0,0%,100%,.5)!important}.v-treeview-node.v-treeview-node--shaped .v-treeview-node__root,.v-treeview-node.v-treeview-node--shaped .v-treeview-node__root:before{border-bottom-right-radius:24px!important;border-top-right-radius:24px!important}.v-treeview-node.v-treeview-node--shaped .v-treeview-node__root{margin-top:8px;margin-bottom:8px}.v-treeview-node.v-treeview-node--rounded .v-treeview-node__root,.v-treeview-node.v-treeview-node--rounded .v-treeview-node__root:before{border-radius:24px!important}.v-treeview-node.v-treeview-node--rounded .v-treeview-node__root{margin-top:8px;margin-bottom:8px}.v-treeview-node--click>.v-treeview-node__root,.v-treeview-node--click>.v-treeview-node__root>.v-treeview-node__content>*{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-treeview-node.v-treeview-node--active .v-treeview-node__content .v-icon{color:inherit}.v-treeview-node__root{display:flex;align-items:center;min-height:48px;padding-left:8px;padding-right:8px;position:relative}.v-treeview-node__root:before{background-color:currentColor;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-treeview-node__root:after{content:"";font-size:0;min-height:inherit}.v-treeview-node__children{transition:all .2s cubic-bezier(0,0,.2,1)}.v-treeview--dense .v-treeview-node__root{min-height:40px}.v-treeview--dense.v-treeview-node--shaped .v-treeview-node__root,.v-treeview--dense.v-treeview-node--shaped .v-treeview-node__root:before{border-bottom-right-radius:20px!important;border-top-right-radius:20px!important}.v-treeview--dense.v-treeview-node--shaped .v-treeview-node__root{margin-top:8px;margin-bottom:8px}.v-treeview--dense.v-treeview-node--rounded .v-treeview-node__root,.v-treeview--dense.v-treeview-node--rounded .v-treeview-node__root:before{border-radius:20px!important}.v-treeview--dense.v-treeview-node--rounded .v-treeview-node__root{margin-top:8px;margin-bottom:8px}.v-treeview-node__checkbox{width:24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-application--is-ltr .v-treeview-node__checkbox{margin-left:6px}.v-application--is-rtl .v-treeview-node__checkbox{margin-right:6px}.v-treeview-node__toggle{width:24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-treeview-node__toggle--loading{-webkit-animation:progress-circular-rotate 1s linear infinite;animation:progress-circular-rotate 1s linear infinite}.v-application--is-ltr .v-treeview-node__toggle{transform:rotate(-90deg)}.v-application--is-ltr .v-treeview-node__toggle--open{transform:none}.v-application--is-rtl .v-treeview-node__toggle{transform:rotate(90deg)}.v-application--is-rtl .v-treeview-node__toggle--open{transform:none}.v-treeview-node__prepend{min-width:24px}.v-application--is-ltr .v-treeview-node__prepend{margin-right:6px}.v-application--is-rtl .v-treeview-node__prepend{margin-left:6px}.v-treeview-node__append{min-width:24px}.v-application--is-ltr .v-treeview-node__append{margin-left:6px}.v-application--is-rtl .v-treeview-node__append{margin-right:6px}.v-treeview-node__level{width:24px}.v-treeview-node__label{flex:1;font-size:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-treeview-node__content{align-items:center;display:flex;flex-basis:0%;flex-grow:1;flex-shrink:0;min-width:0}.v-treeview-node__content .v-btn{flex-grow:0!important;flex-shrink:1!important}.v-application--is-ltr .v-treeview-node__content{margin-left:6px}.v-application--is-rtl .v-treeview-node__content{margin-right:6px}.v-virtual-scroll{display:block;flex:1 1 auto;height:100%;max-width:100%;overflow:auto;position:relative}.v-virtual-scroll__container{display:block}.v-virtual-scroll__item{left:0;position:absolute;right:0}
.container,
.container-fluid {
  width: 100%;
  max-width: 100vw;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0;
  margin-left: 0px;
}
.container.light,
.container-fluid.light {
  background-color: #F0F0F0;
}
.container.dark,
.container-fluid.dark {
  background-color: #1d2b44;
}
.container.h-100,
.container-fluid.h-100 {
  height: 100%;
}
.container {
  max-width: 1360px;
}

.form-group[data-v-94eaa910] {
  margin-bottom: 1rem;
}

label[data-v-56c2e34c] {
  color: #b8c3e0;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.row {
  margin-left: 0;
  margin-right: 0;
}
.row.h-100 {
  height: 100%;
}
.row.justify-content-end {
  justify-content: flex-end;
}

.control-time {
  position: relative;
  user-select: none;
}
.control-time label {
  display: block;
  color: #8d93a1;
  margin-bottom: 10px;
}
.control-time .current {
  cursor: pointer;
  border: 1px solid #e1e6e8;
  padding: 10px 35px 10px 25px;
}
.control-time .select {
  font-size: 13px;
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: calc(100% + 2px);
  z-index: 11;
  background-color: #ffffff;
  border: 1px solid #e1e6e8;
  overflow: hidden;
  height: 70px;
}
.control-time .select .time-separator {
  line-height: 68px;
}
.control-time .select .hours,
.control-time .select .minutes {
  width: 50%;
  height: 100%;
  position: relative;
}
.control-time .select .hours .select-item,
.control-time .select .minutes .select-item {
  cursor: pointer;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0.35;
  transition: all 100ms ease-in-out;
}
.control-time .select .hours .select-item.active,
.control-time .select .minutes .select-item.active {
  font-size: 15px;
  opacity: 1;
}
.control-time.open .current {
  border-color: #3f72bb;
}
.control-time.open .select {
  border-color: #3f72bb;
  display: flex;
}

.image-preview-modal #crop_preview {
  max-height: 80px;
}
.image-preview-modal .openimage {
  display: flex;
}
.image-preview-modal .openimage .nameimg {
  margin-left: 130px;
  margin-top: auto;
}
.image-preview-modal .buttons {
  display: flex;
  margin-left: auto;
}
.image-preview-modal .buttons #saveData {
  margin-right: 15px;
}
.image-preview-modal .error-msg {
  color: #f13131;
  font-size: 14px;
  text-align: left;
  padding-top: 3px;
}
.image-preview-modal .error-msg .hidden {
  visibility: hidden;
}
.image-preview-modal .error-msg .hid {
  display: none;
}

.ui-file-input {
  display: flex;
  height: auto;
  position: relative;
}
.ui-file-input .ui-button-show {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  font-size: 10px;
  color: white;
  cursor: pointer;
}
.ui-file-input .fileName {
  padding-top: 10px;
}
.ui-file-input .form-control {
  display: block;
  width: 100%;
  padding: 0.375em 0.75em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  box-sizing: border-box;
}
.ui-file-input .inputDl {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  z-index: -2;
}
.ui-file-input label {
  display: block;
  color: #b8c3e0;
  margin-bottom: 10px;
}
.ui-file-input .error-msg {
  color: #e18fa2;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
  text-align: left;
}
.ui-file-input .error-msg .hidden {
  visibility: hidden;
}
.ui-file-input .error-msg .hid {
  display: none;
}
.ui-file-input .icon {
  color: #cbcfd0;
  position: absolute;
  left: 12px;
  top: 10px;
  font-family: TirScript;
}
.ui-file-input .right {
  top: 10px;
  font-family: TirScript;
  position: absolute;
  right: 12px;
}
.ui-file-input input {
  font-family: "ProximaNova", sans-serif;
  font-size: inherit;
  border: 1px solid #394e72;
  padding: 0 10px;
  color: #b8c3e0;
}
.ui-file-input input::placeholder {
  color: #aab5d1;
  font-size: 1em;
}
.ui-file-input input.has-icon {
  padding-left: 35px;
}
.ui-file-input input.dark {
  background-color: #293b5a;
  color: #99a4c0;
}
.ui-file-input input:focus {
  background-color: #1b283f;
  outline: none !important;
  border: 1px solid #394e72;
}
.ui-file-input input.has-error {
  border-color: #e18fa2;
}
.ui-file-input .error {
  border: 1px solid #f65a48;
}
.ui-file-input input.dark.transformer {
  border: none;
  background-color: #1b283f;
}
.ui-file-input input.dark:focus {
  background-color: #1b283f;
  outline: none !important;
  border: 1px solid #394e72;
}

.date_time_range {
  user-select: none;
}
.date_time_range .date-time-block {
  min-height: 268px;
  max-width: 240px;
  font-size: 14px;
  background: white;
}
.date_time_range .date-time-block .date-string .arrow-range {
  font-size: 12px;
  width: 20px;
  height: 20px;
  border: 1px solid white;
  cursor: pointer;
  text-align: center;
}
.date_time_range .date-time-block .date-string .arrow-range:hover {
  color: #f37021;
  border: 1px solid #f37021;
}
.date_time_range .date-time-block .date-string .mouth-name {
  text-align: center;
  color: #162a47;
}
.date_time_range .date-time-block .days-of-week .week-day {
  width: 30px;
  height: 30px;
  margin: 1px;
  text-align: center;
  color: #7a7878;
  font-size: 12px;
}
.date_time_range .date-time-block .days-of-week .day {
  margin: 1px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #f0f0f0;
  color: #162a47;
}
.date_time_range .date-time-block .days-of-week .day:hover {
  border: 1px solid #f37021;
  background: #f37021;
  color: white;
  font-size: 15px;
}
.date_time_range .date-time-block .days-of-week .day.ative {
  border: 1px solid #f37021;
  background: #f37021;
  color: white;
  font-size: 15px;
}
.date_time_range .date-time-block .days-of-week.mlauto {
  width: fit-content;
  margin-left: auto;
}

.es-draggable-item {
  display: flex;
  align-items: center;
  border: 1px solid #e2e2e2;
  padding: 10px 15px;
  cursor: pointer;
  background-color: #fff;
  margin-bottom: -1px;
}
.es-draggable-item .es-draggable-icon {
  padding-right: 10px;
}
.es-draggable-item .es-draggable-content {
  color: #131313;
  font-size: 13px;
  font-family: "SFProText-Medium";
}
.es-draggable-item .es-draggable-content b,
.es-draggable-item .es-draggable-content i,
.es-draggable-item .es-draggable-content u,
.es-draggable-item .es-draggable-content strike {
  color: #131313;
  font-size: 13px;
  font-family: "SFProText-Medium";
}
.es-draggable-item .es-draggable-switch {
  margin-left: auto;
}
.es-draggable-item .es-draggable-switch.es-switch-disabled {
  cursor: no-drop;
}
.es-draggable-item .es-draggable-switch .v-input--selection-controls {
  margin-top: 0px;
  padding-top: 0px;
}
.es-draggable-item .es-draggable-switch .v-input--selection-controls .v-input__slot {
  margin-bottom: 0;
}
.es-draggable-item .es-draggable-switch .v-input--selection-controls .v-messages {
  display: none;
}
.es-draggable-item .es-draggable-index {
  margin-left: 10px;
}
.es-draggable-item .es-draggable-index .v-chip__content {
  color: white;
}

.es-no-items {
  font-size: 13px;
  color: rgba(19, 19, 19, 0.5);
  font-family: "SFProText-Regular";
}
.es-draggable-tile-children {
  margin: 10px 0px 10px 20px;
}
@media (min-width: 768px) {
.es-draggable-tile-children {
    margin: 20px 0px 20px 40px;
}
}

.feed-list-item .item-profile-info .item-profile-info-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #162A47;
}
.feed-list-item .item-profile-info .item-profile-info-date {
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #7A7878;
}
.feed-list-item .item-profile-info .item-profile-info-img {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
}
.feed-list-item .item-status {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  text-decoration-line: underline;
  color: #7A7878;
}
.feed-list-item .item-project-name {
  font-size: 16px;
  color: #7A7878;
}
.feed-list-item .item-project-name a {
  color: #F37021;
}
@media (max-width: 768px) {
.feed-list-item {
    flex-direction: column;
    padding: 16px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
.feed-list-item img[src$="arrow.svg"] {
    display: none;
}
.feed-list-item .item-profile-info {
    margin-bottom: 8px;
}
}
@media (min-width: 768px) {
.feed-list-item {
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #F0F0F0;
    padding: 16px 0;
}
.feed-list-item .action-project-name {
    min-width: 200px;
    display: flex;
    justify-content: space-between;
}
.feed-list-item .item-status {
    width: 40%;
    text-align: center;
}
}
.feed-list-item.arhived .item-project-name > a {
  color: #dc7c93;
}

.es-expansion-panel-content .v-expansion-panel-content__wrap {
  padding: 0 0px 8px;
  font-size: 13px;
  line-height: 16px;
  color: #7a7878;
}

.es-expansion-panel-header {
  padding: 0;
  min-height: 37px;
}
.v-expansion-panel--active > .es-expansion-panel-header {
  min-height: 37px;
}

.es-expansion-panel.es-icon-hide .v-expansion-panel-header__icon {
  display: none;
}
.es-expansion-panel::before {
  box-shadow: none;
}

.es-expansion-panels > div:not(:last-child) {
  border-bottom: solid 0.5px #eaeaea;
}

.smm-info-filter .btn,
.smm-info-filter-card .btn {
  width: auto !important;
  margin: 0 !important;
}
.smm-info-filter button:focus,
.smm-info-filter-card button:focus {
  outline: none;
}
.smm-info-filter button:focus:active,
.smm-info-filter-card button:focus:active {
  outline: none;
}
.smm-info-filter .btn-filter {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  color: #f37021;
  height: 40px;
}
.smm-info-filter .btn-filter:hover {
  color: #f37021;
}
.smm-info-filter__activator {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  align-items: center;
  column-gap: 8px;
}
.smm-info-filter__activator .btn-link-reset {
  color: #7a7878;
  font-size: 16px;
}
@media (max-width: 400px) {
.smm-info-filter__activator .btn-link-reset {
    position: absolute;
    bottom: -38px;
}
}
.smm-info-filter__activator .btn-link-reset:hover,
.smm-info-filter__activator .btn-link-reset.hover {
  color: #7a7878;
}
@media (min-width: 400px) {
.smm-info-filter__activator {
    flex-direction: row;
}
}
.smm-info-filter-card .circle {
  height: 20px;
  min-width: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
}
.smm-info-filter-card .card {
  border-radius: 20px !important;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
.smm-info-filter-card .card-header {
  border-bottom: none;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  padding: 0;
  margin: 20px 0 10px;
}
.smm-info-filter-card .card-header h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #162a47;
}
.smm-info-filter-card .card-body {
  padding: 0;
}
.smm-info-filter-card .accordion-item {
  border: none;
  /* Убрать границу */
  background: transparent;
  /* Убрать фон */
}
.smm-info-filter-card .btn-link-custom-name {
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right center;
  padding-right: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iI0YzNzAyMSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Ii8+PC9zdmc+");
  color: #162a47;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 0;
}
.smm-info-filter-card .btn-link-custom-name:focus,
.smm-info-filter-card .btn-link-custom-name.focus {
  text-decoration: none;
  color: #162a47;
}
.smm-info-filter-card .btn-link-custom-name:hover,
.smm-info-filter-card .btn-link-custom-name.hover {
  text-decoration: none;
  color: #162a47;
}
.smm-info-filter-card .btn-link-custom-name[aria-expanded="true"] {
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right center;
  padding-right: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iI0YzNzAyMSIgdHJhbnNmb3JtPSJyb3RhdGUoMTgwKSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Ii8+PC9zdmc+);
}
.smm-info-filter-card .btn-link-custom-name[aria-expanded="false"] {
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right center;
  padding-right: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iI0YzNzAyMSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Ii8+PC9zdmc+");
}
.smm-info-filter-card .list-group-item {
  border: none;
  /* Убрать границу */
  background: transparent;
  /* Убрать фон */
  border-bottom: 2px solid #f0f0f0;
  /* Добавить полосочку после элемента списка */
  cursor: pointer;
  padding: 10px 0;
}
.smm-info-filter-card .list-group-item label {
  cursor: pointer;
}
.smm-info-filter-card .form-check-input:checked {
  background-color: #f37021;
  border-color: #f37021;
}
.smm-info-filter-card .pic-sm {
  width: 25px;
  height: 25px;
  border: 2px solid #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.smm-info-filter-card .card-footer {
  padding-top: 12px;
  border-top: none;
  background-color: #ffffff;
}
.smm-info-filter-card .btn-orange {
  background-color: #f37021;
  border-color: #f37021;
  color: #f0f0f0;
  border-radius: 10px;
}
.smm-info-filter-card .btn-orange:hover {
  color: #f0f0f0;
}
.smm-info-filter-card .btn-light {
  color: #7a7878;
  background-color: #ffffff;
  border-color: #ffffff;
}
.smm-info-filter-card .btn-light:focus {
  color: #7a7878;
  background-color: #ffffff;
  border-color: #ffffff;
}
.smm-info-filter-card .btn-light:hover {
  color: #7a7878;
  background-color: #ffffff;
  border-color: #ffffff;
}
.smm-info-filter-card .btn:focus,
.smm-info-filter-card .btn:active:focus,
.smm-info-filter-card .btn.active:focus,
.smm-info-filter-card .btn.focus,
.smm-info-filter-card .btn:active.focus,
.smm-info-filter-card .btn.active.focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.smm-info-filter-card .btn-link:active:focus,
.smm-info-filter-card .btn-link.active:focus,
.smm-info-filter-card .btn-link.focus,
.smm-info-filter-card .btn-link:active.focus,
.smm-info-filter-card .btn-link.active.focus {
  text-decoration: none;
}
.smm-info-filter-card .form-check-input {
  position: static;
}
.smm-info-filter-card .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #F37021;
  border-color: #F37021;
}
.smm-info-filter-card .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem #fce5d6;
  background-color: #fffafa;
  border-color: #F37021;
}
.smm-info-filter-card .custom-control-input:active ~ .custom-control-label::before {
  background-color: #ffccaa !important;
}
.smm-info-filter-card .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #F37021;
  background-color: #F37021;
}
.smm-info-filter-card .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after,
.smm-info-filter-card .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-image: none;
  border-color: #C4C4C4;
  background-color: initial;
}
.smm-info-filter-card .sort .custom-control-label::before {
  border-radius: 50%;
  border-color: #C4C4C4;
}
.smm-info-filter-card .blue {
  background-color: #56A9EF;
}
.smm-info-filter-card .light-green {
  background-color: #7EEF56;
}
.smm-info-filter-card .golden {
  background-color: #EFBB56;
}
.smm-info-filter-card .red {
  background-color: #EF5656;
}
.smm-info-filter-card .purple {
  background-color: #7E56EF;
}
.smm-info-filter-card .violet {
  background-color: #BE56EF;
}
.smm-info-filter-card .light-pink {
  background-color: #FFA3FB;
}
.smm-info-filter-card .dark-pink {
  background-color: #EF56CD;
}
.smm-info-filter-card .teal-green {
  background-color: #53BF98;
}
.smm-info-filter-card .light-grey {
  background-color: #A4A2A9;
}
.smm-info-filter-card .dark-grey {
  background-color: #4A475F;
}
.smm-info-filter-card .dark-purple {
  background-color: #A66497;
}
.smm-info-filter-card .dark-green {
  background-color: #057D52;
}
.smm-info-filter-card .olive {
  background-color: #87892B;
}

.smm-access-user-list {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.smm-access-user-list > a {
  margin: 0 !important;
}

.modal-body {
  padding: 0 !important;
}
.modal-body button {
  margin: 0;
}
.modal-body button:focus:active {
  outline: none;
}
.modal-body .card-btn-header {
  color: #F37021;
  outline: none;
  margin: 0;
  width: fit-content;
  text-decoration: none;
}
.modal-body .card-btn-header:hover,
.modal-body .card-btn-header:focus {
  color: #F37021 !important;
  outline: none;
  text-decoration: underline;
}
.modal-body .btn-reset {
  max-width: 50%;
  color: #7A7878;
  margin: 0;
}
.modal-body .btn-reset:hover {
  color: #7A7878;
}
.modal-body .btn-reset:focus {
  box-shadow: none;
  color: #7A7878;
  outline: none;
}
.modal-body .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.modal-body .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 20px;
}
.modal-body .card-body.card-body-users,
.modal-body .card-body.card-body-tags {
  padding: 0 20px;
}
.modal-body .list-group-tags,
.modal-body .list-group-users {
  border-top-color: transparent;
  cursor: pointer;
}
.modal-body .list-group-tags > li:not(:last-child),
.modal-body .list-group-users > li:not(:last-child) {
  margin-bottom: 1px;
}
.modal-body .list-group-tag,
.modal-body .list-group-user {
  padding: 8px 0;
  color: #7A7878;
  font-size: 13px;
  font-weight: 300;
  border-width: 0 0 1px 0;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  flex-direction: row !important;
  min-height: auto !important;
}
.modal-body .list-group-tag .custom-control-input:checked ~ .custom-control-label::before,
.modal-body .list-group-user .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #F37021;
  border-color: #F37021;
}
.modal-body .list-group-tag .custom-control-input:focus ~ .custom-control-label::before,
.modal-body .list-group-user .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.1rem #fce5d6;
  background-color: #fffafa;
  border-color: #F37021;
}
.modal-body .list-group-tag .custom-control-input:active ~ .custom-control-label::before,
.modal-body .list-group-user .custom-control-input:active ~ .custom-control-label::before {
  background-color: #ffccaa !important;
}
.modal-body .list-group-tag .custom-control-input:checked ~ .custom-control-label::before,
.modal-body .list-group-user .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #F37021;
  background-color: #F37021;
}
.modal-body .list-group-tag .list-group-tag-label,
.modal-body .list-group-user .list-group-tag-label {
  width: calc(100% - 83px);
}
.modal-body .list-group-tag .list-group-tag-label #tag-name,
.modal-body .list-group-user .list-group-tag-label #tag-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-body .list-group-tag .custom-checkbox {
  display: flex;
  column-gap: 4px;
}
.modal-body .list-group-tag .custom-checkbox .smm-checkbox-content {
  margin-right: 0;
}
.modal-body .list-group-tag .custom-checkbox > button {
  max-width: 20px;
  height: 20px;
  padding: 0;
}
.modal-body .btn-edit {
  max-width: 16px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #aaa7a7a4;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-body .btn-edit svg {
  min-width: 8px;
  height: 8px;
}
.modal-body .btn-edit:hover,
.modal-body .btn-edit:active,
.modal-body .btn-edit:focus {
  border: 1px solid #aaa7a7a4;
}
.modal-body .btn-edit:focus {
  outline: none;
}
.modal-body .btn-edit i {
  font-size: 8px;
  color: #c8c6c6;
}
.modal-body .btn-edit:focus,
.modal-body .btn-edit.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 253, 255, 0.25);
}
.modal-card-body {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.modal-card-body .header-bar .card-btn-header {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.modal-card-body .card-btn-header:hover {
  box-shadow: none;
}
.modal-card-body .card-btn-header:focus {
  box-shadow: none;
  outline: none;
}
.modal-card-body label {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #7A7878;
}
.modal-card-body .card-text-aria {
  resize: none;
  border: 1px solid #F37021;
  border-radius: 8px;
}
.modal-card-body .card-text-aria:focus {
  border-color: #fdc6a4;
  box-shadow: 0 0 0 0.1rem rgba(255, 108, 0, 0.25);
}
.modal-card-body .item-circle-pic {
  width: 30px;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 5px;
}
.modal-card-body .plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.modal-card-footer {
  border: none;
}
.btn-orange {
  max-width: 50%;
  background-color: #F37021;
  border-color: #F37021;
  color: #F0F0F0;
  border-radius: 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
}
.btn-orange:focus {
  box-shadow: 0 0 0 0.2rem #fce5d6;
}
.card-body-users .check-all-users label {
  color: #162A47;
}
.card-body-users .pic-sm {
  width: 25px;
  height: 25px;
  border: 2px solid #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
}
.card-body-tags {
  padding-top: 0;
}
.card-body-tags .tags-header {
  padding: 12px 0;
}
.card-body-tags .tags-header .btn {
  padding: 0 0.4rem 0 0;
}
.card-body-tags .tags-header {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
.card-body-tags .card-btn-header {
  color: #F37021;
  font-size: 12px;
}
.card-body-tags .circle {
  height: 20px;
  min-width: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
}
.card-body-tags .create-new-tag label {
  font-weight: 500;
}
.card-body-tags .custom-tags-form-group .custom-tag-name-input {
  resize: none;
}
.card-body-tags .custom-tags-form-group .custom-tag-name-input::placeholder {
  opacity: 0.5;
  font-weight: 300;
}
.card-body-tags .custom-tags-form-group .custom-tag-name-input:focus {
  border-color: #fdc6a4;
  box-shadow: 0 0 0 0.1rem rgba(255, 108, 0, 0.25);
}
.card-body-tags .rect {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  margin: 0.2rem;
  cursor: pointer;
}
@media (min-width: 768px) {
.card-body-tags .rect {
    width: 45px;
    height: 45px;
}
}
.card-body-tags .rect:focus {
  box-shadow: 0 0 0 0.1rem rgba(124, 123, 123, 0.25);
}
.card-body-tags .rect:hover {
  box-shadow: 0 0 0 0.1rem rgba(124, 123, 123, 0.25);
}
.card-body-tags .rect.checked {
  background-image: url('/assets/img/components/checkmark.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}
@media (min-width: 768px) {
.card-body-tags .rect.checked {
    background-size: 20px 20px;
}
}
.card-info .card-btn-header-right,
.card-info .card-btn-header-left {
  height: fit-content;
}
.card-info .card-info-users {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 1rem;
  min-width: 46%;
  width: 46%;
}
@media (min-width: 768px) {
.card-info .card-info-users {
    min-width: 45%;
    width: 45%;
}
}
.card-info .card-info-tags {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 0.25rem 0.5rem;
  min-width: 46%;
  width: 46%;
}
@media (min-width: 768px) {
.card-info .card-info-tags {
    min-width: 45%;
    width: 45%;
}
}
.card-info .card-info-tags ul {
  padding: 0;
  width: 100%;
}
.card-info .card-info-tags ul li {
  padding: 0;
}
.card-info .card-info-tags ul li .smm-tag-li-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-info .circle {
  height: 20px;
  min-width: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
}
.card-description {
  overflow-y: scroll;
}
.card-description .form-control {
  border-color: #E8E8E8;
}
.card-description .form-control:focus {
  border-color: #E8E8E8;
  box-shadow: 0 0 0 0.1rem rgba(226, 226, 226, 0.25);
}
.blue {
  background-color: #56A9EF;
}
.light-green {
  background-color: #7EEF56;
}
.golden {
  background-color: #EFBB56;
}
.red {
  background-color: #EF5656;
}
.purple {
  background-color: #7E56EF;
}
.violet {
  background-color: #BE56EF;
}
.light-pink {
  background-color: #FFA3FB;
}
.dark-pink {
  background-color: #EF56CD;
}
.teal-green {
  background-color: #53BF98;
}
.light-grey {
  background-color: #A4A2A9;
}
.dark-grey {
  background-color: #4A475F;
}
.dark-purple {
  background-color: #A66497;
}
.dark-green {
  background-color: #057D52;
}
.olive {
  background-color: #87892B;
}

.google-maps .maps-search {
  height: 35px;
  font-size: 14px;
  margin-right: 5px;
  width: 100%;
  padding: 15px;
  border: 1px solid #d8d5d5;
  margin-bottom: 25px;
}
.google-maps .maps-search:focus {
  border: 1px solid #f37021;
  outline: none !important;
}
.google-maps #map {
  height: 212px;
  width: 100%;
}
.google-maps .blocksearch {
  font-size: 14px;
  background: white;
  border: 1px solid #f37021;
  height: 200px;
  position: absolute;
  z-index: 1;
  width: 100%;
  margin-top: -22px;
}
.google-maps .blocksearch .parent-element {
  padding: 8px;
  cursor: pointer;
}
.google-maps .blocksearch .parent-element:hover {
  background: #f37021;
  color: white;
}

.wrap-smm-comments-block-message-wrapper {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.wrap-smm-comments-block-message-wrapper .smm-messager-dialog {
  background-color: #f0f0f0;
  padding: 8px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-radius: 8px;
  justify-content: center;
  position: relative;
  height: 100%;
}
@media (max-width: 900px) {
.wrap-smm-comments-block-message-wrapper .smm-messager-dialog {
    padding: 8px 0;
}
}
@media (max-width: 900px) {
.wrap-smm-comments-block-message-wrapper .smm-messager-dialog .smm-messager-dialog-comments-block-wrap .smm-messager-dialog-comments-block-wrapper {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 16px 12px 37px;
    display: flex;
    flex-direction: column;
    min-height: 200px;
    margin: 3px;
    justify-content: flex-end;
}
}
.wrap-smm-comments-block-message-wrapper .smm-messager-dialog .smm-messager-dialog-comments-block-wrap .smm-messager-dialog-comments-block-wrapper .smm-messager-dialog-comments-block {
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
.wrap-smm-comments-block-message-wrapper .smm-messager-dialog .smm-messager-dialog-comments-block-wrap .smm-messager-dialog-comments-block-wrapper .smm-messager-dialog-comments-block:not(:last-child) {
    padding-bottom: 40px;
}
}
.wrap-smm-comments-block-message-wrapper .smm-messager-dialog .smm-messager-dialog-comments-block-wrap .smm-messager-dialog-comments-block-wrapper .smm-messager-dialog-comments-block .smm-messager-dialog-comments-block-childrens-wrap .smm-messager-dialog-comments-block-childrens {
  margin-left: 30px;
}
.wrap-smm-comments-block-message-wrapper .smm-messager-dialog .smm-messager-dialog-comments-block-wrap .smm-messager-dialog-comments-block-wrapper .smm-messager-dialog-comments-block .smm-messager-dialog-comments-block-childrens-wrap .smm-messager-dialog-comments-block-childrens .smm-messager-dialog-comments-block-isShow {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  height: 0;
  overflow: hidden;
}
.wrap-smm-comments-block-message-wrapper .smm-messager-dialog .smm-messager-dialog-comments-block-wrap .smm-messager-dialog-comments-block-wrapper .smm-messager-dialog-comments-block .smm-messager-dialog-comments-block-childrens-wrap .smm-messager-dialog-comments-block-show {
  margin-left: 46px;
  color: #0056b3;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 12px;
}
.wrap-smm-comments-block-message-wrapper .smm-messager-dialog .smm-messager-dialog-comments-block-wrap .smm-messager-dialog-comments-block-wrapper .smm-messager-dialog-comments-block .smm-messager-dialog-comments-block-childrens-wrap .smm-messager-dialog-comments-block-show:hover {
  text-decoration: underline;
}
.wrap-smm-comments-block-message-wrapper .smm-messager-dialog .smm-messager-dialog-comments-block-wrap .smm-messager-dialog-comments-block-wrapper .smm-messager-dialog-comments-block:not(:first-child) {
  margin-top: 8px;
}
.wrap-smm-comments-block-message-wrapper .smm-messager-dialog .smm-messager-dialog-comments-block-wrap .smm-messager-dialog-comments-block-wrapper .smm-messager-dialog-comments-block-wrapper-send {
  position: sticky;
  bottom: 0px;
}
.wrap-smm-comments-block-message-wrapper .smm-messager-dialog .smm-messager-dialog-comments-block-wrap .smm-messager-dialog-comments-block-wrapper .smm-messager-dialog-comments-block-no-data {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #000;
}
@media (max-width: 900px) {
.wrap-smm-comments-block-message-wrapper .smm-messager-dialog .smm-messager-dialog-comments-block-wrap .smm-messager-dialog-comments-block-wrapper .smm-messager-dialog-comments-block-no-data {
    flex-grow: 1;
}
}
.wrap-smm-comments-block-message-wrapper .smm-messager-dialog .smm-messager-dialog-comments-block-wrap .smm-comments-list-preview {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 900px) {
.wrap-smm-comments-block-message-wrapper .smm-messager-dialog .smm-messager-dialog-comments-block-wrap .smm-comments-list-preview {
    padding-left: 3px;
}
}
.wrap-smm-comments-block-message-wrapper .smm-messager-dialog .smm-messager-dialog-comments-block-wrap .smm-comments-list-preview .smm-preview-post-component-wrap {
  min-width: 200px;
  width: 100%;
  max-width: 470px;
}
@media (max-width: 900px) {
.wrap-smm-comments-block-message-wrapper .smm-messager-dialog .smm-messager-dialog-comments-block-wrap .smm-comments-list-preview .smm-preview-post-component-wrap {
    max-width: 900px;
}
}
.wrap-smm-comments-block-message-wrapper .smm-messager-dialog .smm-messager-dialog-comments-block-wrap .smm-messager-dialog-comments-block-text {
  display: none;
  margin-left: 3px;
  margin-top: 24px;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  align-items: center;
  color: #162a47;
}
@media (max-width: 900px) {
.wrap-smm-comments-block-message-wrapper .smm-messager-dialog .smm-messager-dialog-comments-block-wrap .smm-messager-dialog-comments-block-text {
    display: flex;
}
}

.wrap-smm-comments-block-message {
  max-width: 700px;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
}
.wrap-smm-comments-block-message .smm-comments-block-message {
  padding: 12px 20px 12px 16px;
  display: flex;
}
@media (max-width: 900px) {
.wrap-smm-comments-block-message .smm-comments-block-message {
    padding: 0;
}
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-foto {
  margin-right: 8px;
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-foto .rounded-circle {
  border: 2px solid #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content {
  width: 100%;
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-user {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-user .smm-comments-block-message-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #162a47;
  flex-grow: 1;
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-user .smm-comments-block-message-data {
  font-size: 12px;
  line-height: 15px;
  color: #7a7878;
  display: flex;
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-user .smm-comments-block-message-data .smm-comments-block-message-data-send {
  width: 0;
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-user .smm-comments-block-message-data .smm-comments-block-message-data-send.isShow {
  margin-left: 4px;
  width: 19px;
  height: 14px;
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-user .smm-comments-block-message-data .smm-comments-block-message-data-send.isShow.inProgres {
  position: relative;
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-user .smm-comments-block-message-data .smm-comments-block-message-data-send.isShow.inProgres .smm-comments-block-message-data-send-error {
  display: none;
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-user .smm-comments-block-message-data .smm-comments-block-message-data-send.isShow.inProgres .smm-comments-block-message-data-send-progres {
  position: absolute;
  width: 14px;
  height: 14px;
  display: block;
  transform: rotate(16deg);
  top: -2px;
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-user .smm-comments-block-message-data .smm-comments-block-message-data-send.isShow.isError .smm-comments-block-message-data-send-progres {
  display: none;
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-user .smm-comments-block-message-data .smm-comments-block-message-data-send.isShow.isError .smm-comments-block-message-data-send-error {
  display: flex;
  color: #fff;
  width: 14px;
  height: 14px;
  background-color: #f93636;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-user .smm-comments-block-message-data .smm-comments-block-message-data-send .smm-comments-block-message-datat-send-progres,
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-user .smm-comments-block-message-data .smm-comments-block-message-data-send .smm-comments-block-message-data-send-error {
  display: none;
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-text {
  background: #f0f0f0;
  border-radius: 10px;
  padding: 7px 14px;
  margin-bottom: 8px;
  word-break: break-word;
}
@media (max-width: 900px) {
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-text {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-text .smm-comments-block-message-content-image {
  height: 100px;
  width: 100px;
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-bth {
  font-size: 12px;
  line-height: 15px;
  color: #f37021;
  display: flex;
  margin-bottom: 8px;
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-bth > div {
  cursor: pointer;
  text-decoration-line: underline;
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-bth > div:hover {
  text-decoration-line: none;
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-bth .smm-comments-block-message-content-bth-like {
  margin-right: 16px;
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-bth .smm-comments-block-message-content-bth-direct {
  margin-left: auto;
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-send-comm-wrap .smm-comments-block-message-content-comm {
  display: flex;
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-send-comm-wrap .smm-comments-block-message-content-comm .smm-comments-block-message-content-send-comm {
  width: 100%;
  margin-left: 8px;
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-send-comm-wrap .smm-comments-block-message-content-comm .smm-comments-block-message-content-send-comm-foto .rounded-circle {
  border: 2px solid #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.wrap-smm-comments-block-message .smm-comments-block-message .smm-comments-block-message-content .smm-comments-block-message-content-send-comm-wrap .smm-comments-block-message-content-send-comm-footer-photo {
  padding: 8px;
}

.smm-comments-list-posts-wrap {
  height: 100%;
}
.smm-comments-list-posts-wrap .smm-comments-list-posts {
  display: flex;
  height: 100%;
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-buttons {
  display: flex;
  margin: 0 0 10px;
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-buttons .smm-button-orange {
  margin-left: 4px;
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-socials .smm-comments-list-posts-content-socials-wrap {
  min-height: 40px;
  margin: 0;
  flex: none;
  align-items: center;
}
@media (max-width: 900px) {
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-socials .smm-comments-list-posts-content-socials-wrap {
    display: none;
}
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-socials .smm-comments-list-posts-content-socials-wrap > div {
  padding: 5px;
  max-height: 50px;
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-socials .smm-comments-list-posts-content-socials-wrap > div.isHide {
  display: none;
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-socials .smm-comments-list-posts-content-socials-wrap .smm-comments-list-posts-content-socials-more-wrap .smm-comments-list-posts-content-socials-more {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f37021;
  cursor: pointer;
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-socials .smm-comments-list-posts-content-socials-wrap .smm-comments-list-posts-content-socials-more-wrap .smm-comments-list-posts-content-socials-more .icon-arrow-back {
  transform: rotateZ(-90deg);
  font-size: 10px;
  color: #fff;
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-socials .smm-comments-list-posts-content-socials-wrap .smm-comments-list-posts-content-socials-more-wrap .smm-comments-list-posts-content-socials-more .icon-arrow-back.isShowSocials {
  transform: rotateZ(90deg);
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-socials .smm-comment-socials-content-search-text {
  display: none;
  margin-bottom: 16px;
  margin-top: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #162a47;
}
@media (max-width: 900px) {
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-socials .smm-comment-socials-content-search-text {
    display: flex;
}
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-socials .smm-comment-socials-content-search {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-socials .smm-comment-socials-content-search {
    padding-right: 3px;
}
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-socials .smm-comment-socials-content-search .smm-filter-comment-block {
  flex-grow: 1;
  justify-content: end;
}
@media (max-width: 900px) {
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-socials .smm-comment-socials-content-search .smm-filter-comment-block {
    display: none;
}
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-socials .smm-comment-socials-content-search .smm-filter-comm-block-dialog {
  display: none;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 42px;
  height: 36px;
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-socials .smm-comment-socials-content-search .smm-filter-comm-block-dialog img {
  width: 14px;
  height: 14px;
}
@media (max-width: 900px) {
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-socials .smm-comment-socials-content-search .smm-filter-comm-block-dialog {
    display: flex;
}
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-socials .smm-comment-socials-content-search .input-wrap {
  margin-right: 10px;
  margin-left: 0;
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-socials .smm-comment-socials-content-search .input-wrap .smm-input {
  min-height: 28px;
}
@media (max-width: 900px) {
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-socials .smm-comment-socials-content-search .input-wrap {
    margin: 3px 8px 3px 3px;
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-socials .smm-comment-socials-content-search .input-wrap .smm-input {
    min-height: 36px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-list-wrap {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 900px) {
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-list-wrap {
    margin-top: 24px;
}
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-list-wrap .smm-comments-list-posts-content-list-text {
  display: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #162a47;
  margin-bottom: 16px;
  margin-left: 4px;
}
@media (max-width: 900px) {
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-list-wrap .smm-comments-list-posts-content-list-text {
    display: block;
}
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-list-wrap .smm-comments-list-posts-content-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 200px;
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-list-wrap .smm-comments-list-posts-content-list .smm-preview-smoll-post-wrap {
  margin-bottom: 5px;
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-list-wrap .smm-comments-list-posts-content-list .smm-preview-smoll-post-wrap:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 900px) {
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-list-wrap .smm-comments-list-posts-content-list .smm-preview-smoll-post-wrap {
    margin: 3px 3px 3px;
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-list-wrap .smm-comments-list-posts-content-list .smm-preview-smoll-post-wrap:not(:last-child) {
    margin: 3px 3px 16px;
}
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-list-wrap .smm-comments-list-posts-content-list .smm-comments-list-posts-content-list-item .smm-preview-smoll-post-content .smm-preview-smoll-post-foto .smm-socila-network-wrap .smm-socila-network-wrap-content .smm-socila-network-icon {
  margin-bottom: -3px;
}
.smm-comments-list-posts-wrap .smm-comments-list-posts .smm-comments-list-posts-content-wrap .smm-comments-list-posts-content-list-wrap .smm-comments-list-posts-content-list .smm-comments-list-posts-content-list-item.selected .smm-preview-smoll-post-content {
  background-color: #dedede;
}

.smm-comments-list-wrap {
  height: 100%;
}
.smm-comments-list-wrap .smm-comments-list-back {
  margin-top: 10px;
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #f37021;
  cursor: pointer;
  width: fit-content;
  display: none;
}
@media (max-width: 900px) {
.smm-comments-list-wrap .smm-comments-list-back {
    display: block;
}
}
.smm-comments-list-wrap .smm-comments-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (max-width: 900px) {
.smm-comments-list-wrap .smm-comments-list {
    height: calc(100% - 17.3px);
}
}
.smm-comments-list-wrap .smm-comments-list .smm-comments-list-header {
  margin-bottom: 10px;
  align-items: flex-end;
  display: flex;
}
.smm-comments-list-wrap .smm-comments-list .smm-comments-list-header .smm-comments-list-header-user {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.smm-comments-list-wrap .smm-comments-list .smm-comments-list-header .smm-comments-list-header-user .smm-comments-list-header-user-name {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #162a47;
  margin-left: 10px;
}
@media (max-width: 900px) {
.smm-comments-list-wrap .smm-comments-list .smm-comments-list-header {
    display: none;
}
}
.smm-comments-list-wrap .smm-comments-list .smm-messager-dialog-wrap {
  height: 100%;
}

.smm-preview-smoll-post-wrap {
  cursor: pointer;
}
.smm-preview-smoll-post-wrap .smm-preview-smoll-post-title {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7a7878;
}
.smm-preview-smoll-post-wrap .smm-preview-smoll-post-content {
  display: flex;
  padding: 12px;
  background-color: #f0f0f0;
  border-radius: 4px;
}
.smm-preview-smoll-post-wrap .smm-preview-smoll-post-content .smm-preview-smoll-post-foto {
  margin-right: 12px;
}
.smm-preview-smoll-post-wrap .smm-preview-smoll-post-content .smm-preview-smoll-post-foto .smm-preview-smoll-post-video {
  display: flex;
  align-items: flex-end;
  margin-right: 5px;
}
.smm-preview-smoll-post-wrap .smm-preview-smoll-post-content .smm-preview-smoll-post-foto .smm-preview-smoll-post-video > video {
  position: relative;
}
.smm-preview-smoll-post-wrap .smm-preview-smoll-post-content .smm-preview-smoll-post-foto .smm-preview-smoll-post-video .smm-preview-smoll-post-video-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  margin-left: -11.5px;
  margin-bottom: -3px;
  z-index: 1;
}
@media (max-width: 900px) {
.smm-preview-smoll-post-wrap .smm-preview-smoll-post-content .smm-preview-smoll-post-foto .smm-socila-network-wrap .smm-socila-network .smm-socila-network-wrap-content .v-image {
    border-radius: 6px;
}
}
.smm-preview-smoll-post-wrap .smm-preview-smoll-post-content .smm-preview-smoll-post-content-text {
  justify-content: center;
  display: flex;
  flex-direction: column;
  max-width: 160px;
}
.smm-preview-smoll-post-wrap .smm-preview-smoll-post-content .smm-preview-smoll-post-content-text .smm-preview-smoll-post-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 16px;
  color: #7a7878;
  margin-right: 12px;
}
@media (max-width: 900px) {
.smm-preview-smoll-post-wrap .smm-preview-smoll-post-content {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}
}

.smm-labels-peview-component-content-block-wrap {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-labels-peview-component-content-block-wrap .smm-labels-peview-component-content-block {
  display: flex;
  justify-content: space-between;
}
.smm-labels-peview-component-content-block-wrap .smm-labels-peview-component-content-block:not(:last-child) {
  margin-bottom: 8px;
}
.smm-labels-peview-component-content-block-wrap .smm-labels-peview-component-content-block .smm-labels-peview-component-content-block-color {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin: 0 8px 0 4px;
}
.smm-labels-peview-component-content-block-wrap .smm-labels-peview-component-content-block .smm-labels-peview-component-content-block-bth {
  display: flex;
  color: #c4c4c4;
  font-size: 14px;
}
.smm-labels-peview-component-content-block-wrap .smm-labels-peview-component-content-block .smm-labels-peview-component-content-block-bth > div {
  cursor: pointer;
}
.smm-labels-peview-component-content-block-wrap .smm-labels-peview-component-content-block .smm-labels-peview-component-content-block-bth > div:first-child {
  margin-right: 14px;
}

.smm-block-messager-no-data-wrap {
  width: 100%;
  height: 100%;
}
.smm-block-messager-no-data-wrap .smm-block-messager-no-data {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.smm-block-messager-no-data-wrap .smm-block-messager-no-data .smm-block-messager-no-data-shine {
  animation: loading 1.5s infinite;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 1;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0));
}
.smm-block-messager-no-data-wrap .smm-block-messager-no-data .smm-block-messager-no-data-header {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.smm-block-messager-no-data-wrap .smm-block-messager-no-data .smm-block-messager-no-data-header .smm-block-messager-no-data-header-user {
  display: flex;
  align-items: center;
  width: 100%;
}
.smm-block-messager-no-data-wrap .smm-block-messager-no-data .smm-block-messager-no-data-header .smm-block-messager-no-data-header-user .smm-block-messager-no-data-header-user-photo {
  width: 33px;
  height: 30px;
  background-color: #0000001f;
  border-radius: 50%;
  margin-right: 8px;
}
.smm-block-messager-no-data-wrap .smm-block-messager-no-data .smm-block-messager-no-data-header .smm-block-messager-no-data-header-user .smm-block-messager-no-data-header-user-name {
  width: 100%;
  background-color: #0000001f;
  border-radius: 20px;
  height: 20px;
}
.smm-block-messager-no-data-wrap .smm-block-messager-no-data .smm-block-messager-no-data-dialog-wrap {
  background-color: #0000001f;
  padding: 8px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
}
.smm-block-messager-no-data-wrap .smm-block-messager-no-data .smm-block-messager-no-data-dialog-wrap .smm-block-messager-no-data-dialog {
  color: #6d6d6dde;
  display: flex;
  align-items: center;
}
.smm-block-messager-no-data-wrap .smm-block-messager-no-data .smm-block-messager-no-data-dialog-wrap .smm-block-messager-no-data-dialog .smm-block-messager-no-data-dialog-icon {
  margin-right: 8px;
}
@media (max-width: 840px) {
.smm-block-messager-no-data-wrap .smm-block-messager-no-data .smm-block-messager-no-data-dialog-wrap .smm-block-messager-no-data-dialog {
    flex-direction: column;
    text-align: center;
}
}
.smm-block-messager-no-data-wrap .smm-block-messager-no-data .smm-block-messager-no-data-messager-no-data-send {
  margin-top: 1px;
  min-height: 50px;
  width: 100%;
  background-color: #0000001f;
  border-radius: 8px;
}

.smm-filter-comments-wrapper {
  height: fit-content !important;
}
.smm-filter-comments-wrap .smm-filter-comments {
  padding: 10px 20px;
}
.smm-filter-comments-wrap .smm-filter-comments .smm-filter-comments-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 8px;
}
.smm-filter-comments-wrap .smm-filter-comments .smm-filter-comments-header .smm-filter-comments-header-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #162a47;
}
.smm-filter-comments-wrap .smm-filter-comments .smm-filter-comments-header .smm-filter-comments-header-bth {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #7a7878;
  cursor: pointer;
}
.smm-filter-comments-wrap .smm-filter-comments .smm-filter-comments-header .smm-filter-comments-header-bth:hover {
  text-decoration-line: none;
}
.smm-filter-comments-wrap .smm-filter-comments .smm-filter-comments-content {
  margin-top: 10px;
}
.smm-filter-comments-wrap .smm-filter-comments .smm-filter-comments-btn {
  width: 100%;
  display: flex;
  margin-top: 10px;
  justify-content: center;
}

.smm-filter-messages-wrap .smm-filter-messages {
  padding: 10px 20px;
}
.smm-filter-messages-wrap .smm-filter-messages .smm-filter-messages-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 8px;
}
.smm-filter-messages-wrap .smm-filter-messages .smm-filter-messages-header .smm-filter-messages-header-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #162a47;
}
.smm-filter-messages-wrap .smm-filter-messages .smm-filter-messages-header .smm-filter-messages-header-bth {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #7a7878;
  cursor: pointer;
}
.smm-filter-messages-wrap .smm-filter-messages .smm-filter-messages-header .smm-filter-messages-header-bth:hover {
  text-decoration-line: none;
}
.smm-filter-messages-wrap .smm-filter-messages .smm-filter-messages-content .v-expansion-panel-header {
  padding: 10px 0 !important;
}
.smm-filter-messages-wrap .smm-filter-messages .smm-filter-messages-content .smm-filter-messages-content-checkbox {
  display: flex;
  flex-direction: column;
}
.smm-filter-messages-wrap .smm-filter-messages .smm-filter-messages-content .smm-filter-messages-content-checkbox > div:not(:last-child) {
  margin-bottom: 8px;
}
.smm-filter-messages-wrap .smm-filter-messages .smm-filter-messages-content .smm-filter-messages-content-responsible-wrap {
  display: flex;
  align-items: center;
}
.smm-filter-messages-wrap .smm-filter-messages .smm-filter-messages-content .smm-filter-messages-content-responsible-wrap .smm-filter-messages-content-responsible-autocomplete {
  width: 100%;
}
.smm-filter-messages-wrap .smm-filter-messages .smm-filter-messages-content .smm-filter-messages-content-responsible-wrap .smm-filter-messages-content-responsible-clear {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #162a47;
  margin-left: 8px;
  cursor: pointer;
}
.smm-filter-messages-wrap .smm-filter-messages .smm-filter-messages-btn {
  width: 100%;
  display: flex;
  margin-top: 10px;
  justify-content: center;
}

.smm-comments-list-send {
  margin-top: 1px;
  min-height: 50px;
  border-radius: 8px;
  background-color: #f0f0f0;
}
.smm-comments-list-send .smm-discussions-component-footer-photo {
  padding: 8px;
  height: 120px;
}
.smm-comments-list-send .smm-comments-list-send-wrapper {
  display: flex;
  align-items: center;
}
.smm-comments-list-send .smm-comments-list-send-wrapper .smm-input-message-control {
  width: 100%;
}
.smm-comments-list-send .smm-comments-list-send-wrapper .rounded-circle {
  display: none;
  border: 2px solid #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
@media (max-width: 900px) {
.smm-comments-list-send {
    background-color: #ffffff;
}
.smm-comments-list-send .smm-comments-list-send-wrapper .smm-input-message-control .smm-input-message-block {
    background-color: #ffffff;
    padding: 0 0 0 12px;
}
.smm-comments-list-send .smm-comments-list-send-wrapper .smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-input-message {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding: 10.5px 96px 10.5px 36px;
}
.smm-comments-list-send .smm-comments-list-send-wrapper .rounded-circle {
    display: block;
}
}

.smm-labels-peview-component-wrap .smm-labels-peview-component .smm-labels-peview-component-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.smm-labels-peview-component-wrap .smm-labels-peview-component .smm-labels-peview-component-title .smm-labels-peview-component-title-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #162a47;
}
.smm-labels-peview-component-wrap .smm-labels-peview-component .smm-labels-peview-component-title .smm-labels-peview-component-title-bth {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #f37021;
  cursor: pointer;
}
.smm-labels-peview-component-wrap .smm-labels-peview-component .smm-labels-peview-component-title .smm-labels-peview-component-title-bth:hover {
  text-decoration-line: none;
}
.smm-labels-peview-component-wrap .smm-labels-peview-component .smm-labels-peview-component-sub-title {
  margin-bottom: 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
}
.smm-labels-peview-component-wrap .smm-labels-peview-component .smm-labels-peview-component-content-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-labels-peview-component-wrap .smm-labels-peview-component .smm-labels-peview-component-content-wrap .smm-labels-peview-component-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.smm-labels-peview-component-wrap .smm-labels-peview-component .smm-labels-peview-component-content-wrap .smm-labels-peview-component-content .smm-labels-peview-component-content-block {
  display: flex;
  align-items: center;
}
.smm-labels-peview-component-wrap .smm-labels-peview-component .smm-labels-peview-component-content-wrap .smm-labels-peview-component-content .smm-labels-peview-component-content-block > div:nth-child(2) {
  margin: 0 8px 0 12px;
}
.smm-labels-peview-component-wrap .smm-labels-peview-component .smm-labels-peview-component-content-wrap .smm-labels-peview-component-content .smm-labels-peview-component-content-block .smm-labels-peview-component-content-block-color {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #42cf8c;
}

.smm-posts-wrap .lb-grid,
.smm-preview-component-content .lb-grid {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  gap: 2px;
}
.smm-posts-wrap .lb-more,
.smm-preview-component-content .lb-more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(90, 90, 90, 0.9);
  color: #fff;
  font-size: 2rem;
  z-index: 9;
}
.smm-posts-wrap .vk-layout-1,
.smm-preview-component-content .vk-layout-1 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
}
.smm-posts-wrap .vk-1-main,
.smm-preview-component-content .vk-1-main {
  grid-column: 1 / span 12;
  grid-row: 1 / span 12;
}
.smm-posts-wrap .vk-layout-2,
.smm-preview-component-content .vk-layout-2 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  border-radius: 6px;
}
.smm-posts-wrap .vk-2-left,
.smm-preview-component-content .vk-2-left {
  grid-column: 1 / span 6;
  grid-row: 1 / span 12;
  border-radius: 6px 0 0 6px;
}
.smm-posts-wrap .vk-2-right,
.smm-preview-component-content .vk-2-right {
  grid-column: 7 / span 6;
  grid-row: 1 / span 12;
  border-radius: 0 6px 6px 0;
}
.smm-posts-wrap .vk-layout-3,
.smm-preview-component-content .vk-layout-3 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
}
.smm-posts-wrap .vk-3-1,
.smm-preview-component-content .vk-3-1 {
  grid-row: 1 / span 8;
  grid-column: 1 / span 12;
}
.smm-posts-wrap .vk-3-2,
.smm-preview-component-content .vk-3-2 {
  grid-row: 9 / span 4;
  grid-column: 1 / span 6;
}
.smm-posts-wrap .vk-3-3,
.smm-preview-component-content .vk-3-3 {
  grid-row: 9 / span 4;
  grid-column: 7 / span 6;
}
.smm-posts-wrap .vk-layout-4,
.smm-preview-component-content .vk-layout-4 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
}
.smm-posts-wrap .vk-4-1,
.smm-preview-component-content .vk-4-1 {
  grid-column: 1 / span 6;
  grid-row: 1 / span 6;
}
.smm-posts-wrap .vk-4-2,
.smm-preview-component-content .vk-4-2 {
  grid-column: 7 / span 6;
  grid-row: 1 / span 6;
}
.smm-posts-wrap .vk-4-3,
.smm-preview-component-content .vk-4-3 {
  grid-column: 1 / span 6;
  grid-row: 7 / span 6;
}
.smm-posts-wrap .vk-4-4,
.smm-preview-component-content .vk-4-4 {
  grid-column: 7 / span 6;
  grid-row: 7 / span 6;
}
.smm-posts-wrap .vk-layout-5,
.smm-preview-component-content .vk-layout-5 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
}
.smm-posts-wrap .vk-5-1,
.smm-preview-component-content .vk-5-1 {
  grid-column: 1 / span 6;
  grid-row: 1 / span 8;
}
.smm-posts-wrap .vk-5-2,
.smm-preview-component-content .vk-5-2 {
  grid-column: 7 / span 6;
  grid-row: 1 / span 8;
}
.smm-posts-wrap .vk-5-3,
.smm-preview-component-content .vk-5-3 {
  grid-column: 1 / span 4;
  grid-row: 9 / span 4;
}
.smm-posts-wrap .vk-5-4,
.smm-preview-component-content .vk-5-4 {
  grid-column: 5 / span 4;
  grid-row: 9 / span 4;
}
.smm-posts-wrap .vk-5-5,
.smm-preview-component-content .vk-5-5 {
  grid-column: 9 / span 4;
  grid-row: 9 / span 4;
}
.smm-posts-wrap .vk-layout-6,
.smm-preview-component-content .vk-layout-6 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
}
.smm-posts-wrap .vk-6-1,
.smm-preview-component-content .vk-6-1 {
  grid-column: 1 / span 4;
  grid-row: 1 / span 6;
}
.smm-posts-wrap .vk-6-2,
.smm-preview-component-content .vk-6-2 {
  grid-column: 5 / span 4;
  grid-row: 1 / span 6;
}
.smm-posts-wrap .vk-6-3,
.smm-preview-component-content .vk-6-3 {
  grid-column: 9 / span 4;
  grid-row: 1 / span 6;
}
.smm-posts-wrap .vk-6-4,
.smm-preview-component-content .vk-6-4 {
  grid-column: 1 / span 4;
  grid-row: 7 / span 6;
}
.smm-posts-wrap .vk-6-5,
.smm-preview-component-content .vk-6-5 {
  grid-column: 5 / span 4;
  grid-row: 7 / span 6;
}
.smm-posts-wrap .vk-6-6,
.smm-preview-component-content .vk-6-6 {
  grid-column: 9 / span 4;
  grid-row: 7 / span 6;
}
.smm-posts-wrap .vk-layout-7,
.smm-preview-component-content .vk-layout-7 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(6, 1fr);
}
.smm-posts-wrap .vk-7-1,
.smm-preview-component-content .vk-7-1 {
  grid-column: 1 / span 5;
  grid-row: 1 / span 5;
}
.smm-posts-wrap .vk-7-2,
.smm-preview-component-content .vk-7-2 {
  grid-column: 6 / span 5;
  grid-row: 1 / span 5;
}
.smm-posts-wrap .vk-7-3,
.smm-preview-component-content .vk-7-3 {
  grid-column: 1 / span 2;
  grid-row: 6 / span 1;
}
.smm-posts-wrap .vk-7-4,
.smm-preview-component-content .vk-7-4 {
  grid-column: 3 / span 2;
  grid-row: 6 / span 1;
}
.smm-posts-wrap .vk-7-5,
.smm-preview-component-content .vk-7-5 {
  grid-column: 5 / span 2;
  grid-row: 6 / span 1;
}
.smm-posts-wrap .vk-7-6,
.smm-preview-component-content .vk-7-6 {
  grid-column: 7 / span 2;
  grid-row: 6 / span 1;
}
.smm-posts-wrap .vk-7-7,
.smm-preview-component-content .vk-7-7 {
  grid-column: 9 / span 2;
  grid-row: 6 / span 1;
}
.smm-posts-wrap .vk-layout-8,
.smm-preview-component-content .vk-layout-8 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(6, 1fr);
}
.smm-posts-wrap .vk-8-1,
.smm-preview-component-content .vk-8-1 {
  grid-column: 1 / span 6;
  grid-row: 1 / span 5;
}
.smm-posts-wrap .vk-8-2,
.smm-preview-component-content .vk-8-2 {
  grid-column: 7 / span 6;
  grid-row: 1 / span 5;
}
.smm-posts-wrap .vk-8-3,
.smm-preview-component-content .vk-8-3 {
  grid-column: 1 / span 2;
  grid-row: 6 / span 1;
}
.smm-posts-wrap .vk-8-4,
.smm-preview-component-content .vk-8-4 {
  grid-column: 3 / span 2;
  grid-row: 6 / span 1;
}
.smm-posts-wrap .vk-8-5,
.smm-preview-component-content .vk-8-5 {
  grid-column: 5 / span 2;
  grid-row: 6 / span 1;
}
.smm-posts-wrap .vk-8-6,
.smm-preview-component-content .vk-8-6 {
  grid-column: 7 / span 2;
  grid-row: 6 / span 1;
}
.smm-posts-wrap .vk-8-7,
.smm-preview-component-content .vk-8-7 {
  grid-column: 9 / span 2;
  grid-row: 6 / span 1;
}
.smm-posts-wrap .vk-8-8,
.smm-preview-component-content .vk-8-8 {
  grid-column: 11 / span 2;
  grid-row: 6 / span 1;
}
.smm-posts-wrap .vk-layout-9,
.smm-preview-component-content .vk-layout-9,
.smm-posts-wrap .vk-layout-9plus,
.smm-preview-component-content .vk-layout-9plus {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
}
.smm-posts-wrap .vk-9-1,
.smm-preview-component-content .vk-9-1,
.smm-posts-wrap .vk-9plus-1,
.smm-preview-component-content .vk-9plus-1 {
  grid-column: 1 / span 4;
  grid-row: 1 / span 4;
}
.smm-posts-wrap .vk-9-2,
.smm-preview-component-content .vk-9-2,
.smm-posts-wrap .vk-9plus-2,
.smm-preview-component-content .vk-9plus-2 {
  grid-column: 5 / span 4;
  grid-row: 1 / span 4;
}
.smm-posts-wrap .vk-9-3,
.smm-preview-component-content .vk-9-3,
.smm-posts-wrap .vk-9plus-3,
.smm-preview-component-content .vk-9plus-3 {
  grid-column: 9 / span 4;
  grid-row: 1 / span 4;
}
.smm-posts-wrap .vk-9-4,
.smm-preview-component-content .vk-9-4,
.smm-posts-wrap .vk-9plus-4,
.smm-preview-component-content .vk-9plus-4 {
  grid-column: 1 / span 4;
  grid-row: 5 / span 4;
}
.smm-posts-wrap .vk-9-5,
.smm-preview-component-content .vk-9-5,
.smm-posts-wrap .vk-9plus-5,
.smm-preview-component-content .vk-9plus-5 {
  grid-column: 5 / span 4;
  grid-row: 5 / span 4;
}
.smm-posts-wrap .vk-9-6,
.smm-preview-component-content .vk-9-6,
.smm-posts-wrap .vk-9plus-6,
.smm-preview-component-content .vk-9plus-6 {
  grid-column: 9 / span 4;
  grid-row: 5 / span 4;
}
.smm-posts-wrap .vk-9-7,
.smm-preview-component-content .vk-9-7,
.smm-posts-wrap .vk-9plus-7,
.smm-preview-component-content .vk-9plus-7 {
  grid-column: 1 / span 4;
  grid-row: 9 / span 4;
}
.smm-posts-wrap .vk-9-8,
.smm-preview-component-content .vk-9-8,
.smm-posts-wrap .vk-9plus-8,
.smm-preview-component-content .vk-9plus-8 {
  grid-column: 5 / span 4;
  grid-row: 9 / span 4;
}
.smm-posts-wrap .vk-9-9,
.smm-preview-component-content .vk-9-9,
.smm-posts-wrap .vk-9plus-9,
.smm-preview-component-content .vk-9plus-9 {
  grid-column: 9 / span 4;
  grid-row: 9 / span 4;
}
.smm-posts-wrap .fb-layout-1,
.smm-preview-component-content .fb-layout-1 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
}
.smm-posts-wrap .fb-1-main,
.smm-preview-component-content .fb-1-main {
  grid-column: 1 / span 12;
  grid-row: 1 / span 12;
}
.smm-posts-wrap .fb-layout-2,
.smm-preview-component-content .fb-layout-2 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
}
.smm-posts-wrap .fb-2-left,
.smm-preview-component-content .fb-2-left {
  grid-column: 1 / span 6;
  grid-row: 1 / span 12;
}
.smm-posts-wrap .fb-2-right,
.smm-preview-component-content .fb-2-right {
  grid-column: 7 / span 6;
  grid-row: 1 / span 12;
}
.smm-posts-wrap .fb-layout-3,
.smm-preview-component-content .fb-layout-3 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
}
.smm-posts-wrap .fb-3-1,
.smm-preview-component-content .fb-3-1 {
  grid-column: 1 / span 8;
  grid-row: 1 / span 12;
}
.smm-posts-wrap .fb-3-2,
.smm-preview-component-content .fb-3-2 {
  grid-column: 9 / span 4;
  grid-row: 1 / span 6;
}
.smm-posts-wrap .fb-3-3,
.smm-preview-component-content .fb-3-3 {
  grid-column: 9 / span 4;
  grid-row: 7 / span 6;
}
.smm-posts-wrap .fb-layout-4,
.smm-preview-component-content .fb-layout-4 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
}
.smm-posts-wrap .fb-4-1,
.smm-preview-component-content .fb-4-1 {
  grid-column: 1 / span 9;
  grid-row: 1 / span 12;
}
.smm-posts-wrap .fb-4-2,
.smm-preview-component-content .fb-4-2 {
  grid-column: 10 / span 3;
  grid-row: 1 / span 4;
}
.smm-posts-wrap .fb-4-3,
.smm-preview-component-content .fb-4-3 {
  grid-column: 10 / span 3;
  grid-row: 5 / span 4;
}
.smm-posts-wrap .fb-4-4,
.smm-preview-component-content .fb-4-4 {
  grid-column: 10 / span 3;
  grid-row: 9 / span 4;
}
.smm-posts-wrap .fb-layout-5,
.smm-preview-component-content .fb-layout-5,
.smm-posts-wrap .fb-layout-5plus,
.smm-preview-component-content .fb-layout-5plus {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
}
.smm-posts-wrap .fb-5-1,
.smm-preview-component-content .fb-5-1,
.smm-posts-wrap .fb-5plus-1,
.smm-preview-component-content .fb-5plus-1 {
  grid-column: 1 / span 6;
  grid-row: 1 / span 8;
}
.smm-posts-wrap .fb-5-2,
.smm-preview-component-content .fb-5-2,
.smm-posts-wrap .fb-5plus-2,
.smm-preview-component-content .fb-5plus-2 {
  grid-column: 7 / span 6;
  grid-row: 1 / span 8;
}
.smm-posts-wrap .fb-5-3,
.smm-preview-component-content .fb-5-3,
.smm-posts-wrap .fb-5plus-3,
.smm-preview-component-content .fb-5plus-3 {
  grid-column: 1 / span 4;
  grid-row: 9 / span 4;
}
.smm-posts-wrap .fb-5-4,
.smm-preview-component-content .fb-5-4,
.smm-posts-wrap .fb-5plus-4,
.smm-preview-component-content .fb-5plus-4 {
  grid-column: 5 / span 4;
  grid-row: 9 / span 4;
}
.smm-posts-wrap .fb-5-5,
.smm-preview-component-content .fb-5-5,
.smm-posts-wrap .fb-5plus-5,
.smm-preview-component-content .fb-5plus-5 {
  grid-column: 9 / span 4;
  grid-row: 9 / span 4;
}
.smm-posts-wrap .vk-corner-tl,
.smm-preview-component-content .vk-corner-tl {
  border-top-left-radius: 6px !important;
}
.smm-posts-wrap .vk-corner-tr,
.smm-preview-component-content .vk-corner-tr {
  border-top-right-radius: 6px !important;
}
.smm-posts-wrap .vk-corner-bl,
.smm-preview-component-content .vk-corner-bl {
  border-bottom-left-radius: 6px !important;
}
.smm-posts-wrap .vk-corner-br,
.smm-preview-component-content .vk-corner-br {
  border-bottom-right-radius: 6px !important;
}
.smm-posts-wrap .fb-corner-tl,
.smm-preview-component-content .fb-corner-tl {
  border-top-left-radius: 6px !important;
}
.smm-posts-wrap .fb-corner-tr,
.smm-preview-component-content .fb-corner-tr {
  border-top-right-radius: 6px !important;
}
.smm-posts-wrap .fb-corner-bl,
.smm-preview-component-content .fb-corner-bl {
  border-bottom-left-radius: 0 !important;
}
.smm-posts-wrap .fb-corner-br,
.smm-preview-component-content .fb-corner-br {
  border-bottom-right-radius: 0 !important;
}
.smm-posts-wrap .lb-media,
.smm-preview-component-content .lb-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}
.smm-posts-wrap .video-container,
.smm-preview-component-content .video-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.smm-posts-wrap .play-icon,
.smm-preview-component-content .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
  background: rgba(60, 60, 60, 0.5);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-smm-message-component {
  position: relative;
}
.wrap-smm-message-component.isChecked {
  background-color: #e6e6e6;
}
@media (max-width: 900px) {
.wrap-smm-message-component.isChecked {
    background-color: transparent;
}
}
.wrap-smm-message-component:hover .wrap-smm-message-component-checked {
  display: flex;
}
.wrap-smm-message-component .wrap-smm-message-component-checked {
  display: none;
  background-color: #7a7878;
  color: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 8px;
}
.wrap-smm-message-component .wrap-smm-message-component-checked.isChecked {
  background-color: #f37021;
  display: flex;
}
@media (max-width: 900px) {
.wrap-smm-message-component .wrap-smm-message-component-checked.isChecked {
    background-color: #56a9ef;
}
}
.wrap-smm-message-component .wrap-smm-message-component-checked.rigth {
  left: 8px;
}
.wrap-smm-message-component .smm-message-component {
  padding: 0 30px 0 0;
  width: 100%;
  display: flex;
}
.wrap-smm-message-component .smm-message-component.rigth {
  padding: 0 0 0 30px;
  flex-direction: row-reverse;
}
.wrap-smm-message-component .smm-message-component.rigth .smm-message-component-foto {
  margin-right: 0;
  margin-left: 10px;
}
.wrap-smm-message-component .smm-message-component .smm-message-component-foto {
  background-color: #fff;
  padding: 2px;
  border-radius: 50%;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
.wrap-smm-message-component .smm-message-component .smm-message-component-foto .rounded-circle {
    border: 2px solid #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
}
.wrap-smm-message-component .smm-message-component .smm-message-component-content {
  display: flex;
}
.wrap-smm-message-component .smm-message-component .smm-message-component-content.rigth {
  flex-direction: row-reverse;
}
.wrap-smm-message-component .smm-message-component .smm-message-component-content .smm-message-component-content-block .smm-message-component-content-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 5px;
}
.wrap-smm-message-component .smm-message-component .smm-message-component-content .smm-message-component-content-block .smm-message-component-content-header.rigth {
  flex-direction: row-reverse;
}
.wrap-smm-message-component .smm-message-component .smm-message-component-content .smm-message-component-content-block .smm-message-component-content-header .smm-message-component-content-header-name-wrap {
  min-width: 1px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #162a47;
}
.wrap-smm-message-component .smm-message-component .smm-message-component-content .smm-message-component-content-block .smm-message-component-content-header .smm-message-component-content-header-name-wrap .smm-message-component-content-header-name .smm-sender {
  font-weight: 100;
}
.wrap-smm-message-component .smm-message-component .smm-message-component-content .smm-message-component-content-block .smm-message-component-content-header .smm-message-component-content-header-date {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #7a7878;
}
.wrap-smm-message-component .smm-message-component .smm-message-component-content .smm-message-component-content-block .smm-message-component-content-body {
  display: flex;
  margin-bottom: 15px;
  border-radius: 10px;
}
@media (max-width: 900px) {
.wrap-smm-message-component .smm-message-component .smm-message-component-content .smm-message-component-content-block .smm-message-component-content-body {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
}
@media (max-width: 900px) {
.wrap-smm-message-component .smm-message-component .smm-message-component-content .smm-message-component-content-block .smm-message-component-content-body.isChecked .smm-message-component-content-body-text {
    color: #ffffff;
}
.wrap-smm-message-component .smm-message-component .smm-message-component-content .smm-message-component-content-block .smm-message-component-content-body.isChecked .smm-message-component-content-body-text .smm-message-component-content-was-updated {
    color: #f0f0f0;
}
}
.wrap-smm-message-component .smm-message-component .smm-message-component-content .smm-message-component-content-block .smm-message-component-content-body .smm-message-component-content-body-text {
  padding: 12px 10px;
  min-width: 180px;
  width: 100%;
  word-break: break-word;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #162a47;
  display: flex;
  flex-direction: column;
}
.wrap-smm-message-component .smm-message-component .smm-message-component-content .smm-message-component-content-block .smm-message-component-content-body .smm-message-component-content-body-text .smm-message-component-content-body-image {
  height: 100px;
  min-height: 100px;
  margin-bottom: 4px;
}
.wrap-smm-message-component .smm-message-component .smm-message-component-content .smm-message-component-content-block .smm-message-component-content-body .smm-message-component-content-body-text .smm-message-component-content-was-updated {
  display: flex;
  margin-left: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #7a7878;
  justify-content: flex-end;
}
.wrap-smm-message-component .smm-message-component .smm-message-component-content .smm-message-component-content-block .smm-message-component-content-body .smm-message-component-content-body-text .smm-message-component-content-was-updated .smm-message-component-content-send {
  width: 0;
}
.wrap-smm-message-component .smm-message-component .smm-message-component-content .smm-message-component-content-block .smm-message-component-content-body .smm-message-component-content-body-text .smm-message-component-content-was-updated .smm-message-component-content-send.isShow {
  margin-left: 4px;
  width: 19px;
  height: 14px;
}
.wrap-smm-message-component .smm-message-component .smm-message-component-content .smm-message-component-content-block .smm-message-component-content-body .smm-message-component-content-body-text .smm-message-component-content-was-updated .smm-message-component-content-send.isShow.inProgres {
  position: relative;
}
.wrap-smm-message-component .smm-message-component .smm-message-component-content .smm-message-component-content-block .smm-message-component-content-body .smm-message-component-content-body-text .smm-message-component-content-was-updated .smm-message-component-content-send.isShow.inProgres .smm-message-component-content-send-progres {
  position: absolute;
  width: 14px;
  height: 14px;
  display: block;
  transform: rotate(16deg);
  top: -2px;
}
.wrap-smm-message-component .smm-message-component .smm-message-component-content .smm-message-component-content-block .smm-message-component-content-body .smm-message-component-content-body-text .smm-message-component-content-was-updated .smm-message-component-content-send.isShow.isError .smm-message-component-content-send-error {
  display: flex;
  color: #fff;
  width: 14px;
  height: 14px;
  background-color: #f93636;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.wrap-smm-message-component .smm-message-component .smm-message-component-content .smm-message-component-content-block .smm-message-component-content-body .smm-message-component-content-body-text .smm-message-component-content-was-updated .smm-message-component-content-send .smm-message-component-content-send-progres,
.wrap-smm-message-component .smm-message-component .smm-message-component-content .smm-message-component-content-block .smm-message-component-content-body .smm-message-component-content-body-text .smm-message-component-content-was-updated .smm-message-component-content-send .smm-message-component-content-send-error {
  display: none;
}
.smm-message-reply-action {
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #56a9ef;
  margin-top: 6px;
  opacity: 0.9;
}
.smm-message-reply-action:hover {
  opacity: 1;
  text-decoration: underline;
}
.smm-message-reply-action .reply-text {
  font-size: 12px;
}
.smm-message-component-content-body-text .mention {
  color: #56a9ef;
  font-weight: 600;
}
.smm-message-component-content-body-text .quoted {
  display: block;
  padding: 6px 8px;
  margin-bottom: 6px;
  border-left: 1px solid #56a9ef;
  background: #f5f7f8;
  color: #51626b;
}
.smm-message-component-content-body-text .quoted.clickable-quote {
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.smm-message-component-content-body-text .quoted.clickable-quote:hover {
  background-color: rgba(86, 169, 239, 0.1);
}
.media-message-compact {
  min-height: 60px;
  background: #f8f9fa;
  border-radius: 8px;
  cursor: pointer;
}
.media-message-compact .media-message-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.media-message-compact .media-item-compact {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s;
}
.media-message-compact .media-item-compact:hover {
  border-color: #56a9ef;
}
.media-message-compact .media-item-compact img,
.media-message-compact .media-item-compact video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-message-compact .media-video-compact {
  position: relative;
  width: 100%;
  height: 100%;
}
.media-message-compact .media-video-compact video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-message-compact .media-video-compact .play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-message-compact .media-file-compact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  background: #e3f2fd;
  border-radius: 8px;
}
.media-message-compact .media-file-compact a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #56a9ef;
  font-size: 12px;
}
.media-gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}
.media-gallery-modal .close-modal {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}
.media-gallery-modal .modal-content {
  position: relative;
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
  overflow: hidden;
}
.media-gallery-modal .modal-item {
  text-align: center;
}
.media-gallery-modal .modal-item img,
.media-gallery-modal .modal-item video {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
}
.media-gallery-modal .modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 30px;
  padding: 20px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10000;
}
.media-gallery-modal .modal-nav.prev {
  left: 20px;
}
.media-gallery-modal .modal-nav.next {
  right: 20px;
}
.media-gallery-modal .modal-nav:hover {
  background: rgba(255, 255, 255, 0.3);
}
.media-gallery-modal .media-download {
  text-align: center;
  color: white;
}
.media-gallery-modal .media-download a {
  color: #56a9ef;
  text-decoration: none;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.highlight-message {
  animation: highlight-pulse 2s ease-in-out;
  border-radius: 8px;
}
@keyframes highlight-pulse {
0% {
    background-color: rgba(86, 169, 239, 0.05);
}
50% {
    background-color: rgba(86, 169, 239, 0.1);
}
100% {
    background-color: transparent;
}
}

.smm-message-socials-block-component-wrap .smm-message-socials-block-component .smm-message-socials-block-component-block {
  padding: 5px 11px;
  margin: 2px 0;
  background: #fbfbfb;
}
.smm-message-socials-block-component-wrap .smm-message-socials-block-component .smm-message-socials-block-component-block.active-bg {
  background: #f0f0f0;
}
.smm-message-socials-block-component-wrap .smm-message-socials-block-component .smm-message-socials-block-component-block .smm-message-socials-block-component-header {
  display: flex;
  margin-left: 12px;
  font-size: 14px;
}
.smm-message-socials-block-component-wrap .smm-message-socials-block-component .smm-message-socials-block-component-block .smm-message-socials-block-component-body {
  border-left: 1px solid #c4c4c4;
  font-size: 13px;
  padding-left: 11px;
  margin-left: 8px;
  margin-top: 14px;
}
.smm-message-socials-block-component-wrap .smm-message-socials-block-component .smm-message-socials-block-component-block .smm-message-socials-block-component-body .smm-message-socials-block-component-body-items {
  display: flex;
  justify-content: space-between;
}
.smm-message-socials-block-component-wrap .smm-message-socials-block-component .smm-message-socials-block-component-block .smm-message-socials-block-component-body .smm-message-socials-block-component-body-items .smm-message-socials-block-component-body-item-name {
  color: #7a7878;
  cursor: pointer;
}
.smm-message-socials-block-component-wrap .smm-message-socials-block-component .smm-message-socials-block-component-block .smm-message-socials-block-component-body .smm-message-socials-block-component-body-items .smm-message-socials-block-component-body-item-name.active-item {
  color: #f37021;
}

.smm-messager-socials-block-wrap {
  height: 100%;
}
.smm-messager-socials-block-wrap .smm-messager-socials-block {
  display: flex;
  height: 100%;
}
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 244px;
  min-width: 244px;
  border-right: 1px solid #f0f0f0;
  padding-right: 8px;
}
@media (max-width: 900px) {
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap {
    width: 100% !important;
    min-width: 100% !important;
    padding-right: 0;
}
}
@media (max-width: 900px) {
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap {
    width: 200px;
    min-width: 200px;
}
}
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-buttons {
  display: flex;
  margin: 0 0 10px;
}
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-buttons .smm-button-orange {
  margin-left: 4px;
}
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-socials {
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
}
@media (max-width: 900px) {
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-socials {
    display: none;
}
}
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-socials > div {
  padding: 5px;
  max-height: 50px;
}
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-socials > div.isHide {
  display: none;
}
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-socials .smm-messager-socials-content-socials-more-wrap .smm-messager-socials-content-socials-more {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f37021;
  cursor: pointer;
}
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-socials .smm-messager-socials-content-socials-more-wrap .smm-messager-socials-content-socials-more .icon-arrow-back {
  transform: rotateZ(-90deg);
  font-size: 10px;
  color: #fff;
}
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-socials .smm-messager-socials-content-socials-more-wrap .smm-messager-socials-content-socials-more .icon-arrow-back.isShowSocials {
  transform: rotateZ(90deg);
}
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-search-text {
  display: none;
  margin-top: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #162a47;
}
@media (max-width: 900px) {
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-search-text {
    display: flex;
}
}
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-search-wrap {
  margin-top: 16px;
}
@media (max-width: 900px) {
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-search-wrap {
    margin-top: 0;
}
}
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-search-wrap .smm-messager-socials-content-search {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-search-wrap .smm-messager-socials-content-search {
    padding-right: 3px;
}
}
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-search-wrap .smm-messager-socials-content-search .input-wrap {
  margin-right: 10px;
  margin-left: 0;
}
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-search-wrap .smm-messager-socials-content-search .input-wrap .smm-input {
  min-height: 28px;
}
@media (max-width: 900px) {
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-search-wrap .smm-messager-socials-content-search .input-wrap {
    margin: 3px 8px 3px 3px;
}
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-search-wrap .smm-messager-socials-content-search .input-wrap .smm-input {
    min-height: 36px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}
}
@media (max-width: 900px) {
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-search-wrap .smm-messager-socials-content-search .smm-messager-socials-content-search-icon .smm-filter-messager-block {
    display: none;
}
}
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-search-wrap .smm-messager-socials-content-search .smm-messager-socials-content-search-icon .smm-filter-messager-block-dialog {
  display: none;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 42px;
  height: 36px;
}
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-search-wrap .smm-messager-socials-content-search .smm-messager-socials-content-search-icon .smm-filter-messager-block-dialog img {
  width: 14px;
  height: 14px;
}
@media (max-width: 900px) {
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-search-wrap .smm-messager-socials-content-search .smm-messager-socials-content-search-icon .smm-filter-messager-block-dialog {
    display: flex;
}
}
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-list-posts-content-list-text {
  display: none;
  font-style: normal;
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #162a47;
  margin-bottom: 14px;
  margin-left: 4px;
}
@media (max-width: 900px) {
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-list-posts-content-list-text {
    display: block;
}
}
.smm-messager-socials-block-wrap .smm-messager-socials-block .smm-messager-socials-content-wrap .smm-messager-socials-content-list-dialogs-wrap {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 200px;
}

.smm-messager-block-settings-no-data-wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 16px;
}
.smm-messager-block-settings-no-data-wrap .smm-messager-block-settings-no-data {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.smm-messager-block-settings-no-data-wrap .smm-messager-block-settings-no-data .smm-messager-block-settings-no-data-shine {
  animation: loading 1.5s infinite;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 1;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0));
}
.smm-messager-block-settings-no-data-wrap .smm-messager-block-settings-no-data .smm-messager-block-settings-no-data-header {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.smm-messager-block-settings-no-data-wrap .smm-messager-block-settings-no-data .smm-messager-block-settings-no-data-header .smm-messager-block-settings-no-data-header-user {
  display: flex;
  align-items: center;
  width: 100%;
}
.smm-messager-block-settings-no-data-wrap .smm-messager-block-settings-no-data .smm-messager-block-settings-no-data-header .smm-messager-block-settings-no-data-header-user .smm-messager-block-settings-no-data-header-user-photo {
  width: 33px;
  height: 30px;
  background-color: #0000001f;
  border-radius: 50%;
  margin-right: 8px;
}
.smm-messager-block-settings-no-data-wrap .smm-messager-block-settings-no-data .smm-messager-block-settings-no-data-header .smm-messager-block-settings-no-data-header-user .smm-messager-block-settings-no-data-header-user-name {
  width: 100%;
  background-color: #0000001f;
  border-radius: 20px;
  height: 20px;
}
.smm-messager-block-settings-no-data-wrap .smm-messager-block-settings-no-data .smm-messager-block-settings-no-data-dialog-wrap {
  background-color: #0000001f;
  padding: 8px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  border-radius: 8px;
}
.smm-messager-block-settings-no-data-wrap .smm-messager-block-settings-no-data .smm-messager-block-settings-no-data-dialog-wrap:not(:first-child) {
  margin-top: 4px;
}
.smm-messager-block-settings-no-data-wrap .smm-messager-block-settings-no-data .smm-messager-block-settings-no-data-dialog-wrap .smm-messager-dialog {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-messager-block-settings-no-data-wrap .smm-messager-block-settings-no-data .smm-messager-block-settings-no-data-messager-no-data-send {
  margin-top: 1px;
  min-height: 50px;
  width: 100%;
  background-color: #0000001f;
}

.smm-messager-block-wrap-component-wrap {
  height: 100%;
  width: 100%;
}
.smm-messager-block-wrap-component-wrap .smm-messager-component-block-responsible-header-wrap {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  height: 66px;
  width: 100%;
  padding: 12px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.smm-messager-block-wrap-component-wrap .smm-messager-component-block-responsible-header-wrap .smm-messager-component-block-responsible-header {
  display: flex;
  flex-grow: 1;
}
.smm-messager-block-wrap-component-wrap .smm-messager-component-block-responsible-header-wrap .smm-messager-component-block-responsible-header .rounded-circle {
  margin-right: 10px;
}
.smm-messager-block-wrap-component-wrap .smm-messager-component-block-responsible-header-wrap .smm-messager-component-block-responsible-header .smm-messager-component-block-responsible-header-liable-wrap {
  flex-grow: 1;
}
.smm-messager-block-wrap-component-wrap .smm-messager-component-block-responsible-header-wrap .smm-messager-component-block-responsible-header .smm-messager-component-block-responsible-header-liable-wrap .smm-messager-component-block-responsible-header-liable-text {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #7a7878;
}
.smm-messager-block-wrap-component-wrap .smm-messager-component-block-responsible-header-wrap .smm-messager-component-block-responsible-header .smm-messager-component-block-responsible-header-liable-wrap .smm-autocomplete-wrap {
  max-width: 130px;
}
.smm-messager-block-wrap-component-wrap .smm-messager-component-block-responsible-header-wrap .smm-messager-component-block-responsible-header .smm-messager-component-block-responsible-header-liable-wrap .smm-autocomplete-wrap .smm-autocomplete-block .smm-autocomplete-control .v-input .v-input__control {
  min-height: 20px;
}
.smm-messager-block-wrap-component-wrap .smm-messager-component-block-responsible-header-wrap .smm-messager-component-block-responsible-header .smm-messager-component-block-responsible-header-liable-wrap .smm-autocomplete-wrap .smm-autocomplete-block .smm-autocomplete-control .v-input .v-input__control .v-input__slot {
  height: 20px !important;
  padding: 0 4px;
}
.smm-messager-block-wrap-component-wrap .smm-messager-component-block-responsible-header-wrap .smm-messager-component-block-responsible-header-settings {
  display: flex;
}
.smm-messager-block-wrap-component-wrap .smm-messager-component-block-responsible-header-wrap .smm-messager-component-block-responsible-header-settings > div:not(:last-child) {
  margin-right: 4px;
}
.smm-messager-block-wrap-component-wrap .smm-messager-component-block-responsible-header-wrap .smm-messager-component-block-responsible-header-settings .smm-messager-component-block-responsible-header-settings-btns {
  color: #c4c4c4;
  display: flex;
  align-items: center;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component {
  height: 100%;
  width: 100%;
}
@media (max-width: 900px) {
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component {
    height: calc(100% - 90px);
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 24px 12px 24px 12px;
}
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-list-back-header {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-list-back-header .smm-messager-list-back {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #f37021;
  cursor: pointer;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-list-back-header .smm-messager-block-header-btns-checkbox {
  color: #7a7878;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-go-to-settings {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  height: 54px;
  margin-bottom: 16px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-go-to-settings .smm-messager-go-to-settings-user-name {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin: 0 4px 0 8px;
  color: #56a9ef;
  cursor: pointer;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-go-to-settings .rounded-circle {
  border: 2px solid #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block-no-data {
  width: 100%;
  height: 100%;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block-no-data .v-skeleton-loader .v-skeleton-loader__image::after {
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0));
  animation: loading 1.5s infinite;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 1;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (max-width: 900px) {
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block {
    max-height: calc(100% - 108px);
}
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-block-header {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-block-header.ifMoble {
  justify-content: end;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-block-header .smm-messager-block-header-user {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-block-header .smm-messager-block-header-user .smm-messager-block-header-user-name {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #162a47;
  margin-left: 10px;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-block-header .smm-messager-block-header-liable-wrap {
  margin-right: 8px;
  flex-grow: 1;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-block-header .smm-messager-block-header-liable-wrap .smm-autocomplete-wrap {
  max-width: 200px;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-block-header .smm-messager-block-header-liable-wrap .smm-messager-block-header-liable-text {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #7a7878;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-block-header .smm-messager-block-header-liable-wrap .smm-messager-block-header-liable {
  display: flex;
  align-items: center;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-block-header .smm-messager-block-header-liable-wrap .smm-messager-block-header-liable .smm-messager-block-header-user-name {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #162a47;
  margin-left: 10px;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-block-header .smm-messager-block-header-btns {
  display: flex;
  align-items: center;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-block-header .smm-messager-block-header-btns > div {
  color: #c4c4c4;
  display: flex;
  align-items: center;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-block-header .smm-messager-block-header-btns > div:not(:last-child) {
  margin-right: 12px;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-block-header .smm-messager-block-header-btns > div:first-child {
  margin-right: 4px;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-block-header .smm-messager-block-header-btns .smm-messager-block-header-btns-select {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 20%;
  background: #f37021;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-block-header .smm-messager-block-header-btns .smm-messager-block-header-btns-select .icon-check {
  color: #fff;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-block-header .smm-messager-block-header-btns .smm-messager-block-header-btns-favorites {
  color: #f37021;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-block-header .smm-messager-block-header-btns .smm-messager-block-header-btns-remove {
  cursor: pointer;
}
@media (max-width: 900px) {
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-block-header .smm-messager-block-header-btns .smm-checkbox .smm-checkbox-content {
    margin-right: 0;
}
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-dialog-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-dialog-wrap .smm-messager-dialog {
  background-color: #f0f0f0;
  padding: 8px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
}
@media (max-width: 900px) {
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-dialog-wrap .smm-messager-dialog {
    background-color: transparent;
    padding: 0;
}
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-dialog-wrap .smm-messager-block-send {
  margin-top: 1px;
  border-radius: 8px;
  background-color: #f0f0f0;
}
@media (max-width: 900px) {
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-dialog-wrap .smm-messager-block-send {
    background-color: transparent;
}
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-dialog-wrap .smm-messager-block-send .smm-messager-block-send-footer-photo {
  padding: 8px;
  padding-bottom: 0;
  height: 110px;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-dialog-wrap .smm-messager-block-send .smm-input-message-control {
  width: 100%;
}
@media (max-width: 900px) {
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-dialog-wrap .smm-messager-block-send .smm-input-message-control .smm-input-message-block {
    background-color: transparent;
    padding: 0;
}
.smm-messager-block-wrap-component-wrap .smm-messager-block-wrap-component .smm-messager-block .smm-messager-dialog-wrap .smm-messager-block-send .smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-input-message {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding: 10.5px 96px 10.5px 36px;
}
}

.smm-messager-list-dialogs-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  min-height: 100%;
}
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-no-data {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-no-data .smm-messager-list-dialogs-no-data-icon {
  color: #f37021;
  margin-right: 8px;
}
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-no-data .smm-messager-list-dialogs-no-data-text {
  color: #7a7878;
  font-size: 12px;
  align-self: center;
}
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap {
  padding: 10px 8px;
  min-height: 77px;
  background: #fbfbfb;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}
@media (max-width: 900px) {
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap {
    background: none;
    padding: 0;
    min-height: 51px;
    justify-content: center;
    padding: 0 8px 0 8px;
}
}
@media (max-width: 900px) {
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap.ifMoble {
    background: #ffffff !important;
    border-radius: 8px;
}
}
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap.selected {
  background: #e7e7e7;
}
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap:not(:first-child) {
  margin-top: 8px;
}
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap:hover {
  background: #f0f0f0;
}
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap .smm-messager-list-dialogs-data {
  display: flex;
}
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap .smm-messager-list-dialogs-data.activeSA {
  background: #f0f0f0;
}
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap .smm-messager-list-dialogs-data .smm-messager-list-dialogs-data-photo {
  margin-right: 8px;
  display: flex;
  flex-direction: column;
}
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap .smm-messager-list-dialogs-data .smm-messager-list-dialogs-data-photo > div:last-child {
  margin-top: 5px;
}
@media (max-width: 900px) {
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap .smm-messager-list-dialogs-data .smm-messager-list-dialogs-data-photo {
    flex-direction: row-reverse;
    align-items: center;
}
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap .smm-messager-list-dialogs-data .smm-messager-list-dialogs-data-photo > div {
    margin-top: 0;
}
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap .smm-messager-list-dialogs-data .smm-messager-list-dialogs-data-photo > div:last-child {
    margin-top: 0;
}
}
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap .smm-messager-list-dialogs-data .smm-messager-list-dialogs-data-user {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 900px) {
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap .smm-messager-list-dialogs-data .smm-messager-list-dialogs-data-user {
    flex-direction: row;
    justify-content: space-between;
}
}
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap .smm-messager-list-dialogs-data .smm-messager-list-dialogs-data-user .smm-messager-list-dialogs-data-user-wrap .smm-messager-list-dialogs-data-user-name {
  color: #162a47;
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
}
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap .smm-messager-list-dialogs-data .smm-messager-list-dialogs-data-user .smm-messager-list-dialogs-data-user-wrap .smm-messager-list-dialogs-data-user-block {
  display: flex;
  color: #7a7878;
  font-size: 13px;
  line-height: 15px;
  min-height: 13px;
  max-width: 170px;
}
@media (max-width: 900px) {
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap .smm-messager-list-dialogs-data .smm-messager-list-dialogs-data-user .smm-messager-list-dialogs-data-user-wrap .smm-messager-list-dialogs-data-user-block {
    max-width: 120px;
}
}
@media (max-width: 900px) {
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap .smm-messager-list-dialogs-data .smm-messager-list-dialogs-data-user .smm-messager-list-dialogs-data-user-wrap .smm-messager-list-dialogs-data-user-block {
    max-width: 120px;
}
}
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap .smm-messager-list-dialogs-data .smm-messager-list-dialogs-data-user .smm-messager-list-dialogs-data-user-wrap .smm-messager-list-dialogs-data-user-block .smm-messager-list-dialogs-data-user-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 16px;
  color: #7a7878;
  margin-right: 12px;
}
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap .smm-messager-list-dialogs-data .smm-messager-list-dialogs-data-user .smm-messager-list-dialogs-data-count {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-top: 5px;
}
@media (max-width: 900px) {
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap .smm-messager-list-dialogs-data .smm-messager-list-dialogs-data-user .smm-messager-list-dialogs-data-count {
    justify-content: normal;
    width: fit-content;
    flex-direction: row-reverse;
    margin-top: 0;
}
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap .smm-messager-list-dialogs-data .smm-messager-list-dialogs-data-user .smm-messager-list-dialogs-data-count > div {
    margin-left: 8px;
}
}
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap .smm-messager-list-dialogs-data .smm-messager-list-dialogs-data-user .smm-messager-list-dialogs-data-count .smm-messager-list-dialogs-data-count-icon {
  text-align: right;
  font-size: 13px;
  color: #f37021;
}
@media (max-width: 900px) {
.smm-messager-list-dialogs-wrap .smm-messager-list-dialogs-data-wrap .smm-messager-list-dialogs-data .smm-messager-list-dialogs-data-user .smm-messager-list-dialogs-data-count .badge {
    background-color: #56a9ef;
    border-radius: 50%;
}
}

.smm-notes-preview-component-wrap .smm-notes-preview-component .smm-notes-preview-component-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.smm-notes-preview-component-wrap .smm-notes-preview-component .smm-notes-preview-component-title .smm-notes-preview-component-title-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #162a47;
}
.smm-notes-preview-component-wrap .smm-notes-preview-component .smm-notes-preview-component-title .smm-notes-preview-component-title-bth {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #f37021;
  cursor: pointer;
}
.smm-notes-preview-component-wrap .smm-notes-preview-component .smm-notes-preview-component-title .smm-notes-preview-component-title-bth:hover {
  text-decoration-line: none;
}
.smm-notes-preview-component-wrap .smm-notes-preview-component .smm-note-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
}
.smm-notes-preview-component-wrap .smm-notes-preview-component .smm-note-header .smm-note-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #162a47;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 15px;
}
.smm-notes-preview-component-wrap .smm-notes-preview-component .smm-note-header .smm-note-settings {
  display: flex;
  color: #c4c4c4;
  font-size: 11px;
}
.smm-notes-preview-component-wrap .smm-notes-preview-component .smm-note-header .smm-note-settings > i {
  cursor: pointer;
}
.smm-notes-preview-component-wrap .smm-notes-preview-component .smm-note-header .smm-note-settings > i:first-child {
  margin-right: 14px;
}
.smm-notes-preview-component-wrap .smm-notes-preview-component .smm-notes-preview-component-content-wrap {
  max-height: 160px;
  height: 160px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-notes-preview-component-wrap .smm-notes-preview-component .smm-notes-preview-component-content-wrap .smm-notes-preview-component-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
}
.smm-notes-preview-component-wrap .smm-notes-preview-component .smm-notes-preview-component-content-wrap .smm-notes-preview-component-content .smm-notes-preview-component-content-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #162a47;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 15px;
}
.smm-notes-preview-component-wrap .smm-notes-preview-component .smm-notes-preview-component-content-wrap .smm-notes-preview-component-content .smm-notes-preview-component-content-btn {
  display: flex;
  color: #c4c4c4;
  font-size: 14px;
}
.smm-notes-preview-component-wrap .smm-notes-preview-component .smm-notes-preview-component-content-wrap .smm-notes-preview-component-content .smm-notes-preview-component-content-btn > div {
  cursor: pointer;
}
.smm-notes-preview-component-wrap .smm-notes-preview-component .smm-notes-preview-component-content-wrap .smm-notes-preview-component-content .smm-notes-preview-component-content-btn > div:first-child {
  margin-right: 14px;
}

.smm-preview-tags-wrap {
  width: 100%;
  height: 80px;
  position: relative;
}
@media (max-width: 900px) {
.smm-preview-tags-wrap {
    height: 126px;
}
}
.smm-preview-tags-wrap .smm-preview-tags-wrapper {
  display: flex;
}
.smm-preview-tags-wrap .smm-preview-tags-wrapper .smm-preview-tags-if {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2px;
}
.smm-preview-tags-wrap .smm-preview-tags-wrapper .smm-preview-tags-if .smm-preview-tags {
  margin: 2px;
  min-width: 56px;
  border-radius: 4px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 8px;
  font-size: 14px;
  max-width: 150px;
  font-weight: 400;
  line-height: 18px;
}
.smm-preview-tags-wrap .smm-preview-tags-wrapper .smm-preview-tags-if .smm-preview-tags .smm-preview-tags-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 4px;
}
.smm-preview-tags-wrap .smm-preview-tags-wrapper .smm-preview-tags-if .smm-preview-tags .smm-preview-tags-close {
  font-size: 10px;
}

.smm-pop-up-more-menu[data-v-31230210] {
  width: fit-content;
  height: fit-content;
}
.smm-responsible-component-header-wrap[data-v-31230210] {
  display: flex;
  align-items: center;
}
.smm-responsible-component-header-wrap .smm-responsible-component-header-user-name[data-v-31230210] {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #162a47;
  margin-left: 10px;
}
.smm-responsible-component-header-wrap .smm-responsible-component-header-icon[data-v-31230210] {
  margin-left: 5px;
  color: #f37021;
}
.smm-responsible-component-wrap[data-v-31230210] {
  display: flex;
  flex-direction: column;
  padding: 2px 12px;
}
.smm-responsible-component-wrap .smm-responsible-component-users-wrap[data-v-31230210] {
  margin-top: 8px;
}
.smm-responsible-component-wrap .smm-responsible-component-users-wrap .smm-responsible-component-users[data-v-31230210] {
  cursor: pointer;
  display: flex;
  padding: 8px 0;
  align-items: center;
}
.smm-responsible-component-wrap .smm-responsible-component-users-wrap .smm-responsible-component-users[data-v-31230210]:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.smm-responsible-component-wrap .smm-responsible-component-users-wrap .smm-responsible-component-users .smm-responsible-component-users-user-name[data-v-31230210] {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #162a47;
  margin-left: 10px;
  margin-right: auto;
}
.smm-responsible-component-wrap .smm-responsible-component-users-wrap .smm-responsible-component-users .smm-responsible-component-users-icon[data-v-31230210] {
  width: 14px;
  height: 14px;
  background-color: #f37021;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 8px;
}

.smm-tags-component-content-block-wrap {
  width: 100%;
  height: 120px;
  position: relative;
}
@media (max-width: 900px) {
.smm-tags-component-content-block-wrap {
    height: 160px;
}
}
.smm-tags-component-content-block-wrap .smm-tags-component-content-block-wrapper .smm-tags-component-content-block {
  display: flex;
  justify-content: space-between;
}
.smm-tags-component-content-block-wrap .smm-tags-component-content-block-wrapper .smm-tags-component-content-block:not(:last-child) {
  margin-bottom: 8px;
}
.smm-tags-component-content-block-wrap .smm-tags-component-content-block-wrapper .smm-tags-component-content-block .smm-tags-component-content-block-text-wrap {
  max-width: 150px;
  width: fit-content;
  min-width: 56px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.smm-tags-component-content-block-wrap .smm-tags-component-content-block-wrapper .smm-tags-component-content-block .smm-tags-component-content-block-text-wrap .smm-tags-component-content-block-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smm-tags-component-content-block-wrap .smm-tags-component-content-block-wrapper .smm-tags-component-content-block .smm-tags-component-content-block-bth {
  display: flex;
  color: #c4c4c4;
  font-size: 14px;
}
.smm-tags-component-content-block-wrap .smm-tags-component-content-block-wrapper .smm-tags-component-content-block .smm-tags-component-content-block-bth > div {
  cursor: pointer;
}
.smm-tags-component-content-block-wrap .smm-tags-component-content-block-wrapper .smm-tags-component-content-block .smm-tags-component-content-block-bth > div:first-child {
  margin-right: 14px;
}

.smm-tooltup-quick-response-icon:hover {
  color: #f37021 !important;
}

.radio-button .navigation {
  cursor: pointer;
}
.radio-button .navigation .radio {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
}
.radio-button .navigation .radio .is-checked {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F37021;
}
.radio-button .navigation .text {
  font-size: 12px;
  line-height: 15px;
  color: #7A7878;
  margin-left: 10px;
}

.smm-action-block {
  background-color: white;
}
.smm-action-block .smm-action-block-title {
  padding: 17px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  border-bottom: 1px solid #e2e2e2;
  color: #131313;
}
.smm-action-block .es-scroll-push {
  margin-right: -2px;
}
.smm-action-block .es-scroll-push .es-perfect-scrollbar-notification {
  padding-right: 3px;
  position: relative;
  max-height: 80vh;
}
@media (min-width: 768px) {
.smm-action-block .es-scroll-push .es-perfect-scrollbar-notification {
    max-height: 50vh;
}
}
@media (min-width: 992px) {
.smm-action-block .es-scroll-push .es-perfect-scrollbar-notification {
    max-height: 45vh;
}
}

.smm-action-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 50px;
  padding: 20px 15px;
  border-top: 1px solid #f0f0f0;
  cursor: pointer;
  background-color: white;
  transition: background-color 0.15s ease-in-out;
}
.smm-action-item:hover {
  background-color: #f7f7f794;
}
.smm-action-item .smm-action-left-block {
  display: flex;
  align-items: center;
}
.smm-action-item .smm-action-left-block .sorname {
  white-space: nowrap;
  font-size: 14px;
  color: #162a47;
  padding: 0 17px;
  font-weight: 500;
}
.smm-action-item .smm-action-info {
  text-align: right;
}
.smm-action-item .smm-action-info .smm-action-info-message {
  color: #7a7878;
  font-size: 13px;
  margin-bottom: 8px;
}
.smm-action-item .smm-action-info .smm-action-date {
  color: rgba(122, 120, 120, 0.59);
  font-size: 12px;
}

.smm-action-menu {
  width: 100%;
}
.smm-action-container .smm-action-btn-lg {
  position: relative;
  display: none;
  color: #f37021;
  background-color: white;
  font-size: 14px;
  text-align: center;
  padding: 11px 41px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.15s ease-in-out;
}
@media (min-width: 576px) {
.smm-action-container .smm-action-btn-lg {
    display: flex;
}
}
.smm-action-container .smm-action-btn-lg.smm-action-open {
  background-color: #f37021;
  color: white;
}
.smm-action-container .smm-action-btn-lg .smm-action-type {
  white-space: nowrap;
}
.smm-action-container .smm-action-btn-lg .icon-star-action {
  position: absolute;
  margin-top: -15px;
  color: #f37021;
  right: 0;
  margin-right: -6px;
  font-size: 14px;
}
.smm-action-container .action-type-mobile {
  background: white;
  color: #f37021;
  width: fit-content;
  padding: 7px;
}
.smm-action-container .action-type-mobile:hover {
  background: #f37021;
  color: white;
}
@media (min-width: 576px) {
.smm-action-container .action-type-mobile {
    display: none;
}
}

.smm-autocomplete-wrap {
  position: relative;
  font-family: "ProximaNova";
  width: 100%;
}
.smm-autocomplete-wrap .smm-autocomplete-block .smm-autocomplete-title {
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
  margin-bottom: 5px;
}
.smm-autocomplete-wrap .smm-autocomplete-block .smm-autocomplete-title .text-danger {
  font-size: 20px;
}
.smm-autocomplete-wrap .smm-autocomplete-block .smm-autocomplete-control .icon-down {
  cursor: pointer;
  font-size: 12px;
  padding-top: 0;
}
.smm-autocomplete-wrap .smm-autocomplete-block .smm-autocomplete-control .v-input .v-input__control {
  min-height: 40px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}
.smm-autocomplete-wrap .smm-autocomplete-block .smm-autocomplete-control .v-input .v-input__control .v-input__slot {
  background: #fff;
}
.smm-autocomplete-wrap .smm-autocomplete-block .smm-autocomplete-control .v-input .v-input__control .v-input__slot input {
  color: #000 !important;
  font-size: 14px;
  line-height: 17px;
}
.smm-autocomplete-wrap .smm-autocomplete-block .smm-autocomplete-control .v-input .v-input__control .v-input__slot .v-select__slot .v-label {
  font-size: 14px;
  line-height: 17px;
  color: rgba(19, 19, 19, 0.5);
  font-weight: 100;
}
.smm-autocomplete-wrap .smm-autocomplete-block .smm-autocomplete-control .v-input .v-input__control .v-input__slot .v-select__slot .v-select__selections {
  flex-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smm-autocomplete-wrap .smm-autocomplete-block .smm-autocomplete-control .v-input .v-input__control .v-input__slot .v-select__slot .v-select__selections .v-select__selection--comma {
  overflow: visible;
  color: #000;
}
.smm-autocomplete-wrap .smm-autocomplete-block .smm-autocomplete-control .v-input.v-input--is-focused > .v-input__control {
  border: 1px solid #f37021;
}
.smm-autocomplete-wrap .smm-autocomplete-block .smm-autocomplete-control .v-input.v-input--is-focused > .v-input__control .v-input__slot {
  background: #fff;
}
.smm-autocomplete-wrap .smm-autocomplete-block .smm-autocomplete-control.validation .v-input .v-input__control {
  border-color: #f64e60;
}
.smm-autocomplete-wrap .smm-autocomplete-block .smm-input-validate.smm-input-active .invalid-feedback {
  display: flex;
  font-size: 12px;
  line-height: 14px;
  margin-top: 8px;
}
.v-list-item__content {
  padding: 0;
}

.smm-collapse-container {
  width: 100%;
  border: 1px solid rgba(226, 226, 226, 0.6);
  border-radius: 6px;
  overflow: hidden;
}
.smm-collapse-container .smm-collapse-container-title {
  background: #f9f9f9;
  border-radius: 6px 6px 0px 0px;
  border-bottom: 1px solid rgba(226, 226, 226, 0.6);
  font-size: 14px;
  line-height: 16px;
  color: #131313;
  min-height: 60px;
  padding: 17px 20px;
  font-weight: 600;
}
.smm-collapse-container .smm-collapse-container-title img {
  max-width: 32px;
  max-height: 35px;
  margin-right: 8px;
}
@media (max-width: 767px) {
.smm-collapse-container .smm-collapse-container-title {
    justify-content: center;
    text-align: center;
}
}
.smm-collapse-container .smm-collapse-container-content {
  background-color: white;
}

.card.smm-collapse {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  height: 0;
  padding: 0;
  border-bottom: 1px dashed #e2e2e2 !important;
}
.card.smm-collapse.smm-collapse-border-border-bottom-none,
.card.smm-collapse:last-child {
  border-bottom: none !important;
}
.card.smm-collapse.smm-collapse-visible {
  height: auto;
  visibility: visible;
  opacity: 1;
  border: none;
  width: 100%;
  padding: 10px 0;
  border-radius: 0;
}
@media (min-width: 768px) {
.card.smm-collapse.smm-collapse-visible {
    padding: 16px 0;
}
}
@media (min-width: 992px) {
.card.smm-collapse.smm-collapse-visible {
    padding: 20px 0;
}
}
.card.smm-collapse .card-header {
  border: none;
}
.card.smm-collapse .card-header .smm-collapse-title {
  outline: none;
  user-select: none;
}
.card.smm-collapse .card-header .smm-collapse-title .text {
  font-family: "SFProText-Semibold";
  font-size: 14px;
  line-height: 22px;
  color: #131313;
  width: 100%;
}
.card.smm-collapse .card-header .smm-collapse-title i {
  color: #131313;
  font-size: 15px;
  margin-right: 8px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.card.smm-collapse .card-header .smm-collapse-title.not-collapsed i {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.card.smm-collapse .smm-collapse-text {
  font-size: 14px;
  line-height: 21px;
  color: rgba(19, 19, 19, 0.5);
  width: calc(100% - 25px);
  font-family: "SFProText-Regular";
  padding-top: 8px;
}
.card.smm-collapse .smm-collapse-text a {
  color: #f37021;
}
.card.smm-collapse .smm-collapse-text a:hover {
  text-decoration: underline !important;
}
.card.smm-collapse .smm-collapse-text #es-store-statistic {
  color: #f37021;
  font-family: "SFProText-Semibold";
}

.smm-date-picker {
  border-radius: 8px;
  background-color: white;
  max-width: 288px;
  width: 100%;
}
.smm-date-picker .smm-timestamp-settings {
  padding: 0 12px;
}
.smm-date-picker .smm-timestamp-settings > div {
  margin-bottom: 12px;
}
.smm-date-picker .smm-timestamp-settings .smm-time-picker-wrap .smm-time-picker {
  display: flex;
  align-items: center;
}
.smm-date-picker .smm-timestamp-settings .smm-time-picker-wrap .smm-time-picker > * {
  margin-right: 4px;
}
.smm-date-picker .smm-timestamp-settings .smm-time-picker-wrap .smm-time-picker > *:last-child {
  margin-right: 0;
}
.smm-date-picker .smm-timestamp-settings .smm-time-picker-wrap .smm-time-picker .smm-time-format {
  display: flex;
  align-items: center;
  background: #f0f0f0;
  padding: 4px;
  min-height: 40px;
  border-radius: 4px;
}
.smm-date-picker .smm-timestamp-settings .smm-time-picker-wrap .smm-time-picker .smm-time-format .smm-time-format-item {
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.87);
  transition: all 0.15s ease;
}
.smm-date-picker .smm-timestamp-settings .smm-time-picker-wrap .smm-time-picker .smm-time-format .smm-time-format-item.checked {
  color: white;
  background-color: #f37021;
}
.smm-date-picker .smm-timestamp-settings .smm-time-slots-wrap .smm-time-slots-title {
  font-family: "ProximaNova";
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 4px;
}
.smm-date-picker .smm-timestamp-settings .smm-recommended-time-wrap .smm-recommended-time-title {
  font-family: "ProximaNova";
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 4px;
}
.smm-date-picker .smm-date-time-buttons {
  display: flex;
  justify-content: space-between;
}
.smm-date-picker .v-picker__body {
  max-width: 288px;
}
.smm-date-picker .v-date-picker-header .fa-chevron-right,
.smm-date-picker .v-date-picker-header .fa-chevron-left {
  font-size: 13px;
}
.smm-date-picker .v-date-picker-table--date tbody tr td {
  padding: 5px 0;
}
.v-menu__content {
  box-shadow: 0 4px 7px 0 rgba(82, 63, 105, 0.08);
}
.v-date-picker-years li.active {
  color: #fff !important;
}

.smm-time-picker .v-picker.smm-time-picker {
  flex-direction: column-reverse;
}
.smm-time-picker .v-picker.smm-time-picker .v-time-picker-title__time .v-picker__title__btn,
.smm-time-picker .v-picker.smm-time-picker .v-time-picker-title__time span {
  font-size: 24px;
  height: auto;
}
.smm-time-picker .v-picker.smm-time-picker .v-time-picker-title {
  display: flex;
  justify-content: center;
}

.custom-modal-dialog {
  position: relative !important;
  max-width: 800px !important;
  width: 100% !important;
  transform: none;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  margin: 1.75rem auto;
  align-items: center;
  width: auto;
  pointer-events: none;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  padding: 3rem 3rem !important;
  border-radius: 20px;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #162a47;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  max-height: 90vh !important;
  overflow: hidden !important;
  /* Styling for the track (the line the slider moves on) */
  /* Styling for the thumb (the handle) */
  /* Styling for Mozilla Firefox */
  /* Styling for Microsoft Edge and IE */
}
.custom-modal-dialog .np {
  padding: 0px !important;
}
.custom-modal-dialog .result {
  margin-top: 48px;
  width: 100%;
  height: auto !important;
  margin-bottom: 20px;
}
.custom-modal-dialog .result-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.custom-modal-dialog .button-copy {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #7a7878;
  padding-left: 25px;
  background: #fffefe;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  line-height: 24px;
  text-align: center;
  background: url("/assets/copy.svg") 10px 5% no-repeat;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  display: inline-block;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  margin: 0;
  font-family: inherit;
  box-sizing: border-box;
}
.custom-modal-dialog .button-add-to-redactor {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #7a7878;
  padding-left: 25px;
  background: #fffefe;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  line-height: 24px;
  text-align: center;
  background: url("/assets/plus.svg") 10px 5% no-repeat;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  display: inline-block;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  margin: 0;
  font-family: inherit;
  box-sizing: border-box;
}
.custom-modal-dialog .result-container {
  height: auto !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  padding: 16px !important;
  color: #162a47;
  margin-top: 24px;
  width: 100%;
}
.custom-modal-dialog .smm-ai-generate-dialog-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(90vh - 200px);
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}
.custom-modal-dialog .smm-ai-generate-dialog-content::-webkit-scrollbar {
  width: 6px;
}
.custom-modal-dialog .smm-ai-generate-dialog-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.custom-modal-dialog .smm-ai-generate-dialog-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.custom-modal-dialog .smm-ai-generate-dialog-content::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.custom-modal-dialog .generate-button {
  width: 166px;
  height: 24px;
  padding: 6px 5px;
  background-color: #f37021;
  border-color: #f37021;
  color: #f0f0f0;
  border-radius: 10px !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
}
.custom-modal-dialog input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  /* Track height */
  border-radius: 5px;
  background: #cacaca;
  /* Track color */
  outline: none;
  margin: 10px 0;
}
.custom-modal-dialog input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  /* Track height */
  border-radius: 5px;
  background: #cacaca;
  /* Track color */
}
.custom-modal-dialog input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  /* Handle size */
  height: 18px;
  /* Handle size */
  border: 9px solid #f37021;
  /* Border size and color */
  border-radius: 50%;
  /* Half of the handle size for a circular shape */
  background: #f37021;
  /* Handle color */
  cursor: pointer;
  margin-top: -5px;
  /* Adjust the thumb position */
}
.custom-modal-dialog input[type="range"]::-moz-range-track {
  width: 100%;
  height: 3px;
  /* Track height */
  border-radius: 5px;
  background: #cacaca;
  /* Track color */
}
.custom-modal-dialog input[type="range"]::-moz-range-thumb {
  width: 12px;
  /* Handle size */
  height: 12px;
  /* Handle size */
  border: 6px solid #f37021;
  /* Border size and color */
  border-radius: 50%;
  /* Half of the handle size for a circular shape */
  background: #f37021;
  /* Handle color */
  cursor: pointer;
  margin-top: -5px;
  /* Adjust the thumb position */
}
.custom-modal-dialog input[type="range"]::-ms-track {
  width: 100%;
  height: 3px;
  /* Track height */
  border-radius: 5px;
  background: #cacaca;
  /* Track color */
  color: transparent;
}
.custom-modal-dialog input[type="range"]::-ms-thumb {
  width: 12px;
  /* Handle size */
  height: 12px;
  /* Handle size */
  border: 6px solid #f37021;
  /* Border size and color */
  border-radius: 50%;
  /* Half of the handle size for a circular shape */
  background: #f37021;
  /* Handle color */
  cursor: pointer;
  margin-top: -5px;
  /* Adjust the thumb position */
}
.custom-modal-dialog label {
  font-weight: 300;
  line-height: 17px;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  margin: 3px;
}
.custom-modal-dialog .range-value {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 0.1rem 0.5rem;
  font-weight: 300;
  min-width: 37px;
  text-align: center;
}
.custom-modal-dialog .title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 3px;
}
.custom-modal-dialog .title {
  padding: 1rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 2rem !important;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  color: #162a47;
  padding: 0px !important;
  margin-bottom: 16px;
}
.custom-modal-dialog .title-credits {
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  padding: 0px;
}
.custom-modal-dialog .title-credits .count {
  font-weight: 600;
}
.custom-modal-dialog .left {
  float: left;
  text-align: center;
}
.custom-modal-dialog .container-fluid {
  max-width: 100vw;
  padding-bottom: 5px;
  padding-top: 5px;
}
.custom-modal-dialog .custom-textarea {
  width: 100% !important;
  resize: none;
  border: 1px solid #f37021;
  border-radius: 8px;
  height: auto;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  overflow: auto;
  font-family: inherit;
  box-sizing: border-box;
  margin: 3px;
}
.custom-modal-dialog .form-container {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 6px 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  min-height: 74px;
}
.custom-modal-dialog .form-container div {
  padding: 0px;
  text-align: start;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.custom-modal-dialog .row {
  margin: 0px !important;
}
.custom-modal-dialog .custom-radio-button-first span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.custom-modal-dialog .custom-radio-button-last span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.custom-modal-dialog .custom-radio-button input {
  display: none;
}
.custom-modal-dialog .custom-radio-button input:checked + span {
  outline: 2px solid #f37021;
}
.custom-modal-dialog .custom-radio-button span {
  z-index: 1;
  cursor: pointer;
  width: 30px;
  height: 23px;
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
  font-weight: 300;
  font-size: 12px;
  line-height: 10px;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
.custom-modal-dialog .custom-radio-button span input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.custom-modal-dialog .custom-button-group {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.custom-modal-dialog .custom-button {
  margin: 5px 6px;
  min-width: auto;
  padding: 0;
  background-color: #f37021;
  border-color: #f37021;
  color: #f0f0f0;
  border-radius: 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
  margin-top: 6px;
}
@media (min-width: 1200px) {
.custom-modal-dialog {
    width: 100% !important;
    max-width: 1140px !important;
}
.right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
}
@media (min-width: 995px) and (max-width: 1200px) {
.custom-modal-dialog {
    width: 100% !important;
    max-width: 800px !important;
}
.right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
}
@media (max-width: 768px) {
.right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.custom-modal-dialog {
    max-width: 500px !important;
}
.modal-header-fullscreen {
    display: none;
}
.modal-header-mobile {
    display: flex;
}
.form-container {
    flex-direction: column !important;
    min-height: 125px !important;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
}
.btn-variable-text {
    font-size: 13px;
    line-height: 15px;
}
.aigen-bottom-item {
    display: flex;
    flex-direction: column;
}
.aigen-bottom-item .btn-settings-group {
    display: flex;
    justify-content: start;
    margin-top: 0.5rem;
}
.aigen-bottom-item .btn-settings-group .btn-settings {
    font-size: 11px;
}
.aigen-bottom-item .btn-settings-group .copy {
    margin-right: 0.75rem;
}
}
@media (min-width: 768px) and (max-width: 995px) {
.right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.form-container {
    flex-direction: column !important;
    min-height: 125px !important;
    text-align: left !important;
}
.custom-modal-dialog {
    max-width: auto !important;
}
.range-container .custom-range {
    width: 100px;
    margin-right: 1rem;
}
.dropdown-label {
    margin-right: 0.25rem;
}
}

.result-container > pre {
  display: block;
  padding: 0;
  margin: 0;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #162A47;
  word-break: break-all;
  word-wrap: break-word;
  background-color: transparent;
  border: none;
}

.smm-first-comment-dialog {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-first-comment-dialog .smm-first-comment-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-first-comment-dialog .smm-first-comment-footer {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.smm-choose-from-list-commands-wrap {
  min-height: 142px;
}
.smm-choose-from-list-commands-wrap.smm-users-has-result {
  min-height: 60px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-choose-from-list-commands-wrap.smm-users-has-result > .smm-scrollbar {
  min-height: 60px;
}
.smm-choose-from-list-commands-wrap.smm-users-has-result > .smm-scrollbar .smm-scrollbar-control {
  max-height: 300px !important;
}
.smm-choose-from-list-commands-wrap.smm-users-has-result .smm-submit-block {
  margin-top: 30px;
  margin-bottom: 15px;
}
.smm-choose-from-list-commands-wrap > .smm-scrollbar {
  min-height: 142px;
  height: 100%;
}
.smm-choose-from-list-commands-wrap .smm-choose-from-list-commands-item:first-child {
  border-top: none;
}
.smm-choose-from-list-commands-wrap .smm-choose-from-list-commands-item .smm-invite-team-item-wrap {
  border-top: 1px solid #e5e5e5;
}

.smm-invite-by-email-wrap > div.input-wrap {
  margin-bottom: 8px;
}
.smm-invite-by-email-wrap > div.input-wrap:last-child {
  margin-bottom: 0;
}
.smm-invite-by-email-wrap .smm-submit-block {
  margin-top: 15px;
}
@media (min-width: 768px) {
.smm-invite-by-email-wrap .smm-submit-block {
    margin-top: 30px;
    margin-bottom: 15px;
}
}

.smm-invite-team-item-wrap {
  padding: 10px 0;
}
.smm-invite-team-item-wrap:first-child {
  border-top: none;
}
@media (min-width: 576px) {
.smm-invite-team-item-wrap .smm-invite-team-item {
    display: flex;
    align-items: center;
}
.smm-invite-team-item-wrap .smm-invite-team-item > div:first-child {
    display: flex;
    flex-grow: 1;
}
.smm-invite-team-item-wrap .smm-invite-team-item .smm-user-role {
    max-width: 200px;
    margin-right: 30px;
}
}
.smm-invite-team-item-wrap .smm-invite-team-item .smm-team-user-checkbox {
  display: none !important;
}
@media (max-width: 576px) {
.smm-invite-team-item-wrap .smm-invite-team-item .smm-team-user-checkbox {
    display: block !important;
}
}
.smm-invite-team-item-wrap .smm-invite-team-item .smm-invite-team-item-checkbox {
  display: block !important;
}
@media (max-width: 576px) {
.smm-invite-team-item-wrap .smm-invite-team-item .smm-invite-team-item-checkbox {
    display: none !important;
}
}

.smm-send-link-wrap .smm-submit-block {
  margin-top: 20px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
.smm-send-link-wrap .smm-submit-block {
    margin-top: 40px;
    margin-bottom: 24px;
}
}

.smm-invite-team-member {
  font-family: "ProximaNova";
}
.smm-invite-team-member .smm-submit-block {
  display: flex;
  justify-content: center;
}
.smm-invite-team-member .v-tabs.smm-tabs .v-slide-group__prev,
.smm-invite-team-member .v-tabs.smm-tabs .v-slide-group__next {
  display: none !important;
}
.smm-invite-team-member .v-tabs.smm-tabs .v-tabs-items {
  margin-top: 15px;
}
@media (min-width: 992px) {
.smm-invite-team-member .v-tabs.smm-tabs .v-tabs-items {
    margin-top: 30px;
}
}
.v-tabs .v-slide-group__prev,
.v-tabs .v-slide-group__next {
  display: none;
}
.v-tabs .v-tab {
  text-transform: none;
  font-family: "ProximaNova";
  font-size: 15px;
  letter-spacing: 0;
}
.v-tabs .v-tab.v-tab--active {
  font-weight: bold;
  color: #162a47;
}

.post-captions-dialog {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 300px;
}
.post-captions-dialog .post-captions-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.post-captions-dialog .post-captions-list .smm-post-caption-preview-wrap {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 0;
}
.post-captions-dialog .post-captions-list .smm-post-caption-preview-wrap:last-child {
  border-bottom: none;
}
.post-captions-dialog .post-captions-list .smm-scrollbar-control {
  max-height: 100%;
  height: 100%;
}
.post-captions-dialog .post-captions-list .post-captions-new-topic {
  text-align: right;
  font-size: 13px;
  color: #f37021c7;
  cursor: pointer;
  padding-bottom: 6px;
}

.smm-post-hashtags-dialog {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 300px;
}
.smm-post-hashtags-dialog .smm-post-hashtags-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-post-hashtags-dialog .smm-post-hashtags-list .smm-hashtag-preview-wrap {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 0;
}
.smm-post-hashtags-dialog .smm-post-hashtags-list .smm-hashtag-preview-wrap:last-child {
  border-bottom: none;
}
.smm-post-hashtags-dialog .smm-post-hashtags-list .smm-scrollbar-control {
  max-height: 100%;
  height: 100%;
}
.smm-post-hashtags-dialog .smm-post-hashtags-list .smm-post-hashtags-create {
  text-align: right;
  font-size: 13px;
  color: #f37021c7;
  cursor: pointer;
  padding-bottom: 6px;
}
.smm-post-hashtags-dialog .smm-post-hashtags-footer {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.smm-answer-item-wrap .smm-answer-item-block .input-wrap .smm-input.smm-answer-input.form-control.is-valid {
  padding-right: 24px !important;
}
.smm-answer-item-wrap .smm-answer-item-block .smm-answer-item-title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.smm-answer-item-wrap .smm-answer-item-block .smm-answer-item-title-block .smm-answer-icon-close {
  position: absolute;
  right: 8px;
  top: 16px;
}
.smm-answer-item-wrap .smm-answer-item-block .smm-answer-item-title-block .smm-answer-icon-close.smm-title-exist {
  top: 31px;
}

.smm-post-poll-update-dialog {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 300px;
}
.smm-post-poll-update-dialog .smm-post-poll-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-post-poll-update-dialog .smm-post-poll-content > div:first-child {
  margin-bottom: 20px;
}
.smm-post-poll-update-dialog .smm-post-poll-content .smm-post-poll-answers-validation {
  font-size: 12px;
  line-height: 14px;
  margin-top: 0;
  color: #dc3545;
  font-family: "ProximaNova";
  padding-top: 8px;
}
.smm-post-poll-update-dialog .smm-post-poll-footer {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  flex-direction: column;
}
@media (min-width: 576px) {
.smm-post-poll-update-dialog .smm-post-poll-footer {
    flex-direction: row;
}
}
.smm-post-poll-update-dialog .smm-post-poll-footer > div {
  margin: 0 0 8px 0;
}
@media (min-width: 576px) {
.smm-post-poll-update-dialog .smm-post-poll-footer > div {
    margin: 0 8px 0 0;
}
.smm-post-poll-update-dialog .smm-post-poll-footer > div:last-child {
    margin: 0;
}
}
.smm-post-poll-update-dialog .smm-post-poll-footer > div:last-child {
  margin: 0;
}
.smm-post-poll-update-dialog .smm-post-poll-footer .smm-button-orange,
.smm-post-poll-update-dialog .smm-post-poll-footer .smm-button-white {
  min-width: 100% !important;
}
@media (min-width: 576px) {
.smm-post-poll-update-dialog .smm-post-poll-footer .smm-button-orange,
  .smm-post-poll-update-dialog .smm-post-poll-footer .smm-button-white {
    min-width: 102px !important;
}
}

.smm-post-topic-update-dialog .smm-post-topic-update-title {
  font-size: 20px;
  line-height: 23px;
  color: #162a47;
  font-weight: bold;
  font-family: ProximaNova;
  text-align: center;
  margin-bottom: 20px;
}
.smm-post-topic-update-dialog .smm-post-topic-update-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.smm-post-topic-update-dialog .smm-post-topic-update-content .smm-post-topic-name {
  width: 100%;
  margin-bottom: 15px;
}
.smm-post-topic-update-dialog .smm-post-topic-update-content .smm-post-topic-colors {
  width: 100%;
  margin-bottom: 15px;
}
.smm-post-topic-update-dialog .smm-post-topic-update-content .smm-post-topic-colors .smm-post-topic-color-item {
  width: fit-content;
  text-align: center;
}
.smm-post-topic-update-dialog .smm-post-topic-update-content .smm-post-topic-colors .smm-post-topic-color-item .smm-post-topic-color-by {
  font-size: 14px;
  line-height: 16px;
  color: #7a7878;
  margin-bottom: 5px;
}
.smm-post-topic-update-dialog .smm-post-topic-update-content .smm-post-topic-preview-element {
  width: 100%;
  margin-bottom: 15px;
}

@keyframes shows {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.smm-content-block-header-menu-filter-block {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.smm-content-block-header-menu-filter-block .smm-content-block-header-menu-filters > div:not(:first-child) {
  border-top: 1px solid #e2e2e2;
  padding-top: 12px;
  margin-top: 12px;
}
.smm-content-block-header-menu-filter-block .smm-content-block-header-menu-filters .smm-content-block-header-menu-filters-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-content-block-header-menu-filter-block .smm-content-block-header-menu-filters .smm-content-block-header-menu-filters-block .smm-content-block-header-menu-filter-socials-on-off {
  margin-bottom: 8px;
}
.smm-content-block-header-menu-filter-block .smm-content-block-header-menu-filters .smm-content-block-header-menu-filters-block .smm-content-block-header-menu-filters-block-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #162a47;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smm-content-block-header-menu-filter-block .smm-content-block-header-menu-filters .smm-content-block-header-menu-filters-block .smm-content-block-header-menu-filters-block-name > i {
  font-size: 12px;
  cursor: pointer;
  color: #a0a0a0;
  transition: color 0.15s ease-in-out;
}
.smm-content-block-header-menu-filter-block .smm-content-block-header-menu-filters .smm-content-block-header-menu-filters-block .smm-content-block-header-menu-filters-block-name > i:hover {
  color: #000;
}
.smm-content-block-header-menu-filter-block .smm-content-block-header-menu-filters .smm-content-block-header-menu-filters-block .smm-content-block-header-menu-filter-socials {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  gap: 8px;
}
.smm-content-block-header-menu-filter-block .smm-content-block-header-menu-filters .smm-content-block-header-menu-filters-block .smm-content-block-header-menu-filter-socials .last-sn {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #e2e2e2;
}
.smm-content-block-header-menu-filter-block .smm-content-block-header-menu-filters .smm-content-block-header-menu-filters-block .smm-content-block-header-menu-filter-time-range {
  color: #f37021;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.smm-content-block-header-menu-filter-block .smm-content-block-header-menu-filters .smm-content-block-header-menu-filters-block .smm-content-block-header-menu-filter-time-range-block {
  display: none;
}
.smm-content-block-header-menu-filter-block .smm-content-block-header-menu-filters .smm-content-block-header-menu-filters-block .smm-content-block-header-menu-filter-time-range-block.daterangeShow {
  animation: shows 1s;
  padding-top: 8px;
  display: block;
}
.smm-content-block-header-menu-filter-block .smm-content-block-header-menu-filter-apply {
  padding-top: 30px;
}

.smm-hashtag-update-dialog {
  font-family: "ProximaNova";
}
.smm-hashtag-update-dialog .smm-hashtag-update-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.smm-hashtag-update-dialog .smm-hashtag-update-content .smm-hashtag-social-block,
.smm-hashtag-update-dialog .smm-hashtag-update-content .smm-overlay-date-view {
  width: 100%;
}
.smm-hashtag-update-dialog .smm-hashtag-update-content .smm-hashtag-colors {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.smm-hashtag-update-dialog .smm-hashtag-update-content .smm-hashtag-colors .smm-hashtag-color-item {
  width: fit-content;
  text-align: center;
}
.smm-hashtag-update-dialog .smm-hashtag-update-content .smm-hashtag-colors .smm-hashtag-color-item .smm-hashtag-color-by {
  font-size: 14px;
  line-height: 16px;
  color: #7a7878;
  margin-bottom: 5px;
}
@media (min-width: 465px) {
.smm-hashtag-update-dialog .smm-hashtag-update-content .smm-hashtag-colors {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}
}
.smm-hashtag-update-dialog .smm-hashtag-update-content .smm-hashtag-preview-element {
  width: 100%;
}
.smm-hashtag-update-dialog .smm-hashtag-update-content > div {
  margin-bottom: 15px;
}
.smm-hashtag-update-dialog .smm-hashtag-update-content > div:last-child {
  margin-bottom: 0;
}

.smm-info-update-dialog .smm-info-update-title {
  font-size: 20px;
  line-height: 23px;
  color: #162a47;
  font-weight: bold;
  font-family: ProximaNova;
  text-align: center;
  margin-bottom: 20px;
}
.smm-info-update-dialog .smm-info-update-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
}
.smm-info-update-dialog .smm-info-update-content .smm-info-update-item {
  width: 100%;
}
.smm-info-update-dialog .smm-info-update-content .smm-info-update-item .smm-selected-icons-title {
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
  margin-bottom: 5px;
}
.smm-info-update-dialog .smm-info-update-content .smm-info-update-item .smm-selected-icons-content {
  text-align: center;
}
.smm-info-update-dialog .smm-info-update-content .smm-info-update-item .smm-selected-icons-content .smm-icon-item-block {
  width: 50px;
  min-width: 50px;
  height: 50px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0%);
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  transition: border 0.15s ease-in;
  margin: 5px;
}
.smm-info-update-dialog .smm-info-update-content .smm-info-update-item .smm-selected-icons-content .smm-icon-item-block i {
  font-size: 20px;
  color: #162a47;
}
.smm-info-update-dialog .smm-info-update-content .smm-info-update-item .smm-selected-icons-content .smm-icon-item-block:hover {
  border: 1px solid #f37021;
}
.smm-info-update-dialog .smm-info-update-content .smm-info-update-item .smm-selected-icons-content .smm-icon-item-block.smm-icon-item-selected {
  border: 1px solid #f37021;
}
.smm-info-update-dialog .smm-info-update-content .smm-info-update-item .smm-selected-icons-content .smm-icon-item-block.smm-icon-item-selected i {
  color: #f37021;
}
.smm-info-update-dialog .smm-info-update-content > div.smm-button {
  margin-top: 20px;
}

.smm-filter-comments-header-dialog {
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
}
.smm-filter-comments-header-dialog .smm-filter-comments-header-dialog-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #162a47;
}
.smm-filter-comments-header-dialog .smm-filter-comments-header-dialog-bth {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #7a7878;
  cursor: pointer;
}
.smm-filter-comments-header-dialog .smm-filter-comments-header-dialog-bth:hover {
  text-decoration-line: none;
}
.smm-filter-comments-dialog-wrap {
  padding: 0 4px;
}
.smm-filter-comments-dialog-wrap .smm-filter-comments-dialog .smm-filter-comments-dialog-content {
  margin-top: 26px;
}
.smm-filter-comments-dialog-wrap .smm-filter-comments-dialog .smm-comments-list-posts-content-dialog-socials-text {
  margin-top: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #162a47;
}
.smm-filter-comments-dialog-wrap .smm-filter-comments-dialog .smm-comments-list-posts-content-dialog-socials-wrap {
  margin-top: 10px;
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  min-height: 63px;
  padding: 16px 12px;
  display: none;
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  justify-content: start;
}
@media (max-width: 900px) {
.smm-filter-comments-dialog-wrap .smm-filter-comments-dialog .smm-comments-list-posts-content-dialog-socials-wrap {
    display: flex;
    margin: 14px 0 0;
    flex: none;
    align-items: center;
}
.smm-filter-comments-dialog-wrap .smm-filter-comments-dialog .smm-comments-list-posts-content-dialog-socials-wrap > div {
    padding: 5px;
    max-height: 50px;
}
}
.smm-filter-comments-dialog-wrap .smm-filter-comments-dialog .smm-filter-comments-dialog-btn {
  align-items: center;
  width: 100%;
  display: flex;
  margin-top: 32px;
  justify-content: center;
  flex-direction: column;
}
.smm-filter-comments-dialog-wrap .smm-filter-comments-dialog .smm-filter-comments-dialog-btn .smm-filter-comments-dialog-btn-close {
  margin-top: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7a7878;
}

.smm-filter-messager-header-dialog {
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
}
.smm-filter-messager-header-dialog .smm-filter-messager-header-dialog-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #162a47;
}
.smm-filter-messager-header-dialog .smm-filter-messager-header-dialog-bth {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #7a7878;
  cursor: pointer;
}
.smm-filter-messager-header-dialog .smm-filter-messager-header-dialog-bth:hover {
  text-decoration-line: none;
}
.smm-filter-messager-dialog-wrap {
  padding: 0 4px;
}
.smm-filter-messager-dialog-wrap .smm-filter-messager-dialog .v-expansion-panel-header {
  padding: 10px !important;
}
.smm-filter-messager-dialog-wrap .smm-filter-messager-dialog .smm-filter-messages-content-checkbox {
  display: flex;
  flex-direction: column;
}
.smm-filter-messager-dialog-wrap .smm-filter-messager-dialog .smm-filter-messages-content-checkbox > div:not(:last-child) {
  margin-bottom: 8px;
}
.smm-filter-messager-dialog-wrap .smm-filter-messager-dialog .smm-filter-messages-content-responsible-wrap {
  display: flex;
  align-items: center;
}
.smm-filter-messager-dialog-wrap .smm-filter-messager-dialog .smm-filter-messages-content-responsible-wrap .smm-filter-messages-content-responsible-autocomplete {
  width: 180px;
}
.smm-filter-messager-dialog-wrap .smm-filter-messager-dialog .smm-filter-messages-content-responsible-wrap .smm-filter-messages-content-responsible-clear {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #162a47;
  margin-left: 8px;
  cursor: pointer;
}
.smm-filter-messager-dialog-wrap .smm-filter-messager-dialog .smm-filter-messager-dialog-content {
  margin-top: 26px;
}
.smm-filter-messager-dialog-wrap .smm-filter-messager-dialog .smm-messager-list-posts-content-dialog-socials-text {
  margin-top: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #162a47;
}
.smm-filter-messager-dialog-wrap .smm-filter-messager-dialog .smm-messager-list-posts-content-dialog-socials-wrap {
  margin-top: 10px;
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  min-height: 63px;
  padding: 16px 12px;
  display: none;
}
@media (max-width: 900px) {
.smm-filter-messager-dialog-wrap .smm-filter-messager-dialog .smm-messager-list-posts-content-dialog-socials-wrap {
    display: flex;
    margin: 14px 0 0;
    flex: none;
    align-items: center;
}
.smm-filter-messager-dialog-wrap .smm-filter-messager-dialog .smm-messager-list-posts-content-dialog-socials-wrap > div {
    padding: 5px;
    max-height: 50px;
}
}
.smm-filter-messager-dialog-wrap .smm-filter-messager-dialog .smm-filter-messager-dialog-btn {
  align-items: center;
  width: 100%;
  display: flex;
  margin-top: 32px;
  justify-content: center;
  flex-direction: column;
}
.smm-filter-messager-dialog-wrap .smm-filter-messager-dialog .smm-filter-messager-dialog-btn .smm-filter-messager-dialog-btn-close {
  margin-top: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7a7878;
}

.smm-notes-update-dialog {
  font-family: "ProximaNova";
}
.smm-notes-update-dialog .smm-notes-update-title {
  font-size: 20px;
  line-height: 23px;
  color: #162a47;
  font-weight: bold;
  font-family: ProximaNova;
  text-align: center;
  margin-bottom: 20px;
}
.smm-notes-update-dialog .smm-notes-update-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.smm-notes-update-dialog .smm-notes-update-content .smm-notes-name {
  width: 100%;
}
.smm-notes-update-dialog .smm-notes-update-content > div {
  margin-bottom: 15px;
}
.smm-notes-update-dialog .smm-notes-update-content > div:last-child {
  margin-bottom: 0;
}

.smm-overlays-update-dialog {
  font-family: "ProximaNova";
}
.smm-overlays-update-dialog .smm-overlays-update-title {
  font-size: 20px;
  line-height: 23px;
  color: #162a47;
  font-weight: bold;
  font-family: ProximaNova;
  text-align: center;
  margin-bottom: 20px;
}
.smm-overlays-update-dialog .smm-overlays-update-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.smm-overlays-update-dialog .smm-overlays-update-content .smm-overlays-name,
.smm-overlays-update-dialog .smm-overlays-update-content .smm-overlay-date-view {
  width: 100%;
}
.smm-overlays-update-dialog .smm-overlays-update-content .smm-overlays-colors {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.smm-overlays-update-dialog .smm-overlays-update-content .smm-overlays-colors .smm-overlays-color-item {
  width: fit-content;
  text-align: center;
}
.smm-overlays-update-dialog .smm-overlays-update-content .smm-overlays-colors .smm-overlays-color-item .smm-overlays-color-by {
  font-size: 14px;
  line-height: 16px;
  color: #7a7878;
  margin-bottom: 5px;
}
@media (min-width: 465px) {
.smm-overlays-update-dialog .smm-overlays-update-content .smm-overlays-colors {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}
}
.smm-overlays-update-dialog .smm-overlays-update-content .smm-overlays-preview-element {
  width: 100%;
}
.smm-overlays-update-dialog .smm-overlays-update-content > div {
  margin-bottom: 15px;
}
.smm-overlays-update-dialog .smm-overlays-update-content > div:last-child {
  margin-bottom: 0;
}

.smm-post-caption-update-dialog .smm-post-caption-update-title {
  font-size: 20px;
  line-height: 23px;
  color: #162a47;
  font-weight: bold;
  font-family: ProximaNova;
  text-align: center;
  margin-bottom: 20px;
}
.smm-post-caption-update-dialog .smm-post-caption-update-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.smm-post-caption-update-dialog .smm-post-caption-update-content .smm-post-caption-update-item {
  margin-bottom: 20px;
  width: 100%;
}
.smm-post-caption-update-dialog .smm-post-caption-update-content .smm-post-caption-update-item .smm-selected-icons-title {
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
  margin-bottom: 5px;
}
.smm-post-caption-update-dialog .smm-post-caption-update-content .smm-post-caption-update-item .smm-selected-icons-content {
  text-align: center;
}
.smm-post-caption-update-dialog .smm-post-caption-update-content .smm-post-caption-update-item .smm-selected-icons-content .smm-icon-item-block {
  width: 50px;
  min-width: 50px;
  height: 50px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0%);
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  transition: border 0.15s ease-in;
  margin: 5px;
}
.smm-post-caption-update-dialog .smm-post-caption-update-content .smm-post-caption-update-item .smm-selected-icons-content .smm-icon-item-block i {
  font-size: 20px;
  color: #162a47;
}
.smm-post-caption-update-dialog .smm-post-caption-update-content .smm-post-caption-update-item .smm-selected-icons-content .smm-icon-item-block:hover {
  border: 1px solid #f37021;
}
.smm-post-caption-update-dialog .smm-post-caption-update-content .smm-post-caption-update-item .smm-selected-icons-content .smm-icon-item-block.smm-icon-item-selected {
  border: 1px solid #f37021;
}
.smm-post-caption-update-dialog .smm-post-caption-update-content .smm-post-caption-update-item .smm-selected-icons-content .smm-icon-item-block.smm-icon-item-selected i {
  color: #f37021;
}

.v-navigation-drawer.smm-navigation-drawer {
  max-width: 500px;
  z-index: 100;
  position: fixed;
}
.v-navigation-drawer.smm-navigation-drawer .v-navigation-drawer__content {
  overflow: hidden;
}
.v-navigation-drawer.smm-navigation-drawer.v-navigation-drawer--bottom.v-navigation-drawer--is-mobile {
  min-width: auto;
  max-height: 100%;
}
.smm-post-comments-control {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.smm-post-comments-control .smm-post-comments-header {
  background-color: #fff;
}
.smm-post-comments-control .smm-post-comments-header .smm-post-comments-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eff2f5;
  padding: 20px;
}
.smm-post-comments-control .smm-post-comments-header .smm-post-comments-header-content .smm-post-comments-header-text {
  display: flex;
  align-items: center;
  color: #181c32;
  font-weight: 600;
  transition: color 0.2s ease, background-color 0.2s ease;
  font-size: 18px;
  line-height: 21px;
}
.smm-post-comments-control .smm-post-comments-body {
  display: flex;
  flex-direction: column;
}
.smm-post-comments-control .smm-post-comments-body .smm-post-comments-list {
  padding: 20px;
}
.smm-post-comments-control .smm-post-comments-body .smm-post-comments-scroll {
  max-height: 100vh;
}
.smm-post-comments-control .smm-post-comments-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 500px;
  border-top: 1px solid #eff2f5;
  padding: 20px;
  background-color: white;
}

.smm-post-planning-dialog .smm-post-planning-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 650px) {
.smm-post-planning-dialog .smm-post-planning-content {
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 25px;
}
}
.smm-post-planning-dialog .smm-post-planning-remove-date .smm-post-planning-remove-check {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.smm-post-planning-dialog .smm-posting-frequency-planning {
  margin-bottom: 20px;
}
.smm-post-planning-dialog .smm-post-planing-buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 449px) {
.smm-post-planning-dialog .smm-post-planing-buttons .smm-button {
    width: 100%;
    margin-bottom: 5px;
}
.smm-post-planning-dialog .smm-post-planing-buttons .smm-button:last-child {
    margin-bottom: 0;
}
}
@media (min-width: 450px) {
.smm-post-planning-dialog .smm-post-planing-buttons {
    flex-direction: row;
    justify-content: center;
}
.smm-post-planning-dialog .smm-post-planing-buttons .smm-button {
    margin-left: 5px;
}
.smm-post-planning-dialog .smm-post-planing-buttons .smm-button:first-child {
    margin-left: 0;
}
}

.smm-post-reject-dialog .smm-post-reject-bottons {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.smm-post-remove-dialog .smm-post-remove-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 650px) {
.smm-post-remove-dialog .smm-post-remove-content {
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 25px;
}
}
.smm-post-remove-dialog .smm-post-remove-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 449px) {
.smm-post-remove-dialog .smm-post-remove-buttons .smm-button {
    width: 100%;
    margin-bottom: 5px;
}
.smm-post-remove-dialog .smm-post-remove-buttons .smm-button:last-child {
    margin-bottom: 0;
}
}
@media (min-width: 450px) {
.smm-post-remove-dialog .smm-post-remove-buttons {
    flex-direction: row;
    justify-content: center;
}
.smm-post-remove-dialog .smm-post-remove-buttons .smm-button {
    margin-left: 5px;
}
.smm-post-remove-dialog .smm-post-remove-buttons .smm-button:first-child {
    margin-left: 0;
}
}

.smm-post-topics-dialog {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 300px;
}
.smm-post-topics-dialog .smm-post-topics-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-post-topics-dialog .smm-post-topics-list .smm-post-topic-wrap {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 0;
}
.smm-post-topics-dialog .smm-post-topics-list .smm-post-topic-wrap:last-child {
  border-bottom: none;
}
.smm-post-topics-dialog .smm-post-topics-list .smm-scrollbar-control {
  max-height: 100%;
  height: 100%;
}
.smm-post-topics-dialog .smm-post-topics-list .smm-post-topics-new-topic {
  text-align: right;
  font-size: 13px;
  color: #f37021c7;
  cursor: pointer;
  padding-bottom: 6px;
}
.smm-post-topics-dialog .smm-post-topic-update-button {
  display: flex;
  justify-content: center;
  border-top: 1px solid #e2e2e2;
  margin-top: 5px;
}
.smm-post-topics-dialog .smm-post-topic-update-button .smm-button-orange {
  padding-top: 15px;
}

.smm-project-create-dialog .smm-project-create-content > div {
  margin-bottom: 15px;
}
.smm-project-create-dialog .smm-project-create-content > div:last-child {
  margin-bottom: 0;
}
.smm-project-create-dialog .smm-project-create-content .smm-smm-project-create-button {
  display: flex;
  justify-content: center;
}

.smm-project-menu-update-dialog .smm-project-menu-update-title {
  font-size: 20px;
  line-height: 23px;
  color: #162a47;
  font-weight: bold;
  font-family: ProximaNova;
  text-align: center;
  margin-bottom: 20px;
}
.smm-project-menu-update-dialog .smm-project-menu-update-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.smm-project-menu-update-dialog .smm-project-menu-update-content .smm-project-menu-update-item {
  margin-bottom: 20px;
  width: 100%;
}
.smm-project-menu-update-dialog .smm-project-menu-update-content .smm-project-menu-update-item .smm-selected-icons-title {
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
  margin-bottom: 5px;
}
.smm-project-menu-update-dialog .smm-project-menu-update-content .smm-project-menu-update-item .smm-selected-icons-content {
  text-align: center;
}
.smm-project-menu-update-dialog .smm-project-menu-update-content .smm-project-menu-update-item .smm-selected-icons-content .smm-icon-item-block {
  width: 50px;
  min-width: 50px;
  height: 50px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0%);
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  transition: border 0.15s ease-in;
  margin: 5px;
}
.smm-project-menu-update-dialog .smm-project-menu-update-content .smm-project-menu-update-item .smm-selected-icons-content .smm-icon-item-block i {
  font-size: 20px;
  color: #162a47;
}
.smm-project-menu-update-dialog .smm-project-menu-update-content .smm-project-menu-update-item .smm-selected-icons-content .smm-icon-item-block:hover {
  border: 1px solid #f37021;
}
.smm-project-menu-update-dialog .smm-project-menu-update-content .smm-project-menu-update-item .smm-selected-icons-content .smm-icon-item-block.smm-icon-item-selected {
  border: 1px solid #f37021;
}
.smm-project-menu-update-dialog .smm-project-menu-update-content .smm-project-menu-update-item .smm-selected-icons-content .smm-icon-item-block.smm-icon-item-selected i {
  color: #f37021;
}

.smm-quick-answer-update-dialog .smm-quick-answer-update-title {
  font-size: 20px;
  line-height: 23px;
  color: #162a47;
  font-weight: bold;
  font-family: ProximaNova;
  text-align: center;
  margin-bottom: 20px;
}
.smm-quick-answer-update-dialog .smm-quick-answer-update-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.smm-quick-answer-update-dialog .smm-quick-answer-update-content .smm-quick-answer-update-item {
  margin-bottom: 20px;
  width: 100%;
}
.smm-quick-answer-update-dialog .smm-quick-answer-update-content .smm-quick-answer-update-item .smm-selected-icons-title {
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
  margin-bottom: 5px;
}
.smm-quick-answer-update-dialog .smm-quick-answer-update-content .smm-quick-answer-update-item .smm-selected-icons-content {
  text-align: center;
}
.smm-quick-answer-update-dialog .smm-quick-answer-update-content .smm-quick-answer-update-item .smm-selected-icons-content .smm-icon-item-block {
  width: 50px;
  min-width: 50px;
  height: 50px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0%);
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  transition: border 0.15s ease-in;
  margin: 5px;
}
.smm-quick-answer-update-dialog .smm-quick-answer-update-content .smm-quick-answer-update-item .smm-selected-icons-content .smm-icon-item-block i {
  font-size: 20px;
  color: #162a47;
}
.smm-quick-answer-update-dialog .smm-quick-answer-update-content .smm-quick-answer-update-item .smm-selected-icons-content .smm-icon-item-block:hover {
  border: 1px solid #f37021;
}
.smm-quick-answer-update-dialog .smm-quick-answer-update-content .smm-quick-answer-update-item .smm-selected-icons-content .smm-icon-item-block.smm-icon-item-selected {
  border: 1px solid #f37021;
}
.smm-quick-answer-update-dialog .smm-quick-answer-update-content .smm-quick-answer-update-item .smm-selected-icons-content .smm-icon-item-block.smm-icon-item-selected i {
  color: #f37021;
}

.smm-social-icon-filter-dialog .smm-social-icons {
  text-align: center;
}
.smm-social-icon-filter-dialog .smm-social-icons .smm-social-icon-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  vertical-align: top;
  margin: 5px;
}
.smm-social-icon-filter-dialog .smm-social-icon-filter-btn {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.smm-tags-update-dialog {
  font-family: "ProximaNova";
}
.smm-tags-update-dialog .smm-tags-update-title {
  font-size: 20px;
  line-height: 23px;
  color: #162a47;
  font-weight: bold;
  font-family: ProximaNova;
  text-align: center;
  margin-bottom: 20px;
}
.smm-tags-update-dialog .smm-tags-update-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.smm-tags-update-dialog .smm-tags-update-content .smm-tags-name {
  width: 100%;
}
.smm-tags-update-dialog .smm-tags-update-content .smm-tags-color {
  width: 100%;
}
.smm-tags-update-dialog .smm-tags-update-content .smm-tags-color .smm-post-topic-color-item {
  width: fit-content;
  text-align: center;
}
.smm-tags-update-dialog .smm-tags-update-content .smm-tags-color .smm-post-topic-color-item .smm-post-topic-color-by {
  font-size: 14px;
  line-height: 16px;
  color: #7a7878;
  margin-bottom: 5px;
}
.smm-tags-update-dialog .smm-tags-update-content > div {
  margin-bottom: 15px;
}
.smm-tags-update-dialog .smm-tags-update-content > div:last-child {
  margin-bottom: 0;
}

.v-dialog:has(.smm-task-card-content) {
  max-width: 1200px !important;
}
.v-dialog:has(.smm-task-card-content) .smm-task-main-column {
  width: 100%;
}
.v-dialog:has(.smm-task-card-content) .smm-task-sidebar-column {
  width: 50%;
}
.v-dialog:has(.smm-task-card-content) .smm-task-sidebar-column .smm-task-section-header {
  margin-top: 8px !important;
}
.v-dialog:has(.smm-task-card-content) .smm-dialog-close {
  display: none;
}
.v-dialog:has(.smm-task-card-content) .smm-dialog-title-text {
  width: 100%;
}
.v-dialog:has(.smm-task-card-content) .smm-dialog-title-text .smm-task-card-header {
  padding: 0 !important;
}
.v-dialog:has(.smm-task-card-content) .smm-dialog-title-text .smm-task-card-header .smm-task-card-top {
  margin-bottom: 0.5rem !important;
}
.v-dialog:has(.smm-task-card-content) .smm-activity-item .smm-block-message-content-body {
  background-color: transparent !important;
}
.v-dialog:has(.smm-task-card-content) .smm-activity-item .smm-block-message-content-body .smm-block-message-content-menu {
  display: none;
}
.v-dialog:has(.smm-task-card-content) .smm-activity-item .smm-discussion-reply-action {
  display: none;
}
.smm-task-card-header {
  padding: 16px 24px 0;
}
.smm-task-card-header .smm-task-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.smm-task-card-header .smm-task-card-top .smm-task-status-section .smm-task-status-dropdown {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #f4f5f7;
  border-radius: 6px;
  cursor: pointer;
}
.smm-task-card-header .smm-task-card-top .smm-task-status-section .smm-task-status-dropdown .smm-status {
  display: flex;
  align-items: center;
}
.smm-task-card-header .smm-task-card-top .smm-task-status-section .smm-task-status-dropdown .smm-task-status-text {
  font-size: 14px;
  color: #5e6c84;
  font-weight: 500;
}
.smm-task-card-header .smm-task-card-top .smm-task-status-section .smm-task-status-dropdown:hover {
  background: #ebecf0;
}
.smm-task-card-header .smm-task-card-top .smm-task-card-actions-top {
  display: flex;
  gap: 8px;
}
.smm-task-card-header .smm-task-card-top .smm-task-card-actions-top .smm-task-action-icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
}
.smm-task-card-header .smm-task-card-top .smm-task-card-actions-top .smm-task-action-icon:hover {
  background: #f4f5f7;
}
.smm-task-card-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 400px;
  margin-bottom: 2rem;
}
.smm-task-card-content .smm-task-card-left-wrap {
  width: 65%;
  margin-right: 1rem;
  border-right: 1px solid #dfe1e6;
  padding-right: 2rem;
}
.smm-task-card-content .smm-task-sidebar-column {
  margin-left: 1rem;
  padding-right: 1rem;
}
.smm-task-card-content .smm-task-card-title {
  margin-bottom: 1rem;
}
.smm-task-card-content .smm-task-card-title .smm-task-title-input {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 20px;
  font-weight: 600;
  color: #172b4d;
  padding: 8px 0;
  outline: none;
}
.smm-task-card-content .smm-task-card-title .smm-task-title-input::placeholder {
  color: #5e6c84;
  font-weight: 400;
}
.smm-task-card-content .smm-task-action-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.smm-task-card-content .smm-task-action-buttons .smm-task-action-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #f4f5f7;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  color: #5e6c84;
  transition: background-color 0.2s;
}
.smm-task-card-content .smm-task-action-buttons .smm-task-action-btn:hover {
  background: #ebecf0;
}
.smm-task-card-content .smm-task-labels-preview {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2rem;
}
.smm-task-card-content .smm-task-labels-preview .smm-task-label-badge {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: white;
  cursor: pointer;
  transition: opacity 0.2s;
}
.smm-task-card-content .smm-task-labels-preview .smm-task-label-badge:hover {
  opacity: 0.8;
}
.smm-task-card-content .smm-task-labels-preview .smm-task-label-badge.blue {
  background-color: #56A9EF;
}
.smm-task-card-content .smm-task-labels-preview .smm-task-label-badge.light-green {
  background-color: #7EEF56;
}
.smm-task-card-content .smm-task-labels-preview .smm-task-label-badge.golden {
  background-color: #EFBB56;
}
.smm-task-card-content .smm-task-labels-preview .smm-task-label-badge.red {
  background-color: #EF5656;
}
.smm-task-card-content .smm-task-labels-preview .smm-task-label-badge.purple {
  background-color: #7E56EF;
}
.smm-task-card-content .smm-task-labels-preview .smm-task-label-badge.violet {
  background-color: #BE56EF;
}
.smm-task-card-content .smm-task-labels-preview .smm-task-label-badge.light-pink {
  background-color: #FFA3FB;
}
.smm-task-card-content .smm-task-labels-preview .smm-task-label-badge.dark-pink {
  background-color: #EF56CD;
}
.smm-task-card-content .smm-task-labels-preview .smm-task-label-badge.teal-green {
  background-color: #56EFCD;
}
.smm-task-card-content .smm-task-labels-preview .smm-task-label-badge.light-grey {
  background-color: #E0E0E0;
  color: #172b4d;
}
.smm-task-card-content .smm-task-labels-preview .smm-task-label-badge.dark-grey {
  background-color: #757575;
}
.smm-task-card-content .smm-task-labels-preview .smm-task-label-badge.dark-purple {
  background-color: #563DEF;
}
.smm-task-card-content .smm-task-labels-preview .smm-task-label-badge.dark-green {
  background-color: #3DEF56;
}
.smm-task-card-content .smm-task-labels-preview .smm-task-label-badge.olive {
  background-color: #A3EF56;
}
.smm-task-content-wrapper {
  display: flex;
  gap: 24px;
}
.smm-task-section.smm-task-section-hidden {
  display: none;
}
.smm-task-section .smm-task-history-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smm-task-section .smm-task-history-section-header .smm-task-history-section-title {
  margin-left: 8px;
}
.smm-task-section .smm-task-section-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  margin-top: 2rem;
}
.smm-task-section .smm-task-section-header .smm-task-section-title {
  font-size: 18px;
  font-weight: 600;
  color: #172b4d;
}
.smm-task-section .smm-task-section-header .smm-task-edit-btn,
.smm-task-section .smm-task-section-header .smm-task-hide-btn,
.smm-task-section .smm-task-section-header .smm-task-show-details-btn,
.smm-task-section .smm-task-section-header .smm-task-toggle-btn {
  margin-left: auto;
  background: none;
  border: none;
  color: #5e6c84;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
}
.smm-task-section .smm-task-section-header .smm-task-edit-btn:hover,
.smm-task-section .smm-task-section-header .smm-task-hide-btn:hover,
.smm-task-section .smm-task-section-header .smm-task-show-details-btn:hover,
.smm-task-section .smm-task-section-header .smm-task-toggle-btn:hover {
  color: #172b4d;
  text-decoration: none;
}
.smm-task-section .smm-task-section-header .smm-task-section-actions {
  margin-left: auto;
  display: flex;
  gap: 8px;
}
.smm-task-description .smm-task-description-placeholder .smm-task-add-description {
  width: 100%;
  padding: 12px;
  background: #f4f5f7;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-align: left;
  color: #5e6c84;
  font-size: 14px;
}
.smm-task-description .smm-task-description-placeholder .smm-task-add-description:hover {
  background: #ebecf0;
}
.smm-task-description .smm-task-description-content {
  padding: 12px;
  background: white;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5;
  color: #172b4d;
}
.smm-task-description .smm-task-description-content .description-text {
  margin-bottom: 12px;
}
.smm-task-description .smm-task-description-content .description-actions {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f4f5f7;
}
.smm-task-description .smm-task-description-content .description-actions .smm-task-edit-btn {
  background: none;
  border: none;
  color: #5e6c84;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
}
.smm-task-description .smm-task-description-content .description-actions .smm-task-edit-btn:hover {
  color: #172b4d;
  text-decoration: none;
}
.smm-task-description .smm-task-description-content .smm-discussions-component-footer-photo {
  margin-bottom: 12px;
}
.smm-task-description .smm-task-description-content .smm-discussions-component-footer-photo .media-container {
  height: 108px;
  overflow-x: auto;
  overflow-y: hidden;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-task-section-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0;
  width: 100%;
  order: 2;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-task-section-header .smm-task-section-title {
  font-size: 18px;
  font-weight: 600;
  color: #172b4d;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-emoji-control,
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-message-send-block-btns {
  bottom: 16px !important;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .attachments-block {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 12px;
  border-radius: 8px;
  background-color: transparent;
  order: 3;
  padding: 12px;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .attachments-block.smm-task-section-hidden {
  display: none;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .attachments-line {
  margin-left: 24px;
  margin-right: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text {
  order: 3;
  width: 100%;
  background-color: white;
  position: relative;
  min-height: 56px;
  padding-right: 36px;
  padding-top: 12px;
  margin-top: 6px;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text i {
  color: #c4c4c4;
  font-size: 18px;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice {
  position: relative;
  display: block;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice.smm-voise-message-send-active {
  display: block;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-start-compact {
  display: flex;
  align-items: center;
  position: relative;
  overflow: visible;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-start-compact .voice-mic-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: 4px;
  border-radius: 20px;
  min-width: auto;
  height: 32px;
  opacity: 1;
  width: auto;
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 14px;
  font-weight: 500;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15) !important;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-start-compact .voice-mic-btn .voice-text {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  margin-left: 0;
  color: #c4c4c4;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-start-compact .voice-mic-btn:hover {
  background: #4caf50;
  transform: scale(1.02);
  padding-left: 16px;
  padding-right: 16px;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-start-compact .voice-mic-btn:hover .voice-text {
  opacity: 1;
  max-width: unset;
  margin-right: 0.5rem;
  color: white !important;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-start-compact .voice-mic-btn:hover i {
  color: white !important;
  caret-color: white !important;
  margin-right: 0.5rem;
  margin-left: 0.25rem;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-start-compact .voice-mic-btn i {
  color: #c4c4c4;
  caret-color: #c4c4c4;
  margin-right: 0.5rem;
  margin-left: 0.25rem;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-start-compact .voice-quality-dropdown {
  position: absolute;
  bottom: 100%;
  right: 0;
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  min-width: 100px;
  margin-bottom: 4px;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-start-compact .voice-quality-dropdown .quality-item {
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s;
  font-size: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-start-compact .voice-quality-dropdown .quality-item:hover {
  background: #f8f9fa;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-start-compact .voice-quality-dropdown .quality-item.active {
  background: #f37021;
  color: white;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-start-compact .voice-quality-dropdown .quality-item:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-start-compact .voice-quality-dropdown .quality-item:first-child {
  border-radius: 6px 6px 0 0;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-recording-compact {
  display: flex;
  align-items: center;
  gap: 8px;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-recording-compact .voice-wave-compact {
  display: flex;
  align-items: center;
  gap: 1px;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-recording-compact .voice-wave-compact .wave-bar-compact {
  width: 2px;
  height: 16px;
  background: #f37021;
  border-radius: 1px;
  animation: wave-compact 1s ease-in-out infinite;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-recording-compact .voice-wave-compact .wave-bar-compact:nth-child(2) {
  animation-delay: 0.2s;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-recording-compact .voice-wave-compact .wave-bar-compact:nth-child(3) {
  animation-delay: 0.4s;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-recording-compact .voice-timer-compact {
  font-size: 14px;
  font-weight: bold;
  color: #f37021;
  font-family: monospace;
  min-width: 35px;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-recording-compact .voice-stop-compact {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #dc3545;
  border: none;
  color: white;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-recording-compact .voice-stop-compact:hover {
  background: #c82333;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-recording-compact .voice-cancel-compact {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #6c757d;
  border: none;
  color: white;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-recording-compact .voice-cancel-compact:hover {
  background: #5a6268;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-preview-compact {
  display: flex;
  align-items: center;
  gap: 8px;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-preview-compact .voice-play-compact {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #28a745;
  border: none;
  color: white;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-preview-compact .voice-play-compact:hover {
  background: #218838;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-preview-compact .voice-info-compact {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-preview-compact .voice-info-compact .voice-duration-compact {
  font-size: 12px;
  color: #172b4d;
  font-weight: 500;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-preview-compact .voice-info-compact .voice-progress-compact {
  width: 100px;
  height: 4px;
  background: #e9ecef;
  border-radius: 2px;
  overflow: hidden;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-preview-compact .voice-info-compact .voice-progress-compact .voice-progress-fill-compact {
  height: 100%;
  background: #28a745;
  transition: width 0.1s linear;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-preview-compact .voice-retry-compact {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #6c757d;
  border: none;
  color: white;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-preview-compact .voice-retry-compact:hover {
  background: #5a6268;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-error-compact {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  background: #f8d7da;
  border-radius: 4px;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-error-compact .error-text-compact {
  font-size: 12px;
  color: #721c24;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-error-compact .voice-retry-compact {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #6c757d;
  border: none;
  color: white;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-message-send-add-voice .voice-error-compact .voice-retry-compact:hover {
  background: #5a6268;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .voice-message-text .smm-discussions-component-footer-attach-icon {
  position: absolute;
  right: -12px;
  top: 0;
  z-index: 10;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease;
  color: #c4c4c4;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-discussions-component-footer-updated {
  background-color: white;
  margin-bottom: 12px;
  border: none;
  position: relative;
  order: 4;
  width: 100%;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-discussions-component-footer-updated .smm-discussions-component-footer-attach-icon {
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 10;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s ease;
  cursor: auto;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-discussions-component-footer-updated .smm-discussions-component-footer-photo {
  padding-right: 36px;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-discussions-component-footer-updated .smm-discussions-component-footer-photo .media-container {
  min-height: 108px;
  overflow-x: auto;
  overflow-y: visible;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-discussions-component-footer-updated .smm-discussions-component-footer-photo .media-container .smm-close-image-button {
  z-index: 10;
  pointer-events: auto;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-discussions-component-footer-updated .smm-discussions-conponent-cancel-updated-message {
  display: flex;
  margin-bottom: 8px;
  padding: 12px;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-discussions-component-footer-updated .smm-discussions-conponent-cancel-updated-message .smm-discussions-conponent-cancel-updated-message-icon {
  margin-right: 12px;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-discussions-component-footer-updated .smm-discussions-conponent-cancel-updated-message .smm-discussions-conponent-cancel-updated-message-block-text {
  flex-grow: 1;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-discussions-component-footer-updated .smm-discussions-conponent-cancel-updated-message .smm-discussions-conponent-cancel-updated-message-block-text .smm-discussions-conponent-cancel-updated-message-text {
  font-size: 14px;
  color: #f37021;
  margin-bottom: 4px;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-discussions-component-footer-updated .smm-discussions-conponent-cancel-updated-message .smm-discussions-conponent-cancel-updated-message-icon-calcel {
  padding: 8px;
  cursor: pointer;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-discussions-component-footer-checkbox {
  margin-bottom: 12px;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-discussions-component-footer-input {
  order: 1;
  width: 100%;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-discussions-component-footer-input .smm-input-message-control .smm-input-message-block {
  padding: 0;
  margin-top: 0;
  background-color: transparent;
  border-radius: 8px;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-discussions-component-footer-input .smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-input-message {
  display: flex;
  align-items: flex-end;
  min-height: 120px !important;
  max-height: 200px !important;
  padding: 16px;
  background: #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  resize: vertical !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
  padding-bottom: 5rem !important;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-discussions-component-footer-input .smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-input-message:focus {
  border-color: #0079bf !important;
  box-shadow: 0 0 0 2px rgba(0, 121, 191, 0.2) !important;
  outline: none !important;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-discussions-component-footer-input .smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-input-message.smm-input {
  display: block !important;
  line-height: 1.5 !important;
  padding: 16px !important;
  padding-bottom: 4rem !important;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-discussions-component-footer-input .smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-input-message.smm-input-empty:before {
  left: 16px !important;
  top: 16px !important;
  transform: none !important;
  font-size: 14px !important;
  color: #999 !important;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-discussions-component-footer-input .smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-message-send-block-btns .smm-message-send-add-document {
  display: none !important;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-discussions-component-footer-input .smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-message-send-block-btns .smm-message-send-add-document.smm-document-message-send-active {
  display: none !important;
}
.smm-task-description .smm-task-description-edit .smm-discussions-component-footer .smm-discussions-component-footer-input .smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-message-send-block-btns .smm-message-send-add-voice.smm-voise-message-send-active {
  display: block !important;
}
.sortable-ghost {
  opacity: 0 !important;
}
.smm-task-checklist .smm-task-checklist-progress {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.smm-task-checklist .smm-task-checklist-progress .smm-task-progress-bar {
  flex: 1;
  height: 8px;
  background: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
}
.smm-task-checklist .smm-task-checklist-progress .smm-task-progress-bar .smm-task-progress-fill {
  height: 100%;
  background: #f37021;
  transition: width 0.3s ease;
}
.smm-task-checklist .smm-task-checklist-progress .smm-task-progress-text {
  font-size: 12px;
  color: #5e6c84;
  font-weight: 500;
}
.smm-task-checklist .smm-task-checklist-items {
  margin-bottom: 12px;
}
.smm-task-checklist .smm-task-checklist-items .smm-task-checklist-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #f4f5f7;
}
.smm-task-checklist .smm-task-checklist-items .smm-task-checklist-item:last-child {
  border-bottom: none;
}
.smm-task-checklist .smm-task-checklist-items .smm-task-checklist-item.completed .smm-task-checklist-text {
  text-decoration: line-through;
  color: #5e6c84;
}
.smm-task-checklist .smm-task-checklist-items .smm-task-checklist-item .smm-task-checklist-text {
  flex: 1;
  font-size: 14px;
  color: #172b4d;
}
.smm-task-checklist .smm-task-checklist-items .smm-task-checklist-item .smm-task-checklist-delete {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s;
}
.smm-task-checklist .smm-task-checklist-items .smm-task-checklist-item .smm-task-checklist-delete:hover {
  background: #f4f5f7;
}
.smm-task-checklist .smm-task-checklist-items .smm-task-checklist-item:hover .smm-task-checklist-delete {
  opacity: 1;
}
.smm-task-checklist .smm-task-add-checklist-item .smm-task-checklist-input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #dfe1e6;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
}
.smm-task-checklist .smm-task-add-checklist-item .smm-task-checklist-input:focus {
  border-color: #0079bf;
  box-shadow: 0 0 0 2px rgba(0, 121, 191, 0.2);
}
.smm-task-checklist .smm-task-add-checklist-item .smm-task-checklist-input::placeholder {
  color: #5e6c84;
}
.smm-task-activity {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin: 1rem 0 0.5rem 0;
  padding: 1rem 14px;
}
.smm-task-activity .smm-task-activity-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f4f5f7;
}
.smm-task-activity .smm-task-activity-item:last-child {
  border-bottom: none;
}
.smm-task-activity .smm-task-activity-item .smm-task-activity-avatar {
  flex-shrink: 0;
}
.smm-task-activity .smm-task-activity-item .smm-task-activity-content {
  flex: 1;
  min-width: 0;
}
.smm-task-activity .smm-task-activity-item .smm-task-activity-content .smm-task-activity-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.smm-task-activity .smm-task-activity-item .smm-task-activity-content .smm-task-activity-header .smm-task-activity-user {
  font-weight: 600;
  color: #172b4d;
  font-size: 14px;
}
.smm-task-activity .smm-task-activity-item .smm-task-activity-content .smm-task-activity-header .smm-task-activity-date {
  color: #5e6c84;
  font-size: 12px;
}
.smm-task-activity .smm-task-activity-item .smm-task-activity-content .smm-task-activity-text {
  color: #172b4d;
  font-size: 14px;
  line-height: 1.4;
}
.smm-task-comments .smm-discussions-component-footer {
  background-color: white;
}
.smm-task-comments .smm-input-message {
  background-color: white !important;
}
.smm-task-comments .smm-task-comment-input {
  margin-bottom: 16px;
}
.smm-task-comments .smm-task-comment-input .smm-task-comment-textarea {
  width: 100%;
  min-height: 80px;
  padding: 12px;
  border: 1px solid #dfe1e6;
  border-radius: 6px;
  font-size: 14px;
  resize: vertical;
  outline: none;
}
.smm-task-comments .smm-task-comment-input .smm-task-comment-textarea:focus {
  border-color: #0079bf;
  box-shadow: 0 0 0 2px rgba(0, 121, 191, 0.2);
}
.smm-task-comments .smm-task-comment-input .smm-task-comment-textarea::placeholder {
  color: #5e6c84;
}
.smm-task-comments .smm-task-comment-input .smm-task-comment-actions {
  margin-top: 8px;
}
.smm-task-comments .smm-task-comment-input .smm-task-comment-actions .smm-task-comment-btn {
  padding: 8px 16px;
  background: #0079bf;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
.smm-task-comments .smm-task-comment-input .smm-task-comment-actions .smm-task-comment-btn:hover {
  background: #005a8b;
}
.smm-task-comments .smm-task-activity-feed .smm-task-activity-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f4f5f7;
}
.smm-task-comments .smm-task-activity-feed .smm-task-activity-item:last-child {
  border-bottom: none;
}
.smm-task-comments .smm-task-activity-feed .smm-task-activity-item .smm-task-activity-avatar {
  flex-shrink: 0;
}
.smm-task-comments .smm-task-activity-feed .smm-task-activity-item .smm-task-activity-content {
  flex: 1;
  min-width: 0;
}
.smm-task-comments .smm-task-activity-feed .smm-task-activity-item .smm-task-activity-content .smm-task-activity-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.smm-task-comments .smm-task-activity-feed .smm-task-activity-item .smm-task-activity-content .smm-task-activity-header .smm-task-activity-user {
  font-weight: 600;
  color: #172b4d;
  font-size: 14px;
}
.smm-task-comments .smm-task-activity-feed .smm-task-activity-item .smm-task-activity-content .smm-task-activity-header .smm-task-activity-date {
  color: #5e6c84;
  font-size: 12px;
}
.smm-task-comments .smm-task-activity-feed .smm-task-activity-item .smm-task-activity-content .smm-task-activity-header .smm-task-activity-edited {
  color: #5e6c84;
  font-size: 12px;
  font-style: italic;
}
.smm-task-comments .smm-task-activity-feed .smm-task-activity-item .smm-task-activity-content .smm-task-activity-text {
  color: #172b4d;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.smm-task-comments .smm-task-activity-feed .smm-task-activity-item .smm-task-activity-content .smm-task-reply-btn {
  background: none;
  border: none;
  color: #5e6c84;
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline;
}
.smm-task-comments .smm-task-activity-feed .smm-task-activity-item .smm-task-activity-content .smm-task-reply-btn:hover {
  color: #172b4d;
  text-decoration: none;
}
.voice-message-text .voice-message-info {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.voice-message-text .voice-message-info .voice-icon {
  margin-right: 8px;
  font-size: 16px;
}
.voice-message-text .voice-message-info span {
  font-size: 14px;
  font-weight: 500;
  color: #21324f;
}
.voice-message-text .voice-message-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  margin-left: 4px;
}
.voice-message-text .voice-message-controls .voice-play-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1976d2;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
}
.voice-message-text .voice-message-controls .voice-play-btn:hover:not(:disabled) {
  background: #1565c0;
}
.voice-message-text .voice-message-controls .voice-play-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.voice-message-text .voice-message-controls .voice-play-btn.playing {
  background: #f44336;
}
.voice-message-text .voice-message-controls .voice-play-btn.playing:hover:not(:disabled) {
  background: #d32f2f;
}
.voice-message-text .voice-message-controls .voice-duration {
  font-size: 12px;
  color: #7a7878;
  margin-right: 12px;
  margin-left: 12px;
  min-width: 50px;
  text-align: center;
  font-family: monospace;
  transition: color 0.2s;
}
.voice-message-text .voice-message-controls .voice-duration.countdown {
  color: #1976d2;
  font-weight: 500;
}
.voice-message-text .voice-message-controls .voice-download-fallback {
  margin-right: 12px;
}
.voice-message-text .voice-message-controls .voice-download-fallback .voice-download-link {
  color: #1976d2;
  text-decoration: none;
  font-size: 12px;
  padding: 4px 8px;
  border: 1px solid #1976d2;
  border-radius: 4px;
  transition: all 0.2s;
}
.voice-message-text .voice-message-controls .voice-download-fallback .voice-download-link:hover {
  background-color: #1976d2;
  color: white;
}
.voice-message-text .voice-message-controls .voice-delete-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-left: 8px;
  pointer-events: auto;
  z-index: 10;
  position: relative;
}
.voice-message-text .voice-message-controls .voice-delete-btn:hover {
  background: rgba(244, 67, 54, 0.1);
}
.voice-message-text .voice-message-controls .voice-progress {
  flex: 1;
  margin-left: 8px;
}
.voice-message-text .voice-message-controls .voice-progress .voice-progress-bar {
  width: 100%;
  height: 4px;
  background-color: #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
}
.voice-message-text .voice-message-controls .voice-progress .voice-progress-bar .voice-progress-fill {
  height: 100%;
  background-color: #1976d2;
  transition: width 0.1s ease;
  width: 0%;
}
.smm-repeat-dialog-content {
  padding: 20px;
}
.smm-repeat-dialog-content .smm-repeat-dialog-text {
  font-size: 14px;
  color: #162a47;
  margin-bottom: 16px;
  text-align: center;
}
.smm-repeat-dialog-content .smm-repeat-dialog-date {
  margin-bottom: 24px;
}
.smm-repeat-dialog-content .smm-repeat-dialog-date .wrap-date {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.smm-repeat-dialog-content .smm-repeat-dialog-date .wrap-date:hover {
  border-color: #f37021;
}
.smm-repeat-dialog-content .smm-repeat-dialog-date .wrap-date .icon-calendar {
  margin-right: 12px;
  font-size: 16px;
  color: #7a7878;
}
.smm-repeat-dialog-content .smm-repeat-dialog-date .wrap-date .date-text {
  font-size: 14px;
  color: #162a47;
  flex: 1;
}
.smm-repeat-dialog-content .smm-repeat-dialog-buttons {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
.smm-public-comments .smm-message-send-add-voice,
.smm-public-comments .smm-message-send-add-document {
  display: none !important;
}
@media (max-width: 768px) {
.smm-task-card-content {
    padding: 16px;
}
.smm-task-card-content .smm-task-content-wrapper {
    flex-direction: column;
    gap: 16px;
}
.smm-task-card-content .smm-task-content-wrapper .smm-task-sidebar-column {
    width: 100%;
}
}
@keyframes wave-compact {
0%,
  100% {
    transform: scaleY(1);
}
50% {
    transform: scaleY(1.5);
}
}

.smm-v-datepicker {
  font-family: "ProximaNova";
}
.smm-v-datepicker .smm-datepicker-title {
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
  margin-bottom: 5px;
}
.smm-v-datepicker .smm-datepicker-title .text-danger {
  font-size: 20px;
}
.smm-v-datepicker .es-input-validate {
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.smm-v-datepicker .es-input-validate .icon-close1 {
  color: red;
}
.smm-v-datepicker .es-input-validate .invalid-feedback {
  width: auto;
  display: flex;
  margin-left: 5px;
}
.smm-v-datepicker .es-input-validate.active {
  opacity: 1;
  padding-top: 8px;
}
.smm-v-datepicker .es-input-validate.active .invalid-feedback {
  width: auto;
  display: flex;
  margin-left: 5px;
  font-size: 12px;
  line-height: 14px;
  margin-top: 0;
}
.v-list-item__title {
  line-height: 20px;
  padding: 5px;
  font-size: 15px;
  width: 132px;
  color: #7a7878;
}
.v-list-item__title.active {
  background-color: transparent;
  color: #f37021;
}

.smm-preview-post-for-task-wrap {
  cursor: pointer;
  border-top: 2px solid #f0f0f0;
  padding-top: 14px;
}
.smm-preview-post-for-task-wrap .smm-preview-post-for-task-title {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7a7878;
}
.smm-preview-post-for-task-wrap .smm-post-content {
  display: flex;
  margin-top: 12px;
  align-items: center;
}
.smm-preview-post-for-task-wrap .smm-post-content .smm-post-foto {
  min-width: 70px;
  margin-right: 12px;
}
.smm-preview-post-for-task-wrap .smm-post-content .smm-post-text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #f37021;
  overflow: hidden;
  text-overflow: ellipsis;
}

.smm-dialog-content .wrap-smm-task-status .wrap-smm-status,
.smm-dialog-content .wrap-smm-task-status .smm-task-status-text,
.smm-dialog-content .wrap-smm-task-status .smm-task-status-dropdown-component {
  display: flex;
  align-items: center;
}
.smm-dialog-content .wrap-smm-task-status .wrap-smm-status .smm-status {
  display: flex;
  align-items: center;
}
.smm-dialog-content .wrap-smm-task-status .wrap-smm-status .smm-status .smm-status-icon-wrap {
  align-items: center;
  justify-content: center;
}
.smm-dialog-content .wrap-smm-task-status .wrap-smm-status .smm-status .smm-status-icon-wrap .smm-status-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
}
.wrap-smm-status .smm-status {
  display: flex;
}
.wrap-smm-status .smm-status .smm-status-icon-wrap {
  display: flex;
  font-size: 9px;
}
.wrap-smm-status .smm-status .smm-status-icon-wrap .smm-status-icon {
  padding: 4px;
  width: 17px;
  height: 17px;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-smm-status .smm-status .smm-status-icon-wrap .smm-status-icon.icon-new-task,
.wrap-smm-status .smm-status .smm-status-icon-wrap .smm-status-icon.icon-like {
  background: #90ef56;
}
.wrap-smm-status .smm-status .smm-status-icon-wrap .smm-status-icon.icon-status-processing {
  background: #56a9ef;
}
.wrap-smm-status .smm-status .smm-status-icon-wrap .smm-status-icon.icon-check {
  background: #61bc9b;
}
.wrap-smm-status .smm-status .smm-status-icon-wrap .smm-status-icon.icon-close {
  font-size: 8px;
  background: #f32121;
}
.wrap-smm-status .smm-status .smm-status-text {
  margin-left: 8px;
  color: #162a47;
  font-weight: bold;
  cursor: pointer;
}

.smm-task-labels-dialog {
  padding: 16px;
}
.smm-task-labels-dialog .smm-task-labels-dialog-content {
  min-height: 200px;
  max-height: 400px;
}
.smm-task-labels-dialog .smm-task-labels-create-section {
  margin-bottom: 16px;
  padding: 12px;
  background: #f4f5f7;
  border-radius: 6px;
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-create-header {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  align-items: center;
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-create-header .smm-task-labels-create-input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #dfe1e6;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-create-header .smm-task-labels-create-input:focus {
  border-color: #0079bf;
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-create-header .smm-task-labels-create-btn {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: white;
  border: 1px solid #dfe1e6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-create-header .smm-task-labels-create-btn:hover {
  background: #ebecf0;
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-color-picker {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-color-picker .smm-task-labels-color-item {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.2s;
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-color-picker .smm-task-labels-color-item:hover {
  transform: scale(1.1);
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-color-picker .smm-task-labels-color-item.selected {
  border-color: #172b4d;
  box-shadow: 0 0 0 2px rgba(23, 43, 77, 0.2);
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-color-picker .smm-task-labels-color-item.blue {
  background-color: #56A9EF;
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-color-picker .smm-task-labels-color-item.light-green {
  background-color: #7EEF56;
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-color-picker .smm-task-labels-color-item.golden {
  background-color: #EFBB56;
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-color-picker .smm-task-labels-color-item.red {
  background-color: #EF5656;
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-color-picker .smm-task-labels-color-item.purple {
  background-color: #7E56EF;
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-color-picker .smm-task-labels-color-item.violet {
  background-color: #BE56EF;
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-color-picker .smm-task-labels-color-item.light-pink {
  background-color: #FFA3FB;
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-color-picker .smm-task-labels-color-item.dark-pink {
  background-color: #EF56CD;
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-color-picker .smm-task-labels-color-item.teal-green {
  background-color: #56EFCD;
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-color-picker .smm-task-labels-color-item.light-grey {
  background-color: #E0E0E0;
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-color-picker .smm-task-labels-color-item.dark-grey {
  background-color: #757575;
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-color-picker .smm-task-labels-color-item.dark-purple {
  background-color: #563DEF;
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-color-picker .smm-task-labels-color-item.dark-green {
  background-color: #3DEF56;
}
.smm-task-labels-dialog .smm-task-labels-create-section .smm-task-labels-color-picker .smm-task-labels-color-item.olive {
  background-color: #A3EF56;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-list-header .smm-task-labels-list-title {
  font-size: 14px;
  font-weight: 600;
  color: #172b4d;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-list-header .smm-task-labels-add-btn {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-list-header .smm-task-labels-add-btn:hover {
  background: #ebecf0;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-scroll {
  max-height: 300px;
  overflow-y: auto;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-scroll .smm-task-labels-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 4px;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-scroll .smm-task-labels-item:hover {
  background: #f4f5f7;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-scroll .smm-task-labels-item.selected {
  background: #e4f0f6;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-scroll .smm-task-labels-item .smm-task-labels-item-color {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  flex-shrink: 0;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-scroll .smm-task-labels-item .smm-task-labels-item-color.blue {
  background-color: #56A9EF;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-scroll .smm-task-labels-item .smm-task-labels-item-color.light-green {
  background-color: #7EEF56;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-scroll .smm-task-labels-item .smm-task-labels-item-color.golden {
  background-color: #EFBB56;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-scroll .smm-task-labels-item .smm-task-labels-item-color.red {
  background-color: #EF5656;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-scroll .smm-task-labels-item .smm-task-labels-item-color.purple {
  background-color: #7E56EF;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-scroll .smm-task-labels-item .smm-task-labels-item-color.violet {
  background-color: #BE56EF;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-scroll .smm-task-labels-item .smm-task-labels-item-color.light-pink {
  background-color: #FFA3FB;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-scroll .smm-task-labels-item .smm-task-labels-item-color.dark-pink {
  background-color: #EF56CD;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-scroll .smm-task-labels-item .smm-task-labels-item-color.teal-green {
  background-color: #56EFCD;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-scroll .smm-task-labels-item .smm-task-labels-item-color.light-grey {
  background-color: #E0E0E0;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-scroll .smm-task-labels-item .smm-task-labels-item-color.dark-grey {
  background-color: #757575;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-scroll .smm-task-labels-item .smm-task-labels-item-color.dark-purple {
  background-color: #563DEF;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-scroll .smm-task-labels-item .smm-task-labels-item-color.dark-green {
  background-color: #3DEF56;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-scroll .smm-task-labels-item .smm-task-labels-item-color.olive {
  background-color: #A3EF56;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-scroll .smm-task-labels-item .smm-task-labels-item-name {
  flex: 1;
  font-size: 14px;
  color: #172b4d;
}
.smm-task-labels-dialog .smm-task-labels-list-section .smm-task-labels-scroll .smm-task-labels-empty {
  padding: 20px;
  text-align: center;
  color: #5e6c84;
  font-size: 14px;
}
.smm-task-labels-dialog .smm-task-labels-dialog-footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #dfe1e6;
  display: flex;
  justify-content: flex-end;
}

.smm-team-member {
  margin-bottom: 10px;
}
.smm-team-member-all-text {
  font-weight: bold;
  text-transform: capitalize;
}
.smm-team-member-content-button {
  margin-top: 15px;
}
@media (max-width: 575px) {
.smm-team-member-content-button .smm-button {
    width: 100%;
    margin-top: 5px;
}
.smm-team-member-content-button .smm-button:first-child {
    margin-top: 0;
}
}
@media (min-width: 576px) {
.smm-team-member-content-button {
    display: flex;
    justify-content: center;
}
.smm-team-member-content-button > div:first-child {
    margin-right: 5px;
}
}

.smm-contant-title-upload-file {
  font-family: ProximaNova;
  display: flex;
  align-items: center;
}
.smm-contant-title-upload-file > div {
  margin-right: 28px;
}
.smm-contant-title-upload-file > div:last-child {
  margin: 0;
}
@media (max-width: 576px) {
.smm-contant-title-upload-file > div {
    margin-right: 8px;
}
.smm-contant-title-upload-file > div:last-child {
    margin: 0;
}
}
.smm-contant-title-upload-file .smm-contant-title-upload-file-items {
  color: #c4c4c4;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 576px) {
.smm-contant-title-upload-file .smm-contant-title-upload-file-items {
    font-size: 13px;
}
}
.smm-contant-title-upload-file .smm-contant-title-upload-file-items.activeItem {
  font-weight: 600;
  color: #162a47;
}
.smm-upload-file-dialog-wrap {
  min-height: 277px;
}
.smm-upload-file-dialog-wrap .smm-upload-file-dialog .smm-upload-file-loading {
  margin-top: 15px;
  height: 230px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.smm-upload-file-dialog-wrap .smm-upload-file-dialog .smm-upload-file-loading .smm-upload-file-loading-item {
  margin-bottom: 5px;
  padding: 4px;
  width: 100px !important;
  overflow: visible;
  box-sizing: border-box;
}
.smm-upload-file-dialog-wrap .smm-upload-file-dialog .smm-upload-file-loading .smm-upload-file-loading-item:last-child {
  margin-bottom: 0;
}
.smm-upload-file-dialog-wrap .smm-upload-file-dialog .smm-upload-file-loading .smm-upload-file-loading-item .smm-file-loading-name {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.smm-upload-file-dialog-wrap .smm-upload-file-dialog .smm-complete-uploaded-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  flex-direction: column;
}
@media (min-width: 576px) {
.smm-upload-file-dialog-wrap .smm-upload-file-dialog .smm-complete-uploaded-button {
    flex-direction: row;
}
}
.smm-upload-file-dialog-wrap .smm-upload-file-dialog .smm-complete-uploaded-button .smm-button-orange {
  margin: 0 0 8px 0;
  min-width: 100% !important;
}
@media (min-width: 576px) {
.smm-upload-file-dialog-wrap .smm-upload-file-dialog .smm-complete-uploaded-button .smm-button-orange {
    min-width: 100px !important;
    margin: 0 8px 0 0;
}
}
.smm-upload-file-dialog-wrap .smm-upload-file-dialog-library {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 400px;
  width: 100%;
}
.smm-upload-file-dialog-wrap .smm-upload-file-dialog-library .smm-upload-file-dialog-library-list-scrollbar .smm-scrollbar-control {
  max-height: 350px !important;
}
.smm-upload-file-dialog-wrap .smm-upload-file-dialog-library .smm-upload-file-dialog-library-list-scrollbar .smm-upload-file-dialog-library-list-items {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px;
}
.smm-upload-file-dialog-wrap .smm-upload-file-dialog-library .smm-upload-file-dialog-library-list-scrollbar .smm-upload-file-dialog-library-list-items > div {
  padding: 5px;
}
.smm-upload-file-dialog-wrap .smm-upload-file-dialog-library .smm-upload-file-dialog-library-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.smm-upload-file-dialog-wrap .smm-upload-file-dialog-library .smm-upload-file-dialog-library-button .smm-button-orange {
  min-width: 100% !important;
}
@media (min-width: 576px) {
.smm-upload-file-dialog-wrap .smm-upload-file-dialog-library .smm-upload-file-dialog-library-button .smm-button-orange {
    min-width: 100px !important;
}
}

.smm-social-network-connect-item-wrap {
  padding: 5px 0;
}
.smm-social-network-connect-item-wrap .smm-social-network-connect-item {
  display: flex;
  align-items: center;
}
.smm-social-network-connect-item-wrap .smm-social-network-connect-item .smm-social-network-name {
  display: flex;
  flex-grow: 1;
  padding-left: 8px;
  font-size: 16px;
  line-height: 19px;
  color: #f37021;
}
.smm-social-network-connect-item-wrap .smm-social-network-connect-item .smm-connect-wrap .smm-connect-state {
  max-width: 240px;
  font-size: 12px;
  line-height: 12px;
  color: #7a7878;
  text-align: right;
}

.smm-social-network-connection-dialog .smm-social-network-connection-content {
  position: relative;
}
.smm-social-network-connection-dialog .smm-social-network-connection-content > div {
  margin-bottom: 15px;
}
.smm-social-network-connection-dialog .smm-social-network-connection-content > div:last-child {
  margin-bottom: 0;
}
.smm-social-network-connection-dialog .smm-social-network-connection-content .smm-social-networks .smm-scrollbar-control > div {
  border-top: 1px solid #e2e2e2;
}
.smm-social-network-connection-dialog .smm-social-network-connection-content .smm-social-networks .smm-scrollbar-control > div:first-child {
  border-top: 1px solid #fff;
}
.smm-social-network-connection-dialog .smm-social-network-connection-content .smm-ok-access-token-block > div:first-child {
  margin-bottom: 4px;
}
.smm-social-network-connection-dialog .smm-social-network-connection-content .smm-ok-access-token-block .smm-ok-access-token-field {
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  transition: max-height 0.15s ease-in-out;
  overflow: hidden;
  max-height: 0;
  width: 100%;
}
.smm-social-network-connection-dialog .smm-social-network-connection-content .smm-ok-access-token-block .smm-ok-access-token-field.smm-ok-access-token-enable {
  max-height: 85px;
}
.smm-social-network-connection-dialog .smm-social-network-connection-content .smm-connection-result-wrap .smm-result-empty {
  text-align: center;
  color: rgba(19, 19, 19, 0.5);
  font-size: 14px;
  line-height: 16px;
  padding: 40px 0 60px 0;
}
.smm-social-network-connection-dialog .smm-social-network-connection-content .smm-connection-result-wrap .smm-connection-button {
  display: flex;
  justify-content: center;
}
.social-account-plug-wrap {
  height: 150px;
}
.social-account-plug-wrap .smm-scrollbar {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.social-account-plug-wrap .smm-scrollbar .social-account-plug-block-social-group {
  height: auto;
}
.social-account-plug-wrap .social-account-plug-block-img {
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
}
.social-account-plug-wrap .block-social-group {
  cursor: pointer;
  height: auto;
}
.social-account-plug-wrap .block-social-group .group-url {
  width: fit-content;
  height: 34px;
}
.social-account-plug-wrap .block-social-group .group-url .group-url-img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  border: 2px solid #fff;
}
.social-account-plug-wrap .block-social-group .group-name {
  background: #f0f0f0;
  color: #162a47;
  border-radius: 0 55px 55px 0;
  align-self: center;
  padding: 5px;
  margin-left: 14px;
  padding-left: 25px;
  font-size: 14px;
  border: 2px solid #fff;
}
.social-account-plug-wrap .block-social-group .group-checked {
  line-height: 12px;
  display: none;
  width: 15px;
  height: 15px;
  font-size: 7px;
  color: #f37021;
  text-align: center;
  border: 2px solid white;
  border-radius: 50%;
  margin-left: -10px;
}
.social-account-plug-wrap .block-social-group:hover .group-name {
  color: #f37021;
}
.social-account-plug-wrap .block-social-group:hover .group-checked {
  display: block;
}
.social-account-plug-wrap .block-social-group.group-checked .group-name {
  color: #f37021;
}
.social-account-plug-wrap .block-social-group.group-checked .group-checked {
  display: block;
}

.smm-social-network-connect-item-wrap {
  padding: 5px 0;
}
.smm-social-network-connect-item-wrap .smm-social-network-connect-item {
  display: flex;
  align-items: center;
}
.smm-social-network-connect-item-wrap .smm-social-network-connect-item .smm-social-network-name {
  display: flex;
  flex-grow: 1;
  padding-left: 8px;
  font-size: 16px;
  line-height: 19px;
  color: #f37021;
}
.smm-social-network-connect-item-wrap .smm-social-network-connect-item .smm-connect-wrap .smm-connect-state {
  max-width: 240px;
  font-size: 12px;
  line-height: 12px;
  color: #7a7878;
  text-align: right;
}

.smm-connect-telegram-chanel-dialog .smm-connect-telegram-chanel {
  display: flex;
}
.smm-connect-telegram-chanel-dialog .smm-connect-telegram-chanel .smm-connect-telegram-chanel-instruction {
  flex-basis: 100%;
}
.smm-connect-telegram-chanel-dialog .smm-connect-telegram-chanel .smm-connect-telegram-chanel-instruction .smm-connect-telegram-chanel-instruction-title {
  font-size: 17px;
}
.smm-connect-telegram-chanel-dialog .smm-connect-telegram-chanel .smm-connect-telegram-chanel-instruction .smm-connect-telegram-chanel-instruction-item {
  margin-top: 10px;
}
.smm-connect-telegram-chanel-dialog .smm-connect-telegram-chanel .smm-connect-telegram-chanel-instruction .smm-connect-telegram-chanel-instruction-item .smm-connect-telegram-chanel-instruction-item-number {
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 50%;
  color: #f37021;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background: #f0f0f0;
  margin-right: 3px;
}
.smm-connect-telegram-chanel-dialog .smm-connect-telegram-chanel .smm-connect-telegram-chanel-content {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.smm-connect-telegram-chanel-dialog .smm-connect-telegram-chanel .smm-connect-telegram-chanel-content .smm-connect-telegram-info {
  font-size: 16px;
  line-height: 19px;
  color: #696969;
  margin-bottom: 15px;
}
.smm-connect-telegram-chanel-dialog .smm-connect-telegram-chanel .smm-connect-telegram-chanel-buttons {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  align-items: flex-end;
}

.smm-social-account-remove-wrap .smm-social-account-remove-title .smm-social-account-remove-text {
  color: #162a47;
  font-size: 16px;
  margin-bottom: 4px;
}
.smm-social-account-remove-wrap .smm-social-account-remove-title .smm-social-account-remove-description-text {
  font-size: 14px !important;
}
.smm-social-account-remove-wrap .smm-social-account-remove-btn {
  display: flex;
  justify-content: space-between;
}
.smm-social-account-remove-wrap .smm-social-account-remove-btn > div {
  max-width: calc(50% - 4px);
  min-width: calc(50% - 4px) !important;
}

.smm-setup-item-wrap .smm-setup-info-block {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.smm-setup-item-wrap .smm-setup-info-block .smm-setup-info-text {
  margin-left: 10px;
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
}

.smm-video-setup-dialog-wrap .smm-dialog-title {
  margin-bottom: 5px !important;
}
.smm-video-setup-dialog-wrap .smm-video-setup-dialog .smm-video-setup-form > div {
  padding: 15px 0;
  border-bottom: 1px solid #e2e2e2;
}
.smm-video-setup-dialog-wrap .smm-video-setup-dialog .smm-video-setup-form > div:last-child {
  border-bottom: none;
}
.smm-video-setup-dialog-wrap .smm-video-setup-dialog .smm-video-setup-form .smm-video-cover {
  max-height: 300px;
  margin-bottom: 10px;
}
.smm-video-setup-dialog-wrap .smm-video-setup-dialog .smm-video-setup-form .smm-video-cover .smm-video {
  width: 100%;
  max-height: 300px;
}
@media (min-width: 576px) {
.smm-video-setup-dialog-wrap .smm-video-setup-dialog .smm-video-setup-form .smm-video-cover {
    margin-bottom: 15px;
}
}
@media (min-width: 992px) {
.smm-video-setup-dialog-wrap .smm-video-setup-dialog .smm-video-setup-form .smm-video-cover {
    margin-bottom: 25px;
}
}
@media (max-width: 576px) {
.smm-video-setup-dialog-wrap .smm-video-setup-dialog .smm-video-setup-form .smm-video-cover-functionality > div {
    margin-bottom: 5px;
}
.smm-video-setup-dialog-wrap .smm-video-setup-dialog .smm-video-setup-form .smm-video-cover-functionality > div:last-child {
    margin-bottom: 0;
}
.smm-video-setup-dialog-wrap .smm-video-setup-dialog .smm-video-setup-form .smm-video-cover-functionality .smm-button {
    width: 100%;
}
}
@media (min-width: 576px) {
.smm-video-setup-dialog-wrap .smm-video-setup-dialog .smm-video-setup-form .smm-video-cover-functionality {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
}
.smm-video-setup-dialog-wrap .smm-video-setup-dialog .smm-video-setup-functionality {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}

.smm-draggable {
  cursor: grab;
}
.smm-draggable:active {
  cursor: grabbing;
}

.v-menu__content {
  max-width: fit-content;
}
.smm-dropdown {
  width: 100%;
  position: relative;
}
.smm-dropdown .smm-dropdown-title {
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
  margin-bottom: 5px;
}
.smm-dropdown .smm-dropdown-title .text-danger {
  font-size: 20px;
}
.smm-dropdown .v-input__control .v-input__slot {
  box-shadow: none !important;
  border: 1px solid #e6e6e6 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  min-height: 40px;
  overflow: hidden;
}
.smm-dropdown .v-input__control .v-input__slot .v-select__slot .v-label {
  font-family: "ProximaNova";
  color: rgba(19, 19, 19, 0.5) !important;
  font-size: 14px;
  line-height: 17px;
}
.smm-dropdown .v-input__control .v-input__slot .v-select__slot .v-select__selections {
  flex-wrap: nowrap;
  font-family: "ProximaNova";
  font-size: 14px;
  line-height: 17px;
  color: #131313;
}
.smm-dropdown .v-input__control .v-input__slot .v-select__slot .v-text-field__prefix {
  font-family: "ProximaNova";
  color: rgba(19, 19, 19, 0.5);
  font-size: 13px;
  line-height: 17px;
}
@media (max-width: 600px) {
.smm-dropdown .v-input__control .v-input__slot .v-select__slot .v-text-field__prefix {
    display: none;
}
}
.smm-dropdown .v-input__control .v-input__slot .v-select__slot .v-select__selections .v-select__selection--comma {
  font-family: "ProximaNova";
  color: #131313;
  font-size: 13px;
  line-height: 17px;
}
.smm-dropdown .v-input__control .v-input__slot .v-select__slot .v-input__append-inner .v-input__icon--append {
  height: auto;
  min-width: auto;
  width: auto;
}
.smm-dropdown .v-input__control .v-input__slot .v-select__slot .v-input__append-inner .v-input__icon--append .v-icon::before {
  content: "\e974" !important;
  font-size: 10px;
  color: rgba(19, 19, 19, 0.5);
}
.smm-dropdown .v-input__control .v-text-field__details {
  display: none !important;
}
.smm-dropdown.smm-dropdown-green .v-input__control .v-input__slot {
  background: #f37021 !important;
  border: 1px solid #f37021 !important;
}
.smm-dropdown.smm-dropdown-green .v-input__control .v-input__slot .v-select__slot .v-text-field__prefix {
  color: white;
}
.smm-dropdown.smm-dropdown-green .v-input__control .v-input__slot .v-select__slot .v-select__selections .smm-dropdown-items-jt,
.smm-dropdown.smm-dropdown-green .v-input__control .v-input__slot .v-select__slot .v-select__selections .v-select__selection--comma {
  color: white;
}
.smm-dropdown.smm-dropdown-green .v-input__control .v-input__slot .v-select__slot .v-input__append-inner .v-input__icon--append .v-icon::before {
  color: white;
}
.smm-dropdown.is-invalid .v-input__control .v-input__slot {
  border: 1px solid red !important;
}
.v-menu__content .v-list-item {
  color: white !important;
  min-height: 27px !important;
}
.v-menu__content .v-list-item .v-list-item__content .v-list-item__title {
  font-size: 14px;
  line-height: 17px;
  font-family: "ProximaNova";
  color: #131313;
}
.v-menu__content .v-list-item.primary--text {
  background-color: white !important;
  color: white !important;
  caret-color: white !important;
}
.v-menu__content .v-list-item.primary--text .v-list-item__content .v-list-item__title {
  color: #f37021;
}
.v-menu__content .v-list-item:hover {
  background-color: rgba(243, 112, 33, 0.1) !important;
}
.v-menu__content .v-list-item__action {
  margin: 0 15px 0 0 !important;
}
.v-menu__content .v-list-item__action .v-input--selection-controls__ripple.primary--text {
  color: #f37021 !important;
}
.theme--light.v-list-item:not(.v-list-item--active):not(
    .v-list-item--disabled
  ) {
  color: #f37021 !important;
}
.v-application .primary--text i {
  color: #f37021 !important;
}
.es-dropwodn-multiple {
  overflow: hidden;
  white-space: nowrap;
}
.smm-dropdown-items-jt {
  font-family: "ProximaNova";
  color: #131313;
  font-size: 13px;
  line-height: 17px;
}
.es-input-validate {
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.es-input-validate .icon-close1 {
  color: red;
}
.es-input-validate .invalid-feedback {
  width: auto;
  display: flex;
  margin-left: 5px;
}
.es-input-validate.active {
  opacity: 1;
  padding-top: 8px;
}
.es-input-validate.active .invalid-feedback {
  width: auto;
  display: flex;
  margin-left: 5px;
  font-size: 12px;
  line-height: 14px;
  margin-top: 0;
}

.smm-v-expansion-panel .smm-panel-text-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 8px;
  min-height: 20px;
}
.smm-v-expansion-panel .smm-panel-text-block .smm-panel-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-color: #f0f0f0;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 200;
  color: #f37021;
  animation: popup 200ms forwards;
}
@keyframes popup {
0% {
    transform: scale(0.3);
    opacity: 0;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}
.smm-v-expansion-panel .v-expansion-panel-header {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #162a47;
}
.smm-v-expansion-panel .v-expansion-panel-content {
  padding: 10px;
}
.smm-v-expansion-panel .v-item-group > div:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.smm-v-expansion-panel .v-expansion-panel-content__wrap {
  padding: 0 0 15px;
}
.smm-v-expansion-panel .row {
  margin: 0;
}
.smm-v-expansion-panel .v-expansion-panel__shadow {
  box-shadow: none !important;
}
.smm-v-expansion-panel .v-expansion-panels {
  z-index: inherit;
}
.smm-v-expansion-panel .v-expansion-panel-header {
  padding: 4px 0 !important;
  min-height: 28px !important;
}
.smm-v-expansion-panel .v-icon.v-icon {
  font-size: 10px !important;
}
.smm-v-expansion-panel .theme--light.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon {
  color: #f37021 !important;
}

.smm-attaching-photo-wrap {
  background-color: #f9f9f9;
  cursor: pointer;
  min-height: 277px;
  position: relative;
  user-select: none;
  display: flex;
  justify-content: center;
}
.smm-attaching-photo-wrap input[type="file"] {
  opacity: 0;
  cursor: pointer;
  font-size: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.smm-attaching-photo-wrap .smm-attaching-photo-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 160px;
  color: #7a7878;
}
@media (max-width: 577px) {
.smm-attaching-photo-wrap .smm-attaching-photo-block .smm-upload-photo-text {
    text-align: center;
    padding: 16px 36px;
    margin-right: 0;
}
}
.smm-attaching-photo-wrap .smm-attaching-photo-block .smm-icon-plus {
  color: #c4c4c4;
  font-size: 37px;
}
.smm-attaching-photo-wrap .smm-attaching-photo-block .smm-upload-photo-text {
  text-align: center;
  padding: 8px 36px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

.smm-file-upload-wrap .smm-file-upload-block {
  display: flex;
  align-items: center;
  position: relative;
}
.smm-file-upload-wrap .smm-file-upload-block .v-btn.smm-file-upload-button {
  max-height: 65px;
  max-width: 65px;
  border: 1px dashed #f0f0f0;
  border-color: #d9d9d9 !important;
}
.smm-file-upload-wrap .smm-file-upload-block .smm-file-upload-text {
  font-size: 13px;
  line-height: 15px;
  color: #7a7878;
  margin-left: 10px;
}
.smm-file-upload-wrap .smm-file-upload-block .smm-file-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  min-width: 65px;
  min-height: 65px;
  padding: 0;
  margin: 0;
}
.smm-file-upload-wrap .smm-file-upload-block .smm-file-input .v-input__prepend-outer {
  display: none;
}
.smm-file-upload-wrap .smm-file-upload-block .smm-file-input .v-input__control {
  min-width: 65px;
  min-height: 65px;
  max-height: 65px;
}
.smm-file-upload-wrap .smm-file-upload-block .smm-file-input .v-input__control .v-input__slot {
  cursor: pointer;
}

.smm-group-users .smm-group-users-block .smm-group-users-block-items .symbol-group {
  display: flex;
  flex-wrap: nowrap !important;
  align-items: center;
  margin-left: 10px;
}
.smm-group-users .smm-group-users-block .smm-group-users-block-items .symbol-group .symbol {
  position: relative;
  z-index: 0;
  margin-left: -10px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
}
.smm-group-users .smm-group-users-block .smm-group-users-block-items .symbol-group .symbol .smm-avatar-count {
  width: 32px;
  min-width: 32px;
  height: 32px;
}
.smm-group-users .smm-group-users-block .smm-group-users-block-items .symbol-group .symbol.hideItem {
  display: none;
}
.smm-group-users .smm-group-users-block .smm-group-users-block-items .symbol-group .symbol:hover {
  transition: all 0.3s ease;
  z-index: 1;
}
.smm-group-users .smm-group-users-block .smm-group-users-block-items .symbol-group .symbol.symbol-label {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f37021;
}
.smm-group-users .smm-group-users-block .smm-group-users-block-items .symbol-group .symbol.symbol-label.bg-dark-symbol {
  background-color: #fff;
}
.smm-group-users .smm-group-users-block .smm-group-users-block-items .symbol-group .symbol.symbol-label::after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-clip: padding-box;
}
.smm-group-users .smm-group-users-block .smm-group-users-block-items .symbol-group .symbol.symbol-label.v-avatar {
  border: 1px solid #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.smm-group-users-dialog-wrap .smm-group-users-dialog {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.smm-group-users-dialog-wrap .smm-group-users-dialog .symbol .symbol-label {
  cursor: pointer;
}
.smm-group-users-dialog-wrap .smm-group-users-dialog-btn {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.lb-grid {
  position: relative;
  display: block;
}
.lb-item {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lb-item:hover,
.lb-item:focus {
  opacity: 0.6;
}
.lb-grid-1 .lb-item {
  width: 100%;
  height: 100%;
}
.lb-grid-2 .lb-item,
.lb-grid-3 .lb-item,
.lb-grid-4 .lb-item,
.lb-grid-5 .lb-item {
  width: 50%;
}
.lb-grid-2 .lb-item,
.lb-grid-3 .lb-item:nth-child(1),
.lb-grid-4 .lb-item:nth-child(1) {
  height: 100%;
}
.lb-grid-3 .lb-item:nth-child(2),
.lb-grid-3 .lb-item:nth-child(3),
.lb-grid-5 .lb-item:nth-child(1),
.lb-grid-5 .lb-item:nth-child(2) {
  height: 50%;
}
.lb-item:last-child,
.lb-grid-2 .lb-item:nth-child(2),
.lb-grid-3 .lb-item:nth-child(2),
.lb-grid-3 .lb-item:nth-child(3),
.lb-grid-4 .lb-item:nth-child(2),
.lb-grid-4 .lb-item:nth-child(3),
.lb-grid-4 .lb-item:nth-child(4),
.lb-grid-5 .lb-item:nth-child(3),
.lb-grid-5 .lb-item:nth-child(4),
.lb-grid-5 .lb-item:nth-child(5) {
  left: auto;
  right: 0;
  border-right: 0;
}
.lb-grid-3 .lb-item:nth-child(3),
.lb-grid-4 .lb-item:nth-child(4),
.lb-grid-5 .lb-item:nth-child(2),
.lb-grid-5 .lb-item:nth-child(5) {
  bottom: 0;
  top: auto;
}
.lb-grid-4 .lb-item:nth-child(3),
.lb-grid-5 .lb-item:nth-child(4) {
  top: 33.33333333%;
}
.lb-grid-4 .lb-item:nth-child(2),
.lb-grid-4 .lb-item:nth-child(3),
.lb-grid-4 .lb-item:nth-child(4),
.lb-grid-5 .lb-item:nth-child(3),
.lb-grid-5 .lb-item:nth-child(4),
.lb-grid-5 .lb-item:nth-child(5) {
  height: 33.33333333%;
}
.lb-more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.lb-more:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  height: 100%;
}
/* 
.lb-more:after{
    position: absolute;
    top: 0;
    left: 0;
    left: 0;
    right: 0;
    z-index: -1;   
    content: "";
    background: #222;
    opacity: 0.9;
} */
.lb-modal {
  transition: opacity 0.2s ease;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.lb-modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  z-index: 999;
}
.lb-modal-next,
.lb-modal-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -25px;
  /* width: 50px;
    height: 50px; */
  z-index: 999;
  cursor: pointer;
  color: #fff;
  background-color: transparent;
  border: none;
}
.lb-modal-next {
  left: auto;
  right: 20px;
}
.lb-modal-img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  text-align: center !important;
  top: inherit !important;
  left: inherit !important;
  right: inherit !important;
  bottom: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px !important;
}
.lb-modal-img__image,
.lb-modal-img .v-image__image {
  max-width: 90vw !important;
  max-height: 90vh !important;
  object-fit: contain !important;
}
.lb-modal-img .v-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lb-modal-img .v-image__image {
  height: inherit !important;
  width: inherit !important;
  min-height: inherit !important;
  min-width: inherit !important;
  top: inherit !important;
  left: inherit !important;
  background-size: contain !important;
}
.lb-modal-img:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  height: 100%;
}
.lb-modal-img .spinner {
  width: 150px;
  position: absolute;
  margin-left: -75px;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.btn-outline-primary {
  color: #f37021 !important;
  border-color: #f37021 !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #f37021 !important;
  border-color: #f37021 !important;
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem #f37021 !important;
}

.smm-first-comment-post-block {
  margin-bottom: 15px;
}

.wrap-smm-post-task[data-v-561ca915] {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.wrap-smm-post-task .wrap-smm-content-post-task[data-v-561ca915] {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.wrap-smm-post-task .wrap-smm-content-post-task .smm-tasks-new-page-preview-task-wrapper[data-v-561ca915] {
  height: 100%;
  width: 100%;
}
.wrap-smm-post-task .wrap-smm-content-post-task .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap[data-v-561ca915] {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
}
.wrap-smm-post-task .wrap-smm-content-post-task .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task[data-v-561ca915] {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.wrap-smm-post-task .wrap-smm-content-post-task .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-header[data-v-561ca915] {
  width: 100%;
  height: 24px;
  background-color: #f0f0f0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
  color: #162a47;
  flex-shrink: 0;
}
.wrap-smm-post-task .wrap-smm-content-post-task .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button[data-v-561ca915] {
  background-color: transparent !important;
  box-shadow: none !important;
  border: 1px dashed white;
  margin: 1rem !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
  color: #162a47;
  height: 40px;
  width: calc(100% - 2rem) !important;
  cursor: pointer;
  flex-shrink: 0;
}
.wrap-smm-post-task .wrap-smm-content-post-task .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button[data-v-561ca915]:hover {
  background-color: #e8e8e8;
  border: 1px solid #f37021;
}
.wrap-smm-post-task .wrap-smm-content-post-task .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button:hover span[data-v-561ca915] {
  color: #f37021;
}
.wrap-smm-post-task .wrap-smm-content-post-task .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button:hover i[data-v-561ca915] {
  color: #f37021;
}
.wrap-smm-post-task .wrap-smm-content-post-task .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button i[data-v-561ca915] {
  font-size: 14px;
  color: #162a47;
}
.wrap-smm-post-task .wrap-smm-content-post-task .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button span[data-v-561ca915] {
  margin-left: 8px;
  font-size: 15px;
  color: #162a47;
}
.wrap-smm-post-task .wrap-smm-content-post-task .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap[data-v-561ca915] {
  margin-top: 6px;
  width: 100%;
  height: auto;
  display: flex;
}
.wrap-smm-post-task .wrap-smm-content-post-task .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .task-list[data-v-561ca915] {
  width: 100%;
}
.wrap-smm-post-task .wrap-smm-content-post-task .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .draggable-list-items[data-v-561ca915] {
  position: relative;
  margin-top: 0.5rem;
}
.wrap-smm-post-task .wrap-smm-content-post-task .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .draggable-list-items[data-v-561ca915]:not(:first-child) {
  margin-top: 1rem;
}
.wrap-smm-post-task .wrap-smm-content-post-task .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .draggable-list-items[data-v-561ca915]:last-child {
  padding-bottom: 4rem;
}
.wrap-smm-post-task .wrap-smm-content-post-task .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .draggable-list-items[data-v-561ca915]:first-child {
  padding-bottom: 0 !important;
}
.draggable-list-items[data-v-561ca915]:last-child {
  padding-bottom: 4rem;
}
.draggable-list-items[data-v-561ca915]:first-child {
  padding-bottom: 0 !important;
}
.draggable-list-items .wrap-smm-display-task[data-v-561ca915]:last-child {
  padding-bottom: 0;
}
.wrap-smm-display-task[data-v-561ca915]:last-child {
  padding-bottom: 6rem;
}
.wrap-smm-display-task .smm-display-task[data-v-561ca915] {
  display: flex;
  align-items: center;
}
.wrap-smm-display-task .smm-display-task.buttonLeft[data-v-561ca915] {
  flex-direction: row-reverse;
}
.wrap-smm-display-task .smm-display-task.buttonShow .smm-display-task-content-left[data-v-561ca915] {
  margin-right: 0 !important;
}
.wrap-smm-display-task .smm-display-task .smm-display-task-content-left[data-v-561ca915] {
  display: flex;
  flex-grow: 1;
  margin-left: 1rem;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
}
@media (min-width: 576px) {
.wrap-smm-display-task .smm-display-task .smm-display-task-content-left[data-v-561ca915] {
    margin-right: 10px;
}
.wrap-smm-display-task .smm-display-task .smm-display-task-content-left .smm-display-task-content[data-v-561ca915] {
    width: 332px;
    min-width: 100px;
}
}
.wrap-smm-display-task .smm-display-task .smm-display-task-content-left .smm-display-task-content[data-v-561ca915] {
  width: 100%;
  min-height: 40px;
  padding: 12px 15px;
  border-radius: 1rem;
  background-color: white !important;
}
.wrap-smm-display-task .smm-display-task .smm-display-task-content-left .smm-display-task-content .media-message-compact[data-v-561ca915] {
  background-color: white !important;
}
.wrap-smm-display-task .smm-display-task .smm-display-task-content-left .smm-display-task-content-status[data-v-561ca915] {
  display: block;
  width: 10px;
  min-height: 100%;
  border-radius: 6px 0 0 6px;
}
.wrap-smm-display-task-content[data-v-561ca915] {
  width: calc(100% - 2px);
  height: 100%;
  display: block;
  cursor: pointer;
  position: relative;
}
.wrap-smm-display-task-content .smm-display-task-content-block[data-v-561ca915] {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click[data-v-561ca915] {
  width: 100%;
  height: 100%;
}
.wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header[data-v-561ca915] {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header .select-checkbox[data-v-561ca915] {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #d9dde3;
  flex-shrink: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 5;
  pointer-events: auto;
}
.wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header .select-checkbox .select-circle[data-v-561ca915] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s;
}
.wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header .select-checkbox .select-circle.selected[data-v-561ca915] {
  background: #d9dde3;
}
.wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header .header[data-v-561ca915] {
  font-size: 14px;
  line-height: 17px;
  color: #162a47;
  word-break: break-word;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2px;
}
.wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header .wrap-menu[data-v-561ca915] {
  flex-shrink: 0;
  cursor: pointer;
}
.wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header .wrap-menu .menu-dots[data-v-561ca915] {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header .wrap-menu .menu-dots i[data-v-561ca915] {
  font-size: 16px;
  color: #5e6c84;
}
.wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description[data-v-561ca915] {
  font-size: 12px;
  line-height: 15px;
  color: #7a7878;
}
.wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description .smm-display-task-content-description-text[data-v-561ca915] {
  min-height: 23px;
  word-break: break-word;
}
.wrap-smm-display-task-content .smm-display-task-content-block .smm-task-metrics[data-v-561ca915] {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 0;
  padding-left: 0 !important;
}
.wrap-smm-display-task-content .smm-display-task-content-block .smm-task-metrics .metric[data-v-561ca915] {
  display: flex;
  align-items: center;
  color: #7a7878;
}
.wrap-smm-display-task-content .smm-display-task-content-block .smm-task-metrics .metric .metric-text[data-v-561ca915] {
  font-size: 12px;
  margin-left: 4px;
}

.smm-close-image-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #f0f0f0;
  padding: 5px;
  cursor: pointer;
  z-index: 10;
  max-width: 18px;
  max-height: 18px;
  top: 0;
  right: 0;
  pointer-events: auto;
}
.smm-close-image-button .smm-icon-close {
  font-size: 8px;
  line-height: 10px;
  color: #7a7878;
  pointer-events: none;
}
.smm-close-image-button:hover .smm-icon-close {
  opacity: 0.5;
}

.smm-draggable-media-item-wrap {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100px;
  width: 100px;
}
.smm-draggable-media-item-wrap .smm-draggable-media-item-block {
  min-height: 100px;
  min-width: 100px;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.smm-draggable-media-item-wrap .smm-draggable-media-item-block.isImage {
  display: block;
}
.smm-draggable-media-item-wrap .smm-draggable-media-item-block .smm-close-image-button {
  z-index: 999 !important;
  cursor: pointer;
}
.smm-draggable-media-item-wrap .smm-draggable-media-item-block .smm-media-settings-wrap {
  z-index: 10;
  pointer-events: auto;
}
.smm-draggable-media-item-wrap .smm-draggable-media-item-block .smm-video-preview {
  max-height: 100px;
  height: 100%;
  min-width: 100px;
  min-height: 100px;
}
.smm-draggable-media-item-wrap .smm-draggable-media-item-block .smm-video-duration {
  color: white;
  font-size: 12px;
  line-height: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: right;
  padding-bottom: 9px;
  padding-right: 6px;
}
.smm-draggable-media-item-wrap:hover .smm-video-duration {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.8) 100%);
}
.smm-draggable-media-item-wrap.smm-file-clickable {
  cursor: pointer;
}
:deep(.v-tooltip__content) {
  padding: 0 !important;
  max-width: 200px;
  min-width: 0;
  display: block;
}
:deep(.v-tooltip__content) .smm-file-loading-name {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
  text-align: left;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 8px 12px;
  margin: 0;
  box-sizing: border-box;
  vertical-align: top;
}

.smm-draggable-media-wrap .smm-draggable-media-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
.smm-draggable-media-wrap .smm-draggable-media-block .smm-draggable {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.smm-draggable-media-wrap .smm-draggable-media-block div span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.smm-draggable-media-wrap .smm-draggable-media-block .smm-draggable-media-item-wrap {
  margin: 4px;
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
}
.smm-draggable-media-wrap .smm-draggable-media-block .smm-close-image-button {
  border-radius: 4px;
}
.smm-draggable-media-wrap .smm-draggable-media-block .smm-add-media-button {
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: unset !important;
}
.smm-draggable-media-wrap .smm-draggable-media-block .smm-add-media-button:hover:not(.disabled) .smm-add-media-block {
  border: 1px solid #f37021;
}
.smm-draggable-media-wrap .smm-draggable-media-block .smm-add-media-button:hover:not(.disabled) .smm-add-media-block .v-icon {
  color: #f37021 !important;
}
.smm-draggable-media-wrap .smm-draggable-media-block .smm-add-media-button.disabled {
  cursor: no-drop;
  opacity: 0.5;
}
.smm-draggable-media-wrap .smm-draggable-media-block .smm-add-media-block {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border-radius: 6px;
  border: 1px dashed #f0f0f0;
  height: 100px;
  width: 100px;
}
html:has(.lb-modal) {
  overflow-y: hidden !important;
}
html:has(.lb-modal) .lb-modal {
  height: 100vh;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000000;
}
html:has(.lb-modal) .lb-modal .lb-modal-img {
  height: calc(100% - 6rem) !important;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.smm-media-preview-block-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  width: 100%;
  box-sizing: border-box;
  min-width: 48px;
  vertical-align: top;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.55) 100%);
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.smm-media-preview-block-wrap .smm-icon-filter {
  font-size: 20px;
  line-height: 20px;
  color: #c1c1c1;
}
.smm-media-preview-block-wrap .smm-icon-filter:hover {
  color: white;
}
.smm-media-preview-block-wrap.smm-media-setting-open {
  overflow: visible;
  opacity: 1;
}

.smm-media-settings-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  opacity: 0;
  transform: scale(0);
  transition: all 0.15s;
}
.smm-media-settings-wrap.smm-media-setting-open {
  overflow: visible;
  opacity: 1;
  transform: scale(1);
}
.smm-media-settings-wrap .smm-media-settings-block {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 35px;
  width: 35px;
  height: 35px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
.smm-media-settings-wrap .smm-media-settings-block i {
  font-size: 16px;
  color: #f37021;
}

.smm-preview-change-item-media-wrap {
  width: 100%;
}
.smm-preview-change-item-media-wrap .smm-preview-change-item-media-block {
  position: relative;
  height: 100px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.smm-preview-change-item-media-wrap .smm-preview-change-item-media-block > div {
  color: transparent;
}
.smm-preview-change-item-media-wrap .smm-preview-change-item-media-block:hover,
.smm-preview-change-item-media-wrap .smm-preview-change-item-media-block.isActive {
  background-color: rgba(243, 112, 33, 0.39);
  border: 2px solid #f37021;
}
.smm-preview-change-item-media-wrap .smm-preview-change-item-media-block:hover > div,
.smm-preview-change-item-media-wrap .smm-preview-change-item-media-block.isActive > div {
  color: #fff;
}
.smm-preview-change-item-media-wrap .smm-preview-change-item-media-block .smm-preview-change-item-media-icon {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.smm-preview-change-item-media-wrap .smm-preview-change-item-media-block .smm-preview-change-item-media-icon > div {
  color: transparent;
}
.smm-preview-change-item-media-wrap .smm-preview-change-item-media-block .smm-preview-change-item-media-icon:hover,
.smm-preview-change-item-media-wrap .smm-preview-change-item-media-block .smm-preview-change-item-media-icon.isActive {
  border: 1px solid #f37021;
  background: linear-gradient(0deg, rgba(243, 112, 33, 0.39), rgba(243, 112, 33, 0.39));
}
.smm-preview-change-item-media-wrap .smm-preview-change-item-media-block .smm-preview-change-item-media-icon:hover > div,
.smm-preview-change-item-media-wrap .smm-preview-change-item-media-block .smm-preview-change-item-media-icon.isActive > div {
  color: #fff;
}
.smm-preview-change-item-media-wrap .smm-preview-change-item-media-block .smm-video-preview {
  max-height: 100px;
  height: 100%;
  min-width: 100px;
  min-height: 100px;
}
.smm-preview-change-item-media-wrap .smm-preview-change-item-media-block .smm-video-duration {
  color: white;
  font-size: 12px;
  line-height: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: right;
  padding-bottom: 9px;
  padding-right: 6px;
}
.smm-preview-change-item-media-wrap:hover .smm-video-duration {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.8) 100%);
}

.smm-preview-media-modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  backface-visibility: hidden;
}
.smm-preview-media-modal.smm-preview-media-visible {
  visibility: visible;
  opacity: 1;
}
.smm-preview-media-modal .smm-close-modal-media-button {
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 40px;
  font-weight: bold;
  color: #c1c1c1;
  cursor: pointer;
  transition: 0.3s;
}
.smm-preview-media-modal .smm-close-modal-media-button:hover {
  color: white;
}
.smm-preview-media-modal .smm-modal-content-preview-media {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  display: block;
  margin: auto;
  background: #222;
}
.smm-preview-media-modal .smm-preview-media-modal-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.smm-preview-media-modal .smm-preview-media-modal-controls .smm-arrow-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  padding: 0 24px;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.smm-preview-media-modal .smm-preview-media-modal-controls .smm-arrow-btn:disabled {
  opacity: 0.2;
  cursor: default;
}
.smm-preview-media-modal .smm-preview-media-modal-controls .smm-arrow-btn:hover:not(:disabled) {
  opacity: 1;
}
.smm-preview-media-modal .smm-preview-media-modal-controls .smm-preview-media-modal-item {
  margin: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.file-text {
  width: 100%;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.smm-upload-file-loading-item {
  width: 100px;
  min-width: 0;
  overflow: visible;
}
.smm-upload-file-loading-item .smm-file-loading-image {
  height: 100px;
  width: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smm-upload-file-loading-item .smm-file-loading-image img,
.smm-upload-file-loading-item .smm-file-loading-image video {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.smm-upload-file-loading-item .smm-file-loading-name {
  font-size: 13px;
  color: #7a7878;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
  text-align: left;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-indent: 0;
  line-height: 1.2;
  position: relative;
  max-width: 100%;
}
.smm-upload-file-loading-item .smm-file-loading-status {
  display: flex;
  align-items: center;
  width: 100px;
}
.smm-upload-file-loading-item .smm-file-loading-status .smm-icon-close-upload {
  font-size: 12px;
  margin-left: 15px;
}
.smm-upload-file-loading-item.smm-erorr-upload .smm-file-loading-name {
  color: red;
}

@media (min-width: 576px) {
.smm-post-calendar-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
}
@media (min-width: 992px) {
.smm-post-calendar-filters .smm-calendar-day-switch-wrap {
    display: flex;
}
}
.smm-post-calendar-filters .smm-calendar-day-switch-wrap .smm-calendar-day-switch {
  margin-right: 13px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.smm-post-calendar-filters .smm-calendar-day-switch-wrap .smm-calendar-day-switch > div,
.smm-post-calendar-filters .smm-calendar-day-switch-wrap .smm-calendar-day-switch button {
  margin-left: 5px;
}
.smm-post-calendar-filters .smm-calendar-day-switch-wrap .smm-calendar-day-switch > div:first-child,
.smm-post-calendar-filters .smm-calendar-day-switch-wrap .smm-calendar-day-switch button:first-child {
  margin-left: 0;
}
.smm-post-calendar-filters .smm-calendar-day-switch-wrap .smm-calendar-day-switch .smm-button-white.smm-button-today #smm-button {
  border: 1px solid #e5e5e5 !important;
  transition: all 0.18s linear;
}
.smm-post-calendar-filters .smm-calendar-day-switch-wrap .smm-calendar-day-switch .smm-button-white.smm-button-today #smm-button:hover {
  border: solid 1px #f37021 !important;
}
.smm-post-calendar-filters .smm-calendar-day-switch-wrap .smm-calendar-date-range {
  font-size: 12px;
  line-height: 14px;
  color: #7a7878;
}
@media (min-width: 576px) {
.smm-post-calendar-filters .smm-calendar-day-switch-wrap .smm-calendar-date-range {
    font-size: 14px;
    line-height: 16px;
}
}
@media (min-width: 468px) {
.smm-post-calendar-filters .smm-calendar-day-switch-wrap {
    margin-bottom: 0px;
}
}
.smm-post-calendar-filters .smm-calendar-period-switch {
  margin-bottom: 10px;
}
.smm-post-calendar-filters .smm-calendar-period-switch .smm-calendar-buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
.smm-post-calendar-filters .smm-calendar-period-switch .smm-calendar-buttons {
    justify-content: space-between;
}
.smm-post-calendar-filters .smm-calendar-period-switch .smm-calendar-buttons .smm-button {
    min-width: 49% !important;
}
}
@media (min-width: 576px) {
.smm-post-calendar-filters .smm-calendar-period-switch .smm-calendar-buttons .smm-button:first-child {
    margin-right: 5px;
}
}
@media (min-width: 468px) {
.smm-post-calendar-filters .smm-calendar-period-switch {
    margin-bottom: 0px;
}
.smm-post-calendar-filters .smm-calendar-period-switch .smm-select-wrap {
    max-width: 150px;
}
}
.smm-post-calendar-filters .smm-calendar-period-switch > div {
  margin-bottom: 5px;
}
.smm-post-calendar-filters .smm-calendar-period-switch > div:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
.smm-post-calendar-filters .smm-calendar-period-switch {
    display: flex;
    align-items: center;
}
.smm-post-calendar-filters .smm-calendar-period-switch > div {
    margin-bottom: 0;
    margin-left: 30px;
}
.smm-post-calendar-filters .smm-calendar-period-switch > div:first-child {
    margin-left: 0;
}
}

.smm-post-preview-calendar-month-preview-wrap {
  background: #ffffff;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  padding: 12px 20px 20px;
}
.smm-post-preview-calendar-month-preview-wrap .smm-post-preview-calendar-month-preview-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #162a47;
  margin-bottom: 8px;
}
.smm-post-preview-calendar-month-preview-wrap .smm-post-preview-calendar-month-preview-title > div {
  display: flex;
  justify-content: space-between;
}
.smm-post-preview-calendar-month-preview-wrap .smm-post-preview-calendar-month-preview-content {
  position: relative;
}
.smm-post-preview-calendar-month-preview-wrap .smm-post-preview-calendar-month-preview-content .smm-post-preview-calendar-month-preview-content-icon {
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  right: 10px;
  font-size: 20px;
  color: #7a7878;
}

.smm-post-preview-calendar-month-wrap {
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  border-width: 1px;
  padding: 12px;
  width: 100%;
  min-height: 90px;
  background: #f8f8f8;
  border-radius: 12px;
}
.smm-post-preview-calendar-month-wrap.post {
  background-color: rgba(81, 166, 223, 0.1);
}
.smm-post-preview-calendar-month-wrap.stories {
  background-color: rgba(243, 114, 33, 0.1);
}
.smm-post-preview-calendar-month-wrap.smm-post-preview-calendar-month-focus {
  border-color: #f68b28;
  opacity: 0.8;
}
.smm-post-preview-calendar-month-wrap.smm-post-preview-calendar-month-danger {
  border-color: #cc293d;
}
.smm-post-preview-calendar-month-wrap.smm-post-preview-calendar-month-loading {
  opacity: 0.8;
  pointer-events: none;
  cursor: progress;
}
.smm-post-preview-calendar-month-wrap .smm-post-preview-calendar-month {
  display: flex;
}
.smm-post-preview-calendar-month-wrap .smm-post-preview-calendar-month .smm-post-preview-calendar-month-media {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.smm-post-preview-calendar-month-wrap .smm-post-preview-calendar-month .smm-post-preview-calendar-month-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 118px;
}
.smm-post-preview-calendar-month-wrap .smm-post-preview-calendar-month .smm-post-preview-calendar-month-content .smm-post-preview-calendar-month-content-text {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #000000;
  margin-bottom: 4px;
  min-height: 12px;
}
.smm-post-preview-calendar-month-wrap .smm-post-preview-calendar-month .smm-post-preview-calendar-month-content .smm-post-preview-calendar-month-content-text.color {
  color: #51a6df;
}
.smm-post-preview-calendar-month-wrap .smm-post-preview-calendar-month .smm-post-preview-calendar-month-content .smm-post-preview-calendar-month-content-text.color-stories {
  color: #f37021;
}
.smm-post-preview-calendar-month-wrap .smm-post-preview-calendar-month .smm-post-preview-calendar-month-content .smm-post-preview-calendar-month-content-text > div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
}
.smm-post-preview-calendar-month-wrap .smm-post-preview-calendar-month .smm-post-preview-calendar-month-content .smm-post-preview-calendar-month-content-icons {
  display: flex;
  flex-wrap: wrap;
}
.smm-post-preview-calendar-month-wrap .smm-post-preview-calendar-month .smm-post-preview-calendar-month-content .smm-post-preview-calendar-month-content-icons > i {
  margin-right: 8px;
}
.smm-post-preview-calendar-month-wrap .smm-post-preview-calendar-month .smm-post-preview-calendar-month-content .smm-post-preview-calendar-month-content-icons > i:last-child {
  margin-right: 0;
}
.smm-post-preview-calendar-month-wrap .smm-post-preview-calendar-month .smm-post-preview-calendar-month-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.smm-post-preview-calendar-month-wrap .smm-post-preview-calendar-month .smm-post-preview-calendar-month-menu .smm-post-preview-calendar-month-menu-icon {
  font-size: 10px;
}
.smm-post-preview-calendar-month-wrap .smm-post-preview-calendar-month .smm-post-preview-calendar-month-menu .smm-post-preview-calendar-month-menu-icon.color {
  color: #51a6df;
  margin-right: 0 !important;
}
.smm-post-preview-calendar-month-wrap .smm-post-preview-calendar-month .smm-post-preview-calendar-month-menu .smm-post-preview-calendar-month-menu-icon.color-stories {
  color: #f37021;
}
.smm-post-preview-calendar-month-preview {
  background: #ffffff;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  padding: 12px 20px 20px;
}
.smm-post-preview-calendar-month-preview .smm-post-preview-calendar-month-preview-wrap .smm-post-preview-calendar-month-preview-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #162a47;
  margin-bottom: 8px;
}

.smm-post-preview-calendar-week-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  padding: 12px;
  background: #f8f8f8;
  transition: all 0.15s;
}
.smm-post-preview-calendar-week-wrap.post {
  background-color: #e0effa;
}
.smm-post-preview-calendar-week-wrap.stories {
  background-color: #fce9de;
}
.smm-post-preview-calendar-week-wrap .smm-post-preview-calendar-week {
  min-height: 131px;
}
.smm-post-preview-calendar-week-wrap.smm-post-preview-calendar-week-focus {
  border-color: #ecb480;
  background: #f0f0f0;
  opacity: 0.8;
}
.smm-post-preview-calendar-week-wrap.smm-post-preview-calendar-week-danger {
  background: #fae0dd;
  border-color: #f44336;
}
.smm-post-preview-calendar-week-wrap.smm-post-preview-calendar-week-loading {
  opacity: 0.8;
  pointer-events: none;
  cursor: progress;
}
.smm-post-preview-calendar-week-wrap .smm-post-preview-calendar-week .smm-post-preview-calendar-week-header {
  padding-bottom: 6px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid white;
}
.smm-post-preview-calendar-week-wrap .smm-post-preview-calendar-week .smm-post-preview-calendar-week-header .smm-post-preview-calendar-week-header-icons {
  font-size: 14px;
  display: flex;
}
.smm-post-preview-calendar-week-wrap .smm-post-preview-calendar-week .smm-post-preview-calendar-week-header .smm-post-preview-calendar-week-header-icons > i {
  margin-right: 8px;
}
.smm-post-preview-calendar-week-wrap .smm-post-preview-calendar-week .smm-post-preview-calendar-week-header .smm-post-preview-calendar-week-header-icons > i:last-child {
  margin-right: 0;
}
.smm-post-preview-calendar-week-wrap .smm-post-preview-calendar-week .smm-post-preview-calendar-week-body {
  padding: 8px 0;
  border-bottom: 1px solid white;
}
.smm-post-preview-calendar-week-wrap .smm-post-preview-calendar-week .smm-post-preview-calendar-week-body .smm-post-preview-calendar-week-body-date {
  font-size: 14px;
  line-height: 17px;
}
.smm-post-preview-calendar-week-wrap .smm-post-preview-calendar-week .smm-post-preview-calendar-week-body .smm-post-preview-calendar-week-body-date.color {
  color: #51a6df;
}
.smm-post-preview-calendar-week-wrap .smm-post-preview-calendar-week .smm-post-preview-calendar-week-body .smm-post-preview-calendar-week-body-date.color-stories {
  color: #f37021;
}
.smm-post-preview-calendar-week-wrap .smm-post-preview-calendar-week .smm-post-preview-calendar-week-body .smm-post-preview-calendar-week-body-content {
  min-height: 20px;
}
.smm-post-preview-calendar-week-wrap .smm-post-preview-calendar-week .smm-post-preview-calendar-week-body .smm-post-preview-calendar-week-body-content .smm-post-preview-calendar-week-body-content-text {
  font-size: 13px;
  line-height: 16px;
  color: #162a47;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 15px;
}
.smm-post-preview-calendar-week-wrap .smm-post-preview-calendar-week .smm-post-preview-calendar-week-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smm-post-preview-calendar-week-wrap .smm-post-preview-calendar-week .smm-post-preview-calendar-week-footer .smm-post-preview-calendar-week-footer-icon-wrap .smm-post-preview-calendar-week-footer-icon {
  color: #f37021;
  font-size: 14px;
}

.smm-post-preview-calendar-wrap {
  position: relative;
  margin: 5px;
  border-radius: 12px;
  background-color: transparent !important;
}
.smm-post-preview-calendar-wrap:hover {
  z-index: 1;
  box-shadow: 0px 1px 2px 1px rgba(34, 60, 80, 0.15);
}

.smm-post {
  margin-bottom: 8px;
  background-color: #fff;
}
.smm-post:last-child {
  margin-bottom: 0;
}
.smm-post.smm-post-load {
  pointer-events: none;
  opacity: 0.8;
}
.smm-post .smm-post-header-control {
  padding: 8px 24px;
  background-color: #f0f0f0;
  border-radius: 4px;
}
.smm-post .smm-post-header-control .smm-post-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smm-post .smm-post-header-control .smm-post-header .smm-post-settings {
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
.smm-post .smm-post-header-control .smm-post-header .smm-post-settings .smm-post-date {
    padding-right: 15px;
}
}
@media (max-width: 575px) {
.smm-post .smm-post-header-control .smm-post-information:not(.smm-inform-mobile) {
    display: none;
}
}
@media (min-width: 576px) {
.smm-post .smm-post-header-control .smm-post-information:not(.smm-inform-mobile) {
    padding-right: 15px;
}
}
.smm-post .smm-post-header-control .smm-post-information.smm-inform-mobile {
  margin-top: 5px;
  border-top: 1px solid #e7e6e6;
  padding-top: 5px;
}
@media (min-width: 576px) {
.smm-post .smm-post-header-control .smm-post-information.smm-inform-mobile {
    display: none;
}
}
.smm-post .smm-post-header-control .smm-post-information,
.smm-post .smm-post-header-control .smm-post-date {
  color: #7a7878;
  font-size: 14px;
  font-family: ProximaNova;
  line-height: 17px;
}
@media (min-width: 992px) {
.smm-post .smm-post-header-control .smm-post-information,
  .smm-post .smm-post-header-control .smm-post-date {
    padding-right: 90px !important;
}
}
.smm-post .smm-post-body {
  background-color: #f0f0f0;
  padding: 24px;
  border-radius: 4px;
}
.smm-post .smm-post-body .smm-post-body-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smm-post .smm-post-body > div {
  margin-bottom: 10px;
}
.smm-post .smm-post-body > div:last-child {
  margin-bottom: 0;
}
.smm-post .smm-post-topics-list-block .smm-post-topic-title {
  color: #7a7878;
  font-size: 14px;
  line-height: 16px;
  font-weight: 100;
  margin-right: 15px;
}
.smm-post .smm-post-topics-list-block,
.smm-post .smm-post-footer {
  background-color: #f0f0f0;
  padding: 11px 24px;
  border-radius: 4px;
}
.smm-post > div:not(.v-dialog__container) {
  margin-top: 2px;
}
.smm-post > div:not(.v-dialog__container):first-child {
  margin-top: 0;
}
.smm-post.smm-post-preview .smm-post-date {
  padding-right: 0 !important;
}

.smm-short-post-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  background: white;
  border-color: #c8c8c8;
}
.smm-short-post-wrap.smm-short-post-focus {
  border-color: #f68b28;
  opacity: 0.8;
}
.smm-short-post-wrap.smm-short-post-danger {
  border-color: #cc293d;
}
.smm-short-post-wrap.smm-short-post-loading {
  opacity: 0.8;
  pointer-events: none;
  cursor: progress;
}
.smm-short-post-wrap .smm-short-post {
  padding: 5px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 576px) {
.smm-short-post-wrap .smm-short-post {
    padding: 10px;
}
}
.smm-short-post-wrap .smm-short-post .smm-short-post-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
.smm-short-post-wrap .smm-short-post .smm-short-post-title {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
}
}
.smm-short-post-wrap .smm-short-post .smm-short-post-title .smm-short-post-planing-time {
  color: #f37021;
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
}
@media (min-width: 576px) {
.smm-short-post-wrap .smm-short-post .smm-short-post-title .smm-short-post-planing-time {
    font-size: 14px;
    line-height: 17px;
}
}
.smm-short-post-wrap .smm-short-post .smm-short-post-title .smm-short-post-socials i {
  margin-left: 6px;
}
.smm-short-post-wrap .smm-short-post .smm-short-post-title .smm-short-post-socials i:first-child {
  margin-left: 0;
}
.smm-short-post-wrap .smm-short-post .smm-short-post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-short-post-wrap .smm-short-post .smm-short-post-content > div {
  margin-bottom: 8px;
}
.smm-short-post-wrap .smm-short-post .smm-short-post-content > div:last-child {
  margin-bottom: 0;
}
.smm-short-post-wrap .smm-short-post .smm-short-post-content .smm-short-post-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: #162a47;
  font-size: 10px;
  line-height: 12px;
  white-space: pre-wrap;
}
@media (min-width: 576px) {
.smm-short-post-wrap .smm-short-post .smm-short-post-content .smm-short-post-text {
    font-size: 13px;
    line-height: 15px;
}
}
.smm-short-post-wrap .smm-short-post .smm-short-post-content .smm-post-short-poll .smm-post-poll-control .smm-post-poll-title {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
}
.smm-short-post-wrap .smm-short-post .smm-short-post-content .smm-post-short-poll .smm-post-poll-control .smm-post-poll-option-item {
  font-size: 13px;
  line-height: 15px;
  padding: 5px 10px;
  margin-bottom: 2px;
}
.smm-short-post-wrap .smm-short-post .smm-short-post-content .smm-short-post-settings {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smm-short-post-wrap .smm-short-post .smm-short-post-content .smm-short-post-settings .v-btn--icon.v-size--default {
  width: 10px;
  height: 10px;
}
@media (max-width: 576px) {
.smm-short-post-wrap .smm-short-post .smm-short-post-content .smm-short-post-settings .v-icon {
    font-size: 12px !important;
}
}

.smm-post-filter-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}
.smm-post-filter-control .smm-post-filter-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}
.smm-post-filter-control .smm-post-filter-socials .smm-post-filter-by-social {
  display: flex;
  align-items: flex-end;
  position: relative;
  cursor: pointer;
}
.smm-post-filter-control .smm-post-filter-socials .smm-post-filter-by-social .smm-icon-filter {
  font-size: 24px;
  color: #f37021;
}
.smm-post-filter-control .smm-post-filter-socials .smm-post-filter-by-social .smm-defaul-icon {
  margin-left: -8px;
}
.smm-post-filter-control .smm-post-filter-socials .smm-socials-selected-block {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.smm-post-filter-control .smm-post-filter-socials .smm-socials-selected-block .smm-social-all-selected .smm-socials-count {
  margin-left: 5px;
  width: 33px;
  min-width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  font-size: 14px;
  color: #7a7878;
}
.smm-socials-list-menu {
  background-color: white;
  padding: 10px 5px;
}
.smm-socials-list-menu .smm-social-menu-item {
  padding: 5px;
  display: inline-block;
}

.smm-start-post-discussion {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

.smm-day-start-week-wrap {
  font-family: "ProximaNova";
}
.smm-day-start-week-wrap .smm-day-start-week-block {
  display: flex;
  flex-direction: column;
}
.smm-day-start-week-wrap .smm-day-start-week-block > div:first-child {
  margin-bottom: 5px;
}
@media (min-width: 576px) {
.smm-day-start-week-wrap .smm-day-start-week-block > div:first-child {
    margin-bottom: 0;
}
}
@media (min-width: 576px) {
.smm-day-start-week-wrap .smm-day-start-week-block {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
}
.smm-day-start-week-wrap .smm-day-start-week-block .smm-day-start-week-text {
  font-size: 14px;
  line-height: 17px;
  color: #162a47;
  font-weight: 600;
}
@media (min-width: 576px) {
.smm-day-start-week-wrap .smm-day-start-week-block .smm-day-start-week-settings {
    max-width: 177px;
}
}

.smm-general-setting-wrap .smm-general-setting-block > div {
  margin-bottom: 8px;
}
.smm-general-setting-wrap .smm-general-setting-block > div:nth-child(2n + 3),
.smm-general-setting-wrap .smm-general-setting-block > div:nth-child(2n + 4) {
  margin-bottom: 0;
}
.smm-general-setting-wrap .smm-general-setting-block > div:nth-child(2n + 3) {
  padding: 12px 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.smm-general-setting-wrap .smm-general-setting-block > div:nth-child(2n + 4) {
  padding: 12px 0;
  border-bottom: 1px solid #e2e2e2;
}

.smm-hashtag-wrap {
  background-color: white;
  padding: 10px 0;
}
.smm-hashtag-wrap .smm-hashtag-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smm-hashtag-wrap .smm-hashtag-block .smm-hashtag-text {
  color: #162a47;
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
}
.smm-hashtag-wrap .smm-hashtag-block .smm-hashtag-title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smm-hashtag-wrap .smm-hashtag-block .smm-hashtag-title-block .smm-hashtag-title {
  font-size: 15px;
  line-height: 17px;
  color: #162a47;
  font-weight: bold;
}
.smm-hashtag-wrap .smm-hashtag-block .smm-hashtag-description {
  font-size: 14px;
  line-height: 16px;
  color: #7a7878;
  margin-top: 5px;
  white-space: pre-wrap;
}

.smm-hashtag-preview-wrap {
  cursor: pointer;
}
.smm-hashtag-preview-wrap .smm-hashtag-preview-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smm-hashtag-preview-wrap .smm-hashtag-preview-block .smm-hashtag-text {
  font-size: 14px;
  line-height: 28px;
  color: #7a7878;
  white-space: pre-wrap;
}

.smm-info-item {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 12px 24px;
  background-color: #f8f8f8;
  border-radius: 4px;
  position: relative;
}
.smm-info-item > i {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  cursor: grab;
  color: #000;
  transition: all 0.15 ease-in;
}
.smm-info-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smm-info-item__subheader {
  font-size: 14px;
  line-height: 16px;
  color: #162a47;
  font-weight: 500;
  margin-bottom: 4px;
}
.smm-info-item__title {
  font-size: 17px;
  line-height: 19px;
  color: #162a47;
  font-weight: bold;
}
.smm-info-item__content .smm-more-text {
  color: #7a7878 !important;
}
.smm-info-item__tags-items {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.smm-info-item__tag {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}
.smm-info-item:hover > i {
  visibility: visible;
  opacity: 1;
}

.smm-dialog-menu-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  user-select: none;
  padding: 5px 12px;
}
.smm-dialog-menu-item .smm-dialog-menu-icon {
  margin-right: 12px;
  font-size: 12px;
  color: #162a47;
}
.smm-dialog-menu-item .smm-dialog-menu-text {
  font-size: 14px;
  color: #7a7878;
  font-family: ProximaNova;
}
.smm-dialog-menu-item:hover {
  color: #f37021;
  background-color: #f0f0f0;
}

.smm-more-menu-contant {
  padding: 10px 0;
  background-color: #fff;
}
.smm-more-menu {
  width: 30px;
  height: 30px;
}
.smm-more-menu .v-btn {
  background-color: #ffffff !important;
  width: 30px;
  height: 30px;
}
.smm-more-menu .v-btn:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.smm-more-menu .v-btn:hover .v-btn__content i {
  color: #f37021 !important;
}
.smm-more-menu .v-btn .v-btn__content i {
  font-size: 12px;
  color: #c4c4c4 !important;
}
.smm-more-menu .v-btn .v-btn__content i:hover {
  color: #f37021 !important;
}
.smm-more-menu.compact {
  width: auto;
  height: auto;
}
.smm-more-menu.compact .v-btn {
  background-color: transparent !important;
  width: auto;
  height: auto;
  min-width: auto;
  padding: 0;
}
.smm-more-menu.compact .v-btn:hover {
  background-color: transparent !important;
}
.smm-more-menu.compact .v-btn:hover .v-btn__content i {
  color: #f37021 !important;
}
.smm-more-menu.compact .v-btn .v-btn__content i {
  font-size: 17px;
}

.smm-messenger-control .smm-editable {
  padding: 9px 13px;
  border-radius: 6px;
  background: #ffffff;
  outline: 0;
  min-height: 36px;
  width: 100%;
  resize: none;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  line-height: 17px;
  word-wrap: break-word;
  box-sizing: border-box;
  transition: border-bottom-color 0.3s linear;
  color: #000;
  font-size: 13px;
  text-align: left;
  border: 1px solid #dce1e6;
}

.smm-overlay-item-calendar-wrap {
  font-family: "ProximaNova";
}
.smm-overlay-item-calendar-wrap .smm-overlay-item-calendar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smm-overlay-item-calendar-wrap .smm-overlay-item-calendar .smm-overlay-item-calendar-text-wrap {
  width: 100%;
  background-color: #f8f8f8;
  padding: 8px 12px 8px;
  border-radius: 12px;
  margin: 5px 5px 0 5px;
}
.smm-overlay-item-calendar-wrap .smm-overlay-item-calendar .smm-overlay-item-calendar-text-wrap .smm-overlay-item-calendar-text-header {
  margin-bottom: 8px;
  color: #f37021;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.smm-overlay-item-calendar-wrap .smm-overlay-item-calendar .smm-overlay-item-calendar-text-wrap .smm-overlay-item-calendar-text {
  white-space: pre-wrap;
  font-size: 13px;
  line-height: 16px;
  color: #162a47;
}

.smm-overlay-item-wrap {
  font-family: "ProximaNova";
}
.smm-overlay-item-wrap .smm-overlay-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smm-overlay-item-wrap .smm-overlay-item .smm-overlay-text {
  flex-grow: 1;
  font-size: 14px;
  line-height: 16px;
  color: #7a7878;
  white-space: pre-wrap;
  padding: 10px 0;
}
.smm-overlay-item-wrap .smm-overlay-item .smm-overlay-data {
  font-size: 14px;
  line-height: 16px;
  color: #7a7878;
  white-space: pre-wrap;
  margin-right: 20px;
}

.smm-comment-item-control {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
.smm-comment-item-control {
    margin-bottom: 25px;
}
}
.smm-comment-item-control:last-child {
  margin-bottom: 0;
}
.smm-comment-item-control .smm-comment-item-block {
  display: flex;
  flex-direction: column;
}
.smm-comment-item-control .smm-comment-item-block .smm-comment-user-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.smm-comment-item-control .smm-comment-item-block .smm-comment-user-item .smm-comment-user-name {
  color: #181c32;
  font-weight: 600;
  transition: color 0.2s ease, background-color 0.2s ease;
  font-size: 16px;
  line-height: 19px;
}
.smm-comment-item-control .smm-comment-item-block .smm-comment-user-item .smm-comment-date-created {
  color: #939393;
  font-size: 13px;
  line-height: 15px;
}
.smm-comment-item-control .smm-comment-item-block .smm-comment-message {
  max-width: 400px;
  padding: 16.25px;
  font-size: 13px;
  line-height: 16px;
  border-radius: 8px;
  background-color: #f0f0f0;
  color: #181c32;
  font-weight: 500;
}
.smm-comment-item-control:not(.smm-my-comment) .smm-comment-user-name {
  margin-left: 5px;
}
.smm-comment-item-control:not(.smm-my-comment) .smm-comment-date-created {
  margin-left: 10px;
}
.smm-comment-item-control:not(.smm-my-comment) .smm-comment-loader {
  margin-left: 15px;
}
.smm-comment-item-control.smm-my-comment .smm-comment-item-block {
  align-items: flex-end;
}
.smm-comment-item-control.smm-my-comment .smm-comment-item-block .smm-comment-user-item {
  flex-direction: row-reverse;
}
.smm-comment-item-control.smm-my-comment .smm-comment-item-block .smm-comment-user-item .smm-comment-user-name {
  margin-right: 5px;
}
.smm-comment-item-control.smm-my-comment .smm-comment-item-block .smm-comment-user-item .smm-comment-date-created {
  margin-right: 10px;
}
.smm-comment-item-control.smm-my-comment .smm-comment-item-block .smm-comment-user-item .smm-comment-loader {
  margin-right: 15px;
}
.smm-comment-item-control.smm-my-comment .smm-comment-item-block .smm-comment-message {
  text-align: right;
}

.wrap-smm-block-message {
  margin-right: 15px;
}
.wrap-smm-block-message .smm-block-message {
  width: 100%;
  display: flex;
}
.wrap-smm-block-message .smm-block-message.rigth {
  flex-direction: row-reverse;
}
.wrap-smm-block-message .smm-block-message.rigth .smm-block-message-foto {
  margin-right: 0;
  margin-left: 10px;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-foto {
  margin-right: 10px;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content {
  display: flex;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content.rigth {
  flex-direction: row-reverse;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 5px 0 8px 0;
  gap: 24px;
  width: 100%;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-header.rigth {
  flex-direction: row-reverse;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-header .smm-block-message-content-header-name-wrap {
  min-width: 1px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #21324f;
  margin-right: 0.5rem;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-header .smm-block-message-content-header-date {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #7a7878;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-body {
  display: flex;
  border-radius: 8px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  position: relative;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-body .team-indicator {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 10px;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 10px;
  background-color: #e3f2fd;
  color: #1976d2;
  text-transform: lowercase;
  z-index: 1;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-body .smm-block-message-content-body-text {
  padding: 12px 10px;
  min-width: 180px;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #21324f;
  word-break: break-word;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-body .smm-block-message-content-body-text .smm-block-message-content-body-image {
  height: 100px;
  min-height: 100px;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-body .smm-block-message-content-body-text .smm-block-message-content-body-audio {
  margin-top: 8px;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-body .smm-block-message-content-body-text .smm-block-message-content-body-audio .audio-message {
  margin-bottom: 8px;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-body .smm-block-message-content-body-text .smm-block-message-content-body-audio .audio-message:last-child {
  margin-bottom: 0;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-body .smm-block-message-content-body-text .smm-block-message-content-body-audio .audio-message .audio-controls {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 8px 12px;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-body .smm-block-message-content-body-text .smm-block-message-content-body-audio .audio-message .audio-controls .audio-play-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #007bff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 12px;
  transition: background-color 0.2s;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-body .smm-block-message-content-body-text .smm-block-message-content-body-audio .audio-message .audio-controls .audio-play-btn:hover {
  background: #0056b3;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-body .smm-block-message-content-body-text .smm-block-message-content-body-audio .audio-message .audio-controls .audio-play-btn.playing {
  background: #dc3545;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-body .smm-block-message-content-body-text .smm-block-message-content-body-audio .audio-message .audio-controls .audio-play-btn.playing:hover {
  background: #c82333;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-body .smm-block-message-content-body-text .smm-block-message-content-body-audio .audio-message .audio-controls .audio-info {
  flex: 1;
  margin-right: 12px;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-body .smm-block-message-content-body-text .smm-block-message-content-body-audio .audio-message .audio-controls .audio-info .audio-filename {
  font-size: 14px;
  font-weight: 500;
  color: #21324f;
  margin-bottom: 2px;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-body .smm-block-message-content-body-text .smm-block-message-content-body-audio .audio-message .audio-controls .audio-info .audio-duration {
  font-size: 12px;
  color: #7a7878;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-body .smm-block-message-content-body-text .smm-block-message-content-body-audio .audio-message .audio-controls .audio-progress {
  flex: 1;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-body .smm-block-message-content-body-text .smm-block-message-content-body-audio .audio-message .audio-controls .audio-progress .audio-progress-bar {
  width: 100%;
  height: 4px;
  background: #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-body .smm-block-message-content-body-text .smm-block-message-content-body-audio .audio-message .audio-controls .audio-progress .audio-progress-bar .audio-progress-fill {
  height: 100%;
  background: #007bff;
  transition: width 0.1s;
}
.wrap-smm-block-message .smm-block-message .smm-block-message-content .smm-block-message-content-block .smm-block-message-content-body .smm-block-message-content-body-text .smm-block-message-content-was-updated {
  display: inline-block;
  color: rgba(121, 135, 142, 0.4);
  font-size: 13px;
  line-height: 15px;
  margin-left: 4px;
}
.voice-message-text .voice-message-info {
  display: flex;
  align-items: center;
}
.voice-message-text .voice-message-info .voice-icon {
  margin-right: 8px;
  font-size: 16px;
}
.voice-message-text .voice-message-info span {
  font-size: 14px;
  font-weight: 500;
  color: #21324f;
}
.voice-message-text .voice-message-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
}
.voice-message-text .voice-message-controls .voice-play-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1976d2;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
}
.voice-message-text .voice-message-controls .voice-play-btn:hover:not(:disabled) {
  background: #1565c0;
}
.voice-message-text .voice-message-controls .voice-play-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.voice-message-text .voice-message-controls .voice-play-btn.playing {
  background: #f44336;
}
.voice-message-text .voice-message-controls .voice-play-btn.playing:hover:not(:disabled) {
  background: #d32f2f;
}
.voice-message-text .voice-message-controls .voice-duration {
  font-size: 12px;
  color: #7a7878;
  margin-right: 12px;
  margin-left: 12px;
  min-width: 50px;
  text-align: center;
  font-family: monospace;
  transition: color 0.2s;
}
.voice-message-text .voice-message-controls .voice-duration.countdown {
  color: #1976d2;
  font-weight: 500;
}
.voice-message-text .voice-message-controls .voice-download-fallback {
  margin-right: 12px;
}
.voice-message-text .voice-message-controls .voice-download-fallback .voice-download-link {
  color: #1976d2;
  text-decoration: none;
  font-size: 12px;
  padding: 4px 8px;
  border: 1px solid #1976d2;
  border-radius: 4px;
  transition: all 0.2s;
}
.voice-message-text .voice-message-controls .voice-download-fallback .voice-download-link:hover {
  background-color: #1976d2;
  color: white;
}
.voice-message-text .voice-message-controls .voice-progress {
  flex: 1;
  margin-left: 8px;
}
.voice-message-text .voice-message-controls .voice-progress .voice-progress-bar {
  width: 100%;
  height: 4px;
  background: #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
}
.voice-message-text .voice-message-controls .voice-progress .voice-progress-bar .voice-progress-fill {
  height: 100%;
  background: #1976d2;
  transition: width 0.1s ease-out;
  width: 0%;
}
.smm-discussion-reply-action {
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #56a9ef;
  margin-top: 6px;
  margin-bottom: 20px;
  opacity: 0.9;
}
.smm-discussion-reply-action:hover {
  opacity: 1;
  text-decoration: underline;
}
.smm-discussion-reply-action .reply-text {
  font-size: 12px;
}
.smm-discussion-reply-action .v-icon {
  margin-right: 0 !important;
}
.smm-block-message-content-body-text .mention {
  color: #56a9ef;
  font-weight: 600;
}
.smm-block-message-content-body-text .quoted {
  display: block;
  padding: 6px 8px;
  margin-bottom: 6px;
  border-left: 1px solid #56a9ef;
  background: #f5f7f8;
  color: #51626b;
}
.smm-block-message-content-body-text .quoted.clickable-quote {
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.smm-block-message-content-body-text .quoted.clickable-quote:hover {
  background-color: rgba(86, 169, 239, 0.1);
}
.smm-quote-preview {
  margin-top: 1rem;
  padding-left: 0.75rem;
  border-left: 1px solid #56a9ef;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-radius: 4px;
  padding: 8px 0 8px 12px;
}
.smm-quote-preview:hover {
  background-color: rgba(86, 169, 239, 0.05);
}
.smm-quote-preview .smm-quote-preview-header {
  margin-bottom: 0.25rem;
}
.smm-quote-preview .smm-quote-preview-header .smm-quote-author {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #21324f;
}
.media-message-compact {
  min-height: 60px;
  background: #f8f9fa;
  border-radius: 8px;
  cursor: pointer;
}
.media-message-compact .media-message-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.media-message-compact .media-item-compact {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s;
}
.media-message-compact .media-item-compact:hover {
  border-color: #56a9ef;
}
.media-message-compact .media-item-compact img,
.media-message-compact .media-item-compact video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-message-compact .media-video-compact {
  position: relative;
}
.media-message-compact .media-video-compact video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-message-compact .media-video-compact .play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-message-compact .media-file-compact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  background: #e3f2fd;
  border-radius: 8px;
}
.media-message-compact .media-file-compact a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #56a9ef;
  font-size: 12px;
}
/* Модальное окно галереи */
.media-gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}
.media-gallery-modal .close-modal {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}
.media-gallery-modal .modal-content {
  position: relative;
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-gallery-modal .modal-item {
  text-align: center;
}
.media-gallery-modal .modal-item img,
.media-gallery-modal .modal-item video {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
}
.media-gallery-modal .modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 30px;
  padding: 20px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10000;
}
.media-gallery-modal .modal-nav.prev {
  left: 20px;
}
.media-gallery-modal .modal-nav.next {
  right: 20px;
}
.media-gallery-modal .modal-nav:hover {
  background: rgba(255, 255, 255, 0.3);
}
.media-gallery-modal .media-download {
  text-align: center;
  color: white;
}
.media-gallery-modal .media-download a {
  color: #56a9ef;
  text-decoration: none;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.highlight-message {
  animation: highlight-pulse 2s ease-in-out;
  border-radius: 8px;
}
@keyframes highlight-pulse {
0% {
    background-color: rgba(86, 169, 239, 0.05);
}
50% {
    background-color: rgba(86, 169, 239, 0.1);
}
100% {
    background-color: transparent;
}
}

.smm-public-comments .smm-input-message-control .smm-input-message-block {
  padding: 0 !important;
}
.smm-input-message-control .smm-input-message-title {
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
  margin-bottom: 5px;
}
.smm-input-message-control .smm-input-message-title .text-danger {
  font-size: 20px;
}
.smm-input-message-control .smm-input-message-block {
  display: flex;
  align-items: center;
  margin-top: 1px;
  background-color: #f0f0f0;
  padding: 7px 13px;
  border-radius: 8px;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-input-message {
  position: relative;
  outline: 0;
  min-height: 60px;
  width: 100%;
  line-height: 36px;
  word-wrap: break-word;
  box-sizing: border-box;
  transition: border 0.15s linear;
  background: #f8f8f8;
  border-radius: 8px;
  padding: 10.5px 96px 10.5px 56px;
  color: #000;
  font-size: 13px;
  display: block;
  align-items: center;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-input-message.smm-input {
  display: flex !important;
  line-height: 17px !important;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-input-message.smm-input-empty {
  display: block;
  line-height: 36px !important;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-input-message.smm-input-empty .ps__rail-y {
  display: none !important;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-input-message.smm-input-empty:before {
  content: attr(data-placeholder);
  color: #999;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 56px;
  transform: translateY(-50%);
  font-size: 13px;
  line-height: 17px;
  z-index: 1;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-input-message .ps__rail-x {
  display: none;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-input-message.smm-input-empty-voice-hover:before {
  opacity: 0;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-mentions-dropdown {
  position: absolute;
  left: 56px;
  right: 96px;
  bottom: calc(100% + 6px);
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  max-height: 220px;
  overflow-y: auto;
  z-index: 10;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-mentions-dropdown .mention-item {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 13px;
  color: #162a47;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-mentions-dropdown .mention-item:hover,
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-mentions-dropdown .mention-item.active {
  background: #f5f7f8;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-emoji-control {
  position: absolute;
  left: 14px;
  width: 32px;
  height: 32px;
  bottom: calc(50% - 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s ease;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-emoji-control:hover {
  background: #e0e0e0;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-message-send-block-btns {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  gap: 12px;
  margin-right: 14px;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-message-send-block-btns:has(.smm-message-send-compact) {
  gap: 8px;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-message-send-block-btns .smm-message-send-add-document {
  display: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s ease;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-message-send-block-btns .smm-message-send-add-document.isActive {
  display: flex;
  align-items: center;
  justify-content: center;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-message-send-block-btns .smm-message-send-add-document.smm-document-message-send-active {
  color: transparent;
  display: none !important;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-message-send-block-btns .smm-message-send-add-document:hover {
  background: #e0e0e0;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-message-send-block-btns .smm-message-send-add-document .v-btn {
  width: 20px !important;
  height: 20px !important;
  background: transparent !important;
  box-shadow: none !important;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-message-send-block-btns .smm-message-send-mention {
  display: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s ease;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-message-send-block-btns .smm-message-send-mention.smm-message-send-active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-message-send-block-btns .smm-message-send-mention:hover {
  background: #e0e0e0;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-message-send-block-btns .smm-message-send-mention .v-btn {
  width: 20px !important;
  height: 20px !important;
  background: transparent !important;
  box-shadow: none !important;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-message-send-block-btns .smm-message-send-quick-response.isQuickPesponse {
  display: block;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-message-send-block-btns .smm-message-send-quick-response .v-btn {
  width: 20px !important;
  height: 20px !important;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-message-send-block-btns .smm-message-send-add-voice {
  cursor: pointer;
  font-size: 20px;
  transition: all 0.3s;
  color: #c4c4c4;
  display: none;
  bottom: calc(50% - 12px);
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-message-send-block-btns .smm-message-send-add-voice.smm-voise-message-send-active {
  color: transparent;
  display: none !important;
}
.smm-input-message-control .smm-input-message-block .smm-input-message-content .smm-message-send-block-btns .smm-message-send-add-voice.isActive {
  display: block;
}
.smm-input-message-control .smm-input-message-block .smm-message-send {
  font-size: 16px;
  color: white;
  cursor: no-drop;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 20px;
  background: #f37021;
  min-width: auto;
  height: 32px;
  opacity: 0.5;
  width: auto;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.smm-input-message-control .smm-input-message-block .smm-message-send .send-text {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  transform: translateX(0);
  overflow: hidden;
  max-width: 100px;
}
.smm-input-message-control .smm-input-message-block .smm-message-send .send-text.send-text-hidden {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 0;
  margin-left: 0;
}
.smm-input-message-control .smm-input-message-block .smm-message-send.smm-message-send-active {
  cursor: pointer;
  color: white;
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  padding: 8px;
  gap: 0;
}
.smm-input-message-control .smm-input-message-block .smm-message-send.smm-message-send-active .send-text {
  opacity: 0;
  transform: translateX(20px);
  max-width: 0;
  margin-left: 0;
}
.smm-input-message-control .smm-input-message-block .smm-message-send.smm-message-send-active:hover {
  background: #e55a0a;
  transform: scale(1.02);
  padding: 8px 16px;
  gap: 6px;
  width: auto;
  border-radius: 20px;
}
.smm-input-message-control .smm-input-message-block .smm-message-send.smm-message-send-active:hover .send-text {
  opacity: 1;
  transform: translateX(0);
  max-width: 100px;
}
.smm-input-message-control .smm-input-message-block .smm-message-send.smm-message-send-compact {
  padding: 0;
  gap: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  min-width: 32px;
  background: #f37021;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}
.smm-input-message-control .smm-input-message-block .smm-message-send.smm-message-send-compact:hover {
  background: #e55a0a;
  transform: scale(1.05);
}
.smm-input-message-control .smm-input-message-block .smm-message-send.smm-message-send-compact .v-icon {
  font-size: 15px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.smm-input-message-control .smm-input-message-block .smm-message-send.one {
  color: white;
  background: #f37021;
}
.smm-input-message-control .smm-input-message-block .smm-message-send i {
  color: white !important;
  caret-color: white !important;
}
.smm-input-message-control .smm-message-send-add-voice {
  position: relative;
}
.smm-input-message-control .smm-message-send-add-voice .voice-start-compact {
  display: flex;
  align-items: center;
  position: relative;
  overflow: visible;
}
.smm-input-message-control .smm-message-send-add-voice .voice-start-compact .voice-mic-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 20px;
  background: #f5f5f5;
  min-width: auto;
  height: 32px;
  opacity: 1;
  width: auto;
  border: none;
  color: #c4c4c4;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 14px;
  font-weight: 500;
  z-index: 99;
}
.smm-input-message-control .smm-message-send-add-voice .voice-start-compact .voice-mic-btn .voice-text {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translateX(20px);
  overflow: hidden;
  max-width: 0;
  margin-left: 0;
}
.smm-input-message-control .smm-message-send-add-voice .voice-start-compact .voice-mic-btn:hover {
  background: #4caf50;
  transform: scale(1.02);
}
.smm-input-message-control .smm-message-send-add-voice .voice-start-compact .voice-mic-btn:hover .voice-text {
  opacity: 1;
  transform: translateX(0);
  max-width: unset;
}
.smm-input-message-control .smm-message-send-add-voice .voice-start-compact .voice-mic-btn i {
  color: #c4c4c4 !important;
  caret-color: #c4c4c4 !important;
}
.smm-input-message-control .smm-message-send-add-voice .voice-start-compact .voice-quality-dropdown {
  position: absolute;
  bottom: 100%;
  right: 200%;
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  min-width: 100px;
  margin-bottom: 4px;
}
.smm-input-message-control .smm-message-send-add-voice .voice-start-compact .voice-quality-dropdown .quality-item {
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s;
  font-size: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.smm-input-message-control .smm-message-send-add-voice .voice-start-compact .voice-quality-dropdown .quality-item:hover {
  background: #f8f9fa;
}
.smm-input-message-control .smm-message-send-add-voice .voice-start-compact .voice-quality-dropdown .quality-item.active {
  background: #f37021;
  color: white;
}
.smm-input-message-control .smm-message-send-add-voice .voice-start-compact .voice-quality-dropdown .quality-item:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}
.smm-input-message-control .smm-message-send-add-voice .voice-start-compact .voice-quality-dropdown .quality-item:first-child {
  border-radius: 6px 6px 0 0;
}
.smm-input-message-control .smm-message-send-add-voice .voice-recording-compact {
  display: flex;
  align-items: center;
  gap: 8px;
}
.smm-input-message-control .smm-message-send-add-voice .voice-recording-compact .voice-wave-compact {
  display: flex;
  align-items: center;
  gap: 1px;
}
.smm-input-message-control .smm-message-send-add-voice .voice-recording-compact .voice-wave-compact .wave-bar-compact {
  width: 2px;
  height: 16px;
  background: #f37021;
  border-radius: 1px;
  animation: wave-compact 1s ease-in-out infinite;
}
.smm-input-message-control .smm-message-send-add-voice .voice-recording-compact .voice-wave-compact .wave-bar-compact:nth-child(2) {
  animation-delay: 0.2s;
}
.smm-input-message-control .smm-message-send-add-voice .voice-recording-compact .voice-wave-compact .wave-bar-compact:nth-child(3) {
  animation-delay: 0.4s;
}
.smm-input-message-control .smm-message-send-add-voice .voice-recording-compact .voice-timer-compact {
  font-size: 14px;
  font-weight: bold;
  color: #f37021;
  font-family: monospace;
  min-width: 35px;
}
.smm-input-message-control .smm-message-send-add-voice .voice-recording-compact .voice-stop-compact {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #dc3545;
  border: none;
  color: white;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.smm-input-message-control .smm-message-send-add-voice .voice-recording-compact .voice-stop-compact:hover {
  background: #c82333;
}
.smm-input-message-control .smm-message-send-add-voice .voice-recording-compact .voice-cancel-compact {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #6c757d;
  border: none;
  color: white;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.smm-input-message-control .smm-message-send-add-voice .voice-recording-compact .voice-cancel-compact:hover {
  background: #5a6268;
}
.smm-input-message-control .smm-message-send-add-voice .voice-preview-compact {
  display: flex;
  align-items: center;
  gap: 8px;
}
.smm-input-message-control .smm-message-send-add-voice .voice-preview-compact .voice-play-compact {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #28a745;
  border: none;
  color: white;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.smm-input-message-control .smm-message-send-add-voice .voice-preview-compact .voice-play-compact:hover {
  background: #218838;
}
.smm-input-message-control .smm-message-send-add-voice .voice-preview-compact .voice-info-compact {
  flex: 1;
  min-width: 0;
}
.smm-input-message-control .smm-message-send-add-voice .voice-preview-compact .voice-info-compact .voice-duration-compact {
  font-size: 12px;
  color: #666;
  font-family: monospace;
  display: block;
  margin-bottom: 2px;
}
.smm-input-message-control .smm-message-send-add-voice .voice-preview-compact .voice-info-compact .voice-progress-compact {
  height: 3px;
  background: #e9ecef;
  border-radius: 2px;
  overflow: hidden;
}
.smm-input-message-control .smm-message-send-add-voice .voice-preview-compact .voice-info-compact .voice-progress-compact .voice-progress-fill-compact {
  height: 100%;
  background: #f37021;
  transition: width 0.1s ease;
}
.smm-input-message-control .smm-message-send-add-voice .voice-preview-compact .voice-retry-compact {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #6c757d;
  border: none;
  color: white;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.smm-input-message-control .smm-message-send-add-voice .voice-preview-compact .voice-retry-compact:hover {
  background: #5a6268;
}
.smm-input-message-control .smm-message-send-add-voice .voice-error-compact {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
}
.smm-input-message-control .smm-message-send-add-voice .voice-error-compact .error-text-compact {
  flex: 1;
  color: #721c24;
  font-size: 12px;
}
.smm-input-message-control .smm-message-send-add-voice .voice-error-compact .voice-retry-compact {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #dc3545;
  border: none;
  color: white;
  font-size: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.smm-input-message-control .smm-message-send-add-voice .voice-error-compact .voice-retry-compact:hover {
  background: #c82333;
}
.smm-input-message-control .btn-message {
  border: none;
  background-color: #fff !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15) !important;
}
.smm-input-message-control .btn-message:hover {
  background: #e0e0e0 !important;
  box-shadow: none !important;
}
.smm-input-message-control .btn-message:hover .v-icon,
.smm-input-message-control .btn-message:hover .icon-smile {
  color: white !important;
  caret-color: white !important;
}
.smm-input-message-control .btn-message.voice-mic-btn {
  width: auto !important;
  height: 32px !important;
  border-radius: 20px !important;
  background: white !important;
}
.smm-input-message-control .btn-message.voice-mic-btn:hover {
  box-shadow: none !important;
  background: #4caf50 !important;
  transform: scale(1.02) !important;
  gap: 6px;
  padding: 8px 16px;
}
.smm-input-message-control .btn-message.voice-mic-btn:hover .v-icon,
.smm-input-message-control .btn-message.voice-mic-btn:hover .voice-text {
  color: white !important;
  caret-color: white !important;
}
.smm-input-message-control .smm-message-send {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15) !important;
}
.smm-input-message-control .smm-message-send:hover {
  box-shadow: none !important;
}
@keyframes wave-compact {
0%,
  100% {
    transform: scaleY(1);
}
50% {
    transform: scaleY(1.3);
}
}

.smm-scrollbar-new {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.smm-scrollbar-new .smm-scrollbar-new-scroll-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-scrollbar-new .smm-scrollbar-new-scroll {
  margin-right: 8px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.smm-scrollbar-new .smm-scrollbar-new-scroll .smm-scrollbar-new-no-result {
  width: 100%;
  height: 100%;
}

.smm-scrollbar {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  margin-right: -15px;
}
.smm-scrollbar .scroll-indicator {
  position: absolute;
  left: 0;
  width: 300px;
  height: 32px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  opacity: 0.85;
}
.smm-scrollbar .scroll-indicator:hover {
  background: white;
}
.smm-scrollbar .scroll-indicator i {
  color: #7a7878;
  font-size: 16px;
  font-weight: bold;
}
.smm-scrollbar .scroll-indicator.scroll-indicator-top {
  top: 0;
  border-bottom: 1px solid #ececec;
}
.smm-scrollbar .scroll-indicator.scroll-indicator-bottom {
  bottom: 122px;
  border-top: 1px solid #ececec;
}
.smm-scrollbar .smm-scrollbar-control {
  padding-right: 15px;
  overflow: hidden;
  position: relative;
}
.smm-scrollbar .smm-scrollbar-control .ps__rail-x {
  display: none;
}
.smm-scrollbar .smm-scrollbar-control.ps--active-y {
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
}

.v-dialog .smm-dialog .smm-dialog-title[data-v-32c4e16c] {
  border: none !important;
}
.smm-public-comments[data-v-32c4e16c] {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
.smm-public-comments[data-v-32c4e16c] {
    padding: 16px;
    border-radius: 8px;
    margin-top: 16px;
}
}
.smm-public-comments .comments-header[data-v-32c4e16c] {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #f0f0f0;
}
.smm-public-comments .comments-header h3[data-v-32c4e16c] {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #162a47;
}
@media (max-width: 768px) {
.smm-public-comments .comments-header h3[data-v-32c4e16c] {
    font-size: 18px;
}
}
.smm-public-comments .add-comment-form[data-v-32c4e16c] {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
.smm-public-comments .add-comment-form[data-v-32c4e16c] {
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 20px;
}
}
.smm-public-comments .add-comment-form .smm-discussions-component-footer-updated[data-v-32c4e16c] {
  border-radius: 6px;
  background-color: #f8f8f8;
  margin-bottom: 12px;
}
.smm-public-comments .add-comment-form .smm-discussions-component-footer-updated .smm-discussions-component-footer-photo[data-v-32c4e16c] {
  padding: 8px;
}
.smm-public-comments .add-comment-form .form-group[data-v-32c4e16c]:first-child {
  margin-bottom: 8px;
}
.smm-public-comments .add-comment-form .form-group[data-v-32c4e16c]:last-child {
  margin-bottom: 0 !important;
}
.smm-public-comments .add-comment-form .form-group .form-label[data-v-32c4e16c] {
  margin-bottom: 0 !important;
}
.smm-public-comments .add-comment-form .form-group .smm-input-message-block[data-v-32c4e16c] {
  padding: 0 !important;
}
.smm-public-comments .add-comment-form .form-group .smm-input-message-block .smm-input-message[data-v-32c4e16c] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.smm-public-comments .add-comment-form .form-group .form-label[data-v-32c4e16c] {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #162a47;
  font-size: 14px;
}
.smm-public-comments .add-comment-form .form-group .form-control[data-v-32c4e16c] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s ease;
}
.smm-public-comments .add-comment-form .form-group .form-control[data-v-32c4e16c]:focus {
  outline: none;
  border-color: #f37021;
  box-shadow: 0 0 0 2px rgba(243, 112, 33, 0.1);
}
.smm-public-comments .add-comment-form .form-group .form-control[data-v-32c4e16c]::placeholder {
  color: #6c757d;
}
.smm-public-comments .add-comment-form .form-group .form-control.user-name-input[data-v-32c4e16c] {
  position: relative;
  outline: 0;
  width: 100%;
  line-height: 17px;
  word-wrap: break-word;
  box-sizing: border-box;
  transition: border 0.15s linear;
  background: #f8f8f8;
  border-radius: 8px;
  padding: 10.5px 16px;
  color: #000;
  font-size: 13px;
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border: none;
  margin-bottom: 16px;
  margin-top: 8px;
}
.smm-public-comments .add-comment-form .form-group .form-control.user-name-input[data-v-32c4e16c]:focus {
  outline: none;
  border: none;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.smm-public-comments .add-comment-form .form-group .form-control.user-name-input[data-v-32c4e16c]::placeholder {
  color: #000;
}
.smm-public-comments .add-comment-form .form-group textarea.form-control[data-v-32c4e16c] {
  resize: vertical;
  min-height: 100px;
}
.smm-public-comments .add-comment-form .form-actions[data-v-32c4e16c] {
  display: flex;
  justify-content: flex-end;
}
.smm-public-comments .add-comment-form .form-actions[data-v-32c4e16c] .smm-button.smm-button-primary {
  background: #f37021;
  border-color: #f37021;
  color: #fff;
  border-radius: 8px;
  font-weight: 500;
}
.smm-public-comments .add-comment-form .form-actions[data-v-32c4e16c] .smm-button.smm-button-primary:hover:not(:disabled) {
  background: #e55a0a;
  border-color: #e55a0a;
}
.smm-public-comments .add-comment-form .form-actions[data-v-32c4e16c] .smm-button.smm-button-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.smm-public-comments .comments-list[data-v-32c4e16c] {
  min-height: unset !important;
  max-height: max-content;
  height: 90vh;
  overflow: hidden;
}
.smm-public-comments .comments-list .smm-scrollbar-new[data-v-32c4e16c] {
  min-height: 60vh !important;
  max-height: 620px !important;
  padding-bottom: 8px;
  height: auto !important;
}
.smm-public-comments .comments-list .comment-item[data-v-32c4e16c] {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
.smm-public-comments .comments-list .comment-item[data-v-32c4e16c] {
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 12px;
}
}
.smm-public-comments .comments-list .comment-item .comment-header[data-v-32c4e16c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f8f9fa;
}
.smm-public-comments .comments-list .comment-item .comment-header .user-name[data-v-32c4e16c] {
  font-weight: 600;
  color: #162a47;
  font-size: 14px;
}
.smm-public-comments .comments-list .comment-item .comment-header .comment-date[data-v-32c4e16c] {
  font-size: 12px;
  color: #6c757d;
  font-weight: 400;
}
.smm-public-comments .comments-list .comment-item .comment-content[data-v-32c4e16c] {
  color: #495057;
  line-height: 1.6;
  font-size: 14px;
}
.smm-public-comments .loading[data-v-32c4e16c] {
  text-align: center;
  padding: 40px 20px;
}
.smm-public-comments .loading[data-v-32c4e16c] .my-loading .loading-spinner {
  color: #f37021;
}
.smm-public-comments .no-comments[data-v-32c4e16c] {
  text-align: center;
  padding: 40px 20px;
  color: #6c757d;
  font-style: italic;
}
.smm-public-comments[data-v-32c4e16c] .quoted {
  padding: 8px 12px;
  margin: 8px 0;
  border-left: 3px solid #56a9ef;
  background: #f5f7f8;
  color: #51626b;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.4;
}
.smm-public-comments[data-v-32c4e16c] .quoted.clickable-quote {
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.smm-public-comments[data-v-32c4e16c] .quoted.clickable-quote:hover {
  background-color: rgba(86, 169, 239, 0.1);
}
.smm-public-comments[data-v-32c4e16c] .highlight-message {
  background-color: rgba(86, 169, 239, 0.1) !important;
  transition: background-color 0.3s ease;
}

.smm-post-footer-aproval {
  display: flex;
  justify-content: flex-end;
}

.smm-post-footer-confirmation .smm-post-footer-confirmation-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 576px) {
.smm-post-footer-confirmation .smm-post-footer-confirmation-buttons {
    flex-direction: row;
    justify-content: flex-end;
}
}
.smm-post-footer-confirmation .smm-post-footer-confirmation-buttons .smm-button:first-child {
  margin-bottom: 5px;
}
@media (min-width: 576px) {
.smm-post-footer-confirmation .smm-post-footer-confirmation-buttons .smm-button:first-child {
    margin-right: 5px;
    margin-bottom: 0;
}
}

.smm-post-footer-reject {
  color: #7a7878;
  font-size: 14px;
  line-height: 17px;
}

.smm-post-scheduled-footer {
  color: #7a7878;
  font-size: 14px;
  line-height: 17px;
}

.smm-carousel-multimedia {
  position: relative;
  max-width: 470px;
  max-height: 470px;
  height: 470px;
  width: 100%;
}
.smm-carousel-multimedia .smm-carousel-image-blur {
  display: none;
}
.smm-carousel-multimedia .smm-carousel-image {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transform: none;
}
.smm-carousel-multimedia .smm-carousel-video {
  display: block;
}
.smm-post-media-carousel {
  width: 100%;
}
.smm-post-media-carousel .v-window.smm-carousel {
  height: 100% !important;
}
.smm-post-media-carousel .v-window.smm-carousel .smm-carousel-delimiters-stories {
  display: none;
}
.smm-post-media-carousel .v-window.smm-carousel .smm-preview-tiktok-content-block-comment-stories {
  display: none;
}
.smm-post-media-carousel .v-window.smm-carousel .smm-preview-tiktok-content-block-footer-stories {
  display: none;
}
.smm-post-media-carousel .v-window.smm-carousel .v-window__container .v-window-item .v-responsive__content {
  width: 100% !important;
}
.smm-post-media-carousel .v-window.smm-carousel .v-window__container .v-window__prev,
.smm-post-media-carousel .v-window.smm-carousel .v-window__container .v-window__next {
  margin: 0px 5px;
  background: transparent;
}
.smm-post-media-carousel .v-window.smm-carousel .v-window__container .v-window__prev .v-btn,
.smm-post-media-carousel .v-window.smm-carousel .v-window__container .v-window__next .v-btn {
  color: #7a7878;
  background-color: #ffffff;
  height: 22px;
  width: 22px;
}
.smm-post-media-carousel .v-window.smm-carousel .v-window__container .v-window__prev .v-btn i,
.smm-post-media-carousel .v-window.smm-carousel .v-window__container .v-window__next .v-btn i {
  font-size: 12px !important;
}
.smm-post-media-carousel .smm-carousel-delimiters {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.smm-post-media-carousel .smm-carousel-delimiters .smm-carousel-delimiter-item {
  min-width: 6px;
  max-width: 6px;
  min-height: 6px;
  max-height: 6px;
  border-radius: 50%;
  background-color: #a8a8a8;
  margin-right: 4px;
  transition: background-color 0.3s linear;
}
.smm-post-media-carousel .smm-carousel-delimiters .smm-carousel-delimiter-item:last-child {
  margin-right: 0;
}
.smm-post-media-carousel .smm-carousel-delimiters .smm-carousel-delimiter-item.smm-delimiter-active {
  background-color: #0095f6;
}
.smm-post-media-carousel .smm-carousel-delimiters-stories {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  max-width: 100%;
  padding: 0 8px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
}
.smm-post-media-carousel .smm-carousel-delimiters-stories .smm-carousel-delimiter-item-stories {
  width: 100%;
  min-width: 5%;
  max-width: 100%;
  min-height: 4px;
  max-height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 4px;
  transition: background-color 0.3s linear;
}
.smm-post-media-carousel .smm-carousel-delimiters-stories .smm-carousel-delimiter-item-stories:last-child {
  margin-right: 0;
}
.smm-post-media-carousel .smm-carousel-delimiters-stories .smm-carousel-delimiter-item-stories.smm-delimiter-viewed {
  background-color: #ffffff;
}
.smm-post-media-carousel .smm-carousel-delimiters-stories .smm-carousel-delimiter-item-stories.smm-delimiter-active {
  background-color: rgba(255, 255, 255, 0.5);
  animation: fillAnimation 1.5s linear forwards;
}
@keyframes fillAnimation {
0% {
    background-color: rgba(255, 255, 255, 0.5);
}
100% {
    background-color: #ffffff;
}
}
.smm-post-media-carousel .smm-preview-tiktok-content-block-comment-stories {
  position: absolute;
  top: 0;
  margin-top: 32px !important;
  z-index: 999;
  display: block;
  padding: 8px 20px;
  width: 100%;
}
.smm-post-media-carousel .smm-preview-tiktok-content-block-comment-stories .smm-preview-tiktok-content-data {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: space-between;
}
.smm-post-media-carousel .smm-preview-tiktok-content-block-comment-stories .smm-preview-tiktok-content-data.smm-preview-tiktok-content-data-right {
  justify-content: flex-end;
  margin-top: 36%;
  pointer-events: none !important;
  position: absolute;
  right: 0;
  scale: 0.9;
}
.smm-post-media-carousel .smm-preview-tiktok-content-block-comment-stories .smm-preview-tiktok-content-data.smm-preview-tiktok-content-data-right .smm-preview-tiktok-content-data-photo {
  display: block;
}
.smm-post-media-carousel .smm-preview-tiktok-content-block-comment-stories .smm-preview-tiktok-content-data.smm-preview-tiktok-content-data-right .smm-preview-tiktok-content-data-photo > * {
  margin-top: 8px;
  display: block;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.smm-post-media-carousel .smm-preview-tiktok-content-block-comment-stories .smm-preview-tiktok-content-data.smm-preview-tiktok-content-data-right .smm-preview-tiktok-content-data-photo .smm-preview-tiktok-content-data-icon {
  scale: 0.8;
}
.smm-post-media-carousel .smm-preview-tiktok-content-block-comment-stories .smm-preview-tiktok-content-data.smm-preview-tiktok-content-data-right .smm-preview-tiktok-content-data-photo .smm-socila-network {
  justify-content: flex-end;
}
.smm-post-media-carousel .smm-preview-tiktok-content-block-comment-stories .smm-preview-tiktok-content-data .smm-preview-tiktok-content-data-photo img {
  border-radius: 50%;
}
.smm-post-media-carousel .smm-preview-tiktok-content-block-comment-stories .smm-preview-tiktok-content-data .smm-preview-tiktok-content-data-name {
  color: white;
  font-weight: 500;
  scale: 0.8;
}
.smm-post-media-carousel .smm-preview-tiktok-content-block-comment-stories .smm-preview-tiktok-content-data .smm-preview-tiktok-content-data-name.active {
  color: white !important;
  text-decoration: underline;
  background-color: transparent !important;
  text-underline-offset: 8px;
}
.smm-post-media-carousel .smm-preview-tiktok-content-block-comment-stories .smm-preview-tiktok-content-more {
  color: white;
  transform: rotate(90deg);
}

.smm-carousel-multimedia {
  position: relative;
  max-width: 470px;
  max-height: 470px;
  height: 470px;
  width: 100%;
}
.smm-carousel-multimedia .smm-carousel-image-blur {
  display: none;
}
.smm-carousel-multimedia .smm-carousel-image {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transform: none;
}
.smm-carousel-multimedia .smm-carousel-video {
  display: block;
}
.smm-post-media-carousel {
  width: 100%;
}
.smm-post-media-carousel .v-window.smm-carousel {
  height: 100% !important;
}
.smm-post-media-carousel .v-window.smm-carousel .smm-carousel-delimiters-stories {
  display: none;
}
.smm-post-media-carousel .v-window.smm-carousel .smm-preview-instagram-content-block-comment-stories {
  display: none;
}
.smm-post-media-carousel .v-window.smm-carousel .smm-preview-instagram-content-block-footer-stories {
  display: none;
}
.smm-post-media-carousel .v-window.smm-carousel .v-window__container .v-window-item .v-responsive__content {
  width: 100% !important;
}
.smm-post-media-carousel .v-window.smm-carousel .v-window__container .v-window__prev,
.smm-post-media-carousel .v-window.smm-carousel .v-window__container .v-window__next {
  margin: 0px 5px;
  background: transparent;
}
.smm-post-media-carousel .v-window.smm-carousel .v-window__container .v-window__prev .v-btn,
.smm-post-media-carousel .v-window.smm-carousel .v-window__container .v-window__next .v-btn {
  color: #7a7878;
  background-color: #ffffff;
  height: 22px;
  width: 22px;
}
.smm-post-media-carousel .v-window.smm-carousel .v-window__container .v-window__prev .v-btn i,
.smm-post-media-carousel .v-window.smm-carousel .v-window__container .v-window__next .v-btn i {
  font-size: 12px !important;
}
.smm-post-media-carousel .smm-carousel-delimiters {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.smm-post-media-carousel .smm-carousel-delimiters .smm-carousel-delimiter-item {
  min-width: 6px;
  max-width: 6px;
  min-height: 6px;
  max-height: 6px;
  border-radius: 50%;
  background-color: #a8a8a8;
  margin-right: 4px;
  transition: background-color 0.3s linear;
}
.smm-post-media-carousel .smm-carousel-delimiters .smm-carousel-delimiter-item:last-child {
  margin-right: 0;
}
.smm-post-media-carousel .smm-carousel-delimiters .smm-carousel-delimiter-item.smm-delimiter-active {
  background-color: #0095f6;
}
.smm-post-media-carousel .smm-carousel-delimiters-stories {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  max-width: 100%;
  padding: 0 8px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
}
.smm-post-media-carousel .smm-carousel-delimiters-stories .smm-carousel-delimiter-item-stories {
  width: 100%;
  min-width: 5%;
  max-width: 100%;
  min-height: 4px;
  max-height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 4px;
  transition: background-color 0.3s linear;
}
.smm-post-media-carousel .smm-carousel-delimiters-stories .smm-carousel-delimiter-item-stories:last-child {
  margin-right: 0;
}
.smm-post-media-carousel .smm-carousel-delimiters-stories .smm-carousel-delimiter-item-stories.smm-delimiter-viewed {
  background-color: #ffffff;
}
.smm-post-media-carousel .smm-carousel-delimiters-stories .smm-carousel-delimiter-item-stories.smm-delimiter-active {
  background-color: rgba(255, 255, 255, 0.5);
  animation: fillAnimation 1.5s linear forwards;
}
@keyframes fillAnimation {
0% {
    background-color: rgba(255, 255, 255, 0.5);
}
100% {
    background-color: #ffffff;
}
}
.smm-post-media-carousel .smm-preview-instagram-content-block-comment-stories {
  position: absolute;
  top: 0;
  margin-top: 32px !important;
  z-index: 999;
  display: flex;
  margin: 8px 4px 8px 12px;
  max-width: calc(100% - 46px);
  width: 100%;
}
.smm-post-media-carousel .smm-preview-instagram-content-block-comment-stories .smm-preview-instagram-content-data {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
}
.smm-post-media-carousel .smm-preview-instagram-content-block-comment-stories .smm-preview-instagram-content-data .smm-preview-instagram-content-data-photo img {
  border-radius: 50%;
}
.smm-post-media-carousel .smm-preview-instagram-content-block-comment-stories .smm-preview-instagram-content-data .smm-preview-instagram-content-data-name {
  color: white;
}
.smm-post-media-carousel .smm-preview-instagram-content-block-comment-stories .smm-preview-instagram-content-more {
  color: white;
  transform: rotate(90deg);
}

.smm-planning-time-wrap {
  background-color: white;
}
.smm-planning-time-wrap .smm-planning-time-list-block {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
}
.smm-planning-time-wrap .smm-planning-time-list-block .smm-scrollbar-control {
  padding-right: 0;
}
.smm-planning-time-wrap .smm-planning-time-list-block .smm-planning-time-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  cursor: pointer;
}
.smm-planning-time-wrap .smm-planning-time-list-block .smm-planning-time-item:hover {
  background-color: #f7f7f7;
}
.smm-planning-time-wrap .smm-planning-time-list-block .smm-planning-time-item .smm-planning-time {
  display: flex;
  flex-grow: 1;
  font-size: 13px;
  line-height: 15px;
  color: black;
  font-weight: bold;
  padding: 0 15px 0 10px;
}
.smm-planning-time-wrap .smm-planning-time-list-block .smm-planning-time-item .smm-planning-end-of {
  font-size: 11px;
  line-height: 14px;
  color: #939393;
  white-space: nowrap;
}
.smm-planning-time-wrap .smm-planning-time-select {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  cursor: pointer;
}
.smm-planning-time-wrap .smm-planning-time-select:hover {
  background-color: #f7f7f7;
}
.smm-planning-time-wrap .smm-planning-time-select .smm-planning-time-select-text {
  font-size: 14px;
  line-height: 16px;
  color: black;
  font-weight: bold;
  padding-left: 10px;
}

.file[data-v-31a2240c] {
  align-items: center !important;
  display: flex !important;
  box-sizing: border-box;
}
.file-info[data-v-31a2240c] {
  height: 25px;
  display: flex !important;
  align-items: center;
}
.remove-button[data-v-31a2240c] {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  margin: 0;
  font-family: inherit;
  box-sizing: border-box;
}
.file-list[data-v-31a2240c] {
  width: inherit;
  display: flex !important;
  box-sizing: border-box;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  align-items: center !important;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}
.file-upload-container[data-v-31a2240c] {
  margin: 50px auto;
  padding: 20px 30px;
  border-radius: 12px;
  border: 3px dashed #f37021;
  width: 100%;
}
.file-upload-container .file-upload-header[data-v-31a2240c] {
  color: #162a47;
  font-family: Proxima Nova;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.file-upload-container .file-upload-field p[data-v-31a2240c] {
  margin-top: 46px;
  margin-bottom: 1.5rem;
  color: #7a7878;
  text-align: center;
  font-family: Proxima Nova;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.file-upload-container .file-upload-field .btn-orange[data-v-31a2240c] {
  background-color: #f37021;
  border-color: #f37021;
  color: #f0f0f0;
  border-radius: 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
}
.file-upload-container .file-upload-field .btn-orange[data-v-31a2240c]:focus {
  box-shadow: 0 0 0 0.2rem #fce5d6;
}
.file-upload-container .album .post-types-element[data-v-31a2240c] {
  padding: 10px 22px;
  width: 17%;
  border-radius: 10px;
  background: #f4f4f4;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.file-upload-container .album .post-types-element .post-icon[data-v-31a2240c] {
  width: 30px;
  height: 30px;
}
.file-upload-container .album .post-types-element p[data-v-31a2240c] {
  color: #162a47;
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.file-upload-container .album .post-types-element[data-v-31a2240c]:hover,
.file-upload-container .album .post-types-element[data-v-31a2240c]:active,
.file-upload-container .album .post-types-element[data-v-31a2240c]:focus {
  background-color: #cbcbcb;
}

.controls[data-v-630234d0] {
  width: 100%;
}
.play-btn[data-v-630234d0] {
  width: auto;
  margin: 0px;
}
.attach-audio[data-v-630234d0] {
  background-color: #f0f0f0;
  border-radius: 12px;
  padding: 15px 30px;
  width: 100%;
}
.attach-audio .audio-info[data-v-630234d0] {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.attach-audio .audio-info .audio-title[data-v-630234d0] {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #162a47;
}
.attach-audio .audio-info .audio-meta[data-v-630234d0] {
  font-family: Proxima Nova;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #7a7878;
}

.file[data-v-238d249e] {
  align-items: center !important;
  display: flex !important;
  box-sizing: border-box;
}
.file-info[data-v-238d249e] {
  height: 25px;
  display: flex !important;
  align-items: center;
}
.remove-button[data-v-238d249e] {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  margin: 0;
  font-family: inherit;
  box-sizing: border-box;
}
.file-list[data-v-238d249e] {
  width: inherit;
  display: flex !important;
  box-sizing: border-box;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  align-items: center !important;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}
.file-upload-container[data-v-238d249e] {
  margin: 50px auto;
  padding: 20px 30px;
  border-radius: 12px;
  border: 3px dashed #f37021;
  width: 100%;
}
.file-upload-container .file-upload-header[data-v-238d249e] {
  color: #162a47;
  font-family: Proxima Nova;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.file-upload-container .file-upload-field p[data-v-238d249e] {
  margin-top: 46px;
  margin-bottom: 1.5rem;
  color: #7a7878;
  text-align: center;
  font-family: Proxima Nova;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.file-upload-container .file-upload-field .btn-orange[data-v-238d249e] {
  background-color: #f37021;
  border-color: #f37021;
  color: #f0f0f0;
  border-radius: 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
}
.file-upload-container .file-upload-field .btn-orange[data-v-238d249e]:focus {
  box-shadow: 0 0 0 0.2rem #fce5d6;
}
.file-upload-container .album .post-types-element[data-v-238d249e] {
  padding: 10px 22px;
  width: 17%;
  border-radius: 10px;
  background: #f4f4f4;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.file-upload-container .album .post-types-element .post-icon[data-v-238d249e] {
  width: 30px;
  height: 30px;
}
.file-upload-container .album .post-types-element p[data-v-238d249e] {
  color: #162a47;
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.file-upload-container .album .post-types-element[data-v-238d249e]:hover,
.file-upload-container .album .post-types-element[data-v-238d249e]:active,
.file-upload-container .album .post-types-element[data-v-238d249e]:focus {
  background-color: #cbcbcb;
}

.file[data-v-293b4fb3] {
  align-items: center !important;
  display: flex !important;
  box-sizing: border-box;
}
.file-info[data-v-293b4fb3] {
  height: 25px;
  display: flex !important;
  align-items: center;
}
.remove-button[data-v-293b4fb3] {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  margin: 0;
  font-family: inherit;
  box-sizing: border-box;
}
.file-list[data-v-293b4fb3] {
  width: inherit;
  display: flex !important;
  box-sizing: border-box;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  align-items: center !important;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}
.file-upload-container[data-v-293b4fb3] {
  margin: 50px auto;
  padding: 20px 30px;
  border-radius: 12px;
  border: 3px dashed #f37021;
  width: 100%;
}
.file-upload-container .file-upload-header[data-v-293b4fb3] {
  color: #162a47;
  font-family: Proxima Nova;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.file-upload-container .file-upload-field p[data-v-293b4fb3] {
  margin-top: 46px;
  margin-bottom: 1.5rem;
  color: #7a7878;
  text-align: center;
  font-family: Proxima Nova;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.file-upload-container .file-upload-field .btn-orange[data-v-293b4fb3] {
  background-color: #f37021;
  border-color: #f37021;
  color: #f0f0f0;
  border-radius: 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
}
.file-upload-container .file-upload-field .btn-orange[data-v-293b4fb3]:focus {
  box-shadow: 0 0 0 0.2rem #fce5d6;
}
.file-upload-container .album .post-types-element[data-v-293b4fb3] {
  padding: 10px 22px;
  width: 17%;
  border-radius: 10px;
  background: #f4f4f4;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.file-upload-container .album .post-types-element .post-icon[data-v-293b4fb3] {
  width: 30px;
  height: 30px;
}
.file-upload-container .album .post-types-element p[data-v-293b4fb3] {
  color: #162a47;
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.file-upload-container .album .post-types-element[data-v-293b4fb3]:hover,
.file-upload-container .album .post-types-element[data-v-293b4fb3]:active,
.file-upload-container .album .post-types-element[data-v-293b4fb3]:focus {
  background-color: #cbcbcb;
}

.file[data-v-014e9aa8] {
  align-items: center !important;
  display: flex !important;
  box-sizing: border-box;
}
.file-info[data-v-014e9aa8] {
  height: 25px;
  display: flex !important;
  align-items: center;
}
.remove-button[data-v-014e9aa8] {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  margin: 0;
  font-family: inherit;
  box-sizing: border-box;
}
.file-list[data-v-014e9aa8] {
  width: inherit;
  display: flex !important;
  box-sizing: border-box;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  align-items: center !important;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}
.file-upload-container[data-v-014e9aa8] {
  margin: 50px auto;
  padding: 20px 30px;
  border-radius: 12px;
  border: 3px dashed #f37021;
  width: 100%;
}
.file-upload-container .file-upload-header[data-v-014e9aa8] {
  color: #162a47;
  font-family: Proxima Nova;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.file-upload-container .file-upload-field p[data-v-014e9aa8] {
  margin-top: 46px;
  margin-bottom: 1.5rem;
  color: #7a7878;
  text-align: center;
  font-family: Proxima Nova;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.file-upload-container .file-upload-field .btn-orange[data-v-014e9aa8] {
  background-color: #f37021;
  border-color: #f37021;
  color: #f0f0f0;
  border-radius: 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
}
.file-upload-container .file-upload-field .btn-orange[data-v-014e9aa8]:focus {
  box-shadow: 0 0 0 0.2rem #fce5d6;
}
.file-upload-container .album .post-types-element[data-v-014e9aa8] {
  padding: 10px 22px;
  width: 17%;
  border-radius: 10px;
  background: #f4f4f4;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.file-upload-container .album .post-types-element .post-icon[data-v-014e9aa8] {
  width: 30px;
  height: 30px;
}
.file-upload-container .album .post-types-element p[data-v-014e9aa8] {
  color: #162a47;
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.file-upload-container .album .post-types-element[data-v-014e9aa8]:hover,
.file-upload-container .album .post-types-element[data-v-014e9aa8]:active,
.file-upload-container .album .post-types-element[data-v-014e9aa8]:focus {
  background-color: #cbcbcb;
}

.attach-poll[data-v-7a8d7b56] {
  margin: 50px auto !important;
  border-radius: 12px !important;
  border: 1px solid #f0f0f0 !important;
  padding: 20px 8px 20px 20px !important;
  width: 100% !important;
}
.attach-poll .custom-poll[data-v-7a8d7b56] {
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 0.25rem !important;
  box-shadow: none !important;
}
.attach-poll .poll-header p[data-v-7a8d7b56] {
  color: #162a47;
  font-family: Proxima Nova;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 16px;
}
.poll-input[data-v-7a8d7b56] {
  position: relative;
  padding-right: 22px;
}
.poll-input .emoji-icon[data-v-7a8d7b56] {
  position: absolute;
  right: 25px;
  top: 20px;
  transform: translateY(-60%);
  margin: 0px;
  padding: 0px;
  width: auto;
}
.poll-input .char-count[data-v-7a8d7b56] {
  position: absolute;
  right: 25px;
  top: 45px;
  transform: translateY(-60%);
  margin: 0px;
  padding: 0px;
  width: auto;
}
.poll-input .custom-poll-orange[data-v-7a8d7b56] {
  box-shadow: none;
  border-bottom: 1px solid #f37021;
}
.poll-input .custom-poll-orange[data-v-7a8d7b56]:focus {
  box-shadow: none;
  border-bottom: 1px solid #f37021;
}
.attach-poll .poll-option-wrap .poll-option .lines[data-v-7a8d7b56] {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: -5px;
  width: auto;
}
.trash[data-v-7a8d7b56] {
  width: auto;
  padding: 8px;
}
.attach-poll .poll-option-wrap .poll-option .option-poll-input[data-v-7a8d7b56] {
  display: inline-block;
  vertical-align: bottom;
  padding-right: 3px;
}
.attach-poll .poll-option-wrap .poll-option .option-poll-input .custom-poll-grey[data-v-7a8d7b56] {
  box-shadow: none !important;
  border-bottom: 1px solid #cbcbcb;
  box-shadow: none;
}
.attach-poll .poll-option-wrap .poll-option .option-poll-input .custom-poll-grey[data-v-7a8d7b56]:focus {
  box-shadow: none !important;
  border-bottom: 1px solid #cbcbcb;
  box-shadow: none;
}
.attach-poll .btn-orange[data-v-7a8d7b56] {
  background-color: #f37021;
  border-color: #f37021;
  color: #f0f0f0;
  border-radius: 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
}
.attach-poll .btn-orange[data-v-7a8d7b56]:focus {
  box-shadow: 0 0 0 0.2rem #fce5d6;
}
.btn-orange-set[data-v-7a8d7b56] {
  font-family: Proxima Nova;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 10px;
  background-color: #f37021;
  border-color: #f37021;
  color: #f0f0f0;
  border-radius: 5px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
  padding: 10px;
}

.modal-dialog-centered[data-v-68deb997]::before {
  margin-right: 25px;
}
.modal-add-reactions[data-v-68deb997] {
  padding-left: 15px;
}
.modal-content[data-v-68deb997] {
  border-radius: 12px;
}
.modal-additional-options .modal-header[data-v-68deb997] {
  border-bottom: none;
  color: #162a47;
  font-family: Proxima Nova;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.modal-additional-options .modal-header button[data-v-68deb997]:focus {
  outline: none;
}
.modal-additional-options .modal-body .post-input[data-v-68deb997] {
  position: relative;
  padding-right: 22px;
  overflow: hidden;
}
.modal-additional-options .modal-body .post-input .emoji-icon[data-v-68deb997] {
  position: absolute;
  right: 25px;
  top: 40%;
  transform: translateY(-60%);
}
.modal-additional-options .modal-body .post-input .emoji-icon-2[data-v-68deb997] {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.modal-additional-options .modal-body .post-input .custom-poll[data-v-68deb997] {
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 0.25rem !important;
}
.modal-additional-options .modal-body .post-input .custom-input-orange[data-v-68deb997] {
  border: 1px solid #f37021 !important;
}
.modal-additional-options .modal-body .post-input .custom-textarea[data-v-68deb997] {
  resize: none;
  border-radius: 10px;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  margin-right: 10px;
}
.modal-additional-options .modal-body .post-input .no-character-count[data-v-68deb997] {
  overflow-y: auto;
}
.modal-additional-options .modal-body .post-input[data-v-68deb997] ::-webkit-scrollbar {
  width: 0;
}
.modal-additional-options .modal-body .post-input .custom-poll-orange[data-v-68deb997] {
  border-bottom: 1px solid #f37021 !important;
}
.modal-additional-options .modal-body .post-input .custom-input-orange[data-v-68deb997]:focus {
  box-shadow: none !important;
  border: 1px solid #f37021 !important;
}
.modal-additional-options .modal-body .post-input .custom-poll-orange[data-v-68deb997]:focus {
  box-shadow: none !important;
  border-bottom: 1px solid #f37021 !important;
}
.modal-additional-options .modal-body .post-input .custom-poll-grey[data-v-68deb997] {
  border-bottom: 1px solid #cbcbcb !important;
}
.modal-additional-options .modal-body .post-input .custom-poll-grey[data-v-68deb997]:focus {
  box-shadow: none;
  border-bottom: 1px solid #cbcbcb !important;
}
.modal-additional-options .modal-body .post-input .reaction-input[data-v-68deb997] {
  padding: 25px;
  border-radius: 10px !important;
}
.modal-additional-options .modal-body .post-input .reaction-input[data-v-68deb997]::-webkit-input-placeholder {
  text-align: center;
}
.modal-additional-options .modal-body .post-input .reaction-input[data-v-68deb997]:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}
.modal-additional-options .modal-body .post-input .reaction-input[data-v-68deb997]::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}
.modal-additional-options .modal-body .post-input .reaction-input[data-v-68deb997]:-ms-input-placeholder {
  text-align: center;
}
.modal-additional-options .modal-body .reaction-container[data-v-68deb997] {
  padding-right: 22px;
}
.modal-additional-options .modal-body .reaction-container .btn-reaction[data-v-68deb997] {
  width: 100%;
  border-radius: 10px;
  margin-right: 20px;
  text-align: center;
  background-color: #f0f0f0;
}
.modal-additional-options .modal-body .reaction-container .btn-reaction[data-v-68deb997]:last-child {
  margin-right: 0;
}
.modal-additional-options .modal-body .reaction-container .btn-reaction.focus[data-v-68deb997],
.modal-additional-options .modal-body .reaction-container .btn-reaction[data-v-68deb997]:focus {
  box-shadow: none;
  outline: 2px solid #f37021;
}
.modal-additional-options .modal-body .reaction-container span[data-v-68deb997] {
  font-family: Proxima Nova;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #162a47;
}
.modal-additional-options .modal-footer[data-v-68deb997] {
  border-top: none;
}
.modal-additional-options .modal-footer .btn-orange[data-v-68deb997] {
  background-color: #f37021;
  border-color: #f37021;
  color: #f0f0f0;
  border-radius: 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
}
.modal-additional-options .modal-footer .btn-orange[data-v-68deb997]:focus {
  box-shadow: 0 0 0 0.2rem #fce5d6;
}

.extra-buttons {
  display: flex;
}
.extra-button {
  margin: 0px 8px;
  display: flex;
  border: 1px solid #cbcbcb;
  border-radius: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #162a47;
  font-family: Proxima Nova;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  padding: 8px 16px;
  width: 100%;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.smm-post-content-editable {
  width: 100%;
  padding: 0px;
  transition: 0.15s all ease;
}
.smm-post-content-editable > div {
  margin-bottom: 10px;
}
.smm-post-content-editable > div > :last-child {
  margin-bottom: 0;
}
.smm-post-content-editable .smm-animation-block {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.smm-post-content-editable .smm-animation-block.smm-block-active {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}
.smm-post-content-editable .smm-post-content-editable-wrap.smm-wrapper-hidden {
  display: none !important;
}
.smm-post-content-editable .smm-post-content-editable-wrap.smm-post-content-single {
  display: flex;
}
.smm-post-content-editable .smm-post-content-editable-wrap.smm-post-content-single .smm-post-social-type {
  display: flex;
  justify-content: center;
  min-width: 30px;
  max-width: 30px;
  padding-top: 10px;
}
.smm-post-content-editable .smm-post-content-editable-wrap.smm-post-content-single .smm-post-social-type i {
  font-size: 14px;
  color: white;
}
.smm-post-content-editable .smm-post-content-editable-wrap.smm-post-content-single .smm-post-content-editable {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #e2e2e2;
  padding: 10px;
}

.file[data-v-4416b35f] {
  align-items: center !important;
  display: flex !important;
  box-sizing: border-box;
}
.file-info[data-v-4416b35f] {
  height: 25px;
  display: flex !important;
  align-items: center;
}
.remove-button[data-v-4416b35f] {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  margin: 0;
  font-family: inherit;
  box-sizing: border-box;
}
.file-list[data-v-4416b35f] {
  width: inherit;
  display: flex !important;
  box-sizing: border-box;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  align-items: center !important;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}
.file-upload-container[data-v-4416b35f] {
  margin: 50px auto;
  padding: 20px 30px;
  border-radius: 12px;
  border: 3px dashed #f37021;
  width: 100%;
}
.file-upload-container .file-upload-header[data-v-4416b35f] {
  color: #162a47;
  font-family: Proxima Nova;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.file-upload-container .file-upload-field p[data-v-4416b35f] {
  margin-top: 46px;
  margin-bottom: 1.5rem;
  color: #7a7878;
  text-align: center;
  font-family: Proxima Nova;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.file-upload-container .file-upload-field .btn-orange[data-v-4416b35f] {
  background-color: #f37021;
  border-color: #f37021;
  color: #f0f0f0;
  border-radius: 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
}
.file-upload-container .file-upload-field .btn-orange[data-v-4416b35f]:focus {
  box-shadow: 0 0 0 0.2rem #fce5d6;
}
.file-upload-container .album .post-types-element[data-v-4416b35f] {
  padding: 10px 22px;
  width: 17%;
  border-radius: 10px;
  background: #f4f4f4;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.file-upload-container .album .post-types-element .post-icon[data-v-4416b35f] {
  width: 30px;
  height: 30px;
}
.file-upload-container .album .post-types-element p[data-v-4416b35f] {
  color: #162a47;
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.file-upload-container .album .post-types-element[data-v-4416b35f]:hover,
.file-upload-container .album .post-types-element[data-v-4416b35f]:active,
.file-upload-container .album .post-types-element[data-v-4416b35f]:focus {
  background-color: #cbcbcb;
}


.new-post[data-v-7fdb2c00] {
  width: 100%;
}
.separated[data-v-7fdb2c00] {
  border-top: 2px solid #f37021;
}
.post-container[data-v-7fdb2c00] {
  margin-bottom: 10px;
  margin-top: 10px;
}
.choose-post-type[data-v-7fdb2c00] {
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  background: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
}
.choose-post-type-label[data-v-7fdb2c00] {
  color: #7a7878;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}
.custom-radio-checked[data-v-7fdb2c00] {
  background-color: #cbcbcb !important;
  outline: none;
  box-shadow: none;
}
.custom-radio[data-v-7fdb2c00] {
  display: flex;
  flex-wrap: wrap;
  width: 405px;
}
.custom-radio-container[data-v-7fdb2c00] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post-icon[data-v-7fdb2c00] {
  width: 30px;
  height: 30px;
}
.custom-radio-button[data-v-7fdb2c00] {
  margin: 10px 20px 10px 20px;
  width: 100%;
  height: 75px !important;
  padding: 10px 12px !important;
  max-width: 95px;
  max-height: 75px;
  border-radius: 10px !important;
  background: #f4f4f4;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  text-transform: none;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  letter-spacing: 0;
  font-size: 16px;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.dropdown-item span[data-v-7fdb2c00] {
  padding-left: 4px;
}
.delete-item[data-v-7fdb2c00] {
  padding-left: calc(1.5rem + 16px);
}
.dropdown-item.active[data-v-7fdb2c00],
.dropdown-item[data-v-7fdb2c00]:active {
  color: #fff;
  text-decoration: none;
  background-color: #f37021;
}

.post-container {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.post-container-single {
  margin: 10px;
  width: 100%;
}
.new-post-button {
  margin-top: 10px;
  background-color: #f37021;
  border-color: #f37021;
  color: #f0f0f0;
  border-radius: 5px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
  padding: 10px;
}
.smm-post-content-editable-telegram-wrap.smm-wrapper-hidden {
  display: none !important;
}
.smm-post-content-editable-telegram-wrap .smm-post-content-editable-telegram-block .smm-post-content-editable-telegram {
  width: 100%;
  padding: 0px;
  transition: 0.15s all ease;
}
.smm-post-content-editable-telegram-wrap .smm-post-content-editable-telegram-block .smm-post-content-editable-telegram > div {
  margin-bottom: 10px;
}
.smm-post-content-editable-telegram-wrap .smm-post-content-editable-telegram-block .smm-post-content-editable-telegram > div > :last-child {
  margin-bottom: 0;
}
.smm-post-content-editable-telegram-wrap .smm-post-content-editable-telegram-block .smm-post-content-editable-telegram .smm-animation-block {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.smm-post-content-editable-telegram-wrap .smm-post-content-editable-telegram-block .smm-post-content-editable-telegram .smm-animation-block.smm-block-active {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}
.smm-post-content-editable-telegram-wrap .smm-post-content-editable-telegram-block.smm-post-content-single {
  display: flex;
}
.smm-post-content-editable-telegram-wrap .smm-post-content-editable-telegram-block.smm-post-content-single .smm-post-social-type {
  display: flex;
  justify-content: center;
  min-width: 30px;
  max-width: 30px;
  padding-top: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.smm-post-content-editable-telegram-wrap .smm-post-content-editable-telegram-block.smm-post-content-single .smm-post-social-type i {
  font-size: 14px;
  color: white;
}
.smm-post-content-editable-telegram-wrap .smm-post-content-editable-telegram-block.smm-post-content-single .smm-post-content-editable-telegram {
  border: none !important;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #e2e2e2;
  padding: 10px;
}

.smm-post-content-editable-wrapper > div {
  margin-top: 10px;
}
@media (min-width: 576px) {
.smm-post-content-editable-wrapper > div {
    margin-top: 15px;
}
}
.smm-post-content-editable-wrapper > div:first-child {
  margin-top: 0;
}

.smm-wrapper-hidden {
  display: none !important;
}
.smm-post-content-editable-wrap .smm-post-content-editable-block .smm-post-content-editable {
  width: 100%;
  padding: 0px;
  transition: 0.15s all ease;
}
.smm-post-content-editable-wrap .smm-post-content-editable-block .smm-post-content-editable > div {
  margin-bottom: 10px;
}
.smm-post-content-editable-wrap .smm-post-content-editable-block .smm-post-content-editable > div > :last-child {
  margin-bottom: 0;
}
.smm-post-content-editable-wrap .smm-post-content-editable-block .smm-post-content-editable .smm-animation-block {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.smm-post-content-editable-wrap .smm-post-content-editable-block .smm-post-content-editable .smm-animation-block.smm-block-active {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}
.smm-post-content-editable-wrap .smm-post-content-editable-block.smm-post-content-single {
  display: flex;
}
.smm-post-content-editable-wrap .smm-post-content-editable-block.smm-post-content-single .smm-post-social-type {
  display: flex;
  justify-content: center;
  min-width: 30px;
  max-width: 30px;
  padding-top: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.smm-post-content-editable-wrap .smm-post-content-editable-block.smm-post-content-single .smm-post-social-type i {
  font-size: 14px;
  color: white;
}
.smm-post-content-editable-wrap .smm-post-content-editable-block.smm-post-content-single .smm-post-content-editable {
  border: none !important;
}

.smm-aproval-footer .smm-aproval-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
.smm-aproval-footer .smm-aproval-block {
    flex-direction: column;
}
}
@media (min-width: 576px) {
.smm-aproval-footer .smm-aproval-block {
    justify-content: space-between;
}
}
.smm-aproval-footer .smm-aproval-block .smm-aproval-status {
  font-size: 14px;
  line-height: 17px;
  color: #f37021;
}
.smm-aproval-footer .smm-aproval-block .smm-aproval-status .smm-aproval-status-text {
  color: #162a47;
}
@media (max-width: 575px) {
.smm-aproval-footer .smm-aproval-block .smm-aproval-status {
    margin-bottom: 8px;
}
}

.smm-published-footer .smm-published-status {
  font-size: 14px;
  line-height: 17px;
  color: #f37021;
}
.smm-published-footer .smm-published-status .smm-published-status-text {
  color: #162a47;
}

.smm-confirmation-required-footer {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
.smm-confirmation-required-footer {
    flex-direction: column;
}
}
@media (min-width: 576px) {
.smm-confirmation-required-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
}
.smm-confirmation-required-footer .smm-confirmation-required-status {
  font-size: 14px;
  line-height: 17px;
  color: #f37021;
}
.smm-confirmation-required-footer .smm-confirmation-required-status .smm-confirmation-required-status-text {
  color: #162a47;
}
@media (max-width: 575px) {
.smm-confirmation-required-footer .smm-confirmation-required-status {
    margin-bottom: 8px;
}
}
.smm-confirmation-required-footer .smm-confirmation-required-buttons-block {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
.smm-confirmation-required-footer .smm-confirmation-required-buttons-block {
    flex-direction: column;
}
.smm-confirmation-required-footer .smm-confirmation-required-buttons-block > div {
    margin-bottom: 8px;
}
.smm-confirmation-required-footer .smm-confirmation-required-buttons-block > div:last-child {
    margin-bottom: 0;
}
}
@media (min-width: 576px) {
.smm-confirmation-required-footer .smm-confirmation-required-buttons-block > div {
    margin-left: 12px;
    margin-right: 0 !important;
}
}
.smm-confirmation-required-footer .smm-button.smm-button-white #smm-button {
  border: none !important;
  margin-right: 0 !important;
}
.smm-confirmation-required-footer .smm-button.smm-button smm-button-orange #smm-button {
  margin-right: 0 !important;
}

.smm-published-footer .smm-published-status {
  font-size: 14px;
  line-height: 17px;
  color: #f37021;
}
.smm-published-footer .smm-published-status .smm-published-status-text {
  color: #162a47;
}

.smm-rejected-footer .smm-rejected-status {
  font-size: 14px;
  line-height: 17px;
  color: #f37021;
}
.smm-rejected-footer .smm-rejected-status span {
  color: #7a7878;
}

.smm-post-microsettings-control {
  display: flex;
  align-items: center;
}
.smm-post-microsettings-control .smm-post-microsetting-item {
  border-left: 1px solid #e2e2e2;
  z-index: 1;
}
.smm-post-microsettings-control .smm-post-microsetting-item .smm-microsetting-image {
  margin-left: 6px;
  margin-right: 6px;
}
.smm-post-microsettings-control .smm-post-microsetting-item:last-child {
  border-right: 1px solid #e2e2e2;
}

.smm-post-microsetting-item {
  position: relative;
}
.smm-post-microsetting-item .smm-post-first-comment-microsetting-item-active {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #f37021;
  border-radius: 50%;
  top: 2px;
  right: 4px;
}

.smm-post-microsetting-item {
  position: relative;
}
.smm-post-microsetting-item .smm-post-poll-microsetting-item-active {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #f37021;
  border-radius: 50%;
  top: 2px;
  right: 4px;
}

.smm-post-microsettings-control {
  display: flex;
  align-items: center;
}
.smm-post-microsettings-control .smm-post-microsetting-item {
  border-left: 1px solid #e2e2e2;
  z-index: 1;
}
.smm-post-microsettings-control .smm-post-microsetting-item .smm-microsetting-image {
  margin-left: 6px;
  margin-right: 6px;
}
.smm-post-microsettings-control .smm-post-microsetting-item:last-child {
  border-right: 1px solid #e2e2e2;
}

.smm-post-microsettings-control {
  display: flex;
  align-items: center;
}
.smm-post-microsettings-control .smm-post-microsetting-item {
  border-left: 1px solid #e2e2e2;
  z-index: 1;
}
.smm-post-microsettings-control .smm-post-microsetting-item .smm-microsetting-image {
  margin-left: 6px;
  margin-right: 6px;
}
.smm-post-microsettings-control .smm-post-microsetting-item:last-child {
  border-right: 1px solid #e2e2e2;
}

.smm-post-validation-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  background-color: #fff;
}
.smm-post-validation-wrap .smm-post-validation {
  display: flex;
  flex-grow: 1;
}
.smm-post-validation-wrap .smm-post-validation:has(.smm-left-line-tiktok) .icon-info {
  font-size: 24px;
  color: #51a6df;
}
.smm-post-validation-wrap .smm-post-validation .smm-left-line {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 6px;
  max-width: 6px;
  background-color: #f44336;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.smm-post-validation-wrap .smm-post-validation .smm-left-line.telegram-text {
  background-color: #51a6df;
}
.smm-post-validation-wrap .smm-post-validation .smm-left-line-tiktok {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 6px;
  max-width: 6px;
  background-color: #000;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.smm-post-validation-wrap .smm-post-validation .smm-left-line-tiktok-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 6px;
  max-width: 6px;
  background-color: #51a6df;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.smm-post-validation-wrap .smm-post-validation .smm-left-line-tiktok-warning {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 6px;
  max-width: 6px;
  background-color: #ff9800;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.smm-post-validation-wrap .smm-post-validation .smm-post-validation-block {
  display: flex;
  flex-grow: 1;
  width: 100%;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #f0f0f0;
  padding: 16px 13px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.smm-post-validation-wrap .smm-post-validation .smm-post-validation-block i {
  font-size: 24px;
  color: #f44336;
}
.smm-post-validation-wrap .smm-post-validation .smm-post-validation-block i.telegram-text {
  color: #51a6df;
}
.smm-post-validation-wrap .smm-post-validation .smm-post-validation-block i.icon-warning {
  color: #ff9800;
}
.smm-post-validation-wrap .smm-post-validation .smm-post-validation-block .smm-post-validation-content {
  margin-left: 17px;
  padding-top: 1.5px;
  font-family: "ProximaNova";
}
.smm-post-validation-wrap .smm-post-validation .smm-post-validation-block .smm-post-validation-content .smm-post-validation-title {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #162a47;
  margin-bottom: 13px;
}
@media (min-width: 576px) {
.smm-post-validation-wrap .smm-post-validation .smm-post-validation-block .smm-post-validation-content .smm-post-validation-title {
    font-size: 17px;
    line-height: 21px;
}
}
.smm-post-validation-wrap .smm-post-validation .smm-post-validation-block .smm-post-validation-content .smm-post-validation-body > div {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
.smm-post-validation-wrap .smm-post-validation .smm-post-validation-block .smm-post-validation-content .smm-post-validation-body > div {
    margin-bottom: 10px;
}
}
.smm-post-validation-wrap .smm-post-validation .smm-post-validation-block .smm-post-validation-content .smm-post-validation-body > div:last-child {
  margin-bottom: 0;
}
.smm-post-validation-wrap .smm-post-validation .smm-post-validation-block .smm-post-validation-content-tiktok {
  margin-right: 17px;
}
.smm-post-validation-wrap .smm-switch-tiktok-content {
  margin-right: 4rem;
}
.smm-post-validation-wrap .smm-switch-tiktok-content:last-child {
  margin-right: 0;
}

.smm-planing-time-wrap {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 6px;
  padding: 1px 3px 1px 15px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  min-height: 40px;
}
.smm-planing-time-wrap.smm-planing-time-wrap-opacity {
  opacity: 0.5;
  padding: 1px 15px;
}
.smm-planing-time-wrap .smm-planing-time-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.smm-planing-time-wrap .smm-planing-time-block .smm-planing-time-icon {
  margin-right: 10px;
}
.smm-planing-time-wrap .smm-planing-time-block .smm-planing-time {
  display: flex;
  flex-grow: 1;
  color: black;
  font-size: 13px;
  font-weight: 600;
}

.smm-post-symbols-item {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  font-family: "ProximaNova";
  color: #b7b7b7;
}
.smm-post-symbols-item i {
  font-size: 14px;
  padding-right: 4px;
}
.smm-post-symbols-item .es-red-text {
  color: #f44336;
}

.smm-post-symbols-microsettings-wrap .smm-post-symbols-microsettings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  font-family: "ProximaNova";
  color: #b7b7b7;
}
.smm-post-symbols-microsettings-wrap .smm-post-symbols-microsettings .smm-post-symbols {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.smm-post-symbols-microsettings-wrap .smm-post-symbols-microsettings .smm-post-symbols > span {
  margin-right: 8px;
}
.smm-post-symbols-microsettings-wrap .smm-post-symbols-microsettings .smm-post-symbols > span:first-child {
  margin-right: 4px;
}
.smm-post-symbols-microsettings-wrap .smm-post-symbols-microsettings .smm-post-symbols > span:last-child {
  margin-right: 0;
}
.smm-post-symbols-microsettings-wrap .smm-post-symbols-microsettings .smm-post-hashtags {
  white-space: nowrap;
}

.smm-post-symbols-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.smm-post-symbols-wrapper > span {
  margin-right: 8px;
}
.smm-post-symbols-wrapper > span:first-child {
  margin-right: 4px;
}
.smm-post-symbols-wrapper > span:last-child {
  margin-right: 0;
}

.smm-post-validation-item {
  display: flex;
  align-items: flex-start;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #162a47;
}
.smm-post-validation-item i {
  font-size: 14px !important;
  padding-right: 6px;
}
@media (min-width: 576px) {
.smm-post-validation-item {
    font-size: 14px;
    line-height: 17px;
}
}

.smm-post-validation-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  background-color: #fff;
}
.smm-post-validation-wrap .smm-post-validation {
  display: flex;
  flex-grow: 1;
}
.smm-post-validation-wrap .smm-post-validation .smm-left-line {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 6px;
  max-width: 6px;
  background-color: #f44336;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.smm-post-validation-wrap .smm-post-validation .smm-left-line.telegram-text {
  background-color: #51a6df;
}
.smm-post-validation-wrap .smm-post-validation .smm-left-line-tiktok-warning {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 6px;
  max-width: 6px;
  background-color: #ff9800;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.smm-post-validation-wrap .smm-post-validation .smm-post-validation-block {
  display: flex;
  flex-grow: 1;
  width: 100%;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #f0f0f0;
  padding: 16px 13px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.smm-post-validation-wrap .smm-post-validation .smm-post-validation-block i {
  font-size: 24px;
  color: #f44336;
}
.smm-post-validation-wrap .smm-post-validation .smm-post-validation-block i.telegram-text {
  color: #51a6df;
}
.smm-post-validation-wrap .smm-post-validation .smm-post-validation-block i.icon-warning {
  color: #ff9800;
}
.smm-post-validation-wrap .smm-post-validation .smm-post-validation-block .smm-post-validation-content {
  margin-left: 17px;
  padding-top: 1.5px;
  font-family: "ProximaNova";
}
.smm-post-validation-wrap .smm-post-validation .smm-post-validation-block .smm-post-validation-content .smm-post-validation-title {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #162a47;
  margin-bottom: 13px;
}
@media (min-width: 576px) {
.smm-post-validation-wrap .smm-post-validation .smm-post-validation-block .smm-post-validation-content .smm-post-validation-title {
    font-size: 17px;
    line-height: 21px;
}
}
.smm-post-validation-wrap .smm-post-validation .smm-post-validation-block .smm-post-validation-content .smm-post-validation-body > div {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
.smm-post-validation-wrap .smm-post-validation .smm-post-validation-block .smm-post-validation-content .smm-post-validation-body > div {
    margin-bottom: 10px;
}
}
.smm-post-validation-wrap .smm-post-validation .smm-post-validation-block .smm-post-validation-content .smm-post-validation-body > div:last-child {
  margin-bottom: 0;
}

.smm-clock-btn-calendar {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding: 0 5px;
  cursor: default;
}
.smm-clock-btn-calendar > i {
  color: #b7b7b7;
  cursor: pointer;
  transition: color 0.15s ease-in-out;
  font-size: 16px;
}
.smm-clock-btn-calendar > i:hover {
  color: #f37021;
}

.day-post-button-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.day-post-button-wrapper .smm-create-new-post-with-calendar-wrap {
  display: none;
}
.day-post-button-wrapper:hover .smm-create-new-post-with-calendar-wrap {
  display: flex;
}
.smm-create-new-post-with-calendar-wrap {
  display: flex;
  justify-content: flex-end;
  cursor: auto !important;
  right: 0;
  margin-right: 0.25rem;
  height: 100%;
}
.smm-create-new-post-with-calendar-wrap .smm-create-new-post-with-calendar {
  cursor: no-drop !important;
}
.smm-create-new-post-with-calendar-wrap .smm-create-new-post-with-calendar.w {
  width: 100%;
}
.smm-create-new-post-with-calendar-wrap .smm-create-new-post-with-calendar.isActive {
  cursor: pointer !important;
}
.smm-create-new-post-with-calendar-wrap .smm-create-new-post-with-calendar .smm-create-new-post-with-calendar-week {
  width: 100%;
  height: 44px;
  background: #f0f0f0;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  border: 1px solid;
  border-color: #f0f0f0;
}
.smm-create-new-post-with-calendar-wrap .smm-create-new-post-with-calendar .smm-create-new-post-with-calendar-week .smm-create-new-post-with-calendar-week-icon {
  display: flex;
  align-items: center;
  color: #b7b7b7;
  margin-right: 10px;
}
.smm-create-new-post-with-calendar-wrap .smm-create-new-post-with-calendar .smm-create-new-post-with-calendar-week .smm-create-new-post-with-calendar-week-icon i {
  font-size: 16px;
}
.smm-create-new-post-with-calendar-wrap .smm-create-new-post-with-calendar .smm-create-new-post-with-calendar-week .smm-create-new-post-with-calendar-week-text {
  color: #7a7878;
  font-size: 12px;
  line-height: 14px;
}
.smm-create-new-post-with-calendar-wrap .smm-create-new-post-with-calendar .smm-create-new-post-with-calendar-week:hover {
  border-color: #f37021;
}
.smm-create-new-post-with-calendar-wrap .smm-create-new-post-with-calendar .smm-create-new-post-with-calendar-month {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smm-create-new-post-with-calendar-wrap .smm-create-new-post-with-calendar .smm-create-new-post-with-calendar-month .smm-create-new-post-with-calendar-month-icon {
  color: #b7b7b7;
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
}
.smm-create-new-post-with-calendar-wrap .smm-create-new-post-with-calendar .smm-create-new-post-with-calendar-month .smm-create-new-post-with-calendar-month-icon > div {
  transition: all 0.3s;
}
.smm-create-new-post-with-calendar-wrap .smm-create-new-post-with-calendar .smm-create-new-post-with-calendar-month .smm-create-new-post-with-calendar-month-icon > div:hover {
  color: #f37021;
}
.icon-message-review {
  margin-right: 4px;
}

.smm-post-calendar-preview-wrap {
  padding-bottom: 8rem;
}
@media (min-width: 468px) {
.smm-post-calendar-preview-wrap .smm-post-calendar-filters {
    margin-bottom: 15px;
}
}
.smm-post-calendar-preview-wrap .smm-post-calendar-preview {
  overflow: hidden;
  overflow-x: auto;
}
@media (max-width: 1650px) {
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar.smm-calendar-scroll {
    min-width: 1618px;
}
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar.smm-calendar-scroll .v-calendar-daily_head-day,
  .smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar.smm-calendar-scroll .v-calendar-daily__day,
  .smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar.smm-calendar-scroll .v-calendar-weekly__day,
  .smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar.smm-calendar-scroll .v-calendar-weekly__head-weekday {
    min-width: 220px;
}
}
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-calendar-weekly__head-weekday,
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-calendar-daily_head-weekday {
  font-size: 14px;
  line-height: 17px;
  color: #f37021;
  font-weight: bold;
  margin-right: 0;
  padding: 10px 0 0;
  min-width: 275px;
  width: 100%;
  flex: 1;
}
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-calendar-weekly__head-weekday.v-outside,
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-calendar-daily_head-weekday.v-outside {
  color: rgba(0, 0, 0, 0.38);
}
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-calendar-daily_head-day {
  min-width: 200px;
  width: 100%;
  flex: 1;
}
@media (min-width: 1200px) {
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-calendar-daily_head-day {
    min-width: 250px;
}
}
@media (min-width: 1400px) {
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-calendar-daily_head-day {
    min-width: 280px;
}
}
@media (min-width: 1600px) {
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-calendar-daily_head-day {
    min-width: 320px;
}
}
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-calendar-daily__day {
  min-width: 200px;
  width: 100%;
  flex: 1;
}
@media (min-width: 1200px) {
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-calendar-daily__day {
    min-width: 250px;
}
}
@media (min-width: 1400px) {
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-calendar-daily__day {
    min-width: 280px;
}
}
@media (min-width: 1600px) {
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-calendar-daily__day {
    min-width: 320px;
}
}
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-calendar-weekly__day {
  margin-right: 0px !important;
  min-height: 134px;
  min-width: 275px;
  width: 100%;
  flex: 1;
}
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-calendar-weekly__day .day-post-button-wrapper {
  height: calc(100% - 48px);
}
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-calendar-weekly__day .day-post-button-wrapper .smm-create-new-post-with-calendar-month-icon {
  padding-bottom: 48px;
}
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-calendar-weekly__day .v-calendar-weekly__day-label {
  margin-bottom: 5px;
}
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-calendar-daily__pane .v-calendar-daily__day-container .v-event-timed-container {
  margin-right: 0;
}
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-calendar-daily__pane .v-calendar-daily__day-container .v-event-timed-container .v-event-timed {
  background-color: transparent !important;
  border-width: 0 !important;
  border-style: solid !important;
  cursor: default;
}
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-event {
  height: auto !important;
  background-color: transparent !important;
  border-color: transparent !important;
  width: 100% !important;
  border-width: 0 5px 5px 5px !important;
  border-style: solid !important;
  margin-bottom: 4px !important;
}
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-event .smm-task-calendar-item-wrap {
  margin: 0 !important;
}
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-event .smm-task-calendar-item-wrap .wrap-smm-display-task-content {
  padding: 6px 8px;
  margin: 0 !important;
}
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-event .smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header {
  margin-bottom: 4px;
}
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-event .smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header .header {
  font-size: 12px !important;
  line-height: 14px !important;
}
.smm-post-calendar-preview-wrap .smm-post-calendar-preview .v-calendar.smm-calendar .v-calendar-daily__body .v-calendar-daily__scroll-area {
  overflow-x: hidden;
}
.smm-post-calendar-preview-wrap .smm-calendar-period-switch-default-wrap {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.smm-post-calendar-preview-wrap .smm-calendar-period-switch-default-wrap > div {
  margin-bottom: 0;
  margin-right: 20px;
}
.smm-post-calendar-preview-wrap .smm-calendar-period-switch-default-wrap > div:first-child {
  margin-right: 30px;
}
.smm-post-calendar-preview-wrap .smm-calendar-period-switch-default-wrap > div:last-child {
  margin-right: 0;
}
@media (max-width: 992px) {
.smm-post-calendar-preview-wrap .smm-calendar-period-switch-default-wrap > div {
    margin-bottom: 0;
    margin-right: 20px;
}
.smm-post-calendar-preview-wrap .smm-calendar-period-switch-default-wrap > div:first-child {
    margin-right: 30px;
}
.smm-post-calendar-preview-wrap .smm-calendar-period-switch-default-wrap > div:last-child {
    margin-right: 0;
}
}
@media (max-width: 576px) {
.smm-post-calendar-preview-wrap .smm-calendar-period-switch-default-wrap {
    flex-direction: column;
    align-items: flex-start;
}
.smm-post-calendar-preview-wrap .smm-calendar-period-switch-default-wrap > div {
    margin-right: 0;
    margin-bottom: 5px;
}
.smm-post-calendar-preview-wrap .smm-calendar-period-switch-default-wrap > div:last-child {
    margin-bottom: 0;
}
}
.smm-post-calendar-preview-wrap .smm-calendar-period-switch-default-wrap .checkbox_holidays.es-label {
  color: #56a9ef;
}
.smm-post-calendar-preview-wrap .smm-calendar-period-switch-default-wrap .checkbox_overlays .smm-checkbox .smm-checkbox-content .es-label {
  color: #f37021;
}
.smm-post-calendar-preview-wrap .smm-calendar-period-switch-default-wrap .checkbox_tasks .smm-checkbox .smm-checkbox-content .es-label {
  color: #1976d2;
}
.smm-post-calendar-preview-wrap .hour-slot-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 12px;
  color: #333;
}

.smm-post-preview-draft-wrap.list-mode .smm-post-preview-list-row {
  display: grid;
  grid-template-columns: 48px 1fr 200px;
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background: #fff;
}
.smm-post-preview-draft-wrap.list-mode .smm-post-preview-list-text {
  color: #162a47;
  font-size: 14px;
  line-height: 1.35;
  max-height: 3.6em;
  overflow: hidden;
}
.smm-post-preview-draft-wrap.list-mode .smm-post-preview-list-tags {
  margin-top: 6px;
  display: flex;
  gap: 6px;
}
.smm-post-preview-draft-wrap.list-mode .smm-post-preview-list-date {
  color: #7a7878;
  font-size: 12px;
  text-align: right;
}

.smm-project-content-block-for-chronicle:has(.smm-post-preview-for-grid-wrap-wrap) .smm-post-view-toggle {
  display: none !important;
}
@media (max-width: 695px) {
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-wrap-header {
    justify-content: space-between !important;
}
}
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: calc(100% - 2px);
  margin: 2px;
  padding: 12px 12px 12px 18px;
  background-color: rgba(130, 130, 130, 0.4);
}
@media (max-width: 500px) {
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap {
    padding: 12px 8px 12px 6px !important;
    margin: 1px !important;
}
}
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap.smm-post-preview-for-grid-wrap-header-wrap-mobile {
  display: none;
  padding: 12px 6px 12px 6px !important;
}
@media (min-width: 992px) {
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap.smm-post-preview-for-grid-wrap-header-wrap-mobile {
    display: none;
}
}
@media (max-width: 991px) {
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap.smm-post-preview-for-grid-wrap-header-wrap-mobile {
    display: flex;
    top: unset !important;
    bottom: 0 !important;
}
}
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap.smm-post-preview-for-grid-wrap-header-wrap-mobile .smm-post-preview-for-grid-wrap-header-date-mobile {
  display: none;
}
@media (max-width: 991px) {
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap.smm-post-preview-for-grid-wrap-header-wrap-mobile .smm-post-preview-for-grid-wrap-header-date-mobile {
    display: flex !important;
}
}
@media (max-width: 695px) {
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap.smm-post-preview-for-grid-wrap-header-wrap-mobile .smm-post-preview-for-grid-wrap-header {
    justify-content: flex-start !important;
}
}
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-right: 8px;
}
@media (max-width: 695px) {
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header {
    margin-right: 3px;
}
}
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header .smm-post-preview-for-grid-wrap-header-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.165px;
  white-space: nowrap;
  color: #fff !important;
  display: flex;
  align-items: center;
}
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header .smm-post-preview-for-grid-wrap-header-date.color {
  color: #51a6df;
}
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header .smm-post-preview-for-grid-wrap-header-date.color-stories {
  color: #f37021;
}
@media (max-width: 991px) {
}
@media (max-width: 576px) {
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header .smm-post-preview-for-grid-wrap-header-date {
    font-weight: 500;
    font-size: 9px;
    line-height: 18px;
}
}
@media (max-width: 991px) {
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header .smm-post-preview-for-grid-wrap-header-date-wrap {
    display: none;
}
}
@media (max-width: 991px) {
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header .smm-post-preview-for-grid-wrap-header-date-wrap-mobile {
    display: flex !important;
}
}
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
}
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap.smm-post-preview-for-grid-wrap-header-socials {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
}
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap .smm-post-preview-for-grid-wrap-header-socials {
  cursor: pointer;
  margin-right: 4px;
  font-size: 15px;
}
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap .smm-post-preview-for-grid-wrap-header-socials:last-child {
  margin-right: 0;
}
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap .smm-post-preview-for-grid-wrap-header-socials.smm-social-icon-activated {
  border-bottom: 1px solid #f27021;
}
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap .smm-post-preview-for-grid-wrap-header-socials .smm-post-preview-for-grid-wrap-header-socials-icon {
  color: #9c9c9c;
  border-top: 2px solid #d9d9d9;
}
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap .smm-post-preview-for-grid-wrap-header-socials .smm-post-preview-for-grid-wrap-header-socials-icon.isNotActiveIcon {
  border: none;
}
.smm-post-preview-for-grid-wrap-wrap.menu-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap .smm-post-preview-for-grid-wrap-header-socials .smm-post-preview-for-grid-wrap-header-socials-icon.isActiveIcon {
  border-top: none;
  border-left: 2px solid #d9d9d9;
  border-right: 2px solid #d9d9d9;
}
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: calc(100% - 2px);
  margin: 2px;
  padding: 12px 12px 12px 18px;
  background-color: rgba(130, 130, 130, 0.4);
}
@media (max-width: 500px) {
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap {
    padding: 12px 8px 12px 6px !important;
    margin: 1px !important;
}
}
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap.smm-post-preview-for-grid-wrap-header-wrap-mobile {
  display: none;
  padding: 12px 6px 12px 6px !important;
}
@media (min-width: 992px) {
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap.smm-post-preview-for-grid-wrap-header-wrap-mobile {
    display: none;
}
}
@media (max-width: 991px) {
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap.smm-post-preview-for-grid-wrap-header-wrap-mobile {
    display: flex;
    top: unset !important;
    bottom: 0 !important;
}
}
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap.smm-post-preview-for-grid-wrap-header-wrap-mobile .smm-post-preview-for-grid-wrap-header-date-mobile {
  display: none;
}
@media (max-width: 991px) {
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap.smm-post-preview-for-grid-wrap-header-wrap-mobile .smm-post-preview-for-grid-wrap-header-date-mobile {
    display: flex !important;
}
}
@media (max-width: 695px) {
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap.smm-post-preview-for-grid-wrap-header-wrap-mobile .smm-post-preview-for-grid-wrap-header {
    justify-content: flex-start !important;
}
}
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-right: 8px;
}
@media (max-width: 695px) {
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header {
    margin-right: 3px;
}
}
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header .smm-post-preview-for-grid-wrap-header-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.165px;
  white-space: nowrap;
  color: #fff !important;
  display: flex;
  align-items: center;
}
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header .smm-post-preview-for-grid-wrap-header-date.color {
  color: #51a6df;
}
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header .smm-post-preview-for-grid-wrap-header-date.color-stories {
  color: #f37021;
}
@media (max-width: 991px) {
}
@media (max-width: 576px) {
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header .smm-post-preview-for-grid-wrap-header-date {
    font-weight: 500;
    font-size: 9px;
    line-height: 18px;
}
}
@media (max-width: 991px) {
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header .smm-post-preview-for-grid-wrap-header-date-wrap {
    display: none;
}
}
@media (max-width: 991px) {
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header .smm-post-preview-for-grid-wrap-header-date-wrap-mobile {
    display: flex !important;
}
}
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
}
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap.smm-post-preview-for-grid-wrap-header-socials {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
}
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap .smm-post-preview-for-grid-wrap-header-socials {
  cursor: pointer;
  margin-right: 4px;
  font-size: 15px;
}
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap .smm-post-preview-for-grid-wrap-header-socials:last-child {
  margin-right: 0;
}
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap .smm-post-preview-for-grid-wrap-header-socials.smm-social-icon-activated {
  border-bottom: 1px solid #f27021;
}
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap .smm-post-preview-for-grid-wrap-header-socials .smm-post-preview-for-grid-wrap-header-socials-icon {
  color: #9c9c9c;
  border-top: 2px solid #d9d9d9;
}
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap .smm-post-preview-for-grid-wrap-header-socials .smm-post-preview-for-grid-wrap-header-socials-icon.isNotActiveIcon {
  border: none;
}
.smm-post-preview-for-grid-wrap-wrap.social-dialog-active .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap .smm-post-preview-for-grid-wrap-header-socials .smm-post-preview-for-grid-wrap-header-socials-icon.isActiveIcon {
  border-top: none;
  border-left: 2px solid #d9d9d9;
  border-right: 2px solid #d9d9d9;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap {
  aspect-ratio: 0.8;
  height: fit-content;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap .smm-post-preview-for-grid-wrap-header-wrap {
  display: none;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap .smm-post-preview-for-grid-wrap-header-wrap .smm-bulk-checkbox {
  display: none;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: calc(100% - 2px);
  margin: 2px;
  padding: 12px 12px 12px 18px;
  background-color: rgba(130, 130, 130, 0.4);
}
@media (max-width: 500px) {
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap {
    padding: 12px 8px 12px 6px !important;
    margin: 1px !important;
}
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap.smm-post-preview-for-grid-wrap-header-wrap-mobile {
  display: none;
  padding: 12px 6px 12px 6px !important;
}
@media (min-width: 992px) {
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap.smm-post-preview-for-grid-wrap-header-wrap-mobile {
    display: none;
}
}
@media (max-width: 991px) {
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap.smm-post-preview-for-grid-wrap-header-wrap-mobile {
    display: flex;
    top: unset !important;
    bottom: 0 !important;
}
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap.smm-post-preview-for-grid-wrap-header-wrap-mobile .smm-post-preview-for-grid-wrap-header-date-mobile {
  display: none;
}
@media (max-width: 991px) {
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap.smm-post-preview-for-grid-wrap-header-wrap-mobile .smm-post-preview-for-grid-wrap-header-date-mobile {
    display: flex !important;
}
}
@media (max-width: 695px) {
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap.smm-post-preview-for-grid-wrap-header-wrap-mobile .smm-post-preview-for-grid-wrap-header {
    justify-content: flex-start !important;
}
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-right: 8px;
}
@media (max-width: 695px) {
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header {
    margin-right: 3px;
}
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header .smm-post-preview-for-grid-wrap-header-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.165px;
  white-space: nowrap;
  color: #fff !important;
  display: flex;
  align-items: center;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header .smm-post-preview-for-grid-wrap-header-date.color {
  color: #51a6df;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header .smm-post-preview-for-grid-wrap-header-date.color-stories {
  color: #f37021;
}
@media (max-width: 991px) {
}
@media (max-width: 576px) {
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header .smm-post-preview-for-grid-wrap-header-date {
    font-weight: 500;
    font-size: 9px;
    line-height: 18px;
}
}
@media (max-width: 991px) {
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header .smm-post-preview-for-grid-wrap-header-date-wrap {
    display: none;
}
}
@media (max-width: 991px) {
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header .smm-post-preview-for-grid-wrap-header-date-wrap-mobile {
    display: flex !important;
}
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap.smm-post-preview-for-grid-wrap-header-socials {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap .smm-post-preview-for-grid-wrap-header-socials {
  cursor: pointer;
  margin-right: 4px;
  font-size: 15px;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap .smm-post-preview-for-grid-wrap-header-socials:last-child {
  margin-right: 0;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap .smm-post-preview-for-grid-wrap-header-socials.smm-social-icon-activated {
  border-bottom: 1px solid #f27021;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap .smm-post-preview-for-grid-wrap-header-socials .smm-post-preview-for-grid-wrap-header-socials-icon {
  color: #9c9c9c;
  border-top: 2px solid #d9d9d9;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap .smm-post-preview-for-grid-wrap-header-socials .smm-post-preview-for-grid-wrap-header-socials-icon.isNotActiveIcon {
  border: none;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-post-preview-for-grid-wrap-header-wrap .smm-post-preview-for-grid-wrap-header-socials-wrap .smm-post-preview-for-grid-wrap-header-socials .smm-post-preview-for-grid-wrap-header-socials-icon.isActiveIcon {
  border-top: none;
  border-left: 2px solid #d9d9d9;
  border-right: 2px solid #d9d9d9;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap:hover .smm-bulk-checkbox {
  display: flex;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap .smm-post-preview-for-grid-wrap-body {
  height: 100%;
  aspect-ratio: 0.8;
  padding: 1px;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap .smm-post-preview-for-grid-wrap-body .smm-post-preview-for-grid-wrap-body-item {
  aspect-ratio: 0.8;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-content-wrap .smm-post-preview-for-grid-wrap-body .smm-post-preview-for-grid-wrap-body-item .smm-post-preview-for-grid-content {
  transition-duration: 3s;
  transition-timing-function: ease-out;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-component-body {
  overflow: auto !important;
  min-width: 404px;
  border-top: 1px solid #f0f0f0;
  padding-bottom: 8px;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-component-title-wrap {
  display: none !important;
}
.smm-post-preview-for-grid-wrap-wrap .smm-content-for-post {
  background: transparent !important;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-component-body-wrap {
  border-radius: 6px;
  background: transparent !important;
  padding: 0 !important;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-wrap-header-wrap,
.smm-post-preview-for-grid-wrap-wrap .smm-preview-post-component-wrap {
  padding-left: 14px;
  padding-right: 14px;
}
.smm-post-preview-for-grid-wrap-wrap .smm-preview-post-component-wrap {
  margin-top: 12px;
}
.smm-post-preview-for-grid-wrap-wrap .smm-carousel-image,
.smm-post-preview-for-grid-wrap-wrap .smm-carousel-multimedia {
  height: 100% !important;
  width: 100% !important;
  max-width: unset !important;
  max-height: unset !important;
  object-fit: cover !important;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-media-carousel {
  height: 100% !important;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-media-carousel .v-image {
  height: 100% !important;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-media-carousel .smm-carousel .v-window__container {
  height: 100% !important;
}
.smm-post-preview-for-grid-wrap-wrap .smm-post-preview-for-grid-text {
  display: none !important;
}
.smm-post-preview-for-grid-wrap-wrap .smm-more-menu {
  width: 30px;
  height: 30px;
}
.smm-post-preview-for-grid-wrap-wrap .smm-more-menu .v-btn {
  background-color: rgba(255, 255, 255, 0.3) !important;
  width: 30px;
  height: 30px;
}
.smm-post-preview-for-grid-wrap-wrap .smm-more-menu .v-btn:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.smm-post-preview-for-grid-wrap-wrap .smm-more-menu .v-btn:hover .v-btn__content i {
  color: #f37021 !important;
}
.smm-post-preview-for-grid-wrap-wrap .smm-more-menu .v-btn .v-btn__content i {
  color: #fff !important;
}
.smm-post-preview-for-grid-wrap-wrap .smm-more-menu .v-btn .v-btn__content i:hover {
  color: #f37021 !important;
}
.smm-post-preview-for-grid-wrap-wrap .smm-social-network-wrap .social-network .social-network-icon-plus {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.smm-post-preview-for-grid-wrap-wrap .smm-social-network-wrap .social-network .social-network-icon-plus:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.smm-post-preview-for-grid-wrap-wrap .smm-social-network-wrap .social-network .social-network-icon-plus:hover .icon-more {
  color: #f37021 !important;
}
.smm-post-preview-for-grid-wrap-wrap .smm-social-network-wrap .social-network .social-network-icon-plus .icon-more {
  color: #fff !important;
}
.smm-post-preview-for-grid-wrap-wrap .smm-social-network-wrap .social-network .social-network-icon-plus .icon-more:hover {
  color: #f37021 !important;
}
.smm-post-preview-for-grid-wrap-wrap .smm-socila-network-wrap {
  display: none;
}
.smm-post-preview-for-grid-wrap-wrap .smm-socila-network-wrap:first-child {
  display: block !important;
}
@media (max-width: 440px) {
.smm-post-preview-for-grid-wrap-wrap .smm-socila-network-wrap:first-child {
    display: none !important;
}
}

.smm-post-preview-for-grid-wrap {
  height: 100%;
}
.smm-post-preview-for-grid-wrap .smm-post-preview-for-grid {
  height: 100%;
}
.smm-post-preview-for-grid-wrap .smm-post-preview-for-grid .smm-post-preview-for-grid-body {
  height: 100%;
  color: black;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.05);
}
.smm-post-preview-for-grid-wrap .smm-post-preview-for-grid .smm-post-preview-for-grid-body .smm-post-preview-for-grid-text {
  height: 18px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #162a47;
  white-space: pre-wrap;
  word-break: break-word;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
.smm-post-preview-for-grid-wrap .smm-post-preview-for-grid .smm-post-preview-for-grid-body .smm-post-preview-for-grid-text {
    height: 14px;
    font-size: 9px;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}
}
.smm-post-preview-for-grid-wrap .smm-post-preview-for-grid .smm-post-preview-for-grid-body .smm-post-preview-for-grid-media-wrap {
  height: 100%;
}
.smm-post-preview-for-grid-wrap .smm-post-preview-for-grid .smm-post-preview-for-grid-body .smm-post-preview-for-grid-media-wrap .smm-carousel-multimedia {
  height: 100%;
}
@media (max-width: 576px) {
.smm-post-preview-for-grid-wrap .smm-post-preview-for-grid .smm-post-preview-for-grid-body .smm-post-preview-for-grid-media-wrap .smm-post-media-carousel .v-window.smm-carousel .v-window__container .v-window__prev,
  .smm-post-preview-for-grid-wrap .smm-post-preview-for-grid .smm-post-preview-for-grid-body .smm-post-preview-for-grid-media-wrap .smm-post-media-carousel .v-window.smm-carousel .v-window__container .v-window__next {
    display: none;
}
}
.smm-post-preview-for-grid-wrap .smm-post-preview-for-grid .smm-post-preview-for-grid-body .smm-post-preview-for-grid-h4-post {
  font-size: 14px !important;
  cursor: pointer;
  text-decoration: underline;
}

.smm-post-preview {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.smm-post-preview .smm-post-bulk-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  background: #f0f0f0;
  border-radius: 6px;
  margin-bottom: 8px;
  margin-left: 5px;
  margin-right: 8px;
}
.smm-post-preview .smm-post-bulk-actions .smm-post-bulk-actions-left {
  color: #7a7878;
}
.smm-post-preview .smm-post-bulk-actions .smm-post-bulk-actions-right {
  display: flex;
  gap: 8px;
}
.smm-post-preview .smm-post-bulk-actions .smm-post-bulk-actions-right .smm-post-bulk-btn {
  padding: 6px 24px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  background: #fff;
  cursor: pointer;
}
.smm-post-preview .smm-post-bulk-actions .smm-post-bulk-actions-right .smm-post-bulk-btn.draft {
  background: #f37021;
  border-color: #f37021;
  color: white;
}
.smm-post-preview .smm-post-bulk-actions .smm-post-bulk-actions-right .smm-post-bulk-btn.remove {
  background: #f44336;
  border-color: #f44336;
  color: white;
}
.smm-post-preview .smm-post-bulk-actions .smm-post-bulk-actions-right .smm-post-bulk-btn.reject {
  background: #bdbdbd;
  border-color: #bdbdbd;
  color: white;
}
.smm-post-preview .smm-post-bulk-actions .smm-post-bulk-actions-right .smm-post-bulk-btn.approve {
  background: #4caf50;
  border-color: #4caf50;
  color: white;
}
.smm-post-preview .smm-post-bulk-actions .smm-post-bulk-actions-right .smm-post-bulk-btn.clear {
  background: #56a9ef;
  border-color: #56a9ef;
  color: white;
}
.smm-post-preview .smm-post-bulk-actions .smm-post-bulk-actions-right .smm-post-bulk-btn:not(.draft):not(.remove):not(.reject):not(.approve):not(.clear) {
  background: transparent;
  border-color: #d9d9d9;
  color: #7a7878;
}
.smm-post-preview .smm-post-bulk-actions .smm-post-bulk-actions-right .smm-post-bulk-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.smm-post-preview .smm-post-bulk-actions .smm-post-bulk-actions-right .smm-post-bulk-btn:hover {
  background: #f1f1f1;
  border-color: #cfcfcf;
}
.smm-post-preview .smm-post-bulk-actions .smm-post-bulk-actions-right .smm-post-bulk-btn.draft:hover {
  background: #e55a0a;
  border-color: #e55a0a;
}
.smm-post-preview .smm-post-bulk-actions .smm-post-bulk-actions-right .smm-post-bulk-btn.remove:hover {
  background: #d32f2f;
  border-color: #d32f2f;
}
.smm-post-preview .smm-post-bulk-actions .smm-post-bulk-actions-right .smm-post-bulk-btn.reject:hover {
  background: #9e9e9e;
  border-color: #9e9e9e;
}
.smm-post-preview .smm-post-bulk-actions .smm-post-bulk-actions-right .smm-post-bulk-btn.approve:hover {
  background: #45a049;
  border-color: #45a049;
}
.smm-post-preview .smm-post-bulk-actions .smm-post-bulk-actions-right .smm-post-bulk-btn.clear:hover {
  background: #4a8bc7;
  border-color: #4a8bc7;
}
.smm-post-preview .smm-post-bulk-actions .smm-post-bulk-actions-right .smm-post-bulk-btn:not(.draft):not(.remove):not(.reject):not(.approve):not(
            .clear
          ):hover {
  background: #f7f7f7;
  border-color: #cfcfcf;
}
.smm-post-preview .smm-post-list {
  height: 100%;
  position: relative;
}
.smm-post-preview .smm-post-list .smm-posts-no-result {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.smm-post-preview .smm-post-list .smm-post-preview-scrollbar {
  max-height: 300px;
  padding-right: 10px;
}
.smm-post-preview .color-quartz {
  color: #7a7878;
}
.list-mode {
  display: block !important;
}
.smm-post-list-row {
  width: 100%;
  margin-bottom: 8px;
}
.smm-post-list-row:last-child {
  padding-bottom: 42px;
}
.smm-post-list-row:has(> .smm-bulk-checkbox) .smm-post-component-title-wrap {
  padding-left: 62px !important;
}
.smm-post-list-row .smm-bulk-checkbox {
  top: 58px;
}
@media (max-width: 1280px) {
.smm-post-list-row .smm-bulk-checkbox {
    top: 86px;
}
}
.smm-post-list-row .smm-posts-wrap {
  padding-left: 5px;
}
.smm-post-list-row .smm-posts-wrap .smm-post-component-title-wrap {
  border-radius: 6px;
}
.smm-post-preview-draft-block {
  width: 100%;
  margin-bottom: 20px;
}
.smm-post-preview-draft-block:last-child {
  margin-bottom: 0;
}
.smm-post-preview-draft-block:has(.smm-bulk-checkbox) .smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap {
  padding-left: 62px !important;
}
.smm-bulk-checkbox {
  position: absolute;
  top: 14px;
  left: 24px;
  z-index: 20;
  border-radius: 4px;
  padding: 2px 4px;
}
.row.smm-row {
  margin: 0 -2px;
}
.row.smm-row .row-item {
  padding: 2px;
}
.row.smm-row .row-item > div {
  height: 100%;
}
@media (min-width: 468px) {
.row.smm-row {
    margin: 0 -5px;
}
.row.smm-row .row-item {
    padding: 5px;
}
}
.smm-post-preview-for-grid-wrap-row {
  width: 100%;
  padding: 1px !important;
}
@media (max-width: 576px) {
.smm-post-preview-for-grid-wrap-row {
    padding: 0 !important;
}
}
.smm-post-preview-for-grid-wrap-row.col-sm-4,
.smm-post-preview-for-grid-wrap-row.col-12 {
  padding: 8px;
}
.smm-post-preview-for-grid-wrap-row .smm-bulk-checkbox .smm-checkbox-content {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}
.smm-post-preview-for-grid-wrap-row:has(.smm-bulk-checkbox) .smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap {
  padding-left: 62px !important;
}
.smm-post-list-items {
  display: flex;
  flex-wrap: wrap;
}
.smm-post-list-items > div {
  position: relative;
}
@media (max-width: 576px) {
}
.smm-post-list-table {
  margin-bottom: 8px;
  margin-left: 5px;
  margin-right: 8px;
}
.smm-post-list-table .smm-post-list-table-header {
  background: #f0f0f0;
  border-radius: 6px;
  padding: 12px 24px;
  padding-left: 62px;
}
.smm-post-list-table .smm-post-list-table-header .smm-post-list-table-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
  flex-wrap: nowrap;
  text-align: end;
  width: 100%;
}
@media (max-width: 576px) {
.smm-post-list-table .smm-post-list-table-header .smm-post-list-table-header-content {
    display: block;
    font-size: 12px;
}
}
.smm-post-list-table .smm-post-list-table-header .smm-post-list-table-header-content .smm-post-list-table-body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.smm-post-list-table .smm-post-list-table-header .smm-post-list-table-header-content .smm-post-list-table-body .smm-post-list-table-label {
  white-space: nowrap;
  font-weight: 500;
}
.smm-post-list-table .smm-post-list-table-header .smm-post-list-table-header-content .smm-post-list-table-social-networks,
.smm-post-list-table .smm-post-list-table-header .smm-post-list-table-header-content .smm-post-list-table-date-status,
.smm-post-list-table .smm-post-list-table-header .smm-post-list-table-header-content .smm-post-list-table-post-status,
.smm-post-list-table .smm-post-list-table-header .smm-post-list-table-header-content .smm-post-list-table-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.smm-post-list-table .smm-post-list-table-header .smm-post-list-table-header-content .smm-post-list-table-social-networks .smm-post-list-table-label,
.smm-post-list-table .smm-post-list-table-header .smm-post-list-table-header-content .smm-post-list-table-date-status .smm-post-list-table-label,
.smm-post-list-table .smm-post-list-table-header .smm-post-list-table-header-content .smm-post-list-table-post-status .smm-post-list-table-label,
.smm-post-list-table .smm-post-list-table-header .smm-post-list-table-header-content .smm-post-list-table-actions .smm-post-list-table-label {
  white-space: nowrap;
  font-weight: 500;
}
.smm-post-list-table .smm-post-list-table-header .smm-post-list-table-header-content .smm-post-list-table-actions {
  margin-right: 30px;
}
.smm-post-list-table .smm-post-list-table-header .smm-post-list-table-header-content .smm-post-list-table-social-networks {
  margin-right: 0 !important;
  margin-left: 12px !important;
}
.smm-post-list-table .smm-post-list-table-header .smm-post-list-table-header-content .smm-post-list-table-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.smm-post-list-table .smm-post-list-table-header .smm-post-list-table-header-content .smm-post-list-table-menu .smm-post-list-table-label {
  white-space: nowrap;
  font-weight: 500;
}
.smm-post-list-table .smm-post-list-table-header .smm-post-list-table-header-content .smm-post-list-table-date-status {
  flex-wrap: nowrap;
  width: 290px !important;
  margin-left: 40px !important;
}

.smm-component-for-post-icons-wrap .smm-component-for-post-icons .smm-component-for-post-icons-bs-col {
  padding-right: 0px;
  padding-left: 0px;
}
.smm-component-for-post-icons-wrap .smm-component-for-post-icons .smm-component-for-post-icons-bs-col .smm-component-for-post-icons-block {
  display: flex;
}
.smm-component-for-post-icons-wrap .smm-component-for-post-icons .smm-component-for-post-icons-bs-col .smm-component-for-post-icons-block .smm-component-for-post-icons-items {
  margin-right: 24px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.smm-component-for-post-icons-wrap .smm-component-for-post-icons .smm-component-for-post-icons-bs-col .smm-component-for-post-icons-block .smm-component-for-post-icons-items .smm-component-for-post-icons-items-count {
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  margin-left: 4px;
}

.smm-content-for-post-wrap {
  position: relative;
}
.smm-content-for-post-wrap .smm-content-for-post {
  color: black;
  height: auto;
  background: #f0f0f0;
  width: 100%;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
  flex-direction: column;
}
.smm-content-for-post-wrap .smm-content-for-post.show {
  display: flex;
}
.smm-content-for-post-wrap .smm-content-for-post .smm-content-for-post-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #162a47;
  white-space: pre-wrap;
  word-break: break-word;
}
.smm-content-for-post-wrap .smm-content-for-post .smm-content-for-post-h4-post {
  font-size: 14px !important;
  cursor: pointer;
  text-decoration: underline;
}
.smm-content-for-post-wrap .smm-content-for-post-discussion {
  position: absolute;
  display: flex;
  align-items: center;
  right: 20px;
}
.smm-content-for-post-wrap .smm-content-for-post-discussion .smm-content-for-post-discussion-icon {
  color: #7a7878;
  font-size: 14px;
  margin-right: 20px;
}

.smm-content-for-post-wrap {
  position: relative;
}
.smm-content-for-post-wrap .smm-content-for-post {
  color: black;
  height: auto;
  background: #f0f0f0;
  width: 100%;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
  flex-direction: column;
}
.smm-content-for-post-wrap .smm-content-for-post.show {
  display: flex;
}
.smm-content-for-post-wrap .smm-content-for-post .smm-content-for-post-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #162a47;
  white-space: pre-wrap;
  word-break: break-word;
}
.smm-content-for-post-wrap .smm-content-for-post .smm-content-for-post-text-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  opacity: 0.6;
  width: 100%;
}
.smm-content-for-post-wrap .smm-content-for-post .smm-content-for-post-text-placeholder .placeholder-text {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #9e9e9e;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}
.smm-content-for-post-wrap .smm-content-for-post .smm-content-for-post-h4-post {
  font-size: 14px !important;
  cursor: pointer;
  text-decoration: underline;
}
.smm-content-for-post-wrap .smm-content-for-post-discussion {
  position: absolute;
  display: flex;
  align-items: center;
  right: 20px;
}
.smm-content-for-post-wrap .smm-content-for-post-discussion .smm-content-for-post-discussion-icon {
  color: #7a7878;
  font-size: 14px;
  margin-right: 20px;
}

.smm-media-for-post-wrap .smm-media-for-post-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 8px;
  min-height: 100px;
  width: 100%;
}
.smm-media-for-post-wrap .smm-media-for-post-placeholder .placeholder-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
}
.smm-media-for-post-wrap .smm-media-for-post {
  margin-top: 16px;
  margin-bottom: 8px;
  padding: 0;
  width: 100%;
  min-height: 155px;
}
.smm-media-for-post-wrap .smm-media-for-post.isImage {
  margin-bottom: 8px;
  margin-top: 0;
  padding: 0;
}
.smm-media-for-post-wrap .smm-media-for-post .smm-media-for-post-image {
  margin-right: 4px;
  width: 100%;
  margin-bottom: -4px;
  cursor: pointer;
}
.smm-media-for-post-wrap .smm-media-for-post .smm-media-for-post-video {
  width: 100%;
  cursor: pointer;
}
.smm-media-for-post-wrap .smm-media-for-post .smm-media-for-post-row {
  padding: 0;
  margin-left: -2px;
  margin-right: -2px;
  margin-top: 7px;
}
.smm-media-for-post-wrap .smm-media-for-post .smm-media-for-post-row .img-small {
  cursor: pointer;
  min-height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 2px;
  height: 100px;
}
.smm-media-for-post-wrap .modal-preview-media {
  position: fixed;
  z-index: 1000;
  padding-top: 70px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.smm-media-for-post-wrap .modal-preview-media .close-modal-media {
  position: absolute;
  top: 115px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.smm-media-for-post-wrap .modal-preview-media .close-modal-media:hover,
.smm-media-for-post-wrap .modal-preview-media .close-modal-media:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.smm-media-for-post-wrap .modal-preview-media .modal-content-preview-media {
  margin: auto;
  display: block;
  width: auto;
  max-width: 700px;
  height: calc(100% - 6.5rem);
  margin-top: 3.5rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 700px) {
.smm-media-for-post-wrap .modal-preview-media .modal-content-preview-media {
    width: 100%;
}
}
.timeShow {
  margin: 8px;
  padding: 0 7px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  right: 8px;
  z-index: 5;
  color: #fff;
  font-size: 12.5px;
  line-height: 23px;
  height: 23px;
  white-space: nowrap;
}

.smm-content-for-post-wrap .post-poll {
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 25px;
}
.smm-content-for-post-wrap .post-poll .theme {
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 25px;
  padding: 25px;
  word-break: break-word;
}
.smm-content-for-post-wrap .post-poll .options {
  font-size: 14px;
  color: black;
  border-radius: 4px;
  background: #e1e1e1;
  word-break: break-word;
  min-height: 30px;
  padding: 5px 0;
  text-align: left;
  cursor: pointer;
}

.smm-more-text-control .es-smm-more-scrollbar {
  max-height: 80vh;
  padding-right: 10px;
}
@media (min-width: 576px) {
.smm-more-text-control .es-smm-more-scrollbar {
    max-height: 50vh;
}
}
.smm-more-text-control .smm-more-text {
  color: #162a47;
  font-size: 15px;
  line-height: 18px;
  white-space: pre-wrap;
  padding-right: 15px;
}
.smm-more-text-control .smm-more-edit-button {
  margin-top: 10px;
  color: #f37021;
  font-size: 15px;
  line-height: 18px;
  text-decoration-line: underline;
  cursor: pointer;
  user-select: none;
  width: fit-content;
}
.smm-more-text-control .smm-more-edit-button:hover {
  text-decoration-line: none;
}

.smm-post-chronicle {
  display: flex;
  align-items: center;
}
.smm-post-chronicle .smm-post-chronicle-item {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
@media (min-width: 576px) {
.smm-post-chronicle .smm-post-chronicle-item {
    margin-left: 25px;
}
}
.smm-post-chronicle .smm-post-chronicle-item:first-child {
  margin-left: 0;
}
.smm-post-chronicle .smm-post-chronicle-item .smm-chronicle-icon {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #c4c4c4;
}
.smm-post-chronicle .smm-post-chronicle-item .smm-chronicle-icon.smm-chronicle-active {
  color: #f37021;
}
.smm-post-chronicle .smm-post-chronicle-item .smm-chronicle-info {
  font-size: 14px;
  line-height: 17px;
  color: #000;
  padding-left: 5px;
}

.smm-post-component-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-post-component-wrap .smm-post-component {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap {
  height: 52px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  padding-left: 24px !important;
}
@media (max-width: 576px) {
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap {
    height: fit-content;
}
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap:has(.smm-bulk-checkbox) {
  padding-left: 62px !important;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap {
  font-weight: 400;
  display: flex;
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
  flex-wrap: nowrap;
  text-align: end;
  width: 100%;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-title-social-networks-wrap {
  min-width: 1px;
  display: flex;
  flex-grow: 1;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-title-social-networks-wrap > div {
  margin-right: 5px;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-title-social-networks-wrap > div:last-child {
  margin-right: 0;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-title-social-networks-wrap .no-social-networks-text {
  color: #7a7878;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap {
    display: block;
    font-size: 12px;
}
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content {
  flex-wrap: nowrap;
  display: flex;
  margin: 0 20px;
  align-items: center;
}
@media (max-width: 576px) {
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content {
    flex-wrap: wrap;
    margin: 8px 0 0 0;
}
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content.color {
  color: #51a6df;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content.color-stories {
  color: #f37021;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content .smm-post-component-status-wrap {
  display: flex;
  margin-right: 4px;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content .smm-post-component-status-wrap .smm-post-component-status {
  white-space: nowrap;
  margin-right: 4px;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content .smm-post-component-status-wrap .smm-post-component-date {
  white-space: nowrap;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content .smm-post-component-date-сreated {
  white-space: nowrap;
}
@media (max-width: 576px) {
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content .smm-post-component-date-сreated {
    margin: 0;
}
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content .smm-post-copy-link-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-right: 1rem;
  margin-top: 1px;
  color: #7a7878;
  transition: color 0.2s ease;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content .smm-post-copy-link-btn:hover {
  color: #51a6df;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content .smm-post-copy-link-btn i {
  font-size: 14px;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-body-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #f0f0f0;
  padding: 26px 24px;
  margin-top: 2px;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-body-wrap .smm-post-component-body {
  height: 100%;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-body-wrap .smm-post-component-body .smm-post-component-body-content {
  width: 100%;
  height: 100%;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-body-wrap .smm-post-component-body .smm-post-component-body-topics {
  display: flex;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-body-wrap .smm-post-component-body .smm-post-component-body-topics > div {
  margin: 2px;
}
.icon-link {
  font-size: 12px !important;
}
.icon-link::before {
  content: "";
  display: inline-block;
  width: 12px !important;
  height: 12px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.1261 1.87427C19.6264 -0.624756 15.574 -0.624756 13.075 1.87427L9.50381 5.44409C9.78652 5.41334 10.0722 5.40012 10.3593 5.40012C11.2631 5.40012 12.1419 5.5437 12.9739 5.82051L14.9976 3.79756C15.6926 3.10177 16.6169 2.71945 17.5998 2.71945C18.5828 2.71945 19.5071 3.10177 20.2022 3.79756C20.8972 4.49189 21.2794 5.41474 21.2794 6.3991C21.2794 7.382 20.8972 8.30631 20.2022 9.00064L16.2428 12.9601C15.5478 13.6559 14.6234 14.0382 13.6405 14.0382C12.6561 14.0382 11.7333 13.6559 11.0376 12.9601C10.6992 12.6232 10.4355 12.2306 10.2539 11.8028C9.80269 11.8277 9.38085 12.0152 9.05858 12.3374L8.00391 13.3935C8.29248 13.9281 8.66308 14.4321 9.11427 14.8848C11.6132 17.3839 15.6664 17.3839 18.166 14.8848L22.1262 10.9239C24.6244 8.425 24.6244 4.37329 22.1261 1.87427Z' fill='currentColor'/%3E%3Cpath d='M13.6831 18.5982C12.7778 18.5982 11.8902 18.4517 11.0392 18.1631L9.0016 20.2008C8.30727 20.8966 7.38301 21.2789 6.40011 21.2789C5.41721 21.2789 4.4944 20.8966 3.79857 20.2008C3.10278 19.5064 2.72046 18.5822 2.72046 17.5993C2.72046 16.6163 3.10278 15.692 3.79857 14.9963L7.75797 11.0369C8.45376 10.3425 9.37661 9.96021 10.3595 9.96021C11.3439 9.96021 12.2667 10.3425 12.9617 11.0369C13.3002 11.3752 13.5644 11.7678 13.7469 12.1955C14.1995 12.1721 14.6221 11.9831 14.9444 11.6609L15.9976 10.6062C15.709 10.07 15.3377 9.56616 14.8858 9.11353C12.3868 6.6145 8.33371 6.6145 5.83473 9.11353L1.87532 13.0744C-0.625108 15.5736 -0.625108 19.6251 1.87532 22.1256C4.3743 24.6247 8.42601 24.6247 10.9249 22.1256L14.4903 18.5602C14.2244 18.585 13.9556 18.5983 13.6846 18.5983L13.6831 18.5982Z' fill='currentColor'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.v-responsive__content {
  width: 100% !important;
}

.smm-post-discussion-control {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}
@media (min-width: 576px) {
.smm-post-discussion-control {
    margin-top: 0px;
}
}
.smm-post-discussion-control .smm-post-discussion {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
}
.smm-post-discussion-control .smm-post-discussion .smm-discussion-label {
  color: #7a7878;
  font-size: 12px;
  line-height: 15px;
  transition: 0.15s;
}
@media (max-width: 399px) {
.smm-post-discussion-control .smm-post-discussion .smm-discussion-label {
    display: none;
}
}
.smm-post-discussion-control .smm-post-discussion .smm-discussion-icon {
  color: #7a7878;
  cursor: pointer;
  font-size: 16px;
  margin-left: 8px;
  transition: 0.15s;
}
.smm-post-discussion-control .smm-post-discussion .smm-comment-exist {
  width: 8px;
  height: 6px;
  background-color: #f37021;
  display: block;
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.smm-post-discussion-control .smm-post-discussion:hover .smm-discussion-label,
.smm-post-discussion-control .smm-post-discussion:hover .smm-discussion-icon {
  color: #f37021;
}

.smm-post-list-row:has(.smm-bulk-checkbox) .smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap {
  padding-left: 62px !important;
}
.smm-post-component-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-post-component-wrap .smm-post-component {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap {
  height: 52px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  padding-left: 24px !important;
}
@media (max-width: 576px) {
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap {
    height: fit-content;
}
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap:has(.smm-bulk-checkbox) {
  padding-left: 62px !important;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap {
  font-weight: 400;
  display: flex;
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
  flex-wrap: nowrap;
  text-align: end;
  width: 100%;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-title-social-networks-wrap {
  min-width: 1px;
  display: flex;
  flex-grow: 1;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-title-social-networks-wrap > div {
  margin-right: 5px;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-title-social-networks-wrap > div:last-child {
  margin-right: 0;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-title-social-networks-wrap .no-social-networks-text {
  color: #7a7878;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 576px) {
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap {
    display: block;
    font-size: 12px;
}
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content {
  flex-wrap: nowrap;
  display: flex;
  margin: 0 20px;
  align-items: center;
}
@media (max-width: 576px) {
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content {
    flex-wrap: wrap;
    margin: 8px 0 0 0;
}
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content.color {
  color: #51a6df;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content.color-stories {
  color: #f37021;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content .smm-post-component-status-wrap {
  display: flex;
  margin-right: 4px;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content .smm-post-component-status-wrap .smm-post-component-status {
  white-space: nowrap;
  margin-right: 4px;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content .smm-post-component-status-wrap .smm-post-component-date {
  white-space: nowrap;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content .smm-post-component-date-сreated {
  white-space: nowrap;
}
@media (max-width: 576px) {
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content .smm-post-component-date-сreated {
    margin: 0;
}
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content .smm-post-copy-link-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-right: 1rem;
  margin-top: 1px;
  color: #7a7878;
  transition: color 0.2s ease;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content .smm-post-copy-link-btn:hover {
  color: #51a6df;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content .smm-post-copy-link-btn i {
  font-size: 14px;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-body-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #f0f0f0;
  padding: 26px 24px;
  margin-top: 2px;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-body-wrap .smm-post-component-body {
  height: 100%;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-body-wrap .smm-post-component-body .smm-post-component-body-content {
  width: 100%;
  height: 100%;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-body-wrap .smm-post-component-body .smm-post-component-body-topics {
  display: flex;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.smm-post-component-wrap .smm-post-component .smm-post-component-body-wrap .smm-post-component-body .smm-post-component-body-topics > div {
  margin: 2px;
}
.v-responsive__content {
  width: 100% !important;
}
.smm-post-list-component-wrap .smm-post-list-component .smm-post-component-title-wrap {
  height: 140px;
}
@media (max-width: 1280px) {
.smm-post-list-component-wrap .smm-post-list-component .smm-post-component-title-wrap {
    height: 200px !important;
}
}
.smm-post-list-component-wrap .smm-post-list-component .smm-post-component-title-wrap .smm-post-list-component-data-wrap {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1280px) {
.smm-post-list-component-wrap .smm-post-list-component .smm-post-component-title-wrap .smm-post-list-component-data-wrap {
    display: flex;
    flex-wrap: wrap;
}
}
.smm-post-list-component-wrap .smm-post-list-component .smm-post-component-title-wrap .smm-post-list-component-data-wrap .smm-post-component-title-social-networks-wrap {
  flex-grow: unset !important;
  min-width: 71px;
  width: 112px;
  display: flex;
  justify-content: center;
}
.smm-post-list-component-wrap .smm-post-list-component .smm-post-component-title-wrap .smm-post-list-component-body {
  min-height: 50px !important;
  max-height: 100px !important;
  overflow: hidden;
  max-width: 450px !important;
  width: 100%;
}
@media (max-width: 1280px) {
.smm-post-list-component-wrap .smm-post-list-component .smm-post-component-title-wrap .smm-post-list-component-body:first-child {
    order: 2;
}
}
@media (max-width: 1280px) {
.smm-post-list-component-wrap .smm-post-list-component .smm-post-component-title-wrap .smm-post-list-component-body:not(:first-child) {
    order: 1;
}
}
@media (max-width: 1280px) {
.smm-post-list-component-wrap .smm-post-list-component .smm-post-component-title-wrap .smm-post-list-component-body {
    width: 100%;
    margin-top: 2rem;
    max-width: unset !important;
}
}
.smm-post-list-component-wrap .smm-post-list-component .smm-post-component-title-wrap .smm-post-list-component-body .smm-content-for-post {
  display: flex !important;
  flex-direction: unset !important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
.smm-post-list-component-wrap .smm-post-list-component .smm-post-component-title-wrap .smm-post-list-component-body .smm-content-for-post {
    order: 2 !important;
    justify-content: space-between;
}
}
.smm-post-list-component-wrap .smm-post-list-component .smm-post-component-title-wrap .smm-post-list-component-body .smm-content-for-post .smm-content-for-post-h4-post {
  display: none;
}
.smm-post-list-component-wrap .smm-post-list-component .smm-post-component-title-wrap .smm-post-list-component-body .smm-content-for-post .smm-media-for-post-wrap {
  order: 1;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  margin-right: 3rem;
}
.smm-post-list-component-wrap .smm-post-list-component .smm-post-component-title-wrap .smm-post-list-component-body .smm-content-for-post .smm-media-for-post-wrap .smm-media-for-post {
  min-height: unset !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
}
.smm-post-list-component-wrap .smm-post-list-component .smm-post-component-title-wrap .smm-post-list-component-body .smm-content-for-post .smm-media-for-post-wrap .smm-media-for-post img,
.smm-post-list-component-wrap .smm-post-list-component .smm-post-component-title-wrap .smm-post-list-component-body .smm-content-for-post .smm-media-for-post-wrap .smm-media-for-post video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smm-post-list-component-wrap .smm-post-list-component .smm-post-component-title-wrap .smm-post-list-component-body .smm-content-for-post .smm-content-for-post-text-wrap {
  order: 2;
  max-width: 70%;
  min-width: 300px;
  width: auto;
  display: flex;
  align-items: center;
  justify-items: center;
  max-height: 100px;
  height: 100px;
  overflow: hidden;
}
@media (max-width: 1400px) {
.smm-post-list-component-wrap .smm-post-list-component .smm-post-component-title-wrap .smm-post-list-component-body .smm-content-for-post .smm-content-for-post-text-wrap {
    min-width: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    height: 100px;
    overflow: hidden;
}
}
@media (max-width: 1280px) {
.smm-post-list-component-wrap .smm-post-list-component .smm-post-component-title-wrap .smm-post-list-component-body .smm-content-for-post .smm-content-for-post-text-wrap {
    min-width: unset;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100px;
    overflow: hidden;
}
}
.smm-post-list-component-wrap .smm-post-list-component .smm-post-component-title-wrap .smm-post-list-component-body .smm-content-for-post .smm-content-for-post-text-wrap .smm-content-for-post-text {
  text-align: left;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}
.smm-post-list-component-wrap .smm-post-component-date-wrap-content {
  min-width: 290px;
  display: flex;
  justify-content: center;
}
.status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.status-icon .icon-posts {
  font-size: 8px;
  color: white;
  width: 16px;
  height: 16px;
  background-color: #f39c12;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-card:has(.smm-discussions-component-wrap).v-card .v-card__title.modal-header,
.modal-card:has(.wrap-smm-content-block-task).v-card .v-card__title.modal-header,
.modal-card:has(.wrap-smm-post-task).v-card .v-card__title.modal-header {
  background-color: unset !important;
}
.modal-card:has(.smm-discussions-component-wrap).v-card .v-card__text.modal-content,
.modal-card:has(.wrap-smm-content-block-task).v-card .v-card__text.modal-content,
.modal-card:has(.wrap-smm-post-task).v-card .v-card__text.modal-content {
  height: auto !important;
  box-shadow: none !important;
  border: none !important;
}
.modal-card:has(.smm-discussions-component-wrap).v-card .v-card__text.modal-content .smm-discussions-component-wrap,
.modal-card:has(.wrap-smm-content-block-task).v-card .v-card__text.modal-content .smm-discussions-component-wrap,
.modal-card:has(.wrap-smm-post-task).v-card .v-card__text.modal-content .smm-discussions-component-wrap,
.modal-card:has(.smm-discussions-component-wrap).v-card .v-card__text.modal-content .wrap-smm-content-block-task,
.modal-card:has(.wrap-smm-content-block-task).v-card .v-card__text.modal-content .wrap-smm-content-block-task,
.modal-card:has(.wrap-smm-post-task).v-card .v-card__text.modal-content .wrap-smm-content-block-task,
.modal-card:has(.smm-discussions-component-wrap).v-card .v-card__text.modal-content .wrap-smm-post-task,
.modal-card:has(.wrap-smm-content-block-task).v-card .v-card__text.modal-content .wrap-smm-post-task,
.modal-card:has(.wrap-smm-post-task).v-card .v-card__text.modal-content .wrap-smm-post-task {
  height: 100%;
}
.modal-card:has(.smm-discussions-component-wrap).v-card .v-card__text.modal-content .smm-input-message-block,
.modal-card:has(.wrap-smm-content-block-task).v-card .v-card__text.modal-content .smm-input-message-block,
.modal-card:has(.wrap-smm-post-task).v-card .v-card__text.modal-content .smm-input-message-block {
  background-color: unset !important;
}
.icon-link {
  font-size: 12px !important;
}
.icon-link::before {
  content: "";
  display: inline-block;
  width: 12px !important;
  height: 12px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.1261 1.87427C19.6264 -0.624756 15.574 -0.624756 13.075 1.87427L9.50381 5.44409C9.78652 5.41334 10.0722 5.40012 10.3593 5.40012C11.2631 5.40012 12.1419 5.5437 12.9739 5.82051L14.9976 3.79756C15.6926 3.10177 16.6169 2.71945 17.5998 2.71945C18.5828 2.71945 19.5071 3.10177 20.2022 3.79756C20.8972 4.49189 21.2794 5.41474 21.2794 6.3991C21.2794 7.382 20.8972 8.30631 20.2022 9.00064L16.2428 12.9601C15.5478 13.6559 14.6234 14.0382 13.6405 14.0382C12.6561 14.0382 11.7333 13.6559 11.0376 12.9601C10.6992 12.6232 10.4355 12.2306 10.2539 11.8028C9.80269 11.8277 9.38085 12.0152 9.05858 12.3374L8.00391 13.3935C8.29248 13.9281 8.66308 14.4321 9.11427 14.8848C11.6132 17.3839 15.6664 17.3839 18.166 14.8848L22.1262 10.9239C24.6244 8.425 24.6244 4.37329 22.1261 1.87427Z' fill='currentColor'/%3E%3Cpath d='M13.6831 18.5982C12.7778 18.5982 11.8902 18.4517 11.0392 18.1631L9.0016 20.2008C8.30727 20.8966 7.38301 21.2789 6.40011 21.2789C5.41721 21.2789 4.4944 20.8966 3.79857 20.2008C3.10278 19.5064 2.72046 18.5822 2.72046 17.5993C2.72046 16.6163 3.10278 15.692 3.79857 14.9963L7.75797 11.0369C8.45376 10.3425 9.37661 9.96021 10.3595 9.96021C11.3439 9.96021 12.2667 10.3425 12.9617 11.0369C13.3002 11.3752 13.5644 11.7678 13.7469 12.1955C14.1995 12.1721 14.6221 11.9831 14.9444 11.6609L15.9976 10.6062C15.709 10.07 15.3377 9.56616 14.8858 9.11353C12.3868 6.6145 8.33371 6.6145 5.83473 9.11353L1.87532 13.0744C-0.625108 15.5736 -0.625108 19.6251 1.87532 22.1256C4.3743 24.6247 8.42601 24.6247 10.9249 22.1256L14.4903 18.5602C14.2244 18.585 13.9556 18.5983 13.6846 18.5983L13.6831 18.5982Z' fill='currentColor'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
}

.list-mode .smm-post-content {
  min-height: unset !important;
  max-width: 100% !important;
}
.list-mode .smm-posts-wrap {
  padding-left: 5px;
}
@media (min-width: 1440px) {
.list-mode .smm-posts-wrap .smm-posts-wrap-body {
    display: flex;
    justify-content: space-between;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-body > div:first-child {
    margin-bottom: 0;
    margin-right: 1px;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-body > div:last-child {
    margin-top: 0;
    margin-left: 1px;
}
}
@media (max-width: 1439px) {
.list-mode .smm-posts-wrap .smm-posts-wrap-body > div:first-child {
    margin-bottom: 2px;
    margin-right: 0;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-body > div:last-child {
    margin-top: 2px;
    margin-left: 0;
}
}
.list-mode .smm-posts-wrap .smm-posts-wrap-body .smm-post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  background-color: #fff;
  border-radius: 0 12px 12px 0;
  min-height: 824px;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-body .smm-post-content .v-window {
  padding: 0;
}
@media (min-width: 1440px) {
.list-mode .smm-posts-wrap .smm-posts-wrap-body .smm-post-content {
    max-width: calc(48% - 1px);
}
}
.list-mode .smm-posts-wrap .smm-posts-wrap-body .smm-post-action-block {
  width: auto;
  max-width: 240px;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-body .smm-post-action-block .v-window {
  padding: 0 10px 10px;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-body .smm-post-action-block .wrap-smm-post-action .smm-post-action .smm-tabs-component {
  background-color: #f0f0f0;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-body .smm-post-action-block .wrap-smm-post-action .smm-post-action .smm-tabs-component .v-slide-group__content {
  border-bottom: 2px solid #ffffff;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-body .smm-post-action-block .wrap-smm-post-action .smm-post-action .smm-tabs-component .theme--light.v-tabs > .v-tabs-bar {
  background: #f0f0f0;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-body .smm-post-action-block .wrap-smm-post-action .smm-post-action .smm-tabs-component .theme--light.v-tabs-items {
  background-color: #f0f0f0;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-footer {
  padding: 12px 24px;
  height: auto;
  background: #f0f0f0;
  width: 100%;
  margin-top: 1px;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .container-aproval {
  display: flex;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .container-aproval .btn-aproval {
  margin-left: auto;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .reason-rejection-wrap {
  display: flex;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .reason-rejection-wrap .reason-rejection {
  width: 145px;
  font-size: 14px;
  color: #f37021;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .reason-rejection-wrap .reason {
  margin-left: 8px;
  color: #7a7878;
  font-size: 14px;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .waiting-for-confirmation-wrap {
  padding-right: 0px;
  padding-left: 0px;
  align-self: center;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .waiting-for-confirmation-wrap .waiting-for-confirmation {
  color: #162a47;
  font-size: 14px;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .waiting-for-confirmation-wrap .waiting-for-confirmation > span {
  color: #f37021;
  font-weight: bolder;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .smm-posts-wrap-footer-btns {
  padding-right: 0px;
  padding-left: 0px;
  display: flex;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .smm-posts-wrap-footer-btns .btn-reject {
  font-size: 14px;
  width: 150px;
  margin-left: auto;
  margin-right: 10px;
  background: #ffffff;
  color: #162a47;
}
.list-mode .smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .smm-posts-wrap-footer-btns .btn-confirm {
  font-size: 14px;
  width: 150px;
  background: #f37021;
  color: #fff;
}

.smm-post-poll-control {
  display: flex;
}
.smm-post-poll-control .smm-post-poll-block {
  max-width: 327px;
  width: 100%;
}
.smm-post-poll-control .smm-post-poll-block .smm-post-poll-title {
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
  white-space: break-spaces;
}
.smm-post-poll-control .smm-post-poll-block .smm-post-poll-options .smm-post-poll-option-item {
  font-size: 14px;
  line-height: 17px;
  color: black;
  border-radius: 4px;
  background: #e1e1e1;
  text-align: left;
  padding: 10px 15px;
  margin-bottom: 5px;
}
.smm-post-poll-control .smm-post-poll-block .smm-post-poll-options .smm-post-poll-option-item:last-child {
  margin-bottom: 0;
}

.smm-posts-wrap {
  padding-left: 5px;
}
@media (min-width: 1440px) {
.smm-posts-wrap .smm-posts-wrap-body {
    display: flex;
    justify-content: space-between;
}
.smm-posts-wrap .smm-posts-wrap-body > div:first-child {
    margin-bottom: 0;
    margin-right: 1px;
}
.smm-posts-wrap .smm-posts-wrap-body > div:last-child {
    margin-top: 0;
    margin-left: 1px;
}
}
@media (max-width: 1439px) {
.smm-posts-wrap .smm-posts-wrap-body > div:first-child {
    margin-bottom: 2px;
    margin-right: 0;
}
.smm-posts-wrap .smm-posts-wrap-body > div:last-child {
    margin-top: 2px;
    margin-left: 0;
}
}
.smm-posts-wrap .smm-posts-wrap-body .smm-post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  background-color: #fff;
  border-radius: 0 12px 12px 0;
  min-height: 824px;
}
.smm-posts-wrap .smm-posts-wrap-body .smm-post-content .v-window {
  padding: 0;
}
@media (min-width: 1440px) {
.smm-posts-wrap .smm-posts-wrap-body .smm-post-content {
    max-width: calc(58% - 1px);
}
}
.smm-posts-wrap .smm-posts-wrap-body .smm-post-action-block {
  width: 100%;
}
@media (min-width: 1440px) {
.smm-posts-wrap .smm-posts-wrap-body .smm-post-action-block {
    max-width: 42%;
}
}
.smm-posts-wrap .smm-posts-wrap-body .smm-post-action-block .v-window {
  padding: 0 10px 10px;
}
.smm-posts-wrap .smm-posts-wrap-body .smm-post-action-block .wrap-smm-post-action .smm-post-action .smm-tabs-component {
  background-color: #f0f0f0;
}
.smm-posts-wrap .smm-posts-wrap-body .smm-post-action-block .wrap-smm-post-action .smm-post-action .smm-tabs-component .v-slide-group__content {
  border-bottom: 2px solid #ffffff;
}
.smm-posts-wrap .smm-posts-wrap-body .smm-post-action-block .wrap-smm-post-action .smm-post-action .smm-tabs-component .theme--light.v-tabs > .v-tabs-bar {
  background: #f0f0f0;
}
.smm-posts-wrap .smm-posts-wrap-body .smm-post-action-block .wrap-smm-post-action .smm-post-action .smm-tabs-component .theme--light.v-tabs-items {
  background-color: #f0f0f0;
}
.smm-posts-wrap .smm-posts-wrap-footer {
  padding: 12px 24px;
  height: auto;
  background: #f0f0f0;
  width: 100%;
  margin-top: 1px;
}
.smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .container-aproval {
  display: flex;
}
.smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .container-aproval .btn-aproval {
  margin-left: auto;
}
.smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .reason-rejection-wrap {
  display: flex;
}
.smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .reason-rejection-wrap .reason-rejection {
  width: 145px;
  font-size: 14px;
  color: #f37021;
}
.smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .reason-rejection-wrap .reason {
  margin-left: 8px;
  color: #7a7878;
  font-size: 14px;
}
.smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .waiting-for-confirmation-wrap {
  padding-right: 0px;
  padding-left: 0px;
  align-self: center;
}
.smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .waiting-for-confirmation-wrap .waiting-for-confirmation {
  color: #162a47;
  font-size: 14px;
}
.smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .waiting-for-confirmation-wrap .waiting-for-confirmation > span {
  color: #f37021;
  font-weight: bolder;
}
.smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .smm-posts-wrap-footer-btns {
  padding-right: 0px;
  padding-left: 0px;
  display: flex;
}
.smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .smm-posts-wrap-footer-btns .btn-reject {
  font-size: 14px;
  width: 150px;
  margin-left: auto;
  margin-right: 10px;
  background: #ffffff;
  color: #162a47;
}
.smm-posts-wrap .smm-posts-wrap-footer .smm-posts-wrap-footer-row .smm-posts-wrap-footer-btns .btn-confirm {
  font-size: 14px;
  width: 150px;
  background: #f37021;
  color: #fff;
}

.smm-socila-network-wrap {
  cursor: pointer;
}
.smm-socila-network-wrap .smm-socila-network {
  display: flex;
  align-items: center;
}
.smm-socila-network-wrap .smm-socila-network.isActive {
  border-bottom: 1px solid #f37021;
  padding-bottom: 4px;
}
.smm-socila-network-wrap .smm-socila-network.isActiveLeft {
  border-left: 1px solid #f37021;
  padding-left: 4px;
}
.smm-socila-network-wrap .smm-socila-network .smm-socila-network-wrap-content {
  display: flex;
  align-items: flex-end;
  margin-right: 5px;
}
.smm-socila-network-wrap .smm-socila-network .smm-socila-network-wrap-content > div {
  position: relative;
}
.smm-socila-network-wrap .smm-socila-network .smm-socila-network-wrap-content .smm-socila-network-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  margin-left: -11.5px;
}

.smm-socila-network-checkbox-wrap {
  cursor: pointer;
}
.smm-socila-network-checkbox-wrap .smm-socila-network-checkbox {
  display: flex;
  align-items: center;
}
.smm-socila-network-checkbox-wrap .smm-socila-network-checkbox .smm-socila-network-wrap {
  display: flex;
  align-items: flex-end;
  margin-right: 5px;
}
.smm-socila-network-checkbox-wrap .smm-socila-network-checkbox .smm-socila-network-wrap > div {
  position: relative;
}
.smm-socila-network-checkbox-wrap .smm-socila-network-checkbox .smm-socila-network-wrap .smm-socila-network-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  margin-left: -11.5px;
}
.smm-socila-network-checkbox-wrap .smm-socila-network-checkbox .smm-checkbox-content {
  margin-right: 0;
}

.smm-social-network-wrap .social-network {
  display: flex;
  align-items: center;
}
.smm-social-network-wrap .social-network .social-network-icon-plus {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
}
.smm-social-network-wrap .social-network .social-network-icon-plus:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.smm-social-network-wrap .social-network .social-network-icon-plus:hover .icon-more {
  color: #f37021 !important;
}
.smm-social-network-wrap .social-network .social-network-icon-plus .icon-more {
  font-size: 12px;
  color: #c4c4c4 !important;
}
.smm-social-network-wrap .social-network .social-network-icon-plus .icon-more:hover {
  color: #f37021 !important;
}
.social-network-col > div {
  margin-bottom: 8px;
}
.social-network-col > div:last-child {
  margin-bottom: 0;
}

.smm-post-caption-wrap {
  background-color: white;
  padding: 10px 0;
}
.smm-post-caption-wrap .smm-post-caption-block > div {
  margin-bottom: 5px;
}
.smm-post-caption-wrap .smm-post-caption-block > div:last-child {
  margin-bottom: 0;
}
.smm-post-caption-wrap .smm-post-caption-block .smm-post-caption-title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smm-post-caption-wrap .smm-post-caption-block .smm-post-caption-title-block .smm-post-caption-title {
  font-size: 15px;
  line-height: 17px;
  color: #162a47;
  font-weight: bold;
}
.smm-post-caption-wrap .smm-post-caption-block .smm-post-caption-description {
  font-size: 14px;
  line-height: 16px;
  color: #7a7878;
  white-space: pre-wrap;
}

.smm-post-caption-preview-wrap .smm-post-caption-preview-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.smm-post-topic-inernal-wrap .smm-post-topic-block {
  display: flex;
}
.smm-post-topic-inernal-wrap .smm-post-topic-block .smm-post-topic-add {
  margin-left: 5px;
}
.smm-post-topic-inernal-wrap .smm-post-topic-block .smm-post-topic-add .v-btn {
  width: 24px;
  height: 24px;
}

.smm-post-topic-wrap .smm-post-topic-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.smm-post-topic-preview-wrap {
  font-family: "ProximaNova";
}
.smm-post-topic-preview-wrap .smm-post-topic-preview {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}
.smm-post-topic-preview-wrap .smm-post-topic-preview .smm-post-topic-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.smm-post-topic-preview-wrap .smm-post-topic-preview .smm-post-topic-close {
  font-style: 10px;
  margin-left: 10px;
}

.smm-post-topics-preview-wrap .smm-post-topics-preview-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 38px;
}
.smm-post-topics-preview-wrap .smm-post-topics-preview-block .smm-post-topic-title {
  display: flex;
  align-items: center;
  color: #162a47;
  font-size: 17px;
  line-height: 19px;
  font-weight: bold;
  margin-right: 24px;
}
.smm-post-topics-preview-wrap .smm-post-topics-preview-block .smm-icon-plus {
  cursor: pointer;
  font-size: 14px;
  color: #f37021;
  margin-right: 24px;
}
.smm-post-topics-preview-wrap .smm-post-topics-preview-block .smm-post-topic-preview-wrap {
  margin: 1px;
}

.smm-repeat-days-of-week-wrap {
  user-select: none;
}
.smm-repeat-days-of-week-wrap .smm-repeat-days-of-week {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.smm-repeat-days-of-week-wrap .smm-repeat-days-of-week .smm-day-of-week-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 17px;
  padding: 9px 10px;
  background-color: #f9f9f9;
  border: 1px solid #fff;
  color: #162a47;
  transition: all 0.2s ease;
  cursor: pointer;
  min-height: 40px;
  min-width: 40px;
  border-radius: 2px;
  margin: 2px;
}
.smm-repeat-days-of-week-wrap .smm-repeat-days-of-week .smm-day-of-week-item.checked {
  border: 1px solid #f37021;
  color: #f37021;
}

.smm-posting-frequency-wrap .smm-posting-frequency-content .smm-posting-frequency-block {
  display: flex;
}
.smm-posting-frequency-wrap .smm-posting-frequency-content .smm-posting-frequency-block .smm-publication-time-text {
  font-weight: 600;
  font-size: 17px;
  line-height: 40px;
  color: #162a47;
  margin-right: 10px;
}
.smm-posting-frequency-wrap .smm-posting-frequency-content .smm-posting-frequency-block .smm-publication-time-settings {
  width: 100%;
}
.smm-posting-frequency-wrap .smm-posting-frequency-content .smm-posting-frequency-block .smm-publication-time-settings > div {
  margin-bottom: 8px;
}
.smm-posting-frequency-wrap .smm-posting-frequency-content .smm-posting-frequency-block .smm-publication-time-settings > div:first-child {
  margin-bottom: 15px;
}
.smm-posting-frequency-wrap .smm-posting-frequency-content .smm-posting-frequency-block .smm-publication-time-settings > div:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
.smm-posting-frequency-wrap .smm-posting-frequency-content .smm-posting-frequency-block .smm-publication-time-settings .smm-publication-time-list {
    max-width: 282px;
    width: 100%;
}
}
.smm-posting-frequency-wrap .smm-posting-frequency-content .smm-posting-frequency-block .smm-publication-time-settings .smm-repeat-post-settings-wrap {
  background: #f0f0f0;
  border-radius: 4px;
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.smm-posting-frequency-wrap .smm-posting-frequency-content .smm-posting-frequency-block .smm-publication-time-settings .smm-repeat-post-settings-wrap.active {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}
.smm-posting-frequency-wrap .smm-posting-frequency-content .smm-posting-frequency-block .smm-publication-time-settings .smm-repeat-post-settings-wrap .smm-repeat-post-settings {
  padding: 10px 12px;
}
.smm-posting-frequency-wrap .smm-posting-frequency-content .smm-posting-frequency-block .smm-publication-time-settings .smm-repeat-post-settings-wrap .smm-repeat-post-settings .smm-execution-frequency-settings {
  min-height: 44px;
  margin-bottom: 8px;
}
.smm-posting-frequency-wrap .smm-posting-frequency-content .smm-posting-frequency-block .smm-publication-time-settings .smm-repeat-post-settings-wrap .smm-repeat-post-settings .smm-execution-frequency-settings > div:first-child {
  margin-bottom: 8px;
}
@media (min-width: 650px) {
.smm-posting-frequency-wrap .smm-posting-frequency-content .smm-posting-frequency-block .smm-publication-time-settings .smm-repeat-post-settings-wrap .smm-repeat-post-settings .smm-execution-frequency-settings {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.smm-posting-frequency-wrap .smm-posting-frequency-content .smm-posting-frequency-block .smm-publication-time-settings .smm-repeat-post-settings-wrap .smm-repeat-post-settings .smm-execution-frequency-settings > div:first-child {
    margin-bottom: 0px;
    max-width: 275px;
    width: 100%;
}
}
.smm-posting-frequency-wrap .smm-posting-frequency-content .smm-posting-frequency-block .smm-publication-time-settings .smm-repeat-post-settings-wrap .smm-repeat-post-settings .smm-repeat-until-settings {
  display: flex;
  align-items: center;
  max-width: 275px;
  width: 100%;
}
.smm-posting-frequency-wrap .smm-posting-frequency-content .smm-posting-frequency-block .smm-publication-time-settings .smm-repeat-post-settings-wrap .smm-repeat-post-settings .smm-repeat-until-settings span {
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
  white-space: nowrap;
  margin-right: 6px;
}

.smm-project-statistic-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 768px) {
.smm-project-statistic-item {
    display: block;
}
}
.smm-project-statistic-item .smm-project-statistic-text {
  color: #7a7878;
}
.smm-project-statistic-item .smm-project-statistic-value {
  color: #f37021;
}

.smm-project-item-wrap:last-child {
  padding-bottom: 24rem;
}
.smm-project-item-wrap .smm-project-item {
  margin-bottom: 2px;
}
.smm-project-item-wrap .smm-project-item > div {
  background: #f0f0f0;
  padding: 10px;
  width: 100%;
}
@media (min-width: 768px) {
.smm-project-item-wrap .smm-project-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.smm-project-item-wrap .smm-project-item > div {
    width: 50%;
    border: 2px solid white;
}
}
@media (min-width: 992px) {
.smm-project-item-wrap .smm-project-item > div {
    padding: 10px 15px;
}
}
@media (min-width: 1440px) {
.smm-project-item-wrap .smm-project-item > div {
    padding: 10px 15px;
}
.smm-project-item-wrap .smm-project-item .smm-project-name-wrap {
    padding-left: 35px;
    width: 16%;
}
.smm-project-item-wrap .smm-project-item .smm-project-statistics-wrap {
    padding: 10px 30px;
    width: 42%;
}
.smm-project-item-wrap .smm-project-item .smm-project-subscribers-wrap,
  .smm-project-item-wrap .smm-project-item .smm-project-item-settings-wrap {
    width: calc((100% - 58%) / 2);
}
}
.smm-project-item-wrap .smm-project-item .smm-project-name-wrap {
  position: relative;
  padding-top: 24px;
}
.smm-project-item-wrap .smm-project-item .smm-project-name-wrap i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: #d4d4d4;
  position: absolute;
  color: #f37021;
  font-size: 13px;
  left: 0;
  top: 0;
  cursor: pointer;
}
.smm-project-item-wrap .smm-project-item .smm-project-name-wrap i.smm-project-active {
  background: #f37021;
  color: white;
}
.smm-project-item-wrap .smm-project-item .smm-project-name-wrap i.smm-block-star {
  filter: contrast(0.5);
  cursor: no-drop !important;
  pointer-events: none;
}
.smm-project-item-wrap .smm-project-item .smm-project-name-wrap .smm-project-name {
  font-size: 15px;
  line-height: 17px;
  color: #162a47 !important;
  font-weight: bold;
}
.smm-project-item-wrap .smm-project-item .smm-project-name-wrap .smm-project-name:hover {
  color: #f37021 !important;
}
@media (max-width: 599px) {
.smm-project-item-wrap .smm-project-item .smm-project-name-wrap .smm-project-name {
    min-height: 30px;
}
}
.smm-project-item-wrap .smm-project-item .smm-project-name-wrap .smm-project-tasks {
  font-size: 14px;
  line-height: 16px;
  color: #7a7878;
}
.smm-project-item-wrap .smm-project-item .smm-project-name-wrap .smm-project-tasks span {
  color: #f37021;
}
.smm-project-item-wrap .smm-project-item .smm-project-statistics-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.smm-project-item-wrap .smm-project-item .smm-project-statistics-wrap .smm-project-statistics {
  width: 100%;
}
.smm-project-item-wrap .smm-project-item .smm-project-subscribers-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 17px;
  color: #162a47;
}
@media (max-width: 768px) {
.smm-project-item-wrap .smm-project-item .smm-project-subscribers-wrap {
    justify-content: flex-start;
    padding-top: 0;
}
}
.smm-project-item-wrap .smm-project-item .smm-project-subscribers-wrap span {
  color: #f37021;
}
@media (max-width: 768px) {
.smm-project-item-wrap .smm-project-item .smm-project-item-settings-wrap {
    padding-bottom: 16px;
}
}
.smm-project-item-wrap .smm-project-item .smm-project-item-settings-wrap .smm-project-item-settings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.smm-project-item-wrap .smm-project-item .smm-project-item-settings-wrap .smm-project-item-settings .smm-project-members {
  display: flex;
  align-items: center;
}
.smm-project-item-wrap .smm-project-item .smm-project-item-settings-wrap .smm-project-item-settings .smm-project-members > div {
  margin-left: 8px;
}
.smm-project-item-wrap .smm-project-item .smm-project-item-settings-wrap .smm-project-item-settings .smm-project-members > div:first-child {
  margin-left: 0;
}
.projects-block {
  user-select: none;
}
.projects-block .smm-project-block-item {
  padding: 0px;
}
@media (min-width: 992px) {
.projects-block .smm-project-block-item {
    margin-bottom: 12px;
}
}
.projects-block .project {
  margin-top: 4px;
}
.projects-block .project .block-1 .first-project {
  width: 100%;
  text-align: center;
}
.projects-block .project .block-1 .first-project .text {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.projects-block .project .block-1 .first-project .text .project-name {
  text-decoration: none;
  cursor: pointer;
  color: #162a47;
  font-weight: bold;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.projects-block .project .block-1 .first-project .text .project-name:hover {
  color: #f37021;
}
.projects-block .project .block-2 {
  font-size: 14px;
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.projects-block .project .block-2 .ts {
  padding: 16px 0px 16px 25px;
  color: #7a7878;
}
.projects-block .project .block-2 .date {
  text-align: right;
  color: #f37021;
  padding: 16px 25px 16px 0px;
  margin-left: auto;
}
.projects-block .project .block-3 {
  font-size: 15px;
}
.projects-block .project .block-4 {
  padding: 0px 8px;
}
.projects-block .project .block-4 .add-user {
  width: 100%;
  padding: 5px;
}
.projects-block .project .block {
  background-color: #f0f0f0;
  height: 100%;
  min-height: 89px;
  margin-right: 4px;
}
.projects-block .project .icon-settings-single:before {
  cursor: pointer;
}
.projects-block .smm-brown {
  color: #7a7878;
}
.projects-block .icon-settings-single:before:hover {
  color: #f37021;
}
.projects-block .fz-18 {
  font-size: 18px;
}
.project .title-project {
  margin-bottom: 30px;
}
.project .all-projects .projects-pages #icon {
  background-color: #d4d4d4;
  color: #f37021;
}
.project .icon-star {
  width: 24px;
  height: 24px;
  text-align: center;
}
.person-plus {
  width: 33px;
  height: 33px;
  background: white;
  color: #f37021;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.person-plus:hover {
  background: #f37021;
  color: #fff;
}
.person-plus.disabled {
  background: #e1dede;
  color: #f37021;
  cursor: not-allowed;
}
.block-of-star:hover {
  color: white;
  background: #f37021;
}
.block-of-star.block-star {
  filter: contrast(0.5);
  cursor: no-drop !important;
  pointer-events: none;
}
.project-setting-href {
  width: 16px;
  cursor: pointer;
  color: #c4c4c4;
  align-self: center;
  font-size: 12px;
  text-decoration: none;
}
.project-setting-href:hover,
.project-setting-href:focus,
.project-setting-href:active {
  color: #f37021;
}

.smm-quick-answer-wrap {
  background-color: white;
  padding: 10px 0;
}
.smm-quick-answer-wrap .smm-quick-answer-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smm-quick-answer-wrap .smm-quick-answer-block .smm-quick-answer-description {
  font-size: 14px;
  line-height: 16px;
  color: #7a7878;
  margin-top: 5px;
  white-space: pre-wrap;
}

.smm-setting-page-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 5px;
  height: calc(100% - 5px);
}
.smm-setting-page-wrap .smm-setting-page-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.smm-setting-page-wrap .smm-setting-page-block .smm-setting-page-button {
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
.smm-setting-page-wrap .smm-setting-page-block .smm-setting-page-button {
    justify-content: left;
}
}
.smm-setting-page-wrap .smm-setting-page-block .smm-setting-page-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
@media (min-width: 1200px) {
.smm-setting-page-wrap .smm-setting-page-block .smm-setting-page-content {
    flex-direction: row;
    justify-content: space-between;
}
}
.smm-setting-page-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 1200px) {
.smm-setting-page-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list {
    border-right: 1px solid #e2e2e2;
    margin-right: 10px;
    padding-right: 20px;
    max-width: 65%;
}
}
@media (min-width: 1440px) {
.smm-setting-page-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list {
    margin-right: 20px;
    padding-right: 40px;
}
}
.smm-setting-page-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-setting-page-item {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 0;
}
.smm-setting-page-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-setting-page-item:last-child {
  border-bottom: none;
}
@media (min-width: 1200px) {
.smm-setting-page-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-info {
    max-width: 35%;
    width: 100%;
}
}

.popup-star {
  font-family: ProximaNova;
  font-size: 14px;
}
.previw-profile-wrap {
  flex-direction: column;
  min-width: 300px;
}
.haeder-previw-profile-wrap {
  font-size: 13px;
}
.haeder-previw-profile-left {
  width: 30px !important;
  width: fit-content;
}
.haeder-previw-profile-right {
  flex-direction: column;
}
.header-name {
  color: #162a47;
  font-size: 14px;
  font-weight: bold;
}
.haeder-previw-profile {
  cursor: pointer;
  color: #7a7878;
  font-size: 13px;
}
.haeder-previw-profile:hover {
  color: #f37021;
}
.body-previw-profile-wrap {
  flex-direction: column;
}
.header-notes-wrap {
  justify-content: space-between;
  margin: 8px 0 3px;
}
.notes {
  font-weight: bold;
  color: #162a47;
}
.add-note {
  font-size: 13px;
  color: #f37021;
  cursor: pointer;
  text-decoration: underline;
}
.add-note:hover {
  text-decoration: none;
}
.list-note-scroll-wrap {
  height: 100px;
}
.list-note-scroll {
  height: 100%;
}
.list-note {
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f0;
}

.smm-tabs-component {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.v-slide-group__content {
  border-bottom: 1px solid #f0f0f0;
}
.v-tabs-slider {
  height: 2px;
  margin-bottom: 1px;
}
.v-tabs {
  flex: none;
}
.v-sheet.v-card {
  padding: 0 !important;
}
.v-window__container {
  padding: 0 !important;
}
.wrap-smm-task-component .smm-task-component .smm-tabs-component .v-slide-group__content {
  border-bottom: 1px solid #f0f0f0;
}
.v-sheet.v-card:not(.v-sheet--outlined) {
  box-shadow: none;
}
.theme--light.v-tabs > .v-tabs-bar .v-tab--disabled,
.theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active),
.theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) > .v-btn,
.theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) > .v-icon {
  color: #c4c4c4;
}
.v-tab--active .wrap-for-name .iconItem {
  color: #f37021;
}
.v-tabs-slider-wrapper {
  bottom: -2px;
}
.v-sheet.v-card {
  border-radius: 0;
  padding: 0 15px 15px;
}
.v-card > .v-card__progress + :not(.v-btn):not(.v-chip):not(.v-avatar),
.v-card > :first-child:not(.v-btn):not(.v-chip):not(.v-avatar) {
  margin-bottom: 14px;
}
.wrap-icon-item .iconItem {
  color: #c4c4c4;
  margin-right: 0;
}
.wrap-icon-item.activeIcon .iconItem {
  color: #f37021;
}
.wrap-for-mobile {
  display: none;
}
.wrap-for-name {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  display: flex;
  align-items: center;
}
@media (max-width: 850px) {
.wrap-for-name {
    font-size: 13px;
    line-height: 16px;
}
}
.wrap-for-name .iconItem {
  margin-right: 8px;
  color: #c4c4c4;
}
.v-window {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.v-window .v-window__container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.v-window .v-window__container .v-window-item {
  height: 100%;
}
.v-window .v-window__container .v-window-item.v-window-item--active {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.smm-v-datepicker {
  font-family: "ProximaNova";
}
.smm-v-datepicker .smm-datepicker-title {
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
  margin-bottom: 5px;
}
.smm-v-datepicker .smm-datepicker-title .text-danger {
  font-size: 20px;
}
.smm-v-datepicker .es-input-validate {
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.smm-v-datepicker .es-input-validate .icon-close1 {
  color: red;
}
.smm-v-datepicker .es-input-validate .invalid-feedback {
  width: auto;
  display: flex;
  margin-left: 5px;
}
.smm-v-datepicker .es-input-validate.active {
  opacity: 1;
  padding-top: 8px;
}
.smm-v-datepicker .es-input-validate.active .invalid-feedback {
  width: auto;
  display: flex;
  margin-left: 5px;
  font-size: 12px;
  line-height: 14px;
  margin-top: 0;
}
.v-date-picker-table {
  height: fit-content !important;
}

.smm-more-menu {
  display: block;
}
.smm-social-network-actions {
  display: none;
}
.smm-social-network-item-wrap {
  padding: 10px 0;
  background-color: white;
}
.smm-social-network-item-wrap .smm-social-network-item {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-left: 13px;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-content .smm-social-network-name {
  color: #162a47;
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-content .smm-social-network-description {
  color: #7a7878;
  font-size: 14px;
  line-height: 16px;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-content .smm-social-network-token-info {
  margin-top: 5px;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-content .smm-social-network-token-info .token-status {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-content .smm-social-network-token-info .token-status.token-valid {
  color: #4caf50;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-content .smm-social-network-token-info .token-status.token-expired {
  color: #f44336;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-content .smm-social-network-token-info .token-status.token-none {
  color: #999;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-content .smm-social-network-token-info .token-status .token-expiry-inline {
  font-weight: normal;
  color: #666;
  margin-left: 0.375rem;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-content .smm-social-network-token-info .token-error {
  font-size: 11px;
  color: #f44336;
  margin-top: 2px;
  margin-left: 0.5rem;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-content > div {
  margin-top: 5px;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-content > div:first-child {
  margin-top: 0;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-actions {
  margin-left: auto;
  align-items: center;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-actions .action-link {
  background: transparent;
  border: none;
  color: #7a7878;
  font-size: 13px;
  margin-right: 10px;
  cursor: pointer;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-actions .action-link:hover {
  color: #f37021;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-actions .action-icons,
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-actions .action-icons-text {
  display: flex;
  gap: 8px;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-actions .action-icons .icon-btn,
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-actions .action-icons-text .icon-btn {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  padding: 0;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-actions .action-icons .icon-btn i,
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-actions .action-icons-text .icon-btn i {
  color: #162a47;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-actions .action-icons .icon-btn:hover i,
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-actions .action-icons-text .icon-btn:hover i {
  color: #f37021;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-actions .action-icons-text .icon-text-btn {
  width: auto !important;
  margin-right: 12px;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-actions .action-icons-text .icon-text-btn:hover {
  color: #f37021;
}
.smm-social-network-item-wrap .smm-social-network-item .smm-social-network-actions .action-icons-text .icon-text-btn:hover .icon-btn i {
  color: #f37021;
}
.smm-social-network-info {
  display: flex;
  align-items: center;
  max-width: 70%;
}
.smm-social-network-projects {
  display: none !important;
}

.smm-social-connected-item-wrap[data-v-5c68afc4] {
  border: 1px solid #f37021;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  padding: 15px;
  position: relative;
}
.smm-social-connected-item-wrap .smm-social-connected-item[data-v-5c68afc4] {
  display: flex;
  align-items: center;
}
.smm-social-connected-item-wrap .smm-social-connected-item .smm-social-network-image[data-v-5c68afc4] {
  margin-left: 12px;
  margin-right: 16px;
}
.smm-social-connected-item-wrap .smm-social-connected-item .smm-group-name-wrap[data-v-5c68afc4] {
  display: flex;
  flex-grow: 1;
}
.smm-social-connected-item-wrap .smm-social-connected-item .smm-group-name-wrap .smm-group-name[data-v-5c68afc4] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #162a47;
}
.smm-social-connected-item-wrap .smm-social-connected-item .smm-remove-group-wrap[data-v-5c68afc4] {
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.smm-social-connected-item-wrap .smm-social-connected-item .smm-remove-group-wrap i[data-v-5c68afc4] {
  font-size: 10px;
  line-height: 10px;
  color: #7a7878;
  transition: all 0.15s;
}
.smm-social-connected-item-wrap .smm-social-connected-item .smm-remove-group-wrap i[data-v-5c68afc4]:hover {
  color: #000;
}


.smm-social-network-connect-wrap .smm-social-network-connect {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.smm-social-network-connect-wrap .smm-social-network-connect > div {
  cursor: pointer;
  display: inline-block;
  margin-right: 6px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 576px) {
.smm-social-network-connect-wrap .smm-social-network-connect > div {
    margin-right: 12px;
}
}
.smm-social-network-connect-wrap .smm-social-network-connect > div:last-child {
  margin-right: 0;
}
.smm-social-network-connect-wrap .smm-social-network-connect > div:hover {
  transform: scale(1.1);
}
.smm-social-network-connect-wrap .smm-social-network-connect-new {
  padding: 0;
  margin: 0;
  justify-content: center;
}
.smm-social-network-connect-wrap .smm-social-network-connect-new .smm-social-network-connect-new-col {
  padding: 16px;
  justify-content: center;
}
@media (max-width: 768px) {
.smm-social-network-connect-wrap .smm-social-network-connect-new .smm-social-network-connect-new-col {
    padding: 8px;
}
}

.smm-social-network-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.smm-social-network-icon-wrap i {
  font-size: 50px;
}
@media (max-width: 768px) {
}
.smm-social-network-icon-wrap .smm-social-network-without-image-new-icon-other {
  height: 50px;
  width: 50px;
  border-radius: 10px;
}
@media (max-width: 768px) {
.smm-social-network-icon-wrap .smm-social-network-without-image-new-icon-other {
    height: 45px !important;
    width: 45px !important;
}
}
.smm-social-network-icon-wrap .smm-social-network-without-image-new-icon-other i {
  color: white;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 33px;
}
@media (max-width: 768px) {
.smm-social-network-icon-wrap .smm-social-network-without-image-new-icon-other i {
    font-size: 23px;
}
}

.smm-social-network-without-image-new-wrap .smm-social-network-without-image-new {
  cursor: pointer;
  width: 100%;
  min-width: 100px;
  height: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  transition: all 0.15s;
}
@media (max-width: 768px) {
.smm-social-network-without-image-new-wrap .smm-social-network-without-image-new {
    height: 116px;
}
}
.smm-social-network-without-image-new-wrap .smm-social-network-without-image-new i {
  color: white;
}
.smm-social-network-without-image-new-wrap .smm-social-network-without-image-new:hover {
  border-color: #f37021;
  background-color: #fff;
}
.smm-social-network-without-image-new-wrap .smm-social-network-without-image-new.social-connected {
  cursor: no-drop;
}
.smm-social-network-without-image-new-wrap .smm-social-network-without-image-new .smm-social-network-without-image-new-block {
  text-align: center;
}
.smm-social-network-without-image-new-wrap .smm-social-network-without-image-new .smm-social-network-without-image-new-block .smm-social-network-without-image-new-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #162a47;
  margin-top: 16px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
.smm-social-network-without-image-new-wrap .smm-social-network-without-image-new .smm-social-network-without-image-new-block .smm-social-network-without-image-new-text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 14px;
}
}
.smm-social-network-without-image-new-wrap .smm-social-network-without-image-new .smm-social-network-icon-wrap.fs-small > .smm-social-network-without-image-new-icon-other > i {
  font-size: 21px !important;
}
.smm-social-network-without-image-new-wrap .smm-social-network-without-image-new .smm-social-network-icon-wrap.fs-small > .smm-social-network-without-image-new-icon-other .icon-soc-twitter:before {
  font-size: 21px;
}

.smm-social-network-without-image-wrap .smm-social-network-without-image {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.smm-social-network-without-image-wrap .smm-social-network-without-image::before,
.smm-social-network-without-image-wrap .smm-social-network-without-image::after {
  content: none !important;
  display: none !important;
}
.smm-social-network-without-image-wrap .smm-social-network-without-image i {
  color: white;
}
.smm-social-network-without-image-wrap .smm-social-network-without-image .sn-fallback-layer,
.smm-social-network-without-image-wrap .smm-social-network-without-image .sn-img-layer {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.smm-social-network-without-image-wrap .smm-social-network-without-image .sn-fallback-layer {
  background-image: var(--sn-fallback);
  filter: blur(2px);
  -webkit-filter: blur(2px);
  z-index: 0;
}
.smm-social-network-without-image-wrap .smm-social-network-without-image .sn-img-layer {
  background-image: var(--sn-img);
  z-index: 2;
}
.smm-social-network-without-image-wrap.social-connected {
  cursor: no-drop !important;
  transform: none !important;
}
.smm-social-network-without-image-wrap.has-sn-image .smm-social-network-without-image i {
  display: none;
}

.smm-social-avatar {
  border-radius: 50%;
  border: 2px solid #fff;
}

.smm-social-item {
  display: flex;
  align-items: end;
  position: relative;
  margin-left: 5px;
}
.smm-social-item:first-child {
  margin-left: 0;
}
.smm-social-item .smm-social-icon {
  position: relative;
  font-size: 11px;
  margin-left: -14px;
}

.smm-socials {
  display: flex;
  align-items: center;
}

.smm-color-title {
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
  margin-bottom: 5px;
}
.smm-color {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -5px;
}
.smm-color-block-wrap {
  margin: 5px;
}
.smm-color-block {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  cursor: pointer;
}
.smm-color-icon-wrap {
  display: flex;
  justify-content: center;
  height: 100%;
}
.smm-color-icon {
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
}

.smm-task-calendar-item-wrap {
  font-family: "ProximaNova";
  padding: 2px;
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  cursor: grab;
}
.smm-task-calendar-item-wrap * {
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
}
.smm-task-calendar-item-wrap:active {
  cursor: grabbing;
}
.smm-task-calendar-item-wrap .media-message-compact {
  background-color: transparent;
}
.smm-task-calendar-item-wrap .task-label {
  font-size: 10px;
  font-weight: 500;
  color: #1976d2;
  background: rgba(25, 118, 210, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
  margin-bottom: 6px;
  display: inline-block;
}
.smm-task-calendar-item-wrap .task-project-badge {
  font-size: 9px;
  font-weight: 500;
  color: #f37021;
  background: rgba(243, 112, 33, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
  margin-bottom: 6px;
  display: inline-block;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content {
  padding: 8px 12px;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header .header {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #162a47;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description {
  margin-bottom: 6px;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description .smm-display-task-content-description-text {
  font-size: 11px;
  line-height: 14px;
  color: #7a7878;
  margin-bottom: 4px;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description .smm-display-task-content-description-text .voice-message-text {
  background: rgba(25, 118, 210, 0.1);
  border-radius: 8px;
  padding: 6px 8px;
  margin: 4px 0;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description .smm-display-task-content-description-text .voice-message-text .voice-message-controls {
  background: transparent;
  border-radius: 6px;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description .smm-display-task-content-description-text .voice-message-text .voice-message-controls .voice-play-btn {
  width: 24px;
  height: 24px;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description .smm-display-task-content-description-text .voice-message-text .voice-message-controls .voice-play-btn i {
  font-size: 12px !important;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description .smm-display-task-content-description-text .voice-message-text .voice-message-controls .voice-duration {
  font-size: 10px;
  margin: 0 6px;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description .smm-display-task-content-description-text .voice-message-text .voice-message-controls .voice-progress .voice-progress-bar {
  height: 3px;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description .smm-display-task-content-description-text .media-message-compact {
  margin-top: 4px;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description .smm-display-task-content-description-text .media-message-compact .media-message-controls .media-item-compact .media-image-compact {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description .smm-display-task-content-description-text .media-message-compact .media-message-controls .media-item-compact .media-image-compact img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description .smm-display-task-content-description-text .media-message-compact .media-message-controls .media-item-compact .media-video-compact {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description .smm-display-task-content-description-text .media-message-compact .media-message-controls .media-item-compact .media-video-compact video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description .smm-display-task-content-description-text .media-message-compact .media-message-controls .media-item-compact .media-video-compact .play-overlay {
  width: 20px;
  height: 20px;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description .smm-display-task-content-description-text .media-message-compact .media-message-controls .media-item-compact .media-video-compact .play-overlay i {
  font-size: 12px !important;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description .smm-display-task-content-description-text .media-message-compact .media-message-controls .media-item-compact .media-file-compact {
  width: 60px;
  height: 60px;
  border-radius: 6px;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description .smm-display-task-content-description-text .media-message-compact .media-message-controls .media-item-compact .media-file-compact i {
  font-size: 16px !important;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description .smm-display-task-content-description-text .media-message-compact .media-message-controls .media-item-compact .media-file-compact span {
  font-size: 8px;
  margin-top: 2px;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .smm-display-task-content-footer {
  min-height: 20px;
  margin-top: 4px;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .smm-display-task-content-footer .deadLine {
  font-size: 10px;
  line-height: 12px;
  color: #1976d2;
  font-weight: 500;
}
.smm-task-calendar-item-wrap .wrap-smm-display-task-content .smm-display-task-content-block .smm-display-task-content-footer .wrap-foto .foto .smm-social-network-logo-wrap .social-network-logo {
  width: 16px;
  height: 16px;
}

.smm-time-format-wrap {
  font-family: "ProximaNova";
}
.smm-time-format-wrap .smm-time-format-block {
  display: flex;
  flex-direction: column;
}
.smm-time-format-wrap .smm-time-format-block > div:first-child {
  margin-bottom: 5px;
}
@media (min-width: 576px) {
.smm-time-format-wrap .smm-time-format-block > div:first-child {
    margin-bottom: 0;
}
}
@media (min-width: 576px) {
.smm-time-format-wrap .smm-time-format-block {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
}
.smm-time-format-wrap .smm-time-format-block .smm-time-format-text {
  font-size: 14px;
  line-height: 17px;
  color: #162a47;
  font-weight: 600;
}
.smm-time-format-wrap .smm-time-format-block .smm-time-format-settings > div {
  margin: 0;
  padding: 0;
}
.smm-time-format-wrap .smm-time-format-block .smm-time-format-settings .v-input__control .v-input__slot {
  margin: 0;
}
.smm-time-format-wrap .smm-time-format-block .smm-time-format-settings .v-input__control .v-messages {
  display: none;
}
.smm-time-format-wrap .smm-time-format-block .smm-time-format-settings .v-input--radio-group__input {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.smm-time-format-wrap .smm-time-format-block .smm-time-format-settings .v-input--radio-group__input > div {
  margin-bottom: 0;
  margin-left: 10px;
}
.smm-time-format-wrap .smm-time-format-block .smm-time-format-settings .v-input--radio-group__input > div:first-child {
  margin-left: 0;
}

.smm-discussions-component-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-discussions-component-wrap .smm-discussions-component {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-discussions-component-wrap .smm-discussions-component .smm-discussions-component-message {
  margin-bottom: 1rem;
  min-height: 150px;
  height: 50vh;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-discussions-component-wrap .smm-discussions-component .smm-discussions-component-footer .smm-discussions-component-footer-updated {
  border-radius: 6px;
  background-color: #f8f8f8;
}
.smm-discussions-component-wrap .smm-discussions-component .smm-discussions-component-footer .smm-discussions-component-footer-updated .smm-discussions-component-footer-photo {
  padding: 8px;
}
.smm-discussions-component-wrap .smm-discussions-component .smm-discussions-component-footer .smm-discussions-component-footer-updated .smm-discussions-conponent-cancel-updated-message {
  display: flex;
  margin-bottom: 5px;
  padding-bottom: 8px;
}
.smm-discussions-component-wrap .smm-discussions-component .smm-discussions-component-footer .smm-discussions-component-footer-updated .smm-discussions-conponent-cancel-updated-message .smm-discussions-conponent-cancel-updated-message-icon {
  margin: 16px;
}
.smm-discussions-component-wrap .smm-discussions-component .smm-discussions-component-footer .smm-discussions-component-footer-updated .smm-discussions-conponent-cancel-updated-message .smm-discussions-conponent-cancel-updated-message-block-text {
  flex-grow: 1;
  padding-top: 5px;
}
.smm-discussions-component-wrap .smm-discussions-component .smm-discussions-component-footer .smm-discussions-component-footer-updated .smm-discussions-conponent-cancel-updated-message .smm-discussions-conponent-cancel-updated-message-block-text .smm-discussions-conponent-cancel-updated-message-text {
  font-size: 14px;
  color: #f37021;
}
.smm-discussions-component-wrap .smm-discussions-component .smm-discussions-component-footer .smm-discussions-component-footer-updated .smm-discussions-conponent-cancel-updated-message .smm-discussions-conponent-cancel-updated-message-icon-calcel {
  padding: 10px;
}
.smm-discussions-component-wrap .smm-discussions-component .smm-discussions-component-footer .smm-discussions-component-footer-input .smm-input-message-control .smm-input-message-block {
  padding: 0;
  margin-top: 1rem;
}
.smm-discussions-component-wrap .smm-discussions-component .smm-discussions-component-footer .smm-discussions-component-footer-input .smm-input-message-control .smm-input-message-block .smm-input-message {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.v-radio {
  margin-bottom: 0px !important;
  margin-right: 10px;
}
.v-radio.smm-radio .v-input--selection-controls__input .v-icon {
  font-size: 16px;
}
.v-radio.smm-radio .v-input--selection-controls__input .v-input--selection-controls__ripple {
  height: 21px;
  width: 21px;
  left: -5.5px;
  top: -5.5px;
}
.v-input--radio-group__input {
  flex-direction: row !important;
}
.v-messages {
  display: none;
}
.highlight-message {
  animation: highlight-pulse 2s ease-in-out;
  border-radius: 8px;
}
@keyframes highlight-pulse {
0% {
    background-color: rgba(86, 169, 239, 0.05);
}
50% {
    background-color: rgba(86, 169, 239, 0.1);
}
100% {
    background-color: transparent;
}
}
.quoted {
  padding: 8px 12px;
  margin: 8px 0;
  border-left: 3px solid #56a9ef;
  background: #f5f7f8;
  color: #51626b;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.4;
}
.quoted.clickable-quote {
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.quoted.clickable-quote:hover {
  background-color: rgba(86, 169, 239, 0.1);
}

.smm-block-histiry-component-wrap .smm-block-histiry-component {
  display: flex;
}
.smm-block-histiry-component-wrap .smm-block-histiry-component .smm-block-histiry-component-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-left: 10px;
}
.smm-block-histiry-component-wrap .smm-block-histiry-component .smm-block-histiry-component-body .smm-block-history-component-body-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.smm-block-histiry-component-wrap .smm-block-histiry-component .smm-block-histiry-component-body .smm-block-history-component-body-header .smm-block-history-component-body-header-name {
  color: #737373;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 5px 0 10px;
}
.smm-block-histiry-component-wrap .smm-block-histiry-component .smm-block-histiry-component-body .smm-block-history-component-body-header .smm-block-history-component-body-header-name span {
  color: #21324f;
  font-weight: 600;
}
.smm-block-histiry-component-wrap .smm-block-histiry-component .smm-block-histiry-component-body .smm-block-history-component-body-header .smm-block-histiry-component-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #7a7878;
  padding-top: 5px;
}
.smm-block-histiry-component-wrap .smm-block-histiry-component .smm-block-histiry-component-body .smm-block-history-component-body-content {
  display: flex;
  flex-wrap: wrap;
}
.smm-block-histiry-component-wrap .smm-block-histiry-component .smm-block-histiry-component-body .smm-block-history-component-body-content > div {
  width: 100px;
  height: 100px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.smm-block-histiry-component-wrap .smm-block-histiry-component .smm-block-histiry-component-body .smm-block-history-component-body-content > div:last-child {
  margin-right: 0;
}

.smm-histiry-component-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-histiry-component-wrap .smm-histiry-component {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-histiry-component-wrap .smm-histiry-component .smm-histiry-component-message {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 456px;
}
.smm-histiry-component-wrap .smm-histiry-component .smm-histiry-component-message .smm-histiry-component-message-no-result {
  height: 456px;
  display: block;
}

.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .wrap-smm-display-task-content,
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .wrap-smm-display-task-content {
  width: calc(100% - 2px) !important;
  height: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  padding: 12px !important;
  background-color: white !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15) !important;
}
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .wrap-smm-display-task-content .select-circle,
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .wrap-smm-display-task-content .select-circle {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #d9dde3;
  pointer-events: none;
}
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .wrap-smm-display-task-content .smm-display-task-content-block,
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .wrap-smm-display-task-content .smm-display-task-content-block {
  display: block;
  width: 100%;
  height: 100%;
}
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click,
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click {
  width: 100%;
  height: 100%;
}
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header,
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header .select-checkbox,
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header .select-checkbox {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #d9dde3;
  flex-shrink: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 5;
  pointer-events: auto;
}
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header .select-checkbox.selected,
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header .select-checkbox.selected {
  background: #d9dde3;
}
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header .header,
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header .header {
  font-size: 14px;
  line-height: 17px;
  color: #162a47;
  word-break: break-word;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2px;
}
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description,
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description {
  font-size: 12px;
  line-height: 15px;
  color: #7a7878;
}
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description .smm-display-task-content-description-text,
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description .smm-display-task-content-description-text {
  min-height: 23px;
  word-break: break-word;
}
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .wrap-smm-display-task-content .smm-display-task-content-block .smm-task-metrics,
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .wrap-smm-display-task-content .smm-display-task-content-block .smm-task-metrics {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 6px;
}
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .wrap-smm-display-task-content .smm-display-task-content-block .smm-task-metrics .metric,
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .wrap-smm-display-task-content .smm-display-task-content-block .smm-task-metrics .metric {
  display: flex;
  align-items: center;
  color: #7a7878;
}
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .wrap-smm-display-task-content .smm-display-task-content-block .smm-task-metrics .metric .metric-text,
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .wrap-smm-display-task-content .smm-display-task-content-block .smm-task-metrics .metric .metric-text {
  font-size: 12px;
  margin-left: 4px;
}
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .wrap-smm-display-task-content .smm-display-task-content-block .project-badge,
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .wrap-smm-display-task-content .smm-display-task-content-block .project-badge {
  margin-top: 8px;
  display: inline-block;
  background-color: #f0f0f0;
  color: #44546f;
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 16px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .wrap-smm-display-task-content .smm-display-task-content-block .smm-display-task-content-footer,
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .wrap-smm-display-task-content .smm-display-task-content-block .smm-display-task-content-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 33px;
}
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .wrap-smm-display-task-content .smm-display-task-content-block .smm-display-task-content-footer .deadLine,
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .wrap-smm-display-task-content .smm-display-task-content-block .smm-display-task-content-footer .deadLine {
  min-width: 1px;
  font-size: 12px;
  line-height: 15px;
  color: #162a47;
}
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .wrap-smm-display-task-content .smm-display-task-content-block .smm-display-task-content-footer .deadLine .color,
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .wrap-smm-display-task-content .smm-display-task-content-block .smm-display-task-content-footer .deadLine .color {
  color: #f37021;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .wrap-smm-display-task-content .smm-display-task-content-block .smm-display-task-content-footer .deadLine .color i,
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .wrap-smm-display-task-content .smm-display-task-content-block .smm-display-task-content-footer .deadLine .color i {
  margin-right: 8px;
}
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .wrap-smm-display-task-content .smm-display-task-content-block .smm-display-task-content-footer .deadLine .color.pointer,
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .wrap-smm-display-task-content .smm-display-task-content-block .smm-display-task-content-footer .deadLine .color.pointer {
  cursor: pointer;
}
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .wrap-smm-display-task-content .smm-display-task-content-block .smm-display-task-content-footer .wrap-foto .foto,
.smm-project-content .smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .wrap-smm-display-task-content .smm-display-task-content-block .smm-display-task-content-footer .wrap-foto .foto {
  display: flex;
}
.wrap-smm-display-task-content {
  width: calc(100% - 2px);
  height: 100%;
  display: block;
  cursor: pointer;
  position: relative;
}
.wrap-smm-display-task-content .select-circle {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #d9dde3;
  pointer-events: none;
}
.wrap-smm-display-task-content .smm-display-task-content-block {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click {
  width: 100%;
  height: 100%;
}
.wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header .select-checkbox {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #d9dde3;
  flex-shrink: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 5;
  pointer-events: auto;
}
.wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header .select-checkbox.selected {
  background: #d9dde3;
}
.wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-header .header {
  font-size: 14px;
  line-height: 17px;
  color: #162a47;
  word-break: break-word;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2px;
}
.wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description {
  font-size: 12px;
  line-height: 15px;
  color: #7a7878;
}
.wrap-smm-display-task-content .smm-display-task-content-block .wrap-for-click .smm-display-task-content-description .smm-display-task-content-description-text {
  min-height: 23px;
  word-break: break-word;
}
.wrap-smm-display-task-content .smm-display-task-content-block .smm-task-metrics {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 6px;
}
.wrap-smm-display-task-content .smm-display-task-content-block .smm-task-metrics .metric {
  display: flex;
  align-items: center;
  color: #7a7878;
}
.wrap-smm-display-task-content .smm-display-task-content-block .smm-task-metrics .metric .metric-text {
  font-size: 12px;
  margin-left: 4px;
}
.wrap-smm-display-task-content .smm-display-task-content-block .project-badge {
  margin-top: 8px;
  display: inline-block;
  background-color: #f0f0f0;
  color: #44546f;
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 16px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wrap-smm-display-task-content .smm-display-task-content-block .smm-display-task-content-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 33px;
}
.wrap-smm-display-task-content .smm-display-task-content-block .smm-display-task-content-footer .deadLine {
  min-width: 1px;
  font-size: 12px;
  line-height: 15px;
  color: #162a47;
}
.wrap-smm-display-task-content .smm-display-task-content-block .smm-display-task-content-footer .deadLine .color {
  color: #f37021;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.wrap-smm-display-task-content .smm-display-task-content-block .smm-display-task-content-footer .deadLine .color i {
  margin-right: 8px;
}
.wrap-smm-display-task-content .smm-display-task-content-block .smm-display-task-content-footer .deadLine .color.pointer {
  cursor: pointer;
}
.wrap-smm-display-task-content .smm-display-task-content-block .smm-display-task-content-footer .wrap-foto .foto {
  display: flex;
}
.voice-message-text .voice-message-info {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.voice-message-text .voice-message-info .voice-icon {
  margin-right: 8px;
  font-size: 16px;
}
.voice-message-text .voice-message-info span {
  font-size: 14px;
  font-weight: 500;
  color: #21324f;
}
.voice-message-text .voice-message-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
}
.voice-message-text .voice-message-controls .voice-play-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1976d2;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
}
.voice-message-text .voice-message-controls .voice-play-btn:hover:not(:disabled) {
  background: #1565c0;
}
.voice-message-text .voice-message-controls .voice-play-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.voice-message-text .voice-message-controls .voice-play-btn.playing {
  background: #f44336;
}
.voice-message-text .voice-message-controls .voice-play-btn.playing:hover:not(:disabled) {
  background: #d32f2f;
}
.voice-message-text .voice-message-controls .voice-duration {
  font-size: 12px;
  color: #7a7878;
  margin-right: 12px;
  margin-left: 12px;
  min-width: 50px;
  text-align: center;
  font-family: monospace;
  transition: color 0.2s;
}
.voice-message-text .voice-message-controls .voice-duration.countdown {
  color: #1976d2;
  font-weight: 500;
}
.voice-message-text .voice-message-controls .voice-download-fallback {
  margin-right: 12px;
}
.voice-message-text .voice-message-controls .voice-download-fallback .voice-download-link {
  color: #1976d2;
  text-decoration: none;
  font-size: 12px;
  padding: 4px 8px;
  border: 1px solid #1976d2;
  border-radius: 4px;
  transition: all 0.2s;
}
.voice-message-text .voice-message-controls .voice-download-fallback .voice-download-link:hover {
  background-color: #1976d2;
  color: white;
}
.voice-message-text .voice-message-controls .voice-progress {
  flex: 1;
  margin-left: 8px;
}
.voice-message-text .voice-message-controls .voice-progress .voice-progress-bar {
  width: 100%;
  height: 4px;
  background-color: #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
}
.voice-message-text .voice-message-controls .voice-progress .voice-progress-bar .voice-progress-fill {
  height: 100%;
  background-color: #1976d2;
  transition: width 0.1s ease;
  width: 0%;
}
.media-message-compact .media-message-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.media-message-compact .media-message-controls .media-item-compact {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s;
}
.media-message-compact .media-message-controls .media-item-compact:hover {
  transform: scale(1.02);
}
.media-message-compact .media-message-controls .media-item-compact .media-image-compact {
  width: 80px;
  height: 80px;
}
.media-message-compact .media-message-controls .media-item-compact .media-image-compact img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-message-compact .media-message-controls .media-item-compact .media-video-compact {
  width: 80px;
  height: 80px;
  position: relative;
}
.media-message-compact .media-message-controls .media-item-compact .media-video-compact video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-message-compact .media-message-controls .media-item-compact .media-video-compact .play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-message-compact .media-message-controls .media-item-compact .media-file-compact {
  width: 80px;
  height: 80px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #56A9EF;
}
.media-message-compact .media-message-controls .media-item-compact .media-file-compact:hover {
  background: #e8f4fd;
}
.media-message-compact .media-message-controls .media-item-compact .media-file-compact span {
  font-size: 10px;
  margin-top: 4px;
}
.smm-repeat-dialog-content {
  padding: 20px;
}
.smm-repeat-dialog-content .smm-repeat-dialog-text {
  font-size: 14px;
  color: #162a47;
  margin-bottom: 16px;
  text-align: center;
}
.smm-repeat-dialog-content .smm-repeat-dialog-date {
  margin-bottom: 24px;
}
.smm-repeat-dialog-content .smm-repeat-dialog-date .wrap-date {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.smm-repeat-dialog-content .smm-repeat-dialog-date .wrap-date:hover {
  border-color: #f37021;
}
.smm-repeat-dialog-content .smm-repeat-dialog-date .wrap-date .icon-calendar {
  margin-right: 12px;
  font-size: 16px;
  color: #7a7878;
}
.smm-repeat-dialog-content .smm-repeat-dialog-date .wrap-date .date-text {
  font-size: 14px;
  color: #162a47;
  flex: 1;
}
.smm-repeat-dialog-content .smm-repeat-dialog-buttons {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.draggable-list-items:last-child {
  padding-bottom: 4rem;
}
.draggable-list-items:first-child {
  padding-bottom: 0 !important;
}
.draggable-list-items .wrap-smm-display-task:last-child {
  padding-bottom: 0;
}
.wrap-smm-display-task:last-child {
  padding-bottom: 6rem;
}
.wrap-smm-display-task .smm-display-task {
  display: flex;
  align-items: center;
}
.wrap-smm-display-task .smm-display-task.buttonLeft {
  flex-direction: row-reverse;
}
.wrap-smm-display-task .smm-display-task.buttonShow .smm-display-task-content-left {
  margin-right: 0 !important;
}
.wrap-smm-display-task .smm-display-task .smm-display-task-content-left {
  display: flex;
  flex-grow: 1;
  margin-left: 1rem;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
}
@media (min-width: 576px) {
.wrap-smm-display-task .smm-display-task .smm-display-task-content-left {
    margin-right: 10px;
}
.wrap-smm-display-task .smm-display-task .smm-display-task-content-left .smm-display-task-content {
    width: 332px;
    min-width: 100px;
}
}
.wrap-smm-display-task .smm-display-task .smm-display-task-content-left .smm-display-task-content {
  width: 100%;
  min-height: 40px;
  padding: 12px 15px;
  border-radius: 1rem;
  background-color: white !important;
}
.wrap-smm-display-task .smm-display-task .smm-display-task-content-left .smm-display-task-content .media-message-compact {
  background-color: white !important;
}
.wrap-smm-display-task .smm-display-task .smm-display-task-content-left .smm-display-task-content-status {
  display: none;
  width: 10px;
  min-height: 100%;
  border-radius: 6px 0 0 6px;
}
.smm-display-task-button.buttonLeft {
  padding-left: 0px;
  padding-right: 10px;
}
@media (max-width: 575px) {
.smm-display-task-button.buttonLeft {
    display: block;
}
}
.smm-display-task-button.buttonLeft .icon-check {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.smm-display-task-button.buttonLeft .smm-button-round {
  border-radius: 20% !important;
}
@media (max-width: 575px) {
.smm-display-task-button {
    display: none;
}
}
.smm-display-task-button .icon-check {
  padding-left: 0 !important;
  padding-right: 10px;
}
.smm-display-task-button.buttonShow {
  display: none;
}

.v-sheet.v-list {
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0%);
}
.edit,
.remove {
  cursor: pointer;
  display: flex;
}
.edit .icon,
.remove .icon {
  margin-right: 8px;
  font-size: 12px;
  color: #162a47;
}
.edit .text,
.remove .text {
  font-size: 14px;
  color: #7a7878;
}
.edit:hover,
.remove:hover {
  color: #f37021;
}
.remove {
  padding: 4px 16px 0 8px;
}
.edit {
  padding: 0 16px 4px 8px;
}

.smm-add-task-block-item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f37021;
  height: 35px;
  min-width: 35px;
  width: 35px;
  color: white;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.15s;
}
.smm-add-task-block-item-wrap:hover {
  background: rgba(243, 112, 33, 0.9);
}
.smm-add-task-block-item-wrap:hover i {
  color: white;
}

.wrap-smm-add-task .smm-add-task {
  display: flex;
}
.wrap-smm-add-task .smm-add-task .smm-add-task-input {
  flex-grow: 1;
}
.wrap-smm-add-task .smm-add-task .smm-add-task-input .input-wrap {
  padding-left: 1px;
}
.wrap-smm-add-task .smm-add-task .smm-add-task-input .input-wrap .smm-input {
  min-height: 35px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border: none;
}
.wrap-smm-add-task .smm-add-task .smm-add-task-buttons {
  display: flex;
}
.wrap-smm-add-task .smm-add-task .smm-add-task-buttons > div {
  margin-left: 4px;
}

.smm-team-member-wrap .smm-team-member-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.smm-team-member-wrap .smm-team-member-block .smm-team-member-block-with-foto {
  display: flex;
  align-items: center;
}

.wrap-smm-post-action {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.wrap-smm-post-action .smm-post-action {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.wrap-smm-post-action .smm-post-action .smm-tabs-component {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.wrap-smm-post-action .smm-post-action .smm-tabs-component .v-slide-group__content {
  border-bottom: 2px solid #f0f0f0;
}
.wrap-smm-post-action .smm-post-action .smm-tabs-component .theme--light.v-tabs > .v-tabs-bar .v-tab--disabled,
.wrap-smm-post-action .smm-post-action .smm-tabs-component .theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active),
.wrap-smm-post-action .smm-post-action .smm-tabs-component .theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) > .v-btn,
.wrap-smm-post-action .smm-post-action .smm-tabs-component .theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) > .v-icon {
  color: #7a7878;
}
.wrap-smm-post-action .smm-post-action .smm-tabs-component .v-slide-group__next,
.wrap-smm-post-action .smm-post-action .smm-tabs-component .v-slide-group__prev {
  min-width: 10px !important;
  flex: 0 1 10px;
}
.wrap-smm-post-action .smm-post-action .smm-tabs-component .start-post-discussion {
  display: none;
}
.wrap-smm-content-block-task {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}

.wrap-smm-post-action {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.wrap-smm-post-action .smm-post-action {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.wrap-smm-post-action .smm-post-action .smm-tabs-component {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.wrap-smm-post-action .smm-post-action .smm-tabs-component .v-slide-group__content {
  border-bottom: 2px solid #f0f0f0;
}
.wrap-smm-post-action .smm-post-action .smm-tabs-component .theme--light.v-tabs > .v-tabs-bar .v-tab--disabled,
.wrap-smm-post-action .smm-post-action .smm-tabs-component .theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active),
.wrap-smm-post-action .smm-post-action .smm-tabs-component .theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) > .v-btn,
.wrap-smm-post-action .smm-post-action .smm-tabs-component .theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) > .v-icon {
  color: #7a7878;
}
.wrap-smm-post-action .smm-post-action .smm-tabs-component .v-slide-group__next,
.wrap-smm-post-action .smm-post-action .smm-tabs-component .v-slide-group__prev {
  min-width: 10px !important;
  flex: 0 1 10px;
}
.wrap-smm-post-action .smm-post-action .smm-tabs-component .start-post-discussion {
  display: none;
}
.wrap-smm-content-block-task {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.smm-post-list-action .smm-tabs-component .v-item-group.v-window {
  position: absolute;
  display: none;
}
.smm-post-list-action .smm-tabs-component .v-tabs {
  margin-bottom: 0 !important;
  min-width: unset !important;
  max-width: unset !important;
  width: auto !important;
}
.smm-post-list-action .smm-tabs-component .v-tabs .v-tabs-slider-wrapper {
  display: none !important;
}
.smm-post-list-action .smm-tabs-component .v-tabs .v-slide-group__content {
  border-bottom: none !important;
}
.smm-post-list-action .smm-tabs-component .v-tabs .v-slide-group__content .v-tab {
  min-width: unset !important;
  max-width: unset !important;
  width: auto !important;
}
.smm-post-list-action .smm-tabs-component .v-tabs .v-slide-group__content .v-tab.v-tab--active {
  background-color: transparent !important;
  color: #c4c4c4 !important;
}
.smm-post-list-action .smm-tabs-component .v-tabs .v-slide-group__content .v-tab.v-tab--active .wrap-for-name .iconItem {
  color: #c4c4c4 !important;
}
.smm-post-list-action .smm-tabs-component .v-tabs .v-slide-group__content .v-tab.v-tab--active .wrap-icon-item .iconItem {
  color: #c4c4c4 !important;
}
.smm-post-list-action .smm-tabs-component .v-tabs .v-slide-group__content .v-tab .wrap-for-name .textItem {
  display: none !important;
}
.smm-post-list-action .smm-tabs-component .v-tabs .v-slide-group__content .v-tab .wrap-for-name .iconItem {
  display: block !important;
  margin-right: 0;
  color: #c4c4c4 !important;
}
.smm-post-list-action .smm-tabs-component .v-tabs .v-slide-group__content .v-tab .wrap-icon-item .iconItem {
  color: #c4c4c4 !important;
}
.smm-post-list-action .smm-tabs-component .v-tabs .v-slide-group__content .v-tab:hover .wrap-for-name .iconItem {
  color: #f37021 !important;
}
.smm-post-list-action .smm-tabs-component .v-tabs .v-slide-group__content .v-tab:hover .wrap-icon-item .iconItem {
  color: #f37021 !important;
}
.modal-card {
  height: 90vh;
  display: flex;
  flex-direction: column;
}
.modal-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 24px;
  display: flex;
  align-items: center;
}
.modal-header .modal-title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.modal-header .close-btn {
  color: #666;
}
.modal-header .close-btn:hover {
  color: #333;
}
.modal-content {
  flex: 1;
  padding: 24px;
  overflow-y: auto;
  height: calc(90vh - 80px);
}
:deep(.quoted) {
  padding: 8px 12px;
  margin: 8px 0;
  border-left: 3px solid #56a9ef;
  background: #f5f7f8;
  color: #51626b;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.4;
}
:deep(.quoted).clickable-quote {
  cursor: pointer;
  transition: background-color 0.2s ease;
}
:deep(.quoted).clickable-quote:hover {
  background-color: rgba(86, 169, 239, 0.1);
}
:deep(.highlight-message) {
  background-color: rgba(86, 169, 239, 0.1) !important;
  transition: background-color 0.3s ease;
  animation: highlight-pulse 2s ease-in-out;
  border-radius: 8px;
}
@keyframes highlight-pulse {
0% {
    background-color: rgba(86, 169, 239, 0.05);
}
50% {
    background-color: rgba(86, 169, 239, 0.1);
}
100% {
    background-color: transparent;
}
}

.smm-preview-facebook-wrap {
  max-width: 470px;
  width: 100%;
}
@media (max-width: 900px) {
.smm-preview-facebook-wrap {
    max-width: 900px;
}
}
.smm-preview-facebook-wrap .smm-preview-facebook {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
  margin: 1px;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-header {
  display: flex;
  margin: 0 0 12px;
  padding: 12px 16px 0;
  justify-content: space-between;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-header .smm-preview-facebook-header-block {
  display: flex;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-header .smm-preview-facebook-header-block .smm-preview-facebook-header-photo {
  margin-right: 8px;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-header .smm-preview-facebook-header-block .smm-preview-facebook-header-photo img {
  border-radius: 50%;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-header .smm-preview-facebook-header-block .smm-preview-facebook-header-info .smm-preview-facebook-header-autor {
  margin-top: 4px;
  color: #050505;
  font-size: 15px;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-header .smm-preview-facebook-header-block .smm-preview-facebook-header-info .smm-preview-facebook-header-info-date {
  color: #65676b;
  font-size: 13px;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-header .smm-preview-facebook-header-more {
  transform: rotate(90deg);
  margin-right: 20px;
  margin-bottom: 16px;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-header .smm-preview-facebook-header-more .icon-more {
  font-size: 16px;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-body {
  padding: 4px 16px 16px;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-body .smm-preview-facebook-body-text {
  font-size: 15px;
  color: #050505;
  word-break: break-word;
  white-space: pre-wrap;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-body .smm-preview-facebook-body-text-h4-post {
  font-size: 15px;
  color: #050505;
  font-weight: 600;
  cursor: pointer;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-body .smm-preview-facebook-body-img {
  height: 500px;
  max-height: 500px;
  margin: 8px 0;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-footer {
  padding: 0 16px 7px;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-footer .smm-preview-facebook-footer-like {
  border-top: 1px solid #ced0d4;
  border-bottom: 1px solid #ced0d4;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-footer .smm-preview-facebook-footer-like .smm-preview-facebook-footer-like-block .smm-preview-facebook-like-block-img {
  display: flex;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-footer .smm-preview-facebook-footer-like .smm-preview-facebook-footer-like-block .smm-preview-facebook-like-block-img img {
  margin-right: 8px;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-footer .smm-preview-facebook-comment-block-wrap {
  padding-top: 8px;
  min-width: 278px;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-footer .smm-preview-facebook-comment-block-wrap .smm-preview-facebook-comment-block {
  display: flex;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-footer .smm-preview-facebook-comment-block-wrap .smm-preview-facebook-comment-block .smm-preview-facebook-comment-block-photo {
  margin: 2px 6px 0 0;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-footer .smm-preview-facebook-comment-block-wrap .smm-preview-facebook-comment-block .smm-preview-facebook-comment-block-content-wrap .smm-preview-facebook-comment-block-content {
  background-color: #f0f2f5;
  border-radius: 18px;
  padding: 8px 12px;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-footer .smm-preview-facebook-comment-block-wrap .smm-preview-facebook-comment-block .smm-preview-facebook-comment-block-content-wrap .smm-preview-facebook-comment-block-content .smm-preview-facebook-comment-block-content-name {
  color: #050505;
  font-size: 13px;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-footer .smm-preview-facebook-comment-block-wrap .smm-preview-facebook-comment-block .smm-preview-facebook-comment-block-content-wrap .smm-preview-facebook-comment-block-content .smm-preview-facebook-comment-block-content-first-comm-text {
  color: #050505;
  font-size: 15px;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-footer .smm-preview-facebook-comment-block-wrap .smm-preview-facebook-comment-block .smm-preview-facebook-comment-block-content-wrap .smm-preview-facebook-comment-block-content-first-comm-time {
  color: #65676b;
  font-size: 12px;
  margin: 0 8px 0 4px;
  padding-top: 3px;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-footer .smm-preview-facebook-comment-block-wrap .smm-preview-facebook-add-comment {
  display: flex;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-footer .smm-preview-facebook-comment-block-wrap .smm-preview-facebook-add-comment .smm-preview-facebook-add-comment-photo {
  margin: 2px 6px 0 0;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-footer .smm-preview-facebook-comment-block-wrap .smm-preview-facebook-add-comment .smm-preview-facebook-add-comment-input {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #f0f2f5;
  border-radius: 18px;
  padding: 8px 12px;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-footer .smm-preview-facebook-comment-block-wrap .smm-preview-facebook-add-comment .smm-preview-facebook-add-comment-input .smm-preview-facebook-add-comment-input-text {
  flex-grow: 1;
  color: #656d7a;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-footer .smm-preview-facebook-comment-block-wrap .smm-preview-facebook-add-comment .smm-preview-facebook-add-comment-input .smm-preview-facebook-add-comment-input-icons-wrap {
  display: flex;
}
.smm-preview-facebook-wrap .smm-preview-facebook .smm-preview-facebook-footer .smm-preview-facebook-comment-block-wrap .smm-preview-facebook-add-comment .smm-preview-facebook-add-comment-input .smm-preview-facebook-add-comment-input-icons-wrap .smm-preview-facebook-add-comment-input-icon {
  padding: 4px;
}

.smm-preview-instagram-wrap .smm-preview-instagram {
  background-color: white;
  max-width: 470px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
}
@media (max-width: 900px) {
.smm-preview-instagram-wrap .smm-preview-instagram {
    max-width: 900px;
}
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-content-block-comment-header {
  display: flex;
  margin: 8px 4px 8px 12px;
  max-width: calc(100% - 46px);
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-content-block-comment-header .smm-preview-instagram-content-data {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-content-block-comment-header .smm-preview-instagram-content-data .smm-preview-instagram-content-data-photo img {
  border-radius: 50%;
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-content-block-comment-header .smm-preview-instagram-content-data .smm-preview-instagram-content-data-name {
  margin-left: 10px;
  padding: 2px;
  margin-left: 14px;
  color: #262626;
  font-size: 14px;
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-content-block-comment-header .smm-preview-instagram-content-more {
  transform: rotate(90deg);
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-content {
  display: flex;
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-footer .smm-preview-instagram-footer-like {
  display: flex;
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-footer .smm-preview-instagram-footer-like .smm-preview-instagram-footer-like-svg {
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 8px;
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-footer .smm-preview-instagram-footer-like .smm-preview-instagram-footer-like-svg.last {
  margin-left: auto;
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-footer .smm-preview-instagram-footer-views {
  padding-left: 12px;
  padding-right: 12px;
  color: #262626;
  font-weight: 600;
  font-size: 14px;
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-footer .smm-preview-instagram-footer-time {
  margin-bottom: 12px;
  padding-left: 12px;
  font-size: 10px;
  color: #8e8e8e;
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-footer .smm-preview-instagram-footer-comment-from-autor {
  padding: 0 12px;
  margin-bottom: calc(4 * 2);
  color: #262626;
  font-size: 14px;
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-footer .smm-preview-instagram-footer-comment-from-autor .smm-preview-instagram-footer-comment-description-wrap .smm-preview-instagram-footer-comment-autor {
  font-weight: 600;
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-footer .smm-preview-instagram-footer-comment-from-autor .smm-preview-instagram-footer-comment-description-wrap .smm-preview-instagram-footer-comment-description {
  word-break: break-word;
  white-space: pre-wrap;
  font-weight: 400;
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-footer .smm-preview-instagram-footer-comment-from-autor .smm-preview-instagram-footer-comment-description-wrap .smm-preview-instagram-footer-comment-description-h4 {
  color: #8e8e8e;
  cursor: pointer;
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-footer .smm-preview-instagram-footer-comment-from-autor .smm-preview-instagram-footer-comment-first-comm-wrap {
  display: flex;
  align-items: center;
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-footer .smm-preview-instagram-footer-comment-from-autor .smm-preview-instagram-footer-comment-first-comm-wrap .smm-preview-instagram-footer-comment-first-comm {
  flex-grow: 1;
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-footer .smm-preview-instagram-footer-comment-from-autor .smm-preview-instagram-footer-comment-first-comm-wrap .smm-preview-instagram-footer-comment-first-comm .smm-preview-instagram-footer-comment-autor {
  font-weight: 600;
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-footer .smm-preview-instagram-footer-comment-from-autor .smm-preview-instagram-footer-comment-first-comm-wrap .smm-preview-instagram-footer-comment-first-comm .smm-preview-instagram-footer-comment-first-comm-text {
  word-break: break-word;
  white-space: pre-wrap;
  font-weight: 400;
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-footer .smm-preview-instagram-footer-comment-from-autor .smm-preview-instagram-footer-comment-first-comm-wrap .smm-preview-instagram-footer-comment-first-comm .smm-preview-instagram-footer-comment-first-comm-text-h4 {
  color: #8e8e8e;
  cursor: pointer;
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-footer .smm-preview-instagram-footer-comments-block {
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  align-items: baseline;
  border-top: 1px solid #dbdbdb;
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-footer .smm-preview-instagram-footer-comments-block .smm-preview-instagram-footer-comments-emoji {
  padding: 8px 12px 8px 0;
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-footer .smm-preview-instagram-footer-comments-block .smm-preview-instagram-footer-comments-add-com {
  flex-grow: 1;
  height: 18px;
  color: #363636;
}
.smm-preview-instagram-wrap .smm-preview-instagram .smm-preview-instagram-footer .smm-preview-instagram-footer-comments-block .smm-preview-instagram-footer-comments-btn-publish {
  color: #0195f6;
  opacity: 0.3;
  font-size: 14px;
  font-weight: 600;
}
.noImage-inst {
  position: relative;
}
.noImage-inst .smm-preview-instagram-content-play {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  display: flex;
  justify-content: center;
}
.noImage-inst .smm-preview-instagram-content-sound {
  position: absolute;
  display: flex;
  justify-content: end;
}
.v-window {
  min-height: 1px;
}

.smm-preview-ok-dialog-wrap .smm-preview-ok-dialog .smm-preview-ok-dialog-header {
  display: flex;
  margin-bottom: 12px;
}
.smm-preview-ok-dialog-wrap .smm-preview-ok-dialog .smm-preview-ok-dialog-header .smm-preview-ok-dialog-header-photo {
  margin-right: 12px;
}
.smm-preview-ok-dialog-wrap .smm-preview-ok-dialog .smm-preview-ok-dialog-header .smm-preview-ok-dialog-header-photo img {
  border-radius: 50%;
}
.smm-preview-ok-dialog-wrap .smm-preview-ok-dialog .smm-preview-ok-dialog-header .smm-preview-ok-dialog-header-text {
  width: 100%;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.smm-preview-ok-dialog-wrap .smm-preview-ok-dialog .smm-preview-ok-dialog-header .smm-preview-ok-dialog-header-text .smm-preview-ok-dialog-header-text-name {
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 1.5;
}
.smm-preview-ok-dialog-wrap .smm-preview-ok-dialog .smm-preview-ok-dialog-header .smm-preview-ok-dialog-header-text .smm-preview-ok-dialog-header-text-date {
  color: #999;
  font-size: 12px;
}
.smm-preview-ok-dialog-wrap .smm-preview-ok-dialog .smm-preview-ok-dialog-header .smm-preview-ok-dialog-header-more .icon-down {
  font-size: 12px;
}
.smm-preview-ok-dialog-wrap .smm-preview-ok-dialog .smm-preview-ok-dialog-body .smm-preview-ok-dialog-body-text {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  word-break: break-word;
  white-space: pre-wrap;
  margin: 16px 0;
}
.smm-preview-ok-dialog-wrap .smm-preview-ok-dialog .smm-preview-ok-dialog-body .smm-preview-ok-dialog-body-media-wrap .smm-preview-ok-dialog-body-media {
  margin-bottom: 16px;
}
.smm-preview-ok-dialog-wrap .smm-preview-ok-dialog .smm-preview-ok-dialog-body .smm-preview-ok-dialog-body-media-wrap .smm-preview-ok-dialog-body-media .smm-preview-ok-dialog-body-media-img {
  width: 100%;
}
.smm-preview-ok-dialog-wrap .smm-preview-ok-dialog .smm-preview-ok-dialog-body .smm-preview-ok-dialog-body-media-wrap .smm-preview-ok-dialog-body-media .smm-preview-ok-dialog-body-media-video {
  margin: 12px 0;
  padding: 0 20px;
}
.smm-preview-ok-dialog-wrap .smm-preview-ok-dialog .smm-preview-ok-dialog-body .smm-preview-ok-dialog-body-media-wrap .smm-preview-ok-dialog-body-media .smm-preview-ok-dialog-body-media-video-views {
  color: #999;
  font-size: 12px;
  margin: 0 20px;
}
.smm-preview-ok-dialog-wrap .smm-preview-ok-dialog .smm-preview-ok-dialog-body .smm-preview-ok-dialog-body-poll {
  margin-bottom: 22px;
}
.smm-preview-ok-dialog-wrap .smm-preview-ok-dialog .smm-preview-ok-dialog-body .smm-preview-ok-dialog-body-poll .smm-preview-ok-dialog-body-poll-question {
  color: #333;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 4px;
}
.smm-preview-ok-dialog-wrap .smm-preview-ok-dialog .smm-preview-ok-dialog-body .smm-preview-ok-dialog-body-poll .smm-preview-ok-dialog-body-poll-voises {
  display: flex;
  line-height: 16px;
  margin-bottom: 12px;
  color: rgba(102, 102, 102, 0.8);
  font-size: 12px;
}
.smm-preview-ok-dialog-wrap .smm-preview-ok-dialog .smm-preview-ok-dialog-body .smm-preview-ok-dialog-body-poll .smm-preview-ok-dialog-body-poll-answers .smm-preview-ok-dialog-body-poll-answers-items {
  background-color: #ececec;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 32px;
  margin-bottom: 10px;
  padding: 0 8px;
}
.smm-preview-ok-dialog-wrap .smm-preview-ok-dialog .smm-preview-ok-dialog-body .smm-preview-ok-dialog-body-poll .smm-preview-ok-dialog-body-poll-answers .smm-preview-ok-dialog-body-poll-answers-items .smm-preview-ok-dialog-body-poll-answers-item-circle {
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.smm-preview-ok-dialog-wrap .smm-preview-ok-dialog .smm-preview-ok-dialog-body .smm-preview-ok-dialog-body-poll .smm-preview-ok-dialog-body-poll-answers .smm-preview-ok-dialog-body-poll-answers-items .smm-preview-ok-dialog-body-poll-answers-item-text {
  font-size: 14px;
  color: #333;
}

.smm-preview-ok-footer-wrap .smm-preview-ok-footer {
  margin-top: 12px;
}
.smm-preview-ok-footer-wrap .smm-preview-ok-footer .smm-preview-ok-footer-like-wrap {
  display: flex;
}
.smm-preview-ok-footer-wrap .smm-preview-ok-footer .smm-preview-ok-footer-like-wrap .smm-preview-ok-footer-like {
  background-color: #ebebeb;
  line-height: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 12px;
  color: #666;
  padding: 0 12px;
  display: flex;
  margin-right: 6px;
}
.smm-preview-ok-footer-wrap .smm-preview-ok-footer .smm-preview-ok-footer-like-wrap .smm-preview-ok-footer-like .smm-preview-ok-footer-like-icon {
  width: 14px;
  height: 14px;
}
.smm-preview-ok-footer-wrap .smm-preview-ok-footer .smm-preview-ok-footer-like-wrap .smm-preview-ok-footer-like .smm-preview-ok-footer-like-text {
  height: 24px;
  margin-left: 6px;
}
.smm-preview-ok-footer-wrap .smm-preview-ok-footer .smm-preview-ok-footer-like-wrap .smm-preview-ok-footer-like .smm-preview-ok-footer-like-count {
  margin: 0 -12px 0 0;
  padding: 0 12px 0 6px;
  border-radius: 0 12px 12px 0;
}

.smm-preview-ok-media-wrap .smm-preview-ok-media .smm-preview-ok-media-header-wrap .smm-preview-ok-media-header .smm-preview-ok-media-header-block {
  padding: 2px;
}
.smm-preview-ok-media-wrap .smm-preview-ok-media .smm-preview-ok-dialog-body-media-wrap .smm-preview-ok-dialog-body-media {
  margin-bottom: 16px;
}
.smm-preview-ok-media-wrap .smm-preview-ok-media .smm-preview-ok-dialog-body-media-wrap .smm-preview-ok-dialog-body-media .smm-preview-ok-dialog-body-media-img {
  width: 100%;
}
.smm-preview-ok-media-wrap .smm-preview-ok-media .smm-preview-ok-dialog-body-media-wrap .smm-preview-ok-dialog-body-media .smm-preview-ok-dialog-body-media-video {
  margin: 12px 0;
  padding: 0 20px;
}
.smm-preview-ok-media-wrap .smm-preview-ok-media .smm-preview-ok-dialog-body-media-wrap .smm-preview-ok-dialog-body-media .smm-preview-ok-dialog-body-media-video-views {
  color: #999;
  font-size: 12px;
  margin: 0 20px;
}

.smm-preview-ok-wrap {
  max-width: 470px;
  width: 100%;
}
@media (max-width: 900px) {
.smm-preview-ok-wrap {
    max-width: 900px;
}
}
.smm-preview-ok-wrap .smm-preview-ok {
  background-color: #fff;
  padding: 16px;
  margin-bottom: 12px;
  min-height: 48px;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
  margin: 1px;
}
.smm-preview-ok-wrap .smm-preview-ok .smm-preview-ok-header {
  display: flex;
  margin-bottom: 12px;
}
.smm-preview-ok-wrap .smm-preview-ok .smm-preview-ok-header .smm-preview-ok-header-photo {
  margin-right: 12px;
}
.smm-preview-ok-wrap .smm-preview-ok .smm-preview-ok-header .smm-preview-ok-header-photo img {
  border-radius: 50%;
}
.smm-preview-ok-wrap .smm-preview-ok .smm-preview-ok-header .smm-preview-ok-header-text {
  width: 100%;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.smm-preview-ok-wrap .smm-preview-ok .smm-preview-ok-header .smm-preview-ok-header-text .smm-preview-ok-header-text-name {
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 1.5;
}
.smm-preview-ok-wrap .smm-preview-ok .smm-preview-ok-header .smm-preview-ok-header-text .smm-preview-ok-header-text-date {
  color: #999;
  font-size: 12px;
}
.smm-preview-ok-wrap .smm-preview-ok .smm-preview-ok-header .smm-preview-ok-header-more .icon-down {
  font-size: 12px;
}
.smm-preview-ok-wrap .smm-preview-ok .smm-preview-ok-body {
  min-height: 15px;
}
.smm-preview-ok-wrap .smm-preview-ok .smm-preview-ok-body .smm-preview-ok-body-text {
  font-size: 14px;
  line-height: 15px;
  color: #333;
  word-break: break-word;
  white-space: pre-wrap;
}
.smm-preview-ok-wrap .smm-preview-ok .smm-preview-ok-body .smm-preview-ok-body-iamge {
  margin: 8px 0;
}
.smm-preview-ok-wrap .smm-preview-ok .smm-preview-ok-body .smm-preview-ok-body-text-h4-post {
  color: #999;
}
.smm-preview-ok-wrap .smm-preview-ok .smm-preview-ok-body .smm-preview-ok-body-media-wrap .smm-preview-ok-body-media {
  padding: 2px;
}
.smm-preview-ok-wrap .smm-preview-ok .smm-preview-ok-body .smm-preview-ok-body-poll .smm-preview-ok-body-poll-question {
  color: #333;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 4px;
}
.smm-preview-ok-wrap .smm-preview-ok .smm-preview-ok-body .smm-preview-ok-body-poll .smm-preview-ok-body-poll-voises {
  display: flex;
  line-height: 16px;
  margin-bottom: 12px;
  color: rgba(102, 102, 102, 0.8);
  font-size: 12px;
}
.smm-preview-ok-wrap .smm-preview-ok .smm-preview-ok-body .smm-preview-ok-body-poll .smm-preview-ok-body-poll-answers .smm-preview-ok-body-poll-answers-items {
  background-color: #ececec;
  border-radius: 4px;
  display: flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 10px;
  padding: 0 8px;
}
.smm-preview-ok-wrap .smm-preview-ok .smm-preview-ok-body .smm-preview-ok-body-poll .smm-preview-ok-body-poll-answers .smm-preview-ok-body-poll-answers-items .smm-preview-ok-body-poll-answers-item-circle {
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 8px;
}
.smm-preview-ok-wrap .smm-preview-ok .smm-preview-ok-body .smm-preview-ok-body-poll .smm-preview-ok-body-poll-answers .smm-preview-ok-body-poll-answers-items .smm-preview-ok-body-poll-answers-item-text {
  font-size: 14px;
  color: #333;
  min-width: 0;
  white-space: normal;
  overflow-wrap: break-word;
}
.smm-preview-ok-wrap .smm-preview-ok .smm-preview-ok-body .smm-preview-ok-more-wrap .smm-preview-ok-more {
  cursor: pointer;
  display: block;
  font-size: 14px;
  color: #999;
  margin-top: 8px;
  line-height: 16px;
  font-size: 12px;
  white-space: nowrap;
}
.smm-preview-ok-wrap .smm-preview-ok .smm-preview-ok-body .smm-preview-ok-more-wrap .smm-preview-ok-more:hover {
  color: #666;
}

.smm-pinterest-statistic-item {
  display: flex;
  align-items: center;
}
.smm-pinterest-statistic-item > div {
  margin-right: 4px;
}
.smm-pinterest-statistic-item > div:last-child {
  margin-right: 0;
}
.smm-pinterest-statistic-item .smm-stat-value {
  font-size: 14px;
}

.smm-preview-pinterest-wrap .smm-pinterest-account {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.smm-preview-pinterest-wrap .smm-pinterest-account .smm-pinterest-account-name {
  font-weight: 400;
  font-size: 14px;
  color: #767676;
  padding-left: 16px;
}
.smm-preview-pinterest-wrap .smm-preview-pinterest {
  max-width: 470px;
}
@media (max-width: 900px) {
.smm-preview-pinterest-wrap .smm-preview-pinterest {
    max-width: 900px;
}
}
.smm-preview-pinterest-wrap .smm-preview-pinterest .smm-pinterest-img-wrap {
  position: relative;
}
.smm-preview-pinterest-wrap .smm-preview-pinterest .smm-pinterest-img-wrap .smm-pinterest-img {
  max-height: 600px;
  border-radius: 16px;
  overflow: hidden;
}
.smm-preview-pinterest-wrap .smm-preview-pinterest .smm-pinterest-img-wrap .smm-pinterest-img img {
  width: 100%;
  height: auto;
}
.smm-preview-pinterest-wrap .smm-preview-pinterest .smm-pinterest-img-wrap .smm-preview-pin {
  position: absolute;
  background-color: #ffffffcc;
  font-size: 16px;
  cursor: pointer;
  color: #111;
  min-width: 60px;
  align-items: center;
  min-height: 32px;
  padding: 4px 12px;
  bottom: 12px;
  left: 12px;
  border-radius: 16px;
  font-weight: 600;
}
.smm-preview-pinterest-wrap .smm-preview-pinterest .smm-pinterest-img-wrap .smm-preview-pin:hover {
  background-color: #f0f0f0;
}
.smm-preview-pinterest-wrap .smm-preview-pinterest .smm-pinterest-statistic-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 6px 16px;
}

.smm-preview-stories-wrap .smm-preview-stories {
  background-color: white;
  max-width: 470px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
}
@media (max-width: 900px) {
.smm-preview-stories-wrap .smm-preview-stories {
    max-width: 900px;
}
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-content-block-comment-header {
  display: flex;
  margin: 8px 4px 8px 12px;
  max-width: calc(100% - 46px);
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-content-block-comment-header .smm-preview-stories-content-data {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-content-block-comment-header .smm-preview-stories-content-data .smm-preview-stories-content-data-photo img {
  border-radius: 50%;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-content-block-comment-header .smm-preview-stories-content-data .smm-preview-stories-content-data-name {
  margin-left: 10px;
  padding: 2px;
  margin-left: 14px;
  color: #262626;
  font-size: 14px;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-content-block-comment-header .smm-preview-stories-content-more {
  transform: rotate(90deg);
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-content {
  display: flex;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-like {
  display: flex;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-like .smm-preview-stories-footer-like-svg {
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 8px;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-like .smm-preview-stories-footer-like-svg.last {
  margin-left: auto;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-views {
  padding-left: 12px;
  padding-right: 12px;
  color: #262626;
  font-weight: 600;
  font-size: 14px;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-time {
  margin-bottom: 12px;
  padding-left: 12px;
  font-size: 10px;
  color: #8e8e8e;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comment-from-autor {
  padding: 0 12px;
  margin-bottom: calc(4 * 2);
  color: #262626;
  font-size: 14px;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comment-from-autor .smm-preview-stories-footer-comment-description-wrap .smm-preview-stories-footer-comment-autor {
  font-weight: 600;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comment-from-autor .smm-preview-stories-footer-comment-description-wrap .smm-preview-stories-footer-comment-description {
  word-break: break-word;
  white-space: pre-wrap;
  font-weight: 400;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comment-from-autor .smm-preview-stories-footer-comment-description-wrap .smm-preview-stories-footer-comment-description-h4 {
  color: #8e8e8e;
  cursor: pointer;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comment-from-autor .smm-preview-stories-footer-comment-first-comm-wrap {
  display: flex;
  align-items: center;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comment-from-autor .smm-preview-stories-footer-comment-first-comm-wrap .smm-preview-stories-footer-comment-first-comm {
  flex-grow: 1;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comment-from-autor .smm-preview-stories-footer-comment-first-comm-wrap .smm-preview-stories-footer-comment-first-comm .smm-preview-stories-footer-comment-autor {
  font-weight: 600;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comment-from-autor .smm-preview-stories-footer-comment-first-comm-wrap .smm-preview-stories-footer-comment-first-comm .smm-preview-stories-footer-comment-first-comm-text {
  word-break: break-word;
  white-space: pre-wrap;
  font-weight: 400;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comment-from-autor .smm-preview-stories-footer-comment-first-comm-wrap .smm-preview-stories-footer-comment-first-comm .smm-preview-stories-footer-comment-first-comm-text-h4 {
  color: #8e8e8e;
  cursor: pointer;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comments-block {
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  align-items: baseline;
  border-top: 1px solid #dbdbdb;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comments-block .smm-preview-stories-footer-comments-emoji {
  padding: 8px 12px 8px 0;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comments-block .smm-preview-stories-footer-comments-add-com {
  flex-grow: 1;
  height: 18px;
  color: #363636;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comments-block .smm-preview-stories-footer-comments-btn-publish {
  color: #0195f6;
  opacity: 0.3;
  font-size: 14px;
  font-weight: 600;
}
.noImage-inst {
  position: relative;
}
.noImage-inst .smm-preview-stories-content-play {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  display: flex;
  justify-content: center;
}
.noImage-inst .smm-preview-stories-content-sound {
  position: absolute;
  display: flex;
  justify-content: end;
}
.v-window {
  min-height: 1px;
}
.smm-preview-stories-wrap-active .smm-carousel-delimiters-stories {
  display: flex !important;
}
.smm-preview-stories-wrap-active .smm-preview-instagram-content-block-comment-stories {
  display: flex !important;
  background-color: transparent !important;
}
.smm-preview-stories-wrap-active .smm-preview-stories-content-block-comment-header {
  display: none !important;
}
.smm-preview-stories-wrap-active .smm-preview-stories-footer {
  display: none !important;
}
.smm-preview-stories-wrap-active .smm-carousel-delimiters {
  display: none !important;
}
.smm-preview-stories-wrap-active .smm-preview-stories {
  border-radius: 0 !important;
  border: none !important;
  background-color: transparent !important;
}
.smm-preview-stories-wrap-active .smm-post-media-carousel {
  max-width: 380px !important;
}
.smm-preview-stories-wrap-active .smm-carousel-multimedia {
  max-height: 674px !important;
  height: 674px !important;
  max-width: 380px !important;
}
.smm-preview-stories-wrap-active .smm-carousel-multimedia .smm-carousel-image-blur {
  image-rendering: crisp-edges !important;
  display: block !important;
  filter: blur(80px);
  z-index: 1;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: none;
}
.smm-preview-stories-wrap-active .smm-carousel-multimedia .smm-carousel-image {
  position: absolute;
  top: 0;
  z-index: 2;
  background-size: 100% auto !important;
  background-position: center !important;
  width: 100% !important;
  max-width: 380px !important;
  max-height: 674px !important;
}
.smm-preview-stories-wrap-active .smm-preview-stories-vk-content .smm-carousel-multimedia .smm-carousel-image {
  background-size: auto 100% !important;
}
.smm-preview-stories-wrap-active .smm-preview-instagram-content-block-footer-stories {
  display: flex !important;
  position: absolute;
  z-index: 999;
  bottom: 0;
  margin: 8px 4px 20px 12px;
  width: 100%;
  max-width: calc(100% - 16px);
  justify-content: space-between;
  align-items: center;
  background-color: transparent !important;
}
.smm-preview-stories-wrap-active .smm-preview-instagram-content-block-footer-stories .fake-send-message {
  border-radius: 20px;
  width: 75%;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.smm-preview-stories-wrap-active .smm-preview-instagram-content-block-footer-stories .fake-send-message .fake-send-message-placeholder {
  color: white;
  font-weight: 500;
  padding: 8px 16px;
}
.smm-preview-stories-wrap-active .smm-preview-instagram-content-block-footer-stories .fake-icon-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  margin-left: 1rem;
}
.smm-preview-stories-wrap-active .smm-preview-instagram-content-block-footer-stories .fake-icon-block svg {
  margin: 0 11px;
  max-width: 30px;
}

.smm-preview-telegram-counter[data-v-38884548] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  color: #707579;
}
.smm-preview-telegram-counter.smm-preview-telegram-counter_media[data-v-38884548] {
  color: white;
}
.smm-preview-telegram-counter .light[data-v-38884548] {
  fill: white;
}
.smm-preview-telegram-counter .count[data-v-38884548] {
  margin-inline-end: 10px;
}
.smm-preview-telegram-counter > span svg[data-v-38884548] {
  width: 16px;
  opacity: 0.6;
  margin-left: 3px;
  margin-right: 3px;
  fill: #707579;
}

.smm-preview-telegram-media-photo-wrap-wrap {
  max-height: 208px;
  overflow: hidden;
}
.smm-preview-telegram-media-photo-wrap-wrap.first {
  grid-column-start: 1;
  grid-column-end: 3;
}
.smm-preview-telegram-media-photo-wrap-for-text {
  overflow: hidden;
  background-color: #fff;
  max-width: 420px;
  border: none;
}
.smm-preview-telegram-media-photo-wrap-for-text .smm-preview-telegram-media-photo-wrap {
  position: relative;
}
.smm-preview-telegram-media-photo-wrap-for-text .smm-preview-telegram-media-photo-wrap .smm-preview-telegram-media-photo {
  max-height: 340px;
  max-width: 420px;
  min-width: 100px;
  min-height: 100px;
}
.file-text {
  width: 100%;
  display: flex !important;
  height: 100%;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  flex-direction: row !important;
}
.smm-preview-telegram-media-preview {
  position: absolute;
  right: 10px;
  bottom: 3px;
  border-radius: 12px;
  padding: 0 5px;
  background-color: #00000059;
}
.smm-preview-telegram-media-preview .smm-preview-telegram-media-count {
  display: flex;
  justify-content: end;
  font-size: 12px;
  color: #ffffff;
}
.smm-preview-telegram-media-preview .smm-preview-telegram-media-count > div svg {
  margin-left: 3px;
  margin-right: 6px;
  fill: #ffffff;
}
.smm-preview-telegram-media-video-wrap-for-text {
  width: 100%;
  height: 100%;
  position: relative;
}
.smm-preview-telegram-media-video-wrap-for-text .smm-preview-telegram-media-video-wrap {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.smm-preview-telegram-media-video-wrap-for-text .smm-preview-telegram-media-video-wrap .smm-preview-telegram-media-video {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  max-height: 500px;
}
.smm-preview-telegram-media-video-wrap-for-text .smm-preview-telegram-media-video-wrap .smm-preview-telegram-media-video-play {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smm-preview-telegram-media-video-wrap-for-text .smm-preview-telegram-media-video-wrap .smm-preview-telegram-media-video-play div {
  background-color: #00000059;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smm-preview-telegram-media-video-wrap-for-text .smm-preview-telegram-media-video-wrap .smm-preview-telegram-media-video-play div svg {
  width: 34px;
  height: 34px;
  fill: #ffffff;
  transform: translate(3.5px, 0);
}

.smm-preview-telegram-media-album {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 3px;
}
.file-text {
  width: 100%;
  display: flex !important;
  height: 100%;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  flex-direction: row !important;
}
.smm-preview-telegram-media-wrap {
  position: relative;
}
.smm-preview-telegram-media-wrap .smm-preview-telegram-media {
  display: flex;
}
.smm-preview-telegram-media-preview {
  position: absolute;
  right: 10px;
  bottom: 3px;
  padding: 0 5px;
  background-color: #00000059;
}

.file-text {
  width: 100%;
  display: flex !important;
  height: 100%;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  flex-direction: row !important;
}
.smm-preview-telegram-media-wrap .smm-preview-telegram-media .smm-preview-telegram-media-photo-wrap-for-text {
  margin-block-end: 8px;
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border: none;
}
.smm-preview-telegram-media-wrap .smm-preview-telegram-media .smm-preview-telegram-media-photo-wrap-for-text.media-only {
  margin-block-end: 0;
}
.smm-preview-telegram-media-wrap .smm-preview-telegram-media .smm-preview-telegram-media-photo-wrap-for-text .smm-preview-telegram-media-photo-wrap {
  position: relative;
}
.smm-preview-telegram-media-wrap .smm-preview-telegram-media .smm-preview-telegram-media-photo-wrap-for-text .smm-preview-telegram-media-photo-wrap .smm-preview-telegram-media-photo {
  max-height: 100%;
  max-width: 420px;
  height: 100%;
  min-width: 100px;
  min-height: 100px;
}
.smm-preview-telegram-media-wrap .smm-preview-telegram-media .smm-preview-telegram-media-video-wrap-for-text {
  width: 100%;
  height: 100%;
  position: relative;
}
.smm-preview-telegram-media-wrap .smm-preview-telegram-media .smm-preview-telegram-media-video-wrap-for-text .smm-preview-telegram-media-video-wrap {
  display: flex;
  position: relative;
}
.smm-preview-telegram-media-wrap .smm-preview-telegram-media .smm-preview-telegram-media-video-wrap-for-text .smm-preview-telegram-media-video-wrap .smm-preview-telegram-media-video {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  max-height: 500px;
}
.smm-preview-telegram-media-wrap .smm-preview-telegram-media .smm-preview-telegram-media-video-wrap-for-text .smm-preview-telegram-media-video-wrap .smm-preview-telegram-media-video-play {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smm-preview-telegram-media-wrap .smm-preview-telegram-media .smm-preview-telegram-media-video-wrap-for-text .smm-preview-telegram-media-video-wrap .smm-preview-telegram-media-video-play div {
  background-color: #00000059;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smm-preview-telegram-media-wrap .smm-preview-telegram-media .smm-preview-telegram-media-video-wrap-for-text .smm-preview-telegram-media-video-wrap .smm-preview-telegram-media-video-play div svg {
  width: 34px;
  height: 34px;
  fill: #ffffff;
  transform: translate(3.5px, 0);
}
.smm-preview-telegram-media-preview {
  position: absolute;
  right: 10px;
  bottom: 3px;
  padding: 0 5px;
  background-color: #00000059;
}
.smm-preview-telegram-media-text-wrap {
  padding: 6px 8px 6px 10px;
}
.smm-preview-telegram-media-text-wrap .smm-preview-telegram-media-text {
  word-break: break-word;
  white-space: pre-wrap;
  color: #000;
  font-size: 14px;
}

.smm-preview-telegram-poll-wrap[data-v-fdb02ade] {
  width: 100%;
}
.smm-preview-telegram-poll-wrap .smm-preview-telegram-poll .smm-preview-telegram-poll-name[data-v-fdb02ade] {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.smm-preview-telegram-poll-wrap .smm-preview-telegram-poll .smm-preview-telegram-poll-anon[data-v-fdb02ade] {
  color: #707579;
  font-size: 14px;
  margin: 2px 0 5px 0;
}
.smm-preview-telegram-poll-wrap .smm-preview-telegram-poll .smm-preview-telegram-poll-answers[data-v-fdb02ade] {
  margin-left: 6px;
  min-width: 0;
}
.smm-preview-telegram-poll-wrap .smm-preview-telegram-poll .smm-preview-telegram-poll-answers .smm-preview-telegram-poll-answers-item[data-v-fdb02ade] {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  min-width: 0;
}
.smm-preview-telegram-poll-wrap .smm-preview-telegram-poll .smm-preview-telegram-poll-answers .smm-preview-telegram-poll-answers-item .smm-preview-telegram-poll-answers-item-circle[data-v-fdb02ade] {
  border: 1px solid #dfe1e5;
  border-radius: 50%;
  width: 18px;
  min-width: 18px;
  height: 18px;
}
.smm-preview-telegram-poll-wrap .smm-preview-telegram-poll .smm-preview-telegram-poll-answers .smm-preview-telegram-poll-answers-item .smm-preview-telegram-poll-answers-item-text[data-v-fdb02ade] {
  margin-left: 12px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  min-width: 0;
  white-space: normal;
  overflow-wrap: break-word;
}

.child-post[data-v-e970526e] {
  margin-top: 10px;
}
.smm-preview-telegram-wrap_media-only[data-v-e970526e] {
  border-radius: 12px;
}
.smm-preview-telegram-wrap .smm-preview-telegram-social-network[data-v-e970526e] {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.smm-preview-telegram-wrap .smm-preview-telegram-social-network .smm-preview-telegram-social-network-name[data-v-e970526e] {
  margin-left: 16px;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
.smm-preview-telegram-wrap .smm-preview-telegram_title[data-v-e970526e] {
  padding: 4px 8px 0 8px;
  display: block;
  margin-block-end: 2px;
  color: cornflowerblue;
}
.smm-preview-telegram-wrap .smm-preview-telegram .smm-preview-telegram-foto-wrap[data-v-e970526e] {
  padding: 0;
}
.smm-preview-telegram-wrap .smm-preview-telegram .smm-preview-telegram-wrap-for-preview-count[data-v-e970526e] {
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dfe1e5;
  border-radius: 12px;
  max-width: 420px;
  width: 100%;
}
@media (max-width: 900px) {
.smm-preview-telegram-wrap .smm-preview-telegram .smm-preview-telegram-wrap-for-preview-count[data-v-e970526e] {
    max-width: 900px;
}
}
.smm-preview-telegram-wrap .smm-preview-telegram .smm-preview-telegram-wrap-for-preview-count .smm-preview-telegram-wrap-for-content[data-v-e970526e] {
  padding-inline: 8px;
}
.smm-preview-telegram-wrap .smm-preview-telegram .smm-preview-telegram-wrap-for-preview-count .smm-preview-telegram-wrap-for-content .smm-preview-telegram-text[data-v-e970526e] {
  min-width: 56px;
  width: 100%;
  word-break: break-word;
  white-space: pre-wrap;
  color: #000;
  line-height: 15px;
  font-size: 14px;
}
.smm-preview-telegram-preview-count[data-v-e970526e] {
  padding: 0 8px 4px 8px;
}
.smm-preview-telegram-media-photo-wrap-for-text[data-v-e970526e] {
  border: none !important;
  width: 100%;
}

.smm-preview-twitter-media-wrap {
  margin-top: 12px;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap {
  overflow: hidden;
  border-radius: 16px;
  border-style: solid;
  border-color: #fff;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo {
  flex-wrap: wrap;
  flex-direction: row;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo .smm-preview-twitter-media-photo-items {
  padding: 0;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo .smm-preview-twitter-media-photo-items.first {
  padding: 0 2px 2px 0;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo .smm-preview-twitter-media-photo-items.second {
  padding: 0 0 2px 2px;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo .smm-preview-twitter-media-photo-items.third {
  padding: 2px 2px 0 0;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo .smm-preview-twitter-media-photo-items.fourth {
  padding: 2px 0 0 2px;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo-length {
  display: flex;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo-length .smm-preview-twitter-media-photo-left {
  padding: 0 2px 0 0;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo-length .smm-preview-twitter-media-photo-right {
  padding: 0;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo-length .smm-preview-twitter-media-photo-right .row-photo-item-second {
  padding: 0 0 2px 2px;
  display: flex;
  height: 50%;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo-length .smm-preview-twitter-media-photo-right .row-photo-item-third {
  padding: 2px 0 0 2px;
  display: flex;
  height: 50%;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-video-wrap .smm-preview-twitter-media-video {
  border-radius: 16px;
}

.smm-preview-twitter-wrap {
  max-width: 470px;
  width: 100%;
}
@media (max-width: 900px) {
.smm-preview-twitter-wrap {
    max-width: 900px;
}
}
.smm-preview-twitter-wrap .smm-preview-twitter {
  display: flex;
  padding: 12px 14px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
  margin: 1px;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-photo {
  margin-right: 13px;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block {
  width: 100%;
  min-width: 0;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-header {
  font-size: 15px;
  margin-bottom: 2px;
  display: flex;
  justify-content: space-between;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-header .smm-preview-twitter-block-header-name {
  color: #0f1419;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-header .smm-preview-twitter-block-header-name span {
  color: #536471;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-header .smm-preview-twitter-block-header-more {
  max-height: 20px;
  max-width: 20px;
  transform: rotate(90deg);
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-header .smm-preview-twitter-block-header-more .icon-more {
  font-size: 16px;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-content {
  min-height: 15px;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-content .smm-preview-twitter-block-body-text {
  word-break: break-word;
  white-space: pre-wrap;
  font-size: 15px;
  font-weight: 400;
  color: #0f1419;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-content .smm-preview-twitter-block-body-poll-wrap .smm-preview-twitter-block-body-poll-topic {
  font-size: 15px;
  color: #0f1419;
  margin-bottom: 15px;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-content .smm-preview-twitter-block-body-poll-wrap .smm-preview-twitter-block-body-poll-answers {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-content .smm-preview-twitter-block-body-poll-wrap .smm-preview-twitter-block-body-poll-answers .smm-preview-twitter-block-body-poll-answers-item {
  display: flex;
  min-width: 0;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-content .smm-preview-twitter-block-body-poll-wrap .smm-preview-twitter-block-body-poll-answers .smm-preview-twitter-block-body-poll-answers-item .smm-preview-twitter-block-body-poll-answers-color {
  background-color: #cfd9de;
  min-width: 7px;
  width: 7px;
  border-radius: 4px;
  min-height: 22px;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-content .smm-preview-twitter-block-body-poll-wrap .smm-preview-twitter-block-body-poll-answers .smm-preview-twitter-block-body-poll-answers-item .smm-preview-twitter-block-body-poll-answers-text {
  padding: 0 12px;
  font-size: 15px;
  color: #0f1419;
  min-width: 0;
  white-space: normal;
  overflow-wrap: break-word;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-content .smm-preview-twitter-block-body-poll-wrap .smm-preview-twitter-block-body-poll-answers .smm-preview-twitter-block-body-poll-answers-percent {
  font-size: 15px;
  color: #0f1419;
  flex-wrap: 700;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-content .smm-preview-twitter-block-body-poll-wrap .smm-preview-twitter-block-body-poll-votes {
  color: #536471;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-like {
  max-width: 425px;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-like .smm-preview-twitter-svg {
  width: 20px;
}

.smm-preview-stories-wrap .smm-preview-stories {
  background-color: white;
  max-width: 470px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
}
@media (max-width: 900px) {
.smm-preview-stories-wrap .smm-preview-stories {
    max-width: 900px;
}
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-content-block-comment-header {
  display: flex;
  margin: 8px 4px 8px 12px;
  max-width: calc(100% - 46px);
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-content-block-comment-header .smm-preview-stories-content-data {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-content-block-comment-header .smm-preview-stories-content-data .smm-preview-stories-content-data-photo img {
  border-radius: 50%;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-content-block-comment-header .smm-preview-stories-content-data .smm-preview-stories-content-data-name {
  margin-left: 10px;
  padding: 2px;
  margin-left: 14px;
  color: #262626;
  font-size: 14px;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-content-block-comment-header .smm-preview-stories-content-more {
  transform: rotate(90deg);
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-content {
  display: flex;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-like {
  display: flex;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-like .smm-preview-stories-footer-like-svg {
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 8px;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-like .smm-preview-stories-footer-like-svg.last {
  margin-left: auto;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-views {
  padding-left: 12px;
  padding-right: 12px;
  color: #262626;
  font-weight: 600;
  font-size: 14px;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-time {
  margin-bottom: 12px;
  padding-left: 12px;
  font-size: 10px;
  color: #8e8e8e;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comment-from-autor {
  padding: 0 12px;
  margin-bottom: calc(4 * 2);
  color: #262626;
  font-size: 14px;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comment-from-autor .smm-preview-stories-footer-comment-description-wrap .smm-preview-stories-footer-comment-autor {
  font-weight: 600;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comment-from-autor .smm-preview-stories-footer-comment-description-wrap .smm-preview-stories-footer-comment-description {
  word-break: break-word;
  white-space: pre-wrap;
  font-weight: 400;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comment-from-autor .smm-preview-stories-footer-comment-description-wrap .smm-preview-stories-footer-comment-description-h4 {
  color: #8e8e8e;
  cursor: pointer;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comment-from-autor .smm-preview-stories-footer-comment-first-comm-wrap {
  display: flex;
  align-items: center;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comment-from-autor .smm-preview-stories-footer-comment-first-comm-wrap .smm-preview-stories-footer-comment-first-comm {
  flex-grow: 1;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comment-from-autor .smm-preview-stories-footer-comment-first-comm-wrap .smm-preview-stories-footer-comment-first-comm .smm-preview-stories-footer-comment-autor {
  font-weight: 600;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comment-from-autor .smm-preview-stories-footer-comment-first-comm-wrap .smm-preview-stories-footer-comment-first-comm .smm-preview-stories-footer-comment-first-comm-text {
  word-break: break-word;
  white-space: pre-wrap;
  font-weight: 400;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comment-from-autor .smm-preview-stories-footer-comment-first-comm-wrap .smm-preview-stories-footer-comment-first-comm .smm-preview-stories-footer-comment-first-comm-text-h4 {
  color: #8e8e8e;
  cursor: pointer;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comments-block {
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  align-items: baseline;
  border-top: 1px solid #dbdbdb;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comments-block .smm-preview-stories-footer-comments-emoji {
  padding: 8px 12px 8px 0;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comments-block .smm-preview-stories-footer-comments-add-com {
  flex-grow: 1;
  height: 18px;
  color: #363636;
}
.smm-preview-stories-wrap .smm-preview-stories .smm-preview-stories-footer .smm-preview-stories-footer-comments-block .smm-preview-stories-footer-comments-btn-publish {
  color: #0195f6;
  opacity: 0.3;
  font-size: 14px;
  font-weight: 600;
}
.noImage-inst {
  position: relative;
}
.noImage-inst .smm-preview-stories-content-play {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  display: flex;
  justify-content: center;
}
.noImage-inst .smm-preview-stories-content-sound {
  position: absolute;
  display: flex;
  justify-content: end;
}
.v-window {
  min-height: 1px;
}
.smm-preview-stories-wrap-active .smm-carousel-delimiters-stories {
  display: flex !important;
}
.smm-preview-stories-wrap-active .smm-carousel-multimedia {
  background-color: black !important;
}
.smm-preview-stories-wrap-active .smm-preview-tiktok-content-block-comment-stories {
  display: block !important;
  background-color: transparent !important;
}
.smm-preview-stories-wrap-active .smm-preview-stories-content-block-comment-header {
  display: none !important;
}
.smm-preview-stories-wrap-active .smm-preview-stories-footer {
  display: none !important;
}
.smm-preview-stories-wrap-active .smm-carousel-delimiters {
  display: none !important;
}
.smm-preview-stories-wrap-active .smm-preview-stories {
  border-radius: 0 !important;
  border: none !important;
  background-color: transparent !important;
}
.smm-preview-stories-wrap-active .smm-post-media-carousel {
  max-width: 380px !important;
}
.smm-preview-stories-wrap-active .smm-carousel-multimedia {
  max-height: 674px !important;
  height: 674px !important;
  max-width: 380px !important;
}
.smm-preview-stories-wrap-active .smm-carousel-multimedia .smm-carousel-image-blur {
  image-rendering: crisp-edges !important;
  display: block !important;
  filter: blur(80px);
  z-index: 1;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: none;
}
.smm-preview-stories-wrap-active .smm-carousel-multimedia .smm-carousel-image {
  position: absolute;
  top: 0;
  z-index: 2;
  background-size: 100% auto !important;
  background-position: center !important;
  width: 100% !important;
  max-width: 380px !important;
  max-height: 674px !important;
}
.smm-preview-stories-wrap-active .smm-preview-tiktok-content-block-footer-stories {
  display: block !important;
  position: absolute;
  z-index: 999;
  bottom: 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background-color: transparent !important;
  margin-bottom: 28px;
  color: white;
  font-weight: 500;
  font-size: 16px;
  padding: 8px;
}
.smm-preview-stories-wrap-active .smm-preview-tiktok-content-block-footer-stories .smm-preview-tiktok-content-data-name {
  padding: 8px;
  color: white;
  font-size: 16px;
  font-weight: 500 !important;
}
.smm-preview-stories-wrap-active .smm-preview-tiktok-content-block-footer-stories .smm-preview-tiktok-content-data-text {
  color: white;
  font-size: 15px;
  font-weight: 500 !important;
}
.smm-preview-stories-wrap-active .smm-preview-tiktok-content-block-footer-stories .fake-send-message {
  border-radius: 20px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.smm-preview-stories-wrap-active .smm-preview-tiktok-content-block-footer-stories .fake-send-message .fake-send-message-placeholder {
  color: white;
  font-weight: 500 !important;
  padding: 8px 16px;
}
.smm-preview-stories-wrap-active .smm-preview-tiktok-content-block-footer-stories .fake-icon-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
}
.smm-preview-stories-wrap-active .smm-preview-tiktok-content-block-footer-stories .fake-icon-block .fake-icon {
  scale: 0.6;
  display: block;
  text-align: center;
  color: white;
  font-weight: 500;
}
.smm-preview-stories-wrap-active .smm-preview-tiktok-content-block-footer-stories .fake-icon-block .fake-icon svg {
  margin-bottom: 4px;
}

.smm-preview-twitter-media-wrap {
  margin-top: 12px;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap {
  overflow: hidden;
  border-radius: 16px;
  border-style: solid;
  border-color: #fff;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo {
  flex-wrap: wrap;
  flex-direction: row;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo .smm-preview-twitter-media-photo-items {
  padding: 0;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo .smm-preview-twitter-media-photo-items.first {
  padding: 0 2px 2px 0;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo .smm-preview-twitter-media-photo-items.second {
  padding: 0 0 2px 2px;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo .smm-preview-twitter-media-photo-items.third {
  padding: 2px 2px 0 0;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo .smm-preview-twitter-media-photo-items.fourth {
  padding: 2px 0 0 2px;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo-length {
  display: flex;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo-length .smm-preview-twitter-media-photo-left {
  padding: 0 2px 0 0;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo-length .smm-preview-twitter-media-photo-right {
  padding: 0;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo-length .smm-preview-twitter-media-photo-right .row-photo-item-second {
  padding: 0 0 2px 2px;
  display: flex;
  height: 50%;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-photo-wrap .smm-preview-twitter-media-photo-length .smm-preview-twitter-media-photo-right .row-photo-item-third {
  padding: 2px 0 0 2px;
  display: flex;
  height: 50%;
}
.smm-preview-twitter-media-wrap .smm-preview-twitter-media .smm-preview-twitter-media-video-wrap .smm-preview-twitter-media-video {
  border-radius: 16px;
}

.smm-preview-twitter-wrap {
  max-width: 470px;
  width: 100%;
}
@media (max-width: 900px) {
.smm-preview-twitter-wrap {
    max-width: 900px;
}
}
.smm-preview-twitter-wrap .smm-preview-twitter {
  display: flex;
  padding: 12px 14px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
  margin: 1px;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-photo {
  margin-right: 13px;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block {
  width: 100%;
  min-width: 0;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-header {
  font-size: 15px;
  margin-bottom: 2px;
  display: flex;
  justify-content: space-between;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-header .smm-preview-twitter-block-header-name {
  color: #0f1419;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-header .smm-preview-twitter-block-header-name span {
  color: #536471;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-header .smm-preview-twitter-block-header-more {
  max-height: 20px;
  max-width: 20px;
  transform: rotate(90deg);
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-header .smm-preview-twitter-block-header-more .icon-more {
  font-size: 16px;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-content {
  min-height: 15px;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-content .smm-preview-twitter-block-body-text {
  word-break: break-word;
  white-space: pre-wrap;
  font-size: 15px;
  font-weight: 400;
  color: #0f1419;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-content .smm-preview-twitter-block-body-poll-wrap .smm-preview-twitter-block-body-poll-topic {
  font-size: 15px;
  color: #0f1419;
  margin-bottom: 15px;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-content .smm-preview-twitter-block-body-poll-wrap .smm-preview-twitter-block-body-poll-answers {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-content .smm-preview-twitter-block-body-poll-wrap .smm-preview-twitter-block-body-poll-answers .smm-preview-twitter-block-body-poll-answers-item {
  display: flex;
  min-width: 0;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-content .smm-preview-twitter-block-body-poll-wrap .smm-preview-twitter-block-body-poll-answers .smm-preview-twitter-block-body-poll-answers-item .smm-preview-twitter-block-body-poll-answers-color {
  background-color: #cfd9de;
  min-width: 7px;
  width: 7px;
  border-radius: 4px;
  min-height: 22px;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-content .smm-preview-twitter-block-body-poll-wrap .smm-preview-twitter-block-body-poll-answers .smm-preview-twitter-block-body-poll-answers-item .smm-preview-twitter-block-body-poll-answers-text {
  padding: 0 12px;
  font-size: 15px;
  color: #0f1419;
  min-width: 0;
  white-space: normal;
  overflow-wrap: break-word;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-content .smm-preview-twitter-block-body-poll-wrap .smm-preview-twitter-block-body-poll-answers .smm-preview-twitter-block-body-poll-answers-percent {
  font-size: 15px;
  color: #0f1419;
  flex-wrap: 700;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-content .smm-preview-twitter-block-body-poll-wrap .smm-preview-twitter-block-body-poll-votes {
  color: #536471;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-like {
  max-width: 425px;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.smm-preview-twitter-wrap .smm-preview-twitter .smm-preview-twitter-block .smm-preview-twitter-block-body .smm-preview-twitter-block-body-like .smm-preview-twitter-svg {
  width: 20px;
}

.smm-preview-vk-media-wrap .smm-preview-vk-media {
  margin-top: 16px;
  margin-bottom: 8px;
  padding: 0;
  width: 100%;
  min-height: 155px;
}
.smm-preview-vk-media-wrap .smm-preview-vk-media.isImage {
  margin-bottom: 8px;
  margin-top: 0;
  padding: 0;
}
.smm-preview-vk-media-wrap .smm-preview-vk-media .smm-preview-vk-media-image {
  margin-right: 4px;
  width: 100%;
  margin-bottom: -4px;
  cursor: pointer;
}
.smm-preview-vk-media-wrap .smm-preview-vk-media .smm-preview-vk-media-video {
  width: 100%;
  cursor: pointer;
  object-fit: contain;
  background: #000000;
}
.smm-preview-vk-media-wrap .smm-preview-vk-media .smm-preview-vk-media-video-preview {
  margin-right: 4px;
  width: 100%;
  margin-bottom: -4px;
  cursor: pointer;
  position: relative;
  background: #000000;
}
.smm-preview-vk-media-wrap .smm-preview-vk-media .smm-preview-vk-media-video-preview video {
  width: 100%;
  object-fit: contain;
}
.smm-preview-vk-media-wrap .smm-preview-vk-media .smm-preview-vk-media-row {
  padding: 0;
  margin-left: -2px;
  margin-right: -2px;
  margin-top: 7px;
}
.smm-preview-vk-media-wrap .smm-preview-vk-media .smm-preview-vk-media-row .for-video {
  display: flex;
  justify-content: center;
}
.smm-preview-vk-media-wrap .smm-preview-vk-media .smm-preview-vk-media-row .img-small {
  cursor: pointer;
  min-height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 2px;
  height: 100px;
}
.smm-preview-vk-media-wrap .smm-preview-vk-media .smm-preview-vk-media-row .img-small.video {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
}
.smm-preview-vk-media-wrap .smm-preview-vk-media .smm-preview-vk-media-row .img-small.video video {
  width: 100%;
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
}
.smm-preview-vk-media-wrap .smm-preview-vk-media-modal {
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
  text-align: center !important;
  margin: auto !important;
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
.smm-preview-vk-media-wrap .smm-preview-vk-media-modal .smm-preview-vk-media-modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.smm-preview-vk-media-wrap .smm-preview-vk-media-modal .arrow-control {
  flex: 1;
  align-self: stretch;
}
.smm-preview-vk-media-wrap .smm-preview-vk-media-modal .smm-preview-vk-media-modal-close:hover,
.smm-preview-vk-media-wrap .smm-preview-vk-media-modal .smm-preview-vk-media-modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.smm-preview-vk-media-wrap .smm-preview-vk-media-modal .smm-preview-vk-media-modal-content {
  max-width: 70vw !important;
  max-height: 70vh !important;
  object-fit: contain !important;
  height: inherit !important;
  width: inherit !important;
  min-height: inherit !important;
  min-width: inherit !important;
  top: inherit !important;
  left: inherit !important;
  background-size: contain !important;
  background: rgba(60, 60, 60, 0.5) !important;
}
.smm-preview-vk-media-video-preview-timeShow-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smm-preview-vk-media-video-preview-timeShow-wrap .smm-preview-vk-media-video-preview-timeShow {
  margin: 8px;
  padding: 0 7px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 12.5px;
  line-height: 23px;
  height: 23px;
  width: 23px;
  white-space: nowrap;
}

.smm-preview-vk-wrap {
  max-width: 470px;
  width: 100%;
}
@media (max-width: 900px) {
.smm-preview-vk-wrap {
    max-width: 900px;
}
}
.smm-preview-vk-wrap .smm-preview-vk {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
  margin: 1px;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post_header-vk {
  display: flex;
  flex-direction: row;
  padding: 15px 20px 0;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post_header-vk .post_header_photo_vk {
  margin-right: 15px;
  width: 50px;
  height: 50px;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post_header-vk .post_header_photo_vk img {
  border-radius: 50%;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post_header-vk .post_header-info-vk {
  white-space: initial;
  padding-top: 8px;
  width: 100%;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post_header-vk .post_header-info-vk .post-header-info-autor-vk {
  margin: 0;
  padding-right: 20px;
  color: #2a5885;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post_header-vk .post_header-info-vk .post-header-info-date-vk {
  padding-top: 3px;
  color: #818c99;
  white-space: nowrap;
  font-size: 12.5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post_header-vk .post_header-more-vk {
  transform: rotate(90deg);
  margin-right: 20px;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post_header-vk .post_header-more-vk .icon-more {
  font-size: 16px;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap {
  padding: 8px 20px 15px 20px;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .wall-text-vk .post-content-vk-text {
  line-height: 1.462;
  overflow: hidden;
  word-wrap: break-word;
  white-space: pre-wrap;
  padding-top: 3px;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .wall-text-vk .post-content-vk-text-h4-post {
  color: #2a5885;
  cursor: pointer;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .wall-text-vk .post-content-vk-image {
  padding: 10px 0 4px;
  height: 500px;
  max-height: 500px;
  margin: 8px 0;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .wall-text-vk .post-content-vk-poll-wrap {
  margin: 30px 0 7px;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .wall-text-vk .post-content-vk-poll-wrap .post-content-vk-poll {
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .wall-text-vk .post-content-vk-poll-wrap .post-content-vk-poll .post-content-vk-poll-header {
  min-height: 34px;
  text-align: center;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .wall-text-vk .post-content-vk-poll-wrap .post-content-vk-poll .post-content-vk-poll-header .post-content-vk-poll-header-name {
  padding-top: 10px;
  color: #000000;
  word-wrap: break-word;
  font-weight: 900;
  line-height: 34px;
  font-size: 30px;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .wall-text-vk .post-content-vk-poll-wrap .post-content-vk-poll .post-content-vk-poll-header .post-content-vk-poll-header-info {
  line-height: 18px;
  font-size: 14px;
  color: #818c99;
  text-align: center;
  padding: 12px 0;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .wall-text-vk .post-content-vk-poll-wrap .post-content-vk-poll .post-content-vk-poll-header .post-content-vk-poll-header-info .post-content-vk-poll-header-autor {
  padding-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .wall-text-vk .post-content-vk-poll-wrap .post-content-vk-poll .post-content-vk-poll-header-more-wrap {
  display: flex;
  justify-content: flex-end;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .wall-text-vk .post-content-vk-poll-wrap .post-content-vk-poll .post-content-vk-poll-header-more-wrap .post-content-vk-poll-header-more {
  max-height: 20px;
  max-width: 20px;
  margin-right: 20px;
  transform: rotate(90deg);
  position: relative;
  top: 10px;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .wall-text-vk .post-content-vk-poll-wrap .post-content-vk-poll .post-content-vk-poll-header-more-wrap .post-content-vk-poll-header-more .icon-more {
  font-size: 16px;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .wall-text-vk .post-content-vk-poll-wrap .post-content-vk-poll .post-content-vk-answers {
  padding: 0 20px;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .wall-text-vk .post-content-vk-poll-wrap .post-content-vk-poll .post-content-vk-answers:last-child {
  padding-bottom: 20px;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .wall-text-vk .post-content-vk-poll-wrap .post-content-vk-poll .post-content-vk-answers .post-content-vk-answers-item-wrap {
  padding: 5px;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .wall-text-vk .post-content-vk-poll-wrap .post-content-vk-poll .post-content-vk-answers .post-content-vk-answers-item-wrap .post-content-vk-answers-item {
  background-color: #eef3f8;
  border-radius: 4px;
  min-height: 30px;
  overflow: hidden;
  padding: 6px 75px 8px 10px;
  line-height: 16px;
  font-size: 13px;
  color: #000000;
  word-wrap: break-word;
  min-width: 0;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .post-content-vk-like-wrap .post-content-vk-like {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .post-content-vk-like-wrap .post-content-vk-like .post-content-vk-btns {
  display: flex;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .post-content-vk-like-wrap .post-content-vk-like .post-content-vk-btns > div {
  margin-right: 8px;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .post-content-vk-like-wrap .post-content-vk-like .post-content-vk-btns:last-child {
  margin-right: 0;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .post-content-vk-like-wrap .post-content-vk-like .post-content-vk-btns .post-content-vk-btns-wrap {
  height: 32px;
  width: 48px;
  padding: 4px 12px;
  background-color: #f0f2f5;
  border-radius: 32px;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .post-content-vk-like-wrap .post-content-vk-like .post-content-vk-btns .post-content-vk-btns-wrap .post-content-vk-btns-icon {
  color: #99a2ad;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .post-content-vk-like-wrap .post-content-vk-like .post-content-vk-view {
  font-size: 13px;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .post-content-vk-like-wrap .post-content-vk-like .post-content-vk-view .post-content-vk-view-like-views-icon {
  margin-right: 6px;
  width: 14px;
  height: 14px;
  color: #99a2ad;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .wall-text-vk-wrap .post-content-vk-like-wrap .post-content-vk-like .post-content-vk-view .post-content-vk-view-like-views-icon {
  line-height: 15px;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .smm-preview-vk-comment-block-wrap {
  border-top: 1px solid #dce1e6;
  padding: 12px 20px;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .smm-preview-vk-comment-block-wrap .smm-preview-vk-comment-block {
  display: flex;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .smm-preview-vk-comment-block-wrap .smm-preview-vk-comment-block .smm-preview-vk-comment-block-content {
  margin-left: 15px;
  padding: 7px 0;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .smm-preview-vk-comment-block-wrap .smm-preview-vk-comment-block .smm-preview-vk-comment-block-content .smm-preview-vk-comment-block-content-name {
  color: #2a5885;
  font-weight: 500;
  font-size: 12.5px;
  line-height: 14px;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .smm-preview-vk-comment-block-wrap .smm-preview-vk-comment-block .smm-preview-vk-comment-block-content .smm-preview-vk-comment-block-content-first-comm-text {
  color: #000000;
  font-size: 13px;
  line-height: 14px;
  padding-top: 1px;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .smm-preview-vk-comment-block-wrap .smm-preview-vk-comment-block .smm-preview-vk-comment-block-content .smm-preview-vk-comment-block-content-first-comm-time {
  color: #626d7a;
  line-height: 14px;
  font-size: 12.5px;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .smm-preview-vk-comment-block-wrap .smm-preview-vk-add-comment {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .smm-preview-vk-comment-block-wrap .smm-preview-vk-add-comment .smm-preview-vk-add-comment-input {
  margin: 0 15px;
  border: 1px solid #d3d9de;
  border-radius: 6px;
  padding: 7px 12px 9px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .smm-preview-vk-comment-block-wrap .smm-preview-vk-add-comment .smm-preview-vk-add-comment-input .smm-preview-vk-add-comment-input-text {
  color: #818c99;
  flex-grow: 1;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .smm-preview-vk-comment-block-wrap .smm-preview-vk-add-comment .smm-preview-vk-add-comment-input .smm-preview-vk-add-comment-input-icons-wrap {
  display: flex;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .smm-preview-vk-comment-block-wrap .smm-preview-vk-add-comment .smm-preview-vk-add-comment-input .smm-preview-vk-add-comment-input-icons-wrap .smm-preview-vk-add-comment-input-icon {
  margin: 4px;
}
.smm-preview-vk-wrap .smm-preview-vk .post_content-vk .post-content-vk .smm-preview-vk-comment-block-wrap .smm-preview-vk-add-comment .smm-preview-vk-add-comment-submit {
  color: #99a2ad;
  opacity: 0.3;
  font-size: 22px;
}

.smm-preview-linkedin-poll-wrap .smm-preview-linkedin-poll {
  margin: 0.8rem 1.6rem 0;
  padding: 16px;
  border-radius: 0.8rem;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
}
.smm-preview-linkedin-poll-wrap .smm-preview-linkedin-poll .smm-preview-linkedin-poll-header {
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  line-height: 18px;
  max-width: 928px;
  display: block;
  max-height: 56px;
  position: relative;
  overflow: hidden;
  word-break: break-word;
}
.smm-preview-linkedin-poll-wrap .smm-preview-linkedin-poll .smm-preview-linkedin-poll-sub-header {
  margin-bottom: 16px;
  color: #00000099;
  font-size: 12px;
}
.smm-preview-linkedin-poll-wrap .smm-preview-linkedin-poll .smm-preview-linkedin-poll-sub-header span {
  color: #8344cc;
  text-decoration: none;
}
.smm-preview-linkedin-poll-wrap .smm-preview-linkedin-poll .smm-preview-linkedin-poll-sub-header span:hover {
  text-decoration: underline;
}
.smm-preview-linkedin-poll-wrap .smm-preview-linkedin-poll .smm-preview-linkedin-poll-response-wrap .smm-preview-linkedin-poll-response {
  margin-bottom: 8px;
  color: #0a66c2;
  min-height: 32px;
  width: 100%;
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px #0a66c2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 6px 16px;
}
.smm-preview-linkedin-poll-wrap .smm-preview-linkedin-poll .smm-preview-linkedin-poll-footer {
  padding-top: 8px;
  display: flex;
  color: #00000099;
  font-size: 12px;
}
.smm-preview-linkedin-poll-wrap .smm-preview-linkedin-poll .smm-preview-linkedin-poll-footer > div {
  padding-right: 5px;
}
.smm-preview-linkedin-poll-wrap .smm-preview-linkedin-poll .smm-preview-linkedin-poll-footer > div:last-child {
  padding-right: 0;
}
.smm-preview-linkedin-poll-wrap .smm-preview-linkedin-poll .smm-preview-linkedin-poll-footer .smm-preview-linkedin-poll-footer-voises {
  color: #0a66c2;
  font-weight: 600;
}

.smm-preview-linkedin-wrap {
  max-width: 470px;
  width: 100%;
}
@media (max-width: 900px) {
.smm-preview-linkedin-wrap {
    max-width: 900px;
}
}
.smm-preview-linkedin-wrap .smm-preview-linkedin {
  background-color: #fff;
  border-radius: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-user {
  padding: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 425px) {
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-user {
    padding: 5px;
    font-size: 12px;
}
}
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-user .smm-preview-linkedin-user-posted {
  display: flex;
  color: rgba(0, 0, 0, 0.9);
}
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-user .smm-preview-linkedin-user-posted .smm-preview-linkedin-user-posted-name {
  font-weight: 600;
  margin-left: 5px;
}
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-user .smm-preview-linkedin-user-posted .smm-preview-linkedin-user-posted-date::before {
  color: rgba(0, 0, 0, 0.9);
  content: "•";
  margin: 0 4px;
}
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-user .smm-preview-linkedin-user-more {
  transform: rotate(90deg);
  color: rgba(0, 0, 0, 0.6);
}
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-content .smm-preview-linkedin-content-header {
  display: flex;
  padding: 1.2rem 1.6rem 0;
  margin-bottom: 8px;
}
@media (max-width: 425px) {
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-content .smm-preview-linkedin-content-header {
    padding: 10px 5px 0;
}
}
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-content .smm-preview-linkedin-content-header .smm-preview-linkedin-content-header-data {
  flex-grow: 1;
  flex-basis: 0;
  margin-left: 0.8rem;
  overflow: hidden;
}
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-content .smm-preview-linkedin-content-header .smm-preview-linkedin-content-header-data svg {
  margin-left: 5px;
}
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-content .smm-preview-linkedin-content-header .smm-preview-linkedin-content-header-data .smm-preview-linkedin-content-header-data-time {
  display: flex;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-content .smm-preview-linkedin-content-header .smm-preview-linkedin-content-header-data .smm-preview-linkedin-content-header-data-count {
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 12px;
}
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-content .smm-preview-linkedin-content-header .smm-preview-linkedin-content-header-data .smm-preview-linkedin-content-header-data-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 600;
}
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-content .smm-preview-linkedin-content-body .smm-preview-linkedin-content-body-content .smm-preview-linkedin-content-body-text {
  line-height: inherit !important;
  color: #000000e6;
  font-size: 14px;
  padding: 0 1.6rem;
}
@media (max-width: 425px) {
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-content .smm-preview-linkedin-content-body .smm-preview-linkedin-content-body-content .smm-preview-linkedin-content-body-text {
    padding: 0 5px;
}
}
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-content .smm-preview-linkedin-content-body .smm-preview-linkedin-content-body-content .smm-preview-linkedin-content-body-path {
  padding: 0 1.6rem 1.2rem;
}
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-content .smm-preview-linkedin-content-body .smm-preview-linkedin-content-body-comments-wrap {
  align-items: center;
  margin: 0;
  min-height: 40px;
  justify-content: initial;
  padding: 0.4rem 1.2rem;
  display: flex;
  justify-content: space-between;
  padding: 0 1.6rem;
}
@media (max-width: 425px) {
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-content .smm-preview-linkedin-content-body .smm-preview-linkedin-content-body-comments-wrap {
    padding: 0 5px;
}
}
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-content .smm-preview-linkedin-content-body .smm-preview-linkedin-content-body-comments-wrap .smm-preview-linkedin-content-body-comments-user {
  display: flex;
  align-items: center;
  justify-content: center;
}
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-content .smm-preview-linkedin-content-body .smm-preview-linkedin-content-body-comments-wrap .smm-preview-linkedin-content-body-comments-user svg {
  margin-left: 5px;
}
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-content .smm-preview-linkedin-content-body .smm-preview-linkedin-content-body-comments-wrap .smm-preview-linkedin-content-body-comments-like,
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-content .smm-preview-linkedin-content-body .smm-preview-linkedin-content-body-comments-wrap .smm-preview-linkedin-content-body-comments {
  padding: 1rem 0.8rem;
  color: #00000099;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-content .smm-preview-linkedin-content-body .smm-preview-linkedin-content-body-comments-wrap .smm-preview-linkedin-content-body-comments-like .smm-preview-linkedin-content-body-comments-text,
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-content .smm-preview-linkedin-content-body .smm-preview-linkedin-content-body-comments-wrap .smm-preview-linkedin-content-body-comments .smm-preview-linkedin-content-body-comments-text {
  margin-left: 5px;
}
@media (max-width: 425px) {
.smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-content .smm-preview-linkedin-content-body .smm-preview-linkedin-content-body-comments-wrap .smm-preview-linkedin-content-body-comments-like .smm-preview-linkedin-content-body-comments-text,
  .smm-preview-linkedin-wrap .smm-preview-linkedin .smm-preview-linkedin-content .smm-preview-linkedin-content-body .smm-preview-linkedin-content-body-comments-wrap .smm-preview-linkedin-content-body-comments .smm-preview-linkedin-content-body-comments-text {
    display: none;
}
}

.smm-preview-component-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-preview-component-wrap .smm-preview-component {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 2px;
}
.smm-preview-component-wrap .smm-preview-component .smm-preview-component-header {
  margin-bottom: 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #7a7878;
}
.smm-preview-component-wrap .smm-preview-component .smm-preview-component-content-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 50px;
}
.smm-preview-component-wrap .smm-preview-component .smm-preview-component-content-wrap .smm-scrollbar {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-preview-component-wrap .smm-preview-component .smm-preview-component-content-wrap .smm-preview-component-content > div {
  margin-bottom: 22px;
}
.smm-preview-component-wrap .smm-preview-component .smm-preview-component-content-wrap .smm-preview-component-content > div:last-child {
  margin-bottom: 0;
  padding-bottom: 6rem;
}

.smm-preview-telegram-text .spoiler {
  filter: blur(2px);
}
.smm-preview-telegram-text .spoiler:hover {
  filter: unset;
}
.smm-preview-telegram-text .bold {
  font-weight: bold;
}
.smm-preview-telegram-text .italic {
  font-style: italic;
}
.smm-preview-telegram-text .monospace {
  font-family: 'Courier New', monospace;
  white-space: pre-wrap;
}
.smm-preview-telegram-text .strikeThrough {
  text-decoration: line-through;
}
.smm-preview-telegram-text .codeblock {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 10px;
  font-family: 'Courier New', monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-x: auto;
}
.smm-preview-component-wrap .smm-social-network-icon-block {
  display: flex;
}
.smm-social-network-icon-block {
  display: none;
  justify-content: flex-start;
  align-items: center;
}
.smm-social-network-icon-block .social-network-icon-preview {
  width: 28px !important;
  height: 28px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smm-social-network-icon-block .social-network-icon-preview:has(.icon-soc-instagram) {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%) !important;
  border-radius: 8px;
}
.smm-social-network-icon-block .social-network-icon-preview .icon-soc-instagram {
  font-size: 13px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  color: white !important;
  -webkit-text-fill-color: white !important;
}
.smm-social-network-icon-block .social-network-icon-preview div {
  width: 100% !important;
  height: 100% !important;
  max-width: 28px !important;
  max-height: 28px !important;
  font-size: 12px !important;
}
.smm-social-network-icon-block .social-network-icon-preview div i {
  font-size: 12px !important;
}

.smm-start-task-discussion .smm-button .v-btn {
  background-color: #f37021 !important;
  border-color: #f37021 !important;
  color: white !important;
}
.smm-start-task-discussion .smm-button .v-btn:hover {
  background-color: #e55a0d !important;
  border-color: #e55a0d !important;
}
.smm-start-task-discussion .smm-button .v-btn .v-btn__content .d-flex span {
  font-size: 14px;
  font-weight: 500;
}
.smm-start-task-discussion .smm-button .v-btn .v-btn__content .spinner .v-progress-circular .v-progress-circular__overlay {
  stroke: white;
}

.smm-discussions-component-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-discussions-component-wrap .smm-discussions-component-message {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.smm-discussions-component-wrap .smm-discussions-component-footer .smm-discussions-component-footer-updated .smm-discussions-component-footer-photo {
  padding: 8px;
}
.smm-discussions-component-wrap .smm-discussions-component-footer .smm-discussions-component-footer-updated .smm-discussions-conponent-cancel-updated-message {
  display: flex;
  margin-bottom: 5px;
  padding-bottom: 8px;
}
.smm-discussions-component-wrap .smm-discussions-component-footer .smm-discussions-component-footer-updated .smm-discussions-conponent-cancel-updated-message .smm-discussions-conponent-cancel-updated-message-icon {
  margin: 16px;
}
.smm-discussions-component-wrap .smm-discussions-component-footer .smm-discussions-component-footer-updated .smm-discussions-conponent-cancel-updated-message .smm-discussions-conponent-cancel-updated-message-block-text {
  flex-grow: 1;
  padding-top: 5px;
}
.smm-discussions-component-wrap .smm-discussions-component-footer .smm-discussions-component-footer-updated .smm-discussions-conponent-cancel-updated-message .smm-discussions-conponent-cancel-updated-message-block-text .smm-discussions-conponent-cancel-updated-message-text {
  font-size: 14px;
  color: #f37021;
}
.smm-discussions-component-wrap .smm-discussions-component-footer .smm-discussions-component-footer-updated .smm-discussions-conponent-cancel-updated-message .smm-discussions-conponent-cancel-updated-message-icon-calcel {
  padding: 10px;
}

.wrap-smm-task-action .smm-task-action .smm-tabs-component {
  background-color: transparent !important;
}
.wrap-smm-task-action .smm-task-action .smm-tabs-component .v-tabs .v-item-group {
  background-color: transparent !important;
}
.wrap-smm-task-action .smm-task-action .smm-tabs-component .v-tabs .v-tabs-bar {
  height: 54px;
}
.wrap-smm-task-action .smm-task-action .smm-tabs-component .v-tabs .v-tabs-bar .v-tab {
  min-width: 54px;
  padding: 0 8px;
}
.wrap-smm-task-action .smm-task-action .smm-tabs-component .v-tabs .v-tabs-bar .v-tab .wrap-for-mobile .wrap-icon-item .iconItem {
  font-size: 20px;
  color: #7a7878;
}
.wrap-smm-task-action .smm-task-action .smm-tabs-component .v-tabs .v-tabs-bar .v-tab .wrap-for-mobile .wrap-icon-item.activeIcon .iconItem {
  color: #f37021;
}
.wrap-smm-task-action .smm-task-action .smm-tabs-component .v-tabs .v-tabs-bar .v-tab .wrap-for-name .textItem {
  font-size: 12px;
  color: #7a7878;
  margin-top: 2px;
}
.wrap-smm-task-action .smm-task-action .smm-tabs-component .v-tabs .v-tabs-bar .v-tab.v-tab--active .wrap-for-mobile .wrap-icon-item .iconItem {
  color: #f37021;
}
.wrap-smm-task-action .smm-task-action .smm-tabs-component .v-tabs .v-tabs-bar .v-tab.v-tab--active .wrap-for-name .textItem {
  color: #f37021;
}
.modal-card:has(.smm-discussions-component-wrap).v-card .v-card__title.modal-header,
.modal-card:has(.wrap-smm-content-block-task).v-card .v-card__title.modal-header,
.modal-card:has(.wrap-smm-task-task).v-card .v-card__title.modal-header {
  background-color: unset !important;
}
.modal-card:has(.smm-discussions-component-wrap).v-card .v-card__text.modal-content,
.modal-card:has(.wrap-smm-content-block-task).v-card .v-card__text.modal-content,
.modal-card:has(.wrap-smm-task-task).v-card .v-card__text.modal-content {
  height: auto !important;
  box-shadow: none !important;
  border: none !important;
}
.modal-card:has(.smm-discussions-component-wrap).v-card .v-card__text.modal-content .smm-discussions-component-wrap,
.modal-card:has(.wrap-smm-content-block-task).v-card .v-card__text.modal-content .smm-discussions-component-wrap,
.modal-card:has(.wrap-smm-task-task).v-card .v-card__text.modal-content .smm-discussions-component-wrap,
.modal-card:has(.smm-discussions-component-wrap).v-card .v-card__text.modal-content .wrap-smm-content-block-task,
.modal-card:has(.wrap-smm-content-block-task).v-card .v-card__text.modal-content .wrap-smm-content-block-task,
.modal-card:has(.wrap-smm-task-task).v-card .v-card__text.modal-content .wrap-smm-content-block-task,
.modal-card:has(.smm-discussions-component-wrap).v-card .v-card__text.modal-content .wrap-smm-task-task,
.modal-card:has(.wrap-smm-content-block-task).v-card .v-card__text.modal-content .wrap-smm-task-task,
.modal-card:has(.wrap-smm-task-task).v-card .v-card__text.modal-content .wrap-smm-task-task {
  height: 100%;
}
.modal-card:has(.smm-discussions-component-wrap).v-card .v-card__text.modal-content .smm-input-message-block,
.modal-card:has(.wrap-smm-content-block-task).v-card .v-card__text.modal-content .smm-input-message-block,
.modal-card:has(.wrap-smm-task-task).v-card .v-card__text.modal-content .smm-input-message-block {
  background-color: unset !important;
}

.smm-task-component-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-task-component-wrap .smm-task-component {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-task-component-wrap .smm-task-component .smm-task-component-title-wrap {
  min-height: unset;
  height: auto;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  padding-left: 24px !important;
}
@media (max-width: 576px) {
.smm-task-component-wrap .smm-task-component .smm-task-component-title-wrap {
    height: fit-content;
}
}
.smm-task-component-wrap .smm-task-component .smm-task-component-title-wrap .smm-task-component-data-wrap {
  font-weight: 400;
  display: flex;
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
  flex-wrap: nowrap;
  text-align: end;
  width: 100%;
  gap: 24px;
  align-items: center;
}
@media (max-width: 576px) {
.smm-task-component-wrap .smm-task-component .smm-task-component-title-wrap .smm-task-component-data-wrap {
    display: block;
    font-size: 12px;
}
}
.smm-task-component-wrap .smm-task-component .smm-task-component-title-wrap .smm-task-component-data-wrap .smm-task-component-title-social-networks-wrap {
  min-width: 100px;
  max-width: 100px;
  display: flex;
  flex: 0 0 120px;
  align-items: center;
  gap: 8px;
}
.smm-task-component-wrap .smm-task-component .smm-task-component-title-wrap .smm-task-component-data-wrap .smm-task-component-title-social-networks-wrap .smm-task-status-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.smm-task-component-wrap .smm-task-component .smm-task-component-title-wrap .smm-task-component-data-wrap .smm-task-component-title-social-networks-wrap .smm-task-status-text {
  color: #7a7878;
  font-size: 12px;
  white-space: nowrap;
}
.smm-task-component-wrap .smm-task-component .smm-task-component-title-wrap .smm-task-component-data-wrap .smm-task-component-date-wrap-content {
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
.smm-task-component-wrap .smm-task-component .smm-task-component-title-wrap .smm-task-component-data-wrap .smm-task-component-date-wrap-content {
    flex-wrap: wrap;
    margin: 8px 0 0 0;
}
}
.smm-task-component-wrap .smm-task-component .smm-task-component-title-wrap .smm-task-component-data-wrap .smm-task-component-date-wrap-content .smm-task-component-status-wrap {
  display: flex;
  margin-right: 4px;
}
.smm-task-component-wrap .smm-task-component .smm-task-component-title-wrap .smm-task-component-data-wrap .smm-task-component-date-wrap-content .smm-task-component-status-wrap .smm-task-component-date {
  white-space: nowrap;
  font-size: 12px;
  color: #7a7878;
}
.smm-task-component-wrap .smm-task-component .smm-task-component-body-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #f0f0f0;
  padding: 26px 24px;
  margin-top: 2px;
}
.smm-task-component-wrap .smm-task-component .smm-task-component-body-wrap .smm-task-component-body {
  height: 100%;
}
.smm-task-component-wrap .smm-task-component .smm-task-component-body-wrap .smm-task-component-body .smm-task-component-body-content {
  width: 100%;
  height: 100%;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap {
  background: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  align-items: center;
  width: 100%;
  transition: all 0.2s ease;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap:hover {
  background: #fafafa;
  border-color: #ddd;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap {
  overflow: visible;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: nowrap;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap .smm-task-list-component-body .smm-task-content-wrapper {
  display: flex;
  align-items: center;
  min-height: 50px;
  gap: 12px;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap .smm-task-list-component-body .smm-task-content-wrapper .smm-task-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  padding: 8px;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap .smm-task-list-component-body .smm-task-content-wrapper .smm-task-content-text-wrap {
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  width: auto;
  min-width: 400px;
  flex: 1;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap .smm-task-list-component-body .smm-task-content-wrapper .smm-task-content-text-wrap .smm-task-content-text {
  color: #162a47;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 30%;
  min-width: 160px;
  max-width: 160px;
  height: 100%;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap .smm-task-list-component-body .smm-task-content-wrapper .smm-task-content-text-wrap .smm-task-content-description {
  width: 50%;
  min-width: 220px;
  max-width: 220px;
  min-height: 50px;
  width: max-content;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap .smm-task-list-component-body .smm-task-content-wrapper .smm-task-content-text-wrap .smm-task-content-description .smm-task-content-description-text {
  text-align: left;
  min-height: 50px;
  height: auto;
  font-size: 12px;
  color: #7a7878;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap .smm-task-list-component-body .smm-task-content-wrapper .smm-task-content-text-wrap .smm-task-content-description .smm-task-content-description-text:has(.voice-message-text),
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap .smm-task-list-component-body .smm-task-content-wrapper .smm-task-content-text-wrap .smm-task-content-description .smm-task-content-description-text:has(.media-message-compact) {
  justify-content: flex-start;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap .smm-task-list-component-body .smm-task-content-wrapper .smm-task-content-text-wrap .smm-task-content-description .smm-task-content-description-text:has(.voice-message-text) .smm-task-content-description-text-block,
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap .smm-task-list-component-body .smm-task-content-wrapper .smm-task-content-text-wrap .smm-task-content-description .smm-task-content-description-text:has(.media-message-compact) .smm-task-content-description-text-block {
  text-align: left !important;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap .smm-task-list-component-body .smm-task-content-wrapper .smm-task-content-text-wrap .smm-task-content-description .smm-task-content-description-text .voice-message-text {
  width: 100%;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap .smm-task-list-component-body .smm-task-content-wrapper .smm-task-content-text-wrap .smm-task-content-description .smm-task-content-description-text .media-message-compact {
  width: 100%;
}
@media (max-width: 768px) {
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap .smm-task-list-component-body .smm-task-content-wrapper .smm-task-content-text-wrap {
    flex-wrap: wrap;
    gap: 8px;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap .smm-task-list-component-body .smm-task-content-wrapper .smm-task-content-text-wrap .smm-task-project-badge {
    font-size: 9px;
    padding: 1px 4px;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap .smm-task-list-component-body .smm-task-content-wrapper .smm-task-content-text-wrap .smm-task-content-text {
    font-size: 13px;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap .smm-task-list-component-body .smm-task-content-wrapper .smm-task-content-text-wrap .smm-task-content-description .smm-task-content-description-text {
    font-size: 11px;
}
}
@media (max-width: 480px) {
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap .smm-task-list-component-body .smm-task-content-wrapper .smm-task-content-text-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap .smm-task-list-component-body .smm-task-content-wrapper .smm-task-content-text-wrap .smm-task-project-badge {
    order: 1;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap .smm-task-list-component-body .smm-task-content-wrapper .smm-task-content-text-wrap .smm-task-content-text {
    order: 2;
    font-size: 12px;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap .smm-task-list-component-body .smm-task-content-wrapper .smm-task-content-text-wrap .smm-task-content-description {
    order: 3;
    width: 100%;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-list-component-data-wrap .smm-task-list-component-body .smm-task-content-wrapper .smm-task-content-text-wrap .smm-task-content-description .smm-task-content-description-text {
    font-size: 10px;
    white-space: normal;
    max-height: 2.6em;
    line-height: 1.3;
}
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-component-title-social-networks-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 120px;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-component-title-social-networks-wrap .smm-task-status-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-component-title-social-networks-wrap .smm-task-status-text {
  color: #7a7878;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-component-date-wrap-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 200px;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-component-date-wrap-content .smm-task-component-date {
  font-size: 12px;
  color: #7a7878;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-component-date-wrap-content .smm-task-component-date.smm-task-component-created {
  color: #999;
  font-size: 11px;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-action-block {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-action-block .v-icon {
  color: #b6b6b6;
  font-size: 18px;
  margin-right: 8px;
  transition: color 0.2s ease;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-action-block .v-icon:hover {
  color: #f37021;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-action-block .v-icon:last-child {
  margin-right: 0;
}
.smm-task-list-component-wrap .smm-task-list-component .smm-task-component-title-wrap .smm-task-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  flex-shrink: 0;
  margin-left: 8px;
}
.voice-message-text .voice-message-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
}
.voice-message-text .voice-message-controls .voice-play-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1976d2;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
}
.voice-message-text .voice-message-controls .voice-play-btn:hover:not(:disabled) {
  background: #1565c0;
}
.voice-message-text .voice-message-controls .voice-play-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.voice-message-text .voice-message-controls .voice-play-btn.playing {
  background: #f44336;
}
.voice-message-text .voice-message-controls .voice-play-btn.playing:hover:not(:disabled) {
  background: #d32f2f;
}
.voice-message-text .voice-message-controls .voice-duration {
  font-size: 12px;
  color: #7a7878;
  margin-right: 12px;
  margin-left: 12px;
  min-width: 50px;
  text-align: center;
  font-family: monospace;
  transition: color 0.2s;
}
.voice-message-text .voice-message-controls .voice-duration.countdown {
  color: #1976d2;
  font-weight: 500;
}
.voice-message-text .voice-message-controls .voice-download-fallback {
  margin-right: 12px;
}
.voice-message-text .voice-message-controls .voice-download-fallback .voice-download-link {
  color: #1976d2;
  text-decoration: none;
  font-size: 12px;
  padding: 4px 8px;
  border: 1px solid #1976d2;
  border-radius: 4px;
  transition: all 0.2s;
}
.voice-message-text .voice-message-controls .voice-download-fallback .voice-download-link:hover {
  background-color: #1976d2;
  color: white;
}
.voice-message-text .voice-message-controls .voice-progress {
  flex: 1;
  margin-left: 8px;
}
.voice-message-text .voice-message-controls .voice-progress .voice-progress-bar {
  width: 100%;
  height: 4px;
  background-color: #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
}
.voice-message-text .voice-message-controls .voice-progress .voice-progress-bar .voice-progress-fill {
  height: 100%;
  background-color: #1976d2;
  transition: width 0.1s ease;
  width: 0%;
}

.smm-tasks-wrap {
  width: 100%;
}
.smm-tasks-wrap .smm-tasks-wrap-body .smm-task-content.smm-task-list-content {
  position: relative;
}

.smm-task-menu .v-btn {
  background: transparent !important;
  box-shadow: none !important;
}
.smm-task-menu .v-btn .v-icon {
  color: #7a7878;
  font-size: 17px;
}
.smm-task-menu .v-btn:hover .v-icon {
  color: #f37021;
}
.smm-task-menu .v-menu .v-list .v-list-item .v-list-item-icon .v-icon {
  color: #7a7878;
}
.smm-task-menu .v-menu .v-list .v-list-item .v-list-item-title {
  color: #162a47;
  font-size: 14px;
}
.smm-task-menu .v-menu .v-list .v-list-item:hover {
  background-color: #f5f5f5;
}

.smm-task-status-groups .task-status-group {
  margin-bottom: 16px;
}
.smm-task-status-groups .task-status-group .status-group-header {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background-color: #f0f0f0 !important;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.smm-task-status-groups .task-status-group .status-group-header:hover {
  background: #e9ecef;
}
.smm-task-status-groups .task-status-group .status-group-header .status-group-toggle {
  margin-right: 12px;
}
.smm-task-status-groups .task-status-group .status-group-header .status-group-toggle .v-icon {
  transition: transform 0.2s ease;
}
.smm-task-status-groups .task-status-group .status-group-header .status-group-toggle .v-icon.rotated {
  transform: rotate(180deg);
}
.smm-task-status-groups .task-status-group .status-group-header .status-group-name {
  font-weight: 600;
  font-size: 16px;
  color: #162a47;
  flex: 1;
}
.smm-task-status-groups .task-status-group .status-group-header .status-group-count {
  background: #56a9ef;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smm-task-status-groups .task-status-group .status-group-content {
  background-color: #f0f0f0;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.smm-task-status-groups .task-status-group .status-group-content .smm-tasks-new-page-preview-task-add-button {
  background-color: transparent !important;
  box-shadow: none !important;
  border: 1px dashed #e0e0e0;
  margin: 12px 16px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #162a47;
  height: 40px;
  cursor: pointer;
}
.smm-task-status-groups .task-status-group .status-group-content .smm-tasks-new-page-preview-task-add-button:hover {
  background: #f5f5f5;
  border: 1px solid #f37021;
}
.smm-task-status-groups .task-status-group .status-group-content .smm-tasks-new-page-preview-task-add-button:hover span {
  color: #f37021;
}
.smm-task-status-groups .task-status-group .status-group-content .smm-tasks-new-page-preview-task-add-button:hover i {
  color: #f37021;
}
.smm-task-status-groups .task-status-group .status-group-content .smm-tasks-new-page-preview-task-add-button i {
  font-size: 14px;
  color: #162a47;
}
.smm-task-status-groups .task-status-group .status-group-content .smm-tasks-new-page-preview-task-add-button span {
  margin-left: 8px;
}

.smm-task-table-component {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.smm-task-table-component .task-table-header {
  display: grid;
  grid-template-columns: 2fr 120px 150px 150px 60px;
  background-color: white;
  font-weight: 600;
  font-size: 14px;
  color: #495057;
}
.smm-task-table-component .task-table-header .task-table-header-cell {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smm-task-table-component .task-table-header .task-table-header-cell:last-child {
  border-right: none;
}
.smm-task-table-component .task-table-header .task-table-header-cell.name-cell {
  padding-left: 24px;
  justify-content: flex-start;
}
.smm-task-table-component .task-table-header.no-project-col {
  grid-template-columns: 2fr 120px 150px 60px;
}
.smm-task-table-component .task-table-body .task-table-row {
  display: grid;
  grid-template-columns: 2fr 120px 150px 150px 60px;
  transition: background-color 0.2s ease;
}
.smm-task-table-component .task-table-body .task-table-row:hover {
  background: #f8f9fa;
}
.smm-task-table-component .task-table-body .task-table-row.selected {
  background: #e3f2fd;
}
.smm-task-table-component .task-table-body .task-table-row:last-child {
  border-bottom: none;
}
.smm-task-table-component .task-table-body .task-table-row .task-table-cell {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.smm-task-table-component .task-table-body .task-table-row .task-table-cell:last-child {
  border-right: none;
}
.smm-task-table-component .task-table-body .task-table-row .task-table-cell:first-child {
  border-right: none;
}
.smm-task-table-component .task-table-body .task-table-row .checkbox-cell {
  justify-content: center;
}
.smm-task-table-component .task-table-body .task-table-row .name-cell {
  padding-left: 24px !important;
  flex-wrap: wrap;
  display: flex;
}
.smm-task-table-component .task-table-body .task-table-row .name-cell .name-with-metrics {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.smm-task-table-component .task-table-body .task-table-row .name-cell .name-and-checklist {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  width: 100%;
}
.smm-task-table-component .task-table-body .task-table-row .name-cell .checklist-header {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7a7878;
  font-size: 12px;
  cursor: pointer;
  user-select: none;
}
.smm-task-table-component .task-table-body .task-table-row .name-cell .checklist-header .checklist-counter {
  font-size: 12px;
}
.smm-task-table-component .task-table-body .task-table-row .name-cell .task-name {
  font-weight: 500;
  color: #162a47;
  margin-bottom: 4px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.smm-task-table-component .task-table-body .task-table-row .name-cell .checklist {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.smm-task-table-component .task-table-body .task-table-row .name-cell .checklist .checklist-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 2px 0;
  border-bottom: 1px solid #f4f5f7;
  width: 100%;
}
.smm-task-table-component .task-table-body .task-table-row .name-cell .checklist .checklist-item:last-child {
  border-bottom: none;
}
.smm-task-table-component .task-table-body .task-table-row .name-cell .checklist .checklist-item.completed .smm-task-checklist-text {
  text-decoration: line-through;
  color: #5e6c84;
}
.smm-task-table-component .task-table-body .task-table-row .name-cell .checklist .checklist-text {
  font-size: 14px;
  color: #7a7878;
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
  flex: 1;
  cursor: pointer;
}
.smm-task-table-component .task-table-body .task-table-row .name-cell .task-metrics {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.smm-task-table-component .task-table-body .task-table-row .name-cell .task-metrics .smm-task-metrics {
  display: flex;
  gap: 8px;
  align-items: center;
}
.smm-task-table-component .task-table-body .task-table-row .name-cell .task-metrics .smm-task-metrics .metric {
  display: flex;
  align-items: center;
  color: #7a7878;
}
.smm-task-table-component .task-table-body .task-table-row .name-cell .task-metrics .smm-task-metrics .metric-text {
  font-size: 12px;
  margin-left: 4px;
}
.smm-task-table-component .task-table-body .task-table-row .name-cell .task-metrics .smm-task-metrics .checklist-toggle {
  cursor: pointer;
}
.smm-task-table-component .task-table-body .task-table-row.checklist-row .name-cell .checklist-item-row {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.smm-task-table-component .task-table-body .task-table-row.checklist-row .name-cell .checklist-indent {
  width: 16px;
  height: 1px;
  margin-left: 16px;
}
.smm-task-table-component .task-table-body .task-table-row.checklist-row .name-cell .checklist-text {
  font-size: 14px;
  color: #7a7878;
  flex: 1;
  white-space: normal;
}
.smm-task-table-component .task-table-body .task-table-row.odd-row {
  background: #fafafa;
}
.smm-task-table-component .task-table-body .task-table-row.odd-row:hover {
  background: #fdfdfd;
}
.smm-task-table-component .task-table-body .task-table-row .status-cell {
  width: 100%;
}
.smm-task-table-component .task-table-body .task-table-row .status-cell .task-status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 8px;
}
.smm-task-table-component .task-table-body .task-table-row .status-cell .task-status .status-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.smm-task-table-component .task-table-body .task-table-row .status-cell .task-status .status-text {
  font-size: 12px;
  color: #495057;
}
.smm-task-table-component .task-table-body .task-table-row .deadline-cell {
  width: 100%;
}
.smm-task-table-component .task-table-body .task-table-row .deadline-cell .deadline-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.smm-task-table-component .task-table-body .task-table-row .deadline-cell .deadline-content .deadline-date {
  font-size: 12px;
  color: #495057;
}
.smm-task-table-component .task-table-body .task-table-row .deadline-cell .deadline-content .deadline-empty {
  font-size: 12px;
  color: #6c757d;
}
.smm-task-table-component .task-table-body .task-table-row .project-cell {
  width: 100%;
}
.smm-task-table-component .task-table-body .task-table-row .project-cell .project-name {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #495057;
}
.smm-task-table-component .task-table-body .task-table-row .project-cell .no-project {
  font-size: 12px;
  color: #6c757d;
}
.smm-task-table-component .task-table-body .task-table-row .actions-cell {
  justify-content: center;
}
.smm-task-table-component .task-table-body .task-table-row .actions-cell .task-actions {
  display: flex;
  align-items: center;
}
.smm-task-table-component .task-table-body .task-table-row .actions-cell .more-menu {
  display: flex;
  flex-direction: column;
}
.smm-task-table-component .task-table-body .task-table-row .actions-cell .more-menu .more-menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
}
.smm-task-table-component .task-table-body .task-table-row .actions-cell .more-menu .more-menu-item:hover {
  background: #f5f5f5;
}
.smm-task-table-component .task-table-body .task-table-row .actions-cell .more-menu .more-menu-item.danger {
  color: #e53935;
}
.smm-task-table-component .task-table-body .task-table-row.no-project-col {
  grid-template-columns: 2fr 120px 150px 60px;
}
@media (max-width: 1200px) {
.smm-task-table-component .task-table-header,
  .smm-task-table-component .task-table-body .task-table-row {
    grid-template-columns: 1.5fr 100px 120px 120px 50px;
}
}
@media (max-width: 768px) {
.smm-task-table-component .task-table-header,
  .smm-task-table-component .task-table-body .task-table-row {
    grid-template-columns: 1fr 80px 100px 100px 44px;
}
.smm-task-table-component .task-table-header-cell,
  .smm-task-table-component .task-table-cell {
    padding: 8px 12px;
    font-size: 12px;
}
}

.v-avatar {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  width: inherit !important;
  height: inherit !important;
}
.v-avatar.smm-avatar {
  background-color: #f37021;
  color: white;
}
.smm-team-user-control .v-avatar {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.smm-team-user-control .smm-team-user-block {
  display: flex;
  align-items: center;
}
.smm-team-user-control .smm-team-user-block .smm-team-user-name {
  color: #162a47;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin-left: 15px;
}
.smm-user-email-small {
  display: none;
}
@media (max-width: 1499px) {
.smm-table-team-project-members .smm-user-email-small {
    display: flex;
    margin-left: 15px;
}
}
.smm-table-team-project-members .avatar-container {
  width: 36px !important;
  min-width: 36px !important;
  height: 36px !important;
}

.avatar-container {
  position: relative;
  display: inline-block;
}
.avatar-container.smm-avatar {
  width: 32px;
  min-width: 32px;
  height: 32px;
  color: #f37021;
}
.v-avatar {
  cursor: pointer;
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  line-height: normal;
  position: relative;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  width: 38px;
  height: 38px;
  font-weight: bold;
  background: white;
  color: #f37021;
  font-size: 13px;
  text-transform: uppercase;
  border: 1.25px solid #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.v-avatar.no-cursor {
  cursor: default;
}
.v-avatar img {
  border-radius: inherit;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  scale: 1.01;
}
.v-avatar img[src*="placeholder"] {
  filter: blur(2px);
}
.user-menu-popup-block {
  position: fixed;
  width: auto;
  height: auto;
  min-height: 170px;
  display: block;
  z-index: 202 !important;
  pointer-events: none;
  overflow: visible;
}
.user-menu-popup-block .user-menu-popup {
  z-index: 1000000;
  transition: all 0.3s ease;
  position: fixed;
  min-width: 300px;
  width: auto;
  min-height: 112px;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  transform: translateZ(0);
  will-change: transform;
  pointer-events: auto;
  overflow: visible;
}
.user-menu-popup-block .user-menu-popup .user-menu-popup-close {
  cursor: pointer;
  right: 0;
  position: absolute;
  padding: 2px 8px;
}
.user-menu-popup-block .user-menu-popup .user-menu-popup-close i {
  font-size: 8px;
  color: #fff;
}
.user-menu-popup-block .user-menu-popup .user-menu-info {
  height: 68px;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background-color: #56a9ef;
}
.user-menu-popup-block .user-menu-popup .user-menu-info .user-menu-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px;
  margin-bottom: -40px;
}
.user-menu-popup-block .user-menu-popup .user-menu-info .user-menu-avatar .v-avatar {
  border: 2px solid #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  width: 70px !important;
  height: 70px !important;
}
.user-menu-popup-block .user-menu-popup .user-menu-info .user-menu-avatar .v-avatar span {
  font-size: 26px;
}
.user-menu-popup-block .user-menu-popup .user-menu-info .user-menu-block-name {
  display: block;
  margin-bottom: 6px;
  margin-right: 24px;
}
.user-menu-popup-block .user-menu-popup .user-menu-info .user-menu-block-name .user-menu-name {
  color: #fff;
  font-size: 16px;
}
.user-menu-popup-block .user-menu-popup .user-menu-info .user-menu-block-name .user-menu-tag {
  color: #fff;
}
.user-menu-popup-block .user-menu-popup .user-menu {
  padding-left: 20px;
  padding-right: 20px;
}
.user-menu-popup-block .user-menu-popup .user-menu div:first-child {
  padding-top: 30px;
}
.user-menu-popup-block .user-menu-popup .user-menu div:last-child {
  padding-bottom: 16px;
}
.user-menu-popup-block .user-menu-popup .user-menu .user-menu-permission {
  cursor: pointer;
  color: #7a7878;
}
.user-menu-popup-block .user-menu-popup .user-menu .user-menu-delete {
  margin-top: 8px;
  cursor: pointer;
  color: #7a7878;
}
.smm-head-users .user-menu-popup-block,
.smm-team-user-block .user-menu-popup-block {
  display: block;
}
body > .popup-block-user-permissions {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 999999 !important;
  pointer-events: auto !important;
}
.smm-dialog .v-overlay {
  display: none !important;
}
.smm-dialog .v-overlay--active {
  display: none !important;
}
.smm-dialog .v-overlay--active.theme--dark {
  display: none !important;
}

.sidebar[data-v-6d47760e] {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: fixed;
  background: #ffffff;
  max-width: 304px;
  width: 100%;
  padding: 46px 0 35px 0;
  height: 100vh;
}
.sidebar .logo[data-v-6d47760e] {
  margin-bottom: 25px;
}
.sidebar .logo .logo-img[data-v-6d47760e] {
  width: 172px;
  height: 24.35px;
}
.sidebar .logo .logo-img img[data-v-6d47760e] {
  max-width: 100%;
  max-height: 100%;
}
.sidebar .profile-wrapper[data-v-6d47760e] {
  background: #fbfbfb;
  padding: 16px 16px 16px 37px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
.sidebar .profile-wrapper[data-v-6d47760e] {
    margin-bottom: 35px;
}
}
.sidebar .profile-wrapper .profile[data-v-6d47760e] {
  display: flex;
  align-items: center;
}
.sidebar .profile-wrapper .profile .profile-img[data-v-6d47760e] {
  min-width: 36px;
  width: 36px;
  height: 36px;
  border-radius: 7px;
  overflow: hidden;
}
.sidebar .profile-wrapper .profile .profile-img img[data-v-6d47760e] {
  width: 100%;
  height: 100%;
}
.sidebar .profile-wrapper .profile .profile-data[data-v-6d47760e] {
  margin-left: 12px;
}
.sidebar .profile-wrapper .profile .profile-data .login[data-v-6d47760e] {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #201f23;
  margin-bottom: 6px;
}
.sidebar .profile-wrapper .profile .profile-data .email[data-v-6d47760e] {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #777897;
}
.sidebar .profile-wrapper .profile .profile-data .login[data-v-6d47760e],
.sidebar .profile-wrapper .profile .profile-data .email[data-v-6d47760e] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 142px;
  width: 100%;
}
.sidebar ul[data-v-6d47760e] {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.sidebar ul li[data-v-6d47760e] {
  margin: 4px 25px 0 35px;
}
.sidebar ul li[data-v-6d47760e]:first-child {
  margin-top: 0;
}
.sidebar ul li a[data-v-6d47760e] {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s;
  min-height: 50px;
  padding: 0 22px;
  text-decoration: none !important;
}
.sidebar ul li a[data-v-6d47760e]:hover {
  background: #f8f6f8;
}
.sidebar ul li a[data-v-6d47760e]:hover {
  text-decoration: none !important;
}
.sidebar ul li a i[data-v-6d47760e] {
  font-size: 21px;
  line-height: 20px;
  color: #3a7cc2;
  margin-right: 23px;
  min-width: 21px;
}
.sidebar ul li a[aria-expanded="true"] .caret[data-v-6d47760e] {
  transform: rotate(180deg);
}
.sidebar ul li p[data-v-6d47760e] {
  display: block;
  position: relative;
  height: auto;
  margin: 0;
  white-space: nowrap;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
  color: #777897;
  width: 100%;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, opacity 0.3s linear;
  transition: transform 0.3s linear, opacity 0.3s linear, -webkit-transform 0.3s linear;
}
.sidebar ul li p b[data-v-6d47760e] {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar ul li .v-list-group[data-v-6d47760e] {
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  transition: height 0.3s ease-in-out;
  overflow: hidden;
  height: 0;
}
.sidebar ul li .v-list-group ul li[data-v-6d47760e] {
  margin: 4px 0 0 0px;
}
.sidebar ul li .v-list-group ul li[data-v-6d47760e]:first-child {
  margin-top: 0;
}
.sidebar ul li .caret[data-v-6d47760e] {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transition: all 0.15s ease-in;
}

.smm-auth-new-wrap {
  font-family: "ProximaNova";
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 12px;
  background: -webkit-linear-gradient(180deg, #ffffff 10%, #e8e8e8 53%, #ffdbc5 100%);
  background: -moz-linear-gradient(180deg, #ffffff 10%, #e8e8e8 53%, #ffdbc5 100%);
  background: linear-gradient(180deg, #ffffff 10%, #e8e8e8 53%, #ffdbc5 100%);
}
.smm-auth-new-wrap .smm-auth-new-container {
  padding: 0 80px;
  width: 100%;
}
@media (max-width: 1220px) {
.smm-auth-new-wrap .smm-auth-new-container {
    padding: 0 40px;
}
}
.smm-auth-new-wrap .smm-auth-new-container .smm-logo {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}
@media (max-width: 890px) {
.smm-auth-new-wrap .smm-auth-new-container .smm-logo {
    justify-content: center;
}
}
.smm-auth-new-wrap .smm-auth-new-container .smm-logo.centre {
  justify-content: center;
}
.smm-auth-new-wrap .smm-auth-new-container .smm-auth-new-block-body {
  display: flex;
  justify-content: center;
}
.smm-auth-new-wrap .smm-auth-new-container .smm-auth-new-block-body .smm-auth-new-block {
  min-width: 320px;
  padding: 20px 20px 50px;
  background-color: white;
  border-radius: 12px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media (min-width: 360px) {
.smm-auth-new-wrap .smm-auth-new-container .smm-auth-new-block-body .smm-auth-new-block {
    padding: 20px;
}
}
@media (min-width: 600px) {
.smm-auth-new-wrap .smm-auth-new-container .smm-auth-new-block-body .smm-auth-new-block {
    padding: 40px 45px;
}
}
.smm-auth-new-wrap .smm-auth-new-container .smm-auth-new-block-body .smm-auth-new-block .smm-auth-new-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #162a47;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
.smm-auth-new-wrap .smm-auth-new-container .smm-auth-new-block-body .smm-auth-new-block .smm-auth-new-title {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 14px;
}
}
@media (max-width: 768px) {
.smm-auth-new-wrap .smm-auth-new-container .smm-auth-new-block-body .smm-auth-new-block .smm-auth-new-title {
    font-size: 20px;
    line-height: 19px;
}
}
.smm-auth-new-wrap .smm-auth-new-container .smm-auth-new-block-body .smm-auth-new-block .smm-auth-new-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #162a47;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
.smm-auth-new-wrap .smm-auth-new-container .smm-auth-new-block-body .smm-auth-new-block .smm-auth-new-subtitle {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
}
}
.smm-auth-new-wrap .smm-auth-new-container .smm-auth-new-block-body .smm-auth-new-carousel {
  margin-left: 80px;
  width: 100%;
}
@media (max-width: 890px) {
.smm-auth-new-wrap .smm-auth-new-container .smm-auth-new-block-body .smm-auth-new-carousel {
    display: none;
}
}
.smm-block-imitation-href {
  font-family: "ProximaNova";
  font-size: 14px;
  line-height: 17px;
  color: #f37021;
  cursor: pointer;
}
.smm-block-imitation-href:hover {
  text-decoration: underline;
}

.smm-auth-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 12px;
  background: -webkit-linear-gradient(180deg, #ffffff 10%, #e8e8e8 53%, #ffdbc5 100%);
  background: -moz-linear-gradient(180deg, #ffffff 10%, #e8e8e8 53%, #ffdbc5 100%);
  background: linear-gradient(180deg, #ffffff 10%, #e8e8e8 53%, #ffdbc5 100%);
}
.smm-auth-wrap .smm-auth-container {
  max-width: 370px;
  width: 100%;
}
.smm-auth-wrap .smm-auth-container .smm-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.smm-auth-wrap .smm-auth-container .smm-auth-block {
  padding: 20px 20px 50px;
  background-color: white;
  border-radius: 12px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media (min-width: 360px) {
.smm-auth-wrap .smm-auth-container .smm-auth-block {
    padding: 40px;
}
}
@media (min-width: 600px) {
.smm-auth-wrap .smm-auth-container .smm-auth-block {
    padding: 40px 45px;
}
}
.smm-auth-wrap .smm-auth-container .smm-auth-block .smm-auth-title {
  font-size: 28px;
  line-height: 31px;
  color: #162a47;
  margin-bottom: 5px;
}
.smm-auth-wrap .smm-auth-container .smm-auth-block .smm-auth-subtitle {
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
  margin-bottom: 40px;
}
.smm-block-imitation-href {
  font-family: "ProximaNova";
  font-size: 14px;
  line-height: 17px;
  color: #f37021;
  cursor: pointer;
}
.smm-block-imitation-href:hover {
  text-decoration: underline;
}

.v-dialog.smm-block-loading-dialog {
  padding: 0;
}
.v-dialog.smm-block-loading-dialog .v-card__text {
  font-size: 13px;
  line-height: 16px;
  padding: 15px 20px;
  font-family: ProximaNova;
  color: #7a7878;
}
.v-dialog.smm-block-loading-dialog .v-card__text .v-progress-linear {
  margin-top: 5px;
}

.smm-button {
  width: -moz-fit-content;
  width: fit-content;
}
.smm-button #es-spinner {
  position: absolute;
  left: 50%;
  margin-left: -11px;
  display: none;
}
.smm-button #es-text-content-btn .es-btn-image {
  max-width: 12px;
  max-height: 16px;
  margin-right: 8px;
}
.smm-button #smm-button {
  outline: none;
  width: 100%;
  border-radius: 5px;
  text-transform: none;
  padding: 0 20px;
  height: 40px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.smm-button #smm-button.v-btn:not(.v-btn--round).v-size--default {
  min-width: 40px;
}
.smm-button #smm-button .v-btn__content {
  font-family: "ProximaNova";
  font-size: 14px;
  color: white;
}
.smm-button #smm-button .es-btn-icon {
  font-size: 9px;
  color: white;
  padding-left: 11px;
}
.smm-button #smm-button .es-btn-icon.positionIconLeft {
  padding: 0 4px 0 0;
}
.smm-button #smm-button.smm-button-round {
  width: 40px;
  padding: 0;
  border-radius: 50%;
}
.smm-button #smm-button.smm-button-round .es-btn-icon {
  padding-left: 0px;
}
.smm-button.es-btn-lg #smm-button {
  padding: 0 32px;
  height: 48px;
}
.smm-button.es-btn-lg #smm-button .v-btn__content {
  font-size: 16px;
}
.smm-button.es-btn-lg #smm-button .es-btn-icon {
  font-size: 11px;
}
.smm-button.es-btn-lg #smm-button.smm-button-round {
  width: 48px;
  min-width: 48px;
  padding: 0;
}
.smm-button.disabled #smm-button {
  cursor: no-drop;
}
.smm-button.smm-button-orange #es-spinner::before {
  border: 2px solid #f37021;
  border-right: 2px solid transparent;
}
.smm-button.smm-button-orange #smm-button {
  background-color: #f37021 !important;
}
.smm-button.smm-button-orange:hover #smm-button,
.smm-button.smm-button-orange:active #smm-button,
.smm-button.smm-button-orange:focus #smm-button {
  background-color: #f37021 !important;
}
.smm-button.smm-button-orange.disabled #smm-button {
  background-color: #f37021a3 !important;
}
.smm-button.smm-button-blue #es-spinner::before {
  border: 2px solid #56a9ef;
  border-right: 2px solid transparent;
}
.smm-button.smm-button-blue #smm-button {
  background-color: #56a9ef !important;
}
.smm-button.smm-button-blue:hover #smm-button,
.smm-button.smm-button-blue:active #smm-button,
.smm-button.smm-button-blue:focus #smm-button {
  background-color: #56a9ef !important;
}
.smm-button.smm-button-blue.disabled #smm-button {
  background-color: #56a9ef !important;
  opacity: 0.6;
}
.smm-button.smm-button-white #es-spinner::before {
  border: 2px solid #f37021;
  border-right: 2px solid transparent;
}
.smm-button.smm-button-white #smm-button {
  background-color: #fff !important;
  border: solid 1px #f37021 !important;
}
.smm-button.smm-button-white #smm-button .v-btn__content {
  color: #f37021 !important;
}
.smm-button.smm-button-white #smm-button .es-btn-icon {
  color: #f37021 !important;
}
.smm-button.smm-button-white:hover #smm-button,
.smm-button.smm-button-white:active #smm-button,
.smm-button.smm-button-white:focus #smm-button {
  border: solid 1px #f37021 !important;
}
.smm-button.smm-button-white.disabled #smm-button {
  border: solid 1px #f37021 !important;
}
.smm-button.smm-button-white.disabled #smm-button .v-btn__content {
  color: #f37021 !important;
}
.smm-button.smm-button-white.disabled #smm-button .es-btn-icon {
  color: #f37021 !important;
}
.smm-button.smm-button-gray #es-spinner::before {
  border: 2px solid #f0f0f0;
  border-right: 2px solid transparent;
}
.smm-button.smm-button-gray #smm-button {
  background-color: #f0f0f0 !important;
  border: solid 1px #f0f0f0 !important;
}
.smm-button.smm-button-gray #smm-button .v-btn__content {
  color: #f37021 !important;
}
.smm-button.smm-button-gray #smm-button .es-btn-icon {
  color: #f37021 !important;
}
.smm-button.smm-button-gray:hover #smm-button,
.smm-button.smm-button-gray:active #smm-button,
.smm-button.smm-button-gray:focus #smm-button {
  border: solid 1px #f0f0f0 !important;
}
.smm-button.smm-button-gray.disabled #smm-button {
  border: solid 1px #f0f0f0a3 !important;
}
.smm-button.smm-button-gray.disabled #smm-button .v-btn__content {
  color: #f3712080 !important;
}
.smm-button.smm-button-gray.disabled #smm-button .es-btn-icon {
  color: #f3712080 !important;
}
.smm-button.smm-button-white.dashed #smm-button {
  border-style: dashed !important;
}
.smm-button.es-spiner #es-text-content-btn {
  opacity: 0;
}
.smm-button.es-spiner #es-spinner {
  display: block;
}
.smm-button.es-spiner #smm-button {
  cursor: no-drop;
}
.smm-button.is-back-btn #es-spinner::before {
  border: 2px solid #e4e4e4;
  border-right: 2px solid transparent;
}
.smm-button.is-back-btn #es-text-content-btn {
  color: #c9c9c9;
}
.smm-button.is-back-btn #es-text-content-btn .es-btn-icon {
  color: #c9c9c9;
  padding-left: 0;
  padding-right: 11px;
}
.smm-button.is-back-btn .theme--light.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
  background-color: #fff;
}
.smm-button.is-back-btn.es-btn-lg #smm-button {
  border: 1px solid #e2e2e2;
}
.smm-button.is-back-btn.es-btn-lg.border-none #smm-button {
  border: 0;
}

.smm-auth-carousel {
  font-family: "ProximaNova";
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 100%;
}
.smm-auth-carousel .v-carousel__controls {
  background: none;
  bottom: 100px !important;
  left: 0px !important;
  list-style-type: none;
  position: absolute;
  justify-content: left;
  width: 100%;
  z-index: 1;
  display: flex;
  height: 50px;
  align-items: center;
}
.smm-auth-carousel .v-carousel__controls .v-item-group.theme--dark .v-carousel__controls__item {
  color: #ffffff;
}
.smm-auth-carousel .v-carousel__controls .v-item-group.theme--dark .v-carousel__controls__item .v-icon {
  opacity: 1;
}
.smm-auth-carousel .v-carousel__controls .v-item-group.theme--dark .v-carousel__controls__item::before {
  opacity: 0;
}
.smm-auth-carousel .v-carousel__controls .v-item-group.theme--dark .v-carousel__controls__item.v-item--active.v-btn--active {
  color: #f37021;
}
.smm-auth-carousel .v-carousel__controls .v-item-group.theme--dark .v-carousel__controls__item.v-item--active.v-btn--active .v-icon {
  opacity: 0.8;
}
.smm-auth-carousel .theme--dark.v-btn.v-btn--icon {
  color: #ffffff;
}
.smm-auth-carousel .theme--dark.v-btn.v-btn--icon.v-item--active.v-btn--active {
  opacity: 1;
}
.smm-auth-carousel .smm-auth-carousel-title {
  letter-spacing: 0.02em;
  color: #f37021;
  font-weight: 600;
  font-size: 90px;
  line-height: 110px;
}
.smm-auth-carousel .smm-auth-carousel-text {
  letter-spacing: 0.02em;
  color: #7a7878;
  font-weight: 600;
  font-size: 56px;
  line-height: 68px;
}
.smm-auth-carousel .smm-auth-carousel-text span {
  display: block;
  letter-spacing: 0.02em;
  color: #f37021;
  font-weight: 600;
  font-size: 90px;
  line-height: 110px;
}
.smm-auth-carousel .smm-auth-carousel-image {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: fit-content;
}
.smm-auth-carousel .smm-auth-carousel-image img {
  width: 360px;
}
.smm-auth-carousel .v-window-item {
  height: 100%;
}
@media (max-width: 1220px) {
.smm-auth-carousel .v-carousel__controls {
    bottom: 20px !important;
}
.smm-auth-carousel .smm-auth-carousel-title {
    font-size: 60px;
    line-height: 90px;
}
.smm-auth-carousel .smm-auth-carousel-text {
    font-size: 36px;
    line-height: 48px;
}
.smm-auth-carousel .smm-auth-carousel-image {
    bottom: 110px;
}
}
@media (max-width: 1000px) {
.smm-auth-carousel .smm-auth-carousel-title {
    font-size: 45px;
    line-height: 70px;
}
.smm-auth-carousel .smm-auth-carousel-text {
    font-size: 26px;
    line-height: 38px;
}
.smm-auth-carousel .smm-auth-carousel-image img {
    width: 315px;
}
}

.smm-checkbox {
  cursor: pointer;
  user-select: none;
  max-width: max-content;
  align-items: center;
  column-gap: 8px;
}
.smm-checkbox .smm-checkbox-content {
  width: 20px;
  min-width: 20px;
  min-height: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: white;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.8, 0.5, 1), visibility 0s;
  transition: 0.2s cubic-bezier(0.25, 0.8, 0.5, 1), visibility 0s;
}
.smm-checkbox .smm-checkbox-content i {
  font-size: 9px;
  color: #f37021;
}
.smm-checkbox .es-label {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.8, 0.5, 1), visibility 0s;
  transition: 0.2s cubic-bezier(0.25, 0.8, 0.5, 1), visibility 0s;
}
.smm-checkbox .es-label a {
  text-decoration: none;
  color: #f37021;
}
.smm-checkbox .es-label a:hover {
  text-decoration: underline !important;
}
.smm-checkbox .es-label.check-valid {
  color: #f64e60;
}
.smm-checkbox.check-valid .smm-checkbox-content {
  border-color: #f64e60;
}
.smm-checkbox.check-valid .es-label {
  color: #f64e60;
}
.smm-checkbox.check-valid .es-label a {
  color: #f64e60;
}
.smm-checkbox.disabled {
  cursor: no-drop;
}
.smm-checkbox.disabled .smm-checkbox-content {
  border: 1px solid #e2e2e2 !important;
}
.smm-checkbox.disabled .smm-checkbox-content i {
  color: #e2e2e2;
}
.smm-checkbox.disabled .es-label {
  color: rgba(19, 19, 19, 0.5) !important;
}
.smm-checkbox.checked .smm-checkbox-content {
  background-color: #f37021;
  border: 1px solid #f37021;
}
.smm-checkbox.checked .smm-checkbox-content i {
  color: white;
}
.smm-checkbox.checked.disabled .smm-checkbox-content {
  background-color: #e2e2e2 !important;
}
.smm-checkbox:hover .smm-checkbox-content {
  border-color: #f37021;
}
.smm-checkbox.smm-checkbox-content-white.checked .smm-checkbox-content {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}
.smm-checkbox.smm-checkbox-content-white.checked .smm-checkbox-content i {
  color: #f37021;
}
#projectsInfo .smm-checkbox .smm-checkbox-content,
#addProject .smm-checkbox .smm-checkbox-content,
#projectsPermissions .smm-checkbox .smm-checkbox-content {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
}
#projectsInfo .smm-checkbox .smm-checkbox-content i,
#addProject .smm-checkbox .smm-checkbox-content i,
#projectsPermissions .smm-checkbox .smm-checkbox-content i {
  font-size: 7px;
}

.smm-contenteditable-wrap .smm-contenteditable-settings {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 4px;
}
.smm-contenteditable-wrap .smm-contenteditable-settings .smm-contenteditable-setting-item {
  cursor: pointer;
  padding: 4px 6px;
  margin-right: 4px;
  min-width: 30px;
  text-align: center;
  transition: all 0.15s;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smm-contenteditable-wrap .smm-contenteditable-settings .smm-contenteditable-setting-item.bold {
  font-weight: bold;
}
.smm-contenteditable-wrap .smm-contenteditable-settings .smm-contenteditable-setting-item.italic {
  font-style: italic;
}
.smm-contenteditable-wrap .smm-contenteditable-settings .smm-contenteditable-setting-item.underline {
  text-decoration: underline;
}
.smm-contenteditable-wrap .smm-contenteditable-settings .smm-contenteditable-setting-item.strike-through {
  text-decoration: line-through;
}
.smm-contenteditable-wrap .smm-contenteditable-settings .smm-contenteditable-setting-item.link {
  color: #1976d2 !important;
}
.smm-contenteditable-wrap .smm-contenteditable-settings .smm-contenteditable-setting-item.link:hover {
  text-decoration: underline;
}
.smm-contenteditable-wrap .smm-contenteditable-settings .smm-contenteditable-setting-item.spoiler {
  filter: blur(0.5px);
  background-color: transparent;
}
.smm-contenteditable-wrap .smm-contenteditable-settings .smm-contenteditable-setting-item.spoiler:hover {
  filter: unset;
}
.smm-contenteditable-wrap .smm-contenteditable-settings .smm-contenteditable-setting-item.codeblock,
.smm-contenteditable-wrap .smm-contenteditable-settings .smm-contenteditable-setting-item.monospace {
  font-family: 'Courier New', monospace;
}
.smm-contenteditable-wrap .smm-contenteditable-settings .smm-contenteditable-setting-item:last-child {
  margin-right: 0;
}
.smm-contenteditable-wrap .smm-contenteditable-settings .smm-contenteditable-setting-item.active {
  background: #f0f0f0 !important;
}
.smm-contenteditable-wrap .smm-contenteditable-settings .smm-contenteditable-setting-item:hover {
  background-color: #e5e5e5 !important;
}
.smm-contenteditable-wrap .smm-contenteditable-block {
  position: relative;
}
.smm-contenteditable-wrap .smm-contenteditable-block .smm-textarea-smile {
  width: 16px;
  height: 16px;
  width: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.smm-contenteditable-wrap .smm-contenteditable-block .smm-contenteditable {
  font-family: "ProximaNova";
  border: 1px solid;
  border-color: #e5e5e5;
  background-color: white;
  border-radius: 4px;
  padding: 12px;
  font-size: 14px;
  line-height: 17px;
  outline: none;
  color: #131313;
  width: 100%;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.smm-contenteditable-wrap .smm-contenteditable-block .smm-contenteditable:focus,
.smm-contenteditable-wrap .smm-contenteditable-block .smm-contenteditable:active {
  border-color: #f37021;
}
.smm-contenteditable-wrap .smm-contenteditable-block .smm-contenteditable::placeholder {
  font-family: "ProximaNova";
  color: rgba(19, 19, 19, 0.5);
  font-weight: 100;
}
.smm-contenteditable-wrap .smm-contenteditable-block .smm-contenteditable::-webkit-scrollbar {
  width: 0;
}
.smm-contenteditable-wrap .smm-contenteditable-block.is-smile .e-richtexteditor .e-rte-content .e-content {
  padding: 12px 36px 12px 12px;
}

.smm-datepicker {
  width: 100%;
  font-family: "ProximaNova";
}
.smm-datepicker .smm-datepicker-title {
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
  margin-bottom: 5px;
}
.smm-datepicker .smm-datepicker-title .text-danger {
  font-size: 20px;
}
.smm-datepicker .smm-datepicker-input {
  background-image: url("/assets/img/components/calendar.svg");
  background-position: right 12px center;
  background-repeat: no-repeat;
  color: #131313;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 12px 40px 12px 12px;
  outline: none;
  width: 100%;
  background-color: #fff;
  max-height: 40px;
}
.smm-datepicker .smm-datepicker-input:focus {
  border: 1px solid #f37021;
}
.smm-datepicker .smm-datepicker-input::placeholder {
  color: rgba(19, 19, 19, 0.5);
}
.smm-datepicker .smm-datepicker-input.smm-datepicker-no-valid {
  border: 1px solid #f64e60;
}
.smm-datepicker .es-input-validate {
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.smm-datepicker .es-input-validate .icon-close1 {
  color: red;
}
.smm-datepicker .es-input-validate .invalid-feedback {
  width: auto;
  display: flex;
  margin-left: 5px;
}
.smm-datepicker .es-input-validate.active {
  opacity: 1;
  padding-top: 8px;
}
.smm-datepicker .es-input-validate.active .invalid-feedback {
  width: auto;
  display: flex;
  margin-left: 5px;
  font-size: 12px;
  line-height: 14px;
  margin-top: 0;
}
.v-date-picker-table {
  height: fit-content !important;
}

.smm-dialog-go-to-dashboard {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  font-size: 20px;
  color: #d9d9d9;
  width: --moz-fit-content !important;
  width: fit-content !important;
}
.smm-dialog-go-to-dashboard:hover {
  color: #131313;
}
.v-dialog {
  background-color: white;
  padding: 15px 12px;
  margin: 16px !important;
  border-radius: 20px;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
.v-dialog {
    padding: 15px 15px;
}
}
@media (min-width: 768px) {
.v-dialog {
    padding: 15px 20px;
}
}
.v-dialog .smm-dialog {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.v-dialog .smm-dialog .smm-dialog-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  padding-top: 20px;
  flex-shrink: 0;
  border-radius: 12px 12px 0 0 !important;
}
.v-dialog .smm-dialog .smm-dialog-title.hideLine {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 599px) {
.v-dialog .smm-dialog .smm-dialog-title {
    align-items: flex-start !important;
}
}
.v-dialog .smm-dialog .smm-dialog-title .smm-dialog-title-text {
  color: #162a47;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
}
@media (max-width: 599px) {
.v-dialog .smm-dialog .smm-dialog-title .smm-dialog-title-text .smm-dialog-permission-header {
    display: block !important;
}
.v-dialog .smm-dialog .smm-dialog-title .smm-dialog-title-text .smm-dialog-permission-header .smm-team-user-name {
    font-weight: 400;
}
.v-dialog .smm-dialog .smm-dialog-title .smm-dialog-title-text .smm-dialog-permission-header .project-participation {
    margin-top: 1.25rem;
    font-weight: 400;
}
}
.v-dialog .smm-dialog .smm-dialog-title .smm-dialog-close {
  position: absolute;
  right: 0;
  z-index: 1;
}
.v-dialog .smm-dialog .smm-dialog-title .smm-dialog-close i {
  font-size: 12px;
  cursor: pointer;
  color: #a0a0a0;
}
.v-dialog .smm-dialog .smm-dialog-title .smm-dialog-close i:hover {
  color: #131313;
}
@media (max-width: 599px) {
.v-dialog .smm-dialog .smm-dialog-title .smm-dialog-close {
    margin-top: 7px;
}
}
.v-dialog .smm-dialog .smm-dialog-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
  padding-right: 5px;
  max-height: calc(90vh - 120px);
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}
.v-dialog .smm-dialog .smm-dialog-content::-webkit-scrollbar {
  width: 6px;
}
.v-dialog .smm-dialog .smm-dialog-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.v-dialog .smm-dialog .smm-dialog-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.v-dialog .smm-dialog .smm-dialog-content::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.v-dialog .smm-dialog .smm-dialog-content.smm-dialog-scrollable {
  overflow-y: auto !important;
  padding-right: 5px !important;
  padding-left: 1px !important;
}
.smm-dialog-scrollable {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  min-height: 0 !important;
  padding-right: 6px !important;
  max-height: calc(90vh - 120px) !important;
  scrollbar-width: thin !important;
  scrollbar-color: #c1c1c1 #f1f1f1 !important;
}
.smm-dialog-scrollable::-webkit-scrollbar {
  width: 6px !important;
}
.smm-dialog-scrollable::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-radius: 3px !important;
}
.smm-dialog-scrollable::-webkit-scrollbar-thumb {
  background: #c1c1c1 !important;
  border-radius: 3px !important;
}
.smm-dialog-scrollable::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8 !important;
}
.custom-modal-dialog,
.custom-ai-modal-dialog {
  max-height: 90vh !important;
  overflow: hidden !important;
}
.custom-modal-dialog .smm-dialog-content,
.custom-ai-modal-dialog .smm-dialog-content {
  flex: 1 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  min-height: 0 !important;
  padding-right: 5px !important;
  max-height: calc(90vh - 120px) !important;
  scrollbar-width: thin !important;
  scrollbar-color: #c1c1c1 #f1f1f1 !important;
}
.custom-modal-dialog .smm-dialog-content::-webkit-scrollbar,
.custom-ai-modal-dialog .smm-dialog-content::-webkit-scrollbar {
  width: 6px !important;
}
.custom-modal-dialog .smm-dialog-content::-webkit-scrollbar-track,
.custom-ai-modal-dialog .smm-dialog-content::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-radius: 3px !important;
}
.custom-modal-dialog .smm-dialog-content::-webkit-scrollbar-thumb,
.custom-ai-modal-dialog .smm-dialog-content::-webkit-scrollbar-thumb {
  background: #c1c1c1 !important;
  border-radius: 3px !important;
}
.custom-modal-dialog .smm-dialog-content::-webkit-scrollbar-thumb:hover,
.custom-ai-modal-dialog .smm-dialog-content::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8 !important;
}

.v-btn.smm-btn-emoji {
  width: 10px;
  min-width: 10px !important;
  height: 23px !important;
}
.emoji-picker .emoji.border {
  border: 1px solid #f0f0f0 !important;
}
.emoji-picker .category.active {
  border-bottom: 2px solid #f37021 !important;
  background-color: #f0f0f0;
  filter: none !important;
}
.v-btn.smm-btn-emoji {
  background-color: #fff;
  box-shadow: none;
}
.icon-smile {
  font-size: 16px;
}

.smm-header-container {
  background-color: white;
  border-bottom: 1px #f37021 solid;
  padding: 15px;
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0;
}
@media (min-width: 992px) {
.smm-header-container {
    padding: 0;
}
}
.smm-header-container .smm-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.smm-header-container .smm-header-content .smm-header-left-block {
  display: none;
}
@media (min-width: 992px) {
.smm-header-container .smm-header-content .smm-header-left-block {
    display: flex;
    justify-content: center;
    min-width: 30px;
    min-width: 100px;
}
.smm-header-container .smm-header-content .smm-header-left-block .smm-image-logo {
    display: none;
}
.smm-header-container .smm-header-content .smm-header-left-block .smm-image-logo {
    display: block;
}
}
@media (min-width: 1200px) {
.smm-header-container .smm-header-content .smm-header-left-block {
    min-width: 300px;
}
}
.smm-header-container .smm-header-content .smm-header-center-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
@media (min-width: 992px) {
.smm-header-container .smm-header-content .smm-header-center-block .smm-breadcrums {
    display: none;
}
}
.smm-header-container .smm-header-content .smm-header-center-block .smm-tariff-block {
  display: none;
}
@media (min-width: 768px) {
.smm-header-container .smm-header-content .smm-header-center-block .smm-tariff-block {
    display: flex;
}
}
@media (min-width: 992px) {
.smm-header-container .smm-header-content .smm-header-center-block {
    padding: 0 15px 0 24px;
}
}
.smm-header-container .smm-header-content .smm-header-right-block {
  max-width: 250px;
  width: 100%;
  border-left: 1px #eaf1f3 solid;
  display: none;
}
@media (min-width: 992px) {
.smm-header-container .smm-header-content .smm-header-right-block {
    display: block;
}
}

.input-wrap {
  position: relative;
  font-family: "ProximaNova";
  width: 100%;
}
.input-wrap .smm-input-title {
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
  margin-bottom: 5px;
}
.input-wrap .smm-input-title .text-danger {
  font-size: 20px;
}
.input-wrap .show-link {
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input-wrap input.smm-input[type="number"]::-webkit-inner-spin-button,
.input-wrap input.smm-input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.input-wrap .smm-input {
  font-family: "ProximaNova";
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 17px;
  padding: 12px;
  color: #000;
  text-align: left !important;
  min-height: 40px;
}
.input-wrap .smm-input.form-control.is-valid {
  padding-right: 12px !important;
}
.input-wrap .smm-input:focus {
  border-color: #f37021;
  outline: none;
  box-shadow: none !important;
  color: #000;
}
.input-wrap .smm-input::placeholder {
  font-family: "ProximaNova";
  font-size: 14px;
  line-height: 17px;
  color: rgba(19, 19, 19, 0.5);
  font-weight: 100;
}
.input-wrap .smm-input.form-control:disabled {
  background-color: #e2e2e280;
}
.input-wrap .smm-input.form-control.is-invalid {
  background-image: none;
  padding-right: 12px;
  border-color: #f64e60;
}
.input-wrap .smm-input.form-control.is-valid {
  background-image: none;
  border: 1px solid #e5e5e5;
}
.input-wrap .smm-input.form-control.is-valid:focus {
  border-color: #f37021;
  outline: none;
}
.input-wrap .smm-input.form-control.is-valid:disabled {
  border-color: rgba(226, 226, 226, 0.5);
  cursor: not-allowed;
  color: #a0a0a0;
}
.input-wrap .smm-input.form-control.is-valid.smm-input-password {
  padding-right: 40px;
}
.input-wrap .smm-input.form-control.is-valid.validation {
  margin-bottom: 4px;
}
.input-wrap .smm-input-password ~ .show-link {
  display: inline-flex;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 12px;
  cursor: pointer;
  color: #f37021;
}
.input-wrap .smm-input-password ~ .show-link.show-link-topping {
  top: 34px;
}
.input-wrap .is-invalid ~ .smm-input-validate .invalid-feedback {
  opacity: 1;
}
.input-wrap .smm-input-validate {
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.input-wrap .smm-input-validate .icon-close1 {
  color: red;
}
.input-wrap .smm-input-validate .invalid-feedback {
  width: auto;
  display: flex;
}
.input-wrap .smm-input-validate.smm-input-active {
  opacity: 1;
  padding-top: 8px;
}
.input-wrap .smm-input-validate.smm-input-active .invalid-feedback {
  width: auto;
  display: flex;
  font-size: 12px;
  line-height: 14px;
  margin-top: 0;
}
.input-wrap .slot-text {
  color: #a0a0a0;
  font-size: 12px;
}
.age-input .smm-input {
  font-size: 20px;
  line-height: normal;
  padding: 7px 12px;
  color: #131313;
  font-weight: 500;
  letter-spacing: -0.25px;
  height: auto;
}

.es-sorry-we-couldnt-find {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.es-sorry-we-couldnt-find.content-muted {
  height: 100%;
  padding: 15px;
}
.es-sorry-we-couldnt-find.content-muted .es-search-icon-muted {
  margin-top: 15px;
  margin-bottom: 12px;
}
.es-sorry-we-couldnt-find.content-muted .es-search-icon-muted img {
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
.es-sorry-we-couldnt-find.content-muted .es-search-icon-muted {
    margin-bottom: 28px;
}
}
.es-sorry-we-couldnt-find.content-muted .es-search-title-text {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: rgba(19, 19, 19, 0.5);
}
.es-sorry-we-couldnt-find.content-muted .es-search-title-text #es-search-span-search {
  display: block;
  color: #F37021;
}
.es-sorry-we-couldnt-find.content-muted .es-search-title-text #es-search-loader-points {
  position: absolute;
  padding-left: 10px;
}
.es-sorry-we-couldnt-find.content-muted .es-search-content-text {
  font-size: 12px;
  line-height: 18px;
  color: rgba(19, 19, 19, 0.5);
  padding-bottom: 15px;
}
@media (min-width: 768px) {
.es-sorry-we-couldnt-find.content-muted .es-search-content-text {
    font-size: 15px;
    line-height: 20px;
}
}

.smm-pop-up-menu-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  user-select: none;
  padding: 5px 12px;
}
.smm-pop-up-menu-item .smm-pop-up-menu-icon {
  margin-right: 12px;
  font-size: 12px;
  color: #162a47;
}
.smm-pop-up-menu-item .smm-pop-up-menu-text {
  font-size: 14px;
  color: #7a7878;
  font-family: ProximaNova;
}
.smm-pop-up-menu-item .smm-pop-up-menu-icon:has(.v-icon) {
  margin-right: 8px;
}
.smm-pop-up-menu-item:hover {
  color: #f37021;
  background-color: #f0f0f0;
}

.smm-pop-up-more-menu-contant {
  padding: 10px 0;
  background-color: #fff;
}
.smm-pop-up-more-menu {
  display: flex;
  width: 17px;
  height: 17px;
}
.smm-pop-up-more-menu .v-btn {
  height: 17px;
  width: 17px;
}
.smm-pop-up-more-menu .v-btn .v-btn__content {
  height: 17px;
  width: 17px;
}
.smm-pop-up-more-menu .v-btn .v-btn__content i {
  height: 17px;
  width: 17px;
}
.smm-filter-block {
  position: relative;
}
.smm-filter-block .smm-panel-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 15px;
  width: 15px;
  height: 15px;
  background-color: #f0f0f0;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 200;
  color: #f37021;
  animation: popup 200ms forwards;
  position: absolute;
  right: -5px;
  bottom: -7px;
}

.smm-progress-circular {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.smm-question {
  width: fit-content;
  display: inline-flex;
  align-items: center;
}
.smm-question .smm-question-content {
  border-radius: 50%;
  font-size: 10px;
  border: 1px solid;
  color: #f37021;
  border-color: #f37021;
  min-width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  transform: scale(1);
  transition: all 1s;
}
.smm-question .smm-question-content.smm-question-main {
  min-width: 20px;
  height: 20px;
  font-size: 13px;
  color: #f37021;
  border-color: #f37021;
}
.smm-question .smm-question-content.es-pulsate-animation {
  animation: 300ms pulsate infinite alternate ease-in-out;
}
.smm-question.active .smm-question-content {
  background-color: #f37021;
  color: white;
}
#es-tooltip-text {
  font-size: 12px;
  line-height: 14px;
  color: white;
}
.v-tooltip__content {
  line-height: 16px;
}
.v-tooltip__content.menuable__content__active {
  z-index: 999999999 !important;
}

.smm-radio-group {
  display: inline-flex;
}
.smm-radio-group > div {
  margin-right: 8px;
}
.smm-radio-group > div:last-child {
  margin-right: 0;
}

.smm-select-wrap .smm-select .v-input__slot {
  min-height: 40px;
}
.smm-select-wrap .smm-select .v-input__slot fieldset {
  top: 0;
  border: 1px solid #e5e5e5;
}
.smm-select-wrap .smm-select .v-input__slot fieldset legend {
  display: none;
}
.smm-select-wrap .smm-select .v-input__slot .v-select__selections .v-select__selection {
  font-size: 14px;
}
.smm-select-wrap .smm-select .v-input__slot .v-input__append-inner {
  margin-top: 8px;
}
.smm-select-wrap .smm-select .v-select--is-menu-active fieldset {
  border: 1px solid #f37021;
}

.smm-switch .v-input--switch {
  margin: 0;
  padding: 0;
}
.smm-switch .v-input--switch .v-input__slot {
  margin: 0;
}
.smm-switch .v-input--switch .v-input__slot label {
  margin-bottom: 0;
  color: #7a7878;
  font-size: 14px;
}
.smm-switch .v-input--switch .v-messages {
  display: none;
}

.smm-subtitle-info {
  background-color: #f8f8f8;
  padding: 17px 21px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 18px;
  color: #7A7878;
}

.smm-switch {
  width: fit-content;
}
.smm-switch .v-input--switch {
  margin: 0;
  padding: 0;
}
.smm-switch .v-input--switch .v-input__slot {
  margin: 0;
}
.smm-switch .v-input--switch .v-input__slot label {
  color: #7a7878;
  font-size: 14px;
}
.smm-switch .v-input--switch .v-messages {
  display: none;
}
.smm-switch .v-input--switch .v-input--switch__thumb {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25) !important;
}
.smm-switch .v-input--switch .v-input--switch__track {
  color: #e8e8e8 !important;
  caret-color: #e8e8e8 !important;
}
#projectsInfo .smm-switch,
#addProject .smm-switch,
#projectsPermissions .smm-switch {
  width: fit-content;
}
#projectsInfo .smm-switch .v-input--is-label-active .v-input--switch__track,
#addProject .smm-switch .v-input--is-label-active .v-input--switch__track,
#projectsPermissions .smm-switch .v-input--is-label-active .v-input--switch__track {
  opacity: 1 !important;
  width: 2.8rem;
  color: #f37021 !important;
  caret-color: #f37021 !important;
  height: 16px;
}
#projectsInfo .smm-switch .v-input--is-label-active .v-input--switch__thumb,
#addProject .smm-switch .v-input--is-label-active .v-input--switch__thumb,
#projectsPermissions .smm-switch .v-input--is-label-active .v-input--switch__thumb {
  transform: translate(15px) !important;
}
#projectsInfo .smm-switch .v-input--switch,
#addProject .smm-switch .v-input--switch,
#projectsPermissions .smm-switch .v-input--switch {
  margin: 0;
  padding: 0;
}
#projectsInfo .smm-switch .v-input--switch .v-input__slot,
#addProject .smm-switch .v-input--switch .v-input__slot,
#projectsPermissions .smm-switch .v-input--switch .v-input__slot {
  margin: 0;
}
#projectsInfo .smm-switch .v-input--switch .v-input__slot label,
#addProject .smm-switch .v-input--switch .v-input__slot label,
#projectsPermissions .smm-switch .v-input--switch .v-input__slot label {
  color: #7a7878;
  font-size: 14px;
}
#projectsInfo .smm-switch .v-input--switch .v-messages,
#addProject .smm-switch .v-input--switch .v-messages,
#projectsPermissions .smm-switch .v-input--switch .v-messages {
  display: none;
}
#projectsInfo .smm-switch .v-input--switch .v-input--selection-controls__input,
#addProject .smm-switch .v-input--switch .v-input--selection-controls__input,
#projectsPermissions .smm-switch .v-input--switch .v-input--selection-controls__input {
  margin-right: 0 !important;
}
#projectsInfo .smm-switch .v-input--switch .v-input--switch__thumb,
#addProject .smm-switch .v-input--switch .v-input--switch__thumb,
#projectsPermissions .smm-switch .v-input--switch .v-input--switch__thumb {
  margin-left: 10px;
  color: #fff !important;
  border-radius: 50%;
  top: calc(50% - 5px);
  height: 12px;
  width: 12px;
  transform: translate(5px);
  box-shadow: unset !important;
}
#projectsInfo .smm-switch .v-input--switch .v-input--switch__track,
#addProject .smm-switch .v-input--switch .v-input--switch__track,
#projectsPermissions .smm-switch .v-input--switch .v-input--switch__track {
  margin-left: 10px;
  height: 16px;
  width: 2.8rem;
  color: #e8e8e8;
  caret-color: #e8e8e8;
}
#projectsInfo .smm-switch .v-input--switch .v-input--selection-controls__ripple,
#addProject .smm-switch .v-input--switch .v-input--selection-controls__ripple,
#projectsPermissions .smm-switch .v-input--switch .v-input--selection-controls__ripple {
  height: 0;
  width: 0;
}

.smm-textareas {
  width: 100%;
  font-family: "ProximaNova";
}
.smm-textareas .smm-textareas-title {
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
  margin-bottom: 5px;
}
.smm-textareas .smm-textareas-title .text-danger {
  font-size: 20px;
}
.smm-textareas .smm-textarea-slot {
  position: relative;
}
.smm-textareas .smm-textarea-slot .smm-textarea {
  font-family: "ProximaNova";
  border: 1px solid;
  border-color: #e5e5e5;
  border-radius: 4px;
  padding: 12px;
  font-size: 14px;
  line-height: 17px;
  outline: none;
  color: #131313;
  width: 100%;
  vertical-align: top;
}
.smm-textareas .smm-textarea-slot .smm-textarea::placeholder,
.smm-textareas .smm-textarea-slot .smm-textarea:-moz-placeholder,
.smm-textareas .smm-textarea-slot .smm-textarea::-webkit-input-placeholder,
.smm-textareas .smm-textarea-slot .smm-textarea::-moz-placeholder,
.smm-textareas .smm-textarea-slot .smm-textarea:-ms-input-placeholder {
  font-family: "ProximaNova";
  color: rgba(19, 19, 19, 0.5);
  font-weight: 100;
}
.smm-textareas .smm-textarea-slot .smm-textarea:focus,
.smm-textareas .smm-textarea-slot .smm-textarea:active {
  border-color: #f37021;
}
.smm-textareas .smm-textarea-slot .smm-textarea::placeholder {
  font-family: "ProximaNova";
  color: rgba(19, 19, 19, 0.5);
  font-weight: 100;
}
.smm-textareas .smm-textarea-slot .smm-textarea.not-valid {
  border-color: #dc3545;
}
.smm-textareas .smm-textarea-slot .smm-textarea.is-smile {
  padding: 12px 36px 12px 12px;
}
@media (min-width: 600px) {
.smm-textareas .smm-textarea-slot .smm-textarea::-webkit-scrollbar {
    width: 15px;
}
}
.smm-textareas .smm-textarea-slot .smm-textarea.disabled {
  opacity: 0.5;
}
.smm-textareas .smm-textarea-slot .smm-textarea-smile {
  width: 16px;
  height: 16px;
  width: fit-content;
  position: absolute;
  top: 0;
  right: 10px;
}
.smm-textareas .smm-textareas-signature {
  font-size: 12px;
  line-height: 14px;
  font-family: "SFProText-Semibold";
  color: #131313;
  margin-bottom: 11px;
}
.smm-textareas .smm-textareas-validate {
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.smm-textareas .smm-textareas-validate .icon-close1 {
  color: red;
}
.smm-textareas .smm-textareas-validate .invalid-feedback {
  width: auto;
  display: flex;
  margin-left: 5px;
}
.smm-textareas .smm-textareas-validate.smm-input-active {
  opacity: 1;
  padding-top: 8px;
}
.smm-textareas .smm-textareas-validate.smm-input-active .invalid-feedback {
  width: auto;
  display: flex;
  margin-left: 5px;
  font-size: 12px;
  line-height: 14px;
  margin-top: 0;
}

.smm-datepicker {
  width: 100%;
  font-family: "ProximaNova";
}
.smm-datepicker .smm-datepicker-title {
  font-size: 14px;
  line-height: 17px;
  color: #7a7878;
  margin-bottom: 5px;
}
.smm-datepicker .smm-datepicker-title .text-danger {
  font-size: 20px;
}
.smm-datepicker .smm-datepicker-input-block {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background-color: white;
}
.smm-datepicker .smm-datepicker-input-block.smm-datepicker-no-valid {
  border: 1px solid #f64e60;
}
.smm-datepicker .smm-datepicker-input-block .smm-datepicker-input {
  background-image: url("/assets/img/components/calendar.svg");
  background-position: right 12px center;
  background-repeat: no-repeat;
  color: #131313;
  font-size: 14px;
  line-height: 16px;
  border: 0;
  border-right: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 12px 40px 12px 12px;
  outline: none;
  width: 100%;
  background-color: #fff;
  max-height: 40px;
}
.smm-datepicker .smm-datepicker-input-block .smm-datepicker-input:focus {
  border: 1px solid #f37021;
}
.smm-datepicker .smm-datepicker-input-block .smm-datepicker-input::placeholder {
  color: rgba(19, 19, 19, 0.5);
}
.smm-datepicker .smm-datepicker-input-block .icon-close {
  display: flex;
  align-items: center;
  margin: 0 16px;
}
.smm-datepicker .es-input-validate {
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.smm-datepicker .es-input-validate .icon-close1 {
  color: red;
}
.smm-datepicker .es-input-validate .invalid-feedback {
  width: auto;
  display: flex;
  margin-left: 5px;
}
.smm-datepicker .es-input-validate.smm-input-active {
  opacity: 1;
  padding-top: 8px;
}
.smm-datepicker .es-input-validate.smm-input-active .invalid-feedback {
  width: auto;
  display: flex;
  margin-left: 5px;
  font-size: 12px;
  line-height: 14px;
  margin-top: 0;
}
.v-date-picker-table {
  height: fit-content !important;
}

.smm-v-tooltip .smm-v-tooltip-icon:hover {
  color: #f37021;
}

.smm-voice-recorder[data-v-fe8459ac] {
  padding: 16px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}
.smm-voice-recorder .voice-recorder-start[data-v-fe8459ac] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.smm-voice-recorder .voice-recorder-start .quality-selector[data-v-fe8459ac] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.smm-voice-recorder .voice-recorder-start .quality-selector label[data-v-fe8459ac] {
  font-size: 12px;
  color: #6c757d;
}
.smm-voice-recorder .voice-recorder-start .quality-selector .quality-select[data-v-fe8459ac] {
  padding: 4px 8px;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  font-size: 12px;
  background: white;
  color: #495057;
}
.smm-voice-recorder .voice-recorder-start .quality-selector .quality-select[data-v-fe8459ac]:focus {
  outline: none;
  border-color: #f37021;
}
.smm-voice-recorder .voice-recorder-start .voice-btn-start[data-v-fe8459ac] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f37021;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.smm-voice-recorder .voice-recorder-start .voice-btn-start[data-v-fe8459ac]:hover {
  background: #e55a0a;
  transform: scale(1.05);
}
.smm-voice-recorder .voice-recorder-start .voice-btn-start[data-v-fe8459ac]:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}
.smm-voice-recorder .voice-recorder-start .voice-hint[data-v-fe8459ac] {
  font-size: 14px;
  color: #666;
}
.smm-voice-recorder .voice-recorder-recording[data-v-fe8459ac] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.smm-voice-recorder .voice-recorder-recording .voice-recording-indicator[data-v-fe8459ac] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.smm-voice-recorder .voice-recorder-recording .voice-recording-indicator .voice-wave[data-v-fe8459ac] {
  width: 40px;
  height: 20px;
  background: linear-gradient(90deg, #f37021 0%, #ff8c42 50%, #f37021 100%);
  border-radius: 10px;
  animation: wave-fe8459ac 1s ease-in-out infinite;
  transition: transform 0.1s ease;
}
.smm-voice-recorder .voice-recorder-recording .voice-recording-indicator .audio-level-indicator[data-v-fe8459ac] {
  width: 4px;
  height: 30px;
  background: #e9ecef;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.smm-voice-recorder .voice-recorder-recording .voice-recording-indicator .audio-level-indicator .level-bar[data-v-fe8459ac] {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to top, #28a745, #ffc107, #dc3545);
  border-radius: 2px;
  transition: height 0.1s ease;
}
.smm-voice-recorder .voice-recorder-recording .voice-recording-indicator .voice-timer[data-v-fe8459ac] {
  font-size: 18px;
  font-weight: bold;
  color: #f37021;
}
.smm-voice-recorder .voice-recorder-recording .voice-controls[data-v-fe8459ac] {
  display: flex;
  gap: 12px;
}
.smm-voice-recorder .voice-recorder-recording .voice-controls .voice-btn[data-v-fe8459ac] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s ease;
}
.smm-voice-recorder .voice-recorder-recording .voice-controls .voice-btn.voice-btn-stop[data-v-fe8459ac] {
  background: #dc3545;
  color: white;
}
.smm-voice-recorder .voice-recorder-recording .voice-controls .voice-btn.voice-btn-stop[data-v-fe8459ac]:hover {
  background: #c82333;
}
.smm-voice-recorder .voice-recorder-recording .voice-controls .voice-btn.voice-btn-cancel[data-v-fe8459ac] {
  background: #6c757d;
  color: white;
}
.smm-voice-recorder .voice-recorder-recording .voice-controls .voice-btn.voice-btn-cancel[data-v-fe8459ac]:hover {
  background: #5a6268;
}
.smm-voice-recorder .voice-recorder-preview[data-v-fe8459ac] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.smm-voice-recorder .voice-recorder-preview .voice-preview-controls[data-v-fe8459ac] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.smm-voice-recorder .voice-recorder-preview .voice-preview-controls .voice-btn-play[data-v-fe8459ac] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #28a745;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 16px;
}
.smm-voice-recorder .voice-recorder-preview .voice-preview-controls .voice-btn-play[data-v-fe8459ac]:hover {
  background: #218838;
}
.smm-voice-recorder .voice-recorder-preview .voice-preview-controls .voice-preview-info[data-v-fe8459ac] {
  flex: 1;
}
.smm-voice-recorder .voice-recorder-preview .voice-preview-controls .voice-preview-info .voice-duration[data-v-fe8459ac] {
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
  display: block;
}
.smm-voice-recorder .voice-recorder-preview .voice-preview-controls .voice-preview-info .voice-progress[data-v-fe8459ac] {
  height: 4px;
  background: #e9ecef;
  border-radius: 2px;
  overflow: hidden;
}
.smm-voice-recorder .voice-recorder-preview .voice-preview-controls .voice-preview-info .voice-progress .voice-progress-bar[data-v-fe8459ac] {
  height: 100%;
  background: #f37021;
  transition: width 0.1s ease;
}
.smm-voice-recorder .voice-recorder-preview .voice-preview-actions[data-v-fe8459ac] {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.smm-voice-recorder .voice-recorder-preview .voice-preview-actions .voice-btn[data-v-fe8459ac] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s ease;
}
.smm-voice-recorder .voice-recorder-preview .voice-preview-actions .voice-btn.voice-btn-send[data-v-fe8459ac] {
  background: #f37021;
  color: white;
}
.smm-voice-recorder .voice-recorder-preview .voice-preview-actions .voice-btn.voice-btn-send[data-v-fe8459ac]:hover {
  background: #e55a0a;
}
.smm-voice-recorder .voice-recorder-preview .voice-preview-actions .voice-btn.voice-btn-retry[data-v-fe8459ac] {
  background: #6c757d;
  color: white;
}
.smm-voice-recorder .voice-recorder-preview .voice-preview-actions .voice-btn.voice-btn-retry[data-v-fe8459ac]:hover {
  background: #5a6268;
}
.smm-voice-recorder .voice-error[data-v-fe8459ac] {
  text-align: center;
  padding: 15px;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 8px;
  margin-top: 10px;
}
.smm-voice-recorder .voice-error .error-message[data-v-fe8459ac] {
  color: #721c24;
  font-size: 14px;
  margin-bottom: 10px;
}
.smm-voice-recorder .voice-error .voice-btn-retry[data-v-fe8459ac] {
  background: #dc3545;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s ease;
}
.smm-voice-recorder .voice-error .voice-btn-retry[data-v-fe8459ac]:hover {
  background: #c82333;
}
.smm-voice-recorder .voice-error .voice-btn-retry i[data-v-fe8459ac] {
  font-size: 14px;
}
@keyframes wave-fe8459ac {
0%,
  100% {
    transform: scaleY(1);
}
50% {
    transform: scaleY(1.5);
}
}

.smm-auth-control {
  max-height: 300px;
  transition: max-height 0.15s ease-in;
}
.smm-auth-control .es-login-with-text {
  color: #162a47;
  font-size: 12px;
  line-height: 12px;
  font-family: "ProximaNova";
  margin-bottom: 8px;
  font-weight: bold;
}
.smm-auth-control .es-auth-separator {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 27px;
  border-top: solid 1px #eeeeee;
}
.smm-auth-control .es-auth-separator .es-separator-text {
  position: relative;
  font-family: "ProximaNova";
  font-size: 12px;
  color: rgba(19, 19, 19, 0.5);
  top: -14px;
  background-color: white;
  width: fit-content;
  padding: 4px 7px;
}
.smm-auth-control.es-auth-disabled {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.15s ease-out;
}

.smm-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  color: white;
  border-radius: 6px;
}
.smm-social-icon.icon-soc-instagram {
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}
.smm-social-icon.icon-soc-vk {
  background: #4d76a1;
}
.smm-social-icon.icon-soc-facebook {
  background: #4267b2;
}
.smm-social-icon.icon-soc-twitter {
  background: #000000;
}
.smm-social-icon.icon-soc-ok {
  background: #f48420;
}
.smm-social-icon.icon-soc-telegram {
  background: #1e96c8;
}
.smm-social-icon.icon-soc-linkedin {
  background: #0077b7;
}
.smm-social-icon.icon-soc-google {
  background: #4285f4;
}
.smm-social-icon .icon-soc-twitter:before {
  content: "𝕏" !important;
}
.smm-social-icon .icon-soc-threads {
  font-size: unset !important;
}
.smm-social-icon .icon-soc-threads:before {
  content: url('data:image/svg+xml;utf8,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.1502 6.48873C10.0902 6.45983 10.0291 6.43201 9.96731 6.40537C9.85965 4.41424 8.77569 3.27432 6.95561 3.26266C6.94736 3.26261 6.93916 3.26261 6.93091 3.26261C5.84227 3.26261 4.93685 3.72902 4.37958 4.57776L5.38057 5.26698C5.79688 4.633 6.45023 4.49785 6.93139 4.49785C6.93695 4.49785 6.94253 4.49785 6.94803 4.4979C7.54732 4.50174 7.99954 4.67663 8.29223 5.01769C8.50523 5.26599 8.64769 5.60911 8.71823 6.04215C8.18689 5.95151 7.61226 5.92364 6.99797 5.95899C5.26751 6.05904 4.15503 7.07203 4.22975 8.47962C4.26767 9.19362 4.62205 9.80787 5.22758 10.2091C5.73954 10.5483 6.39892 10.7142 7.08422 10.6767C7.98922 10.6269 8.6992 10.2803 9.1945 9.64658C9.57066 9.16533 9.80858 8.54168 9.91362 7.75585C10.3449 8.01711 10.6646 8.36092 10.8411 8.77421C11.1413 9.47676 11.1588 10.6312 10.2203 11.5725C9.39798 12.397 8.40956 12.7537 6.91577 12.7647C5.25876 12.7524 4.00558 12.219 3.1908 11.1794C2.42783 10.2059 2.03352 8.79973 2.01881 7C2.03352 5.20026 2.42783 3.79412 3.1908 2.82061C4.00558 1.78098 5.25873 1.2476 6.91574 1.23524C8.58478 1.2477 9.85979 1.78364 10.7058 2.82829C11.1206 3.34057 11.4333 3.98481 11.6395 4.73596L12.8125 4.42183C12.5626 3.49724 12.1694 2.70052 11.6342 2.03977C10.5497 0.700487 8.96356 0.0142295 6.91984 0H6.91165C4.87209 0.0141801 3.30369 0.703048 2.25005 2.04745C1.31244 3.2438 0.828802 4.90844 0.812551 6.99508L0.8125 7L0.812551 7.00492C0.828802 9.09154 1.31244 10.7562 2.25005 11.9526C3.30369 13.2969 4.87209 13.9859 6.91165 14H6.91984C8.73312 13.9874 10.0113 13.5109 11.0642 12.455C12.4418 11.0736 12.4003 9.34201 11.9463 8.27903C11.6205 7.51676 10.9995 6.89764 10.1502 6.48873ZM7.01943 9.44322C6.26101 9.48609 5.47308 9.14441 5.43423 8.41254C5.40543 7.8699 5.81898 7.2644 7.06598 7.19227C7.20879 7.184 7.34892 7.17996 7.48658 7.17996C7.93953 7.17996 8.36328 7.22412 8.74852 7.30866C8.60483 9.10984 7.76199 9.40231 7.01943 9.44322Z" fill="white"/></svg>') !important;
}

.smm-socials-auth {
  display: flex;
  justify-content: space-between;
  column-gap: 8px;
  width: 100%;
}
.smm-socials-auth .smm-socials-item {
  display: flex;
  justify-content: center;
  padding: 12px;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  cursor: pointer;
  color: white;
}
.smm-socials-auth .smm-socials-item i {
  font-size: 17px;
}
.smm-socials-auth .smm-socials-item.vk {
  background-color: #4d76a1;
}
.smm-socials-auth .smm-socials-item.twitter {
  background-color: #000000;
}
.smm-socials-auth .smm-socials-item.facebook {
  background-color: #1877f2;
}
.smm-socials-auth .smm-socials-item.google {
  background-color: #34a853;
}
.smm-socials-auth .smm-socials-item .icon-soc-twitter:before {
  content: "𝕏" !important;
}
.smm-socials-auth .smm-socials-item .fab.fa-google {
  font-size: 17px;
}
.smm-socials-auth .smm-socials-item .icon-soc-threads {
  font-size: unset !important;
}
.smm-socials-auth .smm-socials-item .icon-soc-threads:before {
  content: url('data:image/svg+xml;utf8,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.1502 6.48873C10.0902 6.45983 10.0291 6.43201 9.96731 6.40537C9.85965 4.41424 8.77569 3.27432 6.95561 3.26266C6.94736 3.26261 6.93916 3.26261 6.93091 3.26261C5.84227 3.26261 4.93685 3.72902 4.37958 4.57776L5.38057 5.26698C5.79688 4.633 6.45023 4.49785 6.93139 4.49785C6.93695 4.49785 6.94253 4.49785 6.94803 4.4979C7.54732 4.50174 7.99954 4.67663 8.29223 5.01769C8.50523 5.26599 8.64769 5.60911 8.71823 6.04215C8.18689 5.95151 7.61226 5.92364 6.99797 5.95899C5.26751 6.05904 4.15503 7.07203 4.22975 8.47962C4.26767 9.19362 4.62205 9.80787 5.22758 10.2091C5.73954 10.5483 6.39892 10.7142 7.08422 10.6767C7.98922 10.6269 8.6992 10.2803 9.1945 9.64658C9.57066 9.16533 9.80858 8.54168 9.91362 7.75585C10.3449 8.01711 10.6646 8.36092 10.8411 8.77421C11.1413 9.47676 11.1588 10.6312 10.2203 11.5725C9.39798 12.397 8.40956 12.7537 6.91577 12.7647C5.25876 12.7524 4.00558 12.219 3.1908 11.1794C2.42783 10.2059 2.03352 8.79973 2.01881 7C2.03352 5.20026 2.42783 3.79412 3.1908 2.82061C4.00558 1.78098 5.25873 1.2476 6.91574 1.23524C8.58478 1.2477 9.85979 1.78364 10.7058 2.82829C11.1206 3.34057 11.4333 3.98481 11.6395 4.73596L12.8125 4.42183C12.5626 3.49724 12.1694 2.70052 11.6342 2.03977C10.5497 0.700487 8.96356 0.0142295 6.91984 0H6.91165C4.87209 0.0141801 3.30369 0.703048 2.25005 2.04745C1.31244 3.2438 0.828802 4.90844 0.812551 6.99508L0.8125 7L0.812551 7.00492C0.828802 9.09154 1.31244 10.7562 2.25005 11.9526C3.30369 13.2969 4.87209 13.9859 6.91165 14H6.91984C8.73312 13.9874 10.0113 13.5109 11.0642 12.455C12.4418 11.0736 12.4003 9.34201 11.9463 8.27903C11.6205 7.51676 10.9995 6.89764 10.1502 6.48873ZM7.01943 9.44322C6.26101 9.48609 5.47308 9.14441 5.43423 8.41254C5.40543 7.8699 5.81898 7.2644 7.06598 7.19227C7.20879 7.184 7.34892 7.17996 7.48658 7.17996C7.93953 7.17996 8.36328 7.22412 8.74852 7.30866C8.60483 9.10984 7.76199 9.40231 7.01943 9.44322Z" fill="white"/></svg>') !important;
}
.smm-socials-auth .smm-socials-item:hover {
  -webkit-box-shadow: 0px 2px 6px 0px var(--es-highlight-color);
  -moz-box-shadow: 0px 2px 6px 0px var(--es-highlight-color);
  box-shadow: 0px 2px 6px 0px var(--es-highlight-color);
}
.smm-socials-auth .smm-socials-item.es-social-disabled {
  filter: opacity(0.5);
  cursor: no-drop;
}
.smm-socials-auth .smm-socials-item img {
  max-height: 20px;
  height: 100%;
}

.smm-collapse-data-table .es-collapse-container-content {
  padding: 0;
}
.smm-collapse-data-table .es-subtitle-collapse {
  font-size: 12px;
  line-height: 14px;
  color: rgba(19, 19, 19, 0.5);
  margin-top: 7px;
}
@media (min-width: 768px) {
.smm-collapse-data-table .es-subtitle-collapse {
    margin-top: 10px;
}
}

.smm-data-emty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease-out;
  height: 0;
  z-index: -500;
  flex-grow: 1;
}
.smm-data-emty.es-data-visibility {
  height: auto;
  padding: 40px 15px 55px;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.smm-data-emty img {
  max-width: 160px;
  max-height: 160px;
  margin-bottom: 12px;
}
.smm-data-emty .smm-data-emty-title {
  font-size: 20px;
  line-height: 32px;
  color: #131313;
  margin-bottom: 4px;
}
.smm-data-emty .smm-data-emty-content {
  font-size: 13px;
  line-height: 15px;
  color: #131313;
  opacity: 0.6;
}

.smm-data-table {
  width: 100%;
  position: relative;
}
.smm-data-table .smm-data-table-filter {
  margin: 20px 15px !important;
}
.smm-data-table .smm-data-table-filter .es-dropdown {
  width: 85px;
}
.smm-data-table .smm-data-table-filter .es-pagination-drop {
  font-size: 13px;
  line-height: 16px;
  color: rgba(19, 19, 19, 0.5);
}
.smm-data-table .smm-data-table-filter .es-pagination-drop .es-pagination-drop-item {
  margin-right: 12px;
}
@media (min-width: 768px) {
.smm-data-table .smm-data-table-filter {
    margin: 20px 12px !important;
}
}
@media (min-width: 992px) {
.smm-data-table .smm-data-table-filter {
    margin: 20px 5px !important;
}
}
.smm-data-table .smm-data-table-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  min-height: 250px;
  overflow-x: auto;
}
.smm-data-table table {
  margin-bottom: 0px !important;
}
.smm-data-table table.es-table {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  height: 0;
  position: absolute;
  visibility: hidden;
}
.smm-data-table table.es-table.es-table-visibility {
  position: relative;
  height: auto;
  visibility: visible;
  opacity: 1;
}
.smm-data-table table.es-table .es-tbody-item-right {
  word-break: break-word;
}
.smm-data-table table.es-table .es-tbody-item-right.white-space-nowrap {
  white-space: nowrap;
}
.smm-data-table table.es-table tr:first-child td {
  border-top: 1px solid transparent;
}
.smm-data-table table.es-table tr td:first-child {
  border-left: 1px solid transparent;
}
.smm-data-table table.es-table tr td:last-child {
  border-right: 1px solid transparent;
}
.smm-data-table table tbody tr:nth-of-type(odd) {
  background: #f9f9f9;
}
.smm-data-table table tr,
.smm-data-table table th,
.smm-data-table table td {
  border: 1px solid rgba(226, 226, 226, 0.6);
  padding: 10px 20px !important;
  color: #131313;
}
.smm-data-table table th,
.smm-data-table table .es-tbody-mobile-title {
  font-size: 12px;
  line-height: 18px;
}
.smm-data-table table td,
.smm-data-table table .es-tbody-mobile-content {
  font-size: 14px;
  line-height: 21px;
}
.smm-data-table table td .es-tbody-mobile-content-internal,
.smm-data-table table .es-tbody-mobile-content .es-tbody-mobile-content-internal {
  word-break: break-word;
  max-width: 150px;
  display: inline-block;
}
.smm-data-table table td .es-tbody-mobile-content-internal.white-space-nowrap,
.smm-data-table table .es-tbody-mobile-content .es-tbody-mobile-content-internal.white-space-nowrap {
  white-space: nowrap;
}
.smm-data-table table .es-table-header .es-icon-sort {
  transition: transform 0.3s ease-out;
  color: black;
  font-size: 10px;
  display: block;
  width: fit-content;
  height: 10px;
  margin-left: 8px;
}
.smm-data-table table .es-table-header .es-icon-sort.es-icon-sort-ascending {
  transform: rotate(90deg);
}
.smm-data-table table .es-table-header .es-icon-sort.es-icon-sort-descending {
  transform: rotate(-90deg);
}
.smm-data-table table .es-table-header.pointer {
  cursor: pointer;
}
.smm-data-table table .es-table-header.pointer:hover {
  color: #f37021;
}
.smm-data-table table .es-table-header.pointer:hover i {
  color: #f37021;
}
@media (max-width: 768px) {
.smm-data-table table tr {
    border: 1px solid rgba(226, 226, 226, 0.6);
}
.smm-data-table table th,
  .smm-data-table table td {
    border: none;
}
.smm-data-table table thead,
  .smm-data-table table .es-tbody-desctop {
    display: none;
}
}
@media (min-width: 769px) {
.smm-data-table table .es-tbody-mobile {
    display: none;
}
}
.smm-data-table .es-data-footer {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  height: 0;
  visibility: hidden;
}
.smm-data-table .es-data-footer.es-data-footer-visibility {
  padding: 20px;
  height: auto;
  visibility: visible;
  opacity: 1;
}
.smm-data-table .es-data-footer .es-data-footer-pagination {
  color: rgba(19, 19, 19, 0.5);
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
.smm-data-table .es-data-footer .es-data-footer-pagination {
    margin-bottom: 0px;
}
}
.smm-data-table .es-data-footer .es-data-footer-buttons {
  width: fit-content;
}
.smm-data-table .es-data-footer .es-data-footer-buttons .es-btn-first-child {
  margin-right: 10px;
}
@media (max-width: 767px) {
.smm-data-table .es-data-footer .es-data-footer-buttons {
    margin: auto;
}
}
.smm-data-table .es-data-footer .es-data-footer-buttons .es-button.es-btn-first-child.es-button-white #es-button,
.smm-data-table .es-data-footer .es-data-footer-buttons .es-button.es-btn-second-child.es-button-white #es-button {
  cursor: no-drop;
}
@media (min-width: 768px) {
.smm-data-table .es-data-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
}
@media (min-width: 992px) {
.smm-data-table .es-data-footer.es-data-footer-visibility {
    padding: 27px 20px;
}
}

.smm-table-loader-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}
.smm-table-loader-wrap .smm-table-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.smm-tariff-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
.smm-tariff-block {
    display: none;
}
}
@media (min-width: 768px) {
.smm-tariff-block {
    flex-direction: row;
}
}
.smm-tariff-block .smm-tariff-settings {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
.smm-tariff-block .smm-tariff-settings {
    margin-bottom: 0px;
}
}
.smm-tariff-block .smm-tariff-settings .smm-tariff-name {
  font-size: 15px;
  color: #162a47;
  font-weight: bold;
  margin-right: 4px;
}
.smm-tariff-block .smm-tariff-settings .icon-crown {
  color: #f37021;
  margin-right: 12px;
}
.smm-tariff-block .smm-tariff-settings .smm-tariff-expiration-date {
  font-size: 15px;
  color: #7a7878;
}
@media (min-width: 768px) {
.smm-tariff-block .smm-tariff-settings .smm-tariff-expiration-date {
    margin-right: 16px;
}
}

.bell .material-icons {
  font-size: 24px;
}
.bell {
  user-select: none;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: fit-content;
}
.bell .anchor {
  transform-origin: center top;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.bell .layer-1 {
  color: #162A47;
  z-index: 9;
  opacity: 0;
}
.bell .layer-2 {
  color: #162A47;
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
}
.bell .layer-3 {
  color: #162A47;
  z-index: 7;
  position: absolute;
  top: 0;
  left: 0;
}
.bell.es-animation-active .layer-1,
.bell.es-animation-active .layer-2,
.bell.es-animation-active .layer-3 {
  color: #f37021;
  animation: animation-layer-3 5000ms infinite;
}
.bell.es-animation-open .layer-2 {
  color: #f37021;
}
@keyframes animation-layer-1 {
0% {
    transform: rotate(0deg);
    opacity: 0;
}
8.0% {
    transform: rotate(0deg);
    opacity: 0;
}
12.0% {
    transform: rotate(42deg);
    opacity: 0.5;
}
16.0% {
    transform: rotate(-35deg);
    opacity: 0.4;
}
20.0% {
    transform: rotate(0deg);
    opacity: 0.1;
}
23.0% {
    transform: rotate(28deg);
    opacity: 0.3;
}
26.0% {
    transform: rotate(-20deg);
    opacity: 0.2;
}
29.0% {
    transform: rotate(0deg);
    opacity: 0.1;
}
31.0% {
    transform: rotate(16deg);
    opacity: 0;
}
33.0% {
    transform: rotate(-12deg);
    opacity: 0;
}
35.0% {
    transform: rotate(0deg);
    opacity: 0;
}
37.0% {
    transform: rotate(-6deg);
    opacity: 0;
}
39.0% {
    transform: rotate(0deg);
    opacity: 0;
}
}
@keyframes animation-layer-2 {
0% {
    transform: rotate(0deg);
}
8.0% {
    transform: rotate(0deg);
}
12.0% {
    transform: rotate(42deg);
}
16.0% {
    transform: rotate(-35deg);
}
20.0% {
    transform: rotate(0deg);
}
23.0% {
    transform: rotate(28deg);
}
26.0% {
    transform: rotate(-20deg);
}
29.0% {
    transform: rotate(0deg);
}
31.0% {
    transform: rotate(16deg);
}
33.0% {
    transform: rotate(-12deg);
}
35.0% {
    transform: rotate(0deg);
}
37.0% {
    transform: rotate(-6deg);
}
39.0% {
    transform: rotate(0deg);
}
40.0% {
    transform: rotate(6deg);
}
44.0% {
    transform: rotate(-3deg);
}
49.0% {
    transform: rotate(2deg);
}
55.0% {
    transform: rotate(0deg);
}
62.0% {
    transform: rotate(1deg);
}
70.0% {
    transform: rotate(0deg);
}
}
@keyframes animation-layer-3 {
0% {
    transform: rotate(0deg);
    opacity: 1;
}
8.0% {
    transform: rotate(0deg);
    opacity: 1;
}
12.0% {
    transform: rotate(52deg);
    opacity: 0.5;
}
16.0% {
    transform: rotate(-48deg);
    opacity: 0.4;
}
20.0% {
    transform: rotate(0deg);
    opacity: 1;
}
23.0% {
    transform: rotate(42deg);
    opacity: 0.3;
}
26.0% {
    transform: rotate(-30deg);
    opacity: 0.2;
}
29.0% {
    transform: rotate(0deg);
    opacity: 1;
}
31.0% {
    transform: rotate(26deg);
    opacity: 0.15;
}
33.0% {
    transform: rotate(-18deg);
    opacity: 0.1;
}
35.0% {
    transform: rotate(0deg);
    opacity: 1;
}
37.0% {
    transform: rotate(-12deg);
    opacity: 0.8;
}
40.0% {
    transform: rotate(6deg);
    opacity: 1;
}
44.0% {
    transform: rotate(-3deg);
    opacity: 0.8;
}
49.0% {
    transform: rotate(2deg);
    opacity: 1;
}
55.0% {
    transform: rotate(0deg);
    opacity: 1;
}
62.0% {
    transform: rotate(1deg);
    opacity: 1;
}
70.0% {
    transform: rotate(0deg);
    opacity: 1;
}
}

.es-notification {
  background-color: white;
}
.es-notification .es-notification-title {
  padding: 17px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  border-bottom: 1px solid #e2e2e2;
  color: #131313;
}
.es-notification .es-scroll-push {
  margin-right: -2px;
}
.es-notification .es-scroll-push .es-perfect-scrollbar-notification {
  padding-right: 3px;
  position: relative;
  max-height: 80vh;
}
@media (min-width: 768px) {
.es-notification .es-scroll-push .es-perfect-scrollbar-notification {
    max-height: 50vh;
}
}
@media (min-width: 992px) {
.es-notification .es-scroll-push .es-perfect-scrollbar-notification {
    max-height: 45vh;
}
}
.es-notification .es-no-more-data {
  text-align: center;
  padding: 10px;
  color: #666;
  font-size: 12px;
  border-top: 1px solid #eee;
}

.smm-notification-item {
  display: flex;
  cursor: pointer;
  padding: 10px 14px;
  border-top: 1px solid #e7e8ec;
  transition: background-color 0.15s ease-in-out;
}
.smm-notification-item .smm-notification-image {
  margin-right: 8px;
}
.smm-notification-item .smm-notification-image .smm-social {
  align-self: center;
  margin-right: 1;
}
.smm-notification-item .smm-profile-empty {
  margin-right: 4px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.smm-notification-item .smm-notification-description {
  font-size: 13px;
  color: #7a7878;
  line-height: 17px;
}
.smm-notification-item .smm-notification-description .user_profile_name {
  color: #162a47;
  font-weight: 500;
}
.smm-notification-item .smm-notification-description span,
.smm-notification-item .smm-notification-description .decription_profile {
  color: #f37021;
}
.smm-notification-item .smm-notification-description .date_crate_notofocation {
  font-size: 12px;
  margin-top: 5px;
  color: #a8a8a8d9;
  text-align: right;
}
.smm-notification-item .social_network_logo_none {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  color: white;
  border-radius: 50%;
  background: #f37021;
  text-align: center;
}
.smm-notification-item:hover {
  background-color: #f7f7f7;
}

.smm-notification-item {
  display: flex;
  cursor: pointer;
  padding: 10px 14px;
  border-top: 1px solid #e7e8ec;
  transition: background-color 0.15s ease-in-out;
}
.smm-notification-item .smm-notification-image {
  margin-right: 8px;
}
.smm-notification-item .smm-notification-image .smm-social {
  align-self: center;
  margin-right: 1;
}
.smm-notification-item .smm-profile-empty {
  margin-right: 4px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.smm-notification-item .smm-notification-description {
  font-size: 13px;
  color: #7a7878;
  line-height: 17px;
}
.smm-notification-item .smm-notification-description .user_profile_name {
  color: #162a47;
  font-weight: 500;
}
.smm-notification-item .smm-notification-description span,
.smm-notification-item .smm-notification-description .decription_profile {
  color: #f37021;
}
.smm-notification-item .smm-notification-description .date_crate_notofocation {
  font-size: 12px;
  margin-top: 5px;
  color: #a8a8a8d9;
  text-align: right;
}
.smm-notification-item .social_network_logo_none {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  color: white;
  border-radius: 50%;
  background: #f37021;
  text-align: center;
}
.smm-notification-item:hover {
  background-color: #f7f7f7;
}

.es-notification-menu {
  width: 100%;
}
.es-header-notification-container {
  z-index: 1;
}
.es-header-notification-container .smm-bell-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 3px;
  background-color: #f6f9fa;
}
.es-header-notification-container .es-icon-bell {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: relative;
}
.es-header-notification-container .es-icon-bell .es-bell-notification {
  left: 6px;
}
.es-header-notification-container .es-icon-bell.active-v1 {
  background: #f5f5f5;
}
.es-header-notification-container .es-icon-bell .es-notification-number {
  font-family: "SFProText-Regular";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  background: #51a6df;
  color: white;
  font-size: 11px;
  border-radius: 50%;
  right: 0px;
  top: 0px;
  position: absolute;
  z-index: 10;
  opacity: 0;
  border: 0.5px solid white;
  padding: 1px;
}
.es-header-notification-container .es-icon-bell .es-notification-number.new-not {
  animation: popup 500ms forwards;
}
.es-header-notification-container .pulse-notify {
  position: relative;
}
.es-header-notification-container .pulse-notify .pulse-ring-notify {
  display: block;
  border-radius: 40px;
  height: 45px;
  width: 45px;
  position: absolute;
  animation: animation-pulse 3.5s ease-out;
  animation-iteration-count: infinite;
  opacity: 1;
  border-width: 3px;
  border-style: solid;
  border-color: #ffbe00;
}
.es-header-notification-container .pulse-notify .pulse-ring-notify.es-notify {
  left: -4px;
}
@keyframes popup {
0% {
    transform: scale(0.3);
    opacity: 0;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}

.smm-project-menu-item-container {
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}
.smm-project-menu-item-container:hover {
  background-color: #f7f7f7;
}
.smm-project-menu-item-container .smm-project-menu-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
  margin: 0 16px;
}
.smm-project-menu-item-container .smm-project-menu-item .smm-project-menu-item-name {
  color: #162a47;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 4px;
}
.smm-project-menu-item-container .smm-project-menu-item .smm-project-menu-item-tasks {
  color: #7a7878;
  font-size: 13px;
  line-height: 16px;
}
.smm-project-menu-item-container .smm-project-menu-item .smm-project-menu-item-tasks span {
  color: #f37021;
  font-weight: bold;
}

.smm-project-menu-container {
  background-color: white;
  width: 100%;
  display: block;
}
.smm-project-menu-container .smm-project-menu-list {
  padding: 12px 0;
}
.smm-project-menu-container .smm-project-menu-list .project-container {
  position: relative;
}
.smm-project-menu-container .smm-project-menu-list .es-perfect-scrollbar-projects {
  max-height: 300px;
}
.smm-project-menu-container .smm-project-menu-list .smm-add-project {
  padding: 0 16px;
  margin-bottom: 15px;
}

.v-avatar {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  width: inherit !important;
  height: inherit !important;
}
.v-avatar.smm-avatar {
  background-color: #f37021;
  color: white;
}

.smm-user-block {
  display: flex;
  align-items: center;
  padding: 15px;
}
.smm-user-block.smm-open {
  background-color: #aeb7c229;
}
.smm-user-block .smm-email-block {
  padding: 10px;
  max-width: 165px;
}
.smm-user-block .smm-email-block .smm-email {
  color: #4b576a;
  font-size: 15px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.smm-user-block .down-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #4b576a;
  cursor: pointer;
  font-size: 12px;
  padding-top: 2px;
}

.smm-user-menu {
  display: block;
  padding: 12px 0;
  background-color: white;
}
.smm-user-menu .smm-menu-item {
  display: block;
  margin: 0 16px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
  cursor: pointer;
  color: #7a7878 !important;
  padding: 5px 0;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.smm-user-menu .smm-menu-item:hover {
  color: #f37021 !important;
}
.smm-user-menu .smm-menu-item:last-child {
  margin-top: 15px;
  border-bottom: none;
}
.smm-user-menu .smm-menu-item:first-child {
  margin-top: 0;
}

.smm-velcome {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.smm-velcome .smm-velcome-name {
  max-width: 250px;
  color: #354660;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}
@media (min-width: 768px) {
.smm-velcome .smm-velcome-name {
    font-size: 15px;
}
}
@media (min-width: 992px) {
.smm-velcome .smm-velcome-name {
    font-size: 18px;
}
}
.smm-velcome .icon-down.smm-icon-down {
  cursor: pointer;
  font-size: 10px;
  color: #f37021;
  margin-left: 10px;
}
@media (min-width: 768px) {
.smm-velcome .icon-down.smm-icon-down {
    font-size: 12px;
}
}
.smm-velcome.smm-open .smm-velcome-name {
  color: #f37021;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
  color: #fff;
  background-color: #56a9ef;
}

.smm-date-range-filter-control .smm-date-range-filter-block {
  cursor: pointer;
  display: flex;
  align-items: center;
  user-select: none;
}
.smm-date-range-filter-control .smm-date-range-filter-block .v-carousel.smm-date-range {
  height: 24px !important;
}
.smm-date-range-filter-control .smm-date-range-filter-block .v-carousel.smm-date-range .v-carousel__item {
  height: 24px !important;
}
.smm-date-range-filter-control .smm-date-range-filter-block .v-carousel.smm-date-range .v-carousel__item .v-responsive__content {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f37021;
  font-size: 14px;
  min-width: 150px;
  padding: 0 5px;
}
.smm-date-range-items-block {
  padding: 12px 0;
  background-color: white;
}
.smm-date-range-items-block .smm-date-range-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 5px 0;
  margin: 0 10px;
  font-size: 13px;
  line-height: 15px;
  color: #7a7878;
  cursor: pointer;
  user-select: none;
}
.smm-date-range-items-block .smm-date-range-item:hover,
.smm-date-range-items-block .smm-date-range-item.smm-date-range-item-active {
  color: #f37021;
}
.smm-date-range-items-block .smm-date-range-item:last-child {
  border-bottom: none;
}
.calendar {
  display: flex;
}
.calendar .timeframe {
  width: 250px;
}
.calendar .text {
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
  color: #f37021;
  min-width: 145px;
  text-align: center;
}
.calendar .text li {
  text-align: left;
  color: #7a7878;
}
.calendar .text:target .arrow {
  width: 10px;
  cursor: pointer;
}
.calendar .list-time li {
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  line-height: 25px;
}
.calendar .list-time li:hover {
  color: #f37021;
}
.calendar img {
  cursor: pointer;
}
.calendar .show {
  opacity: 1;
  visibility: visible;
}
.calendar .error {
  text-align: center;
  font-size: 14px;
  color: #e18fa2;
}

.image-container[data-v-3519420c] {
  width: 100%;
  height: 100%;
}
.image-container .image-once img[data-v-3519420c] {
  width: 100%;
}

.message-component {
  height: 100%;
  width: 100%;
}
.message-component .message {
  width: 100%;
  margin: 5px 0;
  background: #f0f0f0;
  padding: 15px 6px;
}
.message-component .sending {
  background: #f0f0f0;
  width: 100%;
  padding: 8px;
  height: fit-content;
}
.message-component .sending .iconsend {
  text-align: center;
  width: 25px;
  font-size: 18px;
  cursor: pointer;
}

.modal-boot {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-boot .modal-boot-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-boot .modal-boot-dialog .modal-boot-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-boot .modal-boot-dialog .modal-boot-content .modal-boot-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-boot .modal-boot-dialog .modal-boot-content .modal-boot-body {
  position: relative;
  padding: 15px;
}
.modal-boot .modal-boot-dialog .modal-boot-content .modal-boot-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-boot.in {
  display: block;
}
.modal-boot.in.modal-boot-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-boot.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.modal-boot.fade.in {
  opacity: 1;
}
.modal-boot.fade.modal-boot-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media (min-width: 768px) {
.modal-boot-dialog {
    width: 600px !important;
    margin: 30px auto !important;
}
.modal-boot-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
}
}

.smm-loading[data-v-f5ac2674] {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
}

.paypal-button-container {
  width: 200px;
}

.header-modal[data-v-236e7216] {
  font-size: 17px;
  color: #162a47;
  align-self: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.modal-icon[data-v-236e7216] {
  font-size: 12px;
  cursor: pointer;
}
.bold[data-v-236e7216] {
  font-weight: bold;
}
.notification[data-v-236e7216] {
  width: 357px;
  height: 219px;
}
.label-select[data-v-236e7216] {
  color: #7a7878;
  font-size: 13px;
}

.projects-block {
  user-select: none;
}
.projects-block .smm-project-block-item {
  padding: 0px;
}
@media (min-width: 992px) {
.projects-block .smm-project-block-item {
    margin-bottom: 12px;
}
}
.projects-block .project {
  margin-top: 4px;
}
.projects-block .project .block-1 .first-project {
  width: 100%;
  text-align: center;
}
.projects-block .project .block-1 .first-project .text {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.projects-block .project .block-1 .first-project .text .project-name {
  text-decoration: none;
  cursor: pointer;
  color: #162a47;
  font-weight: bold;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.projects-block .project .block-1 .first-project .text .project-name:hover {
  color: #f37021;
}
.projects-block .project .block-2 {
  font-size: 14px;
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.projects-block .project .block-2 .ts {
  padding: 16px 0px 16px 25px;
  color: #7a7878;
}
.projects-block .project .block-2 .date {
  text-align: right;
  color: #f37021;
  padding: 16px 25px 16px 0px;
  margin-left: auto;
}
.projects-block .project .block-3 {
  font-size: 15px;
}
.projects-block .project .block-4 {
  padding: 0px 8px;
}
.projects-block .project .block-4 .add-user {
  width: 100%;
  padding: 5px;
}
.projects-block .project .block {
  background-color: #f0f0f0;
  height: 100%;
  min-height: 89px;
  margin-right: 4px;
}
.projects-block .project .icon-settings-single:before {
  cursor: pointer;
}
.projects-block .smm-brown {
  color: #7a7878;
}
.projects-block .icon-settings-single:before:hover {
  color: #f37021;
}
.projects-block .fz-18 {
  font-size: 18px;
}
.project .title-project {
  margin-bottom: 30px;
}
.project .all-projects .projects-pages #icon {
  background-color: #d4d4d4;
  color: #f37021;
}
.project .icon-star {
  width: 24px;
  height: 24px;
  text-align: center;
}
.person-plus {
  width: 33px;
  height: 33px;
  background: white;
  color: #f37021;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.person-plus:hover {
  background: #f37021;
  color: #fff;
}
.person-plus.disabled {
  background: #e1dede;
  color: #f37021;
  cursor: not-allowed;
}
.block-of-star:hover {
  color: white;
  background: #f37021;
}
.block-of-star.block-star {
  filter: contrast(0.5);
  cursor: no-drop !important;
  pointer-events: none;
}
.project-setting-href {
  width: 16px;
  cursor: pointer;
  color: #c4c4c4;
  align-self: center;
  font-size: 12px;
  text-decoration: none;
}
.project-setting-href:hover,
.project-setting-href:focus,
.project-setting-href:active {
  color: #f37021;
}

.question-circle {
  background: #162A47;
  color: white;
  text-align: center;
  border-radius: 50%;
  font-size: 9px;
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.smile-block {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  height: 200px;
  padding: 10px 5px;
  position: absolute;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  user-select: none;
}
.smile-block:focus {
  outline: none;
}
.smile-block .smile-content .category {
  text-align: left;
  color: #7a7878b0 !important;
  font-family: ProximaNova;
  font-size: 14px;
  padding: 15px 8px;
  margin-bottom: 10px;
}
.smile-block .smile-content .row {
  margin-bottom: 15px;
}
.smile-block .smile-content .sm:hover {
  filter: drop-shadow(0px 2px 6px #f37021);
}
.smile-block.right {
  left: 100%;
}
.smile-block.left {
  right: 100%;
}
.smile-block.top {
  bottom: 100%;
}
.smile-block.bottom {
  top: 100%;
}
.smile-block.right-inner {
  left: 0;
}
.smile-block.left-inner {
  right: 0;
}
.smile-block.top-inner {
  bottom: 0;
}
.smile-block.bottom-inner {
  top: 0;
}
.smile-block.show {
  visibility: visible;
  opacity: 1;
}

.smm-team-member {
  margin-bottom: 5px;
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 0;
}
.smm-team-member:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.wrap-icon-plus {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f0f0f0;
  cursor: pointer;
}
.wrap-icon-plus .icon-plus {
  font-size: 10px;
  color: #f37021;
}
.wrap-icon-plus:hover {
  background-color: #f37021;
}
.wrap-icon-plus:hover .icon-plus {
  color: white;
}

.social-network-logo {
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer;
}
.social-network-logo ._logo {
  border-radius: 50%;
}
.social-network-logo ._logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.social-network-logo .social-account {
  margin-left: -12px;
  margin-top: 11px;
  z-index: 0;
  border-radius: 50%;
  margin-bottom: 5px;
}
.social-network-logo .social-account i {
  align-self: center;
  color: white;
}
.social-network-logo .initial-block {
  font-weight: bold;
  background: white;
  color: #f37021;
  font-size: 13px;
  border-radius: 50%;
  text-align: center;
}
.social-network-logo .box-shadow {
  background: #f3f3f3;
}
.social-network-logo .icon-photo-camera {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: white;
  text-align: center;
  font-size: 14px;
  color: #c4c4c4;
}
.icon-soc-twitter:before {
  content: "𝕏" !important;
  font-size: 12px;
  line-height: 0.8;
}
.icon-soc-threads {
  font-size: unset !important;
}
.icon-soc-threads:before {
  content: url('data:image/svg+xml;utf8,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.1502 6.48873C10.0902 6.45983 10.0291 6.43201 9.96731 6.40537C9.85965 4.41424 8.77569 3.27432 6.95561 3.26266C6.94736 3.26261 6.93916 3.26261 6.93091 3.26261C5.84227 3.26261 4.93685 3.72902 4.37958 4.57776L5.38057 5.26698C5.79688 4.633 6.45023 4.49785 6.93139 4.49785C6.93695 4.49785 6.94253 4.49785 6.94803 4.4979C7.54732 4.50174 7.99954 4.67663 8.29223 5.01769C8.50523 5.26599 8.64769 5.60911 8.71823 6.04215C8.18689 5.95151 7.61226 5.92364 6.99797 5.95899C5.26751 6.05904 4.15503 7.07203 4.22975 8.47962C4.26767 9.19362 4.62205 9.80787 5.22758 10.2091C5.73954 10.5483 6.39892 10.7142 7.08422 10.6767C7.98922 10.6269 8.6992 10.2803 9.1945 9.64658C9.57066 9.16533 9.80858 8.54168 9.91362 7.75585C10.3449 8.01711 10.6646 8.36092 10.8411 8.77421C11.1413 9.47676 11.1588 10.6312 10.2203 11.5725C9.39798 12.397 8.40956 12.7537 6.91577 12.7647C5.25876 12.7524 4.00558 12.219 3.1908 11.1794C2.42783 10.2059 2.03352 8.79973 2.01881 7C2.03352 5.20026 2.42783 3.79412 3.1908 2.82061C4.00558 1.78098 5.25873 1.2476 6.91574 1.23524C8.58478 1.2477 9.85979 1.78364 10.7058 2.82829C11.1206 3.34057 11.4333 3.98481 11.6395 4.73596L12.8125 4.42183C12.5626 3.49724 12.1694 2.70052 11.6342 2.03977C10.5497 0.700487 8.96356 0.0142295 6.91984 0H6.91165C4.87209 0.0141801 3.30369 0.703048 2.25005 2.04745C1.31244 3.2438 0.828802 4.90844 0.812551 6.99508L0.8125 7L0.812551 7.00492C0.828802 9.09154 1.31244 10.7562 2.25005 11.9526C3.30369 13.2969 4.87209 13.9859 6.91165 14H6.91984C8.73312 13.9874 10.0113 13.5109 11.0642 12.455C12.4418 11.0736 12.4003 9.34201 11.9463 8.27903C11.6205 7.51676 10.9995 6.89764 10.1502 6.48873ZM7.01943 9.44322C6.26101 9.48609 5.47308 9.14441 5.43423 8.41254C5.40543 7.8699 5.81898 7.2644 7.06598 7.19227C7.20879 7.184 7.34892 7.17996 7.48658 7.17996C7.93953 7.17996 8.36328 7.22412 8.74852 7.30866C8.60483 9.10984 7.76199 9.40231 7.01943 9.44322Z" fill="white"/></svg>') !important;
}

.task-popup {
  height: 350px;
}

.task-icon-edit {
  color: #7a7878;
}
.task-description.hidden-task {
  overflow: hidden;
  text-overflow: ellipsis;
}

.project-team-page .uf-account {
  height: auto;
  border-right: 2px #e6e6e6 solid;
  margin-top: 49px;
}
.project-team-page .uf-account .uf-button-account .btn-account-1 {
  height: 50px;
  margin-top: 5px;
  width: 255px;
}
.project-team-page .uf-account .uf-button-account .btn-account-2 {
  background-color: #f37021;
  color: #fff;
  height: 50px;
  margin-top: 5px;
  width: 255px;
}
.project-team-page .uf-account .uf-button-account .active {
  background-color: #f37021;
}
.project-team-page .uf-content {
  height: auto;
  background-color: #f0f0f0;
  padding: 17px 21px;
  font-size: 15px;
}
.project-team-page .row {
  margin-right: 0px;
  margin-left: 0px;
}
.project-team-page .tab-control {
  margin-top: 20px;
}
.project-team-page .btn {
  width: fit-content;
  padding: 10px 30px;
}
.project-team-page .padding {
  margin-top: 20px;
}

.timepicker-control {
  width: fit-content;
}
.timepicker-control .picker {
  width: 50px;
  height: 35px;
  text-align: center;
  color: #162a47;
}
.timepicker-control .colon {
  color: #000;
}
.timepicker-control .align-center {
  text-align: center;
}
.timepicker-control .pick {
  color: #7a7878;
  cursor: pointer;
  width: fit-content;
  margin: auto;
  font-size: 12px;
}
.timepicker-control .pick:hover {
  color: #f37021;
}
.timepicker-control .input_time-picker {
  height: 35px;
  font-size: 17px;
  color: #162A47;
  text-align: center;
  border: 1px solid #e1e6e8;
}
.timepicker-control .input_time-picker:focus {
  border: 1px solid #f37021;
  outline: none;
}

.ui-toggle-switcher[data-v-2987bc35] {
  outline: none;
  display: inline-block;
  height: 1em;
  width: 2em;
  cursor: pointer;
  position: relative;
  user-select: none;
  background-color: #b7b7b7;
  transition: 0.4s;
  border: none;
}
.ui-toggle-switcher.checked[data-v-2987bc35] {
  background-color: #f0f0f0;
}
.ui-toggle-switcher.checked .slider[data-v-2987bc35] {
  left: calc(2em - 0.8em - (1em - 0.8em) / 2);
  background-color: #f37021;
}
.ui-toggle-switcher.disabled[data-v-2987bc35] {
  cursor: not-allowed;
  background-color: gray;
}
.ui-toggle-switcher.disabled .slider[data-v-2987bc35] {
  background-color: #794424;
}
.ui-toggle-switcher .slider[data-v-2987bc35] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc((1em - 0.8em) / 2);
  background-color: #a75524;
  height: 0.8em;
  width: 0.8em;
  transition: 0.4s;
}
.ui-toggle-switcher.rounded[data-v-2987bc35] {
  border-radius: calc(1em / 2);
}
.ui-toggle-switcher.rounded .slider[data-v-2987bc35] {
  border-radius: 50%;
}

.ui-circle {
  background: #f37021;
  border-radius: 50%;
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.icon-soc-twitter:before {
  content: "𝕏" !important;
  font-size: 12px;
  line-height: 0.8;
}
.icon-soc-threads {
  font-size: unset !important;
}
.icon-soc-threads:before {
  content: url('data:image/svg+xml;utf8,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.1502 6.48873C10.0902 6.45983 10.0291 6.43201 9.96731 6.40537C9.85965 4.41424 8.77569 3.27432 6.95561 3.26266C6.94736 3.26261 6.93916 3.26261 6.93091 3.26261C5.84227 3.26261 4.93685 3.72902 4.37958 4.57776L5.38057 5.26698C5.79688 4.633 6.45023 4.49785 6.93139 4.49785C6.93695 4.49785 6.94253 4.49785 6.94803 4.4979C7.54732 4.50174 7.99954 4.67663 8.29223 5.01769C8.50523 5.26599 8.64769 5.60911 8.71823 6.04215C8.18689 5.95151 7.61226 5.92364 6.99797 5.95899C5.26751 6.05904 4.15503 7.07203 4.22975 8.47962C4.26767 9.19362 4.62205 9.80787 5.22758 10.2091C5.73954 10.5483 6.39892 10.7142 7.08422 10.6767C7.98922 10.6269 8.6992 10.2803 9.1945 9.64658C9.57066 9.16533 9.80858 8.54168 9.91362 7.75585C10.3449 8.01711 10.6646 8.36092 10.8411 8.77421C11.1413 9.47676 11.1588 10.6312 10.2203 11.5725C9.39798 12.397 8.40956 12.7537 6.91577 12.7647C5.25876 12.7524 4.00558 12.219 3.1908 11.1794C2.42783 10.2059 2.03352 8.79973 2.01881 7C2.03352 5.20026 2.42783 3.79412 3.1908 2.82061C4.00558 1.78098 5.25873 1.2476 6.91574 1.23524C8.58478 1.2477 9.85979 1.78364 10.7058 2.82829C11.1206 3.34057 11.4333 3.98481 11.6395 4.73596L12.8125 4.42183C12.5626 3.49724 12.1694 2.70052 11.6342 2.03977C10.5497 0.700487 8.96356 0.0142295 6.91984 0H6.91165C4.87209 0.0141801 3.30369 0.703048 2.25005 2.04745C1.31244 3.2438 0.828802 4.90844 0.812551 6.99508L0.8125 7L0.812551 7.00492C0.828802 9.09154 1.31244 10.7562 2.25005 11.9526C3.30369 13.2969 4.87209 13.9859 6.91165 14H6.91984C8.73312 13.9874 10.0113 13.5109 11.0642 12.455C12.4418 11.0736 12.4003 9.34201 11.9463 8.27903C11.6205 7.51676 10.9995 6.89764 10.1502 6.48873ZM7.01943 9.44322C6.26101 9.48609 5.47308 9.14441 5.43423 8.41254C5.40543 7.8699 5.81898 7.2644 7.06598 7.19227C7.20879 7.184 7.34892 7.17996 7.48658 7.17996C7.93953 7.17996 8.36328 7.22412 8.74852 7.30866C8.60483 9.10984 7.76199 9.40231 7.01943 9.44322Z" fill="white"/></svg>') !important;
}

.circle-out {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ccc;
  overflow: hidden;
  opacity: 0;
  transition: 1s;
}
.circle-out.circle-out-active {
  opacity: 1;
}
.circle-in {
  position: absolute;
  width: 56px;
  height: 56px;
  margin: 2px;
  border-radius: 50%;
  background: white;
  justify-content: center;
  align-items: center;
}
.progress {
  height: 110px;
  width: 220px;
  background: #f37021;
  position: absolute;
  top: -110px;
  left: -79px;
  transform-origin: 110px 110px;
  transition: all 0.3s;
}
.percents {
  font-size: 14px;
  color: #f27428;
}

.participants {
  width: 187px;
  height: 28px;
  background: #f0f0f0;
  margin: auto;
  text-align: center;
}

.ui-desktop:last-child {
  padding-bottom: 42px;
}
.ui-desktop .title-block {
  width: 100%;
  display: flex;
  background-color: #f7f7f7;
  padding: 10px 19px;
  margin-top: 7px;
}
.ui-desktop .title-block .h4-title-desktop {
  font-size: 15px;
  color: #162a47;
  font-weight: bold;
  margin: 0;
  align-self: center;
}
.ui-desktop .title-block .dropdown {
  width: 100%;
  display: none;
}
.ui-desktop .title-block .dropdown .selected {
  width: 100%;
  text-align: center;
}
.ui-desktop .title-block .show {
  display: block;
}
.ui-desktop .content-block {
  margin-top: 2px;
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  padding: 10px 19px;
}

.hashing-page .uf-account {
  height: auto;
  border-right: 2px #e6e6e6 solid;
  margin-top: 35px;
  padding-right: 40px;
}
.hashing-page .uf-account .ui-dropdown {
  width: 100%;
  height: auto;
}
.hashing-page .uf-content {
  height: auto;
  background-color: #f0f0f0;
  padding: 17px 21px;
  font-size: 15px;
}
.hashing-page .row {
  margin-right: 0px;
  margin-left: 0px;
}
.hashing-page .post-signature {
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
}
.checkbox {
  margin-top: 38px;
}
.btn {
  width: 150px;
  margin: 30px 0px 30px 0px;
}
.fs-13 {
  font-size: 13px;
}
.error-response {
  font-size: 14px;
  color: #7a7878;
  text-align: center;
  width: fit-content;
}
.error-response .icon-info {
  color: #f37021;
}

.menu {
  list-style: none;
  padding: 0;
}
.menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  float: none;
  padding: 0;
  border-right: 3px solid white;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  min-height: 50px;
}
.menu .menu-item .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
  outline: none;
  padding: 9px 25px;
  transition: padding 0.6s ease;
}
.menu .menu-item .menu-link.small-menu {
  padding: 17px !important;
}
.menu .menu-item .menu-link.small-menu .menu-icon {
  font-size: 18px;
}
.menu .menu-item .menu-link .menu-icon {
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  color: #162a47;
  transition: font-size 0.6s ease, width 0.6s ease, color 0.6s ease;
}
.menu .menu-item .menu-link .menu-text {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
  padding: 0;
  text-decoration: none;
  color: #7a7878;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.menu .menu-item .menu-link .menu-notification {
  width: 32px;
  height: 32px;
  font-size: 14px;
  border-radius: 50%;
  color: #f37021;
  justify-content: center;
  align-items: center;
  display: flex;
}
.menu .menu-item .menu-link .menu-notification.active {
  background: #f0f0f0;
}
.menu .menu-item .menu-link .icon-right {
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f37021;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.menu .menu-item .menu-link .icon-right.open {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu .menu-item.menu-item-active,
.menu .menu-item:hover {
  background: #ececec;
  border-right: 3px solid #f37021;
}
.menu .menu-item.menu-item-active .menu-icon,
.menu .menu-item:hover .menu-icon {
  color: #f37021;
}
.menu .menu-item.menu-item-active .menu-text,
.menu .menu-item:hover .menu-text {
  color: #f37021;
}
.menu .menu-item.menu-item-active .menu-notification.active,
.menu .menu-item:hover .menu-notification.active {
  background: white;
}
.menu-submenu .menu-item.menu-item-active,
.menu-submenu .menu-item:hover {
  background: unset !important;
}
.menu-submenu .menu-item .menu-notification.active {
  background: #ececec !important;
}
.smm-user-menu-item {
  display: flex;
  align-items: center;
}
.smm-user-menu-item .menu-text {
  max-width: 150px;
}
.smm-user-menu-item .smm-edit-menu-container {
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: space-evenly;
  height: 50px;
  width: 60px;
  cursor: pointer;
  transition: width 0.3s ease-in-out;
}
.smm-user-menu-item .smm-edit-menu-container .smm-edit-menu-container-wrap-items {
  padding: 0 8px;
}
.smm-user-menu-item .smm-edit-menu-container .smm-menu-delete,
.smm-user-menu-item .smm-edit-menu-container .smm-menu-edit {
  color: white;
}
.smm-user-menu-item .smm-edit-menu-container .smm-menu-delete:hover,
.smm-user-menu-item .smm-edit-menu-container .smm-menu-edit:hover {
  color: black;
}
.notification-active {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #f37021;
  border-radius: 50%;
  right: 10px;
  top: 5px;
}

.menu-submenu {
  margin-left: -8px;
  padding-top: 8px;
  background: white;
  border-right: 3px solid #f37021;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.menu-submenu .menu-subnav .menu-item {
  border-right: 0 !important;
  min-height: auto;
}
.menu-submenu .menu-subnav .menu-item .menu-link {
  padding: 0 20px 8px;
  font-size: 14px;
  border-left: 1px solid #c9c9c9;
}
.menu-submenu .menu-subnav .menu-item .menu-link .menu-notification {
  width: 25px;
  height: 25px;
  font-size: 12px;
}
.menu-submenu .menu-subnav .menu-item .menu-link .menu-notification.active {
  background-color: white;
}
.menu-submenu.open {
  display: block;
  opacity: 1;
  height: auto;
  padding-bottom: 20px;
  padding-left: 40px;
}
.menu-submenu-modal {
  top: 74px;
  left: 91px;
  position: fixed;
  z-index: 5000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s linear, opacity 0.2s linear;
}
.menu-submenu-modal .menu-submenu-modal-inner {
  background-color: #fff;
  padding: 12px 0;
  min-width: 300px;
  height: 100vh;
}
.menu-submenu-modal .menu-submenu-modal-title {
  color: #162a47;
  font-size: 14px;
  font-weight: 600;
  padding: 0 16px 14px 16px;
  border-bottom: 1px solid #e1e6e8;
  margin-bottom: 8px;
}
.menu-submenu-modal .menu-subnav {
  list-style: none !important;
}
.menu-submenu-modal .menu-subnav .menu-item {
  border-right: 0 !important;
  min-height: auto;
  padding: 11px 16px !important;
}
.menu-submenu-modal .menu-subnav .menu-item .menu-link {
  padding: 0px 16px;
  font-size: 14px;
  border-left: 0;
  text-decoration: none;
  color: #7a7878;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-submenu-modal .menu-subnav .menu-item .menu-link:hover {
  color: #f37021;
}
.menu-submenu-modal .menu-subnav .menu-item .menu-link .menu-notification {
  width: 25px;
  height: 25px;
  font-size: 12px;
  border-radius: 50%;
  color: #f37021;
  justify-content: center;
  align-items: center;
  display: flex;
}
.menu-submenu-modal .menu-subnav .menu-item .menu-link .menu-notification.active {
  background: #ececec;
}
.menu-submenu-modal .menu-subnav .menu-item .menu-link .menu-notification.d-none {
  display: flex !important;
}
.menu-submenu-modal .menu-subnav .menu-item.menu-item-active .menu-link {
  color: #f37021;
}
.menu-submenu-modal.open {
  visibility: visible;
  opacity: 1;
}
.notification-active {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #f37021;
  border-radius: 50%;
  right: 10px;
  top: 5px;
}

.icon-remove.active-remove {
  color: #f37021;
  cursor: pointer;
}
.noteses {
  height: 100px;
  min-width: 300px;
}
.icon-edit-notes {
  font-size: 10px;
  color: #c4c4c4;
  cursor: pointer;
}
.icon-edit-notes:hover {
  color: #f37021;
}
.icon-remove-notes {
  font-size: 10px;
  color: #c4c4c4;
  cursor: pointer;
}
.icon-remove-notes:hover {
  color: #f37021;
}
.proff {
  cursor: pointer;
  color: #7a7878;
  font-size: 13px;
}
.proff:hover {
  color: #f37021;
}

.message-box {
  height: 100%;
  position: relative;
}
.message-box .icon-star {
  font-size: 13px;
  margin: 0 12px 0 19px;
  color: #c4c4c4;
  cursor: pointer;
  position: relative;
  padding: 10px;
  margin: -10px;
}
.message-box .icon-star:hover {
  color: #f37021;
}
.message-box .icon-star.icon-star-active {
  color: #f37021;
}
.message-box .icon-star .popup-star {
  padding: 10px 12px;
  background-color: white;
}
.message-box .icon-star .popup-star .ps-text .name {
  font-size: 14px;
  font-weight: bold;
}
.message-box .icon-star .popup-star .ps-text .proff {
  font-size: 13px;
}
.message-box .icon-star .popup-star .ps-notes {
  font-size: 13px;
}
.message-box .icon-star .popup-star .ps-notes .notes {
  font-weight: bold;
}
.message-box .icon-star .popup-star .ps-notes .add-notes {
  cursor: pointer;
  text-decoration: underline;
}
.message-box .icon-star .popup-star .ps-content {
  width: 100%;
}
.message-box .icon-star .popup-star .ps-content.border {
  border-bottom: 1px solid #f0f0f0;
}
.message-box .mb-content {
  width: 100%;
}
.message-box .mb-content .mbc-message {
  background: #f0f0f0;
  padding: 14px 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 60vh;
}
.message-box .mb-content .mbs-send-message {
  background: #f0f0f0;
  padding: 5px 7px;
  margin-top: 3px;
}
.message-box .mb-content .mbs-send-message .s-icon {
  margin-bottom: 7px;
  margin-right: 35px;
}
.message-box .mb-content .mbs-send-message .s-icon .icon-message-points {
  margin-left: 11px;
  padding-top: 15px;
  margin-top: -15px;
}
.message-box .mb-content .mbs-send-message .s-icon .icon-message-points:hover {
  color: #f37021;
}
.message-box .mb-content .mbs-send-message .s-icon .icon-message-points.icon-message-points-active {
  color: #f37021;
}
.mbs-popup {
  background-color: white;
  padding: 10px 16px;
}
.mbs-popup .smm-perfect-scrollbar-quick-answers {
  max-height: 100px;
  overflow: hidden;
  position: relative;
}
.mbs-popup .smm-perfect-scrollbar-quick-answers.ps--active-y {
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
}
.mbs-popup .p-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}
.mbs-popup .p-content {
  padding: 5px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 13px;
  cursor: pointer;
}
.mbs-popup .p-content:hover {
  background: #f0f0f0;
}
.mbs-popup .add-template {
  width: fit-content;
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 12px;
  margin-bottom: 6px;
  color: #f37021;
}
.f0f0f0 {
  background: #f0f0f0;
}
.FBFBFB {
  background: #fbfbfb;
}
.fz-10 {
  font-size: 10px;
}
.quick-answer-list {
  height: 165px;
}
.user-name {
  white-space: pre;
  color: #ff6000;
  font-size: 12px;
  align-self: center;
  cursor: pointer;
}
.icon-close-user {
  color: black;
  text-align: center;
  padding-top: 2px;
  border-radius: 50%;
  font-size: 7px;
  cursor: pointer;
  width: 11px;
  height: 11px;
}
.icon-close-user:hover {
  background: #f37021;
  color: white;
  font-size: 5px;
}
.icon-message {
  cursor: pointer;
  color: #a2a0a0;
}
.icon-message:active,
.icon-message:focus,
.icon-message:hover {
  color: #f37021;
}
.inp-messages {
  background-color: white;
  font-family: ProximaNova;
  font-size: 14px;
  margin: 0px;
  padding: 0.375em 0.75em;
  border: 1px solid #e8e8e8;
  font-size: 13px;
  color: #162a47;
}
.inp-messages:focus {
  background-color: #fff;
  outline: none !important;
  border: 1px solid #f37021;
}
@media (max-width: 576px) {
.mbs-popup {
    width: 78vw;
}
}

.ui-someone-message .user {
  margin: 0px 6px 0px 0px;
}
.ui-someone-message .message-user {
  max-width: 77%;
}
.ui-someone-message .message-user .message {
  font-size: 13px;
  padding: 7px 14px;
  background-color: white;
  width: fit-content;
}
.ui-someone-message .message-user .message.active-message {
  background: #f1b8955c;
}
.ui-someone-message .message-user .date-send {
  color: #939393;
  font-size: 12px;
  width: fit-content;
}
.ui-someone-message .icon-check {
  display: none;
  font-size: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(243, 112, 33, 0.48);
  text-align: center;
  color: white;
  line-height: 2;
}
.ui-someone-message .icon-check.check-active {
  background: #f37021;
}
.ui-someone-message:hover .icon-check {
  display: block;
}

.ui-my-message {
  cursor: pointer;
}
.ui-my-message .user {
  margin: 0px 0px 0px 6px;
}
.ui-my-message .message-user {
  width: 100%;
}
.ui-my-message .message-user .message {
  font-size: 13px;
  padding: 7px 14px;
  background-color: white;
  width: fit-content;
}
.ui-my-message .message-user .message.active-message {
  background: #f1b8955c;
}
.ui-my-message .message-user .date-send {
  color: #939393;
  font-size: 12px;
  width: fit-content;
}
.ui-my-message .message-user:hover .icon-check {
  display: block;
}
.ui-my-message .block-for-message {
  max-width: 77%;
  width: fit-content;
  margin-left: auto;
}
.ui-my-message .icon-check {
  margin-left: -22px;
  position: absolute;
  display: none;
  font-size: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(243, 112, 33, 0.48);
  text-align: center;
  color: white;
  line-height: 2;
}
.ui-my-message .icon-check.check-active {
  background: #f37021;
}

.modal-window .window {
  width: 100vh !important;
  max-width: 1014px !important;
}
.ul-icon {
  display: flex;
  padding: 0;
  list-style: none;
}
.ul-icon li {
  margin-right: 27px;
}
.ul-modal {
  text-align: left;
  line-height: 27px;
}
.ul-modal li {
  cursor: pointer;
  list-style: none;
  color: #7a7878;
}
.post-title {
  display: flex;
  height: auto;
  background: #f0f0f0;
  width: 100%;
  padding: 7px 24px;
  margin-top: 5px;
}
.post-title .snl {
  flex-grow: 1;
}
.post-title .time {
  margin-left: auto;
  align-self: center;
  font-size: 14px;
}
.color {
  color: #162a47;
  margin-right: 10px;
}
.ul-modal li:hover {
  color: #f37021;
}
.post-content {
  color: black;
  padding: 22px 24px;
  height: auto;
  background: #f0f0f0;
  width: 100%;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-content.popupStyleBug {
  min-height: 400px;
}
.post-content.popup-scroll {
  height: 62vh;
}
.post-footer {
  padding: 11px 24px;
  height: auto;
  background: #f0f0f0;
  width: 100%;
  margin-top: 2px;
}
.post-footer .btn-reject {
  font-size: 14px;
  width: 150px;
  margin-left: auto;
  margin-right: 10px;
}
.post-footer .btn-confirm {
  font-size: 14px;
  width: 150px;
}
.post-footer .reason-rejection {
  font-size: 14px;
  color: #f37021;
}
.post-footer .reason {
  color: #7a7878;
  font-size: 14px;
}
.user-action .img-message-2 {
  cursor: pointer;
  margin-left: auto;
}
.confirm-ul {
  display: flex;
  padding: 0;
}
.confirm-ul li {
  list-style-type: none;
  margin-right: 28px;
  cursor: pointer;
}
.area-text {
  font-size: 14px;
}
.discussedPost {
  width: 100%;
}
.discussedPost .post-window {
  width: 582px;
  margin-right: 5px;
  margin-top: -5px;
}
.post-comments {
  color: #7a7878;
  cursor: pointer;
  font-size: 16px;
}
.post-comments:hover {
  color: #f37021;
}
.post-edit-icon {
  width: 23px;
  height: 23px;
  text-align: center;
  border-radius: 50%;
  align-self: center;
  font-size: 10px;
  color: #c4c4c4;
  position: relative;
  cursor: pointer;
}
.post-edit-icon:hover {
  color: white;
  background: lightgray;
}
.post-popup .text-line {
  cursor: pointer;
}
.post-popup .text-line .icon-edit,
.post-popup .text-line .icon-remove {
  color: #162a47;
  font-size: 12px;
}
.post-popup .text-line .text-editor {
  font-size: 14px;
  color: #7a7878;
}
.post-popup .text-line:hover .icon-edit {
  color: #f37021;
}
.post-popup .text-line:hover .icon-remove {
  color: #f37021;
}
.post-popup .text-line:hover .text-editor {
  color: #f37021;
}
.post-popup .text-line.enable_edit .icon-remove {
  color: #162a47;
}
.post-popup .text-line.enable_edit .icon-edit {
  color: #162a47;
}
.post-popup .text-line.enable_edit .text-editor {
  color: #7a7878;
}
.post-poll {
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 25px;
}
.post-poll .theme {
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 25px;
  padding: 25px;
}
.post-poll .options {
  font-size: 14px;
  color: black;
  border-radius: 4px;
  background: #e1e1e1;
  min-height: 30px;
  text-align: left;
  cursor: pointer;
}
.message-active {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #f37021;
  border-radius: 50%;
  right: 0;
}
element.style {
  background-image: url(https://klike.net/uploads/posts/2019-03/1551772531_1.jpg);
}
.img-small {
  cursor: pointer;
  min-height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 2px;
}
.container-aproval {
  width: 100%;
  margin-left: auto;
}
.container-aproval .btn-aproval {
  border-radius: 5px;
  padding: 10px 25px;
  background: #f37021;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}
.container-aproval .btn-aproval:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}
.enable_edit {
  filter: opacity(0.5) !important;
  cursor: no-drop !important;
}
.status-by-post {
  font-size: 14px;
  color: #f37021;
}
.modal-preview-media {
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
.modal-content-preview-media {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
@-webkit-keyframes zoom {
from {
    -webkit-transform: scale(0);
}
to {
    -webkit-transform: scale(1);
}
}
@keyframes zoom {
from {
    transform: scale(0);
}
to {
    transform: scale(1);
}
}
.close-modal-media {
  position: absolute;
  top: 115px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close-modal-media:hover,
.close-modal-media:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.discuss-post {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #7a7878;
  padding-right: 10px;
  user-select: none;
}
@media only screen and (max-width: 700px) {
.modal-content-preview-media {
    width: 100%;
}
}
.show_mess_block:hover .discuss-post {
  cursor: pointer;
  color: #f37021;
}
.show_mess_block:hover .icon-message-new {
  color: #f37021;
}

.post-confirm .ul-icon {
  display: flex;
  padding: 0;
  list-style: none;
}
.post-confirm .ul-icon li {
  margin-right: 27px;
}
.post-confirm .ul-modal {
  text-align: left;
  line-height: 27px;
}
.post-confirm .ul-modal li {
  cursor: pointer;
  list-style: none;
  color: #7a7878;
}
.post-confirm .post-title {
  display: flex;
  height: auto;
  background: #f0f0f0;
  width: 100%;
  padding: 7px 18px;
  margin-top: 5px;
}
.post-confirm .post-title .snl {
  flex-grow: 1;
}
.post-confirm .post-title .time {
  margin-left: auto;
  align-self: center;
  font-size: 14px;
}
.post-confirm .color {
  color: #162a47;
  margin-right: 10px;
}
.post-confirm .ul-modal li:hover {
  color: #f37021;
}
.post-confirm .post-content {
  padding: 22px 24px;
  height: auto;
  background: #f0f0f0;
  width: 100%;
  margin-top: 5px;
}
.post-confirm .post-footer {
  padding: 11px 24px;
  height: auto;
  background: #f0f0f0;
  width: 100%;
  margin-top: 5px;
}
.post-confirm .post-footer .btn-reject {
  font-size: 14px;
  width: 150px;
  margin-left: auto;
  margin-right: 10px;
}
.post-confirm .post-footer .btn-confirm {
  font-size: 14px;
  width: 150px;
}
.post-confirm .user-action .img-message-2 {
  cursor: pointer;
  margin-left: auto;
}
.post-confirm .confirm-ul {
  display: flex;
  padding: 0;
}
.post-confirm .confirm-ul li {
  list-style-type: none;
  margin-right: 28px;
  cursor: pointer;
}
.post-confirm .area-text {
  font-size: 14px;
}
.post-confirm .post-mod-button {
  margin: 38px 0;
}
.post-confirm .discussedPost {
  width: 100%;
}
.post-confirm .discussedPost .post-window {
  width: 582px;
  margin-right: 5px;
}
.post-confirm .discussedPost .post-message {
  width: 383px;
}
.icon-soc-twitter:before {
  content: "𝕏" !important;
  font-size: 12px;
  line-height: 0.8;
}
.icon-soc-threads {
  font-size: unset !important;
}
.icon-soc-threads:before {
  content: url('data:image/svg+xml;utf8,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.1502 6.48873C10.0902 6.45983 10.0291 6.43201 9.96731 6.40537C9.85965 4.41424 8.77569 3.27432 6.95561 3.26266C6.94736 3.26261 6.93916 3.26261 6.93091 3.26261C5.84227 3.26261 4.93685 3.72902 4.37958 4.57776L5.38057 5.26698C5.79688 4.633 6.45023 4.49785 6.93139 4.49785C6.93695 4.49785 6.94253 4.49785 6.94803 4.4979C7.54732 4.50174 7.99954 4.67663 8.29223 5.01769C8.50523 5.26599 8.64769 5.60911 8.71823 6.04215C8.18689 5.95151 7.61226 5.92364 6.99797 5.95899C5.26751 6.05904 4.15503 7.07203 4.22975 8.47962C4.26767 9.19362 4.62205 9.80787 5.22758 10.2091C5.73954 10.5483 6.39892 10.7142 7.08422 10.6767C7.98922 10.6269 8.6992 10.2803 9.1945 9.64658C9.57066 9.16533 9.80858 8.54168 9.91362 7.75585C10.3449 8.01711 10.6646 8.36092 10.8411 8.77421C11.1413 9.47676 11.1588 10.6312 10.2203 11.5725C9.39798 12.397 8.40956 12.7537 6.91577 12.7647C5.25876 12.7524 4.00558 12.219 3.1908 11.1794C2.42783 10.2059 2.03352 8.79973 2.01881 7C2.03352 5.20026 2.42783 3.79412 3.1908 2.82061C4.00558 1.78098 5.25873 1.2476 6.91574 1.23524C8.58478 1.2477 9.85979 1.78364 10.7058 2.82829C11.1206 3.34057 11.4333 3.98481 11.6395 4.73596L12.8125 4.42183C12.5626 3.49724 12.1694 2.70052 11.6342 2.03977C10.5497 0.700487 8.96356 0.0142295 6.91984 0H6.91165C4.87209 0.0141801 3.30369 0.703048 2.25005 2.04745C1.31244 3.2438 0.828802 4.90844 0.812551 6.99508L0.8125 7L0.812551 7.00492C0.828802 9.09154 1.31244 10.7562 2.25005 11.9526C3.30369 13.2969 4.87209 13.9859 6.91165 14H6.91984C8.73312 13.9874 10.0113 13.5109 11.0642 12.455C12.4418 11.0736 12.4003 9.34201 11.9463 8.27903C11.6205 7.51676 10.9995 6.89764 10.1502 6.48873ZM7.01943 9.44322C6.26101 9.48609 5.47308 9.14441 5.43423 8.41254C5.40543 7.8699 5.81898 7.2644 7.06598 7.19227C7.20879 7.184 7.34892 7.17996 7.48658 7.17996C7.93953 7.17996 8.36328 7.22412 8.74852 7.30866C8.60483 9.10984 7.76199 9.40231 7.01943 9.44322Z" fill="white"/></svg>') !important;
}

.post-separate-content .smm-first-comment-post-block {
  margin-bottom: 15px;
}
.post-separate-content .social-icon {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  color: white;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 15px;
  font-size: 13px;
}
.post-separate-content .photo-video {
  margin: 17px 0;
}
.post-separate-content .publ-icon {
  margin-bottom: 20px;
  height: 29px;
}
.post-separate-content .publ-icon .b-left {
  width: 37px;
  text-align: center;
}
.post-separate-content .publ-icon .b-left:hover {
  color: #f37021;
}
.post-separate-content .publ-icon .b-right {
  border-right: 1px solid #f0f0f0;
}
.post-separate-content .publ-icon .icon-style {
  color: #b7b7b7;
  cursor: pointer;
}
.post-separate-content .publ-icon .icon-style:hover {
  color: #f37021;
}
.post-separate-content .new-publ-convert-photo {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px dashed #b7b7b7;
  cursor: pointer;
  color: #f37021;
  font-size: 25px;
  text-align: center;
}
.post-separate-content .image-icon-close {
  width: 18px;
  height: 18px;
  background: #000000a1;
  border-radius: 50%;
  color: white;
  font-size: 8px;
  text-align: center;
  position: absolute;
  right: 0;
  margin: 5px;
  filter: invert(1);
}
.post-separate-content .image-icon-close:hover {
  cursor: pointer !important;
}
.img-small-posts {
  min-height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 2px;
}
.area-text-post {
  font-family: ProximaNova;
  padding: 10px;
  font-size: 14px;
  min-height: 112px;
  height: 112px;
  width: 100%;
  margin: 0px;
  resize: vertical;
  border: 1px solid #e8e8e8;
}
.area-text-post:focus {
  background-color: #fff;
  outline: none !important;
  border: 1px solid #f37021;
}
.smm-post-settings-block {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
.smm-post-settings-block {
    display: flex;
    align-items: center;
}
}
.smm-post-settings-block .smm-planning-date {
  font-size: 13px;
  line-height: 15px;
  color: #7a7878;
  padding: 5px 10px;
}
.smm-post-settings-block .smm-planning-date span {
  color: #f37021;
}
.smm-upload-block {
  margin-bottom: 15px;
}
.hover-media {
  display: none;
  width: 36px;
  height: 36px;
  background: #000000a1;
  position: absolute;
  z-index: 1;
  color: #eaeaea;
  text-align: center;
  padding: 10px;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.hover-media:hover {
  cursor: pointer !important;
}
.block-medias {
  position: relative;
  cursor: pointer !important;
}
.block-medias:hover .hover-media {
  display: block;
}
.modal-preview-media {
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
.modal-content-preview-media {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
@-webkit-keyframes zoom {
from {
    -webkit-transform: scale(0);
}
to {
    -webkit-transform: scale(1);
}
}
@keyframes zoom {
from {
    transform: scale(0);
}
to {
    transform: scale(1);
}
}
.close-modal-media {
  position: absolute;
  top: 115px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close-modal-media:hover,
.close-modal-media:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
.modal-content-preview-media {
    width: 100%;
}
}

.icon-soc-twitter:before {
  content: "𝕏" !important;
  font-size: 12px;
  line-height: 0.8;
}
.icon-soc-threads {
  font-size: unset !important;
}
.icon-soc-threads:before {
  content: url('data:image/svg+xml;utf8,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.1502 6.48873C10.0902 6.45983 10.0291 6.43201 9.96731 6.40537C9.85965 4.41424 8.77569 3.27432 6.95561 3.26266C6.94736 3.26261 6.93916 3.26261 6.93091 3.26261C5.84227 3.26261 4.93685 3.72902 4.37958 4.57776L5.38057 5.26698C5.79688 4.633 6.45023 4.49785 6.93139 4.49785C6.93695 4.49785 6.94253 4.49785 6.94803 4.4979C7.54732 4.50174 7.99954 4.67663 8.29223 5.01769C8.50523 5.26599 8.64769 5.60911 8.71823 6.04215C8.18689 5.95151 7.61226 5.92364 6.99797 5.95899C5.26751 6.05904 4.15503 7.07203 4.22975 8.47962C4.26767 9.19362 4.62205 9.80787 5.22758 10.2091C5.73954 10.5483 6.39892 10.7142 7.08422 10.6767C7.98922 10.6269 8.6992 10.2803 9.1945 9.64658C9.57066 9.16533 9.80858 8.54168 9.91362 7.75585C10.3449 8.01711 10.6646 8.36092 10.8411 8.77421C11.1413 9.47676 11.1588 10.6312 10.2203 11.5725C9.39798 12.397 8.40956 12.7537 6.91577 12.7647C5.25876 12.7524 4.00558 12.219 3.1908 11.1794C2.42783 10.2059 2.03352 8.79973 2.01881 7C2.03352 5.20026 2.42783 3.79412 3.1908 2.82061C4.00558 1.78098 5.25873 1.2476 6.91574 1.23524C8.58478 1.2477 9.85979 1.78364 10.7058 2.82829C11.1206 3.34057 11.4333 3.98481 11.6395 4.73596L12.8125 4.42183C12.5626 3.49724 12.1694 2.70052 11.6342 2.03977C10.5497 0.700487 8.96356 0.0142295 6.91984 0H6.91165C4.87209 0.0141801 3.30369 0.703048 2.25005 2.04745C1.31244 3.2438 0.828802 4.90844 0.812551 6.99508L0.8125 7L0.812551 7.00492C0.828802 9.09154 1.31244 10.7562 2.25005 11.9526C3.30369 13.2969 4.87209 13.9859 6.91165 14H6.91984C8.73312 13.9874 10.0113 13.5109 11.0642 12.455C12.4418 11.0736 12.4003 9.34201 11.9463 8.27903C11.6205 7.51676 10.9995 6.89764 10.1502 6.48873ZM7.01943 9.44322C6.26101 9.48609 5.47308 9.14441 5.43423 8.41254C5.40543 7.8699 5.81898 7.2644 7.06598 7.19227C7.20879 7.184 7.34892 7.17996 7.48658 7.17996C7.93953 7.17996 8.36328 7.22412 8.74852 7.30866C8.60483 9.10984 7.76199 9.40231 7.01943 9.44322Z" fill="white"/></svg>') !important;
}

.modal-window .window {
  width: 100vh !important;
  max-width: 1014px !important;
}
.post-confirm .ul-icon {
  display: flex;
  padding: 0;
  list-style: none;
}
.post-confirm .ul-icon li {
  margin-right: 27px;
}
.post-confirm .ul-modal {
  text-align: left;
  line-height: 27px;
}
.post-confirm .ul-modal li {
  cursor: pointer;
  list-style: none;
  color: #7a7878;
}
.post-confirm .post-title {
  display: flex;
  height: auto;
  background: #f0f0f0;
  width: 100%;
  padding: 7px 24px;
  margin-top: 5px;
}
.post-confirm .post-title .snl {
  flex-grow: 1;
}
.post-confirm .post-title .time {
  margin-left: auto;
  align-self: center;
  font-size: 14px;
}
.post-confirm .color {
  color: #162a47;
  margin-right: 10px;
}
.post-confirm .ul-modal li:hover {
  color: #f37021;
}
.post-confirm .post-content {
  color: black;
  padding: 22px 24px;
  height: auto;
  background: #f0f0f0;
  width: 100%;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-confirm .post-content.popupStyleBug {
  min-height: 400px;
}
.post-confirm .post-content.popup-scroll {
  height: 62vh;
}
.post-confirm .post-footer {
  padding: 11px 24px;
  height: auto;
  background: #f0f0f0;
  width: 100%;
  margin-top: 2px;
}
.post-confirm .post-footer .btn-reject {
  font-size: 14px;
  width: 150px;
  margin-left: auto;
  margin-right: 10px;
}
.post-confirm .post-footer .btn-confirm {
  font-size: 14px;
  width: 150px;
}
.post-confirm .post-footer .reason-rejection {
  font-size: 14px;
  color: #f37021;
}
.post-confirm .post-footer .reason {
  color: #7a7878;
  font-size: 14px;
}
.post-confirm .user-action .img-message-2 {
  cursor: pointer;
  margin-left: auto;
}
.post-confirm .confirm-ul {
  display: flex;
  padding: 0;
}
.post-confirm .confirm-ul li {
  list-style-type: none;
  margin-right: 28px;
  cursor: pointer;
}
.post-confirm .area-text {
  font-size: 14px;
}
.post-confirm .discussedPost {
  width: 100%;
}
.post-confirm .discussedPost .post-window {
  width: 582px;
  margin-right: 5px;
  margin-top: -5px;
}
.post-confirm .post-comments {
  color: #7a7878;
  cursor: pointer;
  font-size: 16px;
}
.post-confirm .post-comments:hover {
  color: #f37021;
}
.post-confirm .post-edit-icon {
  width: 23px;
  height: 23px;
  text-align: center;
  border-radius: 50%;
  align-self: center;
  font-size: 10px;
  color: #c4c4c4;
  position: relative;
  cursor: pointer;
}
.post-confirm .post-edit-icon:hover {
  color: white;
  background: lightgray;
}
.post-confirm .post-popup .text-line {
  cursor: pointer;
}
.post-confirm .post-popup .text-line .icon-edit,
.post-confirm .post-popup .text-line .icon-remove {
  color: #162a47;
  font-size: 12px;
}
.post-confirm .post-popup .text-line .text-editor {
  font-size: 14px;
  color: #7a7878;
}
.post-confirm .post-popup .text-line:hover .icon-edit {
  color: #f37021;
}
.post-confirm .post-popup .text-line:hover .icon-remove {
  color: #f37021;
}
.post-confirm .post-popup .text-line:hover .text-editor {
  color: #f37021;
}
.post-confirm .post-popup .text-line.disabled_btn .icon-remove {
  color: #162a47;
}
.post-confirm .post-popup .text-line.disabled_btn .icon-edit {
  color: #162a47;
}
.post-confirm .post-popup .text-line.disabled_btn .text-editor {
  color: #7a7878;
}
.post-poll {
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 25px;
}
.post-poll .theme {
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 25px;
  padding: 25px;
}
.post-poll .options {
  font-size: 14px;
  color: black;
  border-radius: 4px;
  background: #e1e1e1;
  min-height: 30px;
  text-align: left;
  cursor: pointer;
}
.message-active {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #f37021;
  border-radius: 50%;
  right: 0;
}
element.style {
  background-image: url(https://klike.net/uploads/posts/2019-03/1551772531_1.jpg);
}
.img-small {
  cursor: pointer;
  min-height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 2px;
}
.container-aproval {
  width: 100%;
  margin-left: auto;
}
.container-aproval .btn-aproval {
  border-radius: 5px;
  padding: 10px 25px;
  background: #f37021;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}
.container-aproval .btn-aproval:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}
.disabled_btn {
  filter: opacity(0.5) !important;
  cursor: no-drop !important;
}
.status-by-post {
  font-size: 14px;
  color: #f37021;
}
.modal-preview-media {
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
.modal-content-preview-media {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
@-webkit-keyframes zoom {
from {
    -webkit-transform: scale(0);
}
to {
    -webkit-transform: scale(1);
}
}
@keyframes zoom {
from {
    transform: scale(0);
}
to {
    transform: scale(1);
}
}
.close-modal-media {
  position: absolute;
  top: 115px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close-modal-media:hover,
.close-modal-media:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.discuss-post {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #7a7878;
  padding-right: 10px;
  user-select: none;
}
@media only screen and (max-width: 700px) {
.modal-content-preview-media {
    width: 100%;
}
}
.show_mess_block:hover .discuss-post {
  cursor: pointer;
  color: #f37021;
}
.show_mess_block:hover .icon-message-new {
  color: #f37021;
}

.user-fullname {
  color: #162a47;
}
.fs-15 {
  font-size: 15px;
}
.pointer {
  cursor: pointer;
}
.active {
  background-color: #f37021;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
.tab-control {
  margin-top: 20px;
}
.btn {
  width: fit-content;
  padding: 10px 30px;
}
.error-msg {
  color: #e18fa2;
  font-size: 14px;
  text-align: center;
}
.project-team {
  border-bottom: 1px solid #f0f0f0;
  padding: 5px 0;
}
.header-modal {
  padding: 15px 15px 15px 20px;
}
.team-list-of-null {
  font-size: 14px;
  color: #7a7878;
}
.role-team {
  width: 100vw;
  max-width: 270px;
  height: 120px;
  position: absolute;
  top: 0;
  margin-top: 5px;
  background: white;
  border: 1px solid #f37021;
  z-index: 99999;
}
@media (min-width: 520px) {
.role-team {
    max-width: 350px;
}
}
@media (min-width: 780px) {
.role-team {
    max-width: 370px;
}
}
.sm-block-role {
  border-bottom: 1px solid #ccc5c5;
  margin: 0 2px;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 8px;
  cursor: pointer;
}
.sm-block-role .sm-role-description {
  font-weight: 100;
  font-size: 12px;
  margin-top: 5px;
}
.sm-block-role:hover {
  background: #00000012;
}

.add-user-to-project .projects-list[data-v-410c0ed4] {
  max-height: 400px;
  overflow-y: auto;
}
.add-user-to-project .project-item[data-v-410c0ed4] {
  transition: background-color 0.2s ease;
}
.add-user-to-project .project-item[data-v-410c0ed4]:hover {
  background-color: #f8f9fa;
}
.add-user-to-project .project-item[data-v-410c0ed4]:last-child {
  border-bottom: none !important;
}
.add-user-to-project .project-info[data-v-410c0ed4] {
  flex: 1;
}
.add-user-to-project .project-info h6[data-v-410c0ed4] {
  margin: 0;
  color: #333;
}
.add-user-to-project .project-actions[data-v-410c0ed4] {
  margin-left: 1rem;
}
[data-v-410c0ed4] .user-name {
  color: #f37021;
  font-weight: 600;
}
.user-name[data-v-410c0ed4] {
  font-size: unset !important;
  cursor: auto;
}


.account-inform {
  border-bottom: 1px #e1e6e8 solid;
}
.sm-connected-account {
  max-width: 95%;
  height: 65px;
  margin-top: 23px;
  padding: 10px 0px 10px 0px;
  height: auto;
}
.sm-connected-account .color {
  color: #162a47;
  margin-right: 10px;
}
.sm-connected-account .flex {
  display: flex;
}
.sm-connected-account .text {
  padding: 5px;
  margin-left: 9px;
}
.sm-connected-account .text .title-text {
  font-size: 16px;
  color: #162a47;
  font-weight: 600;
}
.sm-connected-account ul {
  text-align: left;
  line-height: 27px;
}
.sm-connected-account ul li {
  cursor: pointer;
  list-style: none;
  color: #7a7878;
}
.sm-connected-account li.icon {
  background: url(/assets/img/icon.png) no-repeat;
}
.sm-connected-account li.left-arrow {
  background: url(/assets/img/left-arrow.png) no-repeat;
}
.sm-connected-account li.delete-button {
  background: url(/assets/img/rubbish-bin-delete-button-activ.png) no-repeat;
}
.sm-connected-account .ul-modal li:hover {
  color: #f37021;
}
.sm-connected-account li.pad {
  margin-bottom: 10px;
  line-height: 17px;
  padding-left: 26px;
  padding-top: -14px;
  margin-left: -18px;
}
.sm-connected-account .icon {
  display: flex;
  align-self: center;
}
.sm-connected-account .icon .ico {
  cursor: pointer;
  margin-right: 25px;
  margin-top: 7px;
}
.sm-connected-account .icon .del {
  cursor: pointer;
  margin-top: 2px;
}
.sm-connected-account .icon .del:hover {
  filter: brightness(0.5);
}
.sm-connected-account .ico:hover {
  background-image: url(/assets/img/more-active.png);
  background-repeat: no-repeat;
}
.sm-connected-account .ico:hover .modal {
  display: block;
}

.smm-project-content-block-for-chronicle {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #ffffff;
  padding: 0 12px 12px;
  border-radius: 4px;
  transition: all 0.25ms linear;
  width: 100%;
  max-width: 100vw;
  height: calc(100vh - 165px);
}
@media (min-width: 768px) {
.smm-project-content-block-for-chronicle {
    padding: 5px 24px 24px;
}
}
@media (max-width: 991px) {
.smm-project-content-block-for-chronicle.smm-has-small,
  .smm-project-content-block-for-chronicle:not(.smm-has-small) {
    max-width: 100% !important;
}
}
@media (max-width: 1200px) and (min-width: 1024px) {
.smm-project-content-block-for-chronicle.smm-has-small {
    max-width: calc(100vw - 132px) !important;
}
.smm-project-content-block-for-chronicle:not(.smm-has-small) {
    max-width: calc(100vw - 330px) !important;
}
}
@media (min-width: 1200px) {
.smm-project-content-block-for-chronicle {
    max-width: calc(100vw - 80px);
}
}
.smm-project-content-block-for-chronicle .smm-project-header-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  width: 100%;
  border-bottom: none !important;
  height: 50px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
.smm-project-content-block-for-chronicle .smm-project-header-block {
    padding-bottom: 5px;
}
}
@media (max-width: 768px) {
.smm-project-content-block-for-chronicle .smm-project-header-block {
    flex-wrap: wrap;
    padding-bottom: 60px !important;
}
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-contant-title-block-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-contant-title-block-wrap {
    margin-left: 15px;
}
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-contant-title-block-wrap .smm-contant-title-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  height: 100%;
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0;
  margin-bottom: -9px;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-contant-title-block-wrap .smm-contant-title-block:hover {
  border-radius: 6px;
  background-color: #f5f5f5;
  transition: background-color 0.3s ease;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-contant-title-block-wrap .smm-contant-title-block.activeItem {
  color: #f37021 !important;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-contant-title-block-wrap .smm-contant-title-block.activeItem .smm-contant-title-block-items {
  border-bottom: 2px solid #f37021;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-contant-title-block-wrap .smm-contant-title-block.activeItem:hover .smm-contant-title-block-items {
  border-bottom: 2px solid transparent;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-contant-title-block-wrap .smm-contant-title-block .smm-contant-title-block-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-bottom: 8px;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-contant-title-block-wrap > * + * {
  margin-left: 28px;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block-wrap .smm-tasks-title-block {
  color: #c4c4c4;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: 1rem;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block-wrap .smm-tasks-title-block:hover {
  border-radius: 6px;
  background-color: #f5f5f5;
  transition: background-color 0.3s ease;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block-wrap .smm-tasks-title-block.activeItem {
  color: #f37021 !important;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block-wrap .smm-tasks-title-block.activeItem .smm-tasks-title-block-items {
  border-bottom: 2px solid #f37021;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block-wrap .smm-tasks-title-block.activeItem:hover .smm-tasks-title-block-items {
  border-bottom: 2px solid transparent;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block-wrap .smm-tasks-title-block .smm-tasks-title-block-items {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.325rem;
  padding-top: 0.45rem;
  border-bottom: 2px solid transparent;
  transition: border-bottom-color 0.3s ease;
  display: flex;
  align-items: center;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block-wrap .smm-tasks-title-block .smm-tasks-title-block-items .v-icon {
  font-size: 16px;
  color: #162a47 !important;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block-wrap .smm-tasks-title-block .smm-tasks-title-block-items .smm-tasks-title-block-text {
  display: block;
  margin-left: 10px;
}
@media (max-width: 1400px) {
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block-wrap .smm-tasks-title-block .smm-tasks-title-block-items .smm-tasks-title-block-text {
    display: none;
    margin: 0;
}
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block-wrap .smm-tasks-title-block.activeItem .v-icon {
  color: #f37021 !important;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block-wrap .smm-contant-title-block {
  color: #c4c4c4 !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin-right: 1rem;
  margin-top: 0 !important;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block-wrap .smm-contant-title-block:hover {
  border-radius: 6px;
  background-color: #f5f5f5;
  transition: background-color 0.3s ease;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block-wrap .smm-contant-title-block.activeItem {
  color: #f37021 !important;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block-wrap .smm-contant-title-block.activeItem .smm-contant-title-block-items {
  border-bottom: 2px solid #f37021;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block-wrap .smm-contant-title-block.activeItem:hover .smm-contant-title-block-items {
  border-bottom: 2px solid transparent;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block-wrap .smm-contant-title-block .smm-contant-title-block-items {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.325rem;
  padding-top: 0.45rem;
  border-bottom: 2px solid transparent;
  transition: border-bottom-color 0.3s ease;
  display: flex !important;
  align-items: center;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block-wrap .smm-contant-title-block .smm-contant-title-block-items .smm-contant-title-block-text {
  display: block;
  margin-left: 10px;
}
@media (max-width: 1400px) {
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block-wrap .smm-contant-title-block .smm-contant-title-block-items .smm-contant-title-block-text {
    display: none;
    margin: 0;
}
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-project-content-block-btn {
  display: flex;
  align-items: center;
}
> .smm-project-content-block-for-chronicle .smm-project-header-block .smm-project-content-block-btn:first-child {
  margin-right: 5px;
}
@media (max-width: 768px) {
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-project-content-block-btn {
    width: 100%;
    justify-content: flex-end;
}
}
@media (max-width: 576px) {
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-project-content-block-btn .smm-button-post-create {
    display: none;
}
}
@media (min-width: 576px) {
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-project-content-block-btn .smm-button-post-create-mobile {
    display: none;
}
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-project-content-block-btn .smm-content-block-header-menu-btn-filter-wrap {
  margin-right: 10px;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-project-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter {
  border: 1px solid #f37021;
  border-radius: 5px;
  padding: 0 10px;
  width: 110px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #162a47;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media (max-width: 576px) {
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-project-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter {
    display: none;
}
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-project-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter .smm-content-block-header-menu-btn-filter-text {
  margin-right: 5px;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-project-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter .smm-content-block-header-menu-btn-filter-icon {
  width: 14px;
  height: 14px;
  background-image: url("/assets/img/filter-dark.svg");
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-project-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter .smm-content-block-header-menu-btn-filter-active.isActiveFilter {
  width: 10px;
  height: 10px;
  background-color: #f37021;
  border: 1px solid #f37021;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  top: 1px;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-project-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter-mobile-wrap {
  border: 1px solid #f37021;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  padding: 8px;
  box-shadow: 0 3px 5px -1px rgb(0 0 0%), 0 6px 10px 0 rgb(0 0 0%), 0 1px 18px 0 rgb(0 0 0%);
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-project-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter-mobile-wrap .smm-content-block-header-menu-btn-filter-mobile {
  width: 14px;
  height: 14px;
  background-image: url("/assets/img/filter-dark.svg");
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-project-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter-mobile-wrap .smm-content-block-header-menu-btn-filter-mobile:hover {
  background-image: url("/assets/img/filter-active.svg");
}
@media (min-width: 576px) {
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-project-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter-mobile-wrap {
    display: none;
}
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-project-content-block-btn .smm-content-block-header-menu-btn-list {
  padding: 0 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 8px !important;
  font-weight: 400;
  min-height: 38px;
  color: #7a7878 !important;
  border: none !important;
  font-size: 14px;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-project-content-block-btn .smm-content-block-header-menu-btn-list.active {
  color: white !important;
  border-color: #f37021 !important;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-project-content-block-btn .smm-content-block-header-menu-btn-list.active:hover {
  color: white !important;
  background-color: rgba(243, 112, 33, 0.9) !important;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-project-content-block-btn .smm-content-block-header-menu-btn-list:hover {
  color: #7a7878 !important;
  background-color: white !important;
}
.smm-project-content-block-for-chronicle:has(.smm-tasks-title-block-wrap) .smm-project-header-block {
  padding-bottom: 0 !important;
}
.smm-project-content-block-for-chronicle:has(.smm-tasks-title-block-wrap) .smm-project-header-block .smm-contant-title-block {
  padding-bottom: 0 !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.smm-project-content-block-for-chronicle:has(.smm-tasks-title-block-wrap) .smm-project-header-block .smm-contant-title-block:has(.smm-tasks-title-block-wrap) {
  padding: 0 !important;
}
.smm-project-content-block-for-chronicle:has(.smm-tasks-title-block-wrap) .smm-project-header-block .smm-contant-title-block:has(.smm-tasks-title-block-wrap) .smm-tasks-title-block {
  padding: 0;
}
.smm-project-content-block-for-chronicle:has(.smm-tasks-title-block-wrap) .smm-project-header-block .smm-contant-title-block .smm-tasks-title-block {
  color: #162a47 !important;
}
.smm-project-content-block-for-chronicle:has(.smm-tasks-title-block-wrap) .smm-project-header-block .smm-contant-title-block .smm-tasks-title-block-items {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: -1.5px;
}
.smm-project-content-block-for-chronicle:has(.smm-tasks-title-block-wrap) .smm-project-header-block .smm-contant-title-block .smm-tasks-title-block-text {
  margin-left: 0 !important;
}
.smm-project-content-block-for-chronicle .smm-project-header-block {
  margin-bottom: 16px !important;
  height: auto !important;
  border-bottom: initial !important;
  flex-wrap: nowrap !important;
  border-bottom: 2px solid #f0f0f0 !important;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-contant-title-block-wrap {
  margin-left: 0 !important;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-contant-title-block-wrap > * + * {
  margin-left: 0 !important;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block {
  margin-right: 0 !important;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block-items {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.smm-project-content-block-for-chronicle .smm-project-header-block .smm-tasks-title-block-text {
  margin-left: 0 !important;
}
.smm-project-content-block-for-chronicle .smm-project-content-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.button-title {
  margin-left: auto;
  line-height: 25px;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
.icon {
  cursor: pointer;
  color: #c4c4c4;
  align-self: center;
  font-size: 12px;
}
.icon:hover {
  color: #f37021;
}
.size-16 {
  font-size: 16px;
}
h4 {
  color: #f37021;
  font-size: 16px !important;
  margin-top: 0px;
  font-weight: 100;
}
.h4-post {
  font-size: 15px;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 20px;
}
.blue-text {
  font-size: 17px;
  color: #162a47;
}
.btn {
  width: 150px;
  margin: 30px 0px 30px 0px;
}
.text-style {
  color: #162a47;
  font-weight: bold;
}
.btn-create {
  width: fit-content;
  padding: 10px 30px;
  margin-bottom: 20px;
  margin-top: 5px;
  height: 44px;
}
.color-orange {
  color: #f37021;
}
.color-quartz {
  color: #7a7878;
}
.color-sapphire {
  color: #162a47;
}
.color-gray {
  color: #c4c4c4;
}
.pointer {
  cursor: pointer;
}
.bold {
  font-weight: bold;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fs-15 {
  font-size: 15px;
}
.fs-14 {
  font-size: 14px;
}
.fs-13 {
  font-size: 13px;
}
.fs-12 {
  font-size: 12px;
}
.fs-11 {
  font-size: 11px;
}
.pointer {
  cursor: pointer;
}
.no-projects {
  color: red;
  font-size: 14px;
}
.error-response {
  font-size: 14px;
  color: #7a7878;
  text-align: center;
  width: fit-content;
}
.error-response .icon-info {
  color: #f37021;
}
.subtitle-signature {
  white-space: pre-wrap;
}
.smm-subtitle-info {
  margin-bottom: 15px;
}
.smm-post-view-toggle {
  display: flex;
  gap: 4px;
  background: #f5f5f5;
  border-radius: 6px;
  padding: 4px;
  margin-right: 16px;
}
@media (max-width: 768px) {
.smm-post-view-toggle {
    margin-right: 8px;
    gap: 2px;
    padding: 2px;
}
}
.smm-post-view-toggle .smm-post-view-btn {
  padding: 4px;
  border: none;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  transition: all 0.2s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
@media (max-width: 768px) {
.smm-post-view-toggle .smm-post-view-btn {
    padding: 6px;
    width: 32px;
    height: 32px;
}
}
.smm-post-view-toggle .smm-post-view-btn .v-icon {
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 768px) {
.smm-post-view-toggle .smm-post-view-btn .v-icon {
    font-size: 16px;
}
}
.smm-post-view-toggle .smm-post-view-btn:hover {
  background: rgba(255, 255, 255, 0.5);
}
.smm-post-view-toggle .smm-post-view-btn.active {
  background: #fff;
  color: #f37021;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.smm-project-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #ffffff;
  transition: all 0.25ms linear;
  width: 100%;
  max-width: 100vw;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 16px;
}
@media (min-width: 992px) {
.smm-project-content {
    max-width: calc(100vw - 90px);
}
.smm-project-content.open-menu-has-small {
    max-width: calc(100vw - 340px);
}
}
@media (max-width: 991px) {
.smm-project-content.open-menu-has-small {
    max-width: calc(100vw - 42px);
}
}
@media (min-width: 1200px) {
.smm-project-content.smm-has-small {
    max-width: calc(100vw - 80px);
}
.smm-project-content:not(.smm-has-small) {
    max-width: calc(100vw - 330px);
}
}
@media (max-width: 599px) {
.smm-project-content.open-menu-has-small {
    max-width: 100% !important;
}
}
.smm-project-content:has(.smm-tasks-title-block-wrap) .smm-project-header-block {
  padding-bottom: 0 !important;
}
.smm-project-content:has(.smm-tasks-title-block-wrap) .smm-project-header-block .smm-contant-title-block {
  padding-bottom: 0 !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.smm-project-content:has(.smm-tasks-title-block-wrap) .smm-project-header-block .smm-contant-title-block:hover .smm-tasks-title-block:hover {
  background-color: rgba(245, 245, 245, 0.5);
}
.smm-project-content:has(.smm-tasks-title-block-wrap) .smm-project-header-block .smm-contant-title-block:has(.smm-tasks-title-block-wrap) {
  padding: 0 !important;
}
.smm-project-content:has(.smm-tasks-title-block-wrap) .smm-project-header-block .smm-contant-title-block:has(.smm-tasks-title-block-wrap) .smm-tasks-title-block {
  padding: 0;
}
.smm-project-content:has(.smm-tasks-title-block-wrap) .smm-project-header-block .smm-contant-title-block .smm-tasks-title-block {
  color: #162a47 !important;
}
.smm-project-content:has(.smm-tasks-title-block-wrap) .smm-project-header-block .smm-contant-title-block .smm-tasks-title-block-items {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  margin-bottom: -1.5px;
}
.smm-project-content:has(.smm-tasks-title-block-wrap) .smm-project-header-block .smm-contant-title-block .smm-tasks-title-block-text {
  margin-left: 0 !important;
}
.smm-project-content .smm-project-header-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
.smm-project-content .smm-project-header-block {
    padding-bottom: 5px;
}
}
.smm-project-content .smm-project-header-block .smm-contant-title-block {
  font-size: 19px;
  line-height: 19px;
  color: #162a47;
  font-weight: 600;
  display: flex;
  flex-grow: 1;
}
.smm-project-content .smm-project-header-block .smm-contant-title-block .smm-contant-title-block-route-back {
  cursor: pointer;
  transform: rotate(180deg);
  color: #f37021;
  margin-right: 20px;
  font-size: 18px;
}
.smm-project-content .smm-project-header-block .smm-tasks-title-block-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.smm-project-content .smm-project-header-block .smm-tasks-title-block-wrap .smm-tasks-title-block {
  color: #c4c4c4;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: 1rem;
}
.smm-project-content .smm-project-header-block .smm-tasks-title-block-wrap .smm-tasks-title-block:hover {
  border-radius: 6px;
  background-color: #f5f5f5;
  transition: background-color 0.3s ease;
}
.smm-project-content .smm-project-header-block .smm-tasks-title-block-wrap .smm-tasks-title-block.activeItem {
  color: #f37021 !important;
}
.smm-project-content .smm-project-header-block .smm-tasks-title-block-wrap .smm-tasks-title-block.activeItem .smm-tasks-title-block-items {
  border-bottom: 2px solid #f37021;
}
.smm-project-content .smm-project-header-block .smm-tasks-title-block-wrap .smm-tasks-title-block.activeItem:hover .smm-tasks-title-block-items {
  border-bottom: 2px solid transparent;
}
.smm-project-content .smm-project-header-block .smm-tasks-title-block-wrap .smm-tasks-title-block .smm-tasks-title-block-items {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.325rem;
  padding-top: 0.45rem;
  border-bottom: 2px solid transparent;
  transition: border-bottom-color 0.3s ease;
  display: flex;
  align-items: center;
}
.smm-project-content .smm-project-header-block .smm-tasks-title-block-wrap .smm-tasks-title-block .smm-tasks-title-block-items .v-icon {
  font-size: 16px;
  color: #162a47 !important;
}
.smm-project-content .smm-project-header-block .smm-tasks-title-block-wrap .smm-tasks-title-block .smm-tasks-title-block-items .smm-tasks-title-block-text {
  display: block;
  margin-left: 10px;
}
@media (max-width: 1400px) {
.smm-project-content .smm-project-header-block .smm-tasks-title-block-wrap .smm-tasks-title-block .smm-tasks-title-block-items .smm-tasks-title-block-text {
    display: none;
    margin: 0;
}
}
.smm-project-content .smm-project-header-block .smm-tasks-title-block-wrap .smm-tasks-title-block.activeItem .v-icon {
  color: #f37021 !important;
}
@media (max-width: 575px) {
.smm-project-content .smm-project-header-block .smm-button-post-create {
    display: none;
}
}
@media (min-width: 576px) {
.smm-project-content .smm-project-header-block .smm-button-post-create-mobile {
    display: none;
}
}
.smm-project-content .smm-project-content-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  height: calc(100vh - 250px) !important;
  overflow: hidden;
}
.smm-project-content .smm-project-content-block .smm-scrollbar-new-scroll-wrap {
  height: calc(100vh - 250px);
}
.smm-project-content .smm-project-content-block .smm-scrollbar-new-scroll-wrap .smm-scrollbar-new-scroll {
  height: calc(100% - 20px);
}
.button-title {
  margin-left: auto;
  line-height: 25px;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
.icon {
  cursor: pointer;
  color: #c4c4c4;
  align-self: center;
  font-size: 12px;
}
.icon:hover {
  color: #f37021;
}
.size-16 {
  font-size: 16px;
}
h4 {
  color: #f37021;
  font-size: 16px !important;
  margin-top: 0px;
  font-weight: 100;
}
.h4-post {
  font-size: 15px;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 20px;
}
.blue-text {
  font-size: 17px;
  color: #162a47;
}
.btn {
  width: 150px;
  margin: 30px 0px 30px 0px;
}
.text-style {
  color: #162a47;
  font-weight: bold;
}
.btn-create {
  width: fit-content;
  padding: 10px 30px;
  margin-bottom: 20px;
  margin-top: 5px;
  height: 44px;
}
.color-orange {
  color: #f37021;
}
.color-quartz {
  color: #7a7878;
}
.color-sapphire {
  color: #162a47;
}
.color-gray {
  color: #c4c4c4;
}
.pointer {
  cursor: pointer;
}
.bold {
  font-weight: bold;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fs-15 {
  font-size: 15px;
}
.fs-14 {
  font-size: 14px;
}
.fs-13 {
  font-size: 13px;
}
.fs-12 {
  font-size: 12px;
}
.fs-11 {
  font-size: 11px;
}
.pointer {
  cursor: pointer;
}
.no-projects {
  color: red;
  font-size: 14px;
}
.error-response {
  font-size: 14px;
  color: #7a7878;
  text-align: center;
  width: fit-content;
}
.error-response .icon-info {
  color: #f37021;
}
.subtitle-signature {
  white-space: pre-wrap;
}
.smm-subtitle-info {
  margin-bottom: 15px;
}

.ico {
  margin-left: auto;
  width: 5px;
  height: 19px;
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
  background-image: url(/assets/img/more.png);
  background-repeat: no-repeat;
}
.ico .modal {
  width: 262px;
  display: none;
  height: 24px;
  position: absolute;
  margin-left: 1px;
  margin-top: 1px;
  padding-left: 10px;
  z-index: 1;
}
.ico .modal .block {
  width: 258px;
  height: 110px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
}
.ico .modal .block ul {
  text-align: left;
  line-height: 27px;
}
.ico .modal .block ul li {
  cursor: pointer;
  list-style: none;
}
.ico .modal .ul-modal li:hover {
  color: #f37021;
}
.ico li.icon {
  background: url(/assets/img/icon.png) no-repeat;
}
.ico li.left-arrow {
  background: url(/assets/img/left-arrow.png) no-repeat;
}
.ico li.delete-button {
  background: url(/assets/img/rubbish-bin-delete-button.png) no-repeat;
}
.ico li.pad {
  margin-bottom: 10px;
  line-height: 17px;
  padding-left: 26px;
  padding-top: -14px;
  margin-left: -18px;
}
.ico .modal:hover {
  display: block;
}
.ico:hover {
  background-image: url(/assets/img/more-active.png);
  background-repeat: no-repeat;
}
.ico:hover .modal {
  display: block;
}

.smm-block-invite-dialog .smm-block-invite {
  padding-bottom: 25px;
}
.smm-block-invite-dialog .smm-block-invite .smm-block-invite-icon {
  text-align: center;
  font-size: 50px;
  color: #f37021;
  padding: 25px;
}
.smm-block-invite-dialog .smm-block-invite .smm-block-invite-title {
  text-align: center;
  font-size: 24px;
  line-height: 27px;
  color: black;
  font-weight: bold;
  padding: 5px;
}
.smm-block-invite-dialog .smm-block-invite .smm-block-invite-description {
  text-align: center;
  font-size: 16px;
  color: #7a7878;
  padding: 5px 5px 20px;
}
.smm-block-invite-dialog .smm-block-invite .smm-block-invite-buttons {
  display: flex;
  justify-content: center;
}

#projectsPermissions .modal-table .list-group-item {
  padding: 10px 4px;
}
#projectsPermissions .modal-table .list-group-item:first-child {
  border-bottom: none !important;
}
#projectsPermissions {
  margin-top: -16px;
}
#projectsPermissions .modal-dialog-scrollable .list-group {
  min-height: 0;
  margin-bottom: 0;
}
@media (max-width: 599px) {
#projectsInfo {
    margin-bottom: 6rem;
}
#projectsInfo #projectsPermissions {
    margin-bottom: 0rem !important;
}
#projectsInfo #projectsPermissions .list-group-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}
@media (max-width: 599px) {
#projectsPermissions:has(#collapsePermission.show) {
    margin-bottom: 6rem;
    height: auto !important;
}
}
#projectsPermissions .form-container.settings-item label {
  margin-top: 5px;
}
@media (max-width: 599px) {
#projectsPermissions .form-container.settings-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: unset !important;
    border-bottom: none !important;
    height: auto !important;
    min-height: unset !important;
}
#projectsPermissions .form-container.settings-item label {
    text-align: left !important;
    max-width: 75% !important;
}
}
@media (max-width: 599px) {
#collapsePermission .btn {
    margin-top: 1rem !important;
}
}
@media (max-width: 599px) {
#projectsInfo .list-group-item {
    padding-left: 2px !important;
    padding-right: 2px !important;
}
}
@media (max-width: 599px) {
#projectsInfo .list-group-item #projectsPermissions #projectsInfo .list-group-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}

#projectsInfo ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  margin-bottom: 1px;
}
#projectsInfo ul:not(:first-child)l > li:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.project-participation {
  font-size: 16px;
}
#projectsPermissions {
  margin-top: 0 !important;
}
.modal-table-project-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-table-project-name .smm-remove-item {
  margin-left: 10px;
}
.permission {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#projectsInfo .add-user {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  border: 1.5px solid #f37021;
  transition: all 0.2s ease;
  color: #f37021 !important;
  margin-top: -10px !important;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
}
#projectsInfo .add-user:hover {
  background: #f37021;
  color: white !important;
}
#projectsInfo .add-user.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.permission-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
}
@media (max-width: 413px) {
.permission-block {
    display: block;
}
}

.v-dialog {
  position: fixed !important;
  z-index: 100000 !important;
  max-height: 90% !important;
  overflow: hidden !important;
  max-width: 600px !important;
}
@media (max-width: 599px) {
.v-dialog {
    max-height: 95% !important;
    max-width: 95% !important;
    padding-right: 8px !important;
    border-bottom: solid 16px white;
}
.v-dialog .smm-dialog-title {
    margin-right: 3px !important;
}
}
.v-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
}
.smm-dialog {
  overflow: visible !important;
}

.image {
  width: 38px;
  height: 38px;
}

.row.sm-head-content,
.row.content-block-header {
  margin-left: 0;
  margin-right: 0;
}
.row.sm-head-content .col-12,
.row.content-block-header .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.sm-head-content {
  display: flex;
  user-select: none;
  position: relative;
  padding-bottom: 8px;
}
.sm-head-content .smm-head-users {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
}
.sm-head-content .smm-head-users .smm-head-users-wrap {
  width: 100% !important;
}
.sm-head-content .add-user {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  line-height: normal;
  position: relative;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  width: 38px;
  height: 38px;
  font-weight: bold;
  background: white;
  color: #f37021;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}
.sm-head-content .add-user:hover {
  background: #f37021;
  color: white;
}
.sm-head-content .add-user.disabled {
  background: #e1dede;
  color: #f37021;
  cursor: not-allowed;
}
.sm-head-content .sm-button {
  margin-left: auto;
  width: 206px;
  height: 45px;
  color: #f37021;
  background-color: #fff;
}
.sm-head-content .popup-action-tape .actiontape .action {
  width: 100%;
  min-height: 50px;
  padding: 0px 14px;
  border-top: 1px solid #f0f0f0;
  cursor: pointer;
}
.sm-head-content .popup-action-tape .actiontape .action:hover {
  background: #f7f7f794;
}
.sm-head-content .popup-action-tape .actiontape .action:hover .action-type {
  background: #f37021;
  color: white;
}
.sm-head-content .popup-action-tape .actiontape .action .user-account {
  width: fit-content;
}
.sm-head-content .popup-action-tape .actiontape .action .sorname {
  white-space: nowrap;
  font-size: 14px;
  color: #162a47;
  padding: 0 17px;
  font-weight: 500;
}
.sm-head-content .popup-action-tape .actiontape .action .user-st {
  flex-grow: 1;
  margin: 12px 0;
}
.sm-head-content .popup-action-tape .actiontape .action .user-st .user-status {
  color: #7a7878;
  width: fit-content;
  padding: 6px 12px;
  font-size: 13px;
  text-align: right;
}
.sm-head-content .head-content {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: -10px;
}
.sm-head-content .action-type {
  color: #f37021;
  background: white;
  font-size: 14px;
  text-align: center;
  padding: 11px 41px;
  cursor: pointer;
  border-radius: 5px;
}
.sm-head-content .action-type:hover {
  background: #f37021;
  color: white;
}
.sm-head-content .action-type:hover.icon-staraction {
  color: white;
}
.sm-head-content .head-content:hover .action-type {
  background: #f37021;
  color: white;
}
.sm-head-content .no-data {
  color: #7a7878;
  text-align: center;
  padding: 22px;
}
@media (max-width: 756px) {
.sm-head-content .user-content-scroll {
    overflow: hidden;
    white-space: nowrap;
}
}
@media (min-width: 992px) {
.sm-head-content {
    padding-bottom: 15px;
}
}
.action-type-mobile {
  background: white;
  color: #f37021;
  width: fit-content;
  padding: 7px;
}
.action-type-mobile:hover {
  background: #f37021;
  color: white;
}
.close_notif {
  font-size: 12px;
  color: black;
  margin-left: auto;
  cursor: pointer;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
.icon-star-action {
  position: absolute;
  margin-top: -6px;
  color: #f37021;
  right: 0;
  margin-right: -6px;
  font-size: 14px;
}
.user-content-scroll {
  display: flex;
}

.post-caption {
  border-bottom: 1px #e1e6e8 solid;
  height: auto;
  padding: 15px 0px 15px 0px;
  display: flex;
  min-width: 330px;
}
.post-caption .text .title-text {
  font-size: 16px;
  color: #162a47;
  font-weight: 600;
  margin-bottom: 5px;
}
.post-caption .headline {
  color: #162a47;
  font-weight: 600;
}
.post-caption .change {
  width: 11px;
  height: 10px;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: auto;
}
.post-caption .change:hover img {
  filter: brightness(0.5);
}
.post-caption .bin-delete {
  margin-left: auto;
  width: 8px;
  height: 10px;
  cursor: pointer;
  text-align: center;
  background-repeat: no-repeat;
}
.post-caption .bin-delete:hover img {
  filter: brightness(0.5);
}
.post-caption #icon-edit {
  margin-left: auto;
  margin-right: 23px;
}

.page-secial {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f37021;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
}
.page-secial i {
  color: white;
  align-self: center;
}

.smm-popup {
  width: 100%;
  height: 100%;
  background: #00000094;
  position: fixed;
  z-index: 9999999;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smm-popup .smm-modal {
  width: 100%;
  max-width: 700px;
  height: 50vh;
  background: white;
  border-radius: 8px;
}
.smm-popup .smm-modal .smm-header {
  width: 100%;
  height: 50px;
  background: #000000b8;
  border-radius: 8px 8px 0 0;
  color: white;
  padding: 15px 20px;
}
.smm-popup .smm-modal .smm-header .icon-close {
  font-size: 13px;
  cursor: pointer;
}
.smm-popup .smm-modal .smm-header .icon-close:hover {
  color: black;
}

.team-list-component {
  height: auto;
  border-bottom: 1px #e8e8e8 solid;
  padding: 3px 0;
}
.team-list-component .user {
  font-size: 14px;
}
.team-list-component .box {
  width: fit-content;
  margin-right: -12px;
}

.ico {
  margin-left: auto;
  width: 5px;
  height: 19px;
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
  background-image: url(/assets/img/more.png);
  background-repeat: no-repeat;
}
.ico .modal {
  width: 262px;
  display: none;
  height: 24px;
  position: absolute;
  margin-left: 1px;
  margin-top: 1px;
  padding-left: 10px;
  z-index: 1;
}
.ico .modal .block {
  width: 258px;
  height: auto;
  position: absolute;
}
.ico:hover .modal {
  display: block;
}

.modal {
  font-family: ProximaNova;
  font-size: 14px;
  width: auto;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  position: absolute;
  z-index: 1;
  outline: none;
}
.modal.right {
  left: 100%;
}
.modal.left {
  right: 100%;
}
.modal.top {
  bottom: 100%;
}
.modal.bottom {
  top: 100%;
}
.modal.right-inner {
  left: 0;
}
.modal.left-inner {
  right: 0;
}
.modal.top-inner {
  bottom: 0;
}
.modal.bottom-inner {
  top: 0;
}
.modal.show {
  visibility: visible;
  opacity: 1;
}
.modal .block {
  border-radius: 5px;
  width: auto;
  height: auto;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
}

.avatar-container {
  position: relative;
  display: inline-block;
}
.v-avatar {
  cursor: pointer;
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  line-height: normal;
  position: relative;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  width: 38px;
  height: 38px;
  font-weight: bold;
  background: white;
  color: #f37021;
  font-size: 13px;
  text-transform: uppercase;
  border: 1.25px solid #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.v-avatar.no-cursor {
  cursor: default;
}
.v-avatar img {
  border-radius: inherit;
  display: inline-flex;
  height: inherit;
  width: inherit;
}
.v-avatar img[src*="placeholder"] {
  filter: blur(2px);
}
.user-menu-popup-block {
  position: fixed;
  width: auto;
  height: auto;
  min-height: 170px;
  display: block;
  z-index: 202 !important;
  pointer-events: none;
  overflow: visible;
}
.user-menu-popup-block .user-menu-popup {
  z-index: 1000000;
  transition: all 0.3s ease;
  position: fixed;
  min-width: 300px;
  width: auto;
  min-height: 112px;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  transform: translateZ(0);
  will-change: transform;
  pointer-events: auto;
  overflow: visible;
}
.user-menu-popup-block .user-menu-popup .user-menu-popup-close {
  cursor: pointer;
  right: 0;
  position: absolute;
  padding: 2px 8px;
}
.user-menu-popup-block .user-menu-popup .user-menu-popup-close i {
  font-size: 8px;
  color: #fff;
}
.user-menu-popup-block .user-menu-popup .user-menu-info {
  height: 68px;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background-color: #56a9ef;
}
.user-menu-popup-block .user-menu-popup .user-menu-info .user-menu-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px;
  margin-bottom: -40px;
}
.user-menu-popup-block .user-menu-popup .user-menu-info .user-menu-avatar .v-avatar {
  border: 2px solid #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  width: 70px !important;
  height: 70px !important;
}
.user-menu-popup-block .user-menu-popup .user-menu-info .user-menu-avatar .v-avatar span {
  font-size: 26px;
}
.user-menu-popup-block .user-menu-popup .user-menu-info .user-menu-block-name {
  display: block;
  margin-bottom: 6px;
  margin-right: 24px;
}
.user-menu-popup-block .user-menu-popup .user-menu-info .user-menu-block-name .user-menu-name {
  color: #fff;
  font-size: 16px;
}
.user-menu-popup-block .user-menu-popup .user-menu-info .user-menu-block-name .user-menu-tag {
  color: #fff;
}
.user-menu-popup-block .user-menu-popup .user-menu {
  padding-left: 20px;
  padding-right: 20px;
}
.user-menu-popup-block .user-menu-popup .user-menu div:first-child {
  padding-top: 30px;
}
.user-menu-popup-block .user-menu-popup .user-menu div:last-child {
  padding-bottom: 16px;
}
.user-menu-popup-block .user-menu-popup .user-menu .user-menu-permission {
  cursor: pointer;
  color: #7a7878;
}
.user-menu-popup-block .user-menu-popup .user-menu .user-menu-delete {
  margin-top: 8px;
  cursor: pointer;
  color: #7a7878;
}
.smm-head-users .user-menu-popup-block,
.smm-team-user-block .user-menu-popup-block {
  display: block;
}
body > .popup-block-user-permissions {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 999999 !important;
  pointer-events: auto !important;
}
.smm-dialog .v-overlay {
  display: none !important;
}
.smm-dialog .v-overlay--active {
  display: none !important;
}
.smm-dialog .v-overlay--active.theme--dark {
  display: none !important;
}

.smm-post-view-toggle {
  display: flex;
  gap: 4px;
  background: #f5f5f5;
  border-radius: 6px;
  padding: 4px;
  margin-right: 16px;
}
@media (max-width: 1080px) {
.smm-post-view-toggle {
    margin-right: 0;
}
}
@media (max-width: 768px) {
.smm-post-view-toggle {
    margin-right: 8px;
    gap: 2px;
    padding: 2px;
}
}
.smm-post-view-toggle .smm-post-view-btn {
  padding: 4px;
  border: none;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  transition: all 0.2s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
@media (max-width: 768px) {
.smm-post-view-toggle .smm-post-view-btn {
    padding: 6px;
    width: 32px;
    height: 32px;
}
}
.smm-post-view-toggle .smm-post-view-btn .v-icon {
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 768px) {
.smm-post-view-toggle .smm-post-view-btn .v-icon {
    font-size: 16px;
}
}
.smm-post-view-toggle .smm-post-view-btn:hover {
  background: rgba(255, 255, 255, 0.5);
}
.smm-post-view-toggle .smm-post-view-btn.active {
  background: #f37021 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.smm-post-view-toggle .smm-post-view-btn.active .v-icon {
  color: white;
}

.ui-exeption {
  min-height: 40px;
  height: auto;
  border-left: 2px solid;
  text-align: center;
  font-size: 13px;
}
.ui-exeption.smm-error {
  background: #e18fa229;
  border: 1px solid #e18fa2;
  color: #dc7c93;
}
.ui-exeption.smm-success {
  background: #f3702126;
  border: 1px solid #f37021;
  color: #f37021;
}
.ui-exeption .exeption-icon {
  align-self: center;
}

.image-m[data-v-5ebea9f8] {
  position: relative;
  overflow: hidden;
}
.image-m .cr-background[data-v-5ebea9f8] {
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.cr-faded[data-v-5ebea9f8] {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1030;
  display: block;
  border-radius: 2px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
}

.cr-frame[data-v-2eb6f266] {
  position: absolute;
  cursor: move;
  z-index: 1040;
  display: block;
}
.cr-frame .path[data-v-2eb6f266] {
  position: absolute;
  z-index: 1049;
  background-color: hsla(0, 0%, 100%, 0.3);
}
.cr-frame .path-left[data-v-2eb6f266] {
  width: 1px;
  height: 100%;
  top: 0px;
  left: 0px;
}
.cr-frame .path-right[data-v-2eb6f266] {
  width: 1px;
  height: 100%;
  right: 0px;
  top: 0px;
}
.cr-frame .path-bottom[data-v-2eb6f266] {
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0px;
}
.cr-frame .path-top[data-v-2eb6f266] {
  height: 1px;
  width: 100%;
  top: 0px;
  left: 0px;
}
.cr-frame:active .path[data-v-2eb6f266] {
  background-color: hsla(0, 0%, 100%, 0.7);
}
.cr-frame:active ~ .cr-anchor[data-v-2eb6f266] {
  background-color: rgba(255, 255, 255, 0.7);
}
.cr-frame .cr-frame-inner[data-v-2eb6f266] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.cr-frame .cr-frame-inner .cr-v-background[data-v-2eb6f266] {
  position: absolute;
  z-index: 1;
  top: -15px;
  left: -19px;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.cr-anchor[data-v-2eb6f266] {
  z-index: 1050;
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
  height: 10px;
  width: 10px;
  border: 1px solid #ccc;
}
.cr-an-1[data-v-2eb6f266],
.cr-an-4[data-v-2eb6f266] {
  cursor: nw-resize;
}
.cr-an-2[data-v-2eb6f266],
.cr-an-3[data-v-2eb6f266] {
  cursor: ne-resize;
}
.cr-an-5[data-v-2eb6f266],
.cr-an-8[data-v-2eb6f266] {
  cursor: e-resize;
}
.cr-an-6[data-v-2eb6f266],
.cr-an-7[data-v-2eb6f266] {
  cursor: n-resize;
}
.cr-an-1[data-v-2eb6f266] {
  top: -5px;
  left: -5px;
}
.cr-an-2[data-v-2eb6f266] {
  top: -5px;
  right: -5px;
}
.cr-an-3[data-v-2eb6f266] {
  bottom: -5px;
  left: -5px;
}
.cr-an-4[data-v-2eb6f266] {
  bottom: -5px;
  right: -5px;
}
.cr-an-5[data-v-2eb6f266] {
  top: calc(50% - 5px);
  left: -5px;
}
.cr-an-6[data-v-2eb6f266] {
  left: calc(50% - 5px);
  top: -5px;
}
.cr-an-7[data-v-2eb6f266] {
  left: calc(50% - 5px);
  bottom: -5px;
}
.cr-an-8[data-v-2eb6f266] {
  top: calc(50% - 5px);
  right: -5px;
}
.cropAvatar[data-v-2eb6f266] {
  border-radius: 50%;
}

.cr-preview[data-v-a5af5a08] {
  position: relative;
  overflow: hidden;
  text-align: left;
  border: 1px solid #394e72;
}
.cr-preview.round[data-v-a5af5a08] {
  border-radius: 50%;
}
.cr-preview .cr-image[data-v-a5af5a08] {
  position: absolute;
  z-index: 2;
  background-color: #293b5a;
}
.max[data-v-a5af5a08] {
  height: 80px;
  width: 304px;
}
.min[data-v-a5af5a08] {
  height: 80px;
  width: 80px;
}
.fluid[data-v-a5af5a08] {
  height: 100%;
  width: 100%;
  position: absolute;
}

.cr-c[data-v-3d73f286] {
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cr-f[data-v-3d73f286] {
  position: relative;
}
.cr-preview[data-v-3d73f286] {
  text-align: center;
  padding: 20px;
}
.cr-preview .cr-max-preview[data-v-3d73f286],
.cr-preview .cr-min-preview[data-v-3d73f286] {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.cr-preview .cr-max[data-v-3d73f286],
.cr-preview .cr-min[data-v-3d73f286] {
  position: absolute;
  z-index: 2;
}
.cr-preview .cr-min-preview[data-v-3d73f286] {
  height: 50px;
  width: 175px;
  margin: auto;
  margin-top: 10px;
}

.ui-context-menu-item[data-v-2393b9d0] {
  border-bottom: 1px solid #31476d;
  height: 35px;
  color: #b8c3e0;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}
.ui-context-menu-item[data-v-2393b9d0]:hover {
  background-color: #24385b;
}
.ui-context-menu-item:hover .ui-context-menu[data-v-2393b9d0] {
  display: block;
}
.ui-context-menu-item > span[data-v-2393b9d0] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 10px;
}
.ui-context-menu-item .content[data-v-2393b9d0] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.ui-context-menu-item .content .selected[data-v-2393b9d0] {
  background-color: #24385b;
}
.disabled[data-v-2393b9d0] {
  color: #263958;
}
.disabled[data-v-2393b9d0]:hover {
  background-color: transparent;
}

.ui-dropdown-menu-sub[data-v-5bbc32a0] {
  background-color: #121c2d;
  border: 1px solid #20314d;
  width: 200px;
  position: absolute;
  box-shadow: 0 0 30px #101825;
  /* Параметры тени */
}
.ui-dropdown-menu-sub.left[data-v-5bbc32a0] {
  top: 0px;
  right: 100%;
  margin-right: 26px;
}
.ui-dropdown-menu-sub.right[data-v-5bbc32a0] {
  top: 0px;
  left: 100%;
}

.ui-dropdown-menu[data-v-4f9883cc] {
  background-color: #21324f;
  border: 1px solid #263958;
  width: 200px;
  position: absolute;
  box-shadow: 0 0 30px #101825;
  /* Параметры тени */
  z-index: 5000;
}
.ui-dropdown-menu[data-v-4f9883cc]:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 61%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #21324f;
}
.ui-dropdown-menu .show[data-v-4f9883cc] {
  visibility: visible;
}

.ui-list-view-item[data-v-0f0e6e54] {
  height: 3em;
  display: flex;
  align-self: center;
}

.ui-list-view.box .ui-list-view-item[data-v-6fa97e84] {
  width: 160px;
  margin: 0 15px;
}
.ui-list-view.box .ui-list-view-item div[data-v-6fa97e84] {
  padding: 0;
}
.ui-list-view.line .ui-list-view-item[data-v-6fa97e84] {
  margin-bottom: 2px;
}
.ui-list-view.line .ui-list-view-item div[data-v-6fa97e84] {
  padding: 0;
}
.ui-list-view-item[data-v-6fa97e84] {
  min-height: 2.5em;
  display: flex;
  align-items: center;
  padding: 5px 15px;
}
.ui-list-view-item div[data-v-6fa97e84] {
  cursor: pointer;
}
.ui-list-view-item .selected[data-v-6fa97e84] {
  background-color: #f7f7f7;
  cursor: pointer;
}
.ui-list-view-item .disabled[data-v-6fa97e84] {
  color: gray;
  cursor: not-allowed;
}

.ui-list-view-tabs .header[data-v-66359f03] {
  display: flex;
  justify-self: right;
}
.ui-list-view-tabs .activ[data-v-66359f03] {
  color: white;
}
.ui-list-view-tabs .box-content[data-v-66359f03] {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.ui-list-view[data-v-903490d4] {
  min-height: 2rem;
  cursor: pointer;
}
.ui-list-view .ui-list-view-item.underline[data-v-903490d4] {
  border-block-end: #394e72 solid 1px;
}
.ui-list-view .ui-list-view-item.underline[data-v-903490d4]:nth-last-of-type(1) {
  border-block-end: none;
}
.ui-list-view .ui-list-view-item .swing[data-v-903490d4] {
  opacity: 0;
  transform: rotateY(-90deg);
  transition: all 0.5s cubic-bezier(0.36, -0.64, 0.34, 1.76);
}
.ui-list-view .header[data-v-903490d4] {
  display: flex;
  justify-self: right;
}
.ui-list-view .activ[data-v-903490d4] {
  color: white;
}

.modal-window[data-v-28ae736b] {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.29);
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-window .window[data-v-28ae736b] {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.modal-window .window .header[data-v-28ae736b] {
  border-radius: 5px 5px 0 0;
  display: grid;
  grid-template-columns: auto 40px;
  align-content: center;
  background: #fff;
  margin: 0;
  border-bottom: 2px solid #f0f0f0;
  color: #162a47;
  font-size: 17px;
}
.modal-window .window .header .name[data-v-28ae736b] {
  display: flex;
  align-items: center;
  padding-left: 20px;
  cursor: unset;
}
.modal-window .window .header .title[data-v-28ae736b] {
  color: white;
  display: flex;
  font-size: 18px;
  align-items: center;
  padding: 0 20px 0 0;
  height: 54px;
}
.modal-window .window .header .bnt-close[data-v-28ae736b] {
  font-size: 30px;
  align-items: center;
  display: flex;
  cursor: pointer;
  color: #99a4c0;
}
.modal-window .window .icon[data-v-28ae736b] {
  font-size: 24px;
}
.modal-window .window .body[data-v-28ae736b] {
  padding: 0 20px 0 20px;
  color: #7a7878;
}
.modal-window .window .body .button-wrapper[data-v-28ae736b] {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
}

.ui-box-menu[data-v-7da0ef25] {
  background-color: #fff;
  border: 1px solid #F37021;
  min-width: 200px;
  position: absolute;
  z-index: 5000;
}
.ui-box-menu.shadow[data-v-7da0ef25] {
  box-shadow: 0 0 5px #101825;
  /* Параметры тени */
}
.ui-box-menu.left[data-v-7da0ef25]:after {
  display: block;
  left: 5%;
}
.ui-box-menu.right[data-v-7da0ef25]:after {
  display: block;
  right: 5%;
}
.ui-box-menu.centre[data-v-7da0ef25]:after {
  display: block;
  left: 50%;
}
.ui-box-menu[data-v-7da0ef25]:after {
  content: "▲";
  display: none;
  color: #21324f;
  position: absolute;
  text-shadow: 0 -2px 3px rgba(15, 23, 37, 0.7);
  font-size: 24px;
  top: -21px;
}

.ui-button[data-v-0cb6d9cc] {
  border-radius: 5px;
  user-select: none;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #b8c3e0;
  cursor: pointer;
  background-color: #b8c3e0;
  font-size: inherit;
  display: flex;
  text-decoration: none;
}
.ui-button.disabled[data-v-0cb6d9cc] {
  cursor: not-allowed;
  background-color: #1b283f;
}
.ui-button.disabled.active[data-v-0cb6d9cc] {
  background-color: #0677b2;
}
.ui-button.active[data-v-0cb6d9cc] {
  background-color: #0677b2;
  color: #ffffff;
}
.ui-button a[data-v-0cb6d9cc] {
  color: #ffffff;
  text-decoration: none;
}
.ui-button[data-v-0cb6d9cc]:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}

.canvas-container[data-v-410b7845] {
  width: 95%;
  margin: auto;
}

.ui-checkbox {
  display: flex;
  align-items: center;
  margin-right: 1em;
  position: relative;
  cursor: pointer;
  color: #162a47;
  font-size: 14px;
  user-select: none;
}
div.point {
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  height: 18px;
  width: 18px;
  margin-right: 1em;
  display: flex;
  font-size: 8pt;
  align-items: center;
  justify-content: center;
}
div.point.checked {
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  height: 18px;
  width: 18px;
  margin-right: 1em;
  color: #f37021;
}
.disabled ~ span {
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: not-allowed;
  background-color: #f0f0f0;
}

.ui-date-picker .border-nofocus {
  border: 1px solid #394e72;
}
.ui-date-picker .border-focus {
  border: 1px solid #293b5a;
}
.ui-date-picker .input-group {
  display: flex;
}
.ui-date-picker .input-group input {
  height: 10px;
  padding: 15px;
  font-size: 14px;
  font-family: ProximaNova, sans-serif;
  color: #99a4c0;
  border: 1px solid #394e72;
  border-right: none;
  display: flex;
  width: 100%;
  background-color: #293b5a;
}
.ui-date-picker .input-group input:focus {
  background-color: #293b5a;
  outline: none !important;
}
.ui-date-picker .input-group .icon {
  display: flex;
  border: 1px solid #394e72;
  border-left: none;
  padding: 0 15px 0 10px;
  cursor: pointer;
  font-family: TirScript;
  color: #99a4c0;
  align-items: center;
}
.ui-date-picker .input-group .icon::before {
  content: "\e90c";
}
.ui-date-picker .input-group .delimiter {
  color: rgba(0, 0, 0, 0.2);
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.ui-date-picker .date-time-wrapper {
  margin-top: 10px;
  z-index: 1000;
  position: absolute;
}
.ui-date-picker + .ui-date-picker {
  margin-left: 20px;
}
.ui-date-picker .input-group input.transformer {
  border: none;
  background-color: #1b283f;
  cursor: default;
}
.ui-date-picker .input-group input:focus {
  background-color: #293b5a;
  outline: none !important;
  border: 1px solid #394e72;
  cursor: pointer;
}
.ui-date-picker .input-group .icon.transformer {
  color: transparent;
  border: none;
  cursor: default;
}

.date-time {
  background-color: #293b5a;
  border: 1px solid #3e71bb;
  width: 270px;
}
.date-time .navigation {
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 13px;
  padding-top: 15px;
}
.date-time .navigation .title {
  display: flex;
  justify-content: center;
  width: 125px;
  cursor: pointer;
}
.date-time .navigation .backward,
.date-time .navigation .next {
  color: #f37021;
  display: flex;
  font-family: "smmteam" !important;
  font-size: 10px;
  align-items: center;
  cursor: pointer;
  width: 25px;
  position: relative;
}
.date-time .navigation .backward::before {
  content: "\e90a";
  position: absolute;
  right: 0;
}
.date-time .navigation .next::before {
  content: "\e90b";
  position: absolute;
  left: 0;
}

.days .title {
  text-transform: capitalize;
  color: #fff;
}
.days .items {
  height: 210px;
  padding: 20px 20px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(7, 1fr);
  font-size: 14px;
}
.days .items .day {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b8c3e0;
  cursor: pointer;
}
.days .items .day > div:hover,
.days .items .day.current > div:hover {
  color: #fff;
  background-color: #3e71bb;
  border-radius: 100%;
  width: 70%;
  height: 90%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.days .items .day.no-active {
  color: #cdd0d4;
  cursor: no-drop;
}
.days .items .day.no-active div:hover {
  background: none;
}
.days .items .day.current > div {
  color: #fff;
  background-color: #ff7f66;
  border-radius: 100%;
  width: 70%;
  height: 90%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.days .items .day.current > div:hover {
  background-color: #ff7f66;
}
.days .items .day.event-day-orange {
  display: flex;
  align-self: center;
  justify-content: center;
  width: 100%;
  height: 90%;
}
.days .items .day.event-day-orange div {
  color: #fff;
  background-color: orange;
  border-radius: 100%;
  width: 70%;
  height: 90%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.days .items .day.event-day-red {
  display: flex;
  align-self: center;
  justify-content: center;
  width: 100%;
  height: 90%;
}
.days .items .day.event-day-red div {
  color: #fff;
  background-color: red;
  border-radius: 100%;
  width: 70%;
  height: 90%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.days .items .day.event-day-green {
  display: flex;
  align-self: center;
  justify-content: center;
  width: 100%;
  height: 90%;
}
.days .items .day.event-day-green div {
  color: #fff;
  background-color: green;
  border-radius: 100%;
  width: 70%;
  height: 90%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.days .items .day.event-day--orange {
  background-color: #dce7f6;
  width: 100%;
  height: 90%;
  align-items: center;
  justify-content: center;
  align-self: center;
  display: flex;
}
.days .items .day.event-day--orange div {
  color: #fff;
  background-color: orange;
  border-radius: 100%;
  width: 70%;
  height: 90%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.days .items .day.event-day--red {
  background-color: #dce7f6;
  width: 100%;
  height: 90%;
  align-items: center;
  justify-content: center;
  align-self: center;
  display: flex;
}
.days .items .day.event-day--red div {
  color: #fff;
  background-color: red;
  border-radius: 100%;
  width: 70%;
  height: 90%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.days .items .day.event-day--green {
  background-color: #dce7f6;
  width: 100%;
  height: 90%;
  align-items: center;
  justify-content: center;
  align-self: center;
  display: flex;
}
.days .items .day.event-day--green div {
  color: #fff;
  background-color: green;
  border-radius: 100%;
  width: 70%;
  height: 90%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.days .items .day.current-area-begin {
  color: #fff;
  background-color: #dce7f6;
  border-radius: 100% 0 0 100%;
  width: 100%;
  height: 90%;
  align-self: center;
  justify-content: center;
  display: flex;
}
.days .items .day.current-area-begin div {
  color: #fff;
  background-color: #3e71bb;
  border-radius: 100%;
  width: 70%;
  height: 90%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.days .items .day.current-area {
  background-color: #dce7f6;
  width: 100%;
  height: 90%;
  align-items: center;
  justify-content: center;
  align-self: center;
  display: flex;
}
.days .items .day.current-area-end {
  color: #fff;
  background-color: #dce7f6;
  border-radius: 0 100% 100% 0;
  width: 100%;
  height: 90%;
  align-self: center;
  justify-content: center;
  display: flex;
}
.days .items .day.current-area-end div {
  color: #fff;
  background-color: #3e71bb;
  border-radius: 100%;
  width: 70%;
  height: 90%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.days .items .day.current-area-begin-single {
  width: 100%;
  height: 90%;
  align-self: center;
  justify-content: center;
}
.days .items .day.current-area-begin-single div {
  color: #fff;
  background-color: #3e71bb;
  border-radius: 100%;
  width: 70%;
  height: 90%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.days .items .weekday {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b6aae;
}
.days .select-hours {
  display: flex;
  font-family: TirScript;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
  padding: 8px 0 10px;
  justify-content: center;
  cursor: pointer;
}
.days .select-hours:before {
  font-size: 17px;
  content: "\e91f";
  color: #3e71bb;
}
.icon-arrow-back,
.icon-right {
  color: #f37021;
  font-size: 12px;
  cursor: pointer;
}

.hours .items {
  height: 210px;
  padding: 20px 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
  font-size: 14px;
}
.hours .items .hour {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hours .items .hour:hover > div {
  color: #fff;
  background-color: #3e71bb;
  border-radius: 15px;
  padding: 7px 0px;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.hours .items .hour.current > div {
  color: #fff;
  background-color: #ff7f66;
  border-radius: 15px;
  padding: 7px 0px;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.hours .items .hour.current > div:hover {
  background-color: #ff7f66;
}
.hours .back-to-days {
  display: flex;
  font-family: TirScript;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  padding: 20px 0 12px;
  justify-content: center;
  cursor: pointer;
}
.hours .back-to-days:before {
  font-size: 17px;
  content: "\e90c";
  color: #3e71bb;
}

.date-time .navigation .title.minutes {
  width: 145px;
}
.minutes .items {
  height: 165px;
  padding: 20px 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  font-size: 14px;
}
.minutes .items .minute {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.minutes .items .minute:hover > div {
  color: #fff;
  background-color: #3e71bb;
  border-radius: 15px;
  padding: 7px 0px;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.minutes .items .minute.current > div {
  color: #fff;
  background-color: #ff7f66;
  border-radius: 15px;
  padding: 7px 0px;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.minutes .items .minute.current > div:hover {
  background-color: #ff7f66;
}
.minutes .back-to-days {
  display: flex;
  font-family: TirScript;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  padding: 20px 0 12px;
  justify-content: center;
  cursor: pointer;
}
.minutes .back-to-days:before {
  font-size: 17px;
  content: "\e90c";
  color: #3e71bb;
}

.months .items {
  height: 210px;
  padding: 20px 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  font-size: 14px;
}
.months .items .month {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.months .items .month:hover > div {
  color: #fff;
  background-color: #3e71bb;
  border-radius: 15px;
  padding: 7px 0px;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.months .items .month.current > div {
  color: #fff;
  background-color: #ff7f66;
  border-radius: 15px;
  padding: 7px 0px;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.months .items .month.no-active {
  color: #ced0d2;
  cursor: default;
}

.years .items {
  height: 210px;
  padding: 20px 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  font-size: 14px;
}
.years .items .year {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.years .items .year:hover > div {
  color: #fff;
  background-color: #3e71bb;
  border-radius: 15px;
  padding: 7px 0px;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.years .items .year.current > div {
  color: #fff;
  background-color: #ff7f66;
  border-radius: 15px;
  padding: 7px 0px;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.years .items .year.no-active {
  color: #ced0d2;
  cursor: default;
}

.ui-dropdown {
  min-width: 160px;
  display: block;
  position: relative;
}
.ui-dropdown .control-input {
  border: none;
  background: 0;
  width: 100%;
}
.ui-dropdown .width100 {
  width: 100%;
}
.ui-dropdown .cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-dropdown > div {
  display: flex;
}
.ui-dropdown .placeholder {
  display: flex;
  align-items: center;
  color: #162a47;
  font-size: 14px;
}
.ui-dropdown .hidden {
  opacity: 0;
  width: 0px;
}
.ui-dropdown .icon1 {
  color: #f37021;
  margin-left: auto;
}
.ui-dropdown .ui-select {
  display: flex;
  width: 100%;
  padding: 0.375em 0.75em;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  font-size: 14px;
  color: #162a47;
}
.ui-dropdown .ui-select.transformer {
  border: none;
  background-color: #1b283f;
  cursor: default;
  line-height: 1.5;
}
.ui-dropdown .ui-select.transformer .icon1 {
  color: transparent;
}
.ui-dropdown .ui-options {
  display: none;
  font-size: 14px;
  color: #162a47;
}
.ui-dropdown .ui-options .ms {
  top: 0.7rem;
}
.ui-dropdown .ui-options.active {
  display: block;
  position: absolute;
  z-index: 1000;
  min-width: 100%;
  top: 2em;
}

@uieventcalendargridtemplatecolumns :repeat (auto-fit, minmax(0, 1fr));
.ui-event-calendar[data-v-6dab4ce6] {
  background-color: #f8f8f8;
  padding: 2px;
}
.ui-event-calendar .ec-header[data-v-6dab4ce6],
.ui-event-calendar .ec-body[data-v-6dab4ce6] {
  display: grid;
  grid-gap: 2px;
}
.ui-event-calendar .ec-header[data-v-6dab4ce6] {
  text-align: center;
}
.ui-event-calendar .ec-header .ec-header-item[data-v-6dab4ce6] {
  background-color: white;
  grid-row: 1;
  height: 31px;
  border-bottom: 2px #f8f8f8 solid;
  min-width: 50px;
}
.ui-event-calendar .ec-header .ec-header-item .weekday[data-v-6dab4ce6] {
  color: #f37021;
  font-weight: bold;
}
.ui-event-calendar .ec-body[data-v-6dab4ce6] {
  grid-template-columns: repeat(7, 1fr);
  text-align: left;
}
.ui-event-calendar .ec-body .ec-body-item[data-v-6dab4ce6] {
  background-color: white;
  color: #f37021;
  min-width: 50px;
}
.ui-event-calendar .ec-body .ec-body-item.non-active[data-v-6dab4ce6] {
  color: gray;
}

.control-input[data-v-c52d6aec] {
  font-size: inherit;
  position: relative;
}
.control-input[data-v-c52d6aec]:focus {
  outline: none !important;
  background-color: #ffffff;
  cursor: pointer;
}
.control-input[data-v-c52d6aec]:focus:not(.has-error) {
  border: 1px solid #f37021;
}
.control-input .form-control[data-v-c52d6aec] {
  display: block;
  width: 100%;
  height: 2em;
  padding: 0.375em 0.75em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #e1e6e8;
}
.control-input label[data-v-c52d6aec] {
  display: block;
  color: #b8c3e0;
  margin-bottom: 10px;
  font-size: 13px;
}
.control-input .error-msg[data-v-c52d6aec] {
  color: #e18fa2;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
  text-align: left;
}
.control-input .error-msg .hidden[data-v-c52d6aec] {
  visibility: hidden;
}
.control-input .error-msg .hid[data-v-c52d6aec] {
  display: none;
}
.control-input .icon[data-v-c52d6aec] {
  color: #cbcfd0;
  position: absolute;
  left: 12px;
  top: 8px;
  font-family: TirScript;
  cursor: pointer;
}
.control-input .right[data-v-c52d6aec] {
  top: 10px;
  font-family: TirScript;
  position: absolute;
  right: 12px;
  cursor: pointer;
}
.control-input input[data-v-c52d6aec] {
  font-family: "ProximaNova", sans-serif;
  font-size: 14px;
  border: 1px solid #e1e6e8;
  padding: 0 10px;
  color: #162a47;
  outline: none !important;
  box-shadow: none;
}
.control-input input.transformer[data-v-c52d6aec] {
  border: none;
  background-color: #293b5a;
  cursor: pointer;
}
.control-input input[data-v-c52d6aec]::placeholder {
  color: #aab5d1;
  font-size: 1em;
}
.control-input input.has-icon[data-v-c52d6aec] {
  padding-left: 35px;
}
.control-input input.has-icon[data-v-c52d6aec] {
  padding-right: 35px;
}
.control-input input[data-v-c52d6aec]:focus {
  background-color: #ffffff;
  border: 1px solid #f37021;
  cursor: pointer;
}
.control-input input.has-error[data-v-c52d6aec] {
  border-color: #e18fa2;
}
.control-input input.noBorder[data-v-c52d6aec],
.control-input input.noBorder[data-v-c52d6aec]:focus {
  border: none;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 1s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.ui-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: -15px;
  background-color: #fff;
  z-index: 9999;
  opacity: 0.2;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading {
  /* size */
  width: 60px;
  height: 60px;
  background-size: cover;
  background: url("/assets/img/giphy.gif") no-repeat center center;
}

.modal {
  width: auto;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  height: 24px;
  position: absolute;
  margin-left: 1px;
  margin-top: 1px;
  padding-left: 10px;
  z-index: 1;
}
.modal.show {
  visibility: visible;
  opacity: 1;
}
.modal .block {
  border-radius: 5px;
  width: auto;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
}

.progress-bar[data-v-2a21000d] {
  padding-top: 5px;
  width: 100%;
}
.progress-bar .bar[data-v-2a21000d] {
  margin-left: 10px;
  margin: 0;
  margin-bottom: 5px;
}
.progress-bar .bar .caption[data-v-2a21000d] {
  text-align: center;
  color: #fff;
}
.progress-bar .bar .progress-fon[data-v-2a21000d] {
  position: relative;
  background-color: #394e72;
  height: 5px;
}
.progress-bar .bar .progress[data-v-2a21000d] {
  background-color: red;
  height: 5px;
  position: absolute;
  z-index: 2;
}

.scroll-up[data-v-341b125e] {
  z-index: 100;
  height: 100vh;
  position: fixed;
  cursor: pointer;
}
.scroll-up .left-wrapper[data-v-341b125e] {
  height: 100%;
}
.scroll-up .left-wrapper:hover .scroll-left[data-v-341b125e] {
  opacity: 0.85;
}
.scroll-up .left-wrapper .scroll-left[data-v-341b125e] {
  opacity: 0.5;
  background-color: #dbdbdb;
  padding-top: 30px;
  height: 100%;
  max-width: 150px;
}
.scroll-up .left-wrapper .scroll-left .inner[data-v-341b125e] {
  margin-left: 20px;
  display: flex;
}
.scroll-up .left-wrapper .scroll-left .inner span[data-v-341b125e] {
  line-height: 25px;
}
.scroll-up .left-wrapper .scroll-left .arrow[data-v-341b125e] {
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  top: -3px;
  opacity: inherit;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.scroll-up.reverse[data-v-341b125e] {
  margin-top: 50px;
}
.scroll-up.reverse .scroll-left[data-v-341b125e] {
  background-color: transparent;
  padding-top: 20px;
}
.scroll-up.reverse .scroll-left .arrow[data-v-341b125e] {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
@media (max-width: 800px) {
.scroll-up[data-v-341b125e] {
    display: none;
}
}
.scroll[data-v-341b125e] {
  overflow: hidden;
  position: relative;
  height: 100%;
  max-height: 100%;
}
.scroll .scroll-content[data-v-341b125e] {
  position: absolute;
  max-height: 100%;
  left: 0;
  overflow-y: scroll;
  height: 100%;
  overflow-x: hidden;
}
.scroll .scroll-bar[data-v-341b125e] {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
.scroll .scroll-bar .scroll-rail[data-v-341b125e] {
  height: 100%;
  width: 2px;
  background-color: #e7e7e7;
  margin: 0 auto;
  opacity: 1;
}
.scroll .scroll-bar .slider[data-v-341b125e] {
  background-color: #f37021;
  position: absolute;
  height: 200px;
  border-radius: calc(6px / 2);
  opacity: 1;
  transition: background-color 0.1s linear;
  cursor: pointer;
}
.scroll .scroll-bar .slider[data-v-341b125e]:hover,
.scroll .scroll-bar .slider[data-v-341b125e]:active {
  background-color: #f37021;
}
.scroll .scroll-bar-x[data-v-341b125e] {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.scroll .scroll-bar-x .scroll-rail-x[data-v-341b125e] {
  width: 100%;
  height: 2px;
  background-color: #e7e7e7;
  margin: auto 0;
  opacity: 1;
}
.scroll .scroll-bar-x .slider-x[data-v-341b125e] {
  background-color: #f37021;
  position: absolute;
  height: 6px;
  border-radius: calc(6px / 2);
  opacity: 1;
  transition: background-color 0.1s linear;
  cursor: pointer;
}
.scroll .scroll-bar-x .slider-x[data-v-341b125e]:hover,
.scroll .scroll-bar-x .slider-x[data-v-341b125e]:active {
  background-color: #f37021;
}
.scroll .slide .slider[data-v-341b125e] {
  transition: opacity 0.4s linear;
}
.scroll .slide .scroll-rail[data-v-341b125e] {
  transition: opacity 0.4s linear;
}
.scroll .slide .slider-x[data-v-341b125e] {
  transition: opacity 0.4s linear;
}
.scroll .slide .scroll-rail-x[data-v-341b125e] {
  transition: opacity 0.4s linear;
}
.scroll .scroll-bar:hover .slider[data-v-341b125e] {
  transition: opacity 0.4s linear;
  opacity: 1;
}
.scroll .scroll-bar-x:hover .slider-x[data-v-341b125e] {
  transition: opacity 0.4s linear;
  opacity: 1;
}
.standart .scroll-bar[data-v-341b125e] {
  width: 6px;
}
.standart .scroll-bar .slider[data-v-341b125e] {
  width: 6px;
}
.standart .scroll-bar-x[data-v-341b125e] {
  height: 6px;
}
.standart .scroll-bar-x .slider-x[data-v-341b125e] {
  height: 6px;
}
.small .scroll-bar[data-v-341b125e] {
  width: 4px;
}
.small .scroll-bar .slider[data-v-341b125e] {
  width: 4px;
}
.small .scroll-bar-x[data-v-341b125e] {
  height: 4px;
}
.small .scroll-bar-x .slider-x[data-v-341b125e] {
  height: 4px;
}
.invis .scroll-bar[data-v-341b125e] {
  opacity: 0;
}
.invis .scroll-bar-x[data-v-341b125e] {
  opacity: 0;
}

.blok[data-v-76c11d1c] {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.text[data-v-76c11d1c] {
  margin-right: 10px;
}
.ui-pagination a[data-v-76c11d1c],
.ui-pagination span[data-v-76c11d1c] {
  display: inline-block;
  font-size: 16px;
  background: #1b283f;
  vertical-align: middle;
  text-align: center;
  width: 35px;
  padding: 10px;
  line-height: 15px;
  color: white;
}
.ui-pagination span[data-v-76c11d1c] {
  font-size: 12px;
}
.ui-pagination a[data-v-76c11d1c] {
  cursor: pointer;
  margin: 0 4px 0 0;
  background: #21324f;
}
.ui-pagination a[data-v-76c11d1c]:last-child {
  margin: 0;
}
.ui-pagination a.disabled[data-v-76c11d1c],
.ui-pagination span[data-v-76c11d1c] {
  cursor: default;
  color: #274672;
}

.ui-table-body-item[data-v-225c8f6b] {
  display: flex;
}
.sele[data-v-225c8f6b] {
  background: lightblue;
}
.ui-table .ui-table-body-item[data-v-225c8f6b] {
  background-color: #F0F0F0;
}

.cursor-pointer {
  cursor: pointer;
}
.asc {
  border: 3px solid transparent;
  border-bottom: 7px solid lightblue;
}
.desc {
  border: 3px solid transparent;
  border-top: 7px solid lightblue;
}

.ui-table.w-100 {
  width: 100%;
}
.ui-table > div,
.ui-table .ui-table-sort {
  display: grid;
}
.ui-table .ui-table-header-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 18px;
  color: white;
  font-size: 14px;
  height: 40px;
  background-color: #152032;
  padding-right: 10px;
}
.ui-table .ui-table-body-item {
  display: flex;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #1b283f;
  color: #99a4c0;
  font-size: 14px;
  min-height: 40px;
}

.ui-tab-item[data-v-4c7721ce] {
  padding-bottom: 1em;
}

.ui-tabs[data-v-83fd75cc] {
  display: block;
  background-color: #fff;
}
.ui-tabs .header[data-v-83fd75cc] {
  display: flex;
}
.ui-tabs .header.right[data-v-83fd75cc] {
  justify-content: flex-end;
}
.ui-tabs .header-item[data-v-83fd75cc] {
  padding: 4px;
  cursor: pointer;
  text-align: center;
  bottom: -2px;
  position: relative;
  color: #7a7878;
  font-size: 15px;
}
.ui-tabs .isActive[data-v-83fd75cc] {
  font-weight: bold;
  text-align: center;
  color: #162a47;
}
.ui-tabs .isActive.gaphOn[data-v-83fd75cc] {
  border-bottom: 2px solid #f37021;
}
.ui-tabs .isDisabled[data-v-83fd75cc] {
  color: gray;
}

.ui-tags-item .default[data-v-45f1180a] {
  cursor: pointer;
  padding: 5px 10px;
  background-color: #203250;
  margin: 0 5px 0 0;
}

.ui-tags-simple-list[data-v-89f0dbb6] {
  display: flex;
  flex-wrap: wrap;
}

.ui-tags[data-v-6770fa3e] {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}

@font-face {
  font-family: '3dprint';
  src:  url(/fonts/3dprint.d73e4c486ad53883dfe899be7c53c055.eot);
  src:  url(/fonts/3dprint.d73e4c486ad53883dfe899be7c53c055.eot#iefix) format('embedded-opentype'),
    url(/fonts/3dprint.0a8ed9bc5d9a7624a50ea7382d5ba12b.ttf) format('truetype'),
    url(/fonts/3dprint.9a83a45a9cb7e156abf7975bf34e0a1c.woff) format('woff'),
    url(/images/3dprint.d3974a8e2e12943a879e8a875463dc63.svg#3dprint) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="texteditor-icon-"], [class*=" texteditor-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: '3dprint' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.texteditor-icon-h:before {
  content: "\e90c";
}
.texteditor-icon-arrowdown:before {
  content: "\e900";
}
.texteditor-icon-arrowup:before {
  content: "\e901";
}
.texteditor-icon-calculator:before {
  content: "\e902";
}
.texteditor-icon-calendar:before {
  content: "\e903";
}
.texteditor-icon-close:before {
  content: "\e904";
}
.texteditor-icon-facebook:before {
  content: "\e905";
}
.texteditor-icon-google:before {
  content: "\e906";
}
.texteditor-icon-instagram:before {
  content: "\e907";
}
.texteditor-icon-tiktok:before {
  content: "\e90b";
}
.texteditor-icon-youtube:before {
  content: "\e90c";
}
.texteditor-icon-threads:before {
  content: "\e90d";
}
.texteditor-icon-star:before {
  content: "\e908";
}
.texteditor-icon-startwo:before {
  content: "\e909";
}
.texteditor-icon-tick:before {
  content: "\e90a";
}
.texteditor-icon-vk:before {
  content: "\e90b";
}
.texteditor-icon-image:before {
  content: "\e90d";
}
.texteditor-icon-enlarge:before {
  content: "\e989";
}
.texteditor-icon-shrink:before {
  content: "\e98a";
}
.texteditor-icon-paragraph-left:before {
  content: "\ea77";
}
.texteditor-icon-paragraph-center:before {
  content: "\ea78";
}
.texteditor-icon-paragraph-right:before {
  content: "\ea79";
}
.texteditor-icon-paragraph-justify:before {
  content: "\ea7a";
}
.texteditor-icon-indent-increase:before {
  content: "\ea7b";
}
.texteditor-icon-indent-decrease:before {
  content: "\ea7c";
}
.texteditor-icon-undo:before {
  content: "\e965";
}
.texteditor-icon-redo:before {
  content: "\e966";
}
.texteditor-icon-bold:before {
  content: "\ea62";
}
.texteditor-icon-underline:before {
  content: "\ea63";
}
.texteditor-icon-italic:before {
  content: "\ea64";
}
.texteditor-icon-strikethrough:before {
  content: "\ea65";
}

.ui-text-editor[data-v-61e926da] {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ui-text-editor .toolbar[data-v-61e926da] {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
}
.ui-text-editor .toolbar .right button[data-v-61e926da] {
  position: relative;
  top: 3px;
}
.ui-text-editor .placeholder[data-v-61e926da] {
  position: absolute;
  left: 13px;
  top: 11px;
  color: #828282;
  right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: text;
}
.ui-text-editor .placeholder span[data-v-61e926da] {
  position: absolute;
}
.ui-text-editor .text[data-v-61e926da] {
  margin-top: 5px;
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}
.ui-text-editor .text .scroll[data-v-61e926da] {
  flex-grow: 1;
}
.ui-text-editor .placeholder[data-v-61e926da] {
  left: 6px;
  top: 21px;
}
.ui-text-editor #editor[data-v-61e926da] {
  width: 100%;
  outline: none;
  font-size: 16px;
  font-family: FreeSetLightC;
  resize: none;
  padding: 10px 20px;
  display: inline-block;
  background: #293b5a;
  border: 1px solid #394e72;
  font-family: "ProximaNova", sans-serif;
}
.ui-text-editor button[data-v-61e926da] {
  border: 1px solid transparent;
  background-color: transparent;
  padding: 10px;
  width: 38px;
  display: inline-block;
  text-align: center;
  color: #99a4c0;
}
.ui-text-editor button[data-v-61e926da]:hover {
  border: 1px solid #394e72;
  background-color: #293b5a;
}
.ui-text-editor .H[data-v-61e926da] {
  font-size: 17px;
}
.ui-text-editor.full-screen[data-v-61e926da] {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 20px 10px;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
.ui-text-editor.full-screen #editor[data-v-61e926da] {
  resize: none;
  overflow: auto;
  flex-grow: 1;
}

.ui-textarea[data-v-6f56ae98] {
  display: grid;
  background-color: white;
}
.ui-textarea label[data-v-6f56ae98] {
  text-align: left;
  display: block;
  color: #7a7878;
  margin-bottom: 10px;
  font-size: 13px;
}
.ui-textarea textarea[data-v-6f56ae98] {
  border: 1px solid #e1e6e8;
  padding: 10px;
  color: #162a47;
  font-size: 14px;
  font-family: "ProximaNova", sans-serif;
}
.ui-textarea textarea[data-v-6f56ae98]::placeholder {
  color: #aab5d1;
}
.ui-textarea textarea[data-v-6f56ae98]:focus {
  background-color: white;
  outline: none !important;
  border: 1px solid #f37021;
}
.ui-textarea textarea.has-error[data-v-6f56ae98] {
  border-color: #e18fa2;
  font-size: 13px;
}
.ui-textarea .error[data-v-6f56ae98] {
  color: #e18fa2;
  font-size: 13px;
}

.ui-toolbar-item-change-ico[data-v-13f2cec6] {
  display: flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-items: center;
  cursor: pointer;
}
.ui-toolbar-item-change-ico > span[data-v-13f2cec6] {
  color: #b8c3e0;
}

.ui-toolbar-item {
  display: flex;
  align-self: center;
  cursor: pointer;
}
.ui-toolbar-item.right {
  margin-left: auto;
}
.ui-toolbar-item > span {
  color: #b8c3e0;
}

.ui-toolbar-separator[data-v-7338695e] {
  display: flex;
  align-self: center;
  justify-items: center;
  background-color: #374e74;
  width: 1px;
  height: 2em;
}

.ui-toolbar {
  height: 3.5em;
  align-items: center;
  font-size: 15px;
  background: #f0f0f0;
  color: #162a47;
  width: 100%;
  margin-bottom: 8px;
}

.ui-tree-element {
  color: #b8c3e0;
  padding-top: 5px;
}
.ui-tree-element .element {
  padding-left: 1em;
  cursor: default;
}
.ui-tree-element .header-element {
  display: flex;
}
.ui-tree-element .header-element > span {
  font-size: 10px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.ui-tree-element .selected {
  color: #007ccb;
}
.ui-tree-element .content {
  border-left: 1px solid #324567;
  padding-left: 15px;
  margin-left: 4px;
}

.ui-tree {
  padding: 20px;
}

.gm-style-iw {
  background: #ffffff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  border-radius: 0 !important;
  width: 240px;
}
::after {
  content: none !important;
}
.map {
  width: 100%;
  height: 212px;
  margin: 0 auto;
}
.info-window {
  display: none;
}
.all {
  padding-bottom: 1rem;
}
.code {
  color: #1791fa;
  font-size: 15px;
  padding-bottom: 5px;
}

.ui-select[data-v-d4c7eaac] {
  position: relative;
  user-select: none;
  cursor: pointer;
  outline: none;
}
.ui-select:focus .current[data-v-d4c7eaac] {
  border: 1px #e8e8e8 solid;
}
.ui-select:focus .current.active[data-v-d4c7eaac] {
  border-width: 1px 1px 0px 1px;
  border-color: #f37021;
  border-bottom: 1px solid #e8e8e8;
}
.ui-select .current[data-v-d4c7eaac] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  height: 100%;
  padding: 7px 10px;
  color: #162a47;
  font-size: 14px;
}
.ui-select .container[data-v-d4c7eaac] {
  color: #162a47;
  display: none;
}
.ui-select .container.active[data-v-d4c7eaac] {
  display: block;
  position: absolute;
  z-index: 1000;
  min-width: calc(100%);
  top: 100%;
  border: 1px #f37021 solid;
  border-width: 0px 1px 1px 1px;
}
.ui-select .container.active .item[data-v-d4c7eaac] {
  padding: 7px 10px;
  background-color: #fff;
  border-top: #263958;
  font-size: 14px;
}
.ui-select .container.active .item.hover[data-v-d4c7eaac],
.ui-select .container.active .item[data-v-d4c7eaac]:hover {
  background-color: #f0f0f0;
}
.ui-select .container.active .item.active[data-v-d4c7eaac] {
  background-color: #f37021;
  color: white;
}
.ui-select .container.active .item.hover.active[data-v-d4c7eaac],
.ui-select .container.active .item:hover.active[data-v-d4c7eaac] {
  background-color: #fd8e48;
}

.default-menu {
  padding: 0 !important;
  user-select: none;
}
.uc-menu-item {
  color: #6d6b6b;
  padding: 12px 0 12px 20px;
  font-size: 16px;
}
.uc-menu-item .link {
  cursor: pointer;
}
.uc-menu-item .link .icon {
  font-family: smteam;
  margin-right: 8px;
}
.uc-menu-item .uc-menu-sub {
  display: none;
}
.uc-menu-item.select {
  background-color: #ececec;
  color: #f37021;
  border-right: 3px #f37021 solid;
}
.uc-menu-item.select .uc-menu-sub {
  display: block;
  border-left: 1px #c9c9c9 solid;
  margin: 14px 0 14px 8px;
}
.uc-menu-item.select .uc-menu-sub .uc-menu-item {
  font-size: 14px;
  padding: 0px 10px 0px 0px;
  border: none;
  padding-bottom: 8px;
}
.uc-menu-item.select .uc-menu-sub .uc-menu-item:last-child {
  padding-bottom: 0px;
}
.smole-activation-account {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f37021;
  color: white;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.smole-activation-account:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}
.icon-social::before {
  content: url(/images/icon-social.72fdcfea7f56c34a7aec632215f287c0.svg);
}
.menu-item:hover .icon-social::before,
.menu-item.menu-item-active .icon-social::before {
  content: url(/images/icon-social-hover.cafc8bc7cb4109a7e0ae1bca36bb1e9b.svg);
}

.default-title[data-v-7bc13d60] {
  color: white;
  padding-left: 30px;
  font-size: 18px;
  font-weight: bold;
}

.default-title[data-v-0b18386b] {
  color: white;
  padding-left: 30px;
  font-size: 18px;
  font-weight: bold;
}

.uc-header-icon-menu {
  font-size: 24px;
  color: #162a47;
}
.uc-header-icon-menu.active-icon-menu {
  color: #f37021;
}

.uc-header-icon-panel {
  font-size: 2rem;
}

.uc-header-logo[data-v-367c845e] {
  background-image: url("/assets/img/logotip-small.png");
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: center center;
  background-size: 70%;
  width: 100%;
  height: 70px;
}
@media (min-width: 1200px) {
.uc-header-logo.xl[data-v-367c845e] {
    background-image: url("/assets/img/logotip.svg");
    width: 271px;
}
}

.uc-header-title-default[data-v-70629012] {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  height: 90px;
  justify-content: space-between;
}

.uc-notifications[data-v-d4c6a97e] {
  padding: 10px;
  margin: -10px;
}
.uc-notifications:hover .notifications[data-v-d4c6a97e] {
  background: #f37021;
  color: white;
}
.uc-notifications .notifications[data-v-d4c6a97e] {
  background: #f6f9fa;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #162a47;
  position: relative;
  font-size: 19px;
  cursor: pointer;
}
.uc-notifications .notifications[data-v-d4c6a97e]:hover {
  background: #f37021;
  color: white;
}
.uc-notifications .notifications.active-notification[data-v-d4c6a97e] {
  background: #f37021;
  color: white;
}
.uc-notifications .number[data-v-d4c6a97e] {
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 50%;
  background: #56a9ef;
  color: #f6e7dd;
  min-width: 20px;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  padding: 2px;
}
.uc-notifications .popup-notifications-menu[data-v-d4c6a97e] {
  z-index: 100;
  min-width: 300px;
  max-width: 362px;
  width: auto;
}
.uc-notifications .popup-notifications-menu .menu-task-block .notification-task[data-v-d4c6a97e] {
  user-select: none;
}
.uc-notifications .popup-notifications-menu .menu-task-block .notification-task .task-menu[data-v-d4c6a97e] {
  font-size: 13px;
  min-height: 48px;
  cursor: pointer;
}
.uc-notifications .popup-notifications-menu .menu-task-block .notification-task .task-menu .menu[data-v-d4c6a97e] {
  height: 100%;
}
.uc-notifications .popup-notifications-menu .menu-task-block .notification-task .task-menu .menu .provider[data-v-d4c6a97e] {
  color: #7a7878;
}
.uc-notifications .popup-notifications-menu .menu-task-block .notification-task .task-menu .menu .provider .name[data-v-d4c6a97e] {
  color: #162a47;
  font-weight: bold;
}
.uc-notifications .popup-notifications-menu .menu-task-block .notification-task .task-menu .menu .name-task[data-v-d4c6a97e] {
  color: #f37021;
}
.uc-notifications .popup-notifications-menu .menu-task-block .notification-task[data-v-d4c6a97e]:hover {
  background: #f7f7f7;
}
.uc-notifications .popup-notifications-menu .notification-wrapper[data-v-d4c6a97e] {
  width: auto;
}
.uc-notifications .no-items[data-v-d4c6a97e] {
  width: fit-content;
  color: #7a7878;
  font-size: 14px;
  text-align: center;
}
.uc-notifications .notification_profile .feedback_publish_row[data-v-d4c6a97e] {
  cursor: pointer;
  padding: 10px 14px;
  border-top: 1px solid #e7e8ec;
}
.uc-notifications .notification_profile .feedback_publish_row .feedback_publish_row_description[data-v-d4c6a97e] {
  font-size: 13px;
  color: #7a7878;
  line-height: 17px;
}
.uc-notifications .notification_profile .feedback_publish_row .feedback_publish_row_description .user_profile_name[data-v-d4c6a97e] {
  color: #162a47;
  font-weight: 500;
}
.uc-notifications .notification_profile .feedback_publish_row .feedback_publish_row_description .decription_profile[data-v-d4c6a97e] {
  color: #f37021;
}
.uc-notifications .notification_profile .feedback_publish_row .feedback_publish_row_description .date_crate_notofocation[data-v-d4c6a97e] {
  font-size: 12px;
  margin-top: 5px;
  color: #a8a8a8d9;
}
.uc-notifications .notification_profile .feedback_publish_row .social_network_logo_none[data-v-d4c6a97e] {
  font-size: 20px;
  width: 40px;
  height: 40px;
  color: white;
  border-radius: 50%;
  background: #f37021;
  text-align: center;
}
.uc-notifications .notification_profile .feedback_publish_row[data-v-d4c6a97e]:hover {
  background: #f7f7f7;
}

.uc-page-header[data-v-7294c7c7] {
  height: 74px;
  margin-left: -40px;
  justify-content: space-between;
}
.uc-page-header .image[data-v-7294c7c7] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url("/assets/img/nophoto.svg");
  background-size: cover;
}
.uc-page-header .crumb[data-v-7294c7c7] {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #354660;
  font-size: 18px;
  padding-bottom: 17px;
  margin-bottom: -17px;
  cursor: pointer;
}
.uc-page-header .crumb[data-v-7294c7c7]:hover {
  color: #f37021;
}
.uc-page-header .down-arrow[data-v-7294c7c7] {
  background-image: url("/assets/img/down-arrow.png");
  background-repeat: no-repeat;
  width: 13px;
  height: 9px;
  margin-top: 7px;
  cursor: pointer;
}
.uc-page-header .pro[data-v-7294c7c7] {
  text-align: center;
}
.uc-page-header .icon[data-v-7294c7c7] {
  background: #1b283f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3e71bb;
  font-size: 19px;
}
.uc-page-header .popup-notifications-menu[data-v-7294c7c7] {
  z-index: 100;
}
.uc-page-header .popup-notifications-menu .menu-task-block[data-v-7294c7c7] {
  user-select: none;
}
.uc-page-header .popup-notifications-menu .menu-task-block .task-add-project[data-v-7294c7c7] {
  padding: 11px 27px;
}
.uc-page-header .popup-notifications-menu .menu-task-block .task-menu[data-v-7294c7c7] {
  padding: 0px 27px;
  font-size: 15px;
  width: auto;
  height: 55px;
  cursor: pointer;
}
.uc-page-header .popup-notifications-menu .menu-task-block .task-menu .block-task[data-v-7294c7c7] {
  border-top: 1px solid #f0f0f0;
  height: 100%;
}
.uc-page-header .popup-notifications-menu .menu-task-block .task-menu .block-task .name-project[data-v-7294c7c7] {
  color: #162a47;
  font-weight: bold;
}
.uc-page-header .popup-notifications-menu .menu-task-block .task-menu .block-task .task[data-v-7294c7c7] {
  color: #7a7878;
}
.uc-page-header .popup-notifications-menu .menu-task-block .task-menu .block-task .task .count-task[data-v-7294c7c7] {
  color: #f37021;
}
.uc-page-header .popup-notifications-menu .menu-task-block .task-menu[data-v-7294c7c7]:hover {
  background: #f7f7f7;
}
.uc-page-header .select-component[data-v-7294c7c7] {
  margin-bottom: 28px;
}
.uc-page-header .select-component .label-select[data-v-7294c7c7] {
  font-size: 14px;
  margin: 12px 0 10px;
  color: #7a7878;
}
.uc-page-header .header-modal[data-v-7294c7c7] {
  font-size: 17px;
  color: #162a47;
  align-self: center;
  margin: 0 20px;
  border-bottom: 2px solid #f0f0f0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.uc-page-header .modal-icon[data-v-7294c7c7] {
  font-size: 12px;
  cursor: pointer;
}
.uc-page-header .bold[data-v-7294c7c7] {
  font-weight: bold;
}
.uc-page-header .notification[data-v-7294c7c7] {
  min-width: 250px;
}
.uc-page-header .block-crumb[data-v-7294c7c7] {
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.uc-page-header .block-crumb:hover .crumb[data-v-7294c7c7] {
  color: #f37021;
}
@media (max-width: 756px) {
.crumb[data-v-7294c7c7] {
    font-size: 14px !important;
}
}
@media (min-width: 576px) {
.crumb[data-v-7294c7c7] {
    white-space: nowrap;
}
}

.chatra--webkit {
  z-index: 1 !important;
}
.profile-block {
  margin-top: 0.7rem !important;
}
.profile-block a {
  text-decoration: none;
}
.profile-block .name {
  color: #bac6da;
  font-size: 15px;
}
.profile-block .logout {
  color: #4b576a;
  cursor: pointer;
  font-size: 15px;
  font-family: ProximaNova;
  margin-right: 60px;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.profile-block .logout:hover {
  color: #f37021;
}
.profile-block .avatar {
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 3rem;
  height: 3rem;
}
.profile-block .popup-windows-menu {
  z-index: 100;
  margin-top: 15px;
  margin-left: -33px;
}
.profile-block .menu-item {
  padding: 11px 27px;
  user-select: none;
}
.profile-block .menu-item .list-menu {
  height: 29px;
  width: 175px;
  font-size: 15px;
  cursor: pointer;
  color: #7a7878;
}
.profile-block .menu-item .list-menu:hover {
  color: #f37021;
}
.profile-block .menu-item .border-b {
  border-bottom: 1px solid #f0f0f0;
}
.profile-block .avatar-logout:hover .logout {
  color: #f37021;
}
.name-tariff {
  font-size: 15px;
  color: #162a47;
  font-weight: bold;
}
.icon-crown {
  color: #f37021;
}
.tarif-date-end {
  font-size: 15px;
  color: #7a7878;
}
.user-info {
  color: #4b576a;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.down-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #4b576a;
}
.menu-item {
  z-index: 5;
  padding: 11px 27px;
  user-select: none;
}
.menu-item .list-menu {
  height: 29px;
  width: 175px;
  font-size: 15px;
  cursor: pointer;
  color: #7a7878;
}
.menu-item .list-menu:hover {
  color: #f37021;
}
.menu-item .border-b {
  border-bottom: 1px solid #f0f0f0;
}
.block-info-menu {
  position: relative;
}
.block-info-menu:hover .user-info {
  color: #f37021;
}
.block-info-menu:hover .down-icon {
  color: #f37021;
}
@media (max-width: 991px) {
.block-info-menu {
    padding: 15px 15px 0 25px;
}
}

.i-header {
  background-color: #ffffff;
  border-bottom: none;
  border-bottom: 1px #f37021 solid;
  height: 74px;
  user-select: none;
}
.i-header .logo {
  height: 100%;
}
.i-header .logo .icon-menu {
  cursor: pointer;
}
.i-header .logo .icon-arrowleft {
  cursor: pointer;
}
.i-header li {
  list-style-type: none;
  /* Убираем маркеры */
  padding-right: 10px;
}
.i-header ul {
  display: inline-flex;
}
.i-header .bt-next {
  width: 100px;
  height: 30px;
  background-color: #f0f0f0;
  cursor: pointer;
  font-size: 15px;
  color: #f37021;
  text-align: center;
  line-height: 28px;
  font-family: ProximaNova;
}
.i-header .bt-next:hover {
  background: #f37021;
  color: white;
}
.i-header .header-date-pro {
  color: #7a7878;
  font-size: 15px;
}
.i-header .img {
  background-image: url("/assets/img/crown.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 10px;
  margin-left: 28px;
  margin-top: 10px;
}
.i-header .icon {
  border-right: 1px #eaf1f3 solid;
  margin-bottom: 1px;
}
.i-header .name-tariff {
  font-size: 15px;
  color: #162a47;
  font-weight: bold;
}
.i-header .icon-crown {
  color: #f37021;
}
.i-header .tarif-date-end {
  font-size: 15px;
  color: #7a7878;
}
.i-header .profile-block-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
}

.l-navigation[data-v-4cf4cd6f] {
  position: fixed;
  z-index: 1000;
  width: 360px;
  border-left: 1px solid #374e74;
  top: 0;
  right: 0;
  bottom: 0;
  background: #293b5a;
  box-shadow: 0 0 30px #101825;
  /* Параметры тени */
}
.l-navigation .panel[data-v-4cf4cd6f] {
  grid-area: panel;
  display: flex;
  padding: 10px;
}
.l-navigation .main[data-v-4cf4cd6f] {
  border-top: 1px solid #374e74;
}
.l-navigation .header[data-v-4cf4cd6f] {
  background-color: #293b5a;
  grid-area: header;
  height: 90px;
  padding: 0 10px 0 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #374e74;
  color: white;
  font-size: 19px;
  cursor: pointer;
}
.l-navigation .header span[data-v-4cf4cd6f] {
  font-size: 20px;
  cursor: pointer;
  padding-right: 30px;
  color: #b8c3e0;
}

.layout {
  font-family: "ProximaNova";
  display: grid;
  min-height: 100vh;
  grid-template-rows: 74px auto;
  z-index: 1;
  position: relative;
  color: #99a4c0;
}
.layout.hidden {
  overflow: hidden !important;
}
.layout .chatra .l-menu {
  background-color: #293b5a;
  z-index: 1;
  max-width: 300px;
  width: 300px;
}
.layout .left-bar {
  background-color: #fff;
  min-width: 300px;
  max-width: 300px;
  transition: min-width 0.3s ease, max-width 0.3s ease;
  transition: all 0.6s ease-in-out;
}
.layout .left-bar.small-menu {
  min-width: 90px;
  max-width: 90px;
  transition: min-width 0.3s ease, max-width 0.3s ease;
}
.layout .left-bar.menu-none {
  margin-left: -300px;
  display: none;
}
@media screen and (max-width: 992px) {
.layout .l-menu,
  .layout .left-bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    right: 0;
}
.layout .l-menu .inner-left-bar-scroll,
  .layout .left-bar .inner-left-bar-scroll {
    overflow: hidden;
    overflow-y: scroll;
}
.layout .l-menu .inner-left-bar-scroll::-webkit-scrollbar,
  .layout .left-bar .inner-left-bar-scroll::-webkit-scrollbar {
    width: 0px;
}
.layout .l-menu .inner-left-bar-scroll .container-fluid,
  .layout .left-bar .inner-left-bar-scroll .container-fluid {
    margin-left: 0;
    margin-right: 0;
}
.layout .enable {
    display: none;
}
.layout .left-bar-animation {
    display: none;
}
}
@media screen and (max-width: 992px) and (max-height: 992px) {
.layout .l-menu .inner-left-bar-scroll,
  .layout .left-bar .inner-left-bar-scroll {
    height: calc(100vh - 74px);
}
}
.layout .icon-down {
  cursor: pointer;
  font-size: 12px;
  padding-top: 2px;
}
.layout .main-content {
  grid-area: content;
  z-index: 1;
  background-color: #f0f0f0;
  position: relative;
}
.layout .main-content .content {
  padding: 30px 50px;
  background-color: #21324f;
}
.layout .main-content.hidden {
  overflow: hidden !important;
}
.layout .slide-fade-enter-active {
  transition: all 0.2s ease;
}
.layout .slide-fade-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.layout .slide-fade-enter,
.layout .slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}
.layout .main-color {
  background-color: #f37021;
  color: #fff;
}
.layout .orange-color {
  color: #f37021;
}
.layout {
  min-height: calc(100vh - 72px) !important;
  margin-top: 72px !important;
}
.layout .smm-scrollbar-control {
  max-height: 100% !important;
}
.layout .container-fluid {
  background-color: #f0f0f0;
  min-height: calc(100vh - 72px) !important;
  height: max-content;
}
.layout .left-bar .ps__rail-y {
  height: max-content !important;
}
.layout .left-bar .smm-scroll-project-menu {
  position: fixed;
  height: auto;
  max-height: 100% !important;
}
.layout .left-bar .container-fluid {
  background-color: white !important;
  width: 300px;
  padding-bottom: 200px;
  transition: width 0.3s ease, padding 0.6s ease;
}
.layout .left-bar .scroll-indicator {
  transition: width 0.3s ease;
}
.layout .left-bar .menu-item {
  border-bottom: 1px solid white;
}
.layout .left-bar .menu-submenu {
  background-color: white !important;
}
.layout .left-bar .button-backwards {
  background-color: white !important;
  margin: 0 !important;
  width: 300px;
  transition: width 0.3s ease;
  height: 50px !important;
  border-bottom: 1px solid #f0f0f0;
}
.layout .left-bar .button-backwards:hover {
  background-color: #ececec !important;
  border-bottom: 1px solid white;
}
.layout .left-bar .button-backwards .iconback {
  padding: 0px 22px !important;
}
.layout .left-bar .button-backwards .back-go {
  text-align: left;
  padding-left: 1.5rem;
}
.layout .left-bar.small-menu .smm-user-adding-menu-block {
  display: none !important;
}
.layout .left-bar.small-menu .scroll-indicator {
  width: 90px !important;
  transition: width 0.3s ease;
}
.layout .left-bar.small-menu .container-fluid {
  width: 90px;
  padding-bottom: 100px !important;
  transition: width 0.3s ease;
}
.layout .left-bar.small-menu .project-menu:has(.small-menu),
.layout .left-bar.small-menu .default-menu:has(.small-menu) {
  width: 90px;
  transition: width 0.3s ease;
  padding-bottom: 50px;
}
.layout .left-bar.small-menu .project-menu:has(.small-menu) .button-backwards,
.layout .left-bar.small-menu .default-menu:has(.small-menu) .button-backwards {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  height: max-content;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid white;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: #ececec !important;
}
.layout .left-bar.small-menu .project-menu:has(.small-menu) .button-backwards:hover,
.layout .left-bar.small-menu .default-menu:has(.small-menu) .button-backwards:hover {
  background-color: transparent !important;
  border-bottom: 1px solid #f0f0f0;
}
.layout .left-bar.small-menu .project-menu:has(.small-menu) .button-backwards .iconback,
.layout .left-bar.small-menu .default-menu:has(.small-menu) .button-backwards .iconback {
  width: 100%;
  text-align: center;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.layout .left-bar.small-menu .project-menu:has(.small-menu) .button-backwards .back-go,
.layout .left-bar.small-menu .default-menu:has(.small-menu) .button-backwards .back-go {
  display: none !important;
  width: 100%;
  padding-bottom: 0.725rem;
}
.layout .left-bar.small-menu .project-menu:has(.small-menu) .menu .menu-item smm-edit-menu-container,
.layout .left-bar.small-menu .default-menu:has(.small-menu) .menu .menu-item smm-edit-menu-container {
  display: none !important;
}
.layout .left-bar.small-menu .project-menu:has(.small-menu) .menu .menu-item .small-menu,
.layout .left-bar.small-menu .default-menu:has(.small-menu) .menu .menu-item .small-menu {
  padding-left: 0 !important;
  padding-right: 0 !important;
  justify-content: center !important;
  padding-top: 28px !important;
}
.layout .left-bar.small-menu .project-menu:has(.small-menu) .menu .menu-item .small-menu:has(.icon-ai),
.layout .left-bar.small-menu .default-menu:has(.small-menu) .menu .menu-item .small-menu:has(.icon-ai) {
  padding-top: 17px !important;
}
.layout .left-bar.small-menu .project-menu:has(.small-menu) .menu .menu-item .small-menu .icon-ai,
.layout .left-bar.small-menu .default-menu:has(.small-menu) .menu .menu-item .small-menu .icon-ai {
  margin-bottom: -8px;
}
.layout .left-bar.small-menu .project-menu:has(.small-menu) .menu .menu-item .small-menu .icon-ai::before,
.layout .left-bar.small-menu .default-menu:has(.small-menu) .menu .menu-item .small-menu .icon-ai::before {
  scale: 1.5;
}
.layout .left-bar.small-menu .project-menu:has(.small-menu) .menu .menu-item .small-menu .menu-icon,
.layout .left-bar.small-menu .default-menu:has(.small-menu) .menu .menu-item .small-menu .menu-icon {
  justify-content: center !important;
  width: 100% !important;
  font-size: 24px !important;
}
.layout .left-bar.small-menu .project-menu:has(.small-menu) .menu .menu-item .small-menu .menu-text-small-menu,
.layout .left-bar.small-menu .default-menu:has(.small-menu) .menu .menu-item .small-menu .menu-text-small-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  word-wrap: break-word;
  word-break: break-word;
  text-align: center;
  line-height: 1.2;
  padding-top: 16px !important;
  min-height: unset !important;
  justify-content: center;
}
.layout .left-bar.small-menu .project-menu:has(.small-menu) .smm-add-menu-button-block,
.layout .left-bar.small-menu .default-menu:has(.small-menu) .smm-add-menu-button-block {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.layout .left-bar.small-menu .left-bar-animation {
  width: 90px !important;
  transition: width 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-ative-project {
  padding-left: 4px;
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
}
.link-ative-project:hover {
  text-decoration: none;
}
.facebook {
  background: #4267b2;
}
.notification-by-account {
  background: white;
  margin-bottom: 14px;
  padding: 24px;
  font-size: 16px;
  color: #162a47;
}
.notification-by-account.block {
  pointer-events: none;
  cursor: progress;
}
.send-activation-message {
  color: #f37021;
  text-decoration: underline;
  cursor: pointer;
}
.send-activation-message:hover {
  text-decoration: none;
}
.input-search {
  height: 35px;
  font-size: 14px;
  margin-right: 5px;
  width: 100%;
  padding: 15px;
  border: 1px solid #d8d5d5;
}
.input-search:focus {
  border: 1px solid #f37021;
  outline: none !important;
}
.invoice {
  margin: 5px;
  border: 1px dashed #f37021;
  padding: 5px;
  border-radius: 7px;
  font-size: 13px;
  color: #7a7878;
  position: relative;
}
.icon-bell-invoice {
  color: #f37021;
  width: fit-content;
  margin-left: auto;
  position: absolute;
  right: 0;
  margin-right: 10px;
}
.block-btn-invoice {
  text-align: center;
}
.btn-invoice {
  outline: 0 !important;
  background: #f37021;
  color: white;
  border: none;
  padding: 3px 10px;
  margin: 10px auto 6px;
  border-radius: 4px;
  margin-left: auto;
  cursor: pointer;
}
.btn-invoice:hover {
  background: #ef8d52;
}
.btn-invoice:focus {
  border: none !important;
}
.btn-invoice.block {
  cursor: no-drop;
}
.left-bar-animation {
  padding: 10px;
  position: fixed;
  width: 300px;
  bottom: 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  z-index: 1;
  background-color: white;
}
.left-bar-animation.small {
  width: 50px;
}
.left-bar-animation:hover {
  background: #f0f0f0;
}
.icon-twoarrowright,
.icon-twoarrowleft {
  font-size: 28px;
  color: #f37021;
  cursor: pointer;
  text-align: right;
}
/** new version */
.v-application ol,
.v-application ul {
  padding-left: 0;
}
v-application {
  max-width: 100vw;
}
.smm-container {
  display: flex;
  height: 100%;
  position: relative;
}
.smm-container .smm-main-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  z-index: 1;
  background-color: #f0f0f0;
  position: relative;
  padding: 15px !important;
}
.smm-container .smm-main-content.hidden {
  overflow: hidden !important;
}
@media (max-width: 1024px) {
.smm-container .smm-main-content {
    width: 100%;
    padding: 15px;
}
}
@media (min-width: 992px) {
.smm-container .smm-main-content {
    padding: 15px;
}
}
@media (max-width: 575px) {
.smm-container .smm-main-content {
    width: calc(100vw - 30px);
}
}
@keyframes animation-pulse {
0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
}
60% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
}
65% {
    opacity: 1;
}
100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
}
}

.btn-n {
  font-size: 14px;
  color: #162a47;
  height: 100%;
  width: 100%;
  text-align: center;
}
.iconback {
  color: #f37021;
  font-size: 17px;
  width: 17px;
  height: 100%;
  padding: 0px 16px;
}
.button-backwards {
  width: 253px;
  height: 35px;
  background: #f0f0f0;
  margin: auto;
  cursor: pointer;
  margin-top: 19px;
  margin-bottom: 5px;
}
.button-backwards .back-go {
  font-size: 14px;
  color: #162a47;
  height: 100%;
  width: 100%;
  text-align: center;
}
.button-backwards:hover .back-go {
  color: #f37021;
}
.uc-menu-item {
  color: #6d6b6b;
  padding: 12px 0 12px 20px;
  font-size: 16px;
}
.uc-menu-item .link {
  cursor: pointer;
}
.uc-menu-item .link .icon {
  font-family: smteam;
  margin-right: 8px;
}
.uc-menu-item .uc-menu-sub {
  display: none;
}
.uc-menu-item.select {
  background-color: #ececec;
  color: #f37021;
  border-right: 3px #f37021 solid;
}
.uc-menu-item.select .uc-menu-sub {
  display: block;
  border-left: 1px #c9c9c9 solid;
  margin: 14px 0 14px 8px;
}
.uc-menu-item.select .uc-menu-sub .uc-menu-item {
  font-size: 14px;
  padding: 0px 10px 0px 0px;
  border: none;
  padding-bottom: 8px;
}
.uc-menu-item.select .uc-menu-sub .uc-menu-item:last-child {
  padding-bottom: 0px;
}
.project-menu {
  user-select: none;
}
.left-bar-layoute {
  padding: 15px;
  height: auto;
}
.left-bar-layoute .title {
  color: black;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #e1e6e8;
  padding-bottom: 5px;
}
.left-bar-layoute .body .item-menu {
  display: block;
  font-size: 13px;
  cursor: pointer;
  padding: 5px 0;
  color: #7a7878;
  white-space: nowrap;
  text-decoration: none;
}
.left-bar-layoute .body .item-menu.active-route,
.left-bar-layoute .body .item-menu:hover {
  color: #f37021;
}
.modal-correction {
  z-index: 100;
  margin-left: 6px;
}
.count-sm-post {
  font-size: 12px;
  color: #f37021;
}
.menu {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  float: none;
  padding: 0;
}
.menu .menu-item .menu-link {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
  outline: none;
  padding: 9px 25px;
}
.menu .menu-item .menu-link .menu-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  color: #162a47;
}
.menu .menu-item .menu-link .menu-text {
  text-decoration: none;
  color: #7a7878;
}
.menu .menu-item.menu-item-active,
.menu .menu-item:hover {
  background: #ececec;
  border-right: 3px solid #f37021;
}
.menu .menu-item.menu-item-active .menu-icon,
.menu .menu-item:hover .menu-icon {
  color: #f37021;
}
.menu .menu-item.menu-item-active .menu-text,
.menu .menu-item:hover .menu-text {
  color: #f37021;
}
.smm-add-menu-button-block {
  padding: 0 25px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.smm-add-menu-button-block.smm-no-p {
  padding: 0;
}
.smm-user-adding-menu-block .smm-useradding-menu-title {
  display: flex;
  align-items: center;
  color: #f37021;
  font-size: 14px;
  line-height: 17px;
  padding: 0 25px;
  height: 50px;
  transition: all 0.15s ease;
}
.smm-user-adding-menu-block .smm-useradding-menu-title.smm-transparent {
  color: transparent;
  background: #f370217a;
  height: 4px;
}
.icon-ai::before {
  content: url(/images/ai.dd5c6ab26312ff86f58fddfffa0f245a.svg);
}
.menu-item:hover .icon-ai::before,
.menu-item.menu-item-active .icon-ai::before {
  content: url(/images/ai-hover.bfdbffa1660a34c6e1909c2d288b5c38.svg);
}

.size-sm[data-v-1ddb5d3c] {
  font-size: 1rem;
}
@media (min-width: 576px) {
.size-sm[data-v-1ddb5d3c] {
    font-size: 1rem;
}
}
@media (min-width: 768px) {
.size-md[data-v-1ddb5d3c] {
    font-size: 1rem;
}
}
@media (min-width: 992px) {
.size-lg[data-v-1ddb5d3c] {
    font-size: 1.5rem;
}
}
@media (min-width: 1200px) {
.size-xl[data-v-1ddb5d3c] {
    font-size: 1rem;
}
}
.icon-notification[data-v-1ddb5d3c] {
  padding: 5px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.65);
  color: white;
  font-size: 11px;
  border-radius: 5px;
  font-family: ProximaNova !important;
  white-space: nowrap;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.icon-notification.disabled[data-v-1ddb5d3c] {
  z-index: -100;
}
.is-notification[data-v-1ddb5d3c] {
  width: 5px;
  height: 5px;
  background: #f37021;
  position: absolute;
  top: 5px;
  right: -5px;
  border-radius: 50%;
}
.menu-icon:hover .icon-notification[data-v-1ddb5d3c] {
  display: block !important;
}

.uc-menu-item {
  position: relative;
}
.round {
  border-radius: 50%;
  text-align: center;
  color: #f37021;
  background: #f0f0f0;
}
.round.open {
  background: white;
}
.child-menu {
  margin-right: 1.1rem !important;
  border-radius: 50%;
  text-align: center;
  color: #f37021;
  background: white;
}
.child-menu.open {
  background: #f37021;
  color: white;
}
.icon-active {
  color: #f37021;
}
.text-menu.none {
  display: none !important;
}
.icon-menu-left-bar.small-left-bar {
  padding-left: 0 !important;
  margin: auto;
  padding-bottom: 10px;
  padding-top: 10px;
}

.layout {
  font-family: "ProximaNova";
  display: grid;
  min-height: 100vh;
  grid-template-rows: 74px auto;
  z-index: 1;
  position: relative;
  color: #99a4c0;
}
.layout.hidden {
  overflow: hidden !important;
}
.layout .chatra .l-menu {
  background-color: #293b5a;
  z-index: 1;
  max-width: 300px;
  width: 300px;
}
.layout .left-bar {
  background-color: #fff;
  width: 300px;
  transition: width 0.3s ease !important;
  transition: all 0.6s ease-in-out;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.layout .left-bar.small-menu {
  width: 50px;
}
.layout .left-bar.menu-none {
  margin-left: -300px;
}
.layout .left-bar .smm-scroll-project-menu .smm-scrollbar-control .ps__thumb-y {
  width: 0;
}
.layout .left-bar .smm-scroll-project-menu .smm-scrollbar-control .ps__rail-x {
  display: none;
}
@media screen and (max-width: 992px) {
.layout .l-menu,
  .layout .left-bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    right: 0;
}
.layout .l-menu .inner-left-bar-scroll,
  .layout .left-bar .inner-left-bar-scroll {
    overflow: hidden;
    overflow-y: scroll;
}
.layout .l-menu .inner-left-bar-scroll::-webkit-scrollbar,
  .layout .left-bar .inner-left-bar-scroll::-webkit-scrollbar {
    width: 0px;
}
.layout .l-menu .inner-left-bar-scroll .d-lg-none .smm-user-block,
  .layout .left-bar .inner-left-bar-scroll .d-lg-none .smm-user-block {
    padding: 15px 15px 0 25px;
}
.layout .enable {
    display: none;
}
}
.layout .icon-down {
  cursor: pointer;
  font-size: 12px;
  padding-top: 2px;
}
.layout .main-content {
  grid-area: content;
  z-index: 1;
  background-color: #f0f0f0;
  position: relative;
}
.layout .main-content .content {
  padding: 30px 50px;
  background-color: #21324f;
}
.layout .main-content.hidden {
  overflow: hidden !important;
}
.layout .slide-fade-enter-active {
  transition: all 0.2s ease;
}
.layout .slide-fade-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.layout .slide-fade-enter,
.layout .slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}
.layout .main-color {
  background-color: #f37021;
  color: #fff;
}
.layout .orange-color {
  color: #f37021;
}
.link-ative-project {
  padding-left: 4px;
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
}
.link-ative-project:hover {
  text-decoration: none;
}
.facebook {
  background: #4267b2;
}
.notification-by-account {
  background: white;
  margin-bottom: 14px;
  padding: 24px;
  font-size: 16px;
  color: #162a47;
}
.notification-by-account.block {
  pointer-events: none;
  cursor: progress;
}
.send-activation-message {
  color: #f37021;
  text-decoration: underline;
  cursor: pointer;
}
.send-activation-message:hover {
  text-decoration: none;
}
.input-search {
  height: 35px;
  font-size: 14px;
  margin-right: 5px;
  width: 100%;
  padding: 15px;
  border: 1px solid #d8d5d5;
}
.input-search:focus {
  border: 1px solid #f37021;
  outline: none !important;
}
.invoice {
  margin: 5px;
  border: 1px dashed #f37021;
  padding: 5px;
  border-radius: 7px;
  font-size: 13px;
  color: #7a7878;
}
.icon-bell-invoice {
  color: #f37021;
  width: fit-content;
  margin-left: auto;
  position: absolute;
  right: 0;
  margin-right: 10px;
}
.block-btn-invoice {
  text-align: center;
}
.btn-invoice {
  outline: 0 !important;
  background: #f37021;
  color: white;
  border: none;
  padding: 3px 10px;
  margin: 10px auto 6px;
  border-radius: 4px;
  margin-left: auto;
  cursor: pointer;
}
.btn-invoice:hover {
  background: #ef8d52;
}
.btn-invoice:focus {
  border: none !important;
}
.btn-invoice.block {
  cursor: no-drop;
}
.left-bar-animation {
  padding: 10px;
  position: fixed;
  width: 300px;
  bottom: 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  transition: width 0.3s ease;
  z-index: 1;
  background-color: white;
}
.left-bar-animation.small {
  width: 50px;
}
.left-bar-animation:hover {
  background: #f0f0f0;
}
.icon-twoarrowright,
.icon-twoarrowleft {
  font-size: 28px;
  color: #f37021;
  cursor: pointer;
  text-align: right;
}
/** new version */
.v-application ol,
.v-application ul {
  padding-left: 0;
}
.smm-container {
  display: flex;
  height: 100%;
  position: relative;
}
.smm-container .smm-main-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  z-index: 1;
  background-color: #f0f0f0;
  position: relative;
  padding: 15px;
}
.smm-container .smm-main-content.hidden {
  overflow: hidden !important;
}
.smm-container .smm-main-content .smm-arhive-project-block {
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
.smm-container .smm-main-content {
    width: 100%;
    padding: 15px;
}
}
@media (min-width: 992px) {
.smm-container .smm-main-content {
    padding: 15px;
}
}
@media (max-width: 575px) {
.smm-container .smm-main-content {
    width: calc(100vw - 30px);
}
}
@keyframes animation-pulse {
0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
}
60% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
}
65% {
    opacity: 1;
}
100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
}
}
.row.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.row.row-flex .row-item {
  padding: 2.5px;
}
@media (min-width: 768px) {
.row.row-flex .row-item {
    padding: 4px;
}
}
@media (min-width: 992px) {
.row.row-flex .row-item {
    padding: 6px;
}
}
@media (min-width: 992px) {
.row.row-flex {
    margin-left: -6px;
    margin-right: -6px;
}
}
.row.row-flex > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.layout-user[data-v-07a52a96] {
  font-family: "ProximaNova";
  display: grid;
  min-height: 100vh;
  grid-template-rows: 90px auto;
  z-index: 1;
  position: relative;
  color: #99a4c0;
}
.layout-user .l-menu[data-v-07a52a96] {
  background-color: #293b5a;
  z-index: 1;
  max-width: 300px;
}
@media screen and (max-width: 992px) {
.layout-user .l-menu[data-v-07a52a96] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    right: 0;
    width: auto;
}
.layout-user .enable[data-v-07a52a96] {
    display: none;
}
}
.layout-user .main-content[data-v-07a52a96] {
  display: flex;
  grid-area: content;
  z-index: 1;
  background-color: #1b283f;
  position: relative;
  padding: 27px 27px 0 27px;
}
.layout-user .main-content .content[data-v-07a52a96] {
  padding: 30px 50px;
  background-color: #21324f;
}
.layout-user .slide-fade-enter-active[data-v-07a52a96] {
  transition: all 0.2s ease;
}
.layout-user .slide-fade-leave-active[data-v-07a52a96] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.layout-user .slide-fade-enter[data-v-07a52a96],
.layout-user .slide-fade-leave-to[data-v-07a52a96] {
  transform: translateX(10px);
  opacity: 0;
}
.layout-user .main-color[data-v-07a52a96] {
  background-color: #f37021;
  color: #fff;
}

.account-activation {
  background: #e5e5e5;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
.account-activation .modal-recovery-password {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 100%;
  background: white;
  padding: 32px 0 38px;
}
.account-activation .modal-recovery-password .box-title {
  font-size: 20px;
  color: #162a47;
  text-align: center;
  margin-bottom: 25px;
}
.account-activation .modal-recovery-password .box-input {
  width: 270px;
  margin: auto;
  margin-bottom: 26px;
}
.account-activation .modal-recovery-password .box-input .mb-22 {
  margin-bottom: 22px;
}
.account-activation .modal-recovery-password .box-input .mb-31 {
  margin-bottom: 31px;
}
.account-activation .modal-recovery-password .box-button {
  width: fit-content;
  margin: 0px auto 29px;
}
.account-activation .modal-recovery-password .to-entrance {
  font-size: 14px;
  color: #7a7878;
  text-align: center;
}
.account-activation .modal-recovery-password .to-entrance .entrance {
  color: #f37021;
}
.account-activation .modal-recovery-password .to-entrance a {
  text-decoration: none;
}
.account-activation .image {
  width: 200px;
  height: 25px;
  background-image: url("/assets/img/logo-xs.svg");
  background-size: inherit;
  z-index: 1;
  margin: 20px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.account-activation .error-msg {
  color: #af1212;
  text-align: center;
}
.account-activation .re-text {
  padding-right: 40px;
  color: #0677b2;
  text-decoration: none;
  cursor: pointer;
}
.account-activation .autoriz-poll .forgout-password {
  font-size: 13px;
  margin: 22px 0;
}
.account-activation .autoriz-poll .forgout-password a {
  text-decoration: none;
  color: #f37021;
}
.account-activation .proxima-nova {
  font-family: ProximaNova;
}

.smm-login-data .smm-login-input {
  margin-bottom: 15px;
}
.smm-login-remember {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.smm-login-submit {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.smm-site-policy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.smm-site-policy .smm-block-imitation-href {
  font-size: 12px;
  color: #f37021ba;
}

.smm-login-data {
  padding-top: 20px;
}
.smm-login-data .smm-login-input {
  margin-bottom: 15px;
}
.smm-message {
  font-family: ProximaNova;
  font-size: 14px;
  line-height: 16px;
  color: #7a7878;
  text-align: center;
}
.smm-message > div:first-child {
  margin: 30px;
}
.smm-message .smm-settings-buttons > div:not(:first-child) {
  margin-top: 4px;
}
.smm-message .smm-settings-buttons .smm-button {
  margin-bottom: 1rem;
}

.image {
  width: 200px;
  height: 25px;
  background-image: url("/assets/img/logo-xs.svg");
  background-size: inherit;
  z-index: 1;
  margin: 20px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.page-active-password {
  background: #e5e5e5;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
.page-active-password .modal-recovery-password {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 100%;
  background: white;
  padding: 32px 0 38px;
}
.page-active-password .modal-recovery-password .box-title {
  font-size: 20px;
  color: #162a47;
  text-align: center;
  margin-bottom: 25px;
}
.page-active-password .modal-recovery-password .box-input {
  width: 270px;
  margin: auto;
  margin-bottom: 26px;
}
.page-active-password .modal-recovery-password .box-input .mb-22 {
  margin-bottom: 22px;
}
.page-active-password .modal-recovery-password .box-input .mb-31 {
  margin-bottom: 31px;
}
.page-active-password .modal-recovery-password .box-button {
  width: fit-content;
  margin: 0px auto 29px;
}
.page-active-password .modal-recovery-password .to-entrance {
  font-size: 14px;
  color: #7a7878;
  text-align: center;
}
.page-active-password .modal-recovery-password .to-entrance .entrance {
  color: #f37021;
}
.page-active-password .modal-recovery-password .to-entrance a {
  text-decoration: none;
}
.page-active-password .image {
  width: 200px;
  height: 25px;
  background-image: url("/assets/img/logo-xs.svg");
  background-size: inherit;
  z-index: 1;
  margin: 20px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.page-active-password .error-msg {
  color: #af1212;
  text-align: center;
}
.page-active-password .re-text {
  padding-right: 40px;
  color: #0677b2;
  text-decoration: none;
  cursor: pointer;
}
.page-active-password .autoriz-poll .forgout-password {
  font-size: 13px;
  margin: 22px 0;
}
.page-active-password .autoriz-poll .forgout-password a {
  text-decoration: none;
  color: #f37021;
}
.page-active-password .proxima-nova {
  font-family: ProximaNova;
}

.smm-recovery-data {
  margin-bottom: 15px;
}

.smm-login-data {
  padding-top: 20px;
}
.smm-login-data .smm-login-input {
  margin-bottom: 15px;
}
.smm-message {
  font-family: ProximaNova;
  font-size: 14px;
  line-height: 16px;
  color: #7a7878;
  text-align: center;
}
.smm-message > div {
  word-break: break-word;
}
.smm-message > div:first-child {
  margin: 30px;
}
.smm-message .smm-settings-buttons > div:not(:first-child) {
  margin-top: 4px;
}
.smm-message .smm-settings-buttons .smm-button {
  margin-bottom: 1rem;
}

.smm-registration-step-four {
  padding: 0 60px;
}
@media (max-width: 888px) {
.smm-registration-step-four {
    padding: 0 30px;
}
}
@media (max-width: 425px) {
.smm-registration-step-four {
    padding: 0 15px;
}
}
.smm-registration-step-four-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.smm-skip-wrap {
  display: flex;
  justify-content: center;
}
.smm-skip-wrap .smm-skip {
  width: fit-content;
  margin-top: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #162a47;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.smm-skip-wrap .smm-skip:hover {
  color: #f37021;
}
.connect-social-networks-step .smm-auth-new-content > div {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
.connect-social-networks-step .smm-auth-new-content > div {
    margin-bottom: 30px;
}
}
@media (min-width: 1200px) {
.connect-social-networks-step .smm-auth-new-content > div {
    margin-bottom: 60px;
}
}
.connect-social-networks-step .smm-auth-new-content > div:last-child {
  margin-bottom: 0;
}

.smm-registration-step-one[data-v-205462ea] {
  padding: 0 60px;
}
@media (max-width: 768px) {
.smm-registration-step-one[data-v-205462ea] {
    padding: 0 30px;
}
}
@media (max-width: 425px) {
.smm-registration-step-one[data-v-205462ea] {
    padding: 0 15px;
}
}
.smm-registration-step-one .smm-regs-input[data-v-205462ea] {
  margin-bottom: 15px;
}
.smm-registration-step-one .smm-regs-input .new-title-registr[data-v-205462ea] {
  margin-top: 0;
  margin-bottom: 10px;
}
.smm-registration-step-one .new-title-registr[data-v-205462ea] {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #162a47;
  margin-top: 32px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
.smm-registration-step-one .new-title-registr[data-v-205462ea] {
    font-size: 16px;
    line-height: 18px;
}
}
@media (max-width: 576px) {
.smm-registration-step-one .new-title-registr[data-v-205462ea] {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}
}
.smm-registration-step-one .registration-step-one-checkbox .smm-radio-group-registration-step-one[data-v-205462ea] {
  display: flex;
  flex-direction: column;
}
.smm-registration-step-one .registration-step-one-checkbox .smm-radio-group-registration-step-one > div[data-v-205462ea] {
  margin-bottom: 10px;
}
.smm-registration-step-one .registration-step-one-checkbox .smm-radio-group-registration-step-one > div[data-v-205462ea]:last-child {
  margin-bottom: 0;
}
.smm-registration-step-one .registration-step-one-checkbox .smm-radio-group-registration-step-one .smm-radio-wrap .smm-radio[data-v-205462ea] {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #7a7878;
}
@media (max-width: 768px) {
.smm-registration-step-one .registration-step-one-checkbox .smm-radio-group-registration-step-one .smm-radio-wrap .smm-radio[data-v-205462ea] {
    font-size: 14px;
    line-height: 16px;
}
}
@media (max-width: 576px) {
.smm-registration-step-one .registration-step-one-checkbox .smm-radio-group-registration-step-one .smm-radio-wrap .smm-radio[data-v-205462ea] {
    font-size: 12px;
    line-height: 14px;
}
}
.smm-registration-step-one .registration-step-one-checkbox .smm-radio-group-registration-step-one .smm-radio-wrap.smm-radio-active .smm-radio[data-v-205462ea] {
  color: #f99458;
}
.smm-registration-step-one .registration-step-one-checkbox .other-info[data-v-205462ea] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  transition: max-height 0.15s ease-in-out, margin-top 0.15s ease-in-out;
  overflow: hidden;
  max-height: 0;
  width: 100%;
}
.smm-registration-step-one .registration-step-one-checkbox .other-info.other-active[data-v-205462ea] {
  max-height: 200px;
  margin-top: 15px;
}
.smm-registration-step-one .registration-step-one-checkbox .registration-step-one-checkbox-error[data-v-205462ea] {
  width: auto;
  display: flex;
  font-size: 12px;
  line-height: 14px;
  margin-top: 0;
  color: #dc3545;
  padding-top: 8px;
}
.smm-button-orange[data-v-205462ea] {
  margin-top: 60px;
}
@media (max-width: 768px) {
.smm-button-orange[data-v-205462ea] {
    margin-top: 40px;
}
}
@media (max-width: 576px) {
.smm-button-orange[data-v-205462ea] {
    margin-top: 20px;
}
}

.smm-registration-step-three {
  padding: 0 60px;
}
@media (max-width: 768px) {
.smm-registration-step-three {
    padding: 0 30px;
}
}
@media (max-width: 425px) {
.smm-registration-step-three {
    padding: 0 15px;
}
}
.smm-registration-step-three .smm-general-setting-wrap .smm-general-setting-block .smm-day-start-week-wrap {
  border-bottom: none;
}
.smm-registration-step-three-btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.smm-registration-step-three-btn .smm-button-orange {
  margin-top: 50px;
}
@media (max-width: 768px) {
.smm-registration-step-three-btn .smm-button-orange {
    margin-top: 30px;
}
}
@media (max-width: 576px) {
.smm-registration-step-three-btn .smm-button-orange {
    margin-top: 10px;
}
}

.smm-registration-step-two {
  padding: 0 60px;
}
@media (max-width: 768px) {
.smm-registration-step-two {
    padding: 0 30px;
}
}
@media (max-width: 425px) {
.smm-registration-step-two {
    padding: 0 15px;
}
}
.smm-registration-step-two .smm-registration-step-two-checkbox-wrap {
  margin-bottom: 25px;
  padding: 10px 20px;
}
@media (max-width: 1024px) {
.smm-registration-step-two .smm-registration-step-two-checkbox-wrap {
    margin-bottom: 20px;
}
}
@media (max-width: 768px) {
.smm-registration-step-two .smm-registration-step-two-checkbox-wrap {
    margin-bottom: 10px;
}
}
@media (max-width: 576px) {
.smm-registration-step-two .smm-registration-step-two-checkbox-wrap {
    padding: 10px 0;
}
}
.smm-registration-step-two .smm-registration-step-two-checkbox-wrap:last-child {
  margin-bottom: 0;
}
.smm-registration-step-two .smm-registration-step-two-checkbox-wrap:hover {
  background: #f8f8f8;
  border-radius: 10px;
}
.smm-registration-step-two .smm-registration-step-two-checkbox-wrap .smm-registration-step-two-checkbox {
  align-items: center;
}
.smm-registration-step-two .smm-registration-step-two-checkbox-wrap .smm-registration-step-two-checkbox .smm-registration-step-two-data-checkbox {
  margin-left: 8px;
}
.smm-registration-step-two .smm-registration-step-two-checkbox-wrap .smm-registration-step-two-checkbox .smm-registration-step-two-data-checkbox .smm-registration-step-two-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #162a47;
}
.smm-registration-step-two .smm-registration-step-two-checkbox-wrap .smm-registration-step-two-checkbox .smm-registration-step-two-data-checkbox .smm-registration-step-two-title.checkbox-active {
  color: #f99458;
}
@media (max-width: 1100px) {
.smm-registration-step-two .smm-registration-step-two-checkbox-wrap .smm-registration-step-two-checkbox .smm-registration-step-two-data-checkbox .smm-registration-step-two-title {
    font-size: 16px;
    line-height: 18px;
}
}
@media (max-width: 768px) {
.smm-registration-step-two .smm-registration-step-two-checkbox-wrap .smm-registration-step-two-checkbox .smm-registration-step-two-data-checkbox .smm-registration-step-two-title {
    font-size: 14px;
    line-height: 16px;
}
}
.smm-registration-step-two .smm-registration-step-two-checkbox-wrap .smm-registration-step-two-checkbox .smm-registration-step-two-data-checkbox .smm-registration-step-two-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #7a7878;
}
@media (max-width: 1100px) {
.smm-registration-step-two .smm-registration-step-two-checkbox-wrap .smm-registration-step-two-checkbox .smm-registration-step-two-data-checkbox .smm-registration-step-two-text {
    font-size: 14px;
    line-height: 16px;
}
}
@media (max-width: 768px) {
.smm-registration-step-two .smm-registration-step-two-checkbox-wrap .smm-registration-step-two-checkbox .smm-registration-step-two-data-checkbox .smm-registration-step-two-text {
    font-size: 12px;
    line-height: 14px;
}
}
.registration-step-two-checkbox-error-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.registration-step-two-checkbox-error-wrap .registration-step-two-checkbox-error {
  width: auto;
  display: flex;
  font-size: 12px;
  line-height: 14px;
  margin-top: 0;
  color: #dc3545;
  padding-top: 12px;
}
.smm-registration-step-two-btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.smm-registration-step-two-btn .smm-button-orange {
  margin-top: 60px;
}
@media (max-width: 768px) {
.smm-registration-step-two-btn .smm-button-orange {
    margin-top: 40px;
}
}
@media (max-width: 576px) {
.smm-registration-step-two-btn .smm-button-orange {
    margin-top: 20px;
}
}

.smm-registration-data .smm-regs-input {
  margin-bottom: 15px;
}
.smm-check-site-policy {
  margin-bottom: 15px;
}

.smm-setting-page-wrap.smm-all-social-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 5px;
  width: 100%;
}
.smm-setting-page-wrap.smm-all-social-wrap .smm-setting-page-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
.smm-setting-page-wrap.smm-all-social-wrap .smm-setting-page-block .smm-setting-page-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  margin-right: 0;
}
.smm-setting-page-wrap.smm-all-social-wrap .smm-setting-page-block .smm-setting-page-content .all-social-toolbar {
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 16px;
}
.smm-setting-page-wrap.smm-all-social-wrap .smm-setting-page-block .smm-setting-page-content .all-social-toolbar .add-social-btn {
  background-color: #f37021;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  padding: 11px 41px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.smm-setting-page-wrap.smm-all-social-wrap .smm-setting-page-block .smm-setting-page-content .all-social-toolbar .add-social-btn:hover {
  background: #fff;
  color: #f37021;
  transition: background-color 0.15s ease-in-out;
}
.smm-setting-page-wrap.smm-all-social-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  margin-right: 0;
  max-width: unset !important;
  padding-right: 0 !important;
}
.smm-setting-page-wrap.smm-all-social-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-scrollbar-new {
  padding-bottom: 0 !important;
}
.smm-setting-page-wrap.smm-all-social-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .all-social-group-wrap {
  margin-bottom: 16px;
}
.smm-setting-page-wrap.smm-all-social-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .all-social-group-wrap:last-child {
  padding-bottom: 6rem;
}
.smm-setting-page-wrap.smm-all-social-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .all-social-group-block {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}
.smm-setting-page-wrap.smm-all-social-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .all-social-group-block .all-social-group-header {
  display: flex;
  align-items: center;
  padding: 12px 0px;
  background: #ffffff;
}
.smm-setting-page-wrap.smm-all-social-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .all-social-group-block .all-social-group-header .all-social-group-title {
  margin-left: 8px;
  color: #162a47;
  font-weight: 600;
}
.smm-setting-page-wrap.smm-all-social-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .all-social-group-block .all-social-group-header .add-page-btn {
  margin-left: auto;
  border: none;
  border-radius: 8px;
  color: #f37021;
  background-color: white;
  font-size: 14px;
  text-align: center;
  padding: 11px 41px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.smm-setting-page-wrap.smm-all-social-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .all-social-group-block .all-social-group-header .add-page-btn:hover {
  background: #f37021;
  color: #fff;
  transition: background-color 0.15s ease-in-out;
}
.smm-setting-page-wrap.smm-all-social-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .all-social-group-block .all-social-group-list {
  padding: 6px 0px 2px 0px;
}
.smm-setting-page-wrap.smm-all-social-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-setting-page-item {
  border: 1px solid #e2e2e2 !important;
  padding: 8px 16px;
  margin-bottom: 12px;
  border-radius: 12px;
}
.smm-project-content:has(.smm-project-content) {
  background-color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-shadow: none !important;
  border: none !important;
}
.smm-project-content:has(.smm-project-content) .smm-setting-page-list {
  border-right: none !important;
}
.smm-project-content:has(.smm-project-content) .smm-project-content {
  min-height: max-content !important;
  padding-bottom: 12px !important;
  padding-top: 8px !important;
  width: auto !important;
  max-width: 100% !important;
}
.smm-project-content:has(.smm-project-content) .smm-project-content .smm-social-network-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smm-project-content:has(.smm-project-content) .smm-project-content .smm-social-network-menu-wrap {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.smm-project-content:has(.smm-project-content) .smm-project-content .smm-social-network-menu-wrap .smm-more-menu {
  display: none !important;
}
.smm-project-content:has(.smm-project-content) .smm-project-content .smm-social-network-menu-wrap .smm-social-network-actions {
  display: flex !important;
}
.smm-project-content:has(.smm-project-content) .smm-project-content .smm-social-network-description {
  display: none !important;
}
.smm-project-content:has(.smm-project-content) .smm-project-content .smm-social-network-projects {
  width: 200px;
  display: flex !important;
  margin-right: auto;
  justify-content: center;
}
.smm-project-content:has(.smm-project-content) .smm-project-content .smm-social-network-projects .smm-social-network-projects-btn {
  color: #f37021;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid transparent;
}
.smm-project-content:has(.smm-project-content) .smm-project-content .smm-social-network-projects .smm-social-network-projects-btn:hover {
  border: 1px solid #e2e2e2;
  color: #162a47;
}
.smm-all-group-with-images .smm-social-network-item-wrap .smm-social-network-item .smm-social-network-info {
  max-width: 42%;
  width: 42%;
}
.smm-all-group-with-images .smm-social-network-item-wrap .smm-social-network-item .smm-social-network-info .smm-social-network-without-image-wrap {
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.smm-all-group-with-images .smm-social-network-item-wrap .smm-social-network-item .smm-social-network-info .smm-social-network-without-image-wrap.has-sn-image .smm-social-network-without-image {
  position: relative;
  overflow: hidden;
  background: transparent !important;
}
.smm-all-group-with-images .smm-social-network-item-wrap .smm-social-network-item .smm-social-network-info .smm-social-network-without-image-wrap.has-sn-image .smm-social-network-without-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--sn-img), var(--sn-fallback);
  background-size: cover, cover;
  background-position: center, center;
  border-radius: 50%;
  display: block;
}
.smm-all-group-with-images .smm-social-network-item-wrap .smm-social-network-item .smm-social-network-info .smm-social-network-without-image-wrap.has-sn-image .smm-social-network-without-image i {
  display: none;
}

.smm-tasks-content-block-btn {
  display: flex;
  align-items: center;
}
.smm-tasks-content-block-btn > *:first-child {
  margin-right: 5px;
}
@media (max-width: 768px) {
.smm-tasks-content-block-btn {
    width: 100%;
    justify-content: flex-end;
}
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap {
  margin-right: 10px;
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter {
  border: 1px solid #f37021;
  border-radius: 5px;
  padding: 0 10px;
  width: 110px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #162a47;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media (max-width: 576px) {
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter {
    display: none;
}
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter .smm-content-block-header-menu-btn-filter-text {
  margin-right: 5px;
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter .smm-content-block-header-menu-btn-filter-icon {
  width: 14px;
  height: 14px;
  background-color: #162a47;
  mask: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 10.5L7.5 9.5H12V8.5H7.5L6.5 7.5V10.5ZM2 5.5H6.5L7.5 6.5V7.5H2V5.5ZM4.5 2.5H9.5V3.5H4.5V2.5Z' fill='%23162a47'/%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter .smm-content-block-header-menu-btn-filter-active.isActiveFilter {
  width: 10px;
  height: 10px;
  background-color: #f37021;
  border: 1px solid #f37021;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  top: 1px;
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter-mobile-wrap {
  border: 1px solid #f37021;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  padding: 8px;
  box-shadow: 0 3px 5px -1px rgb(0 0 0%), 0 6px 10px 0 rgb(0 0 0%), 0 1px 18px 0 rgb(0 0 0%);
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter-mobile-wrap .smm-content-block-header-menu-btn-filter-mobile {
  width: 14px;
  height: 14px;
  background-color: #162a47;
  mask: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 10.5L7.5 9.5H12V8.5H7.5L6.5 7.5V10.5ZM2 5.5H6.5L7.5 6.5V7.5H2V5.5ZM4.5 2.5H9.5V3.5H4.5V2.5Z' fill='%23162a47'/%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter-mobile-wrap .smm-content-block-header-menu-btn-filter-mobile:hover {
  background-color: #f37021;
}
@media (min-width: 576px) {
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter-mobile-wrap {
    display: none;
}
}
.smm-tasks-content-block-btn .smm-tasks-content-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.smm-setting-page-wrap.smm-all-tasks-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 5px;
  width: 100%;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  margin-right: 0;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .all-tasks-toolbar {
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 16px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .all-tasks-toolbar .ui-button {
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  padding: 11px 41px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .all-tasks-toolbar .ui-button:hover {
  transition: background-color 0.15s ease-in-out;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  margin-right: 0;
  max-width: unset !important;
  padding-right: 0 !important;
  border-right: none !important;
  height: 0;
  min-height: 0;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  background: #f0f0f0;
  border-radius: 6px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions .tasks-bulk-actions-left {
  color: #7a7878;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions .tasks-bulk-actions-right {
  display: flex;
  gap: 8px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions .tasks-bulk-actions-right .tasks-bulk-btn {
  padding: 6px 16px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  background: #fff;
  cursor: pointer;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions .tasks-bulk-actions-right .tasks-bulk-btn.remove {
  background: #f44336;
  border-color: #f44336;
  color: #fff;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions .tasks-bulk-actions-right .tasks-bulk-btn.clear {
  background: #56a9ef;
  border-color: #56a9ef;
  color: #fff;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper {
  margin-top: 1rem;
  flex: 1;
  min-height: 0;
  width: 100%;
}
@media (max-width: 768px) {
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper {
    width: calc(100% - 10px);
}
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: #f37021 #ffffff;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap::-webkit-scrollbar {
  height: 6px;
  background: transparent;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap::-webkit-scrollbar-track {
  background: #ffffff;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap::-webkit-scrollbar-thumb {
  background-color: #f37021;
  border-radius: 3px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task {
  width: 380px !important;
  height: 100%;
  min-width: 380px !important;
  max-width: 380px !important;
  padding: 0;
  background-color: #f0f0f0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  border-radius: 1rem;
  padding-right: 0 !important;
  display: flex;
  flex-direction: column;
  position: relative;
  user-select: none;
  padding-bottom: 1.125rem !important;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task:last-child {
  margin-right: 0;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task:first-child {
  margin-left: 0;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-header {
  width: calc(100% - 2rem) !important;
  height: 24px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
  color: #162a47;
  background-color: transparent !important;
  box-shadow: none !important;
  margin: 1rem !important;
  margin-bottom: 0.5rem !important;
  flex-shrink: 0;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-header span {
  cursor: pointer;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-header .column-controls {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-right: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease-in-out;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-header .column-controls i {
  font-size: 11px;
  opacity: 0.5;
  cursor: pointer;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-header .column-controls i + i {
  margin-left: 6px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-header:hover .column-controls {
  opacity: 1;
  pointer-events: auto;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button {
  background-color: transparent !important;
  box-shadow: none !important;
  border: 1px dashed white;
  margin: 1rem !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
  color: #162a47;
  height: 40px;
  width: calc(100% - 2rem) !important;
  cursor: pointer;
  flex-shrink: 0;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button:hover {
  background-color: #e8e8e8;
  border: 1px solid #f37021;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button:hover span {
  color: #f37021;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button:hover i {
  color: #f37021;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button i {
  font-size: 14px;
  color: #162a47;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button span {
  margin-left: 8px;
  font-size: 15px;
  color: #162a47;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap {
  margin-top: 6px;
  width: 100%;
  display: flex;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .smm-scrollbar-new-scroll {
  margin-right: 1rem !important;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .scroll .scroll-bar {
  width: 0 !important;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .scroll .scroll-bar-x {
  display: none !important;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .scroll .sortable-chosen {
  max-width: 100%;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .draggable-list-items {
  position: relative;
  user-select: none;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .draggable-list-items:not(:first-child) {
  margin-top: 4px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .draggable-list {
  min-height: 40px;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .add-column-tile {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 1rem;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .add-column-tile .smm-tasks-new-page-preview-task-add-button {
  background-color: transparent !important;
  box-shadow: none !important;
  border: 1px dashed #f0f0f0;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
  color: #162a47;
  height: 40px;
  width: 100% !important;
  cursor: pointer;
  flex-shrink: 0;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .add-column-tile .smm-tasks-new-page-preview-task-add-button:hover {
  background-color: #e8e8e8;
  border: 1px solid #f37021;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .add-column-tile .smm-tasks-new-page-preview-task-add-button:hover span {
  color: #f37021;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .add-column-tile .smm-tasks-new-page-preview-task-add-button:hover i {
  color: #f37021;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .add-column-tile .smm-tasks-new-page-preview-task-add-button i {
  font-size: 14px;
  color: #162a47;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .add-column-tile .smm-tasks-new-page-preview-task-add-button span {
  margin-left: 8px;
  font-size: 15px;
  color: #162a47;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .add-column-tile:last-child {
  margin-right: 0;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .add-column-tile:first-child {
  margin-left: 0;
}
.all-tasks-page-only .smm-tasks-new-page-preview-task-add-button {
  display: none !important;
}
.all-tasks-page-only .add-column-tile {
  display: none !important;
}
.project-badge {
  margin-top: 8px;
  display: inline-block;
  background: #f1f2f4;
  color: #44546f;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 16px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 1rem;
}
.wrap-smm-display-task {
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
}
.wrap-smm-display-task * {
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
}
.sortable-ghost {
  opacity: 0 !important;
}

.email-exist {
  background: #e5e5e5;
  max-width: 600px;
  width: 100%;
}
.user-full-name {
  text-align: center;
  font-family: ProximaNova;
  color: #7a7878;
  font-size: 14px;
}

.reload {
  background-image: url(/assets/img/giff.gif);
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 40px;
}
.counter {
  margin-left: 10px;
  align-self: center;
  color: black;
  font-weight: bold;
  min-width: 70px;
}
.btn-blue {
  background: #56a9ef;
  color: white;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.btn-blue:hover {
  filter: drop-shadow(2px 4px 6px black);
}
.count-items {
  color: black;
}
.count-items span {
  font-weight: bold;
}
.table-admin {
  border: 1px solid #ddd;
}
.table-admin th {
  padding: 8px;
  font-size: 14px;
  color: black;
  background: white;
  border: 1px solid #ddd;
}
.table-admin td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd;
  font-size: 12px;
  color: black;
  white-space: pre-wrap;
}
.table-admin tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.post-count {
  font-size: 14px;
  color: black;
  font-weight: bold;
  padding-bottom: 15px;
}

.favorites-pages .favorites {
  display: flex;
  margin-top: 4px;
}
.favorites-pages .favorites .block-1 #icon {
  background-color: #f37021;
  color: white;
  width: 24px;
  height: 24px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.favorites-pages .favorites .block-1 .first-project {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: -24px;
}
.favorites-pages .favorites .block-2 {
  font-size: 14px;
}
.favorites-pages .favorites .block-2 .ts {
  padding: 16px 0px 16px 25px;
  color: #7a7878;
}
.favorites-pages .favorites .block-2 .date {
  text-align: right;
  color: #f37021;
  padding: 16px 25px 16px 0px;
  margin-left: auto;
}
.favorites-pages .favorites .block-3 {
  font-size: 15px;
}
.favorites-pages .favorites .block-4 {
  padding: 0px 8px;
}
.favorites-pages .favorites .block-4 .users {
  height: 50%;
}
.favorites-pages .favorites .block-4 .add-user {
  width: 100%;
  padding: 5px;
}
.favorites-pages .favorites .block {
  background-color: #f0f0f0;
  height: 100%;
  min-height: 89px;
  margin-right: 4px;
}
.favorites-pages .favorites .icon-settings-single:before {
  cursor: pointer;
}
.favorites-pages .brown {
  color: #7a7878;
}
.favorites-pages .icon-settings-single:before:hover {
  color: #f37021;
}

.project-list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-project-category-wrap .smm-project-category-item .smm-project-category-name {
  font-size: 18px;
  line-height: 20px;
  color: #162a47;
  margin-bottom: 15px;
}
.smm-project-category-wrap .smm-project-category-item:last-child .smm-project-category-name {
  margin-top: 20px;
}
@media (min-width: 1200px) {
.smm-project-category-wrap .smm-project-category-item:last-child .smm-project-category-name {
    margin-top: 30px;
}
}
.no-projects {
  color: red;
  font-size: 14px;
}
.btn-arhive {
  border-radius: 5px;
  background: #56a9ef;
  border: none;
  color: white;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  padding: 5px 15px;
  min-height: 33px;
  outline: none;
  margin-left: auto;
}
.btn-arhive:hover,
.btn-arhive:active,
.btn-arhive:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}
@media (max-width: 991px) {
.btn-add-project-popup {
    margin: auto !important;
    margin-bottom: 15px !important;
    margin-top: 7px !important;
}
}
.smm-add-project-button-block {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
.smm-add-project-button-block {
    margin-bottom: 15px;
}
}
@media (max-width: 599px) {
.smm-add-project-button-block .smm-button {
    width: 100%;
}
}
.onboarding-block {
  background: #f7f7f7;
  padding: 45px 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
  max-width: 720px;
}
.onboarding-block .text {
  font-weight: 600;
  font-size: 16px;
  color: #2c3e50;
  text-align: center;
}
.onboarding-block .button {
  padding-top: 15px;
}
.onboarding-block .btn-evo {
  cursor: pointer;
  line-height: 1.44;
  outline: 0 !important;
  border: 0;
  color: #fff;
  background-color: #f37021;
  padding: 10px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 5px;
}
.onboarding-block .btn-evo:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}
@media (max-width: 768px) {
.onboarding-block {
    padding: 15px;
}
.onboarding-block .text {
    font-size: 14px;
    padding: 15px;
}
}
@media (max-width: 600px) {
.smm-button.smm-arhive-settings-button #smm-button {
    padding: 0 10px;
}
.smm-button.smm-arhive-settings-button #smm-button .v-btn__content {
    font-size: 13px;
}
}
@media (max-width: 768px) {
.smm-project-item-wrap .smm-project-item {
    margin-bottom: 6px;
}
.smm-project-item-wrap .smm-project-item .smm-project-name-wrap {
    padding-top: 12px;
    padding-right: 36px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.smm-project-item-wrap .smm-project-item .smm-project-name-wrap .icon-star {
    border-radius: 8px;
    left: unset !important;
    right: 0;
}
.smm-project-item-wrap .smm-project-item .smm-project-item-settings-wrap {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
}

#app {
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif !important;
}
.fontSizeq {
  font-size: 14px;
}
.smm-button,
#smm-button {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 8px !important;
  font-weight: 400;
  min-height: 38px;
  color: #7a7878 !important;
  border: none !important;
  background-color: #fff !important;
}
.smm-button .v-btn__content,
#smm-button .v-btn__content {
  color: #7a7878 !important;
}
#app .smm-button-orange .v-btn__content {
  color: #fff !important;
}
#app .smm-button-blue .v-btn__content {
  color: #fff !important;
}
.smm-button,
#smm-button {
  margin-right: 10px !important;
}
.smm-action-container {
  border-radius: 8px !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.smm-action-container div {
  border-radius: 8px !important;
}
.smm-dropdown {
  border-radius: 8px !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.smm-dropdown div {
  border-radius: 8px !important;
}
.smm-user-email,
user-team-global-role {
  text-align: center;
}
add-project-button .plus {
  width: 100%;
  text-align: center;
}
.team-page-block-projects-box {
  align-items: center;
  justify-content: center;
}
.team-page-block-projects-box .add-project-button {
  justify-content: center;
  align-items: center;
  margin-left: 1.25rem;
  background-color: unset !important;
}
.team-page-block-projects-box .team-page-block-projects-container-wrap:hover,
.team-page-block-projects-box .team-page-block-projects-container-wrap.hover {
  border: none !important;
  box-shadow: none !important;
}
.smm-team-user-name,
.smm-user-email,
.user-team-global-role,
.team-page-block-projects-container {
  font-size: 1.6rem !important;
}
.user-team-global-role {
  color: #f37021 !important;
}
.smm-project-content .smm-project-header-block {
  margin-bottom: 0.75rem;
}
.smm-scrollbar-new-scroll .v-data-table > .v-data-table__wrapper > table > tbody > tr > td,
.smm-scrollbar-new-scroll .v-data-table > .v-data-table__wrapper > table > tfoot > tr > td,
.smm-scrollbar-new-scroll .v-data-table > .v-data-table__wrapper > table > thead > tr > td {
  height: 68px;
}
.text-start,
.text-end {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.6rem !important;
}
.smm-project-content {
  background-color: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 12px !important;
  padding: 5px 24px 24px;
}
@media (max-width: 599px) {
.smm-project-content {
    padding: 15px 6px 15px 12px;
}
.smm-project-content .smm-project-header-block {
    margin-right: 6px;
    width: calc(100% - 6px);
}
}
.smm-project-header-block {
  border-bottom: 2px solid #f0f0f0 !important;
  height: auto !important;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
.smm-project-header-block {
    padding-bottom: 5px;
}
}
@media (max-width: 599px) {
.smm-project-header-block {
    display: block !important;
}
.smm-project-header-block .smm-button {
    margin-right: 0 !important;
    width: 100%;
}
}
.smm-project-header-block .smm-contant-title-block {
  margin-top: 0.5rem;
  padding: 5px;
  color: #162a47 !important;
  font-size: 1.7rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (max-width: 599px) {
.smm-project-header-block .smm-contant-title-block {
    font-size: 2rem !important;
    margin-top: 0 !important;
}
}
.add-project-button {
  color: #f37021;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid #f37021;
  border-radius: 50%;
  line-height: 24.5px;
  margin-left: 25px;
  font-size: 25px;
}
.add-project-button:focus,
.add-project-button.focus {
  text-decoration: none;
  color: #f37021;
  outline: none;
}
.add-project-button:hover,
.add-project-button.hover {
  text-decoration: none;
  color: #f37021;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.smm-add-team-page-button-wrapper {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
.smm-add-team-page-button-wrapper {
    margin-bottom: 5px;
}
}
@media (max-width: 599px) {
.smm-add-team-page-button-wrapper .smm-button-orange {
    width: 100%;
    margin-bottom: 10px;
}
}
.team-page-block {
  height: 100%;
}
.team-page-block .team-page-block-no-result {
  height: calc(100vh - 280px);
}
.team-page-block-projects .smm-pop-up-more-menu {
  height: fit-content;
  width: 100%;
}
.team-page-block-projects .slot-header {
  width: 100%;
}
.team-page-block-projects-menu > div:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}
.team-page-block-projects-menu .team-page-block-projects-menu-item {
  cursor: pointer;
  font-family: "ProximaNova";
  font-size: 13px;
  line-height: 15px;
  color: #7a7878;
  padding: 4px 0;
  margin: 0 12px 0 8px;
}
.team-page-block-projects-container-wrap {
  outline-color: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  display: flex;
}
.team-page-block-projects-container-wrap .team-page-block-projects-container {
  white-space: nowrap;
  position: relative;
  text-align: center;
  width: fit-content;
  padding: 8px 19px;
  height: fit-content;
  cursor: pointer;
  outline: none;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-color: unset;
  color: #162a47;
  border-radius: 8px;
}
#team-page-block-scroll {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: calc(100vh - 310px);
}
#team-page-block-scroll .smm-scrollbar-new-scroll-wrap .scroll-content {
  right: -17px !important;
}
@media (max-width: 992px) {
#team-page-block-scroll {
    height: calc(100vh - 270px);
}
}
@media (max-width: 758px) {
#team-page-block-scroll {
    height: calc(100vh - 250px);
}
}
#team-page-block-scroll-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#team-page-block-scroll-menu .smm-scrollbar-new-scroll-wrap .scroll-content {
  right: -21px !important;
}
.smm-table-team-project-members .v-data-table__empty-wrapper,
.smm-table-team-project-members .v-data-footer,
.smm-table-team-project-members .v-data-table-header,
.smm-table-team-project-members .v-data-table__mobile-row__header {
  display: none;
}
.smm-table-team-project-members .v-data-table__mobile-row {
  margin: 0;
  border-bottom: none;
  padding: 1rem !important;
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: unset !important;
  height: auto !important;
}
@media (max-width: 599px) {
.smm-table-team-project-members .v-data-table__mobile-row {
    display: flex !important;
    width: 100%;
}
.smm-table-team-project-members .v-data-table__mobile-row .smm-team-user-block {
    justify-content: center;
    text-align: left;
}
.smm-table-team-project-members .v-data-table__mobile-row .user-team-global-role,
  .smm-table-team-project-members .v-data-table__mobile-row .smm-remove-item {
    justify-content: center;
    text-align: center;
}
}
.smm-table-team-project-members .smm-remove-item {
  display: flex;
  justify-content: flex-end;
}
.smm-table-team-project-members .smm-remove-item .remove-mobile {
  display: none;
}
.smm-table-team-project-members .smm-remove-item .remove-text {
  color: #7a7878;
  text-decoration: none;
  font-size: 16px;
}
.smm-table-team-project-members .smm-remove-item .remove-text:hover,
.smm-table-team-project-members .smm-remove-item .remove-text.hover {
  color: #f37021;
}
@media (max-width: 599px) {
.smm-table-team-project-members .smm-remove-item .remove-desktop {
    display: none !important;
}
.smm-table-team-project-members .smm-remove-item .remove-mobile {
    display: inline-flex;
}
}
@media (min-width: 600px) {
.smm-table-team-project-members .smm-remove-item .remove-mobile {
    display: none !important;
}
}
@media (max-width: 1112px) {
.smm-table-team-project-members table tbody tr {
    display: flex !important;
    flex-wrap: wrap;
    border-bottom: thin solid rgba(0, 0, 0, 0.12);
}
.smm-table-team-project-members table tbody tr td {
    width: 50%;
    margin: 0;
    padding: 1rem !important;
    display: flex !important;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: unset !important;
    height: auto !important;
    border-bottom: none !important;
}
}
@media (max-width: 599px) {
.smm-table-team-project-members table tbody tr {
    justify-content: space-between !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
}
@media (max-width: 1599px) {
.smm-table-team-project-members td:has(.smm-user-email-desktop) {
    display: none !important;
}
}
.align-items-center {
  align-items: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.w-100 {
  width: 100% !important;
}
.mobile-wrapper {
  display: none;
}
.table td,
.table th {
  vertical-align: middle;
}
.team-page-wrap {
  min-height: 100%;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  color: #162a47;
}
.add-team-page-button-wrapper {
  padding: 0;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 21px;
}
.btn-orange {
  background-color: #f37021;
  border-color: #f37021;
  color: #f0f0f0;
  border-radius: 10px;
}
.btn-orange:hover {
  background-color: #f37021;
  border-color: #f37021;
}
.btn-orange:focus,
.btn-orange:active:focus,
.btn-orange.active:focus,
.btn-orange.focus,
.btn-orange:active.focus,
.btn-orange.active.focus {
  outline: none;
  box-shadow: none;
  background-color: #f37021;
  border-color: #f37021;
  color: #f0f0f0;
  border-radius: 10px;
}
/* team list container*/
.team-list-wrap {
  background-color: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 5px 24px 24px;
  position: relative;
}
.team-list-header {
  width: 100%;
  border-bottom: 2px solid #f0f0f0;
  padding: 5px;
}
.table {
  margin-top: 20px;
}
.table td {
  border-top: transparent;
  border-bottom: 1px solid #dee2e6;
}
.btn-others {
  padding: 0;
}
.btn-others:focus,
.btn-others.focus {
  box-shadow: none;
}
.btn-check-projects {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  color: #162a47;
  vertical-align: none;
}
.btn-check-projects:hover,
.btn-check-projects.hover {
  outline: none;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #162a47;
  border-radius: 8px;
}
.btn-check-projects:not(:disabled):not(.disabled).active,
.btn-check-projects:not(:disabled):not(.disabled):active,
.show > .btn-check-projectsy.dropdown-toggle {
  background-color: #7a7878;
  border-color: #7a7878;
}
.btn-check-projects:not(:disabled):not(.disabled).active:focus,
.btn-check-projects:not(:disabled):not(.disabled):active:focus,
.show > .btn-check-projects.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 97, 97, 0.5);
}
.btn-check-projects:focus,
.btn-check-projects:active:focus,
.btn-check-projects.active:focus,
.btn-check-projects.focus,
.btn-check-projects:active.focus,
.btn-check-projects.active.focus {
  outline: none;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #162a47;
  border-radius: 8px;
}
.add-project-button {
  background-color: #fff;
  color: #f37021;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid #f37021;
  border-radius: 50%;
  line-height: 30px;
  margin-left: 5px;
  font-size: 25px;
}
.add-project-button:focus,
.add-project-button.focus {
  text-decoration: none;
  color: #f37021;
  outline: none;
}
.add-project-button:hover,
.add-project-button.hover {
  text-decoration: none;
  color: #f37021;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.team-role {
  color: #f37021;
  font-weight: 400;
}
@media (max-width: 599px) {
.team-user-block {
    font-weight: 400 !important;
}
}
.team-user-block img {
  width: 38px;
  height: 38px;
}
.fontEmail {
  color: #7a7878;
}
.modal-header {
  border-bottom: none;
}
.modal-dialog {
  border-radius: 8px;
  border-color: #fff;
  margin: 1.75rem auto;
  max-width: 550px;
  min-height: 30vh;
}
.modal-content {
  border-radius: 8px;
  border-color: #fff;
}
.modal-table-project-name {
  font-size: 16px;
  line-height: 19px;
  color: #7a7878;
}
@media (max-width: 599px) {
.modal-table-project-name {
    padding-right: 1.5rem;
}
}
.permission {
  font-size: 16px;
  line-height: 19px;
  color: #f37021;
}
.permission .btn-perm {
  color: #f37021;
  margin-top: 0 !important;
}
@media (max-width: 599px) {
.permission .btn-perm {
    padding: 0 !important;
    text-align: left !important;
    width: auto !important;
}
}
.permission .btn-perm:focus,
.permission .btn-perm.focus {
  box-shadow: none;
}
@media (max-width: 599px) {
.permission .v-btn--icon.v-size--default {
    width: auto !important;
    margin-left: 0.75rem;
}
}
#projectsInfo .btn-link:hover,
#addProject .btn-link:hover,
#projectsPermissions .btn-link:hover,
#projectsInfo .btn-link:focus,
#addProject .btn-link:focus,
#projectsPermissions .btn-link:focus {
  color: #f19d6a !important;
}
.list-group-item {
  justify-content: space-between;
  align-items: center;
}
.modal-footer {
  border-top: none;
  justify-content: flex-start;
}
.modal-table {
  margin: 0;
  padding: 0;
  border: none;
}
.modal-table li {
  border: none;
  border-top: none;
}
.modal-table li:first-child {
  border: none;
}
.modal-table .list-group-item:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  margin-bottom: 0 !important;
}
.modal-dialog-scrollable .modal-table {
  padding: 0 !important;
}
#collapseAddProject {
  padding: 0 15px !important;
  width: 100%;
}
.collapse-permission {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 1.5rem;
}
.collapse-permission .list-group-settings {
  border-top: none;
}
.collapse-permission .list-group-settings .list-group-item:first-child {
  border-bottom: 0 !important;
}
.collapse-permission .list-group-settings .list-group-item:first-child label span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #162a47;
}
.collapse-permission .list-group-settings .settings-item {
  padding: 0 0 4px 0 !important;
}
.collapse-permission .list-group-settings .settings-item span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #162a47;
}
.collapse-permission .list-group-settings .settings-item small {
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
  color: #7a7878;
}
.collapse-permission .list-group-settings .settings-item .custom-switch .custom-control-label::before {
  border-radius: 1rem;
  transition: background-color 0.15s ease-out;
  background-color: #fff;
}
.collapse-permission .list-group-settings .settings-item .custom-switch .custom-control-label::after {
  left: calc(-2.2rem + 2px);
  -webkit-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 1rem;
  background-color: #adb5bd;
}
.collapse-permission .list-group-settings .settings-item .custom-switch .custom-control-input:checked .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
  box-shadow: -0.125rem 0 0.125rem rgba(0, 0, 0, 0.2);
}
.collapse-permission .list-group-settings .settings-item .custom-control-input:focus .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem #fce5d6;
  background-color: #ffccaa;
  border-color: #f37021;
}
.collapse-permission .list-group-settings .settings-item .custom-control-input:active .custom-control-label::before {
  background-color: #ffccaa;
}
.collapse-permission .list-group-settings .settings-item .custom-control-input:checked .custom-control-label::before {
  color: #fff;
  border-color: #f37021;
  background-color: #f37021;
}
.collapse-permission .btn-orange {
  max-width: 50%;
  background-color: #f37021;
  border-color: #f37021;
  color: #f0f0f0;
  border-radius: 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.collapse-permission .btn-orange:focus {
  box-shadow: 0 0 0 0.2rem #fce5d6;
}
.btn-orange:hover,
.btn-orange.hover {
  color: #f0f0f0;
}
.add-button-wrapper .plus-style {
  font-size: 25px;
  line-height: 25px;
}
.add-button-wrapper .add-style {
  line-height: 25px;
}
.add-project-collapse {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  border-bottom: none;
}
.add-project-collapse li {
  padding: 0;
}
.add-project-collapse .custom-control-input-orange .custom-control-label::before {
  border-radius: 50%;
}
.add-project-collapse .custom-control-input-orange:focus .custom-control-label::before {
  border-radius: 50%;
  border-color: #f37021 !important;
  box-shadow: 0 0 0 0.2rem rgba(167, 91, 40, 0.25) !important;
}
.add-project-collapse .custom-control-input-orange:checked .custom-control-label::before {
  border-radius: 50%;
  border-color: #f37021 !important;
  background-color: #f37021 !important;
}
.add-project-collapse .custom-control-input-orange:focus:not(:checked) .custom-control-label::before {
  border-radius: 50%;
  border-color: #f37021 !important;
}
.add-project-collapse .custom-control-input-orange:not(:disabled):active .custom-control-label::before {
  border-radius: 50%;
  background-color: #f5e3d6 !important;
  border-color: #f5e3d6 !important;
}
.add-project-collapse .btn-orange {
  max-width: 50%;
  background-color: #f37021;
  border-color: #f37021;
  color: #f0f0f0;
  border-radius: 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
}
.add-project-collapse .btn-orange:focus {
  box-shadow: 0 0 0 0.2rem #fce5d6;
}
.modal-header {
  border-bottom: 2px solid #dee2e6;
}
.modal-header h4 {
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  color: #162a47;
  font-size: 16px;
}
.card-add-proj {
  border: none;
}
.add-project-content .list-group {
  border-top: none;
}
.add-project-content .list-group:first-child {
  border-top: none;
}
.add-project-content .list-group:last-child {
  border: none;
}
.add-project-content .modal-table {
  margin: 0;
  padding: 0;
  border: none;
}
.add-project-content .modal-table li {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.add-project-content .modal-table li:first-child {
  border-top: none;
}
.add-project-content .modal-table li {
  border-bottom: none;
  border-top: none;
}
.add-project-modal .custom-control-input-orange .custom-control-label::before {
  border-radius: 50%;
}
.add-project-modal .custom-control-input-orange:focus .custom-control-label::before {
  border-radius: 50%;
  border-color: #f37021 !important;
  box-shadow: 0 0 0 0.2rem rgba(167, 91, 40, 0.25) !important;
}
.add-project-modal .custom-control-input-orange:checked .custom-control-label::before {
  border-radius: 50%;
  border-color: #f37021 !important;
  background-color: #f37021 !important;
}
.add-project-modal .custom-control-input-orange:focus:not(:checked) .custom-control-label::before {
  border-radius: 50%;
  border-color: #f37021 !important;
}
.add-project-modal .custom-control-input-orange:not(:disabled):active .custom-control-label::before {
  border-radius: 50%;
  background-color: #f5e3d6 !important;
  border-color: #f5e3d6 !important;
}
.mobile-wrapper {
  padding: 2rem 1rem;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
}
.mobile-wrapper .pic-sm {
  width: 40px;
  height: 40px;
  outline: 2px solid #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.mobile-wrapper .header h3 {
  color: #162a47;
  font-size: 18px;
  font-family: Proxima Nova;
  font-weight: 600;
}
.mobile-wrapper .mobile-content .teams-card {
  padding: 1rem;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.mobile-wrapper .mobile-content .teams-card .title-teams {
  color: #162a47;
  font-size: 16px;
  line-height: 18px;
  font-family: Proxima Nova;
  font-weight: 600;
}
.mobile-wrapper .mobile-content .teams-card .subtitle-teams {
  color: #7a7878;
  font-size: 13px;
  line-height: 15px;
  font-family: Proxima Nova;
  font-weight: 300;
}
.mobile-wrapper .mobile-content .teams-card .add-project-button {
  line-height: 25px;
}
.mobile-wrapper .list-group-item {
  padding: 0;
}
.mobile-wrapper .project-participation span {
  font-size: 14px;
  font-weight: 300;
}
.mobile-wrapper .permission span {
  font-size: 14px;
  font-weight: 300;
}
.mobile-wrapper .btn-project:hover,
.mobile-wrapper .btn-project.hover {
  color: #7a7878;
  text-decoration: none;
}
.mobile-wrapper .add-project-modal .card-body {
  padding: 1.25rem;
}
.btn-add-project {
  border-radius: 10px !important;
  width: 100% !important;
  max-width: 50% !important;
  padding: 0.375rem 0.75rem !important;
  min-height: 38px !important;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
#collapseAddProject .add-project-collapse {
  padding: 15px 20px;
}
#teamPage .v-dialog {
  padding-top: 0 !important;
}
#teamPage .v-dialog {
  padding-top: 0 !important;
}
.v-dialog {
  padding-top: 0 !important;
}
.smm-dialog-title {
  position: sticky;
  z-index: 9;
  top: 0;
  background-color: #fff;
  padding-top: 15px;
}
@media (max-width: 768px) {
.fullsreen-wrapper {
    display: none;
}
.mobile-wrapper {
    display: block;
}
}

.help {
  width: 100%;
}
.help .title-helper {
  font-size: 14px;
}
.help .title-helper .color-orange {
  text-decoration: underline;
}
.help .search {
  margin: 21px 0 42px;
}
.help .title-ul {
  font-size: 18px;
  color: #162a47;
  font-weight: 600;
}
.help .list-helper {
  font-size: 14px;
  color: #7a7878;
}
.help .list-helper ul {
  padding: 0px 0px 0px 15px;
}
.help .list-helper ul li {
  color: #f37021;
  line-height: 22px;
}
.help .list-helper ul li span {
  color: #7a7878;
}
.help .list-helper ul li span a {
  text-decoration: none;
  color: #7a7878;
  font-size: 15px;
}
.help .list-helper ul li span a:hover {
  color: #f37021;
}
.help-block {
  background: white;
  padding: 7px 30px 30px;
}
.help-block .h_title {
  line-height: 40px;
  border-bottom: 2px #e8e8e8 solid;
  font-size: 19px;
  color: #162a47;
  font-weight: 600;
}
.help-block .h_content {
  position: relative;
  min-height: 65vh;
  height: auto;
}
.help-block .h_content .h-decription {
  font-size: 14px;
  color: #162a47;
}
.help-block .h_content .h-decription .idea {
  color: #f37021;
  cursor: pointer;
}
.help-block .h_content .h-decription .idea:hover {
  text-decoration: underline;
}
.btn-search {
  border-radius: 5px;
  font-size: 14px;
  background: #f37021;
  color: white;
  padding: 0px 32px;
  border: 0;
  cursor: pointer;
}
.btn-search:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}
.btn-category {
  font-size: 14px;
  width: fit-content;
  padding: 10px 25px;
  background: #f37021;
  color: white;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
}
.btn-category:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}
.category_name {
  height: 30px;
  font-size: 15px;
  width: 100%;
  padding: 10px;
}
.h_textarea {
  font-family: ProximaNova;
  font-size: 17px;
  padding: 10px;
  resize: none;
  border: 1px solid #e0dfdf;
}
.h_textarea:focus {
  outline: none;
  border: 1px solid #f37021;
}
.h-table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  width: 100%;
}
.h-table th {
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #f37021;
  color: white;
  border: 1px solid #ddd;
}
.h-table td {
  border: 1px solid #ddd;
  text-align: left;
  padding: 8px;
}
.h-table tr {
  background-color: #f2f2f2;
}
.h-table tr.alt {
  background-color: white;
}
.h-table .icon-remove,
.h-table .icon-edit {
  cursor: pointer;
  text-align: center;
  color: #aaaaab;
  font-size: 12px;
}
.h-table .icon-remove:hover,
.h-table .icon-edit:hover {
  color: #f37021;
}
.category-subs .icon-remove,
.category-subs .icon-edit {
  font-size: 11px;
  color: #c3c3c3;
  cursor: pointer;
  text-align: center;
}
.category-subs .icon-remove:hover,
.category-subs .icon-edit:hover {
  color: #f37021;
}
.disabled {
  cursor: no-drop;
}
.h_content {
  position: relative;
}
.h-error {
  font-size: 14px;
  color: #7a7878;
}
.subcategory {
  font-size: 14px;
  cursor: pointer;
  color: #7a7878;
}
.subcategory:hover {
  color: #f37021;
}
.language-ignore-text {
  cursor: pointer;
  color: #f37021;
  font-size: 15px;
  user-select: none;
}

.help-block {
  background: white;
  padding: 7px 30px 30px;
}
.help-block .h_title {
  line-height: 40px;
  border-bottom: 2px #e8e8e8 solid;
  font-size: 19px;
  color: #162a47;
  font-weight: 600;
}
.help-block .h_content {
  position: relative;
  min-height: 65vh;
  height: auto;
}
.help-block .h_content .h-decription {
  font-size: 14px;
  color: #162a47;
}
.help-block .h_content .h-decription .idea {
  color: #f37021;
  cursor: pointer;
}
.help-block .h_content .h-decription .idea:hover {
  text-decoration: underline;
}
.article-block .article {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}
.article-block .article .a-title {
  font-size: 18px;
  font-weight: 600;
}
.article-block .article .a-desc {
  white-space: pre-wrap;
  padding-top: 15px;
  line-height: 25px;
  font-size: 14px;
  color: #7a7878;
}
.no-help-description {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
  line-height: 25px;
  font-size: 14px;
  color: #7a7878;
}
.art-poll {
  margin-top: 30px;
}
.art-poll .question {
  text-align: center;
  font-weight: 600;
}
.art-poll .bl-btn {
  margin-top: 17px;
  display: flex;
  font-size: 14px;
  margin: 17px auto;
  width: fit-content;
}
.art-poll .bl-btn .btn-yes,
.art-poll .bl-btn .btn-no {
  border: none;
  padding: 8px 23px;
  cursor: pointer;
}
.art-poll .bl-btn .btn-yes {
  color: white;
  background: #56a9ef;
}
.art-poll .bl-btn .btn-yes:hover {
  background: #268de4;
}
.art-poll .bl-btn .btn-no {
  background: #f0f0f0;
  color: #162a47;
}
.art-poll .bl-btn .btn-no:hover {
  background: #dedede;
}
.help-article {
  width: 100%;
}
.help-article .search {
  margin: 21px 0 42px;
}
.help-article .backwards {
  margin-bottom: 15px;
}
.help-article .backwards .fs-14 {
  font-size: 14px;
}
.help-article .backwards .back-txt {
  margin-left: 8px;
}
.help-article .backwards a {
  text-decoration: none;
}
.help-article .no-help-description {
  text-align: center;
  font-size: 14px;
  color: #e18fa2;
}
.back-help {
  color: #f37021;
  cursor: pointer;
  margin: 15px 0;
}
.back-help:hover {
  text-decoration: underline;
}
.answer-helping {
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
  line-height: 20px;
}
.answer-helping .answer {
  color: #7A7878;
}
.answer-helping .answer span {
  color: #F37021;
  font-weight: bold;
}
.answer-helping .update-answer {
  color: #F37021;
  cursor: pointer;
}
.answer-helping .update-answer:hover {
  text-decoration: underline;
}
.h_image {
  max-width: 100%;
}

.mailing {
  font-family: ProximaNova;
  background: white;
  border-top: 5px solid #f37021;
}
.mailing .image {
  width: 200px;
  height: 25px;
  background-image: url("/assets/img/logo-xs.svg");
  background-size: inherit;
  z-index: 1;
  margin: 35px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.mailing .attractor {
  font-size: 15px;
  color: #7a7878;
  width: fit-content;
}
.mailing .attractor .attractor-email {
  text-decoration: underline;
  color: #f37021;
}
.mailing .attractor-message {
  width: fit-content;
  max-width: 514px;
  color: #7a7878;
  font-size: 16px;
}
.mailing .attractor-message .tite {
  color: #162a47;
}
.mailing .subtitle {
  color: #7a7878;
  font-size: 13px;
  width: fit-content;
}
.mailing .subtitle .orange {
  color: #f37021;
}

.no-permission[data-v-54f3bdab] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  background-color: #f5f5f5;
  font-family: ProximaNova, sans-serif;
}
.no-permission .no-permission-container[data-v-54f3bdab] {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 60px 40px;
  text-align: center;
  max-width: 500px;
  width: 90%;
}
.no-permission .no-permission-container .no-permission-content .no-permission-icon[data-v-54f3bdab] {
  font-size: 64px;
  color: #f37021;
  margin-bottom: 24px;
}
.no-permission .no-permission-container .no-permission-content .no-permission-title[data-v-54f3bdab] {
  font-size: 28px;
  font-weight: bold;
  color: #162a47;
  margin-bottom: 16px;
}
.no-permission .no-permission-container .no-permission-content .no-permission-message[data-v-54f3bdab] {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 32px;
}
.no-permission .no-permission-container .no-permission-content .no-permission-actions .btn-back[data-v-54f3bdab] {
  background: #f37021;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.no-permission .no-permission-container .no-permission-content .no-permission-actions .btn-back[data-v-54f3bdab]:hover {
  background: #e05a1a;
}
.no-permission .no-permission-container .no-permission-content .no-permission-actions .btn-back[data-v-54f3bdab]:active {
  transform: translateY(1px);
}
.no-permission .no-permission-container .no-permission-content .no-permission-actions .btn-back i[data-v-54f3bdab] {
  font-size: 14px;
}
@media (max-width: 768px) {
.no-permission .no-permission-container[data-v-54f3bdab] {
    padding: 40px 20px;
    margin: 20px;
}
.no-permission .no-permission-container .no-permission-content .no-permission-icon[data-v-54f3bdab] {
    font-size: 48px;
}
.no-permission .no-permission-container .no-permission-content .no-permission-title[data-v-54f3bdab] {
    font-size: 24px;
}
.no-permission .no-permission-container .no-permission-content .no-permission-message[data-v-54f3bdab] {
    font-size: 14px;
}
}

.ui-button.connected {
  width: 122px;
  padding: 10px 21px;
  font-size: 14px;
  background: #f0f0f0;
  color: #162a47;
}
.ui-button.connected.active {
  background: #f37021;
  color: #fff;
}
.ui-button.connected.save-profile {
  margin: 15px 0;
}
.ui-checkbox.disable {
  filter: grayscale(1);
}
.personal-information {
  width: 100%;
}
.personal-information .personal-inform {
  padding: 27.5px 0 25px;
  border-bottom: 2px solid #f0f0f0;
}
.personal-information .personal-inform .photo-user {
  margin-top: 46px;
  margin-bottom: 14px;
}
.personal-information .personal-inform .photo-user .title-user {
  font-size: 13px;
  margin-bottom: 14px;
}
.personal-information .personal-inform .photo-user .image-user {
  width: 65px;
  height: 65px;
  background-color: #f0f0f0;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
}
.personal-information .language {
  padding: 14px 0 34px;
  border-bottom: 2px solid #f0f0f0;
}
.personal-information .two-fa {
  border-bottom: 2px solid #f0f0f0;
}
.personal-information .social-network {
  padding: 16px 0 27px;
  border-bottom: 2px solid #f0f0f0;
}
.personal-information .social-network .color-orange {
  font-size: 15px;
}
.personal-information .social-network .social-net {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.personal-information .social-network .social-net .soc-net {
  font-size: 15px;
  padding: 0 18px;
}
.personal-information .notifications {
  padding: 16px 0 43px;
  border-bottom: 2px solid #f0f0f0;
}
.personal-information .notifications .title {
  margin-bottom: 35px;
  font-size: 15px;
}
.personal-information .notifications .title .post-office {
  font-size: 15px;
  text-align: center;
}
.personal-information .none-select {
  user-select: none;
}
.personal-information .error-msg {
  color: #e18fa2;
}
.ui-circle {
  background: #f37021;
  border-radius: 50%;
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  width: 33px;
  height: 33px;
}
.mailingbot {
  font-size: 14px;
}
.profile-bunner {
  background: #f0f0f0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  color: #f37021;
  text-align: center;
  cursor: pointer;
  font-size: 25px;
}
.profile-bunner:hover {
  border: 1px solid;
}
.personal-photo {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn-orange {
  background: #f37021;
  color: white;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}
.btn-orange:hover {
  background: #f19d6a;
}
.change-connected {
  margin-top: 25px;
  font-size: 14px;
  background: #56a9ef;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}
.change-connected:hover {
  background: #84beef;
}
.change-connected.connect {
  background: #f37021;
}
.change-connected.connect:hover {
  background: #f19d6a;
}
.icon-soc-twitter:before {
  content: "𝕏" !important;
  font-size: 12px;
  line-height: 0.8;
}
.icon-soc-threads {
  font-size: unset !important;
}
.icon-soc-threads:before {
  content: url('data:image/svg+xml;utf8,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.1502 6.48873C10.0902 6.45983 10.0291 6.43201 9.96731 6.40537C9.85965 4.41424 8.77569 3.27432 6.95561 3.26266C6.94736 3.26261 6.93916 3.26261 6.93091 3.26261C5.84227 3.26261 4.93685 3.72902 4.37958 4.57776L5.38057 5.26698C5.79688 4.633 6.45023 4.49785 6.93139 4.49785C6.93695 4.49785 6.94253 4.49785 6.94803 4.4979C7.54732 4.50174 7.99954 4.67663 8.29223 5.01769C8.50523 5.26599 8.64769 5.60911 8.71823 6.04215C8.18689 5.95151 7.61226 5.92364 6.99797 5.95899C5.26751 6.05904 4.15503 7.07203 4.22975 8.47962C4.26767 9.19362 4.62205 9.80787 5.22758 10.2091C5.73954 10.5483 6.39892 10.7142 7.08422 10.6767C7.98922 10.6269 8.6992 10.2803 9.1945 9.64658C9.57066 9.16533 9.80858 8.54168 9.91362 7.75585C10.3449 8.01711 10.6646 8.36092 10.8411 8.77421C11.1413 9.47676 11.1588 10.6312 10.2203 11.5725C9.39798 12.397 8.40956 12.7537 6.91577 12.7647C5.25876 12.7524 4.00558 12.219 3.1908 11.1794C2.42783 10.2059 2.03352 8.79973 2.01881 7C2.03352 5.20026 2.42783 3.79412 3.1908 2.82061C4.00558 1.78098 5.25873 1.2476 6.91574 1.23524C8.58478 1.2477 9.85979 1.78364 10.7058 2.82829C11.1206 3.34057 11.4333 3.98481 11.6395 4.73596L12.8125 4.42183C12.5626 3.49724 12.1694 2.70052 11.6342 2.03977C10.5497 0.700487 8.96356 0.0142295 6.91984 0H6.91165C4.87209 0.0141801 3.30369 0.703048 2.25005 2.04745C1.31244 3.2438 0.828802 4.90844 0.812551 6.99508L0.8125 7L0.812551 7.00492C0.828802 9.09154 1.31244 10.7562 2.25005 11.9526C3.30369 13.2969 4.87209 13.9859 6.91165 14H6.91984C8.73312 13.9874 10.0113 13.5109 11.0642 12.455C12.4418 11.0736 12.4003 9.34201 11.9463 8.27903C11.6205 7.51676 10.9995 6.89764 10.1502 6.48873ZM7.01943 9.44322C6.26101 9.48609 5.47308 9.14441 5.43423 8.41254C5.40543 7.8699 5.81898 7.2644 7.06598 7.19227C7.20879 7.184 7.34892 7.17996 7.48658 7.17996C7.93953 7.17996 8.36328 7.22412 8.74852 7.30866C8.60483 9.10984 7.76199 9.40231 7.01943 9.44322Z" fill="white"/></svg>') !important;
}

.privacy-policy {
  background-color: #f0f0f0;
  font-family: ProximaNova;
  display: grid;
  grid-template-rows: 74px auto;
  z-index: 1;
  position: relative;
}
.privacy-policy .policy_header {
  height: 74px;
  background: white;
  border-bottom: 1px #f37021 solid;
}
.privacy-policy .policy_header .uc-header-logo {
  background-image: url("/assets/img/logotip-small.png");
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: center center;
  background-size: 70%;
  width: 165px;
  height: 70px;
}
@media (min-width: 1200px) {
.privacy-policy .policy_header .uc-header-logo.xl {
    background-image: url("/assets/img/logotip.svg");
    width: 271px;
}
}
.privacy-policy .policy_body {
  height: auto;
  background: white;
}
.privacy-policy .policy_body .policy-title {
  font-size: 19px;
  font-weight: bold;
  width: 100%;
  color: #162a47;
  height: auto;
  border-bottom: 2px #e8e8e8 solid;
}
.privacy-policy .policy_body .policy-content {
  background: #f0f0f059;
  font-size: 14px;
  color: black;
  line-height: 25px;
}

.tearms-of-use {
  background-color: #f0f0f0;
  font-family: ProximaNova;
  display: grid;
  grid-template-rows: 74px auto;
  z-index: 1;
  position: relative;
}
.tearms-of-use .policy_header {
  height: 74px;
  background: white;
  border-bottom: 1px #f37021 solid;
}
.tearms-of-use .policy_header .uc-header-logo {
  background-image: url("/assets/img/logotip-small.png");
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: center center;
  background-size: 70%;
  width: 165px;
  height: 70px;
}
@media (min-width: 1200px) {
.tearms-of-use .policy_header .uc-header-logo.xl {
    background-image: url("/assets/img/logotip.svg");
    width: 271px;
}
}
.tearms-of-use .policy_body {
  height: auto;
  background: white;
}
.tearms-of-use .policy_body .policy-title {
  font-size: 19px;
  font-weight: bold;
  width: 100%;
  color: #162a47;
  height: auto;
  border-bottom: 2px #e8e8e8 solid;
}
.tearms-of-use .policy_body .policy-content {
  color: black;
  line-height: 25px;
  background: #f0f0f059;
  font-size: 14px;
}

.project-template {
  background: #e5e5e5;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
.project-template .modal-template {
  max-width: 600px;
  border-top: 5px solid #f37021;
  background: white;
}
.project-template .modal-template .box-button {
  width: fit-content;
  margin-top: 9px;
}
.project-template .modal-template .to-entrance {
  font-size: 14px;
  color: #7a7878;
  text-align: center;
}
.project-template .modal-template .to-entrance .entrance {
  color: #f37021;
}
.project-template .modal-template .to-entrance a {
  text-decoration: none;
}
.project-template .image {
  width: 200px;
  height: 25px;
  background-image: url("/assets/img/logo-xs.svg");
  background-size: inherit;
  z-index: 1;
  margin: 20px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.project-template .invitation {
  font-size: 15px;
  color: #7a7878;
  text-align: center;
}
.project-template .invitation a {
  color: #f37021;
}
.project-template .description {
  font-size: 16px;
  color: #7a7878;
  line-height: 19px;
}
.project-template .description .color-sapphire {
  color: #162a47;
}

.ai-assistant-item_content {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.ai-assistant-item_content_item {
  cursor: pointer;
  width: 225px;
  height: 130px;
  border-radius: 10px;
  display: flex;
  border: solid 1px #f0f0f0 !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.ai-assistant-item_content_item_border-left {
  background: #F0F0F0;
  width: 12px;
  min-width: 12px;
  height: 100%;
}
.ai-assistant-item_content_item_content {
  padding: 16px;
}
.ai-assistant-item_content_item_content_title {
  color: #162A47;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 4px;
}
.ai-assistant-item_content_item_content_sub-title {
  font-size: 11px;
  font-weight: 400;
  color: #7A7878;
}
.ai-assistant-item_content_item_content_icon {
  width: 26px;
  height: 26px;
}

.ai-assistant-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Styling for the track (the line the slider moves on) */
  /* Styling for the thumb (the handle) */
  /* Styling for Mozilla Firefox */
  /* Styling for Microsoft Edge and IE */
}
.ai-assistant-modal .w-100 {
  width: 100%;
}
.ai-assistant-modal .ai-assistant-modal-btn {
  width: 100%;
  margin-top: 15px;
}
.ai-assistant-modal .ai-assistant-modal-count-words-btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #162a47;
}
.ai-assistant-modal input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  /* Track height */
  border-radius: 5px;
  background: #cacaca;
  /* Track color */
  outline: none;
  margin: 10px 0;
}
.ai-assistant-modal input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  /* Track height */
  border-radius: 5px;
  background: #cacaca;
  /* Track color */
}
.ai-assistant-modal input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  /* Handle size */
  height: 18px;
  /* Handle size */
  border: 9px solid #f37021;
  /* Border size and color */
  border-radius: 50%;
  /* Half of the handle size for a circular shape */
  background: #f37021;
  /* Handle color */
  cursor: pointer;
  margin-top: -5px;
  /* Adjust the thumb position */
}
.ai-assistant-modal input[type="range"]::-moz-range-track {
  width: 100%;
  height: 3px;
  /* Track height */
  border-radius: 5px;
  background: #cacaca;
  /* Track color */
}
.ai-assistant-modal input[type="range"]::-moz-range-thumb {
  width: 12px;
  /* Handle size */
  height: 12px;
  /* Handle size */
  border: 6px solid #f37021;
  /* Border size and color */
  border-radius: 50%;
  /* Half of the handle size for a circular shape */
  background: #f37021;
  /* Handle color */
  cursor: pointer;
  margin-top: -5px;
  /* Adjust the thumb position */
}
.ai-assistant-modal input[type="range"]::-ms-track {
  width: 100%;
  height: 3px;
  /* Track height */
  border-radius: 5px;
  background: #cacaca;
  /* Track color */
  color: transparent;
}
.ai-assistant-modal input[type="range"]::-ms-thumb {
  width: 12px;
  /* Handle size */
  height: 12px;
  /* Handle size */
  border: 6px solid #f37021;
  /* Border size and color */
  border-radius: 50%;
  /* Half of the handle size for a circular shape */
  background: #f37021;
  /* Handle color */
  cursor: pointer;
  margin-top: -5px;
  /* Adjust the thumb position */
}
.ai-assistant-modal label {
  font-weight: 300;
  line-height: 17px;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  text-align: left;
}
.ai-assistant-modal .range-value {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 0.1rem 0.5rem;
  font-weight: 300;
  min-width: 37px;
  text-align: center;
}
.ai-assistant-modal .left {
  float: left;
  text-align: center;
}
.ai-assistant-modal .container-fluid {
  max-width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.ai-assistant-modal .custom-textarea {
  width: 100% !important;
  resize: none;
  border: 1px solid #f37021;
  border-radius: 8px;
  height: auto;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  overflow: auto;
  font-family: inherit;
  box-sizing: border-box;
}
.ai-assistant-modal .form-container {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 6px 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  min-height: 74px;
}
.ai-assistant-modal .form-container:first-child {
  margin-right: 1rem;
}
.ai-assistant-modal .form-container.period {
  flex-direction: column;
  align-content: flex-start;
}
.ai-assistant-modal .form-container.period .period-text {
  width: 100%;
}
.ai-assistant-modal .form-container.period .ai-assistant-modal-period {
  display: flex;
  width: 100%;
  gap: 16px;
}
.ai-assistant-modal .form-container div {
  padding: 0px;
  text-align: start;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.ai-assistant-modal .row {
  margin: 0px !important;
}
.ai-assistent-model-content-select-text {
  font-size: 14px;
  line-height: 17px;
  color: #131313 !important;
  margin: 0 0 0 15px !important;
}
@media (min-width: 1200px) {
.right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
}
@media (min-width: 995px) and (max-width: 1200px) {
.right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
}
@media (max-width: 768px) {
.right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.form-container {
    flex-direction: column !important;
    min-height: 125px !important;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
}
}
@media (min-width: 768px) and (max-width: 995px) {
.right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.form-container {
    flex-direction: column !important;
    min-height: 125px !important;
    text-align: left !important;
}
.dropdown-label {
    margin-right: 0.25rem;
}
}
@media (max-width: 600px) {
.form-container.period {
    gap: 16px;
}
.form-container.period .ai-assistant-modal-period {
    flex-direction: column;
}
}

.custom-ai-modal-dialog {
  position: relative !important;
  overflow: auto !important;
  all: unset;
  max-width: 800px !important;
  width: 100% !important;
  transform: none;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  margin: 1.75rem auto;
  align-items: center;
  width: auto;
  pointer-events: none;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  padding: 3rem 3rem !important;
  border-radius: 20px;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #162A47;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  max-height: max-content !important;
}
.custom-ai-modal-dialog .smm-dialog .smm-dialog-title {
  height: 60px;
  top: -30px;
  margin-bottom: 2rem;
  padding-top: 0 !important;
}
.custom-ai-modal-dialog .np {
  padding: 0px !important;
}
.custom-ai-modal-dialog .result {
  margin-top: 48px;
  width: 100%;
  height: auto !important;
  margin-bottom: 20px;
}
.custom-ai-modal-dialog .result .result-container .result-bottom .right {
  display: none !important;
}
.custom-ai-modal-dialog .result .smm-ai-generate-result-ai-model {
  max-height: 400px !important;
}
.custom-ai-modal-dialog .result .smm-ai-generate-result-ai-model > pre {
  padding: 0 8px 0 0;
  white-space: pre-wrap;
}
.custom-ai-modal-dialog .ai-assistant-modal-result {
  margin-left: 3px;
  margin-right: 3px;
}
.custom-ai-modal-dialog .result-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.custom-ai-modal-dialog .result-container {
  height: auto !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  border: 1px solid #CBCBCB;
  border-radius: 8px;
  padding: 16px !important;
  color: #162A47;
  margin-top: 24px;
  width: 100%;
}
.custom-ai-modal-dialog .smm-ai-generate-dialog-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-ai-modal-dialog .title {
  padding: 1rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 2rem !important;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  color: #162A47;
  padding: 0px !important;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
.custom-ai-modal-dialog {
    width: 100% !important;
    max-width: 1140px !important;
}
}
@media (min-width: 995px) and (max-width: 1200px) {
.custom-ai-modal-dialog {
    width: 100% !important;
    max-width: 800px !important;
}
}
@media (max-width: 768px) {
.custom-ai-modal-dialog {
    max-width: 500px !important;
}
.modal-header-fullscreen {
    display: none;
}
.modal-header-mobile {
    display: flex;
}
}
@media (min-width: 768px) and (max-width: 995px) {
.custom-ai-modal-dialog {
    max-width: auto !important;
}
}

.ai-assistent-chat-model {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
.ai-assistent-chat-model .ai-assistent-chat-btn-save {
  display: flex;
  justify-content: flex-end;
}
.ai-assistent-chat-model .ai-assistent-chat-btn-save .ai-assistent-chat-btn-save-error {
  color: red;
  font-family: Proxima Nova;
  font-weight: 400;
  font-size: 12px;
}
.ai-assistent-chat-model .ai-assistent-chat-input-wrap {
  position: relative;
  padding-right: 50px !important;
}
.ai-assistent-chat-model .ai-assistent-chat-input-wrap .ai-assistent-chat-input input {
  padding-right: 40px !important;
}
.ai-assistent-chat-model .ai-assistent-chat-input-wrap .ai-assistent-chat-send-btn {
  height: 23px;
  width: 23px;
  border-radius: 50%;
  background-color: #b2b9e1;
  position: absolute;
  right: 18px;
  top: 0;
  cursor: pointer;
}
.ai-assistent-chat-model .ai-assistent-chat-input-wrap .ai-assistent-chat-send-btn.isActive {
  background-color: #3f51b5;
  cursor: pointer;
}
.ai-assistent-chat-model .ai-assistent-chat-input-wrap .ai-assistent-chat-send-btn::before {
  content: url(/images/send.ebd85a7b77a57632c88e1afcdda90cd2.svg);
}
.ai-assistent-chat-model .ai-assistent-chat-input-wrap .ai-assistent-chat-send-btn:hover {
  opacity: 0.8;
}
.ai-assistent-chat-model .ai-assistent-chat-block {
  background-color: #f1f1f1;
  border-radius: 16px;
  border: 1px solid #d7d7d7;
  flex-grow: 1;
  overflow: hidden;
  height: calc(100vh - 380px);
  padding: 24px;
}
.ai-assistent-chat-model .ai-assistent-chat-block .ai-assistent-chat-block-no-message {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  font-size: 18px;
  line-height: 20px;
}
.ai-assistent-chat-model .ai-assistent-chat-block .ai-assistent-chat-block-messages {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.ai-assistent-chat-model .ai-assistent-chat-block .ai-assistent-chat-block-messages .ai-assistent-chat-block-messages-scroll {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ai-assistent-chat-model .ai-assistent-chat-block .ai-assistent-chat-block-messages .ai-assistent-chat-block-messages-scroll .ai-assistent-chat-block-messages-items {
  margin-left: 0;
  margin-right: auto;
}
.ai-assistent-chat-model .ai-assistent-chat-block .ai-assistent-chat-block-messages .ai-assistent-chat-block-messages-scroll .ai-assistent-chat-block-messages-items.isMyMessage {
  margin-left: auto;
  margin-right: 0;
}
.ai-assistent-chat-model .ai-assistent-chat-block .ai-assistent-chat-block-messages .ai-assistent-chat-block-messages-scroll .ai-assistent-chat-block-messages-items.isMyMessage .message {
  background-color: #e3e3e3;
}
.ai-assistent-chat-model .ai-assistent-chat-block .ai-assistent-chat-block-messages .ai-assistent-chat-block-messages-scroll .ai-assistent-chat-block-messages-items .message {
  padding: 16px;
  border-radius: 12px;
  background-color: #ffffff;
}

.ai-assistent-initial-data-modal {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.ai-assistent-initial-data-modal .ai-assistent-initial-data-content {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
}
.ai-assistent-initial-data-modal .ai-assistent-initial-data-btn {
  display: flex;
  justify-content: flex-end;
}

.ai-assistent-history-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ai-assistent-history-title .ai-assistent-history-title-content {
  display: flex;
  gap: 16px;
}
.ai-assistent-history-title .ai-assistent-history-title-content > img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.ai-assistent-history-title .ai-assistent-history-title-settings {
  cursor: pointer;
  color: #162a47;
  font-size: 30px;
}
.ai-assistent-history {
  display: flex;
  flex-direction: column;
}
.ai-assistent-history_text {
  color: #162a47;
  font-weight: 400;
  margin-bottom: 30px;
  max-width: 642px;
}
.ai-assistent-history_text_weight {
  font-weight: 600;
}
.ai-assistent-history_content {
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.ai-assistent-history_content_item {
  width: 225px;
  height: 130px;
  border-radius: 10px;
  display: flex;
  border: solid 1px #f0f0f0 !important;
  overflow: hidden;
}
.ai-assistent-history_content_item_border-left {
  background: #f0f0f0;
  width: 12px;
  height: 100%;
}
.ai-assistent-history_content_item_content {
  padding: 16px;
}
.ai-assistent-history_content_item_content_title {
  color: #162a47;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 4px;
}
.ai-assistent-history_content_item_content_sub-title {
  font-size: 11px;
  font-weight: 400;
  color: #7a7878;
}
.ai-assistent-history_content_item_content_icon {
  width: 26px;
  height: 26px;
}
.ai-assistant-item_content {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.ai-assistant-item_content_item {
  width: 225px;
  height: 130px;
  border-radius: 10px;
  display: flex;
  border: solid 1px #f0f0f0 !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.ai-assistant-item_content_item_border-left {
  background: #f0f0f0;
  width: 12px;
  min-width: 12px;
  height: 100%;
}
.ai-assistant-item_content_item_content {
  padding: 16px;
}
.ai-assistant-item_content_item_content_title {
  color: #162a47;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 4px;
}
.ai-assistant-item_content_item_content_sub-title {
  font-size: 11px;
  font-weight: 400;
  color: #7a7878;
}
.ai-assistant-item_content_item_content_icon {
  width: 26px;
  height: 26px;
}

.page-ai-assistant-title {
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.page-ai-assistant-title .page-ai-assistant-title-content {
  display: flex;
  gap: 16px;
}
.page-ai-assistant-title .page-ai-assistant-title-content .page-ai-assistant-title-content-text {
  padding: 5px;
  color: #162a47 !important;
  font-size: 1.7rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  height: 100%;
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
}
.page-ai-assistant-title .page-ai-assistant-title-content .page-ai-assistant-title-content-text.is-active-item {
  color: #f37021 !important;
}
.page-ai-assistant-title .page-ai-assistant-title-content .page-ai-assistant-title-content-text .borderBotton {
  border-bottom: 2px solid #f37021;
  display: none;
  position: absolute;
  bottom: -10px;
}
.page-ai-assistant-title .page-ai-assistant-title-content .page-ai-assistant-title-content-text .borderBotton.is-active-item {
  display: flex;
}
.page-ai-assistant-title .page-ai-assistant-title-content .page-ai-assistant-title-content-img > img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.page-ai-assistant-title .page-ai-assistant-title-settings {
  cursor: pointer;
  color: #162a47;
  font-size: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-ai-assistant-title .page-ai-assistant-title-settings > span {
  color: #162a47;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 720px) {
.page-ai-assistant-title .page-ai-assistant-title-settings > span {
    display: none;
}
}
.page-ai-assistant {
  display: flex;
  flex-direction: column;
}
.page-ai-assistant_text {
  color: #162a47;
  font-weight: 400;
  margin-bottom: 30px;
  max-width: 642px;
}
.page-ai-assistant_text_weight {
  font-weight: 600;
}
.page-ai-assistant_content {
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.page-ai-assistant_content_item {
  width: 225px;
  height: 130px;
  border-radius: 10px;
  display: flex;
  border: solid 1px #f0f0f0 !important;
  overflow: hidden;
}
.page-ai-assistant_content_item_border-left {
  background: #f0f0f0;
  width: 12px;
  height: 100%;
}
.page-ai-assistant_content_item_content {
  padding: 16px;
}
.page-ai-assistant_content_item_content_title {
  color: #162a47;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 4px;
}
.page-ai-assistant_content_item_content_sub-title {
  font-size: 11px;
  font-weight: 400;
  color: #7a7878;
}
.page-ai-assistant_content_item_content_icon {
  width: 26px;
  height: 26px;
}

.page-message {
  margin-top: 15px;
}
.page-message .socaccount {
  width: 212px;
  padding-right: 9px;
  border-right: 1px solid #f0f0f0;
}
.page-message .socaccount .box-btn {
  margin: 0 0 10px;
}
.page-message .socaccount .plus {
  font-size: 10px;
}
.page-message .f0f0f0 {
  background: #f0f0f0;
}
.page-message .FBFBFB {
  background: #fbfbfb;
}
.page-message .fz-10 {
  font-size: 10px;
}
.page-message .fz-12 {
  font-size: 12px;
}
.page-message .post-block {
  background: white;
  padding: 9px;
  width: fit-content;
  width: 336px;
}
.page-message .post-block .img {
  background-image: url("/assets/img/post-img.png");
  width: 313px;
  height: 120px;
}
.page-message .post-block .name {
  font-size: 14px;
}
.page-message .post-block .txt {
  font-size: 12px;
}
.page-message .post-block .icon-down {
  font-size: 11px;
}
.page-message .post-block .mini-mess {
  background: #f0f0f0;
  padding: 7px;
}
.page-message .post-block .mini-mess .text-for-message {
  font-size: 13px;
}
.page-message .post-block .mini-mess .time-for-message {
  font-size: 12px;
  text-align: right;
}

.information-block {
  width: auto;
  height: auto;
  background: #ffffff;
  padding: 6px 21px;
  display: flex;
  flex-direction: column;
}
.information-block .text {
  display: flex;
}
.information-block .text > span {
  align-self: center;
  color: #7a7878;
  font-size: 14px;
  transition: all 0.15s ease;
}
.information-block .text:hover > span {
  color: #f37021;
}
.information-block .smm-inform-block {
  font-size: 23px;
  font-weight: bold;
  margin-right: 8px;
  align-self: center;
  color: #f37021;
}

.page-desktop {
  margin-top: 20px;
  height: calc(100vh - 250px);
  overflow: hidden;
}
.page-desktop .tb {
  font-size: 15px;
  color: #162a47;
}
.page-desktop .td {
  font-size: 15px;
  color: #f37021;
}
.page-desktop .th {
  font-size: 15px;
  color: #162a47;
}
.page-desktop .publication {
  padding: 25px 0px;
  display: flex;
}
.page-desktop .publication p {
  padding-bottom: 10px;
}
.page-desktop .publication .block {
  display: flex;
}
.page-desktop .publication .block .number-text {
  font-size: 14px;
  color: #000;
  margin-left: 10px;
  line-height: 30px;
}
@media (max-width: 991px) {
.page-desktop .publication .block .number-text {
    margin-left: 4px;
}
}
.page-desktop .publication .inform {
  width: 100%;
}
.page-desktop .publication ul {
  display: flex;
  list-style-type: none;
  width: auto;
}
.page-desktop .publication li {
  width: 33px;
  height: 33px;
  background: #f37021;
  border-radius: 50%;
  text-align: center;
  margin-right: auto;
}
.page-desktop .publication li i {
  vertical-align: -webkit-baseline-middle;
  color: white;
}
.page-desktop .publication li .number {
  margin-left: 42px;
  margin-top: -16px;
  color: #000;
  width: 20px;
}
.page-desktop .posting {
  display: flex;
}
.page-desktop .posting .text p {
  font-size: 14px;
  color: #7a7878;
}
.page-desktop .posting .date p {
  font-size: 14px;
  color: #f37021;
}
.page-desktop p {
  margin: 0;
}
.page-desktop .row {
  margin-right: 0px;
  margin-left: 0px;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
.statistic-desctop {
  overflow-y: hidden;
  overflow-x: auto;
}

.smm-page-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-page-info .smm-draggable {
  cursor: default;
}
.smm-page-info .smm-button-info-adding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.smm-page-info .smm-page-info-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 40px;
}
.smm-page-info .smm-page-info-list .smm-info-item {
  margin-bottom: 4px;
}
.smm-page-info .smm-page-info-list .smm-info-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 400px) {
.smm-page-info .smm-page-info-list {
    margin-top: 30px;
}
}

.smm-project-content {
  height: 100%;
}
.smm-comments {
  height: 100%;
  max-height: 810px;
  display: flex;
  padding-bottom: 15px;
}
.smm-comments.mobile {
  max-height: 100%;
}
.smm-comments.mobile .smm-comments-block-left {
  border-right: none;
  padding-right: 0;
}
.smm-comments.mobile .smm-comments-block-rigth {
  margin-left: 0;
}
.smm-comments.mobile.isChatComm .smm-comments-block-rigth {
  width: 100%;
}
.smm-comments.mobile.isChatComm .smm-comments-block-left {
  display: none;
}
.smm-comments.mobile.isListComm .smm-comments-block-rigth {
  display: none;
}
.smm-comments.mobile.isListComm .smm-comments-block-left {
  width: 100%;
}
.smm-comments .smm-comments-block-rigth {
  width: 100%;
  height: 100%;
  margin-left: 16px;
}
.smm-comments .smm-comments-block-left {
  z-index: 2;
  width: 262px;
  min-width: 262px;
  border-right: 1px solid #f0f0f0;
  padding-right: 8px;
}


.smm-container {
  max-height: 100%;
}
.smm-container .smm-project-content {
  height: calc(100vh - 164px);
}
.smm-container .smm-project-content:has(.smm-social-network-item-wrap) {
  min-height: 100%;
}
.smm-container .smm-project-content:has(.smm-social-network-item-wrap) .smm-scrollbar-new {
  height: 100%;
  padding-bottom: 42px;
}
.smm-container .smm-project-content:has(.smm-planing-time-calendar-wrap) {
  height: calc(100vh - 164px);
}
.smm-container .smm-project-content:has(.smm-planing-time-calendar-wrap) .smm-project-content {
  min-height: 60vh;
}
.smm-container .smm-project-content:has(.all-tasks-group-block) {
  height: calc(100vh - 240px) !important;
}
.smm-container .smm-project-content:has(.all-tasks-group-block) .smm-project-content {
  height: calc(100vh - 250px) !important;
}
.smm-container .smm-project-content:has(.all-social-group-block) {
  height: 100% !important;
  padding-bottom: 0 !important;
}
.smm-container .smm-project-content:has(.all-social-group-block) .smm-project-content {
  height: calc(100vh - 250px) !important;
}
.smm-container .smm-project-content:has(.all-social-group-block) .smm-project-content.all-social-group-block {
  height: 100% !important;
}
.smm-container:has(.smm-post-edition-wrap) {
  max-height: unset;
}
.smm-container:has(.smm-social-network-item-wrap) {
  height: calc(100vh - 136px);
}
.smm-container:has(.smm-social-network-item-wrap):has(.smm-all-social-wrap) {
  height: 100%;
}
.smm-contant-title-block {
  width: auto;
}
.smm-message-new-page {
  height: 100%;
  display: flex;
  max-height: 810px;
}
@media (max-width: 900px) {
.smm-message-new-page {
    max-height: 100%;
}
}
.smm-message-new-page .smm-message-new-page-left {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  max-width: 100%;
}
.smm-message-new-page .smm-message-new-page-left.commAct {
  width: calc(50% + 400px);
}
.smm-message-new-page .smm-message-new-page-left.isShown {
  transition: 0.5s;
}
.smm-message-new-page .smm-message-new-page-left .v-slide-group__wrapper {
  border-bottom: 2px solid #f0f0f0;
}
.smm-message-new-page .smm-message-new-page-left .v-slide-group__content {
  border-bottom: none !important;
  flex: none !important;
}
.smm-message-new-page .smm-message-new-page-left .smm-messager-block-wrap {
  height: 100%;
  width: 100%;
  max-height: 740px;
  display: flex;
  padding-bottom: 15px;
}
@media (max-width: 900px) {
.smm-message-new-page .smm-message-new-page-left .smm-messager-block-wrap {
    max-height: 100%;
}
}
.smm-message-new-page .smm-message-new-page-left .smm-messager-block-wrap .smm-messager-socials-block-wrapper {
  height: 100%;
  z-index: 2;
}
.smm-message-new-page .smm-message-new-page-left .smm-messager-block-wrap .smm-messager-socials-block-wrapper.ifMoble {
  display: none;
}
.smm-message-new-page .smm-message-new-page-left .smm-messager-block-wrap .smm-messager-socials-block-wrapper.ifMoble.isMobleList {
  display: block;
  width: 100%;
}
.smm-message-new-page .smm-message-new-page-left .smm-messager-block-wrap .smm-messager-message-block {
  height: 100%;
  margin-left: 8px;
  width: 100%;
}
.smm-message-new-page .smm-message-new-page-left .smm-messager-block-wrap .smm-messager-message-block.ifMoble {
  margin-left: 0;
  display: none;
  padding: 3px;
}
.smm-message-new-page .smm-message-new-page-left .smm-messager-block-wrap .smm-messager-message-block.ifMoble.isMobleChat {
  display: block;
}
.smm-message-new-page .smm-message-new-page-left .smm-messager-block-wrap .smm-messager-message-block-settings {
  display: none;
}
.smm-message-new-page .smm-message-new-page-left .smm-messager-block-wrap .smm-messager-message-block-settings.isMobleSettings {
  width: 100%;
  display: block;
}
.smm-message-new-page .smm-message-new-page-left .smm-tabs-component {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  background-color: #fff;
  padding: 0 26px !important;
}
@media (max-width: 900px) {
.smm-message-new-page .smm-message-new-page-left .smm-tabs-component {
    background-color: #f0f0f0;
    padding: 0 8px !important;
}
}
@media (max-width: 1000px) {
.smm-message-new-page .smm-message-new-page-left .smm-tabs-component {
    padding: 0 16px !important;
}
}
.smm-message-new-page .smm-message-new-page-left .smm-tabs-component .theme--light.v-tabs-items {
  background-color: #fff;
}
@media (max-width: 900px) {
.smm-message-new-page .smm-message-new-page-left .smm-tabs-component .theme--light.v-tabs-items {
    background-color: #f0f0f0;
}
}
@media (max-width: 900px) {
.smm-message-new-page .smm-message-new-page-left .smm-tabs-component .v-tabs {
    padding: 0 3px;
}
}
.smm-message-new-page .smm-message-new-page-left .smm-tabs-component .v-tabs .v-item-group {
  background-color: #fff;
}
@media (max-width: 900px) {
.smm-message-new-page .smm-message-new-page-left .smm-tabs-component .v-tabs .v-item-group {
    background-color: #f0f0f0;
    height: 36px !important;
}
}
.smm-message-new-page .smm-message-new-page-left .smm-tabs-component .v-tabs .v-item-group .v-slide-group__wrapper {
  border-bottom: 1px solid #cbcbcb;
}
@media (max-width: 900px) {
.smm-message-new-page .smm-message-new-page-left .smm-tabs-component .v-tabs .v-item-group .v-slide-group__wrapper .v-slide-group__content {
    flex: 1 0 auto !important;
}
}
.smm-message-new-page .smm-message-new-page-left .smm-tabs-component .v-tabs .v-item-group .v-slide-group__prev {
  display: none !important;
}
.smm-message-new-page .smm-message-new-page-left .smm-tabs-component .v-slide-group__content {
  border-bottom: 2px solid #f0f0f0;
}
.smm-message-new-page .smm-message-new-page-left .smm-tabs-component .theme--light.v-tabs > .v-tabs-bar .v-tab--disabled,
.smm-message-new-page .smm-message-new-page-left .smm-tabs-component .theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active),
.smm-message-new-page .smm-message-new-page-left .smm-tabs-component .theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) > .v-btn,
.smm-message-new-page .smm-message-new-page-left .smm-tabs-component .theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) > .v-icon {
  color: #7a7878;
}
.smm-message-new-page .smm-message-new-page-left .smm-tabs-component .v-slide-group__next,
.smm-message-new-page .smm-message-new-page-left .smm-tabs-component .v-slide-group__prev {
  min-width: 10px !important;
  flex: 0 1 10px;
}
.smm-message-new-page .smm-message-new-page-left .smm-tabs-component .start-post-discussion {
  display: none;
}
.smm-message-new-page .smm-message-new-page-left .smm-tabs-component .v-tabs-slider {
  background-color: transparent !important;
  border-color: transparent !important;
}
.smm-message-new-page .smm-message-new-page-right {
  width: 0;
  transition: 0.5s;
}
@media (max-width: 1500px) {
.smm-message-new-page .smm-message-new-page-right {
    max-width: 400px;
}
}
@media (max-width: 1350px) {
.smm-message-new-page .smm-message-new-page-right {
    max-width: 300px;
}
}
@media (max-width: 1350px) {
.smm-message-new-page .smm-message-new-page-right .smm-message-settings {
    max-width: 300px;
}
}
@media (max-width: 1000px) {
.smm-message-new-page .smm-message-new-page-right .smm-message-settings .smm-project-content {
    padding: 5px 16px 24px;
}
}
.smm-message-new-page .smm-message-new-page-right.isShown {
  transition: 0.5s;
  width: 100%;
}

.smm-message-settings {
  border-radius: 20px;
  margin-left: 5px;
  max-width: 400px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 900px) {
.smm-message-settings {
    max-width: 100%;
    margin-left: 0;
}
.smm-message-settings .smm-project-content {
    padding: 12px;
}
.smm-message-settings .smm-project-content .smm-project-header-block {
    height: fit-content;
}
}
@media (max-width: 900px) and (min-width: 768px) {
.smm-message-settings .smm-project-content .smm-project-header-block {
    padding-bottom: 5px;
}
}
.smm-message-settings .smm-message-settings-header-wrap {
  width: 100%;
}
.smm-message-settings .smm-message-settings-header-wrap .smm-message-settings-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 900px) {
.smm-message-settings .smm-message-settings-header-wrap .smm-message-settings-header {
    margin-bottom: 12px;
}
}
.smm-message-settings .smm-message-settings-header-wrap .smm-message-settings-header .smm-message-settings-show-profile {
  color: #f37021;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-decoration-line: underline;
  cursor: pointer;
}
.smm-message-settings .smm-message-settings-header-wrap .smm-message-settings-header .smm-message-settings-show-profile:hover {
  text-decoration: none;
}
.smm-message-settings .smm-message-settings-header-wrap .smm-message-settings-header .smm-message-settings-header-user {
  display: flex;
  align-items: center;
}
.smm-message-settings .smm-message-settings-header-wrap .smm-message-settings-header .smm-message-settings-header-user .smm-message-settings-header-user-name {
  margin-left: 15px;
  font-size: 14px;
  line-height: 17px;
  color: #162a47;
}
.smm-message-settings .smm-message-settings-header-wrap .smm-message-settings-header-back {
  display: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #f37021;
  margin-bottom: 24px;
  cursor: pointer;
  width: fit-content;
}
@media (max-width: 900px) {
.smm-message-settings .smm-message-settings-header-wrap .smm-message-settings-header-back {
    display: block;
}
}
.smm-message-settings .smm-message-settings-content > div:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 10px;
}
.smm-message-settings .smm-message-settings-content .smm-message-settings-content-tasks {
  max-height: 250px;
  min-height: 250px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-message-settings .smm-message-settings-content .smm-message-settings-content-tasks .smm-message-settings-content-tasks-text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #162a47;
  margin-bottom: 10px;
}

.smm-project-notifications {
  margin-top: 20px;
}
.smm-project-notifications .smm-project-notification-item {
  height: 100%;
  border: 1px dashed #eae7e7;
  border-radius: 6px;
  padding: 15px;
  cursor: pointer;
  transition: border-color 0.15s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.smm-project-notifications .smm-project-notification-item .smm-notification-item-info .smm-notification-info-title {
  font-size: 14px;
  line-height: 16px;
  color: #162a47;
}
.smm-project-notifications .smm-project-notification-item .smm-notification-item-info .smm-notification-info-description {
  font-size: 13px;
  line-height: 15px;
}
.smm-project-notifications-button {
  margin-top: 30px;
}

.window.smm-modal-new-publication {
  width: 627px !important;
}
.icon-soc-twitter:before {
  content: "𝕏" !important;
  font-size: 12px;
  line-height: 0.8;
}
.icon-soc-threads {
  font-size: unset !important;
}
.icon-soc-threads:before {
  content: url('data:image/svg+xml;utf8,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.1502 6.48873C10.0902 6.45983 10.0291 6.43201 9.96731 6.40537C9.85965 4.41424 8.77569 3.27432 6.95561 3.26266C6.94736 3.26261 6.93916 3.26261 6.93091 3.26261C5.84227 3.26261 4.93685 3.72902 4.37958 4.57776L5.38057 5.26698C5.79688 4.633 6.45023 4.49785 6.93139 4.49785C6.93695 4.49785 6.94253 4.49785 6.94803 4.4979C7.54732 4.50174 7.99954 4.67663 8.29223 5.01769C8.50523 5.26599 8.64769 5.60911 8.71823 6.04215C8.18689 5.95151 7.61226 5.92364 6.99797 5.95899C5.26751 6.05904 4.15503 7.07203 4.22975 8.47962C4.26767 9.19362 4.62205 9.80787 5.22758 10.2091C5.73954 10.5483 6.39892 10.7142 7.08422 10.6767C7.98922 10.6269 8.6992 10.2803 9.1945 9.64658C9.57066 9.16533 9.80858 8.54168 9.91362 7.75585C10.3449 8.01711 10.6646 8.36092 10.8411 8.77421C11.1413 9.47676 11.1588 10.6312 10.2203 11.5725C9.39798 12.397 8.40956 12.7537 6.91577 12.7647C5.25876 12.7524 4.00558 12.219 3.1908 11.1794C2.42783 10.2059 2.03352 8.79973 2.01881 7C2.03352 5.20026 2.42783 3.79412 3.1908 2.82061C4.00558 1.78098 5.25873 1.2476 6.91574 1.23524C8.58478 1.2477 9.85979 1.78364 10.7058 2.82829C11.1206 3.34057 11.4333 3.98481 11.6395 4.73596L12.8125 4.42183C12.5626 3.49724 12.1694 2.70052 11.6342 2.03977C10.5497 0.700487 8.96356 0.0142295 6.91984 0H6.91165C4.87209 0.0141801 3.30369 0.703048 2.25005 2.04745C1.31244 3.2438 0.828802 4.90844 0.812551 6.99508L0.8125 7L0.812551 7.00492C0.828802 9.09154 1.31244 10.7562 2.25005 11.9526C3.30369 13.2969 4.87209 13.9859 6.91165 14H6.91984C8.73312 13.9874 10.0113 13.5109 11.0642 12.455C12.4418 11.0736 12.4003 9.34201 11.9463 8.27903C11.6205 7.51676 10.9995 6.89764 10.1502 6.48873ZM7.01943 9.44322C6.26101 9.48609 5.47308 9.14441 5.43423 8.41254C5.40543 7.8699 5.81898 7.2644 7.06598 7.19227C7.20879 7.184 7.34892 7.17996 7.48658 7.17996C7.93953 7.17996 8.36328 7.22412 8.74852 7.30866C8.60483 9.10984 7.76199 9.40231 7.01943 9.44322Z" fill="white"/></svg>') !important;
}

.new-publication .p-title-content {
  width: 100%;
  margin: 20px 0 31px;
}
.new-publication .filter {
  filter: opacity(0.7);
}
.new-publication .round-p {
  background: #f0f0f0;
  color: #f37021;
  cursor: pointer;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
}
.new-publication .publication-posts {
  margin-bottom: 36px;
}
.new-publication .photo-video {
  margin: 17px 0;
}
.new-publication .photo-video .photo {
  width: 65px;
  height: 65px;
  border: 1px dashed #b7b7b7;
  border-radius: 50%;
  text-align: center;
  color: #f37021;
  font-size: 22px;
  cursor: pointer;
}
.new-publication .photo-video .txt {
  font-size: 13px;
  color: #7a7878;
}
.new-publication .publ-icon {
  margin-bottom: 20px;
  height: 29px;
}
.new-publication .publ-icon .b-left {
  width: 37px;
  text-align: center;
}
.new-publication .publ-icon .b-left:hover {
  color: #f37021;
}
.new-publication .publ-icon .b-right {
  border-right: 1px solid #f0f0f0;
}
.new-publication .coment {
  margin-bottom: 36px;
}
.new-publication .coment .send {
  height: 33px;
  color: #f37021;
  cursor: pointer;
}
.new-publication .internal-comment {
  background: #f0f0f0;
  font-size: 15px;
  padding: 10px 22px;
}
.new-publication .pub-inform .p-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.new-publication .pub-inform .p-description {
  font-size: 14px;
}
.new-publication .ind-icon {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  color: white;
  text-align: center;
  margin-bottom: 8px;
}
.new-publication .inform-block .individual-block {
  height: auto;
  min-width: 265px;
  box-shadow: 0px 4px 8px rgba(74, 74, 74, 0.25);
}
.new-publication .inform-block .individual-block .i-header-new-publication {
  margin-bottom: 5px;
  padding: 5px 7px 0;
}
.new-publication .inform-block .individual-block .i-header-new-publication .i-user .i-user-t {
  font-size: 12px;
  font-weight: bold;
}
.new-publication .inform-block .individual-block .i-header-new-publication .i-user .i-user-c {
  font-size: 11px;
}
.new-publication .inform-block .individual-block .i-header-new-publication .image-project {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.new-publication .inform-block .individual-block .i-inform {
  font-size: 13px;
  text-align: justify;
  padding: 0px 12px;
}
.new-publication .inform-block .individual-block .i-inform span {
  text-decoration: none;
  color: #22afd0;
  cursor: pointer;
}
.new-publication .inform-block .inform-gray {
  font-size: 13px;
  padding: 16px 12px;
  background: #f0f0f0;
  text-align: justify;
}
.new-publication .inform-block .inform-gray .g-title {
  text-transform: uppercase;
}
.new-publication .inform-block .inform-gray .g-content {
  font-weight: bold;
  color: black;
  font-size: 15px;
}
.new-publication .inform-block .i-footer {
  height: 35px;
  font-size: 15px;
}
.new-publication .inform-block .i-footer .f-block {
  cursor: pointer;
}
.new-publication .inform-block .i-footer .f-block .f-txt {
  font-size: 13px;
}
.new-publication .agree-on-a-post {
  font-size: 14px;
  color: #7a7878;
}
.new-publication .geolocation {
  height: 212px;
  background: #f0f0f0;
  margin: 25px 0 29px;
}
.new-publication .timer-control-btn {
  padding: 10px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.new-publication .timer-control-btn.empty {
  height: 70px !important;
}
@media (max-width: 768px) {
.new-publication .timer-control-btn {
    height: 60px;
}
}
.new-publication .planning .plan-calendar {
  width: 270px;
}
.new-publication .planning .plan-timer .description-timer {
  background: #f0f0f0;
  padding: 8px 20px;
  width: fit-content;
}
.new-publication .planning .plan-calendar .calendare-begin {
  width: 256px;
  height: 237px;
  border: 1px solid #f37021;
}
.new-publication .user-select-none {
  user-select: none;
}
.new-publication .icon-remove {
  font-size: 12px;
  cursor: pointer;
}
.new-publication .icon-remove:hover {
  color: #f37021;
}
.new-publication .add-item-pool {
  text-decoration: underline;
}
.new-publication .error {
  color: #e18fa2;
  font-size: 14px;
  text-align: center;
}
.new-publication .icon-clear-comment {
  font-size: 9px;
  cursor: pointer;
  color: #000;
}
.new-publication .icon-clear-comment:hover {
  color: #f37021;
}
.new-publication .cheldren-list {
  height: 147px;
}
.icon-style {
  color: #b7b7b7;
  cursor: pointer;
}
.icon-style:hover {
  color: #f37021;
}
.icon-calendar:hover {
  color: #f37021;
}
.select-signature-icon {
  width: 16px;
  height: 16px;
  color: white;
  text-align: center;
  font-size: 8px;
  border-radius: 50%;
  align-self: center;
}
.ps-signature {
  cursor: pointer;
  border: 1px solid white;
}
.ps-signature.active-post-signature {
  background: antiquewhite;
  border: 1px solid #f370212e;
}
.ps-signature:hover {
  background: #faebd791;
  border: 1px solid #f370212e;
}
.ps-signature:hover .icon-check {
  background: #f370217a;
}
.border-color-right {
  border-right: 1px solid #f0f0f0;
}
.border-color-left {
  border-left: 1px solid #f0f0f0;
}
.create-caption {
  text-align: right;
  font-size: 13px;
  color: #f37021c7;
  cursor: pointer;
}
.create-caption:hover {
  color: #f37021;
}
.no-network-action {
  cursor: pointer;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f0f0f0;
  color: #f37021;
  font-size: 11px;
  text-align: center;
}
.no-network-action:hover {
  color: #f0f0f0;
  background: #f37021;
}
.plug-social-network {
  font-size: 14px;
  color: #f37021;
}
.no-social-network {
  cursor: pointer;
}
.no-social-network:hover .no-network-action {
  color: #f0f0f0;
  background: #f37021;
}
.img-small {
  min-height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 2px;
}
ul.publish-error {
  font-size: 14px;
  color: red;
  padding: 0;
  margin: 0 0 20px 15px;
}
.modal-window .window {
  width: 100vh !important;
  max-width: 627px !important;
}
.title-link-preview {
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 21px;
  font-weight: 400;
  padding: 7px 7px 5px;
}
.title-link-preview:hover {
  background: #ece9e9;
}
.description-link-preview {
  margin-bottom: 10px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  color: #939393;
  line-height: 12px;
  font-size: 12.5px;
  padding: 5px 7px 5px;
}
.description-link-preview:hover {
  background: #ece9e9;
}
.text_blank {
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
  white-space: pre-wrap;
}
.area-text-comment {
  font-family: ProximaNova;
  padding: 10px;
  font-size: 14px;
  min-height: 60px;
  height: 60px;
  width: 100%;
  margin: 0px;
  resize: vertical;
  border: 1px solid #e8e8e8;
}
.area-text-comment:focus {
  background-color: #fff;
  outline: none !important;
  border: 1px solid #f37021;
}
.block-timer {
  height: 300px;
}
.block-timer.active-block-timer {
  height: 400px;
}
@media (max-width: 768px) {
.block-timer {
    height: 450px;
}
.block-timer.active-block-timer {
    height: 75vh;
}
}

@media (min-width: 1440px) {
.smm-post-create-wrap .smm-post-create-block {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.smm-post-create-wrap .smm-post-create-block > div:first-child {
    margin-right: 1px;
}
.smm-post-create-wrap .smm-post-create-block > div:last-child {
    margin-left: 1px;
}
}
.smm-post-create-wrap .smm-post-create-block .smm-post-action-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  background-color: #fff;
  padding: 0 15px 15px;
  border-radius: 0 12px 12px 0;
  /* высота не задается, чтобы работало растягивание по align-items: stretch */
}
.smm-post-create-wrap .smm-post-create-block .smm-post-action-wrap .v-window {
  padding: 0;
}
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap {
  position: relative;
  background-color: #fff;
  padding: 15px;
  border-radius: 12px 0 0 12px;
  width: 100%;
}
@media (min-width: 1440px) {
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap {
    max-width: calc(57.5% - 1px);
}
}
@media (min-width: 1440px) {
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap > div:first-child {
    margin-right: 1px;
}
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap > div:last-child {
    margin-left: 1px;
}
}
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-post-edition-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-post-edition-title-wrap .smm-post-edition-title {
  font-size: 13px;
  line-height: 15px;
  color: #162a47;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 15px;
}
@media (min-width: 576px) {
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-post-edition-title-wrap .smm-post-edition-title {
    font-size: 17px;
    line-height: 19px;
}
}
@media (max-width: 575px) {
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-post-edition-title-wrap .es-label {
    font-size: 12px;
    line-height: 14px;
    text-align: right;
}
}
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-connected-social-networks-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -5px;
  margin-bottom: 20px !important;
}
@media (min-width: 576px) {
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-connected-social-networks-wrap {
    margin: -10px;
}
}
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-connected-social-networks-wrap > div {
  margin: 5px;
}
@media (min-width: 576px) {
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-connected-social-networks-wrap > div {
    margin: 10px;
}
}
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-switch-separate-content {
  margin-bottom: 18px;
}
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-post-other-settings-wrap > div {
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 0;
}
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-post-other-settings-wrap > div:last-child {
  border-bottom: 0;
}
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-submit-block-wrap {
  border-top: 1px solid #f0f0f0;
  padding-top: 25px;
}
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-submit-block-wrap .smm-switch-agree-post {
  margin-bottom: 18px;
}
@media (min-width: 576px) {
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-submit-block-wrap .smm-submit-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
}
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-submit-block-wrap .smm-submit-block > div {
  margin-bottom: 12px;
  margin-top: 8px;
}
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-submit-block-wrap .smm-submit-block > div:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-submit-block-wrap .smm-submit-block > div {
    min-width: 100% !important;
}
}
@media (min-width: 576px) {
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-submit-block-wrap .smm-submit-block > div {
    margin-bottom: 0;
    margin-right: 0;
}
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-submit-block-wrap .smm-submit-block > div:first-child {
    margin-right: 15px;
}
}
@media (min-width: 576px) {
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-submit-block-wrap .smm-submit-block .smm-submit-block-btn {
    display: flex;
    margin-top: 8px;
}
}
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-submit-block-wrap .smm-submit-block .smm-submit-block-btn > div:first-child {
  margin-right: 15px;
}
@media (max-width: 575px) {
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-submit-block-wrap .smm-submit-block .smm-submit-block-btn > div {
    min-width: 100% !important;
}
.smm-post-create-wrap .smm-post-create-block .smm-post-edition-wrap .smm-submit-block-wrap .smm-submit-block .smm-submit-block-btn > div:first-child {
    margin-bottom: 12px;
}
}
.smm-post-create-wrap .smm-post-create-block .smm-post-action-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-self: stretch;
}
@media (min-width: 1440px) {
.smm-post-create-wrap .smm-post-create-block .smm-post-action-wrap {
    max-width: calc(42.5% - 1px);
}
}
.smm-post-create-wrap .button-ai-custom-icon {
  width: auto;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  margin-top: 3rem;
}
.smm-post-create-wrap .button-ai-custom-icon .smm-button {
  margin-right: 0 !important;
}
.smm-post-create-wrap .button-ai-custom-icon .icon-ii {
  width: 20px;
  height: 20px;
  position: absolute;
  margin-top: 10px;
  margin-left: 30px;
}
.smm-post-create-wrap .button-ai-custom-icon .custom-icon-ii .v-btn__content #es-text-content-btn span {
  margin-left: 30px;
}
.smm-post-create-wrap .publish-in-the-stories .smm-checkbox-content,
.smm-post-create-wrap .publish-in-the-post .smm-checkbox-content {
  display: none !important;
}
.smm-post-create-wrap .publish-in-the-stories .es-label,
.smm-post-create-wrap .publish-in-the-post .es-label {
  color: #162a47 !important;
  font-size: 1.7rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.smm-post-create-wrap .stories-button,
.smm-post-create-wrap .post-button,
.smm-post-create-wrap .smm-post-edition-title {
  padding: 0 8px 8px 8px;
}
.smm-post-create-wrap .smm-post-edition-title-wrap .smm-post-edition-title {
  color: #162a47 !important;
  font-size: 1.7rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.smm-post-create-wrap .underlining {
  border-bottom: 2px solid #f37021;
}
.smm-post-create-wrap .smm-stories-upload-media {
  display: none;
}
.smm-post-create-wrap .smm-post-content-editable-wrapper.hide-content .smm-animation-block,
.smm-post-create-wrap .smm-post-content-editable-wrapper.hide-content .smm-post-text-editor-wrap,
.smm-post-create-wrap .smm-post-content-editable-wrapper.hide-content .smm-post-symbols-microsettings-wrap,
.smm-post-create-wrap .smm-post-content-editable-wrapper.hide-content .smm-post-microsettings-control,
.smm-post-create-wrap .smm-post-content-editable-wrapper.hide-content .smm-post-social-type {
  display: none !important;
}
.smm-post-create-wrap .add-media-stories.show-content {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 15px;
}
.smm-post-create-wrap .add-media-stories.show-content .media-stories-title {
  display: flex !important;
  justify-content: flex-start;
  width: 100%;
  color: #162a47 !important;
  font-size: 1.7rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  margin-bottom: 2.5rem;
}
.smm-post-create-wrap .add-media-stories.show-content .media-stories-text {
  display: flex !important;
  justify-content: center;
  width: 100%;
  margin-top: 2.5rem;
}
.smm-post-create-wrap .add-media-stories.show-content .media-stories-button {
  display: flex !important;
  justify-content: center;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.smm-post-validation-body .smm-checkbox .es-label {
  display: block !important;
}
.custom-modal-dialog:has(.smm-ai-generate-dialog) {
  max-width: fit-content !important;
}


.smm-post-page-discussion-content-wrap-block {
  position: relative;
  min-height: 600px;
  width: 100%;
}
.smm-post-page-discussion-content-wrap-block .smm-post-page-discussion-content-wrap {
  padding-left: 5px;
}
@media (min-width: 1440px) {
.smm-post-page-discussion-content-wrap-block .smm-post-page-discussion-content-wrap {
    display: flex;
    justify-content: space-between;
}
.smm-post-page-discussion-content-wrap-block .smm-post-page-discussion-content-wrap > div:first-child {
    margin-bottom: 0;
    margin-right: 1px;
}
.smm-post-page-discussion-content-wrap-block .smm-post-page-discussion-content-wrap > div:last-child {
    margin-top: 0;
    margin-left: 1px;
}
}
@media (max-width: 1439px) {
.smm-post-page-discussion-content-wrap-block .smm-post-page-discussion-content-wrap > div:first-child {
    margin-bottom: 2px;
    margin-right: 0;
}
.smm-post-page-discussion-content-wrap-block .smm-post-page-discussion-content-wrap > div:last-child {
    margin-top: 2px;
    margin-left: 0;
}
}
.smm-post-page-discussion-content-wrap-block .smm-post-page-discussion-content-wrap .smm-post-page-discussion-content {
  position: relative;
  min-height: 600px;
  width: 100%;
}
.smm-post-page-discussion-content-wrap-block .smm-post-page-discussion-content-wrap .smm-post-actionpage-discussion-block {
  min-height: 600px;
  width: 100%;
}
.smm-post-page-discussion-content-wrap-block .smm-post-page-discussion-content-wrap .smm-post-actionpage-discussion-block .v-window {
  padding: 0 10px 10px;
}
.smm-post-page-discussion-content-wrap-block .smm-post-page-discussion-content-wrap .smm-post-actionpage-discussion-block .wrap-smm-post-action .smm-post-action .smm-tabs-component {
  background-color: #f0f0f0;
}
.smm-post-page-discussion-content-wrap-block .smm-post-page-discussion-content-wrap .smm-post-actionpage-discussion-block .wrap-smm-post-action .smm-post-action .smm-tabs-component .v-slide-group__content {
  border-bottom: 2px solid #ffffff;
}
.smm-post-page-discussion-content-wrap-block .smm-post-page-discussion-content-wrap .smm-post-actionpage-discussion-block .wrap-smm-post-action .smm-post-action .smm-tabs-component .theme--light.v-tabs > .v-tabs-bar {
  background: #f0f0f0;
}
.smm-post-page-discussion-content-wrap-block .smm-post-page-discussion-content-wrap .smm-post-actionpage-discussion-block .wrap-smm-post-action .smm-post-action .smm-tabs-component .theme--light.v-tabs-items {
  background-color: #f0f0f0;
}

.smm-project-settings-wrap .smm-project-settings-title {
  color: #f37021;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
}
.smm-project-settings-wrap .smm-project-settings-title a {
  color: #f37021 !important;
  text-decoration: underline;
}
.smm-project-settings-wrap .smm-project-settings-title a:hover {
  text-decoration: none;
}
.smm-project-settings-wrap .smm-project-settings-title.smm-link-style a {
  display: inline-block;
}
.smm-project-settings-wrap .smm-project-settings-title.smm-link-style a::first-letter {
  text-transform: capitalize;
}
.smm-project-settings-wrap .smm-project-settings {
  max-width: 650px;
}
.smm-project-settings-wrap .smm-project-settings .smm-project-settings-buttons {
  display: flex;
  margin-top: 15px;
}
@media (max-width: 468px) {
.smm-project-settings-wrap .smm-project-settings .smm-project-settings-buttons {
    flex-wrap: wrap;
    justify-content: space-between;
}
.smm-project-settings-wrap .smm-project-settings .smm-project-settings-buttons > div {
    margin-bottom: 15px;
    min-width: calc(50% - 2.5px) !important;
}
.smm-project-settings-wrap .smm-project-settings .smm-project-settings-buttons > div:last-child {
    min-width: 100% !important;
    margin-bottom: 0;
}
}
@media (min-width: 468px) {
.smm-project-settings-wrap .smm-project-settings .smm-project-settings-buttons > div {
    margin-right: 5px;
}
.smm-project-settings-wrap .smm-project-settings .smm-project-settings-buttons > div:last-child {
    margin-right: 0;
    margin-left: auto;
}
}
@media (min-width: 768px) {
.smm-project-settings-wrap .smm-project-settings .smm-project-settings-buttons {
    margin-top: 30px;
}
}

.smm-hashtags-additional-settings {
  margin-top: 20px;
}
.smm-hashtags-additional-settings .smm-hashtags-additional-settings-title {
  color: #f37021;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
}
.smm-hashtags-additional-settings .smm-hashtags-additional-settings-content .smm-hashtag-update-button {
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
.smm-hashtags-additional-settings .smm-hashtags-additional-settings-content .smm-hashtag-update-button {
    justify-content: flex-start;
}
}
.smm-hashtags-additional-settings .smm-hashtags-additional-settings-content > div {
  margin-bottom: 15px;
}
.smm-hashtags-additional-settings .smm-hashtags-additional-settings-content > div:last-child {
  margin-bottom: 0;
}

.smm-project-team {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-project-team table tr {
  border-bottom: 0.5px solid #e2e2e2;
}
.smm-project-team table tr:last-child {
  border-bottom: none !important;
}
.smm-project-team table tr td {
  border-bottom: none !important;
}
.smm-project-team .smm-team-members-no-result {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-project-team .smm-project-team-buttons {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
.smm-project-team .smm-project-team-buttons {
    flex-direction: column;
}
.smm-project-team .smm-project-team-buttons .smm-button {
    width: 100%;
}
.smm-project-team .smm-project-team-buttons .smm-button:first-child {
    margin-bottom: 5px;
}
}
@media (min-width: 576px) {
.smm-project-team .smm-project-team-buttons .smm-button:first-child {
    margin-right: 5px;
}
}
.smm-project-team .smm-project-team-members {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-project-team .smm-user-role {
  max-width: 300px;
}
.smm-project-team .smm-user-email {
  color: #7a7878;
  font-size: 15px;
  line-height: 18px;
}
.smm-project-team .smm-scrollbar-new-scroll-wrap .scroll-content {
  right: -17px !important;
}
.project-team-page .uf-account {
  height: auto;
  border-right: 2px #e6e6e6 solid;
  margin-top: 30px;
}
.project-team-page .uf-account .uf-button-account .btn-account-1,
.project-team-page .uf-account .uf-button-account .btn-account-2 {
  margin-top: 5px;
}
.project-team-page .uf-account .uf-button-account .active {
  background-color: #f37021;
}
.project-team-page .uf-content {
  height: auto;
  background-color: #f0f0f0;
  padding: 17px 21px;
  font-size: 15px;
}
.project-team-page .row {
  margin-right: 0px;
  margin-left: 0px;
}
.project-team-page .tab-control {
  margin-top: 20px;
}
.project-team-page .btn {
  width: fit-content;
  padding: 10px 30px;
}
.project-team-page .padding {
  margin-top: 20px;
}
.error-msg {
  color: #e18fa2;
  font-size: 14px;
  text-align: center;
}
.project-team {
  border-bottom: 1px solid #f0f0f0;
  padding: 5px 0;
}
.user-team {
  border-bottom: 1px solid #f0f0f0;
  padding: 5px 0;
}
.edit-team {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.edit-team .icon-edit {
  color: #162a47;
  font-size: 12px;
}
.edit-team .edit {
  color: #7a7878;
  font-size: 14px;
  cursor: pointer;
}
.edit-team:hover .icon-edit {
  color: #f37021;
}
.edit-team:hover .edit {
  color: #f37021;
}
.error-scoped {
  font-size: 14px;
  color: #7a7878;
  text-align: center;
}
.error-response {
  font-size: 14px;
  color: #7a7878;
  text-align: center;
  width: fit-content;
}
.error-response .icon-info {
  color: #f37021;
}
.administration-create-project {
  color: #7a7878;
  font-size: 12px;
}
.administration-create-project .d-create-project {
  color: #f37021;
}
.pending_confirmation {
  color: #162a47;
  font-size: 12px;
  padding: 5px 14px;
  background: #f0f0f0;
  width: fit-content;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  user-select: none;
}
td {
  border-bottom: 1px solid #f0f0f0;
  margin: 10px;
  padding-bottom: 10px;
}
.smm-table-team-members .v-data-table__empty-wrapper,
.smm-table-team-members .v-data-footer,
.smm-table-team-members .v-data-table-header,
.smm-table-team-members .v-data-table__mobile-row__header {
  display: none;
}
.smm-table-team-members .v-data-table__mobile-row {
  padding: 5px 10px;
  margin: 0;
  min-height: 40px;
}
@media (max-width: 599px) {
.smm-table-team-members .v-data-table__mobile-row {
    padding: 0.5rem !important;
}
}
.smm-table-team-members .smm-remove-item {
  display: flex;
  justify-content: flex-end;
}
.smm-table-team-members .smm-remove-item .remove-mobile {
  display: none;
}
.smm-table-team-members .smm-remove-item .remove-text {
  color: #7a7878;
  text-decoration: none;
  font-size: 16px;
}
.smm-table-team-members .smm-remove-item .remove-text:hover,
.smm-table-team-members .smm-remove-item .remove-text.hover {
  color: #f37021;
}
@media (max-width: 599px) {
.smm-table-team-members .smm-remove-item .remove-desktop {
    display: none !important;
}
.smm-table-team-members .smm-remove-item .remove-mobile {
    display: inline-flex;
}
}
@media (min-width: 600px) {
.smm-table-team-members .smm-remove-item .remove-mobile {
    display: none !important;
}
}
.team-page-block-projects-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.team-page-block-projects-box .team-page-block-projects-container.permission-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
}
.team-page-block-projects-box .team-page-block-projects-container.permission-btn .permission,
.team-page-block-projects-box .team-page-block-projects-container.permission-btn .role {
  font-size: 14px;
  font-weight: 400;
}
.team-page-block-projects-box .team-page-block-projects-container.permission-btn .role {
  color: #7a7878;
}
.team-page-block-projects-box .team-page-block-projects-container.permission-btn .permission {
  color: #f37021;
}

.smm-social-connected-title {
  color: #f37021;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
}
.smm-social-connected-wrap .smm-social-connected-description {
  color: #7a7878;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 20px;
}
.social-account-page .bs-col {
  border-right: 2px #e6e6e6 solid;
  margin-top: 40px;
}
.social-account-page h4 {
  color: #f37021;
  font-size: 16px;
  margin-top: 0px;
}
.social-account-page .ui-right-side-content {
  height: auto;
  margin-left: 0px;
}
.social-account-page .ui-right-side-content .txt {
  margin-bottom: 15px;
  margin-left: 15px;
}
.social-account-page .row {
  margin-right: 0px;
  margin-left: 0px;
}
.social-account-page .flex {
  display: flex;
  margin-top: 15px;
}
.social-account-page .uf-text-input {
  margin-bottom: 5px;
  margin-top: 25px;
}
.social-account-page .uf-button {
  display: flex;
  border-top: 2px #e8e8e8 solid;
  padding-top: 25px;
  margin-top: 45px;
  height: 80px;
}
.social-account-page .uf-button .uf-buton-active {
  background-color: #56a9ef;
  color: #fff;
}
.social-account-page .uf-button .uf-buton-del {
  background-color: #e8e8e8;
  color: #4b576a;
}
.social-account-page .uf-button .uf-buton-save {
  background-color: #f37021;
  color: #fff;
}
.social-account-page .social-popup {
  background: white;
  padding: 27px 16px;
  width: 228px;
}
.social-account-page .social-popup .icon {
  margin-top: -9px;
  color: #162a47;
}
.social-account-page .social-popup .text {
  font-size: 14px;
  color: #7a7878;
  font-family: ProximaNova;
  align-self: center;
  cursor: pointer;
}
.social-account-page .social-popup .text:hover {
  color: #f37021;
}
.social-account-page .error-response {
  font-size: 14px;
  color: #7a7878;
  text-align: center;
  width: fit-content;
}
.social-account-page .error-response .icon-info {
  color: #f37021;
}
.social-account-page .edit-social-account {
  background: white;
  width: 230px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.social-account-page .edit-social-account .icon-remove,
.social-account-page .edit-social-account .icon-arrow-right,
.social-account-page .edit-social-account .icon-refresh {
  color: #162a47;
}
.social-account-page .edit-social-account .remove {
  font-family: ProximaNova;
  color: #7a7878;
}
.social-account-page .edit-social-account .block-social-editing .text-editing {
  font-family: ProximaNova;
  color: #7a7878;
}
.social-account-page .edit-social-account .block-social-editing:hover .icon-social,
.social-account-page .edit-social-account .block-social-editing:hover .text-editing {
  color: #f37021;
}
.social-account-page .account-inform {
  border-bottom: 1px solid #f0f0f0;
}
.block-social-group {
  cursor: pointer;
  height: auto;
}
.block-social-group .group-url {
  width: fit-content;
  height: 34px;
}
.block-social-group .group-url img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  border: 2px solid #fff;
}
.block-social-group .group-name {
  background: #f0f0f0;
  color: #162a47;
  border-radius: 0 55px 55px 0;
  align-self: center;
  padding: 5px;
  margin-left: 14px;
  padding-left: 25px;
  font-size: 14px;
  border: 2px solid #fff;
}
.block-social-group .group-checked {
  line-height: 12px;
  display: none;
  width: 15px;
  height: 15px;
  font-size: 7px;
  color: #f37021;
  text-align: center;
  border: 2px solid white;
  border-radius: 50%;
  margin-left: -10px;
}
.block-social-group:hover .group-name {
  color: #f37021;
}
.block-social-group:hover .group-checked {
  display: block;
}
.block-social-group.group-checked .group-name {
  color: #f37021;
}
.block-social-group.group-checked .group-checked {
  display: block;
}

.tasks-bulk-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  background: #f0f0f0;
  border-radius: 6px;
}
.tasks-bulk-actions .tasks-bulk-actions-left {
  color: #7a7878;
}
.tasks-bulk-actions .tasks-bulk-actions-right {
  display: flex;
  gap: 8px;
}
.tasks-bulk-actions .tasks-bulk-actions-right .tasks-bulk-btn {
  padding: 6px 16px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  background: #fff;
  cursor: pointer;
}
.tasks-bulk-actions .tasks-bulk-actions-right .tasks-bulk-btn.remove {
  background: #f44336;
  border-color: #f44336;
  color: #fff;
}
.tasks-bulk-actions .tasks-bulk-actions-right .tasks-bulk-btn.clear {
  background: #56a9ef;
  border-color: #56a9ef;
  color: #fff;
}
.sortable-ghost {
  opacity: 0 !important;
}
.smm-tasks-calendar-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  margin-top: 1.5rem !important;
}
.smm-tasks-calendar-wrap .tasks-calendar-container {
  display: flex;
  gap: 20px;
  height: 100%;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .tasks-column-header {
  margin-bottom: 15px;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .tasks-column-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .tasks-list-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .tasks-list-container .tasks-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .tasks-column-header {
  margin-bottom: 15px;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .tasks-column-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .smm-post-calendar-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
.smm-tasks-calendar-wrap .tasks-calendar-container {
    flex-direction: column;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline {
    flex: 0 0 auto;
    min-height: 200px;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline {
    min-height: 300px;
}
}
.smm-tasks-new-page-add-task {
  max-height: 35px;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
.smm-tasks-new-page-add-task {
    flex: 0 0 70%;
    max-width: 70%;
}
}

.smm-tasks-content-block-btn {
  display: flex;
  align-items: center;
}
.smm-tasks-content-block-btn > *:first-child {
  margin-right: 5px;
}
@media (max-width: 768px) {
.smm-tasks-content-block-btn {
    width: 100%;
    justify-content: flex-end;
}
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap {
  margin-right: 10px;
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter {
  border: 1px solid #f37021;
  border-radius: 5px;
  padding: 0 10px;
  width: 110px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #162a47;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media (max-width: 576px) {
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter {
    display: none;
}
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter .smm-content-block-header-menu-btn-filter-text {
  margin-right: 5px;
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter .smm-content-block-header-menu-btn-filter-icon {
  width: 14px;
  height: 14px;
  background-color: #162a47;
  mask: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 10.5L7.5 9.5H12V8.5H7.5L6.5 7.5V10.5ZM2 5.5H6.5L7.5 6.5V7.5H2V5.5ZM4.5 2.5H9.5V3.5H4.5V2.5Z' fill='%23162a47'/%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter .smm-content-block-header-menu-btn-filter-active.isActiveFilter {
  width: 10px;
  height: 10px;
  background-color: #f37021;
  border: 1px solid #f37021;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  top: 1px;
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter-mobile-wrap {
  border: 1px solid #f37021;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  padding: 8px;
  box-shadow: 0 3px 5px -1px rgb(0 0 0%), 0 6px 10px 0 rgb(0 0 0%), 0 1px 18px 0 rgb(0 0 0%);
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter-mobile-wrap .smm-content-block-header-menu-btn-filter-mobile {
  width: 14px;
  height: 14px;
  background-color: #162a47;
  mask: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 10.5L7.5 9.5H12V8.5H7.5L6.5 7.5V10.5ZM2 5.5H6.5L7.5 6.5V7.5H2V5.5ZM4.5 2.5H9.5V3.5H4.5V2.5Z' fill='%23162a47'/%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter-mobile-wrap .smm-content-block-header-menu-btn-filter-mobile:hover {
  background-color: #f37021;
}
@media (min-width: 576px) {
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter-mobile-wrap {
    display: none;
}
}
.smm-tasks-content-block-btn .smm-tasks-content-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.smm-setting-page-wrap.smm-all-tasks-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 5px;
  width: 100%;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  margin-right: 0;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .all-tasks-toolbar {
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 16px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .all-tasks-toolbar .ui-button {
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  padding: 11px 41px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .all-tasks-toolbar .ui-button:hover {
  transition: background-color 0.15s ease-in-out;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  margin-right: 0;
  max-width: unset !important;
  padding-right: 0 !important;
  border-right: none !important;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  background: #f0f0f0;
  border-radius: 6px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions .tasks-bulk-actions-left {
  color: #7a7878;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions .tasks-bulk-actions-right {
  display: flex;
  gap: 8px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions .tasks-bulk-actions-right .tasks-bulk-btn {
  padding: 6px 16px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  background: #fff;
  cursor: pointer;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions .tasks-bulk-actions-right .tasks-bulk-btn.remove {
  background: #f44336;
  border-color: #f44336;
  color: #fff;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions .tasks-bulk-actions-right .tasks-bulk-btn.clear {
  background: #56a9ef;
  border-color: #56a9ef;
  color: #fff;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-bulk-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  padding: 8px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-task-list-items .smm-task-list-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper {
  margin-top: 1rem;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper {
    width: calc(100% - 10px);
}
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task {
  width: calc(100% / 3);
  height: 100%;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  padding: 1px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task:not(:last-child) {
  padding-right: 8px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-header {
  width: 100%;
  height: 24px;
  background-color: white;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
  color: #162a47;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap {
  margin-top: 6px;
  width: 100%;
  height: auto;
  display: flex;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .scroll .scroll-bar {
  width: 0 !important;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .draggable-list-items {
  position: relative;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .draggable-list-items:not(:first-child) {
  margin-top: 1rem;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-tasks-new-page-add-task {
  max-height: 35px;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-tasks-new-page-add-task {
    flex: 0 0 70%;
    max-width: 70%;
}
}

.smm-tasks-content-block-btn {
  display: flex;
  align-items: center;
}
.smm-tasks-content-block-btn > *:first-child {
  margin-right: 5px;
}
@media (max-width: 768px) {
.smm-tasks-content-block-btn {
    width: 100%;
    justify-content: flex-end;
}
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap {
  margin-right: 10px;
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter {
  border: 1px solid #f37021;
  border-radius: 5px;
  padding: 0 10px;
  width: 110px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #162a47;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media (max-width: 576px) {
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter {
    display: none;
}
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter .smm-content-block-header-menu-btn-filter-text {
  margin-right: 5px;
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter .smm-content-block-header-menu-btn-filter-icon {
  width: 14px;
  height: 14px;
  background-color: #162a47;
  mask: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 10.5L7.5 9.5H12V8.5H7.5L6.5 7.5V10.5ZM2 5.5H6.5L7.5 6.5V7.5H2V5.5ZM4.5 2.5H9.5V3.5H4.5V2.5Z' fill='%23162a47'/%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter .smm-content-block-header-menu-btn-filter-active.isActiveFilter {
  width: 10px;
  height: 10px;
  background-color: #f37021;
  border: 1px solid #f37021;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  top: 1px;
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter-mobile-wrap {
  border: 1px solid #f37021;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  padding: 8px;
  box-shadow: 0 3px 5px -1px rgb(0 0 0%), 0 6px 10px 0 rgb(0 0 0%), 0 1px 18px 0 rgb(0 0 0%);
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter-mobile-wrap .smm-content-block-header-menu-btn-filter-mobile {
  width: 14px;
  height: 14px;
  background-color: #162a47;
  mask: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 10.5L7.5 9.5H12V8.5H7.5L6.5 7.5V10.5ZM2 5.5H6.5L7.5 6.5V7.5H2V5.5ZM4.5 2.5H9.5V3.5H4.5V2.5Z' fill='%23162a47'/%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter-mobile-wrap .smm-content-block-header-menu-btn-filter-mobile:hover {
  background-color: #f37021;
}
@media (min-width: 576px) {
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter-mobile-wrap {
    display: none;
}
}
.smm-tasks-content-block-btn .smm-tasks-content-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.smm-setting-page-wrap.smm-all-tasks-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 5px;
  width: 100%;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  margin-right: 0;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .all-tasks-toolbar {
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 16px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .all-tasks-toolbar .ui-button {
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  padding: 11px 41px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .all-tasks-toolbar .ui-button:hover {
  transition: background-color 0.15s ease-in-out;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  margin-right: 0;
  max-width: unset !important;
  padding-right: 0 !important;
  border-right: none !important;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  background: #f0f0f0;
  border-radius: 6px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions .tasks-bulk-actions-left {
  color: #7a7878;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions .tasks-bulk-actions-right {
  display: flex;
  gap: 8px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions .tasks-bulk-actions-right .tasks-bulk-btn {
  padding: 6px 16px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  background: #fff;
  cursor: pointer;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions .tasks-bulk-actions-right .tasks-bulk-btn.remove {
  background: #f44336;
  border-color: #f44336;
  color: #fff;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions .tasks-bulk-actions-right .tasks-bulk-btn.clear {
  background: #56a9ef;
  border-color: #56a9ef;
  color: #fff;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper {
  margin-top: 1rem;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper {
    width: calc(100% - 10px);
}
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: #f37021 #ffffff;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap::-webkit-scrollbar {
  height: 6px;
  background: transparent;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap::-webkit-scrollbar-track {
  background: #ffffff;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap::-webkit-scrollbar-thumb {
  background-color: #f37021;
  border-radius: 3px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task:not(:last-child) {
  padding-right: 8px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-header {
  width: 100%;
  height: 24px;
  background-color: #f0f0f0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
  color: #162a47;
  flex-shrink: 0;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-header .column-controls {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-right: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease-in-out;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-header .column-controls i {
  font-size: 11px;
  opacity: 0.5;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-header .column-controls i + i {
  margin-left: 6px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-header:hover .column-controls {
  opacity: 1;
  pointer-events: auto;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button {
  background-color: transparent !important;
  box-shadow: none !important;
  border: 1px dashed white;
  margin: 1rem !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
  color: #162a47;
  height: 40px;
  width: calc(100% - 2rem) !important;
  cursor: pointer;
  flex-shrink: 0;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button:hover {
  background-color: #e8e8e8;
  border: 1px solid #f37021;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button:hover span {
  color: #f37021;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button:hover i {
  color: #f37021;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button i {
  font-size: 14px;
  color: #162a47;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button span {
  margin-left: 8px;
  font-size: 15px;
  color: #162a47;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap {
  margin-top: 6px;
  width: 100%;
  height: auto;
  display: flex;
  min-height: 0;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .scroll .scroll-bar {
  width: 0 !important;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .draggable-list-items {
  position: relative;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .draggable-list-items:not(:first-child) {
  margin-top: 4px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .add-column-tile {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 1rem;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .add-column-tile .smm-tasks-new-page-preview-task-add-button {
  background-color: transparent !important;
  box-shadow: none !important;
  border: 1px dashed #f0f0f0;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
  color: #162a47;
  height: 40px;
  width: 100% !important;
  cursor: pointer;
  flex-shrink: 0;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .add-column-tile .smm-tasks-new-page-preview-task-add-button:hover {
  background-color: #e8e8e8;
  border: 1px solid #f37021;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .add-column-tile .smm-tasks-new-page-preview-task-add-button:hover span {
  color: #f37021;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .add-column-tile .smm-tasks-new-page-preview-task-add-button:hover i {
  color: #f37021;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .add-column-tile .smm-tasks-new-page-preview-task-add-button i {
  font-size: 14px;
  color: #162a47;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .add-column-tile .smm-tasks-new-page-preview-task-add-button span {
  margin-left: 8px;
  font-size: 15px;
  color: #162a47;
}
@media (min-width: 992px) {
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-tasks-new-page-add-task {
    flex: 0 0 70%;
    max-width: 70%;
}
}

.sortable-ghost {
  opacity: 0 !important;
}
.smm-tasks-new-page-wrap {
  position: relative;
  height: 100%;
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-wrap-filter {
  margin-bottom: 1rem;
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-wrap-filter .smm-tasks-new-page-wrap-filter-button {
  display: flex;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-wrap-filter .smm-tasks-new-page-wrap-filter-button > div {
  min-width: 100px !important;
  font-size: 14px;
}
@media (max-width: 576px) {
.smm-tasks-new-page-wrap .smm-tasks-new-page-wrap-filter .smm-tasks-new-page-wrap-filter-button > div {
    min-width: 50px !important;
}
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-wrap-filter .smm-tasks-new-page-wrap-filter-button > div:not(:first-child) {
  margin-left: 0.25rem;
  margin-left: 0.5rem;
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-wrap-filter .smm-tasks-new-page-wrap-filter-button .smm-tasks-new-page-wrap-filter-button-wrap .smm-tasks-new-page-wrap-filter-button-wrap-text {
  display: block;
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-wrap-filter .smm-tasks-new-page-wrap-filter-button .smm-tasks-new-page-wrap-filter-button-wrap .smm-tasks-new-page-wrap-filter-button-wrap-icon {
  display: none;
}
@media (max-width: 576px) {
.smm-tasks-new-page-wrap .smm-tasks-new-page-wrap-filter .smm-tasks-new-page-wrap-filter-button .smm-tasks-new-page-wrap-filter-button-wrap .smm-tasks-new-page-wrap-filter-button-wrap-text {
    display: none;
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-wrap-filter .smm-tasks-new-page-wrap-filter-button .smm-tasks-new-page-wrap-filter-button-wrap .smm-tasks-new-page-wrap-filter-button-wrap-icon {
    display: block;
}
}
@media (min-width: 992px) {
.smm-tasks-new-page-wrap .smm-tasks-new-page-add-task {
    flex: 0 0 70%;
    max-width: 70%;
}
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-preview-task-wrapper {
  margin-top: 1rem;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
.smm-tasks-new-page-wrap .smm-tasks-new-page-preview-task-wrapper {
    width: calc(100% - 10px);
}
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task {
  width: 320px;
  height: 100%;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task:not(:last-child) {
  padding-right: 8px;
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-header {
  width: 100%;
  height: 24px;
  background-color: #f0f0f0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
  color: #162a47;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-header .column-controls {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-right: 8px;
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button {
  background-color: transparent !important;
  box-shadow: none !important;
  border: 1px dashed white;
  margin: 1rem !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
  color: #162a47;
  height: 40px;
  width: calc(100% - 2rem) !important;
  cursor: pointer;
  flex-shrink: 0;
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button:hover {
  background-color: #e8e8e8;
  border: 1px solid #f37021;
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button:hover span {
  color: #f37021;
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button:hover i {
  color: #f37021;
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button i {
  font-size: 14px;
  color: #162a47;
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-add-button span {
  margin-left: 8px;
  font-size: 15px;
  color: #162a47;
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap {
  margin-top: 6px;
  width: 100%;
  height: auto;
  display: flex;
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .scroll .scroll-bar {
  width: 0 !important;
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .draggable-list {
  height: 100%;
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .draggable-list .draggable-list-items:not(:first-child) {
  margin-top: 4px;
}
.smm-tasks-new-page-wrap .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .draggable-list .draggable-list-null {
  width: 100%;
  background: #f3702126;
  border: 1px solid #f37021;
  color: #f37021;
  min-height: 40px;
  height: auto;
  align-items: center;
  padding: 0 8px;
  font-size: 14px;
  display: flex;
}

.public-post-view[data-v-c7aecabc] {
  min-height: 100vh;
  background-color: white;
  padding: 20px;
}
@media (max-width: 768px) {
.public-post-view[data-v-c7aecabc] {
    padding: 10px;
}
}
.public-post-view .post-container[data-v-c7aecabc] {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px) {
.public-post-view .post-container[data-v-c7aecabc] {
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
}
.public-post-view .post-container .loading[data-v-c7aecabc] {
  text-align: center;
  padding: 60px 20px;
}
.public-post-view .post-container .not-found[data-v-c7aecabc] {
  text-align: center;
  padding: 60px 20px;
}
.public-post-view .post-container .not-found h2[data-v-c7aecabc] {
  color: #dc3545;
  margin-bottom: 15px;
}
.public-post-view .post-container .not-found p[data-v-c7aecabc] {
  color: #6c757d;
}
.public-post-view .post-container .post-content[data-v-c7aecabc] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
  display: flex;
  margin-top: 0 !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  align-items: flex-start;
}
.public-post-view .post-container .post-content .post-header[data-v-c7aecabc] {
  background: #162a47;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #e9ecef;
}
@media (max-width: 768px) {
.public-post-view .post-container .post-content .post-header[data-v-c7aecabc] {
    padding: 15px;
}
}
.public-post-view .post-container .post-content .post-header h1[data-v-c7aecabc] {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 768px) {
.public-post-view .post-container .post-content .post-header h1[data-v-c7aecabc] {
    font-size: 20px;
}
}
.public-post-view .post-container .post-content .post-preview[data-v-c7aecabc] {
  border-left: none !important;
  padding: 0;
  background: #fff;
  width: calc(50% - 1px);
  display: flex;
  flex-direction: column;
  position: relative;
}
.public-post-view .post-container .post-content .post-preview[data-v-c7aecabc] .smm-post-preview-draft-wrap {
  padding: 0;
}
.public-post-view .post-container .post-content .post-preview[data-v-c7aecabc] .smm-post-preview-draft-wrap .smm-more-menu {
  display: none !important;
}
.public-post-view .post-container .post-content .post-preview[data-v-c7aecabc] .smm-post-preview-draft-wrap .smm-posts-wrap {
  padding-left: 0;
}
.public-post-view .post-container .post-content .post-preview[data-v-c7aecabc] .smm-post-preview-draft-wrap .smm-posts-wrap .smm-posts-wrap-body .smm-post-content {
  border-radius: 0;
  background-color: #fff;
  max-width: 100% !important;
  display: flex;
  margin-left: 0 !important;
}
.public-post-view .post-container .post-content .post-preview[data-v-c7aecabc] .smm-post-preview-draft-wrap .smm-posts-wrap .smm-posts-wrap-body .smm-post-content .smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap {
  padding-left: 24px !important;
}
.public-post-view .post-container .post-content .post-preview[data-v-c7aecabc] .smm-post-preview-draft-wrap .smm-posts-wrap .smm-posts-wrap-body .smm-post-content .smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-title-social-networks-wrap .smm-socila-network-wrap .smm-socila-network .smm-socila-network-icon {
  width: 20px;
  height: 20px;
}
.public-post-view .post-container .post-content .post-preview[data-v-c7aecabc] .smm-post-preview-draft-wrap .smm-posts-wrap .smm-posts-wrap-body .smm-post-content .smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-title-social-networks-wrap .smm-socila-network-wrap .smm-socila-network .smm-socila-network-name {
  font-size: 14px;
  font-weight: 500;
  color: #162a47;
}
.public-post-view .post-container .post-content .post-preview[data-v-c7aecabc] .smm-post-preview-draft-wrap .smm-posts-wrap .smm-posts-wrap-body .smm-post-content .smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content {
  margin-right: 0 !important;
}
.public-post-view .post-container .post-content .post-preview[data-v-c7aecabc] .smm-post-preview-draft-wrap .smm-posts-wrap .smm-posts-wrap-body .smm-post-content .smm-post-component-wrap .smm-post-component .smm-post-component-title-wrap .smm-post-component-data-wrap .smm-post-component-date-wrap-content .smm-post-component-status-wrap .smm-post-component-date-сreated {
  font-size: 14px;
  color: #6c757d;
  font-weight: 400;
}
.public-post-view .post-container .post-content .post-preview[data-v-c7aecabc] .smm-post-preview-draft-wrap .smm-posts-wrap .smm-posts-wrap-body .smm-post-content .smm-post-component-wrap .smm-post-component .smm-post-component-body-wrap {
  padding-top: 4px !important;
  margin-top: 1px !important;
}
.public-post-view .post-container .post-content .post-preview[data-v-c7aecabc] .smm-post-preview-draft-wrap .smm-posts-wrap .smm-posts-wrap-body .smm-post-content .smm-post-component-wrap .smm-post-component .smm-post-component-body-wrap .smm-post-component-body .smm-content-for-post-wrap .smm-content-for-post .smm-content-for-post-text {
  font-size: 16px;
  line-height: 1.5;
  color: #162a47;
  margin-bottom: 15px;
}
.public-post-view .post-container .post-content .post-preview[data-v-c7aecabc] .smm-post-preview-draft-wrap .smm-posts-wrap .smm-posts-wrap-body .smm-post-content .smm-post-component-wrap .smm-post-component .smm-post-component-body-wrap .smm-post-component-body .smm-content-for-post-wrap .smm-content-for-post .smm-content-for-post-media-wrap {
  margin: 15px 0;
}
.public-post-view .post-container .post-content .post-preview[data-v-c7aecabc] .smm-post-preview-draft-wrap .smm-posts-wrap .smm-posts-wrap-body .smm-post-content .smm-post-component-wrap .smm-post-component .smm-post-component-body-wrap .smm-post-component-body .smm-content-for-post-wrap .smm-content-for-post .smm-content-for-post-media-wrap img,
.public-post-view .post-container .post-content .post-preview[data-v-c7aecabc] .smm-post-preview-draft-wrap .smm-posts-wrap .smm-posts-wrap-body .smm-post-content .smm-post-component-wrap .smm-post-component .smm-post-component-body-wrap .smm-post-component-body .smm-content-for-post-wrap .smm-content-for-post .smm-content-for-post-media-wrap video {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.public-post-view .post-container .post-content .post-preview[data-v-c7aecabc] .smm-post-preview-draft-wrap .smm-posts-wrap .smm-posts-wrap-body .smm-post-content .smm-post-component-wrap .smm-post-component .smm-post-component-body-wrap .smm-post-component-body .smm-content-for-post-wrap .smm-content-for-post .smm-content-for-post-poll {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 15px;
  margin: 15px 0;
}
.public-post-view .post-container .post-content .post-preview[data-v-c7aecabc] .smm-post-preview-draft-wrap .smm-posts-wrap .smm-posts-wrap-body .smm-post-content .smm-post-component-wrap .smm-post-component .smm-post-component-body-wrap .smm-post-component-body .smm-post-component-body-topics {
  margin-top: 15px;
}
.public-post-view .post-container .post-content .post-preview[data-v-c7aecabc] .smm-post-preview-draft-wrap .smm-posts-wrap .smm-posts-wrap-body .smm-post-content .smm-post-component-wrap .smm-post-component .smm-post-component-body-wrap .smm-post-component-body .smm-post-component-body-topics .smm-post-topic-preview {
  background: #e3f2fd;
  color: #1976d2;
  border-radius: 16px;
  padding: 4px 12px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
}
.public-post-view .post-container .post-content .comments-section[data-v-c7aecabc] {
  padding-top: 0 !important;
  padding-left: 30px !important;
  padding: 15px;
  width: calc(50% - 1px);
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
.public-post-view .post-container .post-content .comments-section[data-v-c7aecabc] {
    padding: 15px 20px;
}
}
.public-post-view .post-container .post-content .comments-section[data-v-c7aecabc] .smm-public-comments {
  height: 100%;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.public-post-view .post-container .post-content .comments-section[data-v-c7aecabc] .smm-public-comments .comments-list {
  flex: 1;
  min-height: 0;
}
.public-post-view .post-container .post-content .comments-section[data-v-c7aecabc] .smm-public-comments .comments-list .smm-scrollbar-new-scroll div:has(.wrap-smm-block-message):last-child .wrap-smm-block-message {
  margin-bottom: 80px;
}

.referral-program {
  width: 100%;
}
.referral-program .сommission {
  width: 100%;
  border-top: 2px solid #f0f0f0;
}
.referral-program .referal-text {
  font-size: 15px;
  color: #7a7878;
  padding: 16px 0px;
}
.referral-program .referral-rates {
  width: 320px;
}
.referral-program .referral-rates .title-text {
  padding: 6px 0px;
}
.referral-program .width-106 {
  width: 50%;
  text-align: center;
}
.referral-program .color-gray {
  color: #7a7878;
  font-size: 14px;
}
.referral-program .gray-block {
  background-color: #f8f8f8;
  color: #f37021;
  height: 40px;
  width: 100%;
  font-size: 23px;
  padding: 8px 11px;
}
.referral-program .participants {
  width: 187px;
  height: 28px;
  background: #f0f0f0;
  margin: auto;
  text-align: center;
}
.referral-program .invite-friends {
  background-color: #f8f8f8;
  margin-top: 24px;
  padding: 30px 27px;
}
.referral-program .invite-friends .bonus {
  text-align: center;
}
.referral-program .invite-friends .bonus .referal-link {
  width: 259px;
  height: 33px;
  background-color: white;
  color: #f37021;
  font-size: 15px;
}
.referral-program .description {
  font-size: 15px;
  color: #7a7878;
}
.referral-program .bold {
  font-weight: bold;
}
.referal-code {
  color: #f37021;
  width: 100%;
  height: 26px;
  border: 1px solid #f8f8f8;
  padding: 0 5px;
}
.referal-code:focus {
  border: 1px solid #f37021;
  outline: 0;
  outline-offset: 0;
}
.referal-code:active {
  border: 1px solid #f37021;
  outline: 0;
  outline-offset: 0;
}
.box {
  position: relative;
  width: 100%;
}
.table-box {
  overflow-y: hidden;
  border-top: 2px solid #f0f0f0;
  margin-top: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.table-box .table-transactions {
  width: 100%;
}
.table-box .table-transactions th {
  white-space: nowrap;
  color: #162a47;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  min-width: 180px;
}
.table-box .table-transactions td {
  font-size: 14px;
  color: #7a7878;
  padding: 5px;
}
.box-sm .card-body {
  padding: 15px;
  border: 1px solid #ececec;
  margin: 5px;
  border-radius: 10px;
  font-size: 13px;
}
.box-sm .card-body .bold {
  font-weight: bold;
  color: black;
}
.box-sm .card-body .text {
  color: #7a7878;
}

.tariffs-and-payment {
  width: 100%;
}
.tariffs-and-payment .v-data-table-header th {
  font-family: ProximaNova;
  font-size: 14px !important;
  color: #7a7878 !important;
  font-weight: 100 !important;
}
.tariffs-and-payment .smm-payment-history {
  padding-top: 15px;
  margin-top: 30px;
  border-top: 1px solid #f0f0f0;
}
.tariffs-and-payment .smm-payment-history .smm-payment-history-title {
  color: #f37021;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.tariffs-and-payment .box-tarif-title {
  min-height: 91px;
  margin: 20px 0;
}
.tariffs-and-payment .box-tarif-title .name-tariff {
  font-size: 17px;
  background: #f8f8f8;
  width: 255px;
}
.tariffs-and-payment .box-tarif-title .name-tariff .prop-tariffs {
  width: fit-content;
}
.tariffs-and-payment .box-tarif-title .name-tariff .prop-tariffs .tariff {
  color: #7a7878;
  text-align: center;
}
.tariffs-and-payment .box-tarif-title .name-tariff .prop-tariffs .name {
  border-radius: 5px;
  color: #f37021;
  background-color: white;
  text-align: center;
}
.tariffs-and-payment .box-tarif-title .date-end-tariff {
  background: #f8f8f8;
  font-size: 15px;
  color: #7a7878;
  padding: 14px 27px;
}
.tariffs-and-payment .promo-code {
  margin-bottom: 11px;
}
.tariffs-and-payment .promo-code .text-code {
  font-size: 17px;
}
.tariffs-and-payment .price-tariffs {
  margin-bottom: 35px;
}
.tariffs-and-payment .price-tariffs .tx {
  font-size: 15px;
}
.tariffs-and-payment .table-tariff {
  height: 300px;
}
.tariffs-and-payment .table-tariff .title-text {
  font-size: 15px;
  font-weight: bold;
  width: 123px;
  margin-right: 71px;
}
.tariffs-and-payment .table-tariff .body-t {
  border-bottom: 1px solid #f6f6f6;
  font-size: 15px;
}
.tariffs-and-payment .table-tariff .body-t .clone {
  min-width: 123px;
}
.tariffs-and-payment .table-tariff .body-t .clone span {
  font-weight: bold;
}
.tariffs-and-payment .tariffs {
  font-size: 15px;
}
.tariffs-and-payment .tariffs .bold {
  font-weight: bold;
}
.tariffs-and-payment .tariffs .color-orange {
  color: #f37021;
}
.tariffs-and-payment .tariffs .color-brown {
  color: #7a7878;
}
.tariffs-and-payment .button-tarriffs {
  margin-top: 19px;
}
.tariffs-and-payment .clone-btn {
  width: 123px;
}
.tariffs-and-payment .color-blue {
  color: #162a47;
}
.tariffs-and-payment .color-orange {
  color: #f37021;
}
.tariffs-and-payment .color-blure {
  color: #7a7878;
}
.tariffs-and-payment .bold {
  font-weight: bold;
}
.tariffs-and-payment .question-circle {
  background: #162a47;
  color: white;
  text-align: center;
  border-radius: 50%;
  font-size: 9px;
  cursor: pointer;
  padding: 3px 3px;
}
.tariffs-and-payment .tarif-list {
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: initial;
  flex-wrap: initial;
  user-select: none;
  margin-left: 0px;
}
.active-tarif {
  font-size: 14px;
  text-align: center;
  height: 33px;
  color: #f37021;
  border: 1px solid;
  user-select: none;
  font-weight: bold;
}
@media (max-width: 576px) {
.tariffs-and-payment .box-tarif-title .name-tariff {
    width: 100%;
    padding: 10px;
}
}
.payment_method {
  height: 300px;
  min-height: 300px;
  max-height: 700px;
  position: relative;
}
.table_item {
  color: black;
  padding: 0 20px;
  min-height: 55px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  border-bottom: 1px solid #f6f6f6;
}
.table_item.header-row {
  font-weight: bold;
  color: #162a47;
  border-bottom: 1px solid white;
}
.table_item.mobile {
  color: #f37021;
  cursor: pointer;
}
.table_item.mobile:hover {
  text-decoration: underline;
}
.table_item.mobile.active {
  text-decoration: underline;
}
.table_item.border-none {
  border-bottom: none;
}
.table_item_col {
  background-color: white;
  border-radius: 10px 10px 0 0;
}
.table_item_col .table_item:first-child {
  font-weight: bold;
  color: #f36f20;
  justify-content: center;
  font-size: 16px;
  padding: 0 10px;
}
.table_item_data {
  width: 100%;
  align-items: center;
  justify-content: center;
}
.table_item_data .smm-amount-container .smm-amount-month .amount {
  color: #f37021;
  font-weight: bold;
  font-size: 16px;
}
.table_item_data .smm-amount-container .smm-amount-year {
  text-align: center;
  line-height: 16px;
}
.table_item_data .smm-amount-container .smm-amount-year .smm-price-year-subscribe {
  color: #f37021;
  font-weight: bold;
  font-size: 16px;
  font-family: ProximaNova;
}
.table_item_data .smm-amount-container .smm-amount-year .mouth-tariff {
  font-size: 16px;
  color: black;
  font-weight: bold;
  font-family: ProximaNova;
}
.table_item_data .smm-amount-container .smm-amount-year .smm-year-subscription {
  font-size: 13px;
  color: black;
  font-weight: bold;
  font-family: ProximaNova;
}
.table_item_col .table_item:nth-child(2n + 1).table_item:not(:first-child) {
  background-color: #fff;
}
.orang {
  color: #f36f20;
}
.ui-button.btn-select {
  padding: 8px 23px;
  font-size: 14px;
  background: #f0f0f0;
  color: #212529;
}
.ui-button.btn-select.actived {
  background: #56a9ef;
  color: white;
}
.ui-button.btn-select:hover {
  color: #f37021;
}
.block-price {
  text-align: center;
  line-height: 16px;
}
.btn-big {
  border-radius: 5px;
  background: #f0f0f0;
  color: #7a7878;
  padding: 8px 23px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  font-weight: 100;
}
.btn-big:hover {
  background: #f36f20;
  color: white;
}
.new-or-current-tariff {
  color: #7a7878;
  font-size: 16px;
  line-height: 23px;
}
.payment-method {
  width: fit-content;
  color: white;
  background: #f37021;
  padding: 4px 15px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 100;
}
.payment-method:hover {
  background: #f37021d1;
}
.payment-method.disabled {
  filter: opacity(0.5);
  cursor: not-allowed;
}
.close-popup-tarif {
  color: #7a7878;
  cursor: pointer;
  user-select: none;
}
.close-popup-tarif:hover {
  color: #000;
}
.selecte_from_tarif-round {
  width: 20px;
  height: 20px;
  background: #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #fff;
}
.selecte_from_tarif-round:hover {
  border: 1px solid #f37021;
}
.selecte_from_tarif-round.active-frame {
  background: #f37021;
}
.tarif_title {
  color: black;
  font-weight: bold;
  user-select: none;
  margin-left: 5px;
  cursor: pointer;
}
.tarif_title:hover .selecte_from_tarif-round {
  border: 1px solid #f37021;
}
.payment-history {
  line-height: 25px;
  font-size: 14px;
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
  margin-top: 25px;
}
.payment-history .date-desc {
  margin-bottom: 16px;
}
.payment-history span.active {
  color: #f37021;
}
.smm_styleshet {
  color: #7a7878;
  font-weight: 100;
  font-size: 15px;
}
@media (max-width: 576px) {
.table_item {
    padding: 0 20px;
    min-height: 55px;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
}
.block-price {
    text-align: center;
    line-height: 12px;
}
.payment-history {
    padding: 15px;
}
}
.yandex-btn {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 200px;
  height: 82px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.yandex-btn:hover {
  box-shadow: 0 0 10px #f37021;
}
.yandex-btn .yandex-img {
  width: 180px;
  margin-top: 10px;
}

.tasks-bulk-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  background: #f0f0f0;
  border-radius: 6px;
}
.tasks-bulk-actions .tasks-bulk-actions-left {
  color: #7a7878;
}
.tasks-bulk-actions .tasks-bulk-actions-right {
  display: flex;
  gap: 8px;
}
.tasks-bulk-actions .tasks-bulk-actions-right .tasks-bulk-btn {
  padding: 6px 16px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  background: #fff;
  cursor: pointer;
}
.tasks-bulk-actions .tasks-bulk-actions-right .tasks-bulk-btn.remove {
  background: #f44336;
  border-color: #f44336;
  color: #fff;
}
.tasks-bulk-actions .tasks-bulk-actions-right .tasks-bulk-btn.clear {
  background: #56a9ef;
  border-color: #56a9ef;
  color: #fff;
}
.sortable-ghost {
  opacity: 0 !important;
}
.smm-tasks-calendar-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  margin-top: 1.5rem !important;
}
.smm-tasks-calendar-wrap .tasks-calendar-container {
  display: flex;
  gap: 20px;
  height: 100%;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .tasks-list {
  padding-left: 0 !important;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .tasks-column-header {
  margin-bottom: 15px;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .tasks-column-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .tasks-list-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline .tasks-list-container .tasks-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .tasks-column-header {
  margin-bottom: 15px;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .tasks-column-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline .smm-post-calendar-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
.smm-tasks-calendar-wrap .tasks-calendar-container {
    flex-direction: column;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-without-deadline {
    flex: 0 0 auto;
    min-height: 200px;
}
.smm-tasks-calendar-wrap .tasks-calendar-container .tasks-with-deadline {
    min-height: 300px;
}
}

.smm-tasks-content-block-btn {
  display: flex;
  align-items: center;
}
.smm-tasks-content-block-btn > *:first-child {
  margin-right: 5px;
}
@media (max-width: 768px) {
.smm-tasks-content-block-btn {
    width: 100%;
    justify-content: flex-end;
}
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap {
  margin-right: 10px;
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter {
  border: 1px solid #f37021;
  border-radius: 5px;
  padding: 0 10px;
  width: 110px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #162a47;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media (max-width: 576px) {
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter {
    display: none;
}
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter .smm-content-block-header-menu-btn-filter-text {
  margin-right: 5px;
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter .smm-content-block-header-menu-btn-filter-icon {
  width: 14px;
  height: 14px;
  background-color: #162a47;
  mask: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 10.5L7.5 9.5H12V8.5H7.5L6.5 7.5V10.5ZM2 5.5H6.5L7.5 6.5V7.5H2V5.5ZM4.5 2.5H9.5V3.5H4.5V2.5Z' fill='%23162a47'/%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter .smm-content-block-header-menu-btn-filter-active.isActiveFilter {
  width: 10px;
  height: 10px;
  background-color: #f37021;
  border: 1px solid #f37021;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  top: 1px;
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter-mobile-wrap {
  border: 1px solid #f37021;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  padding: 8px;
  box-shadow: 0 3px 5px -1px rgb(0 0 0%), 0 6px 10px 0 rgb(0 0 0%), 0 1px 18px 0 rgb(0 0 0%);
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter-mobile-wrap .smm-content-block-header-menu-btn-filter-mobile {
  width: 14px;
  height: 14px;
  background-color: #162a47;
  mask: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 10.5L7.5 9.5H12V8.5H7.5L6.5 7.5V10.5ZM2 5.5H6.5L7.5 6.5V7.5H2V5.5ZM4.5 2.5H9.5V3.5H4.5V2.5Z' fill='%23162a47'/%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
}
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter-mobile-wrap .smm-content-block-header-menu-btn-filter-mobile:hover {
  background-color: #f37021;
}
@media (min-width: 576px) {
.smm-tasks-content-block-btn .smm-content-block-header-menu-btn-filter-wrap .smm-content-block-header-menu-btn-filter-mobile-wrap {
    display: none;
}
}
.smm-tasks-content-block-btn .smm-tasks-content-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.smm-setting-page-wrap.smm-all-tasks-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 5px;
  width: 100%;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  margin-right: 0;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .all-tasks-toolbar {
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 16px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .all-tasks-toolbar .ui-button {
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  padding: 11px 41px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .all-tasks-toolbar .ui-button:hover {
  transition: background-color 0.15s ease-in-out;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  margin-right: 0;
  max-width: unset !important;
  padding-right: 0 !important;
  border-right: none !important;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  background: #f0f0f0;
  border-radius: 6px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions .tasks-bulk-actions-left {
  color: #7a7878;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions .tasks-bulk-actions-right {
  display: flex;
  gap: 8px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions .tasks-bulk-actions-right .tasks-bulk-btn {
  padding: 6px 16px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  background: #fff;
  cursor: pointer;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions .tasks-bulk-actions-right .tasks-bulk-btn.remove {
  background: #f44336;
  border-color: #f44336;
  color: #fff;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .tasks-bulk-actions .tasks-bulk-actions-right .tasks-bulk-btn.clear {
  background: #56a9ef;
  border-color: #56a9ef;
  color: #fff;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-bulk-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  padding: 8px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-task-list-items .smm-task-list-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper {
  margin-top: 1rem;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper {
    width: calc(100% - 10px);
}
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task {
  width: calc(100% / 3);
  height: 100%;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  padding: 1px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task:not(:last-child) {
  padding-right: 8px;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .smm-tasks-new-page-preview-task-header {
  width: 100%;
  height: 24px;
  background-color: white;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
  color: #162a47;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap {
  margin-top: 6px;
  width: 100%;
  height: auto;
  display: flex;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .scroll .scroll-bar {
  width: 0 !important;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .draggable-list-items {
  position: relative;
  margin-top: 0.5rem;
}
.smm-setting-page-wrap.smm-all-tasks-wrap .smm-setting-page-block .smm-setting-page-content .smm-setting-page-list .smm-tasks-new-page-preview-task-wrapper .smm-tasks-new-page-preview-task-wrap .smm-tasks-new-page-preview-task .draggable-list-wrap .draggable-list-items:not(:first-child) {
  margin-top: 1rem;
}
.task-project-badge {
  background: #f0f3f7;
  color: #162a47;
  border: 1px solid #d9e1ea;
  border-radius: 10px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  margin-bottom: 8px;
  display: inline-block;
}
.smm-task-list-row {
  margin-bottom: 0.725rem;
  padding: 1px;
}
.smm-task-list-row:last-child {
  padding-bottom: 16rem;
}
.smm-task-list-row .smm-task-component-title-wrap {
  background: white !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
  border: none;
}
.smm-task-list-row .smm-task-component-title-wrap .media-message-compact {
  background-color: transparent !important;
}
.smm-task-list {
  height: 100%;
  margin-top: 1rem;
}
.smm-task-list .smm-tasks-new-page-add-task {
  margin-bottom: 1.5rem !important;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps {
    position: relative;
}
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps.ps--active-y {
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  position: relative;
  pointer-events: auto;
}
.smm-scrollbar-control {
  overflow: hidden;
  position: relative;
}
.smm-scrollbar-control.ps--active-y {
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
}
.scroll {
  position: relative;
}
.scroll.ps--active-y {
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
}
.ps__content {
  position: relative;
  z-index: 1;
}
.ps:hover,
.ps:focus,
.ps--active-y {
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/fonts/glyphicons-halflings-regular.f4769f9bdb7466be65088239c12046d1.eot);
  src: url(/fonts/glyphicons-halflings-regular.f4769f9bdb7466be65088239c12046d1.eot?#iefix) format("embedded-opentype"), url(/fonts/glyphicons-halflings-regular.448c34a56d699c29117adc64c43affeb.woff2) format("woff2"), url(/fonts/glyphicons-halflings-regular.fa2772327f55d8198301fdb8bcfc8158.woff) format("woff"), url(/fonts/glyphicons-halflings-regular.e18bbf611f2a2e43afc071aa2f4e1512.ttf) format("truetype"), url(/images/glyphicons-halflings-regular.89889688147bd7575d6327160d64e760.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@charset "UTF-8";
/*!
 * BootstrapVue Custom CSS (https://bootstrap-vue.org)
 */
.bv-no-focus-ring:focus {
  outline: none;
}

@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .bv-d-md-down-none {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
    display: none !important;
  }
}
.bv-d-xl-down-none {
  display: none !important;
}

.form-control.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.b-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  max-width: 100%;
  max-height: auto;
  text-align: center;
  overflow: visible;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.b-avatar:focus {
  outline: 0;
}
.b-avatar.btn, .b-avatar[href] {
  padding: 0;
  border: 0;
}
.b-avatar.btn .b-avatar-img img, .b-avatar[href] .b-avatar-img img {
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.b-avatar.btn:not(:disabled):not(.disabled), .b-avatar[href]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.b-avatar.disabled, .b-avatar:disabled, .b-avatar[disabled] {
  opacity: 0.65;
  pointer-events: none;
}
.b-avatar .b-avatar-custom,
.b-avatar .b-avatar-text,
.b-avatar .b-avatar-img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-mask-image: radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}
.b-avatar .b-avatar-text {
  text-transform: uppercase;
  white-space: nowrap;
}
.b-avatar[href] {
  text-decoration: none;
}
.b-avatar > .b-icon {
  width: 60%;
  height: auto;
  max-width: 100%;
}
.b-avatar .b-avatar-img img {
  width: 100%;
  height: 100%;
  max-height: auto;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
.b-avatar .b-avatar-badge {
  position: absolute;
  min-height: 1.5em;
  min-width: 1.5em;
  padding: 0.25em;
  line-height: 1;
  border-radius: 10em;
  font-size: 70%;
  font-weight: 700;
  z-index: 1;
}

.b-avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
}
.b-avatar-sm .b-avatar-text {
  font-size: calc(0.6rem);
}
.b-avatar-sm .b-avatar-badge {
  font-size: calc(0.42rem);
}

.b-avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
}
.b-avatar-lg .b-avatar-text {
  font-size: calc(1.4rem);
}
.b-avatar-lg .b-avatar-badge {
  font-size: calc(0.98rem);
}

.b-avatar-group .b-avatar-group-inner {
  display: flex;
  flex-wrap: wrap;
}
.b-avatar-group .b-avatar {
  border: 1px solid #dee2e6;
}
.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),
.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled) {
  z-index: 1;
}

.b-calendar {
  display: inline-flex;
}
.b-calendar .b-calendar-inner {
  min-width: 250px;
}
.b-calendar .b-calendar-header,
.b-calendar .b-calendar-nav {
  margin-bottom: 0.25rem;
}
.b-calendar .b-calendar-nav .btn {
  padding: 0.25rem;
}
.b-calendar output {
  padding: 0.25rem;
  font-size: 80%;
}
.b-calendar output.readonly {
  background-color: #e9ecef;
  opacity: 1;
}
.b-calendar .b-calendar-footer {
  margin-top: 0.5rem;
}
.b-calendar .b-calendar-grid {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.b-calendar .b-calendar-grid .row {
  flex-wrap: nowrap;
}
.b-calendar .b-calendar-grid-caption {
  padding: 0.25rem;
}
.b-calendar .b-calendar-grid-body .col[data-date] .btn {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 1;
  margin: 3px auto;
  padding: 9px 0;
}
.b-calendar .btn:disabled, .b-calendar .btn.disabled, .b-calendar .btn[aria-disabled=true] {
  cursor: default;
  pointer-events: none;
}

.card-img-left {
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-img-right {
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important;
}
.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important;
}
.dropdown .dropdown-menu:focus {
  outline: none;
}

.b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400;
}
.b-dropdown-form:focus {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.b-dropdown-form.disabled, .b-dropdown-form:disabled {
  outline: 0 !important;
  color: #adb5bd;
  pointer-events: none;
}

.b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter;
}

.custom-checkbox.b-custom-control-lg,
.input-group-lg .custom-checkbox {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.custom-checkbox.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-checkbox .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.3rem;
}
.custom-checkbox.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-checkbox .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 50% 50%;
}

.custom-checkbox.b-custom-control-sm,
.input-group-sm .custom-checkbox {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.custom-checkbox.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-checkbox .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.2rem;
}
.custom-checkbox.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-checkbox .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background-size: 50% 50%;
}

.custom-switch.b-custom-control-lg,
.input-group-lg .custom-switch {
  padding-left: 2.8125rem;
}
.custom-switch.b-custom-control-lg .custom-control-label,
.input-group-lg .custom-switch .custom-control-label {
  font-size: 1.25rem;
  line-height: 1.5;
}
.custom-switch.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-switch .custom-control-label::before {
  top: 0.3125rem;
  height: 1.25rem;
  left: -2.8125rem;
  width: 2.1875rem;
  border-radius: 0.625rem;
}
.custom-switch.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-label::after {
  top: calc(
        0.3125rem + 2px
      );
  left: calc(
        -2.8125rem + 2px
      );
  width: calc(
  1.25rem - 4px
);
  height: calc(
  1.25rem - 4px
);
  border-radius: 0.625rem;
  background-size: 50% 50%;
}
.custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(0.9375rem);
  transform: translateX(0.9375rem);
}

.custom-switch.b-custom-control-sm,
.input-group-sm .custom-switch {
  padding-left: 1.96875rem;
}
.custom-switch.b-custom-control-sm .custom-control-label,
.input-group-sm .custom-switch .custom-control-label {
  font-size: 0.875rem;
  line-height: 1.5;
}
.custom-switch.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-switch .custom-control-label::before {
  top: 0.21875rem;
  left: -1.96875rem;
  width: 1.53125rem;
  height: 0.875rem;
  border-radius: 0.4375rem;
}
.custom-switch.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-label::after {
  top: calc(
        0.21875rem + 2px
      );
  left: calc(
        -1.96875rem + 2px
      );
  width: calc(
  0.875rem - 4px
);
  height: calc(
  0.875rem - 4px
);
  border-radius: 0.4375rem;
  background-size: 50% 50%;
}
.custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(0.65625rem);
  transform: translateX(0.65625rem);
}

.input-group > .input-group-prepend > .btn-group > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
.input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn-group > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,
.input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.b-form-btn-label-control.form-control {
  display: flex;
  align-items: stretch;
  height: auto;
  padding: 0;
  background-image: none;
}
.input-group .b-form-btn-label-control.form-control {
  padding: 0;
}

[dir=rtl] .b-form-btn-label-control.form-control, .b-form-btn-label-control.form-control[dir=rtl] {
  flex-direction: row-reverse;
}
[dir=rtl] .b-form-btn-label-control.form-control > label, .b-form-btn-label-control.form-control[dir=rtl] > label {
  text-align: right;
}

.b-form-btn-label-control.form-control > .btn {
  line-height: 1;
  font-size: inherit;
  box-shadow: none !important;
  border: 0;
}
.b-form-btn-label-control.form-control > .btn:disabled {
  pointer-events: none;
}
.b-form-btn-label-control.form-control.is-valid > .btn {
  color: #28a745;
}
.b-form-btn-label-control.form-control.is-invalid > .btn {
  color: #dc3545;
}
.b-form-btn-label-control.form-control > .dropdown-menu {
  padding: 0.5rem;
}
.b-form-btn-label-control.form-control > .form-control {
  height: auto;
  min-height: calc(calc(1.5em + 0.75rem + 2px) - 2px);
  padding-left: 0.25rem;
  margin: 0;
  border: 0;
  outline: 0;
  background: transparent;
  word-break: break-word;
  font-size: inherit;
  white-space: normal;
  cursor: pointer;
}
.b-form-btn-label-control.form-control > .form-control.form-control-sm {
  min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
}
.b-form-btn-label-control.form-control > .form-control.form-control-lg {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
}
.input-group.input-group-sm .b-form-btn-label-control.form-control > .form-control {
  min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.input-group.input-group-lg .b-form-btn-label-control.form-control > .form-control {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.b-form-btn-label-control.form-control[aria-disabled=true], .b-form-btn-label-control.form-control[aria-readonly=true] {
  background-color: #e9ecef;
  opacity: 1;
}
.b-form-btn-label-control.form-control[aria-disabled=true] {
  pointer-events: none;
}
.b-form-btn-label-control.form-control[aria-disabled=true] > label {
  cursor: default;
}

.b-form-btn-label-control.btn-group > .dropdown-menu {
  padding: 0.5rem;
}

.custom-file-label {
  white-space: nowrap;
  overflow-x: hidden;
}

.b-custom-control-lg.custom-file,
.b-custom-control-lg .custom-file-input,
.b-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
}
.b-custom-control-lg .custom-file-label,
.b-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label,
.input-group-lg .custom-file-label:after {
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
.b-custom-control-lg .custom-file-label,
.input-group-lg .custom-file-label {
  border-radius: 0.3rem;
}
.b-custom-control-lg .custom-file-label::after,
.input-group-lg .custom-file-label::after {
  font-size: inherit;
  height: calc(
  1.5em + 1rem
);
  border-radius: 0 0.3rem 0.3rem 0;
}

.b-custom-control-sm.custom-file,
.b-custom-control-sm .custom-file-input,
.b-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
}
.b-custom-control-sm .custom-file-label,
.b-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label,
.input-group-sm .custom-file-label:after {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
}
.b-custom-control-sm .custom-file-label,
.input-group-sm .custom-file-label {
  border-radius: 0.2rem;
}
.b-custom-control-sm .custom-file-label::after,
.input-group-sm .custom-file-label::after {
  font-size: inherit;
  height: calc(
  1.5em + 0.5rem
);
  border-radius: 0 0.2rem 0.2rem 0;
}

.was-validated .form-control:invalid, .was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}

input[type=color].form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control.form-control-sm,
.input-group-sm input[type=color].form-control {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control.form-control-lg,
.input-group-lg input[type=color].form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65;
}

.input-group > .custom-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-range + .form-control,
.input-group > .custom-range + .form-control-plaintext,
.input-group > .custom-range + .custom-select,
.input-group > .custom-range + .custom-range,
.input-group > .custom-range + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control + .custom-range,
.input-group > .form-control-plaintext + .custom-range,
.input-group > .custom-select + .custom-range,
.input-group > .custom-range + .custom-range,
.input-group > .custom-file + .custom-range {
  margin-left: -1px;
}
.input-group > .custom-range:focus {
  z-index: 3;
}
.input-group > .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-range {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .input-group > .custom-range {
    transition: none;
  }
}
.input-group > .custom-range:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
  background-color: #e9ecef;
}

.input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
  border-radius: 0.2rem;
}

.was-validated .input-group .custom-range:valid, .input-group .custom-range.is-valid {
  border-color: #28a745;
}
.was-validated .input-group .custom-range:valid:focus, .input-group .custom-range.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid ~ .valid-feedback,
.was-validated .custom-range:valid ~ .valid-tooltip, .custom-range.is-valid ~ .valid-feedback,
.custom-range.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {
  background: rgba(40, 167, 69, 0.35);
}

.was-validated .input-group .custom-range:invalid, .input-group .custom-range.is-invalid {
  border-color: #dc3545;
}
.was-validated .input-group .custom-range:invalid:focus, .input-group .custom-range.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {
  background: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid ~ .invalid-feedback,
.was-validated .custom-range:invalid ~ .invalid-tooltip, .custom-range.is-invalid ~ .invalid-feedback,
.custom-range.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {
  background: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {
  background: rgba(220, 53, 69, 0.35);
}

.custom-radio.b-custom-control-lg,
.input-group-lg .custom-radio {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.custom-radio.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-radio .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.custom-radio.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-radio .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat 50%/50% 50%;
}

.custom-radio.b-custom-control-sm,
.input-group-sm .custom-radio {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.custom-radio.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-radio .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
}
.custom-radio.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-radio .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background: no-repeat 50%/50% 50%;
}

.b-rating {
  text-align: center;
}
.b-rating.d-inline-flex {
  width: auto;
}
.b-rating .b-rating-star,
.b-rating .b-rating-value {
  padding: 0 0.25em;
}
.b-rating .b-rating-value {
  min-width: 2.5em;
}
.b-rating .b-rating-star {
  display: inline-flex;
  justify-content: center;
  outline: 0;
}
.b-rating .b-rating-star .b-rating-icon {
  display: inline-flex;
  transition: all 0.15s ease-in-out;
}
.b-rating.disabled, .b-rating:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}
.b-rating:not(.disabled):not(.readonly) .b-rating-star {
  cursor: pointer;
}
.b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon,
.b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.b-rating[dir=rtl] .b-rating-star-half {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.b-form-spinbutton {
  text-align: center;
  overflow: hidden;
  background-image: none;
  padding: 0;
}
[dir=rtl] .b-form-spinbutton:not(.flex-column), .b-form-spinbutton[dir=rtl]:not(.flex-column) {
  flex-direction: row-reverse;
}

.b-form-spinbutton output {
  font-size: inherit;
  outline: 0;
  border: 0;
  background-color: transparent;
  width: auto;
  margin: 0;
  padding: 0 0.25rem;
}
.b-form-spinbutton output > div,
.b-form-spinbutton output > bdi {
  display: block;
  min-width: 2.25em;
  height: 1.5em;
}
.b-form-spinbutton.flex-column {
  height: auto;
  width: auto;
}
.b-form-spinbutton.flex-column output {
  margin: 0 0.25rem;
  padding: 0.25rem 0;
}
.b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
  output-width: 100%;
}
.b-form-spinbutton.d-inline-flex:not(.flex-column) {
  width: auto;
}
.b-form-spinbutton .btn {
  line-height: 1;
  box-shadow: none !important;
}
.b-form-spinbutton .btn:disabled {
  pointer-events: none;
}
.b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.b-form-spinbutton.disabled, .b-form-spinbutton.readonly {
  background-color: #e9ecef;
}
.b-form-spinbutton.disabled {
  pointer-events: none;
}

.b-form-tags.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.b-form-tags.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.b-form-tags.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.b-form-tags.disabled {
  background-color: #e9ecef;
}

.b-form-tags-list {
  margin-top: -0.25rem;
}
.b-form-tags-list .b-form-tags-field,
.b-form-tags-list .b-form-tag {
  margin-top: 0.25rem;
}

.b-form-tags-input {
  color: #495057;
}

.b-form-tag {
  font-size: 75%;
  font-weight: normal;
  line-height: 1.5;
  margin-right: 0.25rem;
}
.b-form-tag.disabled {
  opacity: 0.75;
}
.b-form-tag > button.b-form-tag-remove {
  color: inherit;
  font-size: 125%;
  line-height: 1;
  float: none;
  margin-left: 0.25rem;
}

.form-control-sm .b-form-tag {
  line-height: 1.5;
}

.form-control-lg .b-form-tag {
  line-height: 1.5;
}

.media-aside {
  display: flex;
  margin-right: 1rem;
}

.media-aside-right {
  margin-right: 0;
  margin-left: 1rem;
}

.modal-backdrop {
  opacity: 0.5;
}

.b-pagination-pills .page-item .page-link {
  border-radius: 50rem !important;
  margin-left: 0.25rem;
  line-height: 1;
}
.b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0;
}

.popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0;
}
.popover.b-popover.fade:not(.show) {
  opacity: 0;
}
.popover.b-popover.show {
  opacity: 1;
}

.b-popover-primary.popover {
  background-color: #cce5ff;
  border-color: #b8daff;
}
.b-popover-primary.bs-popover-top > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #b8daff;
}
.b-popover-primary.bs-popover-top > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #cce5ff;
}
.b-popover-primary.bs-popover-right > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #b8daff;
}
.b-popover-primary.bs-popover-right > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #cce5ff;
}
.b-popover-primary.bs-popover-bottom > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #b8daff;
}
.b-popover-primary.bs-popover-bottom > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #bdddff;
}
.b-popover-primary.bs-popover-bottom .popover-header::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #bdddff;
}
.b-popover-primary.bs-popover-left > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #b8daff;
}
.b-popover-primary.bs-popover-left > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #cce5ff;
}
.b-popover-primary .popover-header {
  color: #212529;
  background-color: #bdddff;
  border-bottom-color: #a3d0ff;
}
.b-popover-primary .popover-body {
  color: #004085;
}

.b-popover-secondary.popover {
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.b-popover-secondary.bs-popover-top > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #d6d8db;
}
.b-popover-secondary.bs-popover-top > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #e2e3e5;
}
.b-popover-secondary.bs-popover-right > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #d6d8db;
}
.b-popover-secondary.bs-popover-right > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #e2e3e5;
}
.b-popover-secondary.bs-popover-bottom > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #d6d8db;
}
.b-popover-secondary.bs-popover-bottom > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #dadbde;
}
.b-popover-secondary.bs-popover-bottom .popover-header::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #dadbde;
}
.b-popover-secondary.bs-popover-left > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #d6d8db;
}
.b-popover-secondary.bs-popover-left > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #e2e3e5;
}
.b-popover-secondary .popover-header {
  color: #212529;
  background-color: #dadbde;
  border-bottom-color: #ccced2;
}
.b-popover-secondary .popover-body {
  color: #383d41;
}

.b-popover-success.popover {
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.b-popover-success.bs-popover-top > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c3e6cb;
}
.b-popover-success.bs-popover-top > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d4edda;
}
.b-popover-success.bs-popover-right > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c3e6cb;
}
.b-popover-success.bs-popover-right > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d4edda;
}
.b-popover-success.bs-popover-bottom > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c3e6cb;
}
.b-popover-success.bs-popover-bottom > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c9e8d1;
}
.b-popover-success.bs-popover-bottom .popover-header::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c9e8d1;
}
.b-popover-success.bs-popover-left > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c3e6cb;
}
.b-popover-success.bs-popover-left > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d4edda;
}
.b-popover-success .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1;
}
.b-popover-success .popover-body {
  color: #155724;
}

.b-popover-info.popover {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.b-popover-info.bs-popover-top > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #bee5eb;
}
.b-popover-info.bs-popover-top > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d1ecf1;
}
.b-popover-info.bs-popover-right > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #bee5eb;
}
.b-popover-info.bs-popover-right > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d1ecf1;
}
.b-popover-info.bs-popover-bottom > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #bee5eb;
}
.b-popover-info.bs-popover-bottom > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c5e7ed;
}
.b-popover-info.bs-popover-bottom .popover-header::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c5e7ed;
}
.b-popover-info.bs-popover-left > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #bee5eb;
}
.b-popover-info.bs-popover-left > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d1ecf1;
}
.b-popover-info .popover-header {
  color: #212529;
  background-color: #c5e7ed;
  border-bottom-color: #b2dfe7;
}
.b-popover-info .popover-body {
  color: #0c5460;
}

.b-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.b-popover-warning.bs-popover-top > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #ffeeba;
}
.b-popover-warning.bs-popover-top > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fff3cd;
}
.b-popover-warning.bs-popover-right > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #ffeeba;
}
.b-popover-warning.bs-popover-right > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fff3cd;
}
.b-popover-warning.bs-popover-bottom > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #ffeeba;
}
.b-popover-warning.bs-popover-bottom > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ffefbe;
}
.b-popover-warning.bs-popover-bottom .popover-header::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ffefbe;
}
.b-popover-warning.bs-popover-left > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #ffeeba;
}
.b-popover-warning.bs-popover-left > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fff3cd;
}
.b-popover-warning .popover-header {
  color: #212529;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4;
}
.b-popover-warning .popover-body {
  color: #856404;
}

.b-popover-danger.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.b-popover-danger.bs-popover-top > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #f5c6cb;
}
.b-popover-danger.bs-popover-top > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #f8d7da;
}
.b-popover-danger.bs-popover-right > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #f5c6cb;
}
.b-popover-danger.bs-popover-right > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #f8d7da;
}
.b-popover-danger.bs-popover-bottom > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #f5c6cb;
}
.b-popover-danger.bs-popover-bottom > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f6cace;
}
.b-popover-danger.bs-popover-bottom .popover-header::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6cace;
}
.b-popover-danger.bs-popover-left > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #f5c6cb;
}
.b-popover-danger.bs-popover-left > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #f8d7da;
}
.b-popover-danger .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba;
}
.b-popover-danger .popover-body {
  color: #721c24;
}

.b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.b-popover-light.bs-popover-top > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #fdfdfe;
}
.b-popover-light.bs-popover-top > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fefefe;
}
.b-popover-light.bs-popover-right > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #fdfdfe;
}
.b-popover-light.bs-popover-right > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fefefe;
}
.b-popover-light.bs-popover-bottom > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #fdfdfe;
}
.b-popover-light.bs-popover-bottom > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f6f6f6;
}
.b-popover-light.bs-popover-bottom .popover-header::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6f6f6;
}
.b-popover-light.bs-popover-left > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #fdfdfe;
}
.b-popover-light.bs-popover-left > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fefefe;
}
.b-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea;
}
.b-popover-light .popover-body {
  color: #818182;
}

.b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d6d8d9;
}
.b-popover-dark.bs-popover-right > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c6c8ca;
}
.b-popover-dark.bs-popover-right > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d6d8d9;
}
.b-popover-dark.bs-popover-bottom > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c6c8ca;
}
.b-popover-dark.bs-popover-bottom > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-bottom .popover-header::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-left > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c6c8ca;
}
.b-popover-dark.bs-popover-left > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d6d8d9;
}
.b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5;
}
.b-popover-dark .popover-body {
  color: #1b1e21;
}

.b-sidebar-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  z-index: calc(1030 + 5);
}

.b-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
}

.b-sidebar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 320px;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin: 0;
  outline: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.b-sidebar.slide {
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .b-sidebar.slide {
    transition: none;
  }
}
.b-sidebar:not(.b-sidebar-right) {
  left: 0;
  right: auto;
}
.b-sidebar:not(.b-sidebar-right).slide:not(.show) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close {
  margin-left: auto;
}
.b-sidebar.b-sidebar-right {
  left: auto;
  right: 0;
}
.b-sidebar.b-sidebar-right.slide:not(.show) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.b-sidebar.b-sidebar-right > .b-sidebar-header .close {
  margin-right: auto;
}
.b-sidebar > .b-sidebar-header {
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  align-items: center;
}
[dir=rtl] .b-sidebar > .b-sidebar-header {
  flex-direction: row-reverse;
}

.b-sidebar > .b-sidebar-header .close {
  float: none;
  font-size: 1.5rem;
}
.b-sidebar > .b-sidebar-body {
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
}
.b-sidebar > .b-sidebar-footer {
  flex-grow: 0;
}

.b-skeleton-wrapper {
  cursor: wait;
}

.b-skeleton {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  cursor: wait;
  -webkit-mask-image: radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}
.b-skeleton::before {
  content: " ";
}

.b-skeleton-text {
  height: 1rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
}

.b-skeleton-button {
  width: 75px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.b-skeleton-avatar {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}

.b-skeleton-input {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: #ced4da solid 1px;
  border-radius: 0.25rem;
}

.b-skeleton-icon-wrapper svg {
  color: rgba(0, 0, 0, 0.12);
}

.b-skeleton-img {
  height: 100%;
  width: 100%;
}

.b-skeleton-animate-wave::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  -webkit-animation: b-skeleton-animate-wave 1.75s linear infinite;
  animation: b-skeleton-animate-wave 1.75s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-wave::after {
    background: none;
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes b-skeleton-animate-wave {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes b-skeleton-animate-wave {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.b-skeleton-animate-fade {
  -webkit-animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
  animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-fade {
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

@keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.b-skeleton-animate-throb {
  -webkit-animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
  animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-throb {
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes b-skeleton-animate-throb {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.975);
    transform: scale(0.975);
  }
}

@keyframes b-skeleton-animate-throb {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.975);
    transform: scale(0.975);
  }
}
.table.b-table.b-table-fixed {
  table-layout: fixed;
}
.table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0;
}
.table.b-table[aria-busy=true] {
  opacity: 0.55;
}
.table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important;
}
.table.b-table > caption {
  caption-side: bottom;
}
.table.b-table.b-table-caption-top > caption {
  caption-side: top !important;
}
.table.b-table > tbody > .table-active,
.table.b-table > tbody > .table-active > th,
.table.b-table > tbody > .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table.b-table.table-hover > tbody > tr.table-active:hover td,
.table.b-table.table-hover > tbody > tr.table-active:hover th {
  color: #212529;
  background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
  background-repeat: no-repeat;
}
.table.b-table > tbody > .bg-active,
.table.b-table > tbody > .bg-active > th,
.table.b-table > tbody > .bg-active > td {
  background-color: rgba(255, 255, 255, 0.075) !important;
}
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
  background-repeat: no-repeat;
}

.b-table-sticky-header,
.table-responsive,
[class*=table-responsive-] {
  margin-bottom: 1rem;
}
.b-table-sticky-header > .table,
.table-responsive > .table,
[class*=table-responsive-] > .table {
  margin-bottom: 0;
}

.b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px;
}

@media print {
  .b-table-sticky-header {
    overflow-y: visible !important;
    max-height: none !important;
  }
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .b-table-sticky-header > .table.b-table > thead > tr > th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
.b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
.b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column {
    z-index: 5;
  }
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
.b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    z-index: 2;
  }

  .table.b-table > thead > tr > .table-b-table-default,
.table.b-table > tbody > tr > .table-b-table-default,
.table.b-table > tfoot > tr > .table-b-table-default {
    color: #212529;
    background-color: #fff;
  }
  .table.b-table.table-dark > thead > tr > .bg-b-table-default,
.table.b-table.table-dark > tbody > tr > .bg-b-table-default,
.table.b-table.table-dark > tfoot > tr > .bg-b-table-default {
    color: #fff;
    background-color: #343a40;
  }
  .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
    background-repeat: no-repeat;
  }
  .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    color: #212529;
    background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat;
  }
}
.table.b-table > thead > tr > [aria-sort],
.table.b-table > tfoot > tr > [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em;
}
.table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.75rem / 2) center;
  padding-right: calc(0.75rem + 0.65em);
}
.table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.75rem / 2) center;
  padding-left: calc(0.75rem + 0.65em);
}
.table.b-table > thead > tr > [aria-sort=none],
.table.b-table > tfoot > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > [aria-sort=ascending],
.table.b-table > tfoot > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > [aria-sort=descending],
.table.b-table > tfoot > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=none], .table.b-table.table-dark > tfoot > tr > [aria-sort=none],
.table.b-table > .thead-dark > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=ascending], .table.b-table.table-dark > tfoot > tr > [aria-sort=ascending],
.table.b-table > .thead-dark > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=descending], .table.b-table.table-dark > tfoot > tr > [aria-sort=descending],
.table.b-table > .thead-dark > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=none],
.table.b-table > tfoot > tr > .table-dark[aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=ascending],
.table.b-table > tfoot > tr > .table-dark[aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=descending],
.table.b-table > tfoot > tr > .table-dark[aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.3rem / 2) center;
  padding-right: calc(0.3rem + 0.65em);
}
.table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.3rem / 2) center;
  padding-left: calc(0.3rem + 0.65em);
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {
  cursor: pointer;
}
.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 575.98px) {
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-sm > caption,
.table.b-table.b-table-stacked-sm > tbody,
.table.b-table.b-table-stacked-sm > tbody > tr,
.table.b-table.b-table-stacked-sm > tbody > tr > td,
.table.b-table.b-table-stacked-sm > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-sm > thead,
.table.b-table.b-table-stacked-sm > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 767.98px) {
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-md > caption,
.table.b-table.b-table-stacked-md > tbody,
.table.b-table.b-table-stacked-md > tbody > tr,
.table.b-table.b-table-stacked-md > tbody > tr > td,
.table.b-table.b-table-stacked-md > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-md > thead,
.table.b-table.b-table-stacked-md > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr.top-row, .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 991.98px) {
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-lg > caption,
.table.b-table.b-table-stacked-lg > tbody,
.table.b-table.b-table-stacked-lg > tbody > tr,
.table.b-table.b-table-stacked-lg > tbody > tr > td,
.table.b-table.b-table-stacked-lg > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-lg > thead,
.table.b-table.b-table-stacked-lg > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 1199.98px) {
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-xl > caption,
.table.b-table.b-table-stacked-xl > tbody,
.table.b-table.b-table-stacked-xl > tbody > tr,
.table.b-table.b-table-stacked-xl > tbody > tr > td,
.table.b-table.b-table-stacked-xl > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-xl > thead,
.table.b-table.b-table-stacked-xl > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
.table.b-table.b-table-stacked {
  display: block;
  width: 100%;
}
.table.b-table.b-table-stacked > caption,
.table.b-table.b-table-stacked > tbody,
.table.b-table.b-table-stacked > tbody > tr,
.table.b-table.b-table-stacked > tbody > tr > td,
.table.b-table.b-table-stacked > tbody > tr > th {
  display: block;
}
.table.b-table.b-table-stacked > thead,
.table.b-table.b-table-stacked > tfoot {
  display: none;
}
.table.b-table.b-table-stacked > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
  display: none;
}
.table.b-table.b-table-stacked > caption {
  caption-side: top !important;
}
.table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  content: attr(data-label);
  width: 40%;
  float: left;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: bold;
  font-style: normal;
  padding: 0 calc(1rem / 2) 0 0;
  margin: 0;
}
.table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
  display: block;
  clear: both;
  content: "";
}
.table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  display: inline-block;
  width: calc(100% - 40%);
  padding: 0 0 0 calc(1rem / 2);
  margin: 0;
}
.table.b-table.b-table-stacked > tbody > tr.top-row, .table.b-table.b-table-stacked > tbody > tr.bottom-row {
  display: none;
}
.table.b-table.b-table-stacked > tbody > tr > :first-child {
  border-top-width: 3px;
}
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {
  border-top-width: 3px;
}

.b-time {
  min-width: 150px;
}
.b-time[aria-disabled=true] output, .b-time[aria-readonly=true] output,
.b-time output.disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.b-time[aria-disabled=true] output {
  pointer-events: none;
}
[dir=rtl] .b-time > .d-flex:not(.flex-column) {
  flex-direction: row-reverse;
}

.b-time .b-time-header {
  margin-bottom: 0.5rem;
}
.b-time .b-time-header output {
  padding: 0.25rem;
  font-size: 80%;
}
.b-time .b-time-footer {
  margin-top: 0.5rem;
}
.b-time .b-time-ampm {
  margin-left: 0.5rem;
}

.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem;
}
.b-toast .toast {
  background-color: rgba(255, 255, 255, 0.85);
}
.b-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.b-toast.b-toast-solid .toast {
  background-color: white;
}
.b-toast .toast {
  opacity: 1;
}
.b-toast .toast.fade:not(.show) {
  opacity: 0;
}
.b-toast .toast .toast-body {
  display: block;
}

.b-toast-primary .toast {
  background-color: rgba(230, 242, 255, 0.85);
  border-color: rgba(184, 218, 255, 0.85);
  color: #004085;
}
.b-toast-primary .toast .toast-header {
  color: #004085;
  background-color: rgba(204, 229, 255, 0.85);
  border-bottom-color: rgba(184, 218, 255, 0.85);
}
.b-toast-primary.b-toast-solid .toast {
  background-color: #e6f2ff;
}

.b-toast-secondary .toast {
  background-color: rgba(239, 240, 241, 0.85);
  border-color: rgba(214, 216, 219, 0.85);
  color: #383d41;
}
.b-toast-secondary .toast .toast-header {
  color: #383d41;
  background-color: rgba(226, 227, 229, 0.85);
  border-bottom-color: rgba(214, 216, 219, 0.85);
}
.b-toast-secondary.b-toast-solid .toast {
  background-color: #eff0f1;
}

.b-toast-success .toast {
  background-color: rgba(230, 245, 233, 0.85);
  border-color: rgba(195, 230, 203, 0.85);
  color: #155724;
}
.b-toast-success .toast .toast-header {
  color: #155724;
  background-color: rgba(212, 237, 218, 0.85);
  border-bottom-color: rgba(195, 230, 203, 0.85);
}
.b-toast-success.b-toast-solid .toast {
  background-color: #e6f5e9;
}

.b-toast-info .toast {
  background-color: rgba(229, 244, 247, 0.85);
  border-color: rgba(190, 229, 235, 0.85);
  color: #0c5460;
}
.b-toast-info .toast .toast-header {
  color: #0c5460;
  background-color: rgba(209, 236, 241, 0.85);
  border-bottom-color: rgba(190, 229, 235, 0.85);
}
.b-toast-info.b-toast-solid .toast {
  background-color: #e5f4f7;
}

.b-toast-warning .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
  color: #856404;
}
.b-toast-warning .toast .toast-header {
  color: #856404;
  background-color: rgba(255, 243, 205, 0.85);
  border-bottom-color: rgba(255, 238, 186, 0.85);
}
.b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7;
}

.b-toast-danger .toast {
  background-color: rgba(252, 237, 238, 0.85);
  border-color: rgba(245, 198, 203, 0.85);
  color: #721c24;
}
.b-toast-danger .toast .toast-header {
  color: #721c24;
  background-color: rgba(248, 215, 218, 0.85);
  border-bottom-color: rgba(245, 198, 203, 0.85);
}
.b-toast-danger.b-toast-solid .toast {
  background-color: #fcedee;
}

.b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #818182;
}
.b-toast-light .toast .toast-header {
  color: #818182;
  background-color: rgba(254, 254, 254, 0.85);
  border-bottom-color: rgba(253, 253, 254, 0.85);
}
.b-toast-light.b-toast-solid .toast {
  background-color: white;
}

.b-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #1b1e21;
}
.b-toast-dark .toast .toast-header {
  color: #1b1e21;
  background-color: rgba(214, 216, 217, 0.85);
  border-bottom-color: rgba(198, 200, 202, 0.85);
}
.b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5;
}

.b-toaster {
  z-index: 1100;
}
.b-toaster .b-toaster-slot {
  position: relative;
  display: block;
}
.b-toaster .b-toaster-slot:empty {
  display: none !important;
}

.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%;
  /* IE 11 fix */
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {
  top: 0;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
  top: 0.5rem;
}
.b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  bottom: 0;
}
.b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  bottom: 0.5rem;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto;
}
.b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: -webkit-transform 0.175s;
  transition: transform 0.175s;
  transition: transform 0.175s, -webkit-transform 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
  transition-delay: 0s;
}
.tooltip.b-tooltip {
  display: block;
  opacity: 0.9;
  outline: 0;
}
.tooltip.b-tooltip.fade:not(.show) {
  opacity: 0;
}
.tooltip.b-tooltip.show {
  opacity: 0.9;
}
.tooltip.b-tooltip.noninteractive {
  pointer-events: none;
}
.tooltip.b-tooltip .arrow {
  margin: 0 0.25rem;
}
.tooltip.b-tooltip.bs-tooltip-right .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow {
  margin: 0.25rem 0;
}

.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #007bff;
}
.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #007bff;
}

.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #6c757d;
}
.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: #6c757d;
}

.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #28a745;
}
.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #28a745;
}

.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #17a2b8;
}
.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #17a2b8;
}

.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #ffc107;
}
.tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #ffc107;
}

.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #dc3545;
}
.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #dc3545;
}

.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #f8f9fa;
}
.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa;
}

.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #343a40;
}
.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40;
}

.b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.15em;
}
.b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 2s infinite linear normal b-icon-animation-spin;
  animation: 2s infinite linear normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  animation: 2s infinite linear reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 1s infinite steps(8) normal b-icon-animation-spin;
  animation: 1s infinite steps(8) normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  animation: 1s infinite steps(8) reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes b-icon-animation-cylon {
  0% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}

@keyframes b-icon-animation-cylon {
  0% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}
@-webkit-keyframes b-icon-animation-cylon-vertical {
  0% {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}
@keyframes b-icon-animation-cylon-vertical {
  0% {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}
@-webkit-keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes b-icon-animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes b-icon-animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.btn .b-icon.bi,
.nav-link .b-icon.bi,
.dropdown-toggle .b-icon.bi,
.dropdown-item .b-icon.bi,
.input-group-text .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom;
}
.filter-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #162A47;
}

.activity-feed-filter .btn,
.activity-feed-filter-card .btn {
  width: auto !important;
  margin: 0 !important;
}
.activity-feed-filter button:focus,
.activity-feed-filter-card button:focus {
  outline: none;
}
.activity-feed-filter button:focus:active,
.activity-feed-filter-card button:focus:active {
  outline: none;
}
.activity-feed-filter .btn-filter {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  color: #f37021;
  height: 40px;
}
.activity-feed-filter .btn-filter:hover {
  color: #f37021;
}
.activity-feed-filter__activator {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.activity-feed-filter__activator .btn-link-reset {
  color: #7a7878;
  font-size: 16px;
}
.activity-feed-filter__activator .btn-link-reset:focus {
  box-shadow: none;
}
.activity-feed-filter__activator .btn-link-reset:hover,
.activity-feed-filter__activator .btn-link-reset.hover {
  color: #7a7878;
}
@media (min-width: 400px) {
.activity-feed-filter__activator {
    flex-direction: row;
}
}
.activity-feed-filter-card .circle {
  height: 20px;
  min-width: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
}
.activity-feed-filter-card .card {
  border-radius: 20px !important;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
.activity-feed-filter-card .card-header {
  border-bottom: none;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  padding: 0;
  margin: 0 0 10px;
}
.activity-feed-filter-card .card-header h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #162a47;
}
.activity-feed-filter-card .card-body {
  padding: 0;
}
.activity-feed-filter-card .accordion-item {
  border: none;
  /* Убрать границу */
  background: transparent;
  /* Убрать фон */
}
.activity-feed-filter-card .btn-link-custom-name {
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right center;
  padding-right: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iI0YzNzAyMSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Ii8+PC9zdmc+");
  color: #162a47;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 0;
}
.activity-feed-filter-card .btn-link-custom-name:focus,
.activity-feed-filter-card .btn-link-custom-name.focus {
  text-decoration: none;
  color: #162a47;
}
.activity-feed-filter-card .btn-link-custom-name:hover,
.activity-feed-filter-card .btn-link-custom-name.hover {
  text-decoration: none;
  color: #162a47;
}
.activity-feed-filter-card .btn-link-custom-name[aria-expanded="true"] {
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right center;
  padding-right: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iI0YzNzAyMSIgdHJhbnNmb3JtPSJyb3RhdGUoMTgwKSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Ii8+PC9zdmc+);
}
.activity-feed-filter-card .btn-link-custom-name[aria-expanded="false"] {
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right center;
  padding-right: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iI0YzNzAyMSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Ii8+PC9zdmc+");
}
.activity-feed-filter-card .list-group-item {
  border: none;
  /* Убрать границу */
  background: transparent;
  /* Убрать фон */
  border-bottom: 2px solid #f0f0f0;
  /* Добавить полосочку после элемента списка */
  cursor: pointer;
  padding: 10px 0;
}
.activity-feed-filter-card .list-group-item label {
  cursor: pointer;
  margin-bottom: 0;
  display: flex;
}
.activity-feed-filter-card .list-group-item.list-group-project {
  white-space: nowrap;
  width: 100%;
}
.activity-feed-filter-card .list-group-item.list-group-project label {
  font-size: 16px;
  font-weight: 500;
  color: #212529;
  overflow: hidden;
}
.activity-feed-filter-card .list-group-item.list-group-project label > span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.activity-feed-filter-card .list-group-item.arhived label {
  color: #dc7c93;
}
.activity-feed-filter-card .form-check-input:checked {
  background-color: #f37021;
  border-color: #f37021;
}
.activity-feed-filter-card .pic-sm {
  width: 25px;
  height: 25px;
  border: 2px solid #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.activity-feed-filter-card .card-footer {
  padding: 12px 0 0;
  border-top: none;
  background-color: #ffffff;
}
.activity-feed-filter-card .btn-orange {
  background-color: #f37021;
  border-color: #f37021;
  color: #f0f0f0;
  border-radius: 10px;
}
.activity-feed-filter-card .btn-orange:hover {
  color: #f0f0f0;
}
.activity-feed-filter-card .btn-light {
  color: #7a7878;
  background-color: #ffffff;
  border-color: #ffffff;
}
.activity-feed-filter-card .btn-light:focus {
  color: #7a7878;
  background-color: #ffffff;
  border-color: #ffffff;
}
.activity-feed-filter-card .btn-light:hover {
  color: #7a7878;
  background-color: #ffffff;
  border-color: #ffffff;
}
.activity-feed-filter-card .btn:focus,
.activity-feed-filter-card .btn:active:focus,
.activity-feed-filter-card .btn.active:focus,
.activity-feed-filter-card .btn.focus,
.activity-feed-filter-card .btn:active.focus,
.activity-feed-filter-card .btn.active.focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.activity-feed-filter-card .btn-link:active:focus,
.activity-feed-filter-card .btn-link.active:focus,
.activity-feed-filter-card .btn-link.focus,
.activity-feed-filter-card .btn-link:active.focus,
.activity-feed-filter-card .btn-link.active.focus {
  text-decoration: none;
}
.activity-feed-filter-card .form-check-input {
  position: static;
}
.activity-feed-filter-card .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #F37021;
  border-color: #F37021;
}
.activity-feed-filter-card .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem #fce5d6;
  background-color: #fffafa;
  border-color: #F37021;
}
.activity-feed-filter-card .custom-control-input:active ~ .custom-control-label::before {
  background-color: #ffccaa !important;
}
.activity-feed-filter-card .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #F37021;
  background-color: #F37021;
}
.activity-feed-filter-card .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after,
.activity-feed-filter-card .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-image: none;
  border-color: #C4C4C4;
  background-color: initial;
}
.activity-feed-filter-card .sort .custom-control-label::before {
  border-radius: 50%;
  border-color: #C4C4C4;
}

.smm-users-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: 10px;
}
.smm-users-group__item {
  position: relative;
  z-index: 0;
  margin-left: -10px;
  transition: all 0.3s ease;
}
.smm-users-group__item:hover {
  z-index: 1;
}

.smm-post-planning-dialog .smm-post-planning-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 650px) {
.smm-post-planning-dialog .smm-post-planning-content {
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 25px;
}
}
.smm-post-planning-dialog .smm-post-planing-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 449px) {
.smm-post-planning-dialog .smm-post-planing-buttons .smm-button {
    width: 100%;
    margin-bottom: 5px;
}
.smm-post-planning-dialog .smm-post-planing-buttons .smm-button:last-child {
    margin-bottom: 0;
}
}
@media (min-width: 450px) {
.smm-post-planning-dialog .smm-post-planing-buttons {
    flex-direction: row;
    justify-content: center;
}
.smm-post-planning-dialog .smm-post-planing-buttons .smm-button {
    margin-left: 5px;
}
.smm-post-planning-dialog .smm-post-planing-buttons .smm-button:first-child {
    margin-left: 0;
}
}

.smm-post-content-editable-wrap.smm-wrapper-hidden {
  display: none !important;
}
.smm-post-content-editable-wrap .smm-post-content-editable-block .smm-post-content-editable {
  width: 100%;
  padding: 0px;
  transition: 0.15s all ease;
}
.smm-post-content-editable-wrap .smm-post-content-editable-block .smm-post-content-editable > div {
  margin-bottom: 10px;
}
.smm-post-content-editable-wrap .smm-post-content-editable-block .smm-post-content-editable > div > :last-child {
  margin-bottom: 0;
}
.smm-post-content-editable-wrap .smm-post-content-editable-block.smm-post-content-single {
  display: flex;
}
.smm-post-content-editable-wrap .smm-post-content-editable-block.smm-post-content-single .smm-post-social-type {
  display: flex;
  justify-content: center;
  min-width: 30px;
  max-width: 30px;
  padding-top: 10px;
}
.smm-post-content-editable-wrap .smm-post-content-editable-block.smm-post-content-single .smm-post-social-type i {
  font-size: 14px;
  color: white;
}
.smm-post-content-editable-wrap .smm-post-content-editable-block.smm-post-content-single .smm-post-content-editable {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #e2e2e2;
  padding: 10px;
}

.smm-radio-wrap {
  display: inline-flex;
  font-family: "ProximaNova";
}
.smm-radio-wrap .smm-radio {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  transition: all 0.15s;
  color: #7a7878;
}
.smm-radio-wrap .smm-radio .smm-radio-comp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  min-height: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  margin-right: 7px;
  border: 1px solid #e2e2e2;
}
.smm-radio-wrap .smm-radio .smm-radio-comp span {
  min-width: 8px;
  min-height: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: all 0.15s;
  background: white;
  transform: scale(0);
}
.smm-radio-wrap.smm-radio-active .smm-radio {
  color: #162a47;
  font-weight: bold;
}
.smm-radio-wrap.smm-radio-active .smm-radio .smm-radio-comp span {
  transform: scale(1);
  background: #f37021;
}

#app {
  font-family: "ProximaNova";
}

.smm-planing-time-calendar-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
}
.smm-planing-time-calendar-wrap .smm-planing-time-calendar-scroll {
  display: flex;
  overflow-x: auto;
  width: 100%;
  min-height: 100%;
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
.smm-planing-time-calendar-wrap .smm-planing-time-calendar-block {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.smm-planing-time-calendar-wrap .smm-planing-time-calendar-block .smm-planing-time-calendar-header,
.smm-planing-time-calendar-wrap .smm-planing-time-calendar-block .smm-planing-time-calendar-body {
  gap: 10px;
  padding: 0 10px;
}
@media (min-width: 768px) {
.smm-planing-time-calendar-wrap .smm-planing-time-calendar-block .smm-planing-time-calendar-header,
  .smm-planing-time-calendar-wrap .smm-planing-time-calendar-block .smm-planing-time-calendar-body {
    gap: 20px;
    padding: 0 20px;
}
}
.smm-planing-time-calendar-wrap .smm-planing-time-calendar-block .smm-planing-time-calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 15px;
}
.smm-planing-time-calendar-wrap .smm-planing-time-calendar-block .smm-planing-time-calendar-header .smm-planing-time-calendar-header-item {
  text-transform: capitalize;
  color: black;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #e2e2e2;
  padding: 12px 0;
  text-align: center;
  min-width: 195.28px;
  width: 100%;
}
.smm-planing-time-calendar-wrap .smm-planing-time-calendar-block .smm-planing-time-calendar-body {
  display: flex;
  justify-content: space-around;
  padding-bottom: 15px;
  min-height: calc(100% - 56px);
}
.smm-planing-time-calendar-wrap .smm-planing-time-calendar-block .smm-planing-time-calendar-body .smm-planing-time-calendar-body-item {
  min-width: 180px;
  width: 100%;
}
.smm-planing-time-calendar-wrap .smm-planing-time-calendar-block .smm-planing-time-calendar-body .smm-planing-time-calendar-body-item .smm-item-col {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.smm-planing-time-calendar-wrap .smm-planing-time-calendar-block .smm-planing-time-calendar-body .smm-planing-time-calendar-body-item .smm-scrollbar,
.smm-planing-time-calendar-wrap .smm-planing-time-calendar-block .smm-planing-time-calendar-body .smm-planing-time-calendar-body-item .smm-scrollbar-control {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 100%;
}
.smm-planing-time-calendar-wrap .smm-planing-time-calendar-block .smm-planing-time-calendar-body .smm-planing-time-calendar-body-item .smm-planing-time-item {
  border: 1px solid #0080ff24;
  margin-bottom: 5px;
}

.page-statistics .statistic {
  width: fit-content;
  margin: 40px auto 50px;
}
.page-statistics .statistic .st-block .name-statistic {
  font-size: 14px;
  text-align: center;
}
.page-statistics .statistic .st-block .count-st {
  background: #f8f8f8;
  font-size: 23px;
  text-align: center;
  padding: 8px 14px;
  width: fit-content;
}
.page-statistics .statistic-blocks .statistic-block {
  width: 287px;
  font-size: 14px;
}
.page-statistics .statistic-blocks .statistic-block .statistic-block-title {
  padding: 8px 18px;
  background: #f8f8f8;
}
.page-statistics .statistic-blocks .statistic-block .statisti-cblock-content {
  height: auto;
  background: #f8f8f8;
}
.page-statistics .general-statistics {
  font-size: 14px;
  border-bottom: 2px solid #f0f0f0;
}
.page-statistics .block-time-for-posts {
  border-bottom: 2px solid #f0f0f0;
}
.page-statistics .block-time-for-posts .title-independ {
  font-size: 17px;
}
.page-statistics .blocks-time-of-posts .block-posts {
  font-size: 14px;
}
.page-statistics .blocks-time-of-posts .block-posts .day-week {
  padding: 9px;
  text-align: center;
  background: #f8f8f8;
}
.page-statistics .blocks-time-of-posts .block-posts .post-time {
  min-height: 51px;
  padding: 9px;
  text-align: center;
  background: #f8f8f8;
}
.page-statistics .foot-statistick-block {
  background: #f8f8f8;
  padding: 15px 18px;
}
.page-statistics .foot-statistick-block .postname-of {
  font-size: 15px;
}
.page-statistics .foot-statistick-block .postname-of .pn-name-src a {
  text-decoration: none;
  cursor: pointer;
}
.page-statistics .fz-14 {
  font-size: 14px;
}
.page-statistics .fz-18 {
  font-size: 18px;
}
.ui-button.btn-statistic {
  background: #f8f8f8;
  color: #162a47;
  width: fit-content;
}
.ui-button.btn-statistic.selected {
  background: #f37021;
  color: #fff;
}
.url-from-post {
  color: #7a7878;
  cursor: pointer;
}
.url-from-post:hover {
  color: #f37021;
  text-decoration: underline;
}
.selected-range {
  color: #f37021;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.selected-range:hover {
  text-decoration: none;
}
.question-by-period {
  width: 15px;
  height: 15px;
  background: #162a47;
  color: white;
  font-size: 6px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.question-by-period:hover {
  background: #f37021;
}
.social-well {
  margin: 1px;
  border: 1px solid white;
  border-radius: 5px;
  padding: 2px;
  width: 42px;
}
.social-well:hover,
.social-well.checked {
  border: 1px solid #f48d50;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.social-well:hover:hover,
.social-well.checked:hover {
  border: 1px solid white;
}
.refresh {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
  color: #b8b4b4;
}
.refresh:hover {
  color: #f48d50;
}
@media (min-width: 768px) {
.block-posts {
    max-width: 14.28%;
}
}
@media (max-width: 576px) {
.block-posts {
    max-width: 25%;
}
}
@media (max-width: 576px) {
.ui-button.btn-statistic {
    width: 100%;
    margin-bottom: 5px;
}
.social-list-pasific {
    width: fit-content;
    margin: auto;
}
}
.link-part {
  font-weight: bold;
  color: #f37021;
  display: block;
  padding: 15px 0;
}

.resgister-complete-layout {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 100vh;
}
.resgister-complete-layout .resgister-complete-layout-header {
  background-color: white;
  border-bottom: 1px #f37021 solid;
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
  height: 74px;
}
.resgister-complete-layout .resgister-complete-layout-header .resgister-complete-layout-header-logo {
  display: none;
}
@media (min-width: 992px) {
.resgister-complete-layout .resgister-complete-layout-header .resgister-complete-layout-header-logo {
    display: flex;
    justify-content: center;
    min-width: 30px;
    min-width: 100px;
}
.resgister-complete-layout .resgister-complete-layout-header .resgister-complete-layout-header-logo .smm-image-logo {
    display: none;
}
.resgister-complete-layout .resgister-complete-layout-header .resgister-complete-layout-header-logo .smm-image-logo {
    display: block;
}
}
@media (min-width: 1200px) {
.resgister-complete-layout .resgister-complete-layout-header .resgister-complete-layout-header-logo {
    min-width: 300px;
}
}
.resgister-complete-layout .resgister-complete-layout-header-user {
  display: flex;
  align-items: center;
}
.resgister-complete-layout .resgister-complete-layout-header-user .smm-email {
  color: #4b576a;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.resgister-complete-layout .smm-header-right-block {
  max-width: 250px;
  width: 100%;
  display: none;
}
@media (min-width: 992px) {
.resgister-complete-layout .smm-header-right-block {
    display: block;
}
}

.activity-feed {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  flex-grow: 1;
}
.activity-feed .es-search-title-text {
  font-size: 16px;
}
.activity-feed__list {
  flex-grow: 1;
  min-height: 0;
}
.activity-feed__list .smm-scrollbar-new-scroll {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
.activity-feed__list .smm-scrollbar-new-scroll {
    box-sizing: border-box;
    padding: 10px;
    margin: -10px;
    width: 100%;
    row-gap: 16px;
}
.activity-feed__list .smm-scrollbar-new-scroll > div {
    border-bottom: 2px solid #F0F0F0;
}
}
.activity-feed__list .es-search-title-text {
  font-size: 16px;
}


/*# sourceMappingURL=0.5910fc7a699b5165f981.css.map*/