/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format('woff2'), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format('woff'), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format('truetype'), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.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(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
    font-family: 'TT Firs Neue';
    src: url(/assets/TTFirsNeue-BlackItalic-33f927d0665b3ffde999c6b769eeadd828d6cabecaefbc79bcbd2421a3af27bd.ttf) format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url(/assets/TTFirsNeue-Black-1cacaf3174d28cc09ec4e2079bc283c095116101c8b2e5e52a9f6d042e6ac652.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url(/assets/TTFirsNeue-Bold-e58828d43604c483f07dd7484ee8ea423b264ab60418cde478792a9b436610db.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url(/assets/TTFirsNeue-BoldItalic-2270dfa4f4fe240def51b5ef2aa0cb9e0c828c3885e084c6d88c658bc3041362.ttf) format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url(/assets/TTFirsNeue-DemiBold-7a1d2f39627158117e1ef258d13725f64e10ca567de43b8d851e1f4e18ce5998.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url(/assets/TTFirsNeue-DemiBoldItalic-e9547e9136008f25cef6949814b4c43cbbf25d6ad7d16d27ea228845c73324f6.ttf) format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url(/assets/TTFirsNeue-Italic-e2333f7685e6559d8b18f4ec111c4ff36fe09a4c7433f561440fc77a2e928846.ttf) format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url(/assets/TTFirsNeue-ExtraBoldItalic-44fe79c44665d591812ef193558bd289754d91ab6cef8607f13299c0bb350cd5.ttf) format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url(/assets/TTFirsNeue-ExtraBold-6b7f4a7c64be0fba9657cb2c5922d4ee4f96ac6607ac8341a7756c6b18a6e86b.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url(/assets/TTFirsNeue-Light-9b994cf34b360aa78c2f873b8f21a0238f6be7325f3dab0cbd813e3821f6c87b.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url(/assets/TTFirsNeue-ExtraLightItalic-f493bacaeaf8449d4ee369899d9d1539316a09c76b0bdb9e7f4e120799082bd9.ttf) format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url(/assets/TTFirsNeue-ExtraLight-e5781fce6f2ee6414b536d3b37779326586f792ae95d6b249ae00310280e6bb6.ttf) format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url(/assets/TTFirsNeue-Medium-c42b313ac76a490aa1e7ed50135afb997e7db80d2662a29d1ca1a8f1f386cbe7.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url(/assets/TTFirsNeue-MediumItalic-29707a06cee5acff200e45e533c20bc1774175a3d53d4d13f3f766f36a3afca5.ttf) format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url(/assets/TTFirsNeue-Regular-719806e8e779f839ec7078d83092eec1219b314a69e8025fe495f796c0c98246.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url(/assets/TTFirsNeue-Thin-111297fa98e9a784e7ff7390703e5c9cd44c68fe50445659fd86fee2e7eefdc2.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url(/assets/TTFirsNeue-ThinItalic-d42fd8799be0cda51b32cf792721c2d2758ea04b689063ba58420f774c62e3b7.ttf) format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url(/assets/TTFirsNeue-LightItalic-07750184a070e980c8776fb78f3128e4cfdceaca9cdc53fbdde23a3824c9348d.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
/*!
 * FilePond 4.30.4
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */
.filepond--assistant{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.filepond--browser.filepond--browser{position:absolute;margin:0;padding:0;left:1em;top:1.75em;width:calc(100% - 2em);opacity:0;font-size:0}.filepond--data{position:absolute;width:0;height:0;padding:0;margin:0;border:none;visibility:hidden;pointer-events:none;contain:strict}.filepond--drip{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;opacity:.1;pointer-events:none;border-radius:.5em;background:rgba(0,0,0,.01)}.filepond--drip-blob{-webkit-transform-origin:center center;transform-origin:center center;width:8em;height:8em;margin-left:-4em;margin-top:-4em;background:#292625;border-radius:50%}.filepond--drip-blob,.filepond--drop-label{position:absolute;top:0;left:0;will-change:transform,opacity}.filepond--drop-label{right:0;margin:0;color:#4f4f4f;display:flex;justify-content:center;align-items:center;height:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filepond--drop-label.filepond--drop-label label{display:block;margin:0;padding:.5em}.filepond--drop-label label{cursor:default;font-size:.875em;font-weight:400;text-align:center;line-height:1.5}.filepond--label-action{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;-webkit-text-decoration-color:#a7a4a4;text-decoration-color:#a7a4a4;cursor:pointer}.filepond--root[data-disabled] .filepond--drop-label label{opacity:.5}.filepond--file-action-button.filepond--file-action-button{font-size:1em;width:1.625em;height:1.625em;font-family:inherit;line-height:inherit;margin:0;padding:0;border:none;outline:none;will-change:transform,opacity}.filepond--file-action-button.filepond--file-action-button span{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.filepond--file-action-button.filepond--file-action-button svg{width:100%;height:100%}.filepond--file-action-button.filepond--file-action-button:after{position:absolute;left:-.75em;right:-.75em;top:-.75em;bottom:-.75em;content:""}.filepond--file-action-button{cursor:auto;color:#fff;border-radius:50%;background-color:rgba(0,0,0,.5);background-image:none;box-shadow:0 0 0 0 hsla(0,0%,100%,0);transition:box-shadow .25s ease-in}.filepond--file-action-button:focus,.filepond--file-action-button:hover{box-shadow:0 0 0 .125em hsla(0,0%,100%,.9)}.filepond--file-action-button[disabled]{color:hsla(0,0%,100%,.5);background-color:rgba(0,0,0,.25)}.filepond--file-action-button[hidden]{display:none}.filepond--action-edit-item.filepond--action-edit-item{width:2em;height:2em;padding:.1875em}.filepond--action-edit-item.filepond--action-edit-item[data-align*=center]{margin-left:-.1875em}.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom]{margin-bottom:-.1875em}.filepond--action-edit-item-alt{border:none;line-height:inherit;background:transparent;font-family:inherit;color:inherit;outline:none;padding:0;margin:0 0 0 .25em;pointer-events:all;position:absolute}.filepond--action-edit-item-alt svg{width:1.3125em;height:1.3125em}.filepond--action-edit-item-alt span{font-size:0;opacity:0}.filepond--file-info{position:static;display:flex;flex-direction:column;align-items:flex-start;flex:1;margin:0 .5em 0 0;min-width:0;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filepond--file-info *{margin:0}.filepond--file-info .filepond--file-info-main{font-size:.75em;line-height:1.2;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}.filepond--file-info .filepond--file-info-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out;white-space:nowrap}.filepond--file-info .filepond--file-info-sub:empty{display:none}.filepond--file-status{position:static;display:flex;flex-direction:column;align-items:flex-end;flex-grow:0;flex-shrink:0;margin:0;min-width:2.25em;text-align:right;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filepond--file-status *{margin:0;white-space:nowrap}.filepond--file-status .filepond--file-status-main{font-size:.75em;line-height:1.2}.filepond--file-status .filepond--file-status-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out}.filepond--file-wrapper.filepond--file-wrapper{border:none;margin:0;padding:0;min-width:0;height:100%}.filepond--file-wrapper.filepond--file-wrapper>legend{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.filepond--file{position:static;display:flex;height:100%;align-items:flex-start;padding:.5625em;color:#fff;border-radius:.5em}.filepond--file .filepond--file-status{margin-left:auto;margin-right:2.25em}.filepond--file .filepond--processing-complete-indicator{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:3}.filepond--file .filepond--file-action-button,.filepond--file .filepond--processing-complete-indicator,.filepond--file .filepond--progress-indicator{position:absolute}.filepond--file [data-align*=left]{left:.5625em}.filepond--file [data-align*=right]{right:.5625em}.filepond--file [data-align*=center]{left:calc(50% - .8125em)}.filepond--file [data-align*=bottom]{bottom:1.125em}.filepond--file [data-align=center]{top:calc(50% - .8125em)}.filepond--file .filepond--progress-indicator{margin-top:.1875em}.filepond--file .filepond--progress-indicator[data-align*=right]{margin-right:.1875em}.filepond--file .filepond--progress-indicator[data-align*=left]{margin-left:.1875em}[data-filepond-item-state*=error] .filepond--file-info,[data-filepond-item-state*=invalid] .filepond--file-info,[data-filepond-item-state=cancelled] .filepond--file-info{margin-right:2.25em}[data-filepond-item-state~=processing] .filepond--file-status-sub{opacity:0}[data-filepond-item-state~=processing] .filepond--action-abort-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-error] .filepond--file-status-sub{opacity:0}[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg{-webkit-animation:fall .5s linear .125s both;animation:fall .5s linear .125s both}[data-filepond-item-state=processing-complete] .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-complete] .filepond--file-info-sub,[data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden])~.filepond--file-status .filepond--file-status-sub{opacity:0}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing~.filepond--file-info .filepond--file-info-sub{opacity:.5}[data-filepond-item-state*=error] .filepond--file-wrapper,[data-filepond-item-state*=error] .filepond--panel,[data-filepond-item-state*=invalid] .filepond--file-wrapper,[data-filepond-item-state*=invalid] .filepond--panel{-webkit-animation:shake .65s linear both;animation:shake .65s linear both}[data-filepond-item-state*=busy] .filepond--progress-indicator svg{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes shake{10%,90%{-webkit-transform:translateX(-.0625em);transform:translateX(-.0625em)}20%,80%{-webkit-transform:translateX(.125em);transform:translateX(.125em)}30%,50%,70%{-webkit-transform:translateX(-.25em);transform:translateX(-.25em)}40%,60%{-webkit-transform:translateX(.25em);transform:translateX(.25em)}}@keyframes shake{10%,90%{-webkit-transform:translateX(-.0625em);transform:translateX(-.0625em)}20%,80%{-webkit-transform:translateX(.125em);transform:translateX(.125em)}30%,50%,70%{-webkit-transform:translateX(-.25em);transform:translateX(-.25em)}40%,60%{-webkit-transform:translateX(.25em);transform:translateX(.25em)}}@-webkit-keyframes fall{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}70%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes fall{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}70%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.filepond--hopper[data-hopper-state=drag-over]>*{pointer-events:none}.filepond--hopper[data-hopper-state=drag-over]:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:100}.filepond--progress-indicator{z-index:103}.filepond--file-action-button{z-index:102}.filepond--file-status{z-index:101}.filepond--file-info{z-index:100}.filepond--item{position:absolute;top:0;left:0;right:0;z-index:1;padding:0;margin:.25em;will-change:transform,opacity}.filepond--item>.filepond--panel{z-index:-1}.filepond--item>.filepond--panel .filepond--panel-bottom{box-shadow:0 .0625em .125em -.0625em rgba(0,0,0,.25)}.filepond--item>.filepond--file-wrapper,.filepond--item>.filepond--panel{transition:opacity .15s ease-out}.filepond--item[data-drag-state]{cursor:-webkit-grab;cursor:grab}.filepond--item[data-drag-state]>.filepond--panel{transition:box-shadow .125s ease-in-out;box-shadow:0 0 0 transparent}.filepond--item[data-drag-state=drag]{cursor:-webkit-grabbing;cursor:grabbing}.filepond--item[data-drag-state=drag]>.filepond--panel{box-shadow:0 .125em .3125em rgba(0,0,0,.325)}.filepond--item[data-drag-state]:not([data-drag-state=idle]){z-index:2}.filepond--item-panel{background-color:#64605e}[data-filepond-item-state=processing-complete] .filepond--item-panel{background-color:#369763}[data-filepond-item-state*=error] .filepond--item-panel,[data-filepond-item-state*=invalid] .filepond--item-panel{background-color:#c44e47}.filepond--item-panel{border-radius:.5em;transition:background-color .25s}.filepond--list-scroller{position:absolute;top:0;left:0;right:0;margin:0;will-change:transform}.filepond--list-scroller[data-state=overflow] .filepond--list{bottom:0;right:0}.filepond--list-scroller[data-state=overflow]{overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;-webkit-mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent);mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent)}.filepond--list-scroller::-webkit-scrollbar{background:transparent}.filepond--list-scroller::-webkit-scrollbar:vertical{width:1em}.filepond--list-scroller::-webkit-scrollbar:horizontal{height:0}.filepond--list-scroller::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:99999px;border:.3125em solid transparent;background-clip:content-box}.filepond--list.filepond--list{position:absolute;top:0;margin:0;padding:0;list-style-type:none;will-change:transform}.filepond--list{left:.75em;right:.75em}.filepond--root[data-style-panel-layout~=integrated]{width:100%;height:100%;max-width:none;margin:0}.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root{border-radius:0}.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root>*,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root>*{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{bottom:0;height:auto;display:flex;justify-content:center;align-items:center;z-index:7}.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel,.filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel{display:none}.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller,.filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller{overflow:hidden;height:100%;margin-top:0;margin-bottom:0}.filepond--root[data-style-panel-layout~=compact] .filepond--list,.filepond--root[data-style-panel-layout~=integrated] .filepond--list{left:0;right:0;height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--item,.filepond--root[data-style-panel-layout~=integrated] .filepond--item{margin:0}.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper,.filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper{height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{z-index:7}.filepond--root[data-style-panel-layout~=circle]{border-radius:99999rem;overflow:hidden}.filepond--root[data-style-panel-layout~=circle]>.filepond--panel{border-radius:inherit}.filepond--root[data-style-panel-layout~=circle]>.filepond--panel>*{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--file-info,.filepond--root[data-style-panel-layout~=circle] .filepond--file-status{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item{opacity:1!important;visibility:visible!important}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.filepond--root[data-style-panel-layout~=circle]{will-change:transform}}}.filepond--panel-root{border-radius:.5em;background-color:#f1f0ef}.filepond--panel{position:absolute;left:0;top:0;right:0;margin:0;height:100%!important;pointer-events:none}.filepond-panel:not([data-scalable=false]){height:auto!important}.filepond--panel[data-scalable=false]>div{display:none}.filepond--panel[data-scalable=true]{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;background-color:transparent!important;border:none!important}.filepond--panel-bottom,.filepond--panel-center,.filepond--panel-top{position:absolute;left:0;top:0;right:0;margin:0;padding:0}.filepond--panel-bottom,.filepond--panel-top{height:.5em}.filepond--panel-top{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-bottom:none!important}.filepond--panel-top:after{content:"";position:absolute;height:2px;left:0;right:0;bottom:-1px;background-color:inherit}.filepond--panel-bottom,.filepond--panel-center{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:left top;transform-origin:left top;-webkit-transform:translate3d(0,.5em,0);transform:translate3d(0,.5em,0)}.filepond--panel-bottom{border-top-left-radius:0!important;border-top-right-radius:0!important;border-top:none!important}.filepond--panel-bottom:before{content:"";position:absolute;height:2px;left:0;right:0;top:-1px;background-color:inherit}.filepond--panel-center{height:100px!important;border-top:none!important;border-bottom:none!important;border-radius:0!important}.filepond--panel-center:not([style]){visibility:hidden}.filepond--progress-indicator{position:static;width:1.25em;height:1.25em;color:#fff;margin:0;pointer-events:none;will-change:transform,opacity}.filepond--progress-indicator svg{width:100%;height:100%;vertical-align:top;transform-box:fill-box}.filepond--progress-indicator path{fill:none;stroke:currentColor}.filepond--list-scroller{z-index:6}.filepond--drop-label{z-index:5}.filepond--drip{z-index:3}.filepond--root>.filepond--panel{z-index:2}.filepond--browser{z-index:1}.filepond--root{box-sizing:border-box;position:relative;margin-bottom:1em;font-size:1rem;line-height:normal;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:450;text-align:left;text-rendering:optimizeLegibility;direction:ltr;contain:layout style size}.filepond--root *{box-sizing:inherit;line-height:inherit}.filepond--root :not(text){font-size:inherit}.filepond--root[data-disabled]{pointer-events:none}.filepond--root[data-disabled] .filepond--list-scroller{pointer-events:all}.filepond--root[data-disabled] .filepond--list{pointer-events:none}.filepond--root .filepond--drop-label{min-height:4.75em}.filepond--root .filepond--list-scroller{margin-top:1em;margin-bottom:1em}.filepond--root .filepond--credits{position:absolute;right:0;opacity:.175;line-height:.85;font-size:11px;color:inherit;text-decoration:none;z-index:3;bottom:-14px}.filepond--root .filepond--credits[style]{top:0;bottom:auto;margin-top:14px}
/*!
 * FilePondPluginImagePreview 4.6.11
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */
.filepond--image-preview-markup {
  position: absolute;
  left: 0;
  top: 0
}

.filepond--image-preview-wrapper {
  z-index: 2
}

.filepond--image-preview-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 5rem;
  max-height: 7rem;
  margin: 0;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.filepond--image-preview-overlay svg {
  width: 100%;
  height: auto;
  color: inherit;
  max-height: inherit
}

.filepond--image-preview-overlay-idle {
  mix-blend-mode: multiply;
  color: rgba(40, 40, 40, .85)
}

.filepond--image-preview-overlay-success {
  mix-blend-mode: normal;
  color: #369763
}

.filepond--image-preview-overlay-failure {
  mix-blend-mode: normal;
  color: #c44e47
}

@supports (-webkit-marquee-repetition:infinite) and ((-o-object-fit:fill) or (object-fit:fill)) {
  .filepond--image-preview-overlay-idle {
    mix-blend-mode: normal
  }
}

.filepond--image-preview-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;
  border-radius: .45em;
  overflow: hidden;
  background: rgba(0, 0, 0, .01)
}

.filepond--image-preview {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: #d9d9d9;
  will-change: transform, opacity
}

.filepond--image-clip {
  position: relative;
  overflow: hidden;
  margin: 0 auto
}

.filepond--image-clip[data-transparency-indicator=grid] canvas,
.filepond--image-clip[data-transparency-indicator=grid] img {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23eee'%3E%3Cpath d='M0 0h50v50H0M50 50h50v50H50'/%3E%3C/svg%3E");
  background-size: 1.25em 1.25em
}

.filepond--image-bitmap,
.filepond--image-vector {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform
}

.filepond--root[data-style-panel-layout~=integrated] .filepond--image-preview-wrapper {
  border-radius: 0
}

.filepond--root[data-style-panel-layout~=integrated] .filepond--image-preview {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper {
  border-radius: 99999rem
}

.filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-overlay {
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file .filepond--file-action-button[data-align*=bottom]:not([data-align*=center]) {
  margin-bottom: .325em
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file [data-align*=left] {
  left: calc(50% - 3em)
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file [data-align*=right] {
  right: calc(50% - 3em)
}

.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=left],
.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=right] {
  margin-bottom: .5125em
}

.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=center] {
  margin-top: 0;
  margin-bottom: .1875em;
  margin-left: .1875em
}
/* Layout v3: sidebar, main content, user status, balance and rates in sidebar */

.sidebar-v3 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 300px;
  background-color: rgb(38, 41, 50);
  border-right: 1px solid rgb(55, 65, 81);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  transition: transform 0.3s ease;
}
.sidebar-v3-collapsed {
  transform: translateX(-100%);
}
.sidebar-v3-initially-collapsed .sidebar-v3 {
  transform: translateX(-100%);
}
.sidebar-v3-initially-collapsed .main-content-v3 {
  margin-left: 0;
  width: 100%;
}
.sidebar-v3-initially-collapsed .sidebar-v3-show-btn {
  display: flex;
}
.sidebar-v3-content {
  padding: 24px;
  position: relative;
}
.sidebar-v3-toggle-btn {
  position: absolute;
  top: 16px;
  right: -12px;
  width: 24px;
  height: 24px;
  background-color: rgb(38, 41, 50);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1001;
  color: white;
  transition: background-color 0.2s;
}
.sidebar-v3-toggle-btn:hover {
  background-color: rgba(55, 65, 81, 0.8);
}
.main-content-v3 {
  margin-left: 300px;
  min-height: 100vh;
  padding-left: 12px;
  background-color: rgb(29, 30, 38);
  transition:
    margin-left 0.3s ease,
    width 0.3s ease;
  width: calc(100% - 300px);
  box-sizing: border-box;
}
.main-content-v3-expanded {
  margin-left: 0;
  width: 100%;
}
.sidebar-v3-show-btn {
  position: fixed;
  top: 16px;
  left: 16px;
  width: 40px;
  height: 40px;
  background-color: rgb(38, 41, 50);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 8px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1001;
  color: white;
  transition: background-color 0.2s;
}
.sidebar-v3-show-btn:hover {
  background-color: rgba(55, 65, 81, 0.8);
}
.main-content-v3-expanded .sidebar-v3-show-btn {
  display: flex;
}
.sidebar-v3-menu-item {
  background-color: transparent;
  transition:
    background-color 0.2s,
    border-color 0.2s;
  border: 1px solid transparent;
}
.sidebar-v3-menu-item:hover {
  background-color: rgba(55, 65, 81, 0.5);
  border-color: rgb(253, 186, 116);
}
.space-y-2 form {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}
.space-y-2 form.sidebar-v3-menu-item,
.sidebar-v3-menu-item form {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  transition:
    background-color 0.2s,
    border-color 0.2s !important;
}
.space-y-2 form.sidebar-v3-menu-item:hover,
.sidebar-v3-menu-item form:hover {
  background-color: rgba(55, 65, 81, 0.5) !important;
  border-color: rgb(253, 186, 116) !important;
}
.space-y-2 form.sidebar-v3-menu-item button,
.sidebar-v3-menu-item form button {
  width: 100% !important;
  text-align: left !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: transparent !important;
  border: none !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  color: white !important;
  font-size: 14px !important;
  cursor: pointer !important;
  font-weight: normal !important;
}
.sidebar-v3-action-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: currentColor;
}
.sidebar-v3-menu-item .sidebar-v3-action-icon.fa {
  font-size: 16px !important;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sidebar-v3-user-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  background-color: rgb(29, 30, 38);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 10px;
  min-height: 44px;
}
.sidebar-v3-user-status-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(209, 213, 219);
  font-size: 14px;
  font-weight: 500;
}
.sidebar-v3-user-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.sidebar-v3-user-status-dot--online {
  background-color: rgb(34, 197, 94);
}
.sidebar-v3-user-status-dot--offline {
  background-color: rgb(239, 68, 68);
}
.sidebar-v3-user-status-form {
  display: flex !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}
.sidebar-v3-user-status-form .input {
  display: none;
}
.sidebar-v3-user-status-toggle {
  position: relative;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
  padding: 0;
  border: none;
  border-radius: 12px;
  background-color: rgb(55, 65, 81);
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    box-shadow 0.2s ease;
}
.sidebar-v3-user-status-toggle:hover {
  background-color: rgb(75, 85, 99);
}
.sidebar-v3-user-status-toggle-knob {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    rgb(229, 231, 235) 0%,
    rgb(209, 213, 219) 100%
  );
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar-v3-user-status-toggle--on .sidebar-v3-user-status-toggle-knob {
  transform: translateX(20px);
}
.sidebar-v3-user-status-toggle--on {
  background: linear-gradient(
    180deg,
    rgb(34, 197, 94) 0%,
    rgb(22, 163, 74) 100%
  );
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.4);
}
.sidebar-v3-user-status-toggle--on:hover {
  background: linear-gradient(
    180deg,
    rgb(22, 163, 74) 0%,
    rgb(21, 128, 61) 100%
  );
  box-shadow: 0 0 14px rgba(34, 197, 94, 0.5);
}
.sidebar-v3-user-status-reminder {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
  padding: 12px 14px;
  background-color: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 10px;
  color: rgb(254, 226, 226);
  font-size: 13px;
  line-height: 1.5;
}
.sidebar-v3-user-status-reminder-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  color: rgb(239, 68, 68);
}

.sidebar-v3-balance-card {
  padding: 12px 14px;
  background-color: rgb(29, 30, 38);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidebar-v3-balance-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.sidebar-v3-balance-label {
  color: rgb(156, 163, 175);
  font-size: 12px;
  font-weight: 500;
}
.sidebar-v3-balance-value {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}

.sidebar-v3-rates-card {
  padding: 12px 14px;
  background-color: rgb(29, 30, 38);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidebar-v3-rates-title {
  color: rgb(253, 186, 116);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(55, 65, 81, 0.5);
}

.flash-alerts-v3 {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
  animation:
    slideInRight 0.3s ease-out,
    fadeOut 0.3s ease-out 4s forwards;
}
.flash-alerts-v3-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid rgb(55, 65, 81);
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.3),
    0 4px 6px -2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 1.5;
}
.flash-alerts-v3-item--notice {
  border-left: 4px solid rgb(253, 186, 116);
}
.flash-alerts-v3-item--notice .flash-alerts-v3-icon {
  color: rgb(253, 186, 116);
}
.flash-alerts-v3-item--alert {
  border-left: 4px solid rgb(239, 68, 68);
}
.flash-alerts-v3-item--alert .flash-alerts-v3-icon {
  color: rgb(239, 68, 68);
}
.flash-alerts-v3-icon {
  flex-shrink: 0;
  font-size: 20px;
  margin-top: 1px;
}
.flash-alerts-v3-item--notice .flash-alerts-v3-text {
  color: rgb(229, 231, 235);
}
.flash-alerts-v3-item--alert .flash-alerts-v3-text {
  color: rgb(254, 226, 226);
}

.not-enough-insurance-deposit-v3 {
  margin: 0 24px 24px;
}
.not-enough-insurance-deposit-v3-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgba(239, 68, 68, 0.5);
  border-left: 4px solid rgb(239, 68, 68);
  border-radius: 12px;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.3);
}
.not-enough-insurance-deposit-v3-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: rgb(239, 68, 68);
}
.not-enough-insurance-deposit-v3-icon svg {
  width: 100%;
  height: 100%;
}
.not-enough-insurance-deposit-v3-text {
  color: rgb(254, 226, 226);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.payments-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  margin-top: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.payments-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.payments-v3-header .form-submit {
  padding: 12px 28px !important;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  ) !important;
  border: none !important;
  border-radius: 10px !important;
  color: white !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 4px 8px rgba(253, 186, 116, 0.2) !important;
  letter-spacing: 0.3px !important;
  display: inline-block !important;
  text-transform: none !important;
}
.payments-v3-header .form-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(253, 186, 116, 0.4) !important;
  background: linear-gradient(
    180deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  ) !important;
}
.payments-v3-header .form-submit:active {
  transform: translateY(0) !important;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3) !important;
}

.video-verification-v3-main {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.video-verification-v3-column {
  flex: 1 1 320px;
  min-width: 0;
}

.video-verification-v3-title {
  color: white;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-bottom: 16px;
}

.video-verification-v3-text {
  color: rgb(156, 163, 175);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.video-verification-v3-errors {
  margin-top: 8px;
  margin-bottom: 12px;
  color: rgb(239, 68, 68);
  font-size: 13px;
  font-weight: 500;
}

.video-verification-v3-upload {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.video-verification-v3-upload .filepond--root .filepond--panel-root {
  background-color: rgb(30, 34, 41);
  border: 1px solid rgba(75, 85, 99, 0.5);
  border-radius: 10px;
}

.video-verification-v3-upload
  .filepond--root.filepond--hopper
  .filepond--panel-root {
  border-color: rgba(253, 186, 116, 0.4);
}

.video-verification-v3-upload .filepond--root .filepond--drop-label,
.video-verification-v3-upload .filepond--root .filepond--drop-label label {
  color: rgb(156, 163, 175);
  cursor: pointer;
}

.video-verification-v3-upload .filepond--root .filepond--panel-center {
  border-color: rgba(75, 85, 99, 0.4);
}

.video-verification-v3-upload .filepond--root .filepond--item-panel {
  background-color: rgba(55, 65, 81, 0.6);
  border-color: rgba(75, 85, 99, 0.5);
}

.video-verification-v3-upload
  .filepond--root
  [data-filepond-item-state="processing"]
  .filepond--item-panel {
  background-color: rgba(55, 65, 81, 0.8);
  border-color: rgba(75, 85, 99, 0.6);
}

.video-verification-v3-upload
  .filepond--root
  [data-filepond-item-state="processing-complete"]
  .filepond--item-panel {
  background-color: rgba(80, 65, 45, 0.9);
  border-color: rgba(251, 146, 60, 0.5);
}

.video-verification-v3-upload
  .filepond--root
  [data-filepond-item-state*="error"]
  .filepond--item-panel,
.video-verification-v3-upload
  .filepond--root
  [data-filepond-item-state*="invalid"]
  .filepond--item-panel {
  background-color: rgba(55, 45, 45, 0.9);
  border-color: rgba(239, 68, 68, 0.5);
}

.video-verification-v3-upload .filepond--root .filepond--progress-indicator {
  color: rgb(253, 186, 116);
}

.video-verification-v3-upload .filepond--root .filepond--file {
  color: rgb(229, 231, 235);
}

.video-verification-v3-upload .filepond--root .filepond--file-action-button {
  color: rgb(209, 213, 219);
}

.video-verification-v3-upload
  .filepond--root
  .filepond--file-action-button:hover {
  color: rgb(248, 113, 113);
}

.video-verification-v3-actions {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
}

.video-verification-v3-actions .form-submit {
  padding: 12px 28px !important;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  ) !important;
  border: none !important;
  border-radius: 10px !important;
  color: white !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 4px 8px rgba(253, 186, 116, 0.2) !important;
  letter-spacing: 0.3px !important;
  display: inline-block !important;
  text-transform: none !important;
}

.video-verification-v3-actions .form-submit:hover:not(:disabled) {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(253, 186, 116, 0.4) !important;
  background: linear-gradient(
    180deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  ) !important;
}

.video-verification-v3-actions .form-submit:active:not(:disabled) {
  transform: translateY(0) !important;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3) !important;
}

.video-verification-v3-actions .form-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: linear-gradient(
    180deg,
    rgb(75, 85, 99) 0%,
    rgb(55, 65, 81) 100%
  ) !important;
  box-shadow: none !important;
}

.video-verification-v3-instructions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.video-verification-v3-instructions-column {
  flex: 1 1 260px;
  min-width: 0;
}

.video-verification-v3-instructions-title {
  color: white;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.filter-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 28px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.filter-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.filter-v3-title {
  color: white;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 2px solid rgb(55, 65, 81);
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: -0.3px;
}
.filter-v3-title::before {
  content: "";
  width: 5px;
  height: 22px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.filter-v3-form label {
  color: rgb(209, 213, 219);
  font-size: 14px;
  font-weight: 500;
}
.filter-v3-form .input input.dark-input,
.filter-v3-form .input select.dark-input,
.filter-v3-form .input textarea.dark-input,
.filter-v3-form input.dark-input,
.filter-v3-form select.dark-input,
.filter-v3-form textarea.dark-input {
  background-color: rgb(55, 65, 81) !important;
  border: 1px solid rgb(75, 85, 99) !important;
  border-radius: 8px !important;
  color: white !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
}
.filter-v3-form .input input.dark-input:focus,
.filter-v3-form .input select.dark-input:focus,
.filter-v3-form .input textarea.dark-input:focus,
.filter-v3-form input.dark-input:focus,
.filter-v3-form select.dark-input:focus,
.filter-v3-form textarea.dark-input:focus {
  outline: none !important;
  border-color: rgb(253, 186, 116) !important;
  box-shadow: 0 0 0 3px rgba(253, 186, 116, 0.1) !important;
  background-color: rgb(60, 70, 86) !important;
}
.filter-v3-form .input input.dark-input::placeholder,
.filter-v3-form .input textarea.dark-input::placeholder,
.filter-v3-form input.dark-input::placeholder,
.filter-v3-form textarea.dark-input::placeholder {
  color: rgb(156, 163, 175) !important;
}
.filter-v3-form .form-actions {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.filter-v3-form .form-submit {
  padding: 12px 28px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 8px rgba(253, 186, 116, 0.2);
  letter-spacing: 0.3px;
}
.filter-v3-form .form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(253, 186, 116, 0.4);
  background: linear-gradient(
    180deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  );
}
.filter-v3-form .form-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.filter-v3-form .reset-button {
  padding: 12px 28px;
  background: linear-gradient(180deg, rgb(55, 65, 81) 0%, rgb(45, 55, 71) 100%);
  border: 1px solid rgb(75, 85, 99);
  border-radius: 10px;
  color: rgb(209, 213, 219);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.3px;
}
.filter-v3-form .reset-button:hover {
  background: linear-gradient(180deg, rgb(75, 85, 99) 0%, rgb(65, 75, 91) 100%);
  border-color: rgb(107, 114, 128);
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.filter-v3-form .reset-button:active {
  transform: translateY(0);
}

.payments-v3-table-wrapper {
  overflow-x: auto;
  margin-top: 0;
  border-radius: 12px;
  background-color: rgba(31, 41, 55, 0.2);
  padding: 8px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1600px) {
  .payments-v3-table-wrapper {
    overflow-x: visible;
  }
}
.payments-v3-table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: rgb(209, 213, 219);
  font-size: 14px;
  background-color: transparent;
  table-layout: auto;
}
.payments-v3-table thead {
  background: linear-gradient(180deg, rgb(31, 41, 55) 0%, rgb(26, 32, 44) 100%);
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.payments-v3-table thead th {
  padding: 12px 14px;
  text-align: left;
  font-weight: 600;
  color: rgb(229, 231, 235);
  border-bottom: 2px solid rgb(55, 65, 81);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  white-space: normal;
  background: linear-gradient(180deg, rgb(31, 41, 55) 0%, rgb(26, 32, 44) 100%);
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
  height: auto;
  min-height: 48px;
  display: table-cell;
}
.payments-v3-table thead th.items-list-th {
  display: table-cell !important;
  height: auto;
  min-height: 48px;
  vertical-align: middle;
  padding: 12px 14px !important;
  text-align: center;
}
.payments-v3-table thead th.items-list-th .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 24px;
  gap: 4px;
}
.payments-v3-table thead th.items-list-th .flex div {
  line-height: 1.2;
}
.payments-v3-table thead th.items-list-th .flex i {
  font-size: 14px;
  line-height: 1;
}
.payments-v3-table tbody td {
  padding: 12px 14px;
  color: rgb(209, 213, 219);
  transition: all 0.2s ease;
  font-size: 13px;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.payments-v3-table thead th:first-child {
  border-top-left-radius: 8px;
  padding-left: 14px;
}
.payments-v3-table thead th:last-child {
  border-top-right-radius: 8px;
  padding-right: 14px;
}
.payments-v3-table tbody tr {
  border-bottom: 1px solid rgba(55, 65, 81, 0.4);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
}
.payments-v3-table tbody tr:last-child {
  border-bottom: none;
}
.payments-v3-table tbody tr:hover {
  background: linear-gradient(
    90deg,
    rgba(253, 186, 116, 0.15) 0%,
    rgba(251, 146, 60, 0.08) 100%
  );
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.payments-v3-table tbody tr:hover td {
  color: rgb(229, 231, 235);
}
.payments-v3-table tbody td a {
  color: rgb(253, 186, 116);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  padding: 4px 8px;
  border-radius: 6px;
  display: inline-block;
  position: relative;
}
.payments-v3-table tbody td a:hover {
  color: rgb(251, 146, 60);
  background-color: rgba(253, 186, 116, 0.15);
  text-decoration: none;
  transform: translateY(-1px);
}
.payments-v3-table tbody td a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgb(251, 146, 60) 50%,
    transparent 100%
  );
  animation: link-underline 0.3s ease-out;
}
@keyframes link-underline {
  from {
    width: 0;
  }
  to {
    width: 80%;
  }
}
.payments-v3-empty {
  text-align: center;
  padding: 80px 48px;
  color: rgb(156, 163, 175);
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(
    135deg,
    rgba(38, 41, 50, 0.5) 0%,
    rgba(35, 38, 47, 0.5) 100%
  );
  border-radius: 12px;
  border: 2px dashed rgb(55, 65, 81);
}
.payments-v3-table tbody td.completed-status {
  color: rgb(34, 197, 94) !important;
  font-weight: 600;
  position: relative;
  padding-left: 24px !important;
}
.payments-v3-table tbody td.completed-status::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: rgb(34, 197, 94);
  border-radius: 50%;
  box-shadow:
    0 0 10px rgba(34, 197, 94, 0.8),
    0 0 20px rgba(34, 197, 94, 0.4);
  animation: pulse-green 2s ease-in-out infinite;
}
@keyframes pulse-green {
  0%,
  100% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translateY(-50%) scale(1.15);
  }
}
.payments-v3-table tbody td.cancelled-status {
  color: rgb(239, 68, 68) !important;
  font-weight: 600;
  position: relative;
  padding-left: 24px !important;
}
.payments-v3-table tbody td.cancelled-status::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: rgb(239, 68, 68);
  border-radius: 50%;
  box-shadow:
    0 0 10px rgba(239, 68, 68, 0.8),
    0 0 20px rgba(239, 68, 68, 0.4);
}
.payments-v3-table tbody td.text-red {
  color: rgb(239, 68, 68) !important;
  font-weight: 500;
}
.payments-v3-table thead th.text-red {
  color: rgb(239, 68, 68) !important;
}
.payments-v3-table tbody td .text-green-500 {
  color: rgb(34, 197, 94) !important;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  background: linear-gradient(
    135deg,
    rgba(34, 197, 94, 0.2) 0%,
    rgba(22, 163, 74, 0.15) 100%
  );
  border-radius: 6px;
  border: 1px solid rgba(34, 197, 94, 0.4);
  display: inline-block;
  margin-top: 4px;
  box-shadow: 0 2px 4px rgba(34, 197, 94, 0.2);
  letter-spacing: 0.3px;
}

.payments-v3-table tbody td .payments-v3-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 700;
  color: white;
  background: linear-gradient(
    135deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  );
  border-radius: 6px;
  border: 1px solid rgba(251, 146, 60, 0.5);
  box-shadow: 0 2px 4px rgba(251, 146, 60, 0.3);
}

.payments-v3-table tbody td .payments-v3-new-comments {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 600;
  color: rgb(34, 197, 94);
  letter-spacing: 0.2px;
}

.payments-v3-table thead th.payments-v3-th-action {
  width: 1%;
  white-space: nowrap;
  text-align: center;
}

.payments-v3-table tbody td.payments-v3-td-action {
  width: 1%;
  white-space: nowrap;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}

.payments-v3-table tbody td.payments-v3-td-action .payments-v3-action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(55, 65, 81, 0.5);
  border: 1px solid rgba(75, 85, 99, 0.5);
  color: rgb(209, 213, 219);
  transition: all 0.2s ease;
}

.payments-v3-table
  tbody
  td.payments-v3-td-action
  .payments-v3-action-link:hover {
  background: rgba(75, 85, 99, 0.7);
  border-color: rgb(75, 85, 99);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.payments-v3-table tbody td.payments-v3-td-action .payments-v3-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.payments-v3-table tbody td.payments-v3-td-merchant {
  position: relative;
  min-width: 80px;
}

.payments-v3-table tbody td input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-color: rgb(55, 65, 81);
  border: 1px solid rgb(75, 85, 99);
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
}

.payments-v3-table tbody td input[type="checkbox"]:checked {
  background-color: rgb(251, 146, 60);
  border-color: rgb(251, 146, 60);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='white' stroke-width='2' d='M1 5l3 3 7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 10px;
}

.payments-v3-table tbody td input[type="checkbox"]:hover {
  border-color: rgb(253, 186, 116);
}

.stats-v3-container {
  display: flex;
  gap: 16px;
  flex: 0 0 30%;
  min-width: 0;
}
.stats-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 12px;
  padding: 24px;
  flex: 1 1 calc(50% - 8px);
  min-width: 0;
  max-width: 100%;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.3),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.stats-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.4),
    0 4px 6px -2px rgba(0, 0, 0, 0.3);
}
.stats-v3-title {
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgb(55, 65, 81);
  display: flex;
  align-items: center;
  gap: 8px;
}
.stats-v3-title::before {
  content: "";
  width: 4px;
  height: 20px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 2px;
}
.stats-v3-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(55, 65, 81, 0.3);
  transition: background-color 0.2s ease;
  border-radius: 6px;
  margin: 2px 0;
  padding-left: 8px;
  padding-right: 8px;
}
.stats-v3-item:hover {
  background-color: rgba(55, 65, 81, 0.3);
}
.stats-v3-item:last-child {
  border-bottom: none;
}
.stats-v3-item-label {
  color: rgb(209, 213, 219);
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.stats-v3-item-label i {
  width: 20px;
  text-align: center;
}
.stats-v3-item-label i.fa-arrow-up {
  color: rgb(34, 197, 94);
}
.stats-v3-item-label i.fa-arrow-down {
  color: rgb(239, 68, 68);
}
.stats-v3-item-label i.fa-exchange {
  color: rgb(59, 130, 246);
}
.stats-v3-item-label i.fa-line-chart {
  color: rgb(253, 186, 116);
}
.stats-v3-item-value {
  color: white;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.stats-v3-item-value.positive {
  color: rgb(34, 197, 94);
}
.stats-v3-item-value.negative {
  color: rgb(239, 68, 68);
}

.chart-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 28px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  flex: 0 0 70%;
  min-width: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.chart-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.chart-v3-title {
  color: white;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 2px solid rgb(55, 65, 81);
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: -0.3px;
}
.chart-v3-title::before {
  content: "";
  width: 5px;
  height: 22px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.chart-v3-canvas-container {
  padding: 12px;
  border-radius: 8px;
  background-color: rgba(31, 41, 55, 0.2);
}

.history-balances-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  margin-top: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.history-balances-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.history-balances-v3-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgb(55, 65, 81);
}
.history-balances-v3-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.history-balances-v3-title::before {
  content: "";
  width: 5px;
  height: 26px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
}

.history-balances-v3-table-wrapper {
  overflow-x: auto;
  margin-top: 0;
  border-radius: 12px;
  background-color: rgba(31, 41, 55, 0.2);
  padding: 8px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1600px) {
  .history-balances-v3-table-wrapper {
    overflow-x: visible;
  }
}
.history-balances-v3-table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: rgb(209, 213, 219);
  font-size: 14px;
  background-color: transparent;
  table-layout: auto;
}
.history-balances-v3-table thead {
  background: linear-gradient(180deg, rgb(31, 41, 55) 0%, rgb(26, 32, 44) 100%);
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.history-balances-v3-table thead th {
  padding: 12px 14px;
  text-align: center;
  font-weight: 600;
  color: rgb(229, 231, 235);
  border-bottom: 2px solid rgb(55, 65, 81);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  white-space: normal;
  background: linear-gradient(180deg, rgb(31, 41, 55) 0%, rgb(26, 32, 44) 100%);
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.history-balances-v3-table tbody td {
  padding: 12px 14px;
  text-align: center;
  color: rgb(209, 213, 219);
  transition: all 0.2s ease;
  font-size: 13px;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.history-balances-v3-table thead th:first-child {
  border-top-left-radius: 8px;
  padding-left: 14px;
}
.history-balances-v3-table thead th:last-child {
  border-top-right-radius: 8px;
  padding-right: 14px;
}
.history-balances-v3-table tbody tr {
  border-bottom: 1px solid rgba(55, 65, 81, 0.4);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
}
.history-balances-v3-table tbody tr:last-child {
  border-bottom: none;
}
.history-balances-v3-table tbody tr:hover {
  background: linear-gradient(
    90deg,
    rgba(253, 186, 116, 0.15) 0%,
    rgba(251, 146, 60, 0.08) 100%
  );
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.history-balances-v3-table tbody tr:hover td {
  color: rgb(229, 231, 235);
}
.history-balances-v3-empty {
  text-align: center;
  padding: 80px 48px;
  color: rgb(156, 163, 175);
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(
    135deg,
    rgba(38, 41, 50, 0.5) 0%,
    rgba(35, 38, 47, 0.5) 100%
  );
  border-radius: 12px;
  border: 2px dashed rgb(55, 65, 81);
}

.balance-requests-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  margin-top: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.balance-requests-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.balance-requests-v3-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgb(55, 65, 81);
}
.balance-requests-v3-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.balance-requests-v3-title::before {
  content: "";
  width: 5px;
  height: 26px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
}
.balance-requests-v3-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.balance-requests-v3-header .form-submit,
.balance-requests-v3-header-actions .form-submit {
  padding: 12px 28px !important;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  ) !important;
  border: none !important;
  border-radius: 10px !important;
  color: white !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 4px 8px rgba(253, 186, 116, 0.2) !important;
  letter-spacing: 0.3px !important;
  display: inline-block !important;
  text-transform: none !important;
}
.balance-requests-v3-header .form-submit:hover,
.balance-requests-v3-header-actions .form-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(253, 186, 116, 0.4) !important;
  background: linear-gradient(
    180deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  ) !important;
}
.balance-requests-v3-header .form-submit:active,
.balance-requests-v3-header-actions .form-submit:active {
  transform: translateY(0) !important;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3) !important;
}

.balance-requests-v3-table-wrapper {
  overflow-x: auto;
  margin-top: 0;
  border-radius: 12px;
  background-color: rgba(31, 41, 55, 0.2);
  padding: 8px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1600px) {
  .balance-requests-v3-table-wrapper {
    overflow-x: visible;
  }
}
.balance-requests-v3-table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: rgb(209, 213, 219);
  font-size: 14px;
  background-color: transparent;
  table-layout: auto;
}
.balance-requests-v3-table thead {
  background: linear-gradient(180deg, rgb(31, 41, 55) 0%, rgb(26, 32, 44) 100%);
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.balance-requests-v3-table thead th {
  padding: 12px 14px;
  text-align: left;
  font-weight: 600;
  color: rgb(229, 231, 235);
  border-bottom: 2px solid rgb(55, 65, 81);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  white-space: normal;
  background: linear-gradient(180deg, rgb(31, 41, 55) 0%, rgb(26, 32, 44) 100%);
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.balance-requests-v3-table tbody td {
  padding: 12px 14px;
  color: rgb(209, 213, 219);
  transition: all 0.2s ease;
  font-size: 13px;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.balance-requests-v3-table thead th:first-child {
  border-top-left-radius: 8px;
  padding-left: 14px;
}
.balance-requests-v3-table thead th:last-child {
  border-top-right-radius: 8px;
  padding-right: 14px;
}
.balance-requests-v3-table tbody tr {
  border-bottom: 1px solid rgba(55, 65, 81, 0.4);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
}
.balance-requests-v3-table tbody tr:last-child {
  border-bottom: none;
}
.balance-requests-v3-table tbody tr:hover {
  background: linear-gradient(
    90deg,
    rgba(253, 186, 116, 0.15) 0%,
    rgba(251, 146, 60, 0.08) 100%
  );
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.balance-requests-v3-table tbody tr:hover td {
  color: rgb(229, 231, 235);
}
.balance-requests-v3-table tbody td a {
  color: rgb(253, 186, 116);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  padding: 4px 8px;
  border-radius: 6px;
  display: inline-block;
}
.balance-requests-v3-table tbody td a:hover {
  color: rgb(251, 146, 60);
  background-color: rgba(253, 186, 116, 0.15);
  text-decoration: none;
  transform: translateY(-1px);
}
.balance-requests-v3-table tbody td.action-link {
  text-align: center;
}
.balance-requests-v3-table tbody td.action-link a {
  color: rgb(253, 186, 116);
  font-size: 16px;
  padding: 8px;
  border-radius: 6px;
  display: inline-block;
  transition: all 0.2s ease;
}
.balance-requests-v3-table tbody td.action-link a:hover {
  background-color: rgba(253, 186, 116, 0.15);
  transform: translateY(-1px);
}
.balance-requests-v3-empty {
  text-align: center;
  padding: 80px 48px;
  color: rgb(156, 163, 175);
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(
    135deg,
    rgba(38, 41, 50, 0.5) 0%,
    rgba(35, 38, 47, 0.5) 100%
  );
  border-radius: 12px;
  border: 2px dashed rgb(55, 65, 81);
}

.merchant-supports-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  margin-top: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.merchant-supports-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.merchant-supports-v3-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgb(55, 65, 81);
}
.merchant-supports-v3-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.merchant-supports-v3-title::before {
  content: "";
  width: 5px;
  height: 26px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
}
.merchant-supports-v3-header .form-submit-lowcase {
  padding: 12px 28px !important;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  ) !important;
  border: none !important;
  border-radius: 10px !important;
  color: white !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 4px 8px rgba(253, 186, 116, 0.2) !important;
  letter-spacing: 0.3px !important;
  display: inline-block !important;
  text-transform: none !important;
}
.merchant-supports-v3-header .form-submit-lowcase:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(253, 186, 116, 0.4) !important;
  background: linear-gradient(
    180deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  ) !important;
}
.merchant-supports-v3-header .form-submit-lowcase:active {
  transform: translateY(0) !important;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3) !important;
}

.merchant-supports-v3-table-wrapper {
  overflow-x: auto;
  margin-top: 0;
  border-radius: 12px;
  background-color: rgba(31, 41, 55, 0.3);
  padding: 12px;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1600px) {
  .merchant-supports-v3-table-wrapper {
    overflow-x: visible;
  }
}
.merchant-supports-v3-table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: rgb(209, 213, 219);
  font-size: 14px;
  background-color: transparent;
  table-layout: auto;
}
.merchant-supports-v3-table thead {
  background: linear-gradient(180deg, rgb(31, 41, 55) 0%, rgb(26, 32, 44) 100%);
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}
.merchant-supports-v3-table thead th {
  padding: 14px 16px;
  text-align: left;
  font-weight: 700;
  color: rgb(249, 250, 251);
  border-bottom: 2px solid rgba(253, 186, 116, 0.2);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  white-space: normal;
  background: linear-gradient(180deg, rgb(31, 41, 55) 0%, rgb(26, 32, 44) 100%);
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.merchant-supports-v3-table tbody td {
  padding: 14px 16px;
  color: rgb(209, 213, 219);
  transition: all 0.2s ease;
  font-size: 13px;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.merchant-supports-v3-table thead th:first-child {
  border-top-left-radius: 10px;
  padding-left: 16px;
}
.merchant-supports-v3-table thead th:last-child {
  border-top-right-radius: 10px;
  padding-right: 16px;
}
.merchant-supports-v3-table tbody tr {
  border-bottom: 1px solid rgba(55, 65, 81, 0.5);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
}
.merchant-supports-v3-table tbody tr:last-child {
  border-bottom: none;
}
.merchant-supports-v3-table tbody tr:hover {
  background: linear-gradient(
    90deg,
    rgba(253, 186, 116, 0.15) 0%,
    rgba(251, 146, 60, 0.08) 100%
  );
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.merchant-supports-v3-table tbody tr:hover td {
  color: rgb(229, 231, 235);
}
.merchant-supports-v3-table tbody td a {
  color: rgb(253, 186, 116);
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.merchant-supports-v3-table tbody td a:hover {
  color: rgb(251, 146, 60);
  background-color: rgba(253, 186, 116, 0.1);
}
.merchant-supports-v3-table tbody td.action-link {
  text-align: center;
}
.merchant-supports-v3-table tbody td.action-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.merchant-supports-v3-table tbody td.action-link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}
.merchant-supports-v3-table tbody td.action-link a:hover::before {
  left: 100%;
}
.merchant-supports-v3-table tbody td.action-link a .icon-button-gray {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(
    135deg,
    rgba(75, 85, 99, 0.5) 0%,
    rgba(55, 65, 81, 0.6) 100%
  );
  border: 1.5px solid rgba(107, 114, 128, 0.4);
  color: rgb(229, 231, 235);
  box-shadow:
    0 3px 6px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.merchant-supports-v3-table tbody td.action-link a:hover .icon-button-gray {
  background: linear-gradient(
    135deg,
    rgba(107, 114, 128, 0.7) 0%,
    rgba(75, 85, 99, 0.8) 100%
  );
  border-color: rgba(156, 163, 175, 0.6);
  color: white;
  transform: translateY(-3px) scale(1.05);
  box-shadow:
    0 6px 12px rgba(0, 0, 0, 0.4),
    0 2px 4px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.merchant-supports-v3-table tbody td.action-link a:active .icon-button-gray {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.merchant-supports-v3-table tbody td.action-link a .icon-button-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(
    135deg,
    rgba(239, 68, 68, 0.4) 0%,
    rgba(220, 38, 38, 0.5) 100%
  );
  border: 1.5px solid rgba(239, 68, 68, 0.5);
  color: rgb(252, 165, 165);
  box-shadow:
    0 3px 6px rgba(239, 68, 68, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.merchant-supports-v3-table tbody td.action-link a:hover .icon-button-red {
  background: linear-gradient(
    135deg,
    rgba(239, 68, 68, 0.6) 0%,
    rgba(220, 38, 38, 0.7) 100%
  );
  border-color: rgba(239, 68, 68, 0.7);
  color: rgb(254, 202, 202);
  transform: translateY(-3px) scale(1.05);
  box-shadow:
    0 6px 12px rgba(239, 68, 68, 0.4),
    0 2px 4px rgba(239, 68, 68, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.merchant-supports-v3-table tbody td.action-link a:active .icon-button-red {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 3px 6px rgba(239, 68, 68, 0.3);
}
.merchant-supports-v3-table tbody td .fa-check-square-o {
  color: rgb(34, 197, 94);
  font-size: 16px;
  text-shadow: 0 0 8px rgba(34, 197, 94, 0.5);
}
.merchant-supports-v3-table tbody td .fa-square-o {
  color: rgba(156, 163, 175, 0.6);
  font-size: 16px;
}
.merchant-supports-v3-table tbody td.check-column,
.merchant-supports-v3-table thead th.check-column {
  text-align: center;
}
.merchant-supports-v3-table tbody td.nickname-column,
.merchant-supports-v3-table thead th.nickname-column {
  text-align: center;
}
.merchant-supports-v3-table tbody td:first-child {
  font-weight: 600;
  color: rgb(253, 186, 116);
}
.merchant-supports-v3-table tbody td:first-child a {
  font-weight: 600;
}
.merchant-supports-v3-table tbody td:nth-child(2) {
  color: rgb(209, 213, 219);
  font-size: 13px;
}
.merchant-supports-v3-table tbody td:nth-last-child(3) {
  color: rgb(187, 191, 196);
  font-size: 12px;
  white-space: nowrap;
}

.arbitrations-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  margin-top: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.arbitrations-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.arbitrations-v3-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgb(55, 65, 81);
}
.arbitrations-v3-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.arbitrations-v3-title::before {
  content: "";
  width: 5px;
  height: 26px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
}

.transactions-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  margin-top: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.transactions-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.transactions-v3-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgb(55, 65, 81);
}
.transactions-v3-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.transactions-v3-title::before {
  content: "";
  width: 5px;
  height: 26px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
}
.transactions-v3-header .form-submit {
  padding: 12px 28px !important;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  ) !important;
  border: none !important;
  border-radius: 10px !important;
  color: white !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 4px 8px rgba(253, 186, 116, 0.2) !important;
  letter-spacing: 0.3px !important;
  display: inline-block !important;
  text-transform: none !important;
}
.transactions-v3-header .form-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(253, 186, 116, 0.4) !important;
  background: linear-gradient(
    180deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  ) !important;
}
.transactions-v3-header .form-submit:active {
  transform: translateY(0) !important;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3) !important;
}
.transactions-v3-summary {
  color: rgb(209, 213, 219);
  font-size: 14px;
  margin-bottom: 20px;
  padding: 16px;
  background: rgba(31, 41, 55, 0.3);
  border-radius: 8px;
  border: 1px solid rgb(55, 65, 81);
}

.transactions-v3-table-wrapper {
  overflow-x: auto;
  margin-top: 0;
  border-radius: 12px;
  background-color: rgba(31, 41, 55, 0.2);
  padding: 8px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1600px) {
  .transactions-v3-table-wrapper {
    overflow-x: visible;
  }
}
.transactions-v3-table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: rgb(209, 213, 219);
  font-size: 14px;
  background-color: transparent;
  table-layout: auto;
}
.transactions-v3-table thead {
  background: linear-gradient(180deg, rgb(31, 41, 55) 0%, rgb(26, 32, 44) 100%);
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.transactions-v3-table thead th {
  padding: 12px 14px;
  text-align: center;
  font-weight: 600;
  color: rgb(229, 231, 235);
  border-bottom: 2px solid rgb(55, 65, 81);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  white-space: normal;
  background: linear-gradient(180deg, rgb(31, 41, 55) 0%, rgb(26, 32, 44) 100%);
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.transactions-v3-table tbody td {
  padding: 12px 14px;
  text-align: center;
  color: rgb(209, 213, 219);
  transition: all 0.2s ease;
  font-size: 13px;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.transactions-v3-table thead th:first-child {
  border-top-left-radius: 8px;
  padding-left: 14px;
}
.transactions-v3-table thead th:last-child {
  border-top-right-radius: 8px;
  padding-right: 14px;
}
.transactions-v3-table tbody tr {
  border-bottom: 1px solid rgba(55, 65, 81, 0.4);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
}
.transactions-v3-table tbody tr:last-child {
  border-bottom: none;
}
.transactions-v3-table tbody tr:hover {
  background: linear-gradient(
    90deg,
    rgba(253, 186, 116, 0.15) 0%,
    rgba(251, 146, 60, 0.08) 100%
  );
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.transactions-v3-table tbody tr:hover td {
  color: rgb(229, 231, 235);
}
.transactions-v3-empty {
  text-align: center;
  padding: 80px 48px;
  color: rgb(156, 163, 175);
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(
    135deg,
    rgba(38, 41, 50, 0.5) 0%,
    rgba(35, 38, 47, 0.5) 100%
  );
  border-radius: 12px;
  border: 2px dashed rgb(55, 65, 81);
}

.pagination-v3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgb(55, 65, 81);
}
.pagination-v3 .pagy {
  display: flex;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}
.pagination-v3 .pagy a:not(.gap) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border: none;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  transition: all 0.2s ease;
  font-weight: 600;
}
.pagination-v3 .pagy a:not(.gap):hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(253, 186, 116, 0.3);
}
.pagination-v3 .pagy a:not(.gap):not([href]) {
  background-color: rgb(38, 41, 50);
  border: 1px solid rgb(55, 65, 81);
  color: rgb(107, 114, 128);
  cursor: not-allowed;
  opacity: 0.5;
}
.pagination-v3 .pagy a:not(.gap).current {
  box-shadow: 0 2px 8px rgba(253, 186, 116, 0.4);
}
.pagination-v3 .pagy .gap {
  color: rgb(209, 213, 219);
  padding: 0 4px;
}
.pagination-v3 .pagy label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(209, 213, 219);
  font-size: 14px;
}
.pagination-v3 .pagy label input {
  background-color: rgb(55, 65, 81);
  border: 1px solid rgb(75, 85, 99);
  border-radius: 6px;
  color: white;
  padding: 6px 10px;
  font-size: 14px;
  width: 60px;
}
.pagination-v3 .pagy label input:focus {
  outline: none;
  border-color: rgb(253, 186, 116);
  box-shadow: 0 0 0 3px rgba(253, 186, 116, 0.1);
}

.ad-hotlist-v3-header,
.payments-v3-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgb(55, 65, 81);
}

.ad-hotlist-v3-title,
.payments-v3-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ad-hotlist-v3-title::before,
.payments-v3-title::before {
  content: "";
  width: 5px;
  height: 26px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}

.ad-hotlist-v3-title .fa,
.payments-v3-title .fa {
  color: rgb(253, 186, 116);
}

.ad-hotlist-v3-table-wrapper {
  overflow-x: auto;
  margin-top: 0;
  border-radius: 12px;
  background-color: rgba(31, 41, 55, 0.2);
  padding: 8px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ad-hotlist-v3-table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: rgb(209, 213, 219);
  font-size: 14px;
  background-color: transparent;
  table-layout: auto;
}

.ad-hotlist-v3-table thead {
  background: linear-gradient(180deg, rgb(31, 41, 55) 0%, rgb(26, 32, 44) 100%);
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.ad-hotlist-v3-table thead th {
  padding: 12px 14px;
  text-align: left;
  font-weight: 600;
  color: rgb(229, 231, 235);
  border-bottom: 2px solid rgb(55, 65, 81);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  white-space: normal;
  background: linear-gradient(180deg, rgb(31, 41, 55) 0%, rgb(26, 32, 44) 100%);
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.ad-hotlist-v3-table tbody td {
  padding: 12px 14px;
  color: rgb(209, 213, 219);
  transition: all 0.2s ease;
  font-size: 13px;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.ad-hotlist-v3-table tbody tr:hover {
  background-color: rgba(55, 65, 81, 0.3);
}

.ad-hotlist-v3-table tbody tr:hover td {
  color: white;
}

.ad-hotlist-v3-td-link a {
  color: rgb(253, 186, 116);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.ad-hotlist-v3-td-link a:hover {
  color: rgb(251, 146, 60);
  text-decoration: none;
}

.ad-hotlist-v3-td-payments {
  padding: 8px !important;
}

.ad-hotlist-v3-payments {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.ad-hotlist-v3-payment-link {
  text-decoration: none;
  display: block;
  width: 100%;
}

.ad-hotlist-v3-payment {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 12px 16px;
  background: linear-gradient(135deg, rgb(31, 41, 55) 0%, rgb(26, 32, 44) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.ad-hotlist-v3-payment::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  transition: width 0.3s ease;
}

.ad-hotlist-v3-payment:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  border-color: rgb(75, 85, 99);
  background: linear-gradient(135deg, rgb(37, 47, 63) 0%, rgb(32, 42, 58) 100%);
}

.ad-hotlist-v3-payment:hover::before {
  width: 100%;
  opacity: 0.1;
}

.ad-hotlist-v3-payment-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 16px;
  min-width: 0;
}

.ad-hotlist-v3-payment-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.ad-hotlist-v3-payment-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: auto;
}

.ad-hotlist-v3-payment-amount {
  color: white;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  white-space: nowrap;
  flex-shrink: 0;
}

.ad-hotlist-v3-payment-countdown {
  color: rgb(156, 163, 175);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  background: rgba(55, 65, 81, 0.5);
  border-radius: 8px;
  border: 1px solid rgba(75, 85, 99, 0.3);
}

.ad-hotlist-v3-payment-icon {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
}

.ad-hotlist-v3-payment-icon img {
  width: 15px;
  height: 15px;
  filter: brightness(0) saturate(100%) invert(77%) sepia(95%) saturate(1352%)
    hue-rotate(330deg) brightness(101%) contrast(101%);
}

.ad-hotlist-v3-payment.flow-deposit::before {
  background: linear-gradient(
    180deg,
    rgb(34, 197, 94) 0%,
    rgb(22, 163, 74) 100%
  );
}

.ad-hotlist-v3-payment.flow-withdrawal::before {
  background: linear-gradient(
    180deg,
    rgb(59, 130, 246) 0%,
    rgb(37, 99, 235) 100%
  );
}

.ad-hotlist-v3-payment.flow-transferring::before {
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
}

.ad-hotlist-v3-payment.flow-confirming::before {
  background: linear-gradient(
    180deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  );
}

.ad-hotlist-v3-payment.flow-completed::before {
  background: linear-gradient(
    180deg,
    rgb(34, 197, 94) 0%,
    rgb(22, 163, 74) 100%
  );
}

.ad-hotlist-v3-payment.flow-cancelled::before {
  background: linear-gradient(
    180deg,
    rgb(239, 68, 68) 0%,
    rgb(220, 38, 38) 100%
  );
}

.ad-hotlist-v3-payment.flow-deposit {
  border-left: 3px solid rgb(34, 197, 94);
}

.ad-hotlist-v3-payment.flow-withdrawal {
  border-left: 3px solid rgb(59, 130, 246);
}

.ad-hotlist-v3-payment.flow-transferring {
  border-left: 3px solid rgb(253, 186, 116);
}

.ad-hotlist-v3-payment.flow-confirming {
  border-left: 3px solid rgb(251, 146, 60);
}

.ad-hotlist-v3-payment.flow-completed {
  border-left: 3px solid rgb(34, 197, 94);
}

.ad-hotlist-v3-payment.flow-cancelled {
  border-left: 3px solid rgb(239, 68, 68);
}

.ad-hotlist-v3-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
}

.ad-hotlist-v3-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ad-hotlist-v3-section-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: linear-gradient(135deg, rgb(26, 32, 44) 0%, rgb(31, 41, 55) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.ad-hotlist-v3-section-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
}

.ad-hotlist-v3-section-icon.deposit {
  background: linear-gradient(
    135deg,
    rgb(34, 197, 94) 0%,
    rgb(22, 163, 74) 100%
  );
  color: white;
}

.ad-hotlist-v3-section-icon.withdrawal {
  background: linear-gradient(
    135deg,
    rgb(59, 130, 246) 0%,
    rgb(37, 99, 235) 100%
  );
  color: white;
}

.ad-hotlist-v3-section-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ad-hotlist-v3-section-title {
  color: white;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.ad-hotlist-v3-section-count {
  color: rgb(156, 163, 175);
  font-size: 14px;
  font-weight: 500;
}

.ad-hotlist-v3-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 20px;
}

@media (max-width: 768px) {
  .ad-hotlist-v3-grid {
    grid-template-columns: 1fr;
  }
}

.ad-hotlist-v3-ad-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
}

.ad-hotlist-v3-ad-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ad-hotlist-v3-ad-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  border-color: rgb(75, 85, 99);
}

.ad-hotlist-v3-ad-card:hover::before {
  opacity: 1;
}

.ad-hotlist-v3-ad-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(55, 65, 81, 0.5);
}

.ad-hotlist-v3-ad-id {
  display: flex;
  align-items: center;
}

.ad-hotlist-v3-ad-link {
  color: rgb(253, 186, 116);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ad-hotlist-v3-ad-link::before {
  content: "#";
  color: rgb(156, 163, 175);
  font-size: 16px;
}

.ad-hotlist-v3-ad-link:hover {
  color: rgb(251, 146, 60);
  transform: scale(1.05);
}

.ad-hotlist-v3-ad-sum {
  color: rgb(34, 197, 94);
  font-size: 18px;
  font-weight: 700;
  padding: 8px 16px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 10px;
}

.ad-hotlist-v3-ad-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ad-hotlist-v3-ad-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ad-hotlist-v3-ad-label,
.ad-hotlist-v3-ad-payments-label {
  color: rgb(156, 163, 175);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ad-hotlist-v3-ad-value {
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  word-break: break-word;
}

.ad-hotlist-v3-ad-payments {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(55, 65, 81, 0.5);
  width: 100%;
}

.ad-hotlist-v3-ad-payments-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.users-settings-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 40px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 800px;
}
.users-settings-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.users-settings-v3-title {
  color: white;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.users-settings-v3-title::before {
  content: "";
  width: 5px;
  height: 28px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.users-settings-v3-section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(55, 65, 81, 0.6);
}
.users-settings-v3-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.users-settings-v3-form {
  margin-top: 0;
}
.users-settings-v3-form .form-inputs {
  margin-bottom: 24px;
}
.users-settings-v3-form .input {
  margin-bottom: 0;
}
.users-settings-v3-form .input label {
  color: rgb(209, 213, 219);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.users-settings-v3-form .input input.dark-input,
.users-settings-v3-form .input textarea.dark-input,
.users-settings-v3-form input.dark-input,
.users-settings-v3-form textarea.dark-input {
  background-color: rgb(55, 65, 81) !important;
  border: 1px solid rgb(75, 85, 99) !important;
  border-radius: 8px !important;
  color: white !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  width: 100% !important;
  max-width: 420px !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
}
.users-settings-v3-form .input textarea.dark-input {
  min-height: 80px;
  resize: vertical;
}
.users-settings-v3-form .input input.dark-input:focus,
.users-settings-v3-form .input textarea.dark-input:focus,
.users-settings-v3-form input.dark-input:focus,
.users-settings-v3-form textarea.dark-input:focus {
  outline: none !important;
  border-color: rgb(253, 186, 116) !important;
  box-shadow: 0 0 0 3px rgba(253, 186, 116, 0.1) !important;
  background-color: rgb(60, 70, 86) !important;
}
.users-settings-v3-form .form-actions {
  margin-top: 24px;
}
.users-settings-v3-form .form-submit {
  padding: 14px 32px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 8px rgba(253, 186, 116, 0.2);
  letter-spacing: 0.3px;
}
.users-settings-v3-form .form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(253, 186, 116, 0.4);
  background: linear-gradient(
    180deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  );
}
.users-settings-v3-form .form-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.users-settings-v3-section .my-2 {
  margin-top: 0;
  margin-bottom: 0;
}
.users-settings-v3-section .my-2 > div:first-child {
  color: rgb(209, 213, 219);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.users-settings-v3-section .my-2 form {
  margin: 0;
}
.users-settings-v3-section .my-2 form select {
  background-color: rgb(55, 65, 81) !important;
  border: 1px solid rgb(75, 85, 99) !important;
  border-radius: 8px !important;
  color: white !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
  cursor: pointer;
}
.users-settings-v3-section .my-2 form select:focus {
  outline: none !important;
  border-color: rgb(253, 186, 116) !important;
  box-shadow: 0 0 0 3px rgba(253, 186, 116, 0.1) !important;
  background-color: rgb(60, 70, 86) !important;
}
.users-settings-v3-subtitle {
  color: white;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}
.users-settings-v3-api-key-wrapper {
  position: relative;
  margin-bottom: 12px;
}
.users-settings-v3-api-key-wrapper:last-child {
  margin-bottom: 0;
}
.users-settings-v3-api-key {
  background-color: rgb(29, 30, 38);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 8px;
  padding: 16px 20px;
  color: rgb(209, 213, 219);
  font-size: 13px;
  font-family: "Courier New", "Monaco", "Menlo", monospace;
  word-break: break-all;
  white-space: pre-wrap;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.6;
  margin: 0;
}

.users-v3-qr-box {
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgb(209, 213, 219);
}
.users-v3-qr-box svg,
.users-v3-qr-box img {
  display: block;
}
.users-v3-btn-secondary {
  background: rgb(55, 65, 81);
  color: rgb(209, 213, 219);
  border: 1px solid rgb(75, 85, 99);
}
.users-v3-btn-secondary:hover {
  background: rgb(75, 85, 99);
  color: white;
}

.users-settings-v3-qr-wrap {
  display: inline-block;
}
.users-settings-v3-api-key.users-settings-v3-qr {
  background-color: #fff;
  border-color: rgb(209, 213, 219);
  box-shadow: none;
}
.users-settings-v3-card .alert.alert-danger {
  color: rgb(239, 68, 68);
  margin-bottom: 20px;
  padding: 14px 16px;
  background-color: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 8px;
  font-size: 14px;
}

.users-layout-v3-container {
  display: flex;
  min-height: calc(100vh - 60px);
  gap: 24px;
  padding: 24px;
}
.users-layout-v3-sidebar {
  flex-shrink: 0;
  width: 240px;
}
.users-layout-v3-menu {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.3);
  position: sticky;
  top: 24px;
}
.users-layout-v3-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.users-layout-v3-menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  color: rgb(209, 213, 219);
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
  font-size: 14px;
  border: 1px solid transparent;
  background-color: transparent;
}
.users-layout-v3-menu-item i {
  color: inherit;
  transition: color 0.2s ease;
}
.users-layout-v3-menu-item svg {
  color: inherit;
  fill: currentColor;
  transition:
    color 0.2s ease,
    fill 0.2s ease;
}
.users-layout-v3-menu-item svg path {
  fill: currentColor;
}
.users-layout-v3-menu-item:hover {
  background-color: rgba(55, 65, 81, 0.6);
  border-color: rgba(253, 186, 116, 0.3);
  color: white;
}
.users-layout-v3-menu-item-active {
  background-color: rgba(253, 186, 116, 0.15);
  border-color: rgb(253, 186, 116);
  color: rgb(253, 186, 116);
  font-weight: 500;
}
.users-layout-v3-menu-item-active:hover {
  background-color: rgba(253, 186, 116, 0.2);
  border-color: rgb(251, 146, 60);
  color: rgb(251, 146, 60);
}
.users-layout-v3-content {
  flex: 1;
  min-width: 0;
}

.users-finances-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 40px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 800px;
}
.users-finances-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.users-finances-v3-title {
  color: white;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.users-finances-v3-title::before {
  content: "";
  width: 5px;
  height: 28px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.users-finances-v3-section {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(55, 65, 81, 0.6);
}
.users-finances-v3-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.users-finances-v3-label {
  color: rgb(209, 213, 219);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.users-finances-v3-value {
  color: white;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.users-whitelisted-wallets-v3-notice {
  color: rgb(251, 146, 60);
  font-size: 14px;
  margin-bottom: 28px;
  padding: 12px 16px;
  background: rgba(251, 146, 60, 0.1);
  border: 1px solid rgba(251, 146, 60, 0.3);
  border-radius: 8px;
}
.users-settings-v3-form .form-submit:disabled {
  background: rgb(75, 85, 99) !important;
  cursor: not-allowed !important;
  box-shadow: none;
}
.users-whitelisted-wallets-v3-error {
  color: rgb(239, 68, 68);
  font-size: 14px;
  margin-top: 12px;
}
.users-whitelisted-wallets-v3-error.hidden {
  display: none !important;
}
.users-whitelisted-wallets-v3-modal {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 24px 24px;
  background: rgba(17, 24, 39, 0.85);
  z-index: 50;
}
.users-whitelisted-wallets-v3-modal.hidden {
  display: none !important;
}
.users-whitelisted-wallets-v3-modal-box {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  max-width: 440px;
  width: 100%;
  box-shadow: 0 20px 40px -8px rgba(0, 0, 0, 0.5);
}
.users-whitelisted-wallets-v3-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}
.users-whitelisted-wallets-v3-modal-btn {
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}
.users-whitelisted-wallets-v3-modal-btn-confirm {
  background: linear-gradient(
    180deg,
    rgb(34, 197, 94) 0%,
    rgb(22, 163, 74) 100%
  );
  color: white;
  box-shadow: 0 2px 8px rgba(34, 197, 94, 0.3);
}
.users-whitelisted-wallets-v3-modal-btn-confirm:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
}
.whitelisted-wallets-v3-delete-link {
  color: rgb(239, 68, 68);
}
.whitelisted-wallets-v3-delete-link:hover {
  color: rgb(248, 113, 113);
}

.users-otp-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 40px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 800px;
}
.users-otp-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.users-otp-v3-title {
  color: white;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.users-otp-v3-title::before {
  content: "";
  width: 5px;
  height: 28px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.users-otp-v3-form {
  margin-top: 0;
}
.users-otp-v3-form .form-inputs {
  margin-bottom: 24px;
}
.users-otp-v3-form .input {
  margin-bottom: 20px;
}
.users-otp-v3-form .input label {
  color: rgb(209, 213, 219);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.users-otp-v3-form .input input.dark-input,
.users-otp-v3-form input.dark-input {
  background-color: rgb(55, 65, 81) !important;
  border: 1px solid rgb(75, 85, 99) !important;
  border-radius: 8px !important;
  color: white !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
}
.users-otp-v3-form .input input.dark-input:focus,
.users-otp-v3-form input.dark-input:focus {
  outline: none !important;
  border-color: rgb(253, 186, 116) !important;
  box-shadow: 0 0 0 3px rgba(253, 186, 116, 0.1) !important;
  background-color: rgb(60, 70, 86) !important;
}
.users-otp-v3-form .form-check-input {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.users-otp-v3-form .form-check-label {
  color: rgb(209, 213, 219);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.users-otp-v3-form .form-actions {
  margin-top: 24px;
}
.users-otp-v3-form .form-submit {
  padding: 14px 32px;
  min-height: 48px;
  box-sizing: border-box;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 8px rgba(253, 186, 116, 0.2);
  letter-spacing: 0.3px;
}
.users-otp-v3-form .form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(253, 186, 116, 0.4);
  background: linear-gradient(
    180deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  );
}
.users-otp-v3-form .form-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.users-otp-v3-qr {
  width: 200px;
  height: 200px;
  margin-top: 16px;
  box-sizing: content-box;
}
.users-otp-v3-qr svg {
  width: 200px;
  height: 200px;
}
.users-otp-v3-form-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.users-otp-v3-cancel-link {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.3px;
  box-sizing: border-box;
  min-height: 48px;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: center;
  vertical-align: middle;
}

.time-zone-select-v3 {
  margin: 0;
}
.time-zone-select-v3-form {
  margin: 0;
}
.time-zone-select-v3-label {
  color: rgb(209, 213, 219);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.time-zone-select-v3-select {
  background-color: rgb(55, 65, 81) !important;
  border: 1px solid rgb(75, 85, 99) !important;
  border-radius: 8px !important;
  color: white !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
}
.time-zone-select-v3-select:focus {
  outline: none !important;
  border-color: rgb(253, 186, 116) !important;
  box-shadow: 0 0 0 3px rgba(253, 186, 116, 0.1) !important;
  background-color: rgb(60, 70, 86) !important;
}

.advertisements-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  margin-top: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.advertisements-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.advertisements-v3-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgb(55, 65, 81);
}
.advertisements-v3-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.advertisements-v3-title::before {
  content: "";
  width: 5px;
  height: 26px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.advertisements-v3-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.advertisements-v3-actions .form-submit {
  padding: 10px 24px !important;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  ) !important;
  border: none !important;
  border-radius: 10px !important;
  color: white !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 4px 8px rgba(253, 186, 116, 0.2) !important;
  letter-spacing: 0.3px !important;
  display: inline-block !important;
  text-transform: none !important;
}
.advertisements-v3-actions .form-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(253, 186, 116, 0.4) !important;
  background: linear-gradient(
    180deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  ) !important;
}
.advertisements-v3-actions .form-submit:active {
  transform: translateY(0) !important;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3) !important;
}
.advertisements-v3-table-wrapper {
  overflow-x: auto;
  margin-top: 0;
  border-radius: 12px;
  background-color: rgba(31, 41, 55, 0.2);
  padding: 8px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1600px) {
  .advertisements-v3-table-wrapper {
    overflow-x: visible;
  }
}
.advertisements-v3-table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: rgb(209, 213, 219);
  font-size: 14px;
  background-color: transparent;
  table-layout: auto;
}
.advertisements-v3-table thead {
  background: linear-gradient(180deg, rgb(31, 41, 55) 0%, rgb(26, 32, 44) 100%);
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.advertisements-v3-table thead th {
  padding: 12px 14px;
  text-align: left;
  font-weight: 600;
  color: rgb(229, 231, 235);
  border-bottom: 2px solid rgb(55, 65, 81);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  white-space: normal;
  background: linear-gradient(180deg, rgb(31, 41, 55) 0%, rgb(26, 32, 44) 100%);
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.advertisements-v3-table tbody td {
  padding: 12px 14px;
  color: rgb(209, 213, 219);
  transition: all 0.2s ease;
  font-size: 13px;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.advertisements-v3-table tbody tr:hover {
  background-color: rgba(55, 65, 81, 0.3);
}
.advertisements-v3-table tbody tr:hover td {
  color: white;
}
.advertisements-v3-table tbody td.items-list-td-link {
  text-decoration: none !important;
}
.advertisements-v3-table tbody td.items-list-td-link a {
  color: rgb(253, 186, 116);
  text-decoration: none !important;
  font-weight: 500;
  transition: color 0.2s ease;
}
.advertisements-v3-table tbody td.items-list-td-link a:hover {
  color: rgb(251, 146, 60);
  text-decoration: none !important;
}
.advertisements-v3-table tbody td.direction-deposit,
.advertisements-v3-table tbody td.advertisement-status-true {
  color: rgb(34, 197, 94);
  font-weight: 500;
}
.advertisements-v3-table tbody td.direction-withdrawal,
.advertisements-v3-table tbody td.advertisement-status-false {
  color: rgb(239, 68, 68);
  font-weight: 500;
}
.advertisements-v3-table tbody td .font-semibold.text-green-600 {
  color: rgb(34, 197, 94) !important;
  font-weight: 600;
}
.advertisements-v3-table tbody td .font-semibold.text-red-600 {
  color: rgb(239, 68, 68) !important;
  font-weight: 600;
}
.advertisements-v3-table
  tbody
  td
  .font-semibold.text-red-600:not(.text-green-600) {
  color: rgb(239, 68, 68) !important;
}
.advertisements-v3-table tbody td span.text-red-600 {
  color: rgb(239, 68, 68) !important;
  font-weight: 500;
}
.advertisements-v3-table tbody td .icon-button-gray,
.advertisements-v3-table tbody td .icon-button,
.advertisements-v3-table tbody td .icon-button-red,
.advertisements-v3-table tbody td .icon-button-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  transition: all 0.2s ease;
  background-color: rgba(55, 65, 81, 0.6);
  border: 1px solid rgba(75, 85, 99, 0.5);
  color: rgb(209, 213, 219);
  font-size: 13px;
}
.advertisements-v3-table tbody td .icon-button-gray:hover,
.advertisements-v3-table tbody td .icon-button:hover {
  background-color: rgba(75, 85, 99, 0.8);
  border-color: rgba(107, 114, 128, 0.7);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.advertisements-v3-table tbody td .icon-button-red {
  background-color: rgba(239, 68, 68, 0.2);
  border-color: rgba(239, 68, 68, 0.4);
  color: rgb(239, 68, 68);
}
.advertisements-v3-table tbody td .icon-button-red:hover {
  background-color: rgba(239, 68, 68, 0.4);
  border-color: rgba(239, 68, 68, 0.6);
  color: rgb(254, 202, 202);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(239, 68, 68, 0.3);
}
.advertisements-v3-table tbody td .icon-button-green {
  background-color: rgba(34, 197, 94, 0.2);
  border-color: rgba(34, 197, 94, 0.4);
  color: rgb(34, 197, 94);
}
.advertisements-v3-table tbody td .icon-button-green:hover {
  background-color: rgba(34, 197, 94, 0.4);
  border-color: rgba(34, 197, 94, 0.6);
  color: rgb(187, 247, 208);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(34, 197, 94, 0.3);
}
.advertisements-v3-empty {
  text-align: center;
  padding: 80px 48px;
  color: rgb(156, 163, 175);
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(
    135deg,
    rgba(38, 41, 50, 0.5) 0%,
    rgba(35, 38, 47, 0.5) 100%
  );
  border-radius: 12px;
  border: 2px dashed rgb(55, 65, 81);
}

.devise-session-v3-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 24px;
}
.devise-session-v3-card {
  width: 100%;
  max-width: 400px;
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 12px;
  padding: 32px;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.3),
    0 4px 6px -2px rgba(0, 0, 0, 0.2);
}
.devise-session-v3-title {
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.devise-session-v3-form .form-inputs {
  margin-bottom: 20px;
}
.devise-session-v3-form .form-inputs label {
  color: rgb(209, 213, 219);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
.devise-session-v3-form .dark-input {
  background-color: rgb(55, 65, 81);
  border: 1px solid rgb(75, 85, 99);
  border-radius: 8px;
  color: white;
  padding: 10px 14px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}
.devise-session-v3-form .dark-input:focus {
  outline: none !important;
  border-color: rgb(253, 186, 116) !important;
  box-shadow: 0 0 0 3px rgba(253, 186, 116, 0.1) !important;
  background-color: rgb(60, 70, 86) !important;
}
.devise-session-v3-form .dark-input::placeholder {
  color: rgb(156, 163, 175);
}
.devise-session-v3-form .form-actions {
  margin-top: 24px;
}
.devise-session-v3-form .btn-signin {
  width: 100%;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.devise-session-v3-form .links {
  margin-top: 20px;
  text-align: center;
}
.devise-session-v3-form .links a {
  color: rgb(253, 186, 116);
  text-decoration: none;
  font-size: 14px;
}
.devise-session-v3-form .links a:hover {
  text-decoration: underline;
}

.payment-new-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 850px;
  margin: 0 auto;
}
.payment-new-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.payment-new-v3-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 28px;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.payment-new-v3-title::before {
  content: "";
  width: 5px;
  height: 26px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.payment-new-v3-form .form-inputs {
  margin-bottom: 20px;
}
.payment-new-v3-form .form-inputs label {
  color: rgb(209, 213, 219);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
.payment-new-v3-form .input input.dark-input,
.payment-new-v3-form .input select.dark-input,
.payment-new-v3-form .input textarea.dark-input,
.payment-new-v3-form input.dark-input,
.payment-new-v3-form select.dark-input,
.payment-new-v3-form textarea.dark-input {
  background-color: rgb(55, 65, 81) !important;
  border: 1px solid rgb(75, 85, 99) !important;
  border-radius: 8px !important;
  color: white !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
}
.payment-new-v3-form .input input.dark-input:focus,
.payment-new-v3-form .input select.dark-input:focus,
.payment-new-v3-form .input textarea.dark-input:focus,
.payment-new-v3-form input.dark-input:focus,
.payment-new-v3-form select.dark-input:focus,
.payment-new-v3-form textarea.dark-input:focus {
  outline: none !important;
  border-color: rgb(253, 186, 116) !important;
  box-shadow: 0 0 0 3px rgba(253, 186, 116, 0.1) !important;
  background-color: rgb(60, 70, 86) !important;
}
.payment-new-v3-form .input input.dark-input::placeholder,
.payment-new-v3-form .input textarea.dark-input::placeholder,
.payment-new-v3-form input.dark-input::placeholder,
.payment-new-v3-form textarea.dark-input::placeholder {
  color: rgb(156, 163, 175) !important;
}
.payment-new-v3-form .form-actions {
  margin-top: 24px;
}
.payment-new-v3-form .form-submit {
  padding: 14px 32px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 8px rgba(253, 186, 116, 0.2);
  letter-spacing: 0.3px;
}
.payment-new-v3-form .form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(253, 186, 116, 0.4);
  background: linear-gradient(
    180deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  );
}
.payment-new-v3-form .form-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.payment-new-v3-back-link {
  margin-top: 24px;
}
.payment-new-v3-back-link a {
  color: rgb(253, 186, 116);
  text-decoration: none;
  font-size: 14px;
}
.payment-new-v3-back-link a:hover {
  text-decoration: underline;
}
.payment-new-v3-form .hint-red {
  color: rgb(239, 68, 68);
  margin-bottom: 16px;
  padding: 12px;
  background-color: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 8px;
}
/* Telegram (profile + accounts) + Feedback (form + modal) */

.telegram-profile-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 850px;
  margin: 0 auto;
}
.telegram-profile-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.telegram-profile-v3-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 28px;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.telegram-profile-v3-title::before {
  content: "";
  width: 5px;
  height: 26px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.telegram-profile-v3-form {
  margin-top: 24px;
}
.telegram-profile-v3-form label {
  color: rgb(209, 213, 219);
  font-size: 14px;
  font-weight: 500;
}
.telegram-profile-v3-form .input input.dark-input,
.telegram-profile-v3-form input.dark-input {
  background-color: rgb(55, 65, 81) !important;
  border: 1px solid rgb(75, 85, 99) !important;
  border-radius: 8px !important;
  color: white !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
}
.telegram-profile-v3-form .input input.dark-input:focus,
.telegram-profile-v3-form input.dark-input:focus {
  outline: none !important;
  border-color: rgb(253, 186, 116) !important;
  box-shadow: 0 0 0 3px rgba(253, 186, 116, 0.1) !important;
  background-color: rgb(60, 70, 86) !important;
}
.telegram-profile-v3-form .input input.dark-input::placeholder,
.telegram-profile-v3-form input.dark-input::placeholder {
  color: rgb(156, 163, 175) !important;
}
.telegram-profile-v3-form .hint {
  color: rgb(209, 213, 219);
  font-size: 14px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(55, 65, 81, 0.5);
}
.telegram-profile-v3-form .hint a {
  color: rgb(253, 186, 116);
  text-decoration: none;
}
.telegram-profile-v3-form .hint a:hover {
  color: rgb(251, 146, 60);
  text-decoration: underline;
}
.telegram-profile-v3-notifications-text {
  color: rgb(209, 213, 219);
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.telegram-profile-v3-form .input.boolean {
  margin-bottom: 16px;
}
.telegram-profile-v3-form .input.boolean label {
  color: rgb(209, 213, 219);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.telegram-profile-v3-form .input.boolean input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: rgb(253, 186, 116);
}
.telegram-profile-v3-commands-title {
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px;
}
.telegram-profile-v3-commands-list {
  color: hsl(108, 12%, 84%);
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.telegram-profile-v3-commands-list .italic {
  color: rgb(253, 186, 116);
  font-style: italic;
  font-weight: 500;
  font-family: "Courier New", monospace;
  background-color: rgba(55, 65, 81, 0.5);
  padding: 2px 6px;
  border-radius: 4px;
}
.telegram-profile-v3-form .success-notice {
  color: rgb(34, 197, 94);
  font-size: 14px;
  margin-bottom: 20px;
  padding: 12px 16px;
  background-color: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 8px;
}
.telegram-profile-v3-form .form-submit {
  padding: 14px 32px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 8px rgba(253, 186, 116, 0.2);
  letter-spacing: 0.3px;
  margin-top: 24px;
}
.telegram-profile-v3-form .form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(253, 186, 116, 0.4);
  background: linear-gradient(
    180deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  );
}
.telegram-profile-v3-form .form-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}

.feedback-messages-new-v3-container {
  display: flex;
  justify-content: center;
  padding: 32px 16px;
}
.feedback-messages-new-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 600px;
  width: 100%;
}
.feedback-messages-new-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.feedback-messages-new-v3-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.feedback-messages-new-v3-title::before {
  content: "";
  width: 5px;
  height: 26px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.feedback-messages-new-v3-confidentiality {
  color: rgb(209, 213, 219);
  font-size: 14px;
  margin-bottom: 24px;
  text-align: center;
}
.feedback-messages-new-v3-form {
  margin-top: 24px;
}
.feedback-messages-new-v3-form label {
  color: rgb(209, 213, 219);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
.feedback-messages-new-v3-form .input input.dark-input,
.feedback-messages-new-v3-form .input textarea.dark-input,
.feedback-messages-new-v3-form input.dark-input,
.feedback-messages-new-v3-form textarea.dark-input {
  background-color: rgb(55, 65, 81) !important;
  border: 1px solid rgb(75, 85, 99) !important;
  border-radius: 8px !important;
  color: white !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
}
.feedback-messages-new-v3-form .input input.dark-input:focus,
.feedback-messages-new-v3-form .input textarea.dark-input:focus,
.feedback-messages-new-v3-form input.dark-input:focus,
.feedback-messages-new-v3-form textarea.dark-input:focus {
  outline: none !important;
  border-color: rgb(253, 186, 116) !important;
  box-shadow: 0 0 0 3px rgba(253, 186, 116, 0.1) !important;
  background-color: rgb(60, 70, 86) !important;
}
.feedback-messages-new-v3-form .input input.dark-input::placeholder,
.feedback-messages-new-v3-form .input textarea.dark-input::placeholder,
.feedback-messages-new-v3-form input.dark-input::placeholder,
.feedback-messages-new-v3-form textarea.dark-input::placeholder {
  color: rgb(156, 163, 175) !important;
}
.feedback-messages-new-v3-form textarea.dark-input {
  min-height: 120px;
  resize: vertical;
}
.feedback-messages-new-v3-form .hint {
  color: rgb(156, 163, 175);
  font-size: 13px;
  margin-top: 6px;
  display: block;
}
.feedback-messages-new-v3-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  margin-top: 32px;
}
.feedback-messages-new-v3-form .form-submit {
  padding: 14px 32px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 8px rgba(253, 186, 116, 0.2);
  letter-spacing: 0.3px;
}
.feedback-messages-new-v3-form .form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(253, 186, 116, 0.4);
  background: linear-gradient(
    180deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  );
}
.feedback-messages-new-v3-form .form-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.feedback-messages-new-v3-cancel-link {
  color: rgb(209, 213, 219);
  text-decoration: none;
  font-size: 14px;
  padding: 12px 24px;
  border: 1px solid rgb(75, 85, 99);
  border-radius: 10px;
  transition: all 0.2s ease;
}
.feedback-messages-new-v3-cancel-link:hover {
  color: white;
  border-color: rgb(107, 114, 128);
  background-color: rgba(55, 65, 81, 0.5);
}

.feedback-modal-v3-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  transition: opacity 0.3s ease;
}
.feedback-modal-v3-overlay.hidden {
  display: none !important;
}
.feedback-modal-v3-card {
  width: 90%;
  max-width: 480px;
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.5),
    0 10px 10px -5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.feedback-modal-v3-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px 24px 0;
}
.feedback-modal-v3-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(34, 197, 94, 0.2);
  border-radius: 12px;
  color: rgb(34, 197, 94);
  flex-shrink: 0;
}
.feedback-modal-v3-icon svg {
  width: 28px;
  height: 28px;
}
.feedback-modal-v3-title {
  color: rgb(253, 186, 116);
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.3px;
}
.feedback-modal-v3-body {
  padding: 20px 24px;
}
.feedback-modal-v3-text {
  color: rgb(209, 213, 219);
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.feedback-modal-v3-text:last-child {
  margin-bottom: 0;
}
.feedback-modal-v3-text--highlight {
  color: rgb(229, 231, 235);
  font-weight: 600;
}
.feedback-modal-v3-footer {
  padding: 16px 24px 24px;
  border-top: 1px solid rgba(55, 65, 81, 0.6);
}
.feedback-modal-v3-btn {
  width: 100%;
  padding: 12px 24px;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  color: white;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  box-shadow: 0 4px 12px rgba(253, 186, 116, 0.35);
  cursor: pointer;
  transition: all 0.2s ease;
}
.feedback-modal-v3-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(253, 186, 116, 0.45);
}

/* Telegram accounts */

.telegram-accounts-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 850px;
  margin: 0 auto;
}
.telegram-accounts-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.telegram-accounts-v3-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 28px;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.telegram-accounts-v3-title::before {
  content: "";
  width: 5px;
  height: 26px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.telegram-accounts-v3-form-wrapper {
  margin-top: 24px;
}
.telegram-accounts-v3-alert {
  color: rgb(239, 68, 68);
  font-size: 14px;
  margin-bottom: 20px;
  padding: 12px 16px;
  background-color: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 8px;
}
.telegram-accounts-v3-form {
  margin-top: 0;
}
.telegram-accounts-v3-table-wrapper {
  overflow-y: auto;
  max-height: 200px;
  margin-bottom: 24px;
  border-radius: 12px;
  background-color: rgba(31, 41, 55, 0.3);
  padding: 12px;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3);
}
.telegram-accounts-v3-table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: rgb(209, 213, 219);
  font-size: 14px;
  background-color: transparent;
  table-layout: auto;
}
.telegram-accounts-v3-table thead {
  background: linear-gradient(180deg, rgb(31, 41, 55) 0%, rgb(26, 32, 44) 100%);
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}
.telegram-accounts-v3-table thead th {
  padding: 12px 14px;
  text-align: left;
  font-weight: 700;
  color: rgb(249, 250, 251);
  border-bottom: 2px solid rgba(253, 186, 116, 0.2);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  white-space: normal;
  background: linear-gradient(180deg, rgb(31, 41, 55) 0%, rgb(26, 32, 44) 100%);
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.telegram-accounts-v3-table thead th:first-child {
  border-top-left-radius: 10px;
  padding-left: 16px;
}
.telegram-accounts-v3-table thead th:last-child {
  border-top-right-radius: 10px;
  padding-right: 16px;
}
.telegram-accounts-v3-table tbody td {
  padding: 12px 14px;
  color: rgb(209, 213, 219);
  transition: all 0.2s ease;
  font-size: 14px;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.telegram-accounts-v3-table tbody tr {
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
}
.telegram-accounts-v3-table tbody tr:last-child {
  border-bottom: none;
}
.telegram-accounts-v3-table tbody tr:hover {
  background: linear-gradient(
    90deg,
    rgba(253, 186, 116, 0.15) 0%,
    rgba(251, 146, 60, 0.08) 100%
  );
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.telegram-accounts-v3-table tbody tr:hover td {
  color: rgb(229, 231, 235);
}
.telegram-accounts-v3-checkbox-cell {
  text-align: center;
}
.telegram-accounts-v3-form .input.boolean {
  margin: 0;
}
.telegram-accounts-v3-form .input.boolean label {
  display: none;
}
.telegram-accounts-v3-form .input.boolean input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: rgb(253, 186, 116);
}
.telegram-accounts-v3-new-group {
  margin-top: 24px;
  margin-bottom: 24px;
}
.telegram-accounts-v3-new-group .input input.dark-input,
.telegram-accounts-v3-new-group input.dark-input {
  background-color: rgb(55, 65, 81) !important;
  border: 1px solid rgb(75, 85, 99) !important;
  border-radius: 8px !important;
  color: white !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
}
.telegram-accounts-v3-new-group .input input.dark-input:focus,
.telegram-accounts-v3-new-group input.dark-input:focus {
  outline: none !important;
  border-color: rgb(253, 186, 116) !important;
  box-shadow: 0 0 0 3px rgba(253, 186, 116, 0.1) !important;
  background-color: rgb(60, 70, 86) !important;
}
.telegram-accounts-v3-new-group .input input.dark-input::placeholder,
.telegram-accounts-v3-new-group input.dark-input::placeholder {
  color: rgb(156, 163, 175) !important;
}
.telegram-accounts-v3-hint {
  color: rgb(209, 213, 219);
  font-size: 14px;
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(55, 65, 81, 0.5);
}
.telegram-accounts-v3-hint a {
  color: rgb(253, 186, 116);
  text-decoration: none;
  margin: 0 4px;
}
.telegram-accounts-v3-hint a:hover {
  color: rgb(251, 146, 60);
  text-decoration: underline;
}
.telegram-accounts-v3-form .form-submit {
  padding: 14px 32px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 8px rgba(253, 186, 116, 0.2);
  letter-spacing: 0.3px;
  margin-top: 24px;
}
.telegram-accounts-v3-form .form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(253, 186, 116, 0.4);
  background: linear-gradient(
    180deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  );
}
.telegram-accounts-v3-form .form-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
/* Balance requests, Export payments, Display link, Merchant support form */

.balance-requests-new-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 850px;
  margin: 0 auto;
}
.balance-requests-new-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.balance-requests-new-v3-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 28px;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.balance-requests-new-v3-title::before {
  content: "";
  width: 5px;
  height: 26px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.balance-requests-new-v3-card form {
  margin-bottom: 20px;
}
.balance-requests-new-v3-card .input label {
  color: rgb(209, 213, 219);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
.balance-requests-new-v3-card .input input,
.balance-requests-new-v3-card .input select,
.balance-requests-new-v3-card .input textarea,
.balance-requests-new-v3-card input,
.balance-requests-new-v3-card select,
.balance-requests-new-v3-card textarea {
  background-color: rgb(55, 65, 81) !important;
  border: 1px solid rgb(75, 85, 99) !important;
  border-radius: 8px !important;
  color: white !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
}
.balance-requests-new-v3-card .input input:focus,
.balance-requests-new-v3-card .input select:focus,
.balance-requests-new-v3-card .input textarea:focus,
.balance-requests-new-v3-card input:focus,
.balance-requests-new-v3-card select:focus,
.balance-requests-new-v3-card textarea:focus {
  outline: none !important;
  border-color: rgb(253, 186, 116) !important;
  box-shadow: 0 0 0 3px rgba(253, 186, 116, 0.1) !important;
  background-color: rgb(60, 70, 86) !important;
}
.balance-requests-new-v3-card .input input::placeholder,
.balance-requests-new-v3-card .input textarea::placeholder,
.balance-requests-new-v3-card input::placeholder,
.balance-requests-new-v3-card textarea::placeholder {
  color: rgb(156, 163, 175) !important;
}
.balance-requests-new-v3-card .hint {
  color: rgb(156, 163, 175);
  font-size: 13px;
  margin-top: 6px;
  display: block;
}
.balance-requests-new-v3-card .form-submit {
  padding: 14px 32px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 8px rgba(253, 186, 116, 0.2);
  letter-spacing: 0.3px;
  margin-top: 24px;
}
.balance-requests-new-v3-card .form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(253, 186, 116, 0.4);
  background: linear-gradient(
    180deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  );
}
.balance-requests-new-v3-card .form-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.balance-requests-new-v3-back-link {
  margin-top: 24px;
}
.balance-requests-new-v3-back-link a {
  color: rgb(253, 186, 116);
  text-decoration: none;
  font-size: 14px;
}
.balance-requests-new-v3-back-link a:hover {
  text-decoration: underline;
}
.balance-requests-new-v3-card .alert.alert-danger {
  color: rgb(239, 68, 68);
  margin-bottom: 16px;
  padding: 12px;
  background-color: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 8px;
}
.balance-requests-new-v3-card .input div:not(.hint):not(label) {
  color: rgb(209, 213, 219);
  font-size: 14px;
  margin-bottom: 8px;
}
.balance-requests-new-v3-card .input div span {
  color: rgb(253, 186, 116);
  font-weight: 600;
}
.balance-requests-new-v3-card
  .input[data-balance-requests-target="withdrawNotice"] {
  color: rgb(226, 232, 240);
  font-size: 15px;
  line-height: 1.55;
  margin-top: 16px;
  margin-bottom: 8px;
  padding: 14px 18px;
  background-color: rgba(253, 186, 116, 0.08);
  border: 1px solid rgba(253, 186, 116, 0.25);
  border-radius: 10px;
}

.balance-requests-show-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.balance-requests-show-v3-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgb(55, 65, 81);
}
.balance-requests-show-v3-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.balance-requests-show-v3-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.balance-requests-show-v3-header-actions .form-submit,
.balance-requests-show-v3-card
  .balance-requests-show-v3-hash-form
  .form-submit {
  padding: 12px 28px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 8px rgba(253, 186, 116, 0.2);
  display: inline-block;
}
.balance-requests-show-v3-header-actions .form-submit:hover,
.balance-requests-show-v3-card
  .balance-requests-show-v3-hash-form
  .form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(253, 186, 116, 0.4);
  background: linear-gradient(
    180deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  );
}
.balance-requests-show-v3-notice {
  margin-bottom: 16px;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.balance-requests-show-v3-notice--warning {
  color: rgb(254, 226, 226);
  background-color: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.balance-requests-show-v3-errors {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.balance-requests-show-v3-error {
  color: rgb(254, 226, 226);
  font-size: 14px;
  padding: 12px 16px;
  background-color: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 8px;
}
.balance-requests-show-v3-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 24px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .balance-requests-show-v3-fields {
    grid-template-columns: 1fr 1fr;
  }
}
.balance-requests-show-v3-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.balance-requests-show-v3-field-label {
  color: rgb(156, 163, 175);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.balance-requests-show-v3-field-value {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 500;
}
.balance-requests-show-v3-copy-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: rgb(253, 186, 116);
  padding: 8px 0;
}
.balance-requests-show-v3-copy-wrap:hover {
  color: rgb(251, 146, 60);
}
.balance-requests-show-v3-copy-icon {
  width: 20px;
  height: 20px;
  opacity: 0.9;
}
.balance-requests-show-v3-transfer-block {
  margin: 24px 0;
  padding: 18px 22px;
  background-color: rgba(253, 186, 116, 0.08);
  border: 1px solid rgba(253, 186, 116, 0.25);
  border-radius: 12px;
}
.balance-requests-show-v3-transfer-label {
  color: rgb(209, 213, 219);
  font-size: 14px;
  margin-bottom: 10px;
}
.balance-requests-show-v3-transfer-address {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: rgb(253, 186, 116);
  font-size: 15px;
  font-weight: 600;
  font-family: ui-monospace, monospace;
}
.balance-requests-show-v3-transfer-address:hover {
  color: rgb(251, 146, 60);
}
.balance-requests-show-v3-transfer-address .balance-requests-show-v3-copy-icon {
  width: 18px;
  height: 18px;
}
.balance-requests-show-v3-hash-form {
  margin: 20px 0 28px;
}
.balance-requests-show-v3-hash-form .input {
  margin-bottom: 14px;
}
.balance-requests-show-v3-card .balance-requests-show-v3-hash-form label {
  color: rgb(209, 213, 219);
  font-size: 14px;
}
.balance-requests-show-v3-hash-input {
  background-color: rgb(55, 65, 81) !important;
  border: 1px solid rgb(75, 85, 99) !important;
  border-radius: 8px !important;
  color: rgb(255, 255, 255) !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  width: 100%;
  max-width: 520px;
}
.balance-requests-show-v3-hash-input:focus {
  outline: none !important;
  border-color: rgb(253, 186, 116) !important;
  box-shadow: 0 0 0 3px rgba(253, 186, 116, 0.1) !important;
}

.export-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
}
.export-v3-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.export-v3-title::before {
  content: "";
  width: 5px;
  height: 26px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
}
.export-v3-progress {
  margin-top: 16px;
}
.export-v3-progress .flex {
  color: rgb(209, 213, 219);
}
.export-v3-progress .bg-gray-400,
.export-v3-progress .dark\:bg-gray-700 {
  background-color: rgb(55, 65, 81) !important;
  border-radius: 9999px;
}
.export-v3-progress .bg-gray-300 {
  background-color: rgba(75, 85, 99, 0.6) !important;
}
.export-v3-progress a[href*="download"] .flex {
  background: linear-gradient(
    180deg,
    rgb(34, 197, 94) 0%,
    rgb(22, 163, 74) 100%
  ) !important;
  border-radius: 9999px;
  color: white !important;
}
.export-v3-progress a[href*="download"]:hover .flex {
  background: linear-gradient(
    180deg,
    rgb(22, 163, 74) 0%,
    rgb(21, 128, 61) 100%
  ) !important;
}

.display-link-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
}
.display-link-v3-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.display-link-v3-title::before {
  content: "";
  width: 5px;
  height: 26px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
}
.display-link-v3-body {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.display-link-v3-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgb(55, 65, 81);
}
.display-link-v3-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.display-link-v3-row:first-child {
  padding-top: 0;
}
.display-link-v3-label {
  flex-shrink: 0;
  width: 100px;
  color: rgb(156, 163, 175);
  font-size: 14px;
  font-weight: 500;
}
.display-link-v3-value {
  flex: 1;
  color: rgb(243, 244, 246);
  font-weight: 500;
  word-break: break-all;
}
.display-link-v3-value--with-copy {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.display-link-v3-copy-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: rgb(55, 65, 81);
  border: 1px solid rgb(75, 85, 99);
  border-radius: 10px;
  cursor: pointer;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.display-link-v3-copy-btn:hover {
  background: rgb(75, 85, 99);
  border-color: rgb(107, 114, 128);
}
.display-link-v3-copy-icon {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.merchant-support-form-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 1500px;
  margin: 0 auto;
}
.merchant-support-form-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.merchant-support-form-v3-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 28px;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.merchant-support-form-v3-title::before {
  content: "";
  width: 5px;
  height: 26px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.merchant-support-form-v3-form {
  margin-top: 0;
}
.merchant-support-form-v3-form .form-inputs {
  margin-bottom: 20px;
}
.merchant-support-form-v3-form .form-inputs label {
  color: rgb(209, 213, 219);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
.merchant-support-form-v3-form .input input.dark-input,
.merchant-support-form-v3-form .input select.dark-input,
.merchant-support-form-v3-form input.dark-input,
.merchant-support-form-v3-form select.dark-input {
  background-color: rgb(55, 65, 81) !important;
  border: 1px solid rgb(75, 85, 99) !important;
  border-radius: 8px !important;
  color: white !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
}
.merchant-support-form-v3-form .input input.dark-input:focus,
.merchant-support-form-v3-form .input select.dark-input:focus,
.merchant-support-form-v3-form input.dark-input:focus,
.merchant-support-form-v3-form select.dark-input:focus {
  outline: none !important;
  border-color: rgb(253, 186, 116) !important;
  box-shadow: 0 0 0 3px rgba(253, 186, 116, 0.1) !important;
  background-color: rgb(60, 70, 86) !important;
}
.merchant-support-form-v3-form .input input.dark-input::placeholder,
.merchant-support-form-v3-form input.dark-input::placeholder {
  color: rgb(156, 163, 175) !important;
}
.merchant-support-form-v3-form .form-actions {
  margin-top: 24px;
}
.merchant-support-form-v3-form .form-submit {
  padding: 14px 32px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 8px rgba(253, 186, 116, 0.2);
  letter-spacing: 0.3px;
}
.merchant-support-form-v3-form .form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(253, 186, 116, 0.4);
  background: linear-gradient(
    180deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  );
}
.merchant-support-form-v3-form .form-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.merchant-support-form-v3-back-link {
  margin-top: 24px;
}
.merchant-support-form-v3-back-link a {
  color: rgb(253, 186, 116);
  text-decoration: none;
  font-size: 14px;
}
.merchant-support-form-v3-back-link a:hover {
  text-decoration: underline;
}
.merchant-support-form-v3-error {
  color: rgb(239, 68, 68);
  margin-bottom: 16px;
  padding: 12px;
  background-color: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.merchant-support-form-v3-error .fa {
  flex-shrink: 0;
}
/* Processer regulations, Incoming requests, Advertisements (show + audit) */

.processer-regulations-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.processer-regulations-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.processer-regulations-v3-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 28px;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.processer-regulations-v3-title::before {
  content: "";
  width: 5px;
  height: 26px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.processer-regulations-v3-content {
  color: rgb(209, 213, 219);
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
.processer-regulations-v3-content p {
  margin-bottom: 16px;
  color: rgb(209, 213, 219);
}
.processer-regulations-v3-content h1,
.processer-regulations-v3-content h2,
.processer-regulations-v3-content h3,
.processer-regulations-v3-content h4,
.processer-regulations-v3-content h5,
.processer-regulations-v3-content h6 {
  color: white;
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
}
.processer-regulations-v3-content ul,
.processer-regulations-v3-content ol {
  margin-left: 24px;
  margin-bottom: 16px;
  color: rgb(209, 213, 219);
}
.processer-regulations-v3-content li {
  margin-bottom: 8px;
}
.processer-regulations-v3-content a {
  color: rgb(253, 186, 116);
  text-decoration: none;
}
.processer-regulations-v3-content a:hover {
  color: rgb(251, 146, 60);
  text-decoration: underline;
}
.processer-regulations-v3-content strong,
.processer-regulations-v3-content b {
  color: white;
  font-weight: 600;
}
.processer-regulations-v3-content code {
  background-color: rgba(55, 65, 81, 0.5);
  padding: 2px 6px;
  border-radius: 4px;
  color: rgb(253, 186, 116);
  font-family: "Courier New", monospace;
  font-size: 14px;
}
.processer-regulations-v3-content blockquote {
  border-left: 4px solid rgb(253, 186, 116);
  padding-left: 16px;
  margin-left: 0;
  margin-bottom: 16px;
  color: rgb(187, 191, 196);
  font-style: italic;
}
.processer-regulations-v3-content table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
.processer-regulations-v3-content table th,
.processer-regulations-v3-content table td {
  padding: 8px 12px;
  border: 1px solid rgb(55, 65, 81);
  color: rgb(209, 213, 219);
}
.processer-regulations-v3-content table th {
  background-color: rgba(55, 65, 81, 0.3);
  color: white;
  font-weight: 600;
}
.processer-regulations-v3-content table tr:hover {
  background-color: rgba(55, 65, 81, 0.2);
}

.incoming-requests-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  margin-top: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.incoming-requests-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.incoming-requests-v3-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgb(55, 65, 81);
}
.incoming-requests-v3-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.incoming-requests-v3-title::before {
  content: "";
  width: 5px;
  height: 26px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
}
.incoming-requests-v3-table-wrapper {
  overflow-x: auto;
  margin-top: 0;
  border-radius: 12px;
  background-color: rgba(31, 41, 55, 0.2);
  padding: 8px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1600px) {
  .incoming-requests-v3-table-wrapper {
    overflow-x: visible;
  }
}
.incoming-requests-v3-table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: rgb(209, 213, 219);
  font-size: 14px;
  background-color: transparent;
  table-layout: auto;
}
.incoming-requests-v3-table thead {
  background: linear-gradient(180deg, rgb(31, 41, 55) 0%, rgb(26, 32, 44) 100%);
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.incoming-requests-v3-table thead th {
  padding: 12px 14px;
  text-align: left;
  font-weight: 600;
  color: rgb(229, 231, 235);
  border-bottom: 2px solid rgb(55, 65, 81);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  white-space: normal;
  background: linear-gradient(180deg, rgb(31, 41, 55) 0%, rgb(26, 32, 44) 100%);
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.incoming-requests-v3-table thead th:first-child {
  border-top-left-radius: 8px;
  padding-left: 14px;
}
.incoming-requests-v3-table thead th:last-child {
  border-top-right-radius: 8px;
  padding-right: 14px;
}
.incoming-requests-v3-table tbody td {
  padding: 12px 14px;
  color: rgb(209, 213, 219);
  transition: all 0.2s ease;
  font-size: 13px;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.incoming-requests-v3-table tbody tr {
  border-bottom: 1px solid rgba(55, 65, 81, 0.4);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
}
.incoming-requests-v3-table tbody tr:last-child {
  border-bottom: none;
}
.incoming-requests-v3-table tbody tr:hover {
  background: linear-gradient(
    90deg,
    rgba(253, 186, 116, 0.15) 0%,
    rgba(251, 146, 60, 0.08) 100%
  );
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.incoming-requests-v3-table tbody tr:hover td {
  color: rgb(229, 231, 235);
}
.incoming-requests-v3-table tbody tr.bg-red-100 {
  background-color: rgba(239, 68, 68, 0.15) !important;
}
.incoming-requests-v3-table tbody tr.bg-red-100:hover {
  background: linear-gradient(
    90deg,
    rgba(239, 68, 68, 0.25) 0%,
    rgba(220, 38, 38, 0.15) 100%
  ) !important;
}
.incoming-requests-v3-table tbody td a {
  color: rgb(253, 186, 116);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  padding: 4px 8px;
  border-radius: 6px;
  display: inline-block;
}
.incoming-requests-v3-table tbody td a:hover {
  color: rgb(251, 146, 60);
  background-color: rgba(253, 186, 116, 0.15);
  text-decoration: none;
  transform: translateY(-1px);
}
.incoming-requests-v3-table tbody td.text-green,
.incoming-requests-v3-table tbody td .text-green {
  color: rgb(34, 197, 94) !important;
}
.incoming-requests-v3-table tbody td.font-medium,
.incoming-requests-v3-table tbody td .font-medium {
  font-weight: 500;
}
.incoming-requests-v3-table tbody td.action-link {
  text-align: center;
}
.incoming-requests-v3-table tbody td.action-link a {
  color: rgb(253, 186, 116);
  font-size: 16px;
  padding: 8px;
  border-radius: 6px;
  display: inline-block;
  transition: all 0.2s ease;
}
.incoming-requests-v3-table tbody td.action-link a:hover {
  background-color: rgba(253, 186, 116, 0.15);
  transform: translateY(-1px);
}
.incoming-requests-v3-table tbody td .icon-button-gray,
.incoming-requests-v3-table tbody td.action-link a .icon-button-gray {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  transition: all 0.2s ease;
  background-color: rgba(55, 65, 81, 0.6);
  border: 1px solid rgba(75, 85, 99, 0.5);
  color: rgb(209, 213, 219);
  font-size: 13px;
}
.incoming-requests-v3-table tbody td .icon-button-gray:hover,
.incoming-requests-v3-table tbody td.action-link a:hover .icon-button-gray {
  background-color: rgba(75, 85, 99, 0.8);
  border-color: rgba(107, 114, 128, 0.7);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.incoming-requests-v3-empty {
  text-align: center;
  padding: 80px 48px;
  color: rgb(156, 163, 175);
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(
    135deg,
    rgba(38, 41, 50, 0.5) 0%,
    rgba(35, 38, 47, 0.5) 100%
  );
  border-radius: 12px;
  border: 2px dashed rgb(55, 65, 81);
}

.advertisement-show-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.advertisement-show-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.advertisement-show-v3-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgb(55, 65, 81);
}
.advertisement-show-v3-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.advertisement-show-v3-title::before {
  content: "";
  width: 5px;
  height: 26px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.advertisement-show-v3-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.advertisement-show-v3-actions .form-submit {
  padding: 10px 24px !important;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  ) !important;
  border: none !important;
  border-radius: 10px !important;
  color: white !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 4px 8px rgba(253, 186, 116, 0.2) !important;
  letter-spacing: 0.3px !important;
  display: inline-flex !important;
  align-items: center !important;
  text-transform: none !important;
}
.advertisement-show-v3-actions .form-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(253, 186, 116, 0.4) !important;
  background: linear-gradient(
    180deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  ) !important;
}
.advertisement-show-v3-actions .form-submit:active {
  transform: translateY(0) !important;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3) !important;
}
.advertisement-show-v3-table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 0;
  border-radius: 12px;
  overflow: hidden;
  background-color: rgba(31, 41, 55, 0.2);
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.2);
}
.advertisement-show-v3-table tbody {
  display: table-row-group;
}
.advertisement-show-v3-tr {
  border-bottom: 1px solid rgba(55, 65, 81, 0.4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
  position: relative;
}
.advertisement-show-v3-tr:nth-child(even) {
  background-color: rgba(31, 41, 55, 0.15);
}
.advertisement-show-v3-tr:last-child {
  border-bottom: none;
}
.advertisement-show-v3-tr:hover {
  background: linear-gradient(
    90deg,
    rgba(253, 186, 116, 0.12) 0%,
    rgba(251, 146, 60, 0.06) 100%
  );
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: translateX(2px);
}
.advertisement-show-v3-tr:hover .advertisement-show-v3-td-label {
  background: linear-gradient(
    180deg,
    rgba(31, 41, 55, 0.5) 0%,
    rgba(26, 32, 44, 0.4) 100%
  );
  border-right-color: rgba(253, 186, 116, 0.3);
}
.advertisement-show-v3-td-label {
  padding: 16px 20px;
  color: rgb(209, 213, 219);
  font-weight: 600;
  font-size: 14px;
  width: 20%;
  vertical-align: top;
  border-right: 2px solid rgba(55, 65, 81, 0.6);
  background: linear-gradient(
    180deg,
    rgba(31, 41, 55, 0.4) 0%,
    rgba(26, 32, 44, 0.3) 100%
  );
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.advertisement-show-v3-td-label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(253, 186, 116, 0.2) 50%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}
.advertisement-show-v3-tr:hover .advertisement-show-v3-td-label::after {
  opacity: 1;
}
.advertisement-show-v3-td {
  padding: 16px 20px;
  color: rgb(209, 213, 219);
  font-size: 14px;
  line-height: 1.7;
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: top;
  background-color: transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.advertisement-show-v3-tr:hover .advertisement-show-v3-td {
  color: rgb(229, 231, 235);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.advertisement-show-v3-td a {
  color: rgb(253, 186, 116);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}
.advertisement-show-v3-td a:hover {
  color: rgb(251, 146, 60);
  background-color: rgba(253, 186, 116, 0.15);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.2);
}
.advertisement-show-v3-td.break-all {
  word-break: break-all;
  white-space: normal;
}
.advertisement-show-v3-back-link {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 2px solid rgba(55, 65, 81, 0.5);
  position: relative;
}
.advertisement-show-v3-back-link::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, rgb(253, 186, 116) 0%, transparent 100%);
}
.advertisement-show-v3-back-link a {
  color: rgb(253, 186, 116);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.advertisement-show-v3-back-link a:hover {
  color: rgb(251, 146, 60);
  text-decoration: none;
  transform: translateX(-4px);
}
.advertisement-show-v3-back-link a::before {
  content: "←";
  font-size: 16px;
  transition: transform 0.2s ease;
}
.advertisement-show-v3-back-link a:hover::before {
  transform: translateX(-4px);
}

.advertisement-audit-v3-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.advertisement-audit-v3-item {
  background: linear-gradient(
    135deg,
    rgba(31, 41, 55, 0.4) 0%,
    rgba(26, 32, 44, 0.3) 100%
  );
  border: 1px solid rgba(55, 65, 81, 0.6);
  border-radius: 10px;
  padding: 16px 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.advertisement-audit-v3-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}
.advertisement-audit-v3-item:hover {
  background: linear-gradient(
    135deg,
    rgba(31, 41, 55, 0.6) 0%,
    rgba(26, 32, 44, 0.5) 100%
  );
  border-color: rgba(253, 186, 116, 0.4);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transform: translateX(4px);
}
.advertisement-audit-v3-item:hover::before {
  opacity: 1;
}
.advertisement-audit-v3-header {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(55, 65, 81, 0.5);
}
.advertisement-audit-v3-user {
  color: white;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.advertisement-audit-v3-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
}
.advertisement-audit-v3-meta-item {
  color: rgb(187, 191, 196);
  display: flex;
  align-items: center;
  gap: 6px;
}
.advertisement-audit-v3-meta-label {
  color: rgb(156, 163, 175);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.advertisement-audit-v3-changes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.advertisement-audit-v3-change {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: rgb(209, 213, 219);
  padding: 8px 12px;
  background-color: rgba(55, 65, 81, 0.3);
  border-radius: 6px;
  border-left: 3px solid rgba(253, 186, 116, 0.3);
  transition: all 0.2s ease;
}
.advertisement-audit-v3-item:hover .advertisement-audit-v3-change {
  background-color: rgba(55, 65, 81, 0.5);
  border-left-color: rgba(253, 186, 116, 0.6);
}
.advertisement-audit-v3-change-label {
  color: rgb(187, 191, 196);
  font-weight: 600;
}
.advertisement-audit-v3-change-value {
  color: rgb(229, 231, 235);
  font-weight: 500;
}
.advertisement-audit-v3-pagination {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(55, 65, 81, 0.5);
}

.advertisements-form-v3-form {
  padding: 24px 24px 24px 32px;
  box-sizing: border-box;
}
.advertisements-form-v3-form .advertisements-form-v3-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.advertisements-form-v3-form .advertisements-form-v3-title::before {
  content: "";
  width: 5px;
  height: 26px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.advertisements-form-v3-form .border.rounded-lg {
  background: linear-gradient(
    135deg,
    rgb(38, 41, 50) 0%,
    rgb(35, 38, 47) 100%
  ) !important;
  border: 1px solid rgb(55, 65, 81) !important;
  border-radius: 16px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
}
.advertisements-form-v3-form label,
.advertisements-form-v3-form .input label {
  color: rgb(209, 213, 219) !important;
}
.advertisements-form-v3-form input:not([type="checkbox"]):not([type="radio"]),
.advertisements-form-v3-form select,
.advertisements-form-v3-form textarea,
.advertisements-form-v3-form
  .input
  input:not([type="checkbox"]):not([type="radio"]),
.advertisements-form-v3-form .input select,
.advertisements-form-v3-form .input textarea {
  background-color: rgb(55, 65, 81) !important;
  border-color: rgb(75, 85, 99) !important;
  color: white !important;
}
.advertisements-form-v3-form input:focus,
.advertisements-form-v3-form select:focus,
.advertisements-form-v3-form textarea:focus {
  border-color: rgb(253, 186, 116) !important;
  box-shadow: 0 0 0 3px rgba(253, 186, 116, 0.1) !important;
}
.advertisements-form-v3-form .alert.alert-danger {
  color: rgb(254, 226, 226);
  background-color: rgba(239, 68, 68, 0.15);
  border-color: rgba(239, 68, 68, 0.3);
}
.advertisements-form-v3-form .form-submit-adv {
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border: none;
  color: white;
}
.advertisements-form-v3-form .form-submit-adv:hover {
  background: linear-gradient(
    180deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  );
  box-shadow: 0 6px 16px rgba(253, 186, 116, 0.4);
}
.advertisements-form-v3-form .form-submit-copy-adv {
  background: transparent !important;
  border: 2px solid rgb(253, 186, 116);
  color: rgb(253, 186, 116);
}
.advertisements-form-v3-form .form-submit-copy-adv:hover {
  background: rgba(253, 186, 116, 0.15) !important;
  border-color: rgb(251, 146, 60);
  color: rgb(251, 146, 60);
  box-shadow: 0 4px 12px rgba(253, 186, 116, 0.25);
}
.advertisements-form-v3-form .back-link a {
  color: rgb(253, 186, 116);
}
.advertisements-form-v3-form .hint,
.advertisements-form-v3-form .input .hint {
  color: rgb(156, 163, 175) !important;
}
.advertisements-form-v3-form .info-link {
  color: rgb(253, 186, 116) !important;
  background-color: transparent !important;
  padding: 0.5rem 1rem !important;
  border: 1px solid rgb(253, 186, 116) !important;
  border-radius: 6px !important;
  text-decoration: none !important;
}
.advertisements-form-v3-form .info-link:hover {
  color: rgb(251, 146, 60) !important;
  border-color: rgb(251, 146, 60) !important;
  background-color: rgba(253, 186, 116, 0.15) !important;
}
.advertisements-form-v3-form input[type="checkbox"],
.advertisements-form-v3-form .toggle-switch {
  accent-color: rgb(253, 186, 116);
}
.advertisements-form-v3-form .bg-green-50,
.advertisements-form-v3-form .bg-red-50 {
  background-color: transparent !important;
}
.advertisements-form-v3-form .text-red-600 {
  color: rgb(254, 226, 226) !important;
}

.advertisements-form-v3__schedule-btn {
  align-self: flex-start;
  padding: 0.5rem 1rem;
  margin-top: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgb(253, 186, 116);
  background: transparent;
  border: 1px solid rgb(253, 186, 116);
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  box-sizing: border-box;
}
.advertisements-form-v3__schedule-btn:hover {
  background: rgba(253, 186, 116, 0.15);
  color: rgb(251, 146, 60);
  border-color: rgb(251, 146, 60);
}

.advertisements-form-v3__card--compact {
  height: fit-content;
  padding-bottom: 1rem;
}

.advertisements-schedule-v3 .advertisements-schedule-v3__content {
  margin-top: 10px;
  max-width: 90vw;
  max-height: 85vh;
  overflow: auto;
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  color: rgb(209, 213, 219);
}
.advertisements-schedule-v3__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgb(55, 65, 81);
}
.advertisements-schedule-v3__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: white;
}
.advertisements-schedule-v3__close {
  background: none;
  border: none;
  color: rgb(156, 163, 175);
  cursor: pointer;
  padding: 0.25rem;
  line-height: 1;
}
.advertisements-schedule-v3__close:hover {
  color: rgb(253, 186, 116);
}
.advertisements-schedule-v3__fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.advertisements-schedule-v3__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125rem;
}
.advertisements-schedule-v3__th {
  padding: 0.5rem 0.35rem;
  text-align: center;
  font-weight: 600;
  color: rgb(209, 213, 219);
  border: 1px solid rgb(55, 65, 81);
  background: rgba(55, 65, 81, 0.5);
}
.advertisements-schedule-v3__tr {
  border-bottom: 1px solid rgb(55, 65, 81);
}
.advertisements-schedule-v3__td {
  padding: 0.35rem;
  border: 1px solid rgb(55, 65, 81);
  color: rgb(209, 213, 219);
  text-align: center;
}
.advertisements-schedule-v3__td--time {
  text-align: right;
  font-weight: 500;
  color: rgb(229, 231, 235);
  min-width: 3rem;
}
.advertisements-schedule-v3__checkbox {
  accent-color: rgb(253, 186, 116);
  cursor: pointer;
}
/* Payment show (details, receipt, image) + Processers dashboard + Ad hotlist */

.payment-v3-back-link-wrap {
  margin-top: 24px;
}
.payment-v3-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  color: rgb(253, 186, 116);
  background: rgba(253, 186, 116, 0.1);
  border: 1px solid rgba(253, 186, 116, 0.4);
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.payment-v3-back-link:hover {
  background: rgba(253, 186, 116, 0.18);
  border-color: rgb(253, 186, 116);
  color: rgb(254, 215, 170);
}

.payment-details-v3-card.exchange-trader-finder-v3 {
  margin-top: 24px;
}
.exchange-trader-finder-v3 .payment-details-v3-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.exchange-trader-finder-v3 .payment-details-v3-title::before {
  width: 4px;
  height: 20px;
}
.exchange-trader-finder-v3-form {
  margin-bottom: 24px;
}
.exchange-trader-finder-v3-row {
  margin-bottom: 16px;
}
.exchange-trader-finder-v3-select {
  min-width: 160px;
}
.exchange-trader-finder-v3-input {
  min-width: 140px;
  max-width: 220px;
}
.exchange-trader-finder-v3-tables {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.exchange-trader-finder-v3-table-wrap {
  flex: 1;
  min-width: 280px;
  background: #232833;
  border: 1px solid rgba(55, 65, 81, 0.55);
  border-radius: 12px;
  overflow: hidden;
}
.exchange-trader-finder-v3-whitelist-title,
.exchange-trader-finder-v3-blacklist-title {
  margin: 0;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.3px;
  border-bottom: 1px solid rgba(55, 65, 81, 0.5);
}
.exchange-trader-finder-v3-whitelist-title {
  background: rgba(34, 197, 94, 0.2);
  color: rgb(134, 239, 172);
}
.exchange-trader-finder-v3-blacklist-title {
  background: rgba(239, 68, 68, 0.15);
  color: rgb(254, 202, 202);
}
.exchange-trader-finder-v3-table {
  width: 100%;
  border-collapse: collapse;
  color: rgb(209, 213, 219);
  font-size: 14px;
}
.exchange-trader-finder-v3-table th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  color: rgb(156, 163, 175);
  background: rgba(31, 41, 55, 0.6);
  border-bottom: 1px solid rgb(55, 65, 81);
}
.exchange-trader-finder-v3-table td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(55, 65, 81, 0.3);
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 230px;
}
.exchange-trader-finder-v3-table tbody tr:last-child td {
  border-bottom: none;
}
.exchange-trader-finder-v3-table tbody tr:hover {
  background: rgba(55, 65, 81, 0.25);
}

.payment-details-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.payment-details-v3-card:has(#payment-audit) {
  margin-top: 24px;
}
.payment-details-v3-card:has(#payment-audit) .payment-details-v3-title {
  font-size: 20px;
  font-weight: 700;
  color: rgb(253, 186, 116);
}
.payment-details-v3-card:has(#payment-audit) .payment-details-v3-title::before {
  width: 3px;
  height: 15px;
}
.payment-details-v3-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgb(55, 65, 81);
}
.payment-details-v3-title {
  color: white;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.payment-details-v3-header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.payment-details-v3-title::before {
  content: "";
  width: 5px;
  height: 24px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.payment-details-v3-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 12px;
  background: #232833;
  border: 1px solid rgba(55, 65, 81, 0.55);
  border-radius: 10px;
  backdrop-filter: blur(4px);
}
.payment-status-v3-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}
.payment-status-v3-badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}
.payment-status-v3-badge:hover::before {
  left: 100%;
}
.payment-status-v3-badge-success {
  background: rgb(22, 163, 74);
  color: white;
  border: 1.5px solid rgba(34, 197, 94, 0.4);
}
.payment-status-v3-badge-success:hover {
  background: rgb(21, 128, 61);
  border-color: rgba(34, 197, 94, 0.6);
  box-shadow:
    0 4px 12px rgba(22, 163, 74, 0.4),
    0 2px 4px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.payment-status-v3-badge-success:hover,
.payment-status-v3-badge-cancelled:hover,
.payment-status-v3-badge-arbitration:hover,
.payment-status-v3-badge-reason:hover {
  transform: translateY(-2px) scale(1.02);
}
.payment-status-v3-badge-cancelled {
  background: rgb(55, 65, 81);
  color: white;
  border: 1.5px solid rgba(75, 85, 99, 0.5);
}
.payment-status-v3-badge-cancelled:hover {
  background: rgb(31, 41, 55);
  border-color: rgba(75, 85, 99, 0.7);
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.4),
    0 2px 4px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.payment-status-v3-badge-arbitration {
  background: rgba(251, 146, 60, 0.2);
  color: rgb(251, 146, 60);
  border: 1.5px solid rgba(251, 146, 60, 0.4);
}
.payment-status-v3-badge-arbitration:hover {
  background: rgba(251, 146, 60, 0.3);
  border-color: rgba(251, 146, 60, 0.6);
  box-shadow:
    0 4px 12px rgba(251, 146, 60, 0.3),
    0 2px 4px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.payment-status-v3-badge-reason {
  background: rgba(239, 68, 68, 0.15);
  color: rgb(254, 202, 202);
  border: 1.5px solid rgba(239, 68, 68, 0.5);
}
.payment-status-v3-badge-reason:hover {
  background: rgba(239, 68, 68, 0.25);
  border-color: rgba(239, 68, 68, 0.7);
  box-shadow:
    0 4px 12px rgba(239, 68, 68, 0.3),
    0 2px 4px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.payment-details-v3-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
}
.payment-details-v3-toggle {
  color: rgb(156, 163, 175);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  transition: color 0.2s ease;
}
.payment-details-v3-toggle:hover {
  color: rgb(229, 231, 235);
}
.payment-details-v3-content {
  margin-top: 24px;
}
.payment-details-v3-section {
  margin-bottom: 20px;
}
.payment-details-v3-section:last-child {
  margin-bottom: 0;
}
.payment-details-v3-info-block {
  background: #232833;
  border: 1px solid rgba(55, 65, 81, 0.55);
  border-radius: 16px;
  padding: 28px;
  margin-top: 24px;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.3),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.payment-details-v3-main-section {
  margin-bottom: 0;
}
.payment-details-v3-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(55, 65, 81, 0.6);
}
.payment-details-v3-section-title,
.payment-details-v3-modal-title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgb(253, 186, 116);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.payment-details-v3-section-icon,
.payment-details-v3-modal-icon {
  width: 24px;
  height: 24px;
  color: rgb(253, 186, 116);
  flex-shrink: 0;
}
.payment-details-v3-info-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(156, 163, 175);
  background: rgba(55, 65, 81, 0.4);
  border: 1px solid rgba(75, 85, 99, 0.5);
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 14px;
  font-weight: 600;
}
.payment-details-v3-info-toggle:hover {
  color: rgb(253, 186, 116);
  background: rgba(55, 65, 81, 0.6);
  border-color: rgba(253, 186, 116, 0.4);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.payment-details-v3-info-toggle svg {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.payment-details-v3-info-toggle svg.rotate-180 {
  transform: rotate(180deg);
}
.payment-details-v3-additional-section {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 2px solid rgba(55, 65, 81, 0.6);
  animation: fadeIn 0.3s ease-in-out;
}
.payment-details-v3-additional-section.hidden {
  display: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.payment-details-v3-declined-reason {
  width: 100%;
}
.payment-details-v3-declined-reason-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 10px;
  transition: all 0.2s ease;
}
.payment-details-v3-declined-reason-content:hover {
  background: rgba(239, 68, 68, 0.15);
  border-color: rgba(239, 68, 68, 0.4);
}
.payment-details-v3-declined-reason-text {
  flex: 1;
  color: rgb(254, 202, 202);
  font-weight: 600;
  font-size: 14px;
}
.payment-details-v3-history-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(55, 65, 81, 0.5);
  border: 1px solid rgba(75, 85, 99, 0.5);
  border-radius: 8px;
  color: rgb(209, 213, 219);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.payment-details-v3-history-button:hover {
  background: rgba(55, 65, 81, 0.7);
  border-color: rgba(75, 85, 99, 0.7);
  color: rgb(229, 231, 235);
  transform: translateY(-1px);
}
.payment-details-v3-history-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.payment-details-v3-modal {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.payment-details-v3-modal.show {
  display: flex;
  opacity: 1;
}
.payment-details-v3-modal-content {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  width: 90%;
  max-width: 900px;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.5),
    0 10px 10px -5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.payment-details-v3-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 2px solid rgb(55, 65, 81);
}
.payment-details-v3-modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(55, 65, 81, 0.5);
  border: 1px solid rgba(75, 85, 99, 0.5);
  border-radius: 8px;
  color: rgb(156, 163, 175);
  cursor: pointer;
  transition: all 0.2s ease;
}
.payment-details-v3-modal-close:hover {
  background: rgba(55, 65, 81, 0.7);
  border-color: rgba(75, 85, 99, 0.7);
  color: rgb(229, 231, 235);
}
.payment-details-v3-modal-close svg {
  width: 20px;
  height: 20px;
}
.payment-details-v3-modal-body {
  padding: 24px;
  overflow-y: auto;
  flex: 1;
}
.payment-details-v3-history-table {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.payment-details-v3-history-header {
  display: grid;
  grid-template-columns: 1.5fr 2fr 1.5fr 1fr;
  gap: 16px;
  padding: 12px 16px;
  background: #232833;
  border-bottom: 2px solid rgb(55, 65, 81);
  border-radius: 8px 8px 0 0;
}
.payment-details-v3-history-header-cell {
  color: rgb(253, 186, 116);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.payment-details-v3-history-row {
  display: grid;
  grid-template-columns: 1.5fr 2fr 1.5fr 1fr;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid rgba(55, 65, 81, 0.3);
  transition: background-color 0.2s ease;
}
.payment-details-v3-history-row:hover {
  background: linear-gradient(
    90deg,
    rgba(253, 186, 116, 0.15) 0%,
    rgba(251, 146, 60, 0.08) 100%
  );
}
.payment-details-v3-history-row:last-child {
  border-bottom: none;
}
.payment-details-v3-history-cell {
  color: rgb(209, 213, 219);
  font-size: 14px;
  display: flex;
  align-items: center;
}
.payment-details-v3-history-reason {
  padding: 4px 10px;
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 6px;
  color: rgb(254, 202, 202);
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
}
.payment-details-v3-modal-footer {
  display: flex;
  justify-content: flex-end;
  padding: 20px 24px;
  border-top: 2px solid rgb(55, 65, 81);
}
.payment-details-v3-modal-button {
  padding: 10px 20px;
  background: rgba(55, 65, 81, 0.6);
  border: 1px solid rgba(75, 85, 99, 0.5);
  border-radius: 8px;
  color: rgb(209, 213, 219);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.payment-details-v3-modal-button:hover {
  background: rgba(55, 65, 81, 0.8);
  border-color: rgba(75, 85, 99, 0.7);
  color: rgb(229, 231, 235);
  transform: translateY(-1px);
}
.payment-details-v3-warning {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.4);
  border-radius: 12px;
  padding: 14px 16px;
  color: rgb(254, 202, 202);
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.payment-details-v3-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.payment-details-v3-group {
  background: #232833;
  border: 1px solid rgba(55, 65, 81, 0.55);
  border-radius: 12px;
  padding: 20px;
}
.payment-details-v3-group-content.hidden {
  display: none;
}
.payment-details-v3-group-content {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.payment-details-v3-group-content > .payment-details-v3-group {
  margin: 0;
}
.payment-details-v3-subsection {
  padding: 16px;
  background: #232833;
  border: 1px solid rgba(55, 65, 81, 0.55);
  border-radius: 10px;
  transition: all 0.2s ease;
}
.payment-details-v3-subsection:hover {
  background: linear-gradient(
    90deg,
    rgba(253, 186, 116, 0.08) 0%,
    rgba(251, 146, 60, 0.04) 100%
  );
  border-color: rgba(253, 186, 116, 0.4);
}
.payment-details-v3-subsection-title {
  color: rgb(209, 213, 219);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(55, 65, 81, 0.4);
  display: flex;
  align-items: center;
  gap: 8px;
}
.payment-details-v3-subsection-title::before {
  content: "";
  width: 3px;
  height: 15px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 2px;
}
.payment-details-v3-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 1024px) {
  .payment-details-v3-fields {
    grid-template-columns: 1fr 1fr;
    gap: 16px 20px;
  }
}
.payment-details-v3-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.payment-details-v3-field-label {
  color: rgb(156, 163, 175);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.payment-details-v3-field-value {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  word-break: break-word;
}
.payment-details-v3-field-value .badge {
  font-size: 15px;
  font-weight: 800;
  padding: 8px 16px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.3),
    0 1px 2px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: 1.5px solid;
  min-width: 40px;
  text-align: center;
  letter-spacing: 0.5px;
}
.payment-details-v3-field-value .badge.bg-green-500 {
  background: rgb(34, 197, 94) !important;
  color: white;
  border-color: rgba(34, 197, 94, 0.6);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.payment-details-v3-field-value .badge.bg-yellow-500 {
  background: rgb(234, 179, 8) !important;
  color: white;
  border-color: rgba(234, 179, 8, 0.6);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.payment-details-v3-field-value .badge.bg-orange-500 {
  background: rgb(249, 115, 22) !important;
  color: white;
  border-color: rgba(249, 115, 22, 0.6);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.payment-details-v3-field-value .badge.bg-red-600 {
  background: rgb(220, 38, 38) !important;
  color: white;
  border-color: rgba(220, 38, 38, 0.6);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.payment-details-v3-field-value a {
  color: rgb(253, 186, 116);
  text-decoration: none;
  font-weight: 700;
}
.payment-details-v3-field-value a:hover {
  color: rgb(251, 146, 60);
  text-decoration: underline;
}
.payment-details-v3-hint {
  display: block;
  color: rgb(156, 163, 175);
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
}
.payment-details-v3-status-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.payment-details-v3-inline-form {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.payment-details-v3-input {
  background-color: rgb(55, 65, 81);
  border: 1px solid rgb(75, 85, 99);
  border-radius: 8px;
  color: white;
  padding: 8px 12px;
  font-size: 14px;
  min-width: 100px;
  transition: all 0.2s ease;
}
.payment-details-v3-input:focus {
  outline: none;
  border-color: rgb(253, 186, 116);
  box-shadow: 0 0 0 3px rgba(253, 186, 116, 0.1);
  background-color: rgb(60, 70, 86);
}
.payment-details-v3-input::placeholder {
  color: rgb(156, 163, 175);
}
.payment-details-v3-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding-right: 34px;
  min-height: 36px;
  min-width: 140px;
}
.payment-details-v3-select option {
  background: rgb(55, 65, 81);
  color: white;
}
.payment-details-v3-btn {
  padding: 8px 16px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.payment-details-v3-btn:hover {
  background: linear-gradient(
    180deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  );
  box-shadow: 0 4px 12px rgba(253, 186, 116, 0.3);
  transform: translateY(-1px);
}
.payment-details-v3-rate {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.payment-details-v3-rate-main {
  color: rgb(229, 231, 235);
  font-size: 16px;
  font-weight: 700;
}
.payment-details-v3-rate-details {
  color: rgb(156, 163, 175);
  font-size: 12px;
  line-height: 1.6;
}
.payment-image-v3-section {
  margin-top: 24px;
}
.payment-image-v3-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.payment-image-v3-title {
  color: white;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.payment-image-v3-tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.payment-image-v3-tooltip-icon {
  color: rgb(156, 163, 175);
  font-size: 16px;
  cursor: help;
}
.payment-image-v3-tooltip:hover .payment-image-v3-tooltip-text {
  opacity: 1;
  visibility: visible;
}
.payment-image-v3-tooltip-text {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background: rgba(31, 41, 55, 0.95);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 8px;
  padding: 12px 16px;
  color: rgb(229, 231, 235);
  font-size: 12px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.payment-image-v3-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
@media (max-width: 768px) {
  .payment-image-v3-grid {
    grid-template-columns: 1fr;
  }
}
.payment-image-v3-add-receipt {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(55, 65, 81, 0.6);
}
.payment-receipt-v3-card {
  background: rgba(31, 41, 55, 0.35);
  border: 1px solid rgba(55, 65, 81, 0.55);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.payment-receipt-v3-card:hover {
  background: rgba(31, 41, 55, 0.5);
  border-color: rgba(253, 186, 116, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.payment-receipt-v3-form-card {
  margin-bottom: 24px;
  padding: 0;
  background: linear-gradient(135deg, #1e2229 0%, #232833 100%);
  border: 1px solid rgba(55, 65, 81, 0.6);
  border-left: 4px solid rgb(239, 68, 68);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.payment-receipt-v3-form-card:focus-within {
  border-left-color: rgb(239, 68, 68);
  box-shadow: 0 4px 20px rgba(239, 68, 68, 0.12);
}
.payment-receipt-v3-form-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: rgba(239, 68, 68, 0.06);
  border-bottom: 1px solid rgba(55, 65, 81, 0.4);
}
.payment-receipt-v3-form-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(239, 68, 68, 0.15);
  border-radius: 10px;
  color: rgb(248, 113, 113);
  flex-shrink: 0;
}
.payment-receipt-v3-form-header-text {
  color: rgb(229, 231, 235);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.payment-receipt-v3-form-header-accent {
  color: rgb(248, 113, 113);
  font-weight: 700;
  margin-left: 4px;
}
.payment-receipt-v3-form-header-icon svg {
  width: 20px;
  height: 20px;
}
.payment-receipt-v3-fields {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  grid-template-rows: auto auto;
  gap: 8px 20px;
  align-items: start;
  padding: 20px 20px 24px;
}
.payment-receipt-v3-cell-label-1,
.payment-receipt-v3-cell-label-2 {
  grid-row: 1;
}
.payment-receipt-v3-cell-label-1 {
  grid-column: 1;
}
.payment-receipt-v3-cell-label-2 {
  grid-column: 2;
}
.payment-receipt-v3-cell-input-1,
.payment-receipt-v3-cell-input-2 {
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.payment-receipt-v3-cell-input-1 {
  grid-column: 1;
}
.payment-receipt-v3-cell-input-2 {
  grid-column: 2;
}
.payment-receipt-v3-submit-wrap {
  grid-row: 2;
  grid-column: 3;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .payment-receipt-v3-fields {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 12px;
    padding: 18px 16px 20px;
  }
  .payment-receipt-v3-cell-label-1,
  .payment-receipt-v3-cell-label-2,
  .payment-receipt-v3-cell-input-1,
  .payment-receipt-v3-cell-input-2 {
    grid-row: auto;
    grid-column: 1;
  }
  .payment-receipt-v3-submit-wrap {
    grid-row: auto;
    grid-column: 1;
    justify-content: flex-start;
  }
}
.payment-receipt-v3-label {
  display: flex;
  align-items: center;
  gap: 4px;
}
.payment-receipt-v3-label-text {
  color: rgb(156, 163, 175);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0;
}
.payment-receipt-v3-required {
  color: rgb(239, 68, 68);
  font-size: 13px;
  font-weight: 600;
}
.payment-receipt-v3-error {
  color: rgb(239, 68, 68);
  font-size: 12px;
  min-height: 16px;
  margin-top: 4px;
}
.payment-receipt-v3-input,
.payment-receipt-v3-file-label {
  background-color: rgb(30, 34, 41);
  border: 1px solid rgba(75, 85, 99, 0.5);
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 14px;
  min-height: 44px;
  box-sizing: border-box;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}
.payment-receipt-v3-input {
  color: white;
  width: 100%;
  height: 44px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
  padding-right: 40px;
}
.payment-receipt-v3-input:focus {
  outline: none;
  border-color: rgba(239, 68, 68, 0.6);
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
  background-color: rgb(38, 42, 50);
}
.payment-receipt-v3-input option {
  background: rgb(38, 41, 50);
  color: white;
}
.payment-receipt-v3-file-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgb(209, 213, 219);
  font-weight: 600;
  cursor: pointer;
}
.payment-receipt-v3-file-label:hover {
  background-color: rgb(38, 42, 50);
  border-color: rgba(239, 68, 68, 0.4);
  color: rgb(229, 231, 235);
}
.payment-receipt-v3-file-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 0.85;
}
.payment-receipt-v3-file-input {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}
.payment-receipt-v3-btn {
  min-height: 44px;
  padding: 11px 20px;
  background: rgb(220, 38, 38);
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 8px rgba(220, 38, 38, 0.35);
  box-sizing: border-box;
}
.payment-receipt-v3-btn:hover:not(:disabled) {
  background: rgb(239, 68, 68);
  box-shadow: 0 4px 14px rgba(239, 68, 68, 0.4);
  transform: translateY(-1px);
}
.payment-receipt-v3-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.payment-receipt-v3-image {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(17, 24, 39, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.payment-receipt-v3-image a {
  display: block;
  width: 100%;
}
.payment-receipt-v3-image-preview {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: contain;
  display: block;
}
.payment-receipt-v3-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.payment-receipt-v3-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.payment-receipt-v3-field-inline {
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.payment-receipt-v3-field-label {
  color: rgb(156, 163, 175);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.payment-receipt-v3-field-inline .payment-receipt-v3-field-label {
  margin: 0;
}
.payment-receipt-v3-field-value {
  color: rgb(229, 231, 235);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  word-break: break-word;
}
.payment-receipt-v3-field-inline .payment-receipt-v3-field-value {
  font-size: 18px;
  line-height: 1;
}
.payment-receipt-v3-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(55, 65, 81, 0.5);
}
.payment-receipt-v3-replace {
  display: flex;
  align-items: center;
  gap: 8px;
}
.payment-receipt-v3-replace-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(55, 65, 81, 0.5);
  border: 1px solid rgba(55, 65, 81, 0.7);
  border-radius: 8px;
  color: rgb(229, 231, 235);
  font-size: 12px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.payment-receipt-v3-replace-label:hover {
  background: rgba(55, 65, 81, 0.7);
  border-color: rgba(253, 186, 116, 0.5);
}
.payment-receipt-v3-replace-icon {
  width: 18px;
  height: 18px;
}
.payment-receipt-v3-replace-text {
  font-size: 11px;
}
.payment-receipt-v3-replace-submit {
  padding: 8px 16px;
  background: linear-gradient(
    180deg,
    rgb(34, 197, 94) 0%,
    rgb(22, 163, 74) 100%
  );
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}
.payment-receipt-v3-replace-submit:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}
.payment-receipt-v3-replace-submit.hidden {
  display: none;
}
.payment-receipt-v3-delete {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: rgba(55, 65, 81, 0.5);
  border: 1px solid rgba(55, 65, 81, 0.7);
  border-radius: 8px;
  color: rgb(229, 231, 235);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-left: auto;
}
.payment-receipt-v3-delete:hover {
  background: rgba(239, 68, 68, 0.2);
  border-color: rgba(239, 68, 68, 0.5);
  color: rgb(254, 202, 202);
}
.payment-receipt-v3-delete svg {
  width: 14px;
  height: 14px;
}
.payment-receipt-v3-delete span {
  font-size: 12px;
  font-weight: 600;
}
.processers-dashboard-v3-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
.processers-dashboard-v3-header {
  margin-bottom: 8px;
}
.processers-dashboard-v3-title {
  color: white;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.processers-dashboard-v3-title::before {
  content: "";
  width: 5px;
  height: 32px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.processers-dashboard-v3-title i {
  color: rgb(253, 186, 116);
  font-size: 28px;
}
.processers-dashboard-v3-filters {
  margin-bottom: 8px;
}
.processers-dashboard-v3-common-stats {
  margin-bottom: 8px;
}
.processers-dashboard-v3-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 24px;
  width: 100%;
}
.processers-dashboard-v3-stats-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.processers-dashboard-v3-stats-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.processers-dashboard-v3-stats-header {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgb(55, 65, 81);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.processers-dashboard-v3-stats-title {
  color: white;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.processers-dashboard-v3-stats-title::before {
  content: "";
  width: 4px;
  height: 24px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.processers-dashboard-v3-stats-title i {
  color: rgb(253, 186, 116);
  font-size: 20px;
}
.processers-dashboard-v3-stats-warning {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: linear-gradient(
    135deg,
    rgba(239, 68, 68, 0.2) 0%,
    rgba(220, 38, 38, 0.15) 100%
  );
  border: 1px solid rgba(239, 68, 68, 0.4);
  border-radius: 8px;
  color: rgb(239, 68, 68);
  font-size: 13px;
  font-weight: 600;
}
.processers-dashboard-v3-stats-warning i {
  color: rgb(239, 68, 68);
}
.processers-dashboard-v3-stats-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.processers-dashboard-v3-stats-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 12px;
  border-bottom: 1px solid rgba(55, 65, 81, 0.3);
  transition: background-color 0.2s ease;
  border-radius: 6px;
  margin: 2px 0;
}
.processers-dashboard-v3-stats-item:hover {
  background-color: rgba(55, 65, 81, 0.3);
}
.processers-dashboard-v3-stats-item:last-child {
  border-bottom: none;
}
.processers-dashboard-v3-stats-item-label {
  color: rgb(209, 213, 219);
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  flex: 1;
}
.processers-dashboard-v3-stats-item-label i {
  width: 20px;
  text-align: center;
  color: rgb(156, 163, 175);
}
.processers-dashboard-v3-stats-item-value {
  color: white;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-align: right;
  min-width: 100px;
}
.processers-dashboard-v3-stats-item-value.positive {
  color: rgb(34, 197, 94);
}
.processers-dashboard-v3-stats-item-value.negative {
  color: rgb(239, 68, 68);
}
@media (max-width: 1024px) {
  .processers-dashboard-v3-stats-grid {
    grid-template-columns: 1fr;
  }
}
.service-level-agreements-v3-card {
  background: linear-gradient(135deg, rgb(38, 41, 50) 0%, rgb(35, 38, 47) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 8px 16px -4px rgba(0, 0, 0, 0.4),
    0 4px 8px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  margin-top: 0;
}
.service-level-agreements-v3-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.5),
    0 6px 12px -3px rgba(0, 0, 0, 0.4);
}
.service-level-agreements-v3-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgb(55, 65, 81);
}
.service-level-agreements-v3-title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.service-level-agreements-v3-title::before {
  content: "";
  width: 5px;
  height: 26px;
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(253, 186, 116, 0.3);
}
.service-level-agreements-v3-table-wrapper {
  overflow-x: auto;
  margin-top: 0;
  border-radius: 12px;
  background-color: rgba(31, 41, 55, 0.3);
  padding: 12px;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1600px) {
  .service-level-agreements-v3-table-wrapper {
    overflow-x: visible;
  }
}
.service-level-agreements-v3-table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: rgb(209, 213, 219);
  font-size: 14px;
  background-color: transparent;
  table-layout: auto;
}
.service-level-agreements-v3-table thead {
  background: linear-gradient(180deg, rgb(31, 41, 55) 0%, rgb(26, 32, 44) 100%);
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}
.service-level-agreements-v3-table thead th {
  padding: 14px 16px;
  text-align: center;
  font-weight: 700;
  color: rgb(249, 250, 251);
  border-bottom: 2px solid rgba(253, 186, 116, 0.2);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  white-space: normal;
  background: linear-gradient(180deg, rgb(31, 41, 55) 0%, rgb(26, 32, 44) 100%);
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.service-level-agreements-v3-table tbody td {
  padding: 14px 16px;
  color: rgb(209, 213, 219);
  transition: all 0.2s ease;
  font-size: 13px;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: center;
}
.service-level-agreements-v3-table thead th:first-child {
  border-top-left-radius: 10px;
  padding-left: 16px;
}
.service-level-agreements-v3-table thead th:last-child {
  border-top-right-radius: 10px;
  padding-right: 16px;
}
.service-level-agreements-v3-table tbody tr {
  border-bottom: 1px solid rgba(55, 65, 81, 0.5);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
}
.service-level-agreements-v3-table tbody tr:last-child {
  border-bottom: none;
}
.service-level-agreements-v3-table tbody tr:hover {
  background: linear-gradient(
    90deg,
    rgba(253, 186, 116, 0.15) 0%,
    rgba(251, 146, 60, 0.08) 100%
  );
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.service-level-agreements-v3-table tbody tr:hover td {
  color: rgb(229, 231, 235);
}
.service-level-agreements-v3-table tbody td .flex.flex-col {
  gap: 8px;
}
.service-level-agreements-v3-table tbody td .flex.flex-col .p-4 {
  padding: 4px 0;
}

.comment-content-v3-wrap {
  margin-top: 24px;
}
.comment-content-v3-card {
  background: linear-gradient(135deg, rgb(30, 33, 41) 0%, rgb(26, 29, 36) 100%);
  border: 1px solid rgba(55, 65, 81, 0.7);
  border-radius: 14px;
  padding: 0;
  overflow: hidden;
  box-shadow:
    0 8px 24px -4px rgba(0, 0, 0, 0.45),
    0 4px 12px -2px rgba(0, 0, 0, 0.3);
}
.comment-content-v3-card:focus-within {
  border-color: rgba(75, 85, 99, 0.8);
  box-shadow: 0 8px 28px -4px rgba(0, 0, 0, 0.5);
}
.comment-content-v3-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 24px 18px;
  background: rgba(253, 186, 116, 0.06);
  border-bottom: 1px solid rgba(55, 65, 81, 0.5);
}
.comment-content-v3-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(253, 186, 116, 0.18);
  border-radius: 12px;
  color: rgb(253, 186, 116);
  flex-shrink: 0;
}
.comment-content-v3-header-icon svg {
  width: 22px;
  height: 22px;
}
.comment-content-v3-title {
  color: rgb(253, 186, 116);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin: 0;
}
.comment-content-v3-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-height: 420px;
  overflow-y: auto;
  margin-bottom: 0;
  padding: 14px 20px;
}
.comment-content-v3-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  padding-left: 10px;
  border-left: 2px solid rgba(75, 85, 99, 0.5);
}
.comment-content-v3-item:last-child {
  margin-bottom: 0;
}
.comment-content-v3-author {
  color: rgb(156, 163, 175);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.comment-content-v3-bubble {
  max-width: 50%;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.45;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  color: rgb(229, 231, 235);
}
.comment-content-v3-bubble-support {
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.25) 0%,
    rgba(37, 99, 235, 0.2) 100%
  );
  border: 1px solid rgba(59, 130, 246, 0.5);
  border-left: 3px solid rgb(59, 130, 246);
}
.comment-content-v3-bubble-default {
  background: linear-gradient(135deg, #232833 0%, rgb(28, 31, 39) 100%);
  border: 1px solid rgba(55, 65, 81, 0.65);
  border-left: 3px solid rgba(253, 186, 116, 0.6);
}
.comment-content-v3-attachments {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}
.comment-content-v3-attachments-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.comment-content-v3-attachment-inner {
  padding: 6px;
  background: rgba(55, 65, 81, 0.5);
  border-radius: 6px;
}
.comment-content-v3-attachment-link {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.comment-content-v3-attachment-image {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  display: block;
}
.comment-content-v3-attachment-file {
  padding: 4px 0;
}
.comment-content-v3-attachment-file-link {
  display: inline-block;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(253, 186, 116, 0.15);
  border: 1px solid rgba(253, 186, 116, 0.4);
  border-radius: 6px;
  color: rgb(253, 186, 116);
  text-decoration: none;
  transition: all 0.2s ease;
}
.comment-content-v3-attachment-file-link:hover {
  background: rgba(253, 186, 116, 0.25);
  border-color: rgb(253, 186, 116);
  color: white;
}
.comment-content-v3-text {
  margin-top: 6px;
  color: rgb(209, 213, 219);
}
.comment-content-v3-text.simbank-comment {
  font-family: monospace;
}
.comment-content-v3-meta {
  margin-top: 6px;
  font-size: 11px;
  color: rgb(156, 163, 175);
}
.comment-content-v3-form-wrap {
  margin-top: 0;
  padding: 12px 20px 16px;
  background: rgba(17, 20, 26, 0.6);
  border-top: 2px solid rgba(55, 65, 81, 0.6);
}
.comment-content-v3-form {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: #232833;
  border: 1px solid rgba(75, 85, 99, 0.5);
  border-radius: 10px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.comment-content-v3-form:focus-within {
  border-color: rgba(253, 186, 116, 0.5);
  box-shadow: 0 0 0 3px rgba(253, 186, 116, 0.1);
}
.comment-content-v3-paperclip,
.comment-content-v3-submit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-content-v3-paperclip {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background: rgba(55, 65, 81, 0.5);
  border: 1px solid rgba(75, 85, 99, 0.4);
  border-radius: 8px;
  color: rgb(156, 163, 175);
  transition: all 0.2s ease;
  text-decoration: none;
}
.comment-content-v3-paperclip:hover {
  background: rgba(75, 85, 99, 0.6);
  border-color: rgba(253, 186, 116, 0.5);
  color: rgb(253, 186, 116);
}
.comment-content-v3-input {
  flex: 1;
  min-height: 36px;
  padding: 8px 10px;
  background: transparent;
  border: none;
  border-radius: 0;
  color: white;
  font-size: 13px;
  resize: none;
  transition: none;
  line-height: 1.4;
}
.comment-content-v3-input:focus {
  outline: none;
  box-shadow: none;
}
.comment-content-v3-input::placeholder {
  color: rgb(107, 114, 128);
}
.comment-content-v3-submit-wrap {
  flex-shrink: 0;
}
.comment-content-v3-submit {
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(253, 186, 116, 0.35);
  text-indent: -9999px;
  overflow: hidden;
  background: rgb(251, 146, 60)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 2L11 13'/%3E%3Cpath d='M22 2L15 22L11 13L2 9L22 2Z'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: 18px;
}
.comment-content-v3-submit:hover {
  background-color: rgb(253, 186, 116);
  filter: brightness(1.08);
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(253, 186, 116, 0.45);
}
.comment-content-v3-file-wrap {
  margin-top: 12px;
  padding-left: 2px;
}

.comment-content-v3-receipt-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 20px 16px;
}
.comment-content-v3-receipt-label {
  font-size: 12px;
  font-weight: 600;
  color: rgb(209, 213, 219);
}
.comment-content-v3-receipt-required {
  color: rgb(239, 68, 68);
  margin-left: 2px;
}
.comment-content-v3-receipt-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 45px;
  padding: 8px 12px;
  background: rgba(55, 65, 81, 0.5);
  border: 1px solid rgba(75, 85, 99, 0.5);
  border-radius: 10px;
  color: rgb(156, 163, 175);
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.comment-content-v3-receipt-btn:hover {
  background: rgba(75, 85, 99, 0.6);
  border-color: rgba(253, 186, 116, 0.5);
  color: rgb(253, 186, 116);
}
.comment-content-v3-receipt-btn-icon {
  width: 22px;
  height: 22px;
}
.comment-content-v3-receipt-error {
  font-size: 11px;
  color: rgb(239, 68, 68);
}
.comment-content-v3-receipt-submit-wrap {
  margin-top: 8px;
}
.comment-content-v3-receipt-submit {
  width: 100%;
  min-height: 45px;
  padding: 0 16px;
  border: none;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  color: white;
  cursor: pointer;
  background: rgb(251, 146, 60);
  transition: all 0.2s ease;
}
.comment-content-v3-receipt-submit:hover:not(:disabled) {
  background: rgb(253, 186, 116);
  filter: brightness(1.08);
}
.comment-content-v3-receipt-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.comment-content-v3-receipt-preview {
  margin-top: 16px;
}
.comment-content-v3-receipt-image-wrap {
  padding: 12px 20px 16px;
}
.comment-content-v3-receipt-image {
  max-height: 400px;
  width: auto;
  display: block;
  border-radius: 8px;
  border: 1px solid rgba(55, 65, 81, 0.5);
}

.processer-status-v3-card {
  background: linear-gradient(135deg, rgb(30, 33, 41) 0%, rgb(26, 29, 36) 100%);
  border: 1px solid rgba(55, 65, 81, 0.7);
  border-radius: 14px;
  padding: 0;
  overflow: hidden;
  box-shadow:
    0 8px 24px -4px rgba(0, 0, 0, 0.45),
    0 4px 12px -2px rgba(0, 0, 0, 0.3);
}
.processer-status-v3-card--green .processer-status-v3-header {
  background: rgba(34, 197, 94, 0.08);
}
.processer-status-v3-card--green .processer-status-v3-icon {
  background: rgba(34, 197, 94, 0.2);
  color: rgb(34, 197, 94);
}
.processer-status-v3-card--green .processer-status-v3-title {
  color: rgb(34, 197, 94);
}
.processer-status-v3-card--blue .processer-status-v3-header {
  background: rgba(59, 130, 246, 0.08);
}
.processer-status-v3-card--blue .processer-status-v3-icon {
  background: rgba(59, 130, 246, 0.2);
  color: rgb(59, 130, 246);
}
.processer-status-v3-card--blue .processer-status-v3-title {
  color: rgb(59, 130, 246);
}
.processer-status-v3-card--yellow .processer-status-v3-header {
  background: rgba(234, 179, 8, 0.1);
}
.processer-status-v3-card--yellow .processer-status-v3-icon {
  background: rgba(234, 179, 8, 0.25);
  color: rgb(234, 179, 8);
}
.processer-status-v3-card--yellow .processer-status-v3-title {
  color: rgb(234, 179, 8);
}
.processer-status-v3-card--hint .processer-status-v3-header {
  background: rgba(251, 146, 60, 0.08);
}
.processer-status-v3-card--hint .processer-status-v3-icon {
  background: rgba(251, 146, 60, 0.2);
  color: rgb(251, 146, 60);
}
.processer-status-v3-card--hint .processer-status-v3-title {
  color: rgb(253, 186, 116);
}
.processer-status-v3-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  border-bottom: 1px solid rgba(55, 65, 81, 0.5);
}
.processer-status-v3-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  flex-shrink: 0;
}
.processer-status-v3-icon svg {
  width: 24px;
  height: 24px;
}
.processer-status-v3-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin: 0;
}
.processer-status-v3-countdown {
  margin-left: 6px;
  font-weight: 800;
}
.processer-status-v3-body {
  padding: 20px 24px 24px;
}
.processer-status-v3-info {
  margin-bottom: 20px;
}
.processer-status-v3-info p {
  color: rgb(229, 231, 235);
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.5;
}
.processer-status-v3-info p:last-child {
  margin-bottom: 0;
}

.processer-payment-info-v3 {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 16px 18px;
  background: rgba(30, 34, 42, 0.85);
  border: 1px solid rgba(75, 85, 99, 0.45);
  border-radius: 12px;
  font-size: 14px;
}
.processer-payment-info-v3-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  align-items: baseline;
  gap: 12px 20px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(75, 85, 99, 0.35);
}
.processer-payment-info-v3-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.processer-payment-info-v3-row:first-child {
  padding-top: 0;
}
.processer-payment-info-v3-label {
  color: rgb(156, 163, 175);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.processer-payment-info-v3-value {
  color: rgb(243, 244, 246);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  word-break: break-word;
}
.processer-status-v3-instructions {
  margin-bottom: 20px;
  padding: 14px 16px;
  background: rgba(55, 65, 81, 0.35);
  border-radius: 10px;
  border-left: 3px solid rgba(253, 186, 116, 0.6);
}
.processer-status-v3-text {
  color: rgb(209, 213, 219);
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 10px;
}
.processer-status-v3-text:last-child {
  margin-bottom: 0;
}
.processer-status-v3-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.processer-status-v3-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.processer-status-v3-label {
  color: rgb(156, 163, 175);
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.processer-status-v3-input {
  padding: 11px 14px;
  background-color: rgb(30, 34, 41);
  border: 1px solid rgba(75, 85, 99, 0.5);
  border-radius: 10px;
  color: white;
  font-size: 14px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.processer-status-v3-input:focus {
  outline: none;
  border-color: rgba(34, 197, 94, 0.5);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.1);
}
.processer-status-v3-input::placeholder {
  color: rgb(107, 114, 128);
}
.processer-status-v3-hint {
  color: rgb(107, 114, 128);
  font-size: 12px;
  margin-top: 4px;
}
.processer-status-v3-submit-wrap {
  margin-top: 8px;
}
.processer-status-v3-btn {
  min-height: 44px;
  padding: 11px 24px;
  background: linear-gradient(
    180deg,
    rgb(34, 197, 94) 0%,
    rgb(22, 163, 74) 100%
  );
  border: 1px solid rgba(34, 197, 94, 0.4);
  border-radius: 10px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 8px rgba(34, 197, 94, 0.35);
}
.processer-status-v3-btn:hover {
  background: linear-gradient(
    180deg,
    rgb(22, 163, 74) 0%,
    rgb(21, 128, 61) 100%
  );
  box-shadow: 0 4px 14px rgba(34, 197, 94, 0.45);
  transform: translateY(-1px);
}
.processer-status-v3-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.processer-status-v3-limit-message {
  padding: 14px 16px;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  border-radius: 10px;
  color: rgb(254, 202, 202);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.processer-status-v3-filepond-wrap .filepond--root .filepond--panel-root {
  background-color: rgb(30, 34, 41);
  border: 1px solid rgba(75, 85, 99, 0.5);
  border-radius: 10px;
}
.processer-status-v3-filepond-wrap
  .filepond--root.filepond--hopper
  .filepond--panel-root {
  border-color: rgba(75, 85, 99, 0.5);
}
.processer-status-v3-filepond-wrap .filepond--root .filepond--drop-label,
.processer-status-v3-filepond-wrap .filepond--root .filepond--drop-label label {
  color: rgb(156, 163, 175);
  cursor: pointer;
}
.processer-status-v3-filepond-wrap .filepond--root .filepond--panel-center {
  border-color: rgba(75, 85, 99, 0.4);
}
.processer-status-v3-filepond-wrap .filepond--root .filepond--item-panel {
  background-color: rgba(55, 65, 81, 0.6);
  border-color: rgba(75, 85, 99, 0.5);
}
.processer-status-v3-filepond-wrap .filepond--root .filepond--file {
  color: rgb(229, 231, 235);
}
.processer-status-v3-filepond-wrap
  .filepond--root
  .filepond--file-action-button {
  color: rgb(209, 213, 219);
}
.processer-status-v3-filepond-wrap
  .filepond--root
  .filepond--file-action-button:hover {
  color: rgb(248, 113, 113);
}

.hotlist-v3-container {
  margin-bottom: 24px;
  padding: 0 24px;
}

.hotlist-v3-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 12px 16px;
  background: linear-gradient(135deg, rgb(29, 30, 38) 0%, rgb(23, 24, 32) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hotlist-v3-header-content {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.hotlist-v3-header-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(253, 186, 116, 0.4);
}

.hotlist-v3-header-icon .fa {
  color: white;
  font-size: 18px;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.hotlist-v3-header-text {
  display: flex;
}

.hotlist-v3-title {
  color: white;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 1.2;
}

.hotlist-v3-header-badge {
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  );
  color: white;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(251, 146, 60, 0.4);
}

.hotlist-v3-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 12px;
}

.hotlist-v3-payment-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.hotlist-v3-payment {
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, rgb(29, 30, 38) 0%, rgb(23, 24, 32) 100%);
  border: 1px solid rgb(55, 65, 81);
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
}

.hotlist-v3-payment-status-indicator {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  transition: all 0.3s ease;
  border-radius: 12px 0 0 12px;
}

.hotlist-v3-payment:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  border-color: rgb(75, 85, 99);
  background: linear-gradient(135deg, rgb(35, 36, 46) 0%, rgb(29, 30, 38) 100%);
}

.hotlist-v3-payment:hover .hotlist-v3-payment-status-indicator {
  width: 5px;
  box-shadow: 0 0 12px rgba(253, 186, 116, 0.5);
}

.hotlist-v3-payment-body {
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hotlist-v3-payment-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.hotlist-v3-payment-type-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.hotlist-v3-payment-type-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-shrink: 0;
}

.hotlist-v3-payment-type-icon .fa {
  font-size: 14px;
  color: white;
}

.hotlist-v3-payment-type-text {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  min-width: 0;
}

.hotlist-v3-payment-type {
  color: white;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 1.3;
  white-space: nowrap;
}

.hotlist-v3-payment-arbitration-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 6px;
  background: linear-gradient(
    135deg,
    rgb(251, 146, 60) 0%,
    rgb(249, 115, 22) 100%
  );
  color: white;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(251, 146, 60, 0.4);
}

.hotlist-v3-payment-arbitration-badge .fa {
  font-size: 8px;
}

.hotlist-v3-payment-amount {
  color: white;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.3px;
  white-space: nowrap;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.hotlist-v3-payment-details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

.hotlist-v3-payment-detail-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.hotlist-v3-payment-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 10px;
  background: rgba(55, 65, 81, 0.3);
  border: 1px solid rgba(75, 85, 99, 0.3);
  border-radius: 8px;
  transition: all 0.2s ease;
  flex: 1 1 auto;
  min-width: 100px;
  width: 100%;
  box-sizing: border-box;
}

.hotlist-v3-payment:hover .hotlist-v3-payment-detail-item {
  background: rgba(55, 65, 81, 0.5);
  border-color: rgba(75, 85, 99, 0.5);
}

.hotlist-v3-payment-detail-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(253, 186, 116, 0.15);
  border-radius: 6px;
  flex-shrink: 0;
}

.hotlist-v3-payment-detail-icon .fa {
  color: rgb(253, 186, 116);
  font-size: 11px;
}

.hotlist-v3-payment-detail-icon .hotlist-v3-receipt-icon {
  width: 12px;
  height: 12px;
  filter: brightness(0) saturate(100%) invert(77%) sepia(95%) saturate(1352%)
    hue-rotate(330deg) brightness(101%) contrast(101%);
}

.hotlist-v3-payment-detail-content {
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex: 1;
  min-width: 0;
  width: 100%;
}

.hotlist-v3-payment-detail-label {
  color: rgb(156, 163, 175);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.2;
}

.hotlist-v3-payment-detail-value {
  color: white;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  word-break: break-word;
  overflow-wrap: break-word;
}

.hotlist-v3-payment-countdown-item .hotlist-v3-payment-countdown {
  background: transparent;
  border: none;
  padding: 0;
  gap: 4px;
}

.hotlist-v3-payment-countdown {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgb(253, 186, 116);
  font-size: 11px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.hotlist-v3-payment-countdown-text {
  font-variant-numeric: tabular-nums;
}

.hotlist-v3-payment .hotlist-v3-payment-status-indicator {
  background: linear-gradient(
    180deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  box-shadow: 0 0 20px rgba(253, 186, 116, 0.5);
}

.hotlist-v3-payment .hotlist-v3-payment-type-icon {
  background: linear-gradient(
    135deg,
    rgb(253, 186, 116) 0%,
    rgb(251, 146, 60) 100%
  );
  box-shadow: 0 4px 12px rgba(253, 186, 116, 0.4);
}

.notifications-v3-block {
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: auto;
  height: auto;
  pointer-events: none;
}

.notification-v3 {
  margin-bottom: 12px;
  animation: slideIn 0.3s ease-out;
  pointer-events: auto;
  max-width: 400px;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}

.notification-v3-link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.notification-v3 .hotlist-v3-payment {
  max-width: 400px;
  width: 100%;
}
/*
 * This is a manifest file that'll be compiled into application.v3.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *












 */

@media (min-width: 320px),
  (min-width: 481px),
  (min-width: 641px),
  (min-width: 961px) {
  .show-second-block {
    display: none;
  }
}

@media (min-width: 1025px) {
  .show-second-block {
    display: block;
  }
}

@media (max-width: 2880px) {
  .h-256 {
    height: 64rem;
  }

  .h-288 {
    height: 72rem;
  }
}

@media (max-width: 1920px) {
  .h-256 {
    height: 42rem;
  }

  .h-288 {
    height: 47rem;
  }
}

.h-104 {
  height: 32rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.ml--325 {
  margin-left: -3.25rem;
}

.mx-6 {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.underline {
  text-decoration: underline;
}

.p-10 {
  padding: 2.12rem;
}

.p-48 {
  padding: 48px;
}

.p-5 {
  padding: 1.25rem;
}

.attachment-image {
  width: 26rem;
  max-height: 200px;
}

button,
input[type="submit"] {
  cursor: pointer;
}

#image {
  max-width: 300px;
}

#deposit_payment_system {
  float: left;
  width: 300px;
  border-radius: 4px;
  margin-top: 4px;
}

form[action="/requisites"] #deposit_payment_system {
  float: none;
}

label[for="deposit_payment_system"] {
  font-style: bold;
  font-size: 14px;

  margin: 6px 0px 0px 0px;
}

#withdrawal_payment_system {
  float: left;
  width: 300px;
  border-radius: 4px;
  margin-top: 4px;
}

label[for="withdrawal_payment_system"] {
  font-style: bold;
  font-size: 14px;

  margin: 6px 0px 0px 0px;
}

label[for="withdrawal_sbp_bank"] {
  font-style: bold;
  font-size: 14px;

  margin: 6px 0px 0px 0px;
}

label[for="withdrawal_card_number"] {
  font-style: bold;
  font-size: 14px;

  margin: 6px 0px 0px 0px;
}

.clear {
  clear: both;
}

.modal {
  display: none;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.7);
  top: 0;
  left: 0;
  z-index: 100;
  transition: opacity 0.3s ease;
}

.modal.show {
  opacity: 1;
  display: flex;
  justify-content: center;
}

.modal-content {
  margin-top: 10px;
  background-color: white;
  border-radius: 15px;
  width: 360px;
  color: black;
  padding: 22px 30px 16px 30px;
}

.modal-amount {
  display: flex;
  justify-content: space-between;
  margin-top: 93px;
  background-color: white;
  border-radius: 15px;
  width: 360px;
  color: black;
  padding: 10px 31px;
}

.filepond--credits {
  display: none;
}

.filepond--file-action-button.filepond--file-action-button:after {
  cursor: pointer;
}

.filepond--root {
  cursor: pointer;
}

.filepond--root .filepond--panel-root {
  background-color: #e4e4e7;
}

.filepond--root {
  height: 100%;
  width: 100%;
}

@media (min-width: 30em) {
  #withdrawal_image .filepond--item {
    width: calc(50% - 0.5em);
  }
}

@media (min-width: 50em) {
  #withdrawal_image .filepond--item {
    width: calc(33.33% - 0.5em);
  }
}

@media (min-width: 30em) {
  #new_client_comment .filepond--item {
    width: calc(50% - 0.5em);
  }
}

@media (min-width: 50em) {
  #new_client_comment .filepond--item {
    width: calc(33.33% - 0.5em);
  }
}

.simbank-comment {
  word-break: break-all;
}

.input-for-masks .input.string input,
.input-for-masks .input.text textarea,
.input-for-masks select {
  width: 400px;
}

.st-contextmenu--visible {
  display: block;
  min-width: 9.5rem;
}

.comment-textarea::-webkit-scrollbar,
#new_comment::-webkit-scrollbar,
#input_box.chat-input-block::-webkit-scrollbar,
#new_chat_message::-webkit-scrollbar,
#chat_messages::-webkit-scrollbar,
#chat_rooms::-webkit-scrollbar {
  width: 7px;
}

.comment-textarea::-webkit-scrollbar-thumb,
#new_comment::-webkit-scrollbar-thumb,
#input_box.chat-input-block::-webkit-scrollbar-thumb,
#new_chat_message::-webkit-scrollbar-thumb,
#chat_messages::-webkit-scrollbar-thumb,
#chat_rooms::-webkit-scrollbar-thumb {
  background-color: rgb(209, 213, 219);
  border-radius: 3px;
}

.comment-textarea::-webkit-scrollbar-thumb:hover,
#new_comment::-webkit-scrollbar-thumb:hover,
#input_box.chat-input-block::-webkit-scrollbar-thumb:hover,
#new_chat_message::-webkit-scrollbar-thumb:hover,
#chat_messages::-webkit-scrollbar-thumb:hover,
#chat_rooms::-webkit-scrollbar-thumb:hover {
  background-color: #a1a1a1;
}

.comment-textarea::-webkit-scrollbar-track,
#new_comment::-webkit-scrollbar-track,
#input_box.chat-input-block::-webkit-scrollbar-track,
#new_chat_message::-webkit-scrollbar-track,
#chat_messages::-webkit-scrollbar-track,
#chat_rooms::-webkit-scrollbar-track {
  background: none;
}

.comment-textarea::-moz-scrollbar,
#new_comment::-moz-scrollbar,
#input_box.chat-input-block::-moz-scrollbar,
#new_chat_message::-moz-scrollbar,
#chat_messages::-moz-scrollbar,
#chat_rooms::-moz-scrollbar {
  width: 7px;
}

.comment-textarea::-moz-scrollbar-thumb,
#new_comment::-moz-scrollbar-thumb,
#input_box.chat-input-block::-moz-scrollbar-thumb,
#new_chat_message::-moz-scrollbar-thumb,
#chat_messages::-moz-scrollbar-thumb,
#chat_rooms::-moz-scrollbar-thumb {
  background-color: rgb(209, 213, 219);
  border-radius: 3px;
}

.comment-textarea::-moz-scrollbar-thumb:hover,
#new_comment::-moz-scrollbar-thumb:hover,
#input_box.chat-input-block::-moz-scrollbar-thumb:hover,
#new_chat_message::-moz-scrollbar-thumb:hover,
#chat_messages::-moz-scrollbar-thumb:hover,
#chat_rooms::-moz-scrollbar-thumb:hover {
  background-color: #a1a1a1;
}

.comment-textarea::-moz-scrollbar-track,
#new_comment::-moz-scrollbar-track,
#input_box.chat-input-block::-moz-scrollbar-track,
#new_chat_message::-moz-scrollbar-track,
#chat_messages::-moz-scrollbar-track,
#chat_rooms::-moz-scrollbar-track {
  background: none;
}

.comment-textarea::-ms-scrollbar,
#new_comment::-ms-scrollbar,
#input_box.chat-input-block::-ms-scrollbar,
#new_chat_message::-ms-scrollbar,
#chat_messages::-ms-scrollbar,
#chat_rooms::-ms-scrollbar {
  width: 7px;
}

.comment-textarea::-ms-scrollbar-thumb,
#new_comment::-ms-scrollbar-thumb,
#input_box.chat-input-block::-ms-scrollbar-thumb,
#new_chat_message::-ms-scrollbar-thumb,
#chat_messages::-ms-scrollbar-thumb,
#chat_rooms::-ms-scrollbar-thumb {
  background-color: rgb(209, 213, 219);
  border-radius: 3px;
}

.comment-textarea::-ms-scrollbar-thumb:hover,
#new_comment::-ms-scrollbar-thumb:hover,
#input_box.chat-input-block::-ms-scrollbar-thumb:hover,
#new_chat_message::-ms-scrollbar-thumb:hover,
#chat_messages::-ms-scrollbar-thumb:hover,
#chat_rooms::-ms-scrollbar-thumb:hover {
  background-color: #a1a1a1;
}

.comment-textarea::-ms-scrollbar-track,
#new_comment::-ms-scrollbar-track,
#input_box.chat-input-block::-ms-scrollbar-track,
#new_chat_message::-ms-scrollbar-track,
#chat_messages::-ms-scrollbar-track,
#chat_rooms::-ms-scrollbar-track {
  background: none;
}

.spinner-loader {
  width: 21px;
  padding: 1px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25b09b;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

.payment-levels-warning {
  background-color: rgb(185 28 28);
  color: #ffffff;
  padding: 1rem;
  margin: 7px;
}

.bg-transparent {
  background-color: rgba(0, 0, 0, 0.5);
}

.comment-textarea[disabled] {
  color: gray;
  background-color: transparent;
  border: 1px solid gray;
  border-radius: 5px;
}

.comment-textarea {
  border: 1px solid rgb(0, 0, 0);
  border-radius: 5px;
}

.info-link {
  color: #007bc2;
  background-color: #e5fdff;
  padding: 12px 38px;
  border-radius: 4px;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.3s;
}

.info-link:hover {
  color: #0056b3;
  background-color: #99c2ff;
}

.info-links {
  display: flex;
  margin-top: 2rem;
}

.scrollable-container {
  max-height: 900px;
  overflow-y: auto;
  border: 1px solid #ddd;
  padding: 0;
}

.fixed-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #f8f9fa;
  z-index: 2;
  border-bottom: 1px solid #ddd;
}

.scrollable-container::-webkit-scrollbar {
  width: 8px;
}

.scrollable-container::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 4px;
}

.scrollable-container::-webkit-scrollbar-track {
  background-color: #f8f9fa;
}

.buy-type {
  background-color: rgb(22, 101, 52);
  color: white;
  padding: 5px;
  border-radius: 4px;
}

.sell-type {
  background-color: rgb(153, 27, 27);
  color: white;
  padding: 5px;
  border-radius: 4px;
}

.italic {
  font-style: italic;
}

.tooltip-container {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}

.tooltip-icon {
  font-size: 16px;
}

.tooltip-text {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(191, 190, 190, 0.85);
  color: black;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
  z-index: 100;
  text-align: left;
}

.tooltip-text.top-right {
  bottom: 20px;
  left: 160px;
}

.tooltip-container:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}

.tooltip-text span {
  display: block;
  margin-bottom: 5px;
}

.text-wrap {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: break-word;
}

.cursor-not-allowed-important {
  cursor: not-allowed !important;
}

.w-full-important {
  width: 100% !important;
}

.copy-button {
  width: 20px;
}
.copy-button img {
  width: 15px;
}

.ignore_cancelled_payments {
  position: absolute;
  bottom: 15px;
  margin-left: 0 !important;
}

.rotate-180 {
  transform: rotate(180deg) !important;
}

.highlight-new {
  animation: highlight-new 1s ease-out;
}

@keyframes highlight-new {
  0% {
    background-color: #057a17;
    transform: scale(1.02);
  }
  100% {
    background-color: transparent;
    transform: scale(1);
  }
}

.highlight-changed {
  animation: highlight-changed 1s ease-out;
}

@keyframes highlight-changed {
  0% {
    background-color: #ffee95;
  }
  100% {
    background-color: transparent;
  }
}

.fade-in {
  animation: fade-in 0.5s ease-in;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn-signin {
  background-color: #ff8c00;
}

.btn-signin:hover {
  background-color: #ff7f00;
}

.devise-session-alert {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #dc2626;
  color: white;
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  animation:
    slideInRight 0.3s ease-out,
    fadeOut 0.3s ease-out 3s forwards;
  max-width: 400px;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
