.SITE_LAYOUT #main-header {
  top: 0;
  width: 100%;
  background: #FFF;
  z-index: 98;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  padding: 6px 32px;
  margin-bottom: 20px;
}

.SITE_LAYOUT #main-header .d-flex {
  display: flex !important;
}

.SITE_LAYOUT #main-header p {
  margin: 0;
}

.SITE_LAYOUT #main-header p a {
  text-decoration: none;
  color: #1565D8;
}

.SITE_LAYOUT #main-header p a strong {
  color: #000;
}

.SITE_LAYOUT #main-header .ms-5 {
  margin-left: 3rem !important;
}

.SITE_LAYOUT #main-header .justify-content-between {
  justify-content: space-between !important;
}

.SITE_LAYOUT #main-header .align-items-center {
  align-items: center !important;
}

.SITE_LAYOUT #main-header .hedpartleft {
  display: inline-block;
  width: auto;
  float: left;
  padding-right: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.SITE_LAYOUT #main-header .hedpartleft a {
  display: inline-block;
}

.SITE_LAYOUT .site_page_container {
  padding: 6px 32px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .SITE_LAYOUT .site_page_container {
    padding: 6px 15px;
  }
}

/*!
 *  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(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713) format("embedded-opentype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde) 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.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.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% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

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

  100% {
    transform: rotate(359deg);
  }
}

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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: #fff;
}

/* 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;
}

body {
  font-family: "Open Sans";
}

.ant-tabs-top-bar {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: 0;
  background: #FFF;
}

.ant-btn a {
  text-decoration: none;
}

.home .ant-tabs-top-bar {
  top: 0 !important;
}

.ant-table-body {
  width: calc(100vw - 325px);
  overflow-x: scroll;
}

.list_companies.afix {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 99;
}

.ant-layout-has-sider .ant-menu-submenu .ant-menu-submenu-title span:after {
  display: none;
}

button.ant-btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ant-list-item-meta-title {
  font-weight: 700;
  margin: 0;
}

.ant-btn-background-ghost.ant-btn-primary:hover {
  background: #1890ff !important;
  color: #FFF !important;
}

.ant-table-filter-dropdown-btns {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  min-width: 120px;
}

.ant-table-filter-dropdown-btns .confirm {
  background: #1890ff;
  color: #FFF;
  padding: 2px 12px;
  border-radius: 5px;
}

.ant-table-filter-dropdown-btns .confirm:hover {
  color: #FFF;
}

div.ant-tabs {
  overflow: visible;
}

.not-required label:before {
  content: "";
}

.ant-form-item {
  display: flex;
  align-items: center;
}

.inputContainer {
  width: 100%;
}

.ant-form-item-children {
  background: #F5F5F5;
  padding: 8px 8px;
  display: flex;
}

.vehicle_year .ant-form-item-children {
  flex-direction: column;
}

.vehicle_year .ant-form-item-children small {
  line-height: 20px;
}

input[type=color] {
  width: 100%;
}

.footer-bottom {
  position: fixed;
  bottom: 0;
  width: calc(100vw - 260px);
  background: #FFF;
  height: 48px;
  box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.05);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  right: 0;
  padding: 10px 20px;
}

.search-item {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.search-item .item-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.search-item .item-bottom {
  display: flex;
}

.bg-gray-3,
.card-style-one .ant-card-head,
.ant-card-small.card-style-one .ant-card-head {
  background-color: #f5f5f5;
}

.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background: none;
}

.container-width .card .card-body {
  padding: 56px 88px;
}

/** Float label **/

.form-floating input,
.form-floating label {
  padding-left: 40px !important;
}

.form-floating .required {
  position: absolute;
  right: 18px;
  top: 18px;
}

.mb-45 {
  margin-bottom: 32px;
}

.form-floating input:focus + .required {
  display: none;
}

.form-floating .hint-description {
  display: none;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.55rem) !important;
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.55rem) !important;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.55rem) !important;
}

.error {
  color: #D90000;
}

.title-bg {
  background: #F2F2F2;
  border-radius: 8px 8px 0px 0px;
  padding: 8px 8px 8px 16px;
  margin-bottom: 24px;
}

.googleAutoAdd .ant-form-item.bladeRow {
  display: flex;
  justify-content: flex-end;
}

.googleAutoAdd .ant-form-item.bladeRow .ant-form-item-control-wrapper {
  width: 75%;
}

.ant-btn.ant-btn-danger.ant-btn-background-ghost:hover {
  color: #FFF;
  background: #E80505 !important;
}

.heading {
  margin-bottom: 16px;
  font-size: 40px;
}

.heading span {
  color: #E80505;
}

@media (min-width: 768px) {
  .heading {
    font-size: 56px;
  }
}

.title-bg h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

#footer-form #create_broker {
  color: #FFF;
  background: #de2323;
  min-width: 327px;
  padding: 12px 24px;
}

#footer-form {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #FFF;
  padding: 12px 0;
  box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

#footer-form .outter-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  padding: 0 20px;
}

.text-center {
  text-align: center;
}

#page #banner {
  background: #262626;
  min-height: 250px;
  display: flex;
  align-items: center;
  margin-bottom: 56px;
}

#page #banner h1 {
  font-size: 32px;
}

@media (min-width: 992px) {
  #page #banner h1 {
    font-size: 64px;
  }
}

#page #banner:after {
  display: none;
}

.ant-menu-overflowed-submenu {
  display: none !important;
}

.ant-card-small.card-style-one .ant-card-body {
  padding-top: 0;
}

.ant-card-small.card-style-one .ant-col {
  padding: 8px;
}

.ant-card-small.card-style-one .ant-row + .ant-row {
  border-top: 1px solid #F5F5F5;
}

.ant-card-small.card-style-one .ant-col:nth-child(even) {
  text-align: right;
}

.ant-card-small.card-style-one .ant-card-head {
  padding: 0 16px;
}

.ant-card-small.card-style-one .ant-card-head .ant-dropdown-link .ant-btn {
  background-color: transparent;
}

.bg-warning {
  color: #FADB14 !important;
  border-color: #FADB14 !important;
}

.m-0 {
  margin: 0;
}

.ant-modal-body .ant-card-head {
  background: whitesmoke;
}

.ant-radio-inner::after {
  width: 12px;
  height: 12px;
}

.ant-radio-inner {
  width: 20px;
  height: 20px;
}

button.ant-btn-danger {
  background: #E80505;
}

.ant-menu .block__left {
  overflow: hidden;
  cursor: pointer;
  padding: 24px;
  transition: 0.3s;
}

.ant-menu .block__left:hover {
  background: #F5F5F5;
}

.ant-menu .block__left:hover p {
  background: #F5F5F5;
}

.ant-menu .block__left:hover path {
  fill: #262626;
}

.ant-menu .block__left p {
  text-transform: uppercase;
  padding: 8px 24px;
  display: block;
  font-weight: 600;
  margin: 0;
  transition: 0.3s;
}

.ant-menu .block__left p svg {
  margin-left: 10px;
}

.ant-menu .block__left.active-menu {
  background: #F5222D;
  transition: 0.3s;
}

.ant-menu .block__left.active-menu p {
  background: #F5222D;
  color: #FFF;
}

.ant-menu-submenu {
  margin-left: 15px;
}

.ant-menu-submenu .ant-menu-submenu-title {
  font-size: 16px;
  color: #262626;
}

.ant-menu-submenu.mega-menu .ant-menu-vertical.ant-menu-sub {
  padding: 0;
}

.ant-menu-submenu .ant-menu-vertical.ant-menu-sub {
  min-width: 300px;
  padding: 18px;
}

.ant-menu-submenu .ant-menu-vertical.ant-menu-sub a {
  color: #262626;
  padding: 2px 8px !important;
}

.ant-menu-submenu .ant-menu-vertical.ant-menu-sub a:hover {
  color: #262626;
  background: #F5F5F5;
}

.ant-menu-submenu .ant-menu-submenu-title span {
  position: relative;
}

.ant-menu-submenu .ant-menu-submenu-title span:after {
  content: "";
  background: url("/img/arrow-down.svg") no-repeat;
  width: 16px;
  height: 6px;
  display: block;
  position: absolute;
  right: -23px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ant-menu-submenu .ant-menu-vertical.ant-menu-sub > .ant-menu-item {
  height: auto;
  line-height: 40px;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.ant-menu-submenu .ant-menu-vertical.ant-menu-sub > .ant-menu-item p {
  margin: 0;
  margin-top: -18px;
  margin-bottom: 10px;
}

.ant-menu-submenu .ant-menu-vertical.ant-menu-sub > .ant-menu-item:last-child.ant-menu-item-selected,
.ant-menu-submenu .ant-menu-vertical.ant-menu-sub > .ant-menu-item:last-child.ant-menu-item-active {
  cursor: default;
  background: none;
  color: #3B5266;
}

.ant-menu-submenu .ant-menu-vertical.ant-menu-sub > .ant-menu-item button {
  width: 100%;
  padding: 8px;
  height: auto;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.ant-menu-submenu .ant-menu-vertical.ant-menu-sub > .ant-menu-item button.ant-btn-background-ghost {
  border: 2px solid #E80505;
  margin-top: 0;
}

.ant-menu-submenu .ant-menu-vertical.ant-menu-sub > .ant-menu-item button.ant-btn-background-ghost:hover {
  background: #E80505;
  color: #FFF;
}

.payments-cards {
  display: flex;
  align-items: center;
}

.payments-cards p {
  margin: 0;
}

.credit-cards {
  margin-left: 10px;
  display: flex;
  padding: 0;
  margin-bottom: 0;
}

.credit-cards li {
  list-style: none;
}

.credit-cards li + li {
  margin-left: 5px;
}

.credit-cards li img {
  width: 30px;
}

.card-style-one .ant-card-body {
  padding-top: 0;
  padding-bottom: 6px;
}

.card-style-one .ant-form-item {
  margin-bottom: 0;
}

.card-style-one .ant-col {
  padding: 8px;
}

.card-style-one .ant-col + .ant-col {
  padding-left: 0;
}

.card-style-one .ant-row + .ant-row {
  border-top: 1px solid #F5F5F5;
}

.card-style-one .ant-col:nth-child(even) {
  text-align: right;
}

.card-style-one .ant-card-head {
  padding: 0 16px;
}

.card-style-one .ant-card-head .ant-dropdown-link .ant-btn {
  background-color: transparent;
}

.bg-warning {
  color: #FADB14 !important;
  border-color: #FADB14 !important;
}

.ant-modal-body .ant-card-head {
  background: whitesmoke;
}

.ant-radio-inner::after {
  width: 12px;
  height: 12px;
}

.ant-radio-inner {
  width: 20px;
  height: 20px;
}

button.ant-btn-danger {
  background: #E80505;
}

button.lg-btn {
  padding: 8px 16px;
  font-size: 16px;
  height: auto;
}

.ant-menu-submenu {
  margin-left: 15px;
}

.ant-menu-submenu .ant-menu-submenu-title {
  font-size: 16px;
  color: #262626;
}

.ant-menu-submenu .ant-menu-vertical.ant-menu-sub {
  min-width: 300px;
}

.ant-menu-submenu .ant-menu-submenu-title span {
  position: relative;
}

.ant-menu-submenu .ant-menu-submenu-title span:after {
  content: "";
  background: url("/img/arrow-down.svg") no-repeat;
  width: 16px;
  height: 6px;
  display: block;
  position: absolute;
  right: -23px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ant-menu-submenu .ant-menu-vertical.ant-menu-sub > .ant-menu-item {
  height: auto;
  line-height: 40px;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.ant-menu-submenu .ant-menu-vertical.ant-menu-sub > .ant-menu-item p {
  margin: 0;
  margin-top: -18px;
  margin-bottom: 10px;
}

.ant-menu-submenu .ant-menu-vertical.ant-menu-sub > .ant-menu-item:last-child.ant-menu-item-selected,
.ant-menu-submenu .ant-menu-vertical.ant-menu-sub > .ant-menu-item:last-child.ant-menu-item-active {
  cursor: default;
  background: none;
  color: #3B5266;
}

.ant-menu-submenu .ant-menu-vertical.ant-menu-sub > .ant-menu-item button {
  width: 100%;
  padding: 8px;
  height: auto;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.ant-menu-submenu .ant-menu-vertical.ant-menu-sub > .ant-menu-item button.ant-btn-background-ghost {
  border: 2px solid #E80505;
  margin-top: 0;
}

.ant-menu-submenu .ant-menu-vertical.ant-menu-sub > .ant-menu-item button.ant-btn-background-ghost:hover {
  background: #E80505;
  color: #FFF;
}

.row_clock {
  position: relative;
  padding-left: 22px;
}

.row_clock .fa {
  position: absolute;
  top: -1px;
  left: 0px;
}

.row_clock .holiday_row {
  width: 100%;
  display: flex;
  margin-bottom: 5px;
}

.row_clock .name_row {
  display: flex;
  flex-direction: column;
}

.row_clock .name_w {
  font-weight: 500;
  margin-right: 5px;
}

.row_clock .v__w {
  font-weight: 400;
}

.google_map_time_period {
  position: relative;
  padding-left: 21px;
}

.google_map_time_period .gmtp_box {
  display: flex;
  flex-direction: column;
}

.google_map_time_period .gmtp_box .gmtp_row {
  width: 100%;
  display: flex;
  margin-bottom: 5px;
}

.phone_mmgc .name_row {
  font-size: 14px !important;
  font-weight: 500;
  color: #111;
}

.text-left {
  text-align: left !important;
}

/*
.MEMBER_FORM_OUTER{
  .ant-steps-dot div.ant-steps-item-content{
    width: 240px;
  }
  .ant-steps-dot div.ant-steps-item-icon{
    margin-left: 117px;
  }
  .ant-steps-dot div.ant-steps-item-tail::after{
    margin-left: 60px;
  }
}
*/

.rewards-slider .slick-dots {
  bottom: -50px;
}

.rewards-slider .slick-dots .slick-active button:before {
  color: #F5222D;
}

.rewards-slider .slick-dots button:before {
  font-size: 12px;
}

.MEMBER_FORM_OUTER2 .ant-steps-item-title {
  font-size: 14px;
  font-weight: 600;
}

/** DASHBOARD **/

aside .ant-menu {
  padding-top: 8px;
}

.ant-table-body .ant-badge-count {
  left: 0;
  right: auto;
  top: -22px;
  font-size: 10px;
  transform: none;
}

aside .ant-menu-submenu .ant-menu-submenu-title,
aside .ant-menu-dark .ant-menu-item,
aside .ant-menu-dark .ant-menu-item > a {
  color: #F0F0F0;
}

aside .ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #001529;
}

#components-layout-demo-top-side-2 header {
  padding-left: 20px;
}

#components-layout-demo-top-side-2 header .flex-item {
  display: flex;
  align-items: center;
}

#components-layout-demo-top-side-2 header .logo {
  width: 210px;
  margin-right: 20px;
  margin-left: 0;
}

#components-layout-demo-top-side-2 header .logo img {
  max-width: 100%;
  max-height: 64px;
}

div.container {
  padding-left: 15px;
  padding-right: 15px;
}

header.ant-layout-header {
  background: #FFF;
}

header.ant-layout-header .ant-menu span {
  font-weight: 600;
}

header.ant-layout-header .logo {
  margin: 0;
  float: none;
  width: auto;
  height: auto;
}

header.ant-layout-header .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.ant-btn-danger {
  background: #F5222D;
  border-radius: 2px;
}

.ant-menu.ant-menu-horizontal {
  border: none;
  background: none;
}

.more-button {
  margin-top: 34px;
}

.home {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

.home h2 {
  font: 700 32px/44px "Red Hat Display";
}

@media (min-width: 768px) {
  .home h2 {
    font-size: 56px;
    line-height: 64px;
  }
}

.home p {
  color: #262626;
}

.home #banner {
  margin-top: 64px;
  position: relative;
}

.home #banner h1 {
  color: #FFF;
  margin-bottom: 32px;
  font: italic 900 32px/40px "Red Hat Display";
}

@media (min-width: 992px) {
  .home #banner h1 {
    font-size: 64px;
    line-height: 80px;
  }
}

.home #banner button {
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 2px;
  text-shadow: none;
  font-size: 16px;
  height: auto;
}

.home #banner p {
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .home #banner p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}

.home #banner p span {
  font-size: 38px;
  font-weight: 700;
}

.home #banner p.small {
  margin-top: 40px;
  font-size: 14px;
  line-height: 16px;
}

.home #banner .lowest-price {
  margin: 24px 0;
}

.home #banner .scroll {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  margin: auto;
  justify-content: center;
  color: #D9D9D9;
  font-size: 14px;
  align-items: center;
  display: none;
}

@media (min-width: 768px) {
  .home #banner .scroll {
    display: flex;
  }
}

.home #banner .scroll i {
  margin-left: 10px;
}

.home #banner:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home #banner img {
  max-height: 820px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  min-height: 590px;
}

.home #banner .card-img-overlay {
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0;
}

.home h3 {
  font-size: 32px;
  font-weight: 700;
}

.home .ant-tabs-ink-bar {
  display: none !important;
}

.home .ant-tabs {
  font-size: 16px;
  color: #3E3D4A;
}

.home .ant-tabs-content img {
  margin-bottom: 16px;
}

.home .ant-tabs-nav {
  width: 100%;
  background: #F9F9F9;
  padding: 16px;
  border-radius: 8px;
}

.home .ant-tabs-nav > div {
  border-radius: 75px;
  background: #FFF;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.home .ant-tabs-nav .ant-tabs-tab {
  font-size: 16px;
  margin: 0;
  padding: 0 50px;
  line-height: 44px;
}

.home .ant-tabs-nav .ant-tabs-tab-active {
  background: #232728;
  color: #FFF;
  border-radius: 57px;
  font-weight: 700;
}

.home .ant-tabs-nav .ant-tabs-tab-active.ant-tabs-tab:hover {
  color: #FFF;
}

.home .ant-tabs-nav .ant-tabs-tab:hover {
  color: #E80505;
}

.home .overlay-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.home .overlay-card img {
  min-height: 350px;
  height: 30vw;
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.home .overlay-card:after {
  content: "";
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home .membership-form-table-OUTER {
  margin-top: 50px;
}

.home #contact-footer {
  padding-top: 80px;
}

.home #contact-list li {
  display: flex;
  margin-bottom: 32px;
}

.home #contact-list li:last-child {
  margin-bottom: 0;
}

.home #contact-list h5 {
  font-weight: 600;
  margin-bottom: 6px;
}

.home #contact-list a {
  color: #54535E;
}

.home #contact-list p {
  margin: 0;
  font-weight: 600;
}

.home #contact-list img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  filter: drop-shadow(0px 22px 100px rgba(0, 0, 0, 0.05)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035));
}

@media (min-width: 768px) {
  .home #contact-list img {
    width: 56px;
    height: 56px;
  }
}

.home #contact-list .right-block {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.home #contact-form {
  background: #FFFFFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 24px;
}

.home #contact-form h5 {
  font-size: 24px;
  font-weight: 600;
}

.home #contact-form .ant-form-item-label {
  padding: 0;
}

.home #contact-form .ant-input,
.home #contact-form .ant-select-selection--single {
  height: 40px;
}

.home #contact-form .ant-select-selection__rendered {
  line-height: 40px;
}

.home #contact-form textarea.ant-input {
  height: 100px;
}

.home #contact-form .ant-form-item {
  padding: 0;
}

.home #contact-form .ant-form-item:last-child {
  margin-bottom: 0;
}

.home #contact-form .ant-form-item:last-child .ant-form-item-children {
  justify-content: flex-end;
}

.home #contact-form .ant-form-item-children {
  background: none;
  padding: 0;
}

.home #contact-form button {
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 2px;
  text-shadow: none;
  font-size: 16px;
  height: auto;
}

.home #support {
  margin: 32px 0;
}

.home #support button {
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 2px;
  text-shadow: none;
  font-size: 16px;
  height: auto;
}

@media (min-width: 768px) {
  .home #support {
    margin: 54px 0;
  }
}

.home #support img {
  border-radius: 16px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}

@media (min-width: 768px) {
  .home #support img {
    display: block;
  }
}

.home #support h5 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.home #support button {
  margin-top: 32px;
}

.home #support .block {
  display: flex;
  align-items: flex-start;
}

.home #support .block img {
  margin-right: 10px;
  margin-top: 2px;
  display: block;
}

.home #support p {
  margin: 0;
}

.home #support p + p {
  margin-bottom: 16px;
}

.home #support .main-container {
  margin-top: 40px;
}

.home .subtitle {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .home .subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}

.home .membership-slider .slick-track {
  display: flex !important;
  margin: auto;
}

.home .membership-slider .slick-slide {
  height: inherit !important;
  margin: 0;
  padding-bottom: 20px;
}

.home .membership-slider .slick-slide > div {
  height: 100%;
}

.home .membership-slider .slick-arrow:before {
  position: absolute;
  top: 2px;
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-left: 3px solid #F5222D;
  border-top: 3px solid #F5222D;
  left: 0;
  right: 0;
}

.home .membership-slider .slick-prev:before {
  transform: rotate(-45deg);
}

.home .membership-slider .slick-next:before {
  transform: rotate(135deg);
}

.home #rewards {
  background: #F5F5F5;
  padding: 32px 0;
}

.home #rewards button {
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 2px;
  text-shadow: none;
  font-size: 14px;
  height: auto;
}

@media (min-width: 768px) {
  .home #rewards button {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .home #rewards {
    padding: 54px 0;
  }
}

.home #rewards .img-block {
  height: 100%;
  padding-bottom: 65px;
  display: none;
}

@media (min-width: 768px) {
  .home #rewards .img-block {
    display: block;
  }
}

.home #rewards .ant-card {
  border-radius: 16px;
  border: none;
  height: 100%;
  cursor: pointer;
  transition: 0.3s;
}

.home #rewards .ant-card:hover {
  background: #D9D9D9;
}

.home #rewards .ant-card.active {
  background: #F5222D;
}

.home #rewards .ant-card.active * {
  color: #FFF;
}

.home #rewards .ant-card p {
  margin-bottom: 0;
}

.home #rewards .ant-card p + p {
  margin-top: 16px;
}

.home #rewards h5 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}

.home #rewards img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.home #rewards .main-container {
  margin-bottom: 24px;
}

.home #vehicle_types {
  padding-bottom: 76px;
}

.home #vehicle_types .full-width {
  padding: 0;
}

@media (min-width: 768px) {
  .home #vehicle_types .full-width {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .home #vehicle_types {
    padding-bottom: 56px;
  }
}

.home #vehicle_types .vehicle_type_cards {
  display: none;
}

@media (min-width: 768px) {
  .home #vehicle_types .vehicle_type_cards {
    display: flex;
  }
}

@media (min-width: 768px) {
  .home #vehicle_types .slick-slider {
    display: none;
  }
}

.home #vehicle_types .slick-dots {
  bottom: -40px;
}

.home #vehicle_types .slick-dots .slick-active button:before {
  color: #F5222D;
}

.home #vehicle_types .slick-dots button:before {
  font-size: 12px;
}

.home #vehicle_types .ant-card-body {
  padding: 0;
}

.home #vehicle_types .ant-card {
  transition: 0.3s;
  cursor: pointer;
}

.home #vehicle_types .ant-card:hover .overlay-card--mouseout {
  opacity: 0;
  transform: translateY(-50%) scale(1.1);
}

.home #vehicle_types .ant-card:hover .overlay-card--mouseon {
  opacity: 1;
  transform: translate(0, 0);
}

.home #vehicle_types .ant-card:hover .more {
  background: #F5222D;
  color: #fff;
  right: 50%;
  transform: translateX(50%);
  opacity: 1;
}

@media (min-width: 768px) {
  .home #vehicle_types {
    padding: 54px 0;
  }
}

.home #vehicle_types .card-img-overlay {
  position: absolute;
  color: #FFF;
  top: auto;
  left: 32px;
  bottom: 24px;
  padding: 0;
  padding-right: 56px;
  transition: 0.3s ease-out;
  transition-property: opacity, transform;
}

@media (min-width: 768px) {
  .home #vehicle_types .card-img-overlay {
    left: 56px;
  }
}

.home #vehicle_types .card-img-overlay h3 {
  color: #FFF;
  transition: 0.3s;
}

.home #vehicle_types .card-img-overlay p {
  transition: 0.3s;
  color: #FFF;
  padding-right: 90px;
}

.home #vehicle_types .overlay-card--mouseout {
  transform-origin: bottom left;
  opacity: 1;
  transform: translateY(0%) scale(1);
}

.home #vehicle_types .overlay-card--mouseon {
  bottom: 96px;
  text-align: center;
  opacity: 0;
  transform: translate(-20px, 50%);
}

.home #vehicle_types .overlay-card--mouseon h3 {
  font-size: 40px;
  font-weight: 800;
}

.home #vehicle_types .overlay-card--mouseon p {
  font-size: 20px;
  padding-right: 0;
}

.home #vehicle_types .more {
  position: absolute;
  color: #F5222D;
  right: 32px;
  bottom: 32px;
  border-radius: 2px;
  padding: 8px 16px;
  transition: 0.3s ease-out;
  opacity: 0;
  text-decoration: none;
}

.home #blog {
  background: #F5F5F5;
  padding: 32px 0;
}

@media (min-width: 768px) {
  .home #blog {
    padding: 54px 0;
  }
}

.home #blog .ant-card {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
  border-radius: 16px;
  overflow: hidden;
}

.home #blog .ant-card img {
  width: 100%;
}

.home #blog .ant-card .block {
  padding: 24px;
}

.home #blog .ant-card .block h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.home #blog .ant-card .block .more {
  color: #FF4D4F;
  font-weight: 700;
}

.home #blog .ant-card-body {
  padding: 0;
}

.home #faq .ant-collapse-header {
  background: none;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  padding: 16px 0;
}

.home #faq .ant-collapse {
  background: none;
}

.home #faq .ant-collapse-content-box {
  padding: 0 0 16px;
  font-size: 16px;
  color: #262626;
}

.home #faq .ant-collapse-content-box p {
  margin: 0;
}

.home #faq .ant-collapse-content-box p + p {
  margin-bottom: 16px;
}

.home #faq .subtitle {
  margin: 0;
}

.home #memberships {
  background: #F5F5F5;
  padding: 32px 0;
}

.home #memberships .showMembershipsMobile .membership-slider {
  display: none;
}

@media (min-width: 992px) {
  .home #memberships .showMembershipsMobile .membership-slider {
    display: block;
  }
}

.home #memberships .showMembershipsMobile .membership-columns {
  display: flex;
}

@media (min-width: 992px) {
  .home #memberships .showMembershipsMobile .membership-columns {
    display: none;
  }
}

.home #memberships button {
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 2px;
  text-shadow: none;
  font-size: 16px;
  height: auto;
}

@media (min-width: 768px) {
  .home #memberships {
    padding: 54px 0;
  }
}

.home #memberships .card-placeholder {
  width: 100%;
}

.home #memberships .ant-card {
  height: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  text-align: center;
}

.home #memberships .ant-card h4 {
  font-weight: 700;
}

.home #memberships .ant-card-body {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home #memberships .ant-card-footer {
  padding: 36px 0 24px;
  position: relative;
}

.home #memberships .ant-card-footer:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #D9D9D9;
  position: absolute;
  display: block;
  top: 0;
}

.home #memberships .ant-card-footer button {
  margin-top: 16px;
}

.home #memberships .card-content {
  padding-bottom: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home #memberships .card-content img {
  width: 53%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .home #memberships .card-content img {
    width: 80%;
  }
}

.home #memberships .card-content .link {
  margin-top: auto;
  cursor: pointer;
  color: #1890FF;
}

.home #memberships .memberships-cards-footer {
  margin-top: 40px;
}

.home #memberships .memberships-cards-footer small {
  color: #262626;
}

.home #memberships .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 0 10px;
}

.home #memberships .block h4 {
  font-size: 24px;
  font-weight: 700;
}

.home #memberships .block button {
  background: none;
  font-weight: 700;
  color: #262626;
}

.home #memberships .icons {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 24px auto;
  align-items: center;
  padding: 0;
}

.home #memberships .icons img {
  width: 100%;
}

.home #memberships .icons li + li {
  margin-left: 15px;
}

.home #testimonials {
  padding-bottom: 76px;
}

@media (min-width: 768px) {
  .home #testimonials {
    padding-bottom: 56px;
  }
}

.home #testimonials .slick-dots {
  bottom: -40px;
}

.home #testimonials .slick-dots .slick-active button:before {
  color: #F5222D;
}

.home #testimonials .slick-dots button:before {
  font-size: 12px;
}

.home button.ant-btn-danger a:hover {
  color: #FFF;
}

.pb-0 {
  padding-bottom: 0;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX
 */

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */

.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */

.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */

.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spin
 */

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */

.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */

.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */

.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */

.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

button.ant-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

button.ant-btn .anticon {
  display: flex;
}

.fix_label_global .ant-form-item-label label {
  display: flex;
  white-space: normal;
  min-height: 47px;
  line-height: 18px;
  align-items: center;
  text-align: right;
  position: relative;
  justify-content: flex-end;
}

.flex-right {
  justify-content: flex-end;
  text-align: right;
}

button a {
  color: inherit;
}

.red_a_model .ant-input {
  background-color: #dfffe0 !important;
}

.red_a_model .ant-input-number {
  background-color: #dfffe0 !important;
}

.invoice_row_global {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
  width: 100%;
}

.invoice_row_global .invoice_row_inner {
  border-bottom: 1px solid #F5F5F5;
  display: flex;
  width: 100%;
  padding: 14px 0px;
}

.invoice_row_global .invoice_row_inner.column {
  flex-direction: column;
}

.invoice_row_global .invoice_row_inner2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.invoice_row_global .ir_left {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
  width: 50%;
  align-items: center;
  display: flex;
}

.invoice_row_global .ir_right {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #262626;
  width: 50%;
}

.card_sum_global .ant-card-body {
  padding: 0px;
}

.relative_bar .ant-tabs-bar {
  position: relative !important;
  z-index: 1 !important;
}

#components-layout-demo-top-side-2 header {
  z-index: 111;
}

.SUMMARY_OUTER .ant-card-head {
  background: #F5F5F5;
}

.SUMMARY_OUTER .invoice_row {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
  width: 100%;
}

.SUMMARY_OUTER .invoice_row .invoice_row_inner {
  border-bottom: 1px solid #F5F5F5;
  display: flex;
  width: 100%;
  padding: 14px 0px;
}

.SUMMARY_OUTER .invoice_row .invoice_row_inner.column {
  flex-direction: column;
}

.SUMMARY_OUTER .invoice_row .invoice_row_inner2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.SUMMARY_OUTER .invoice_row .ir_left {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
  width: 50%;
  align-items: center;
  display: flex;
}

.SUMMARY_OUTER .invoice_row .ir_right {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #262626;
  width: 50%;
}

.SUMMARY_OUTER .invoice_row:last-child .invoice_row_inner {
  border-bottom: 0px;
}

.SUMMARY_OUTER .card_sum {
  margin-bottom: 16px;
}

.SUMMARY_OUTER .card_sum .ant-card-body {
  padding: 0px;
}

.SUMMARY_OUTER .service_comment {
  color: #aaa;
  margin-left: 0px;
  font-size: 12px;
  margin-top: 5px;
}

.SUMMARY_OUTER .margin_price {
  color: #f5222d;
  margin-left: 7px;
}

.SUMMARY_OUTER .margin_percent {
  color: #f5222d;
  margin-left: 5px;
}

.grey_title .ant-card-head {
  background: #F5F5F5;
}

.restore_color {
  background: orange !important;
  border: 1px solid orange !important;
}

.flex_btn_rest {
  display: flex;
  flex-direction: column;
  position: relative;
}

#card .ant-form-item-children {
  background: none;
  padding: 0;
}

#card .ant-form-item-children input {
  height: 40px;
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 768px) {
  #card .ant-form-item-children input {
    height: 56px;
  }
}

#card button {
  background: #1890FF;
  color: #FFF;
  height: 40px;
  width: 100%;
  font-size: 16px;
  border: none;
  margin-top: 16px;
}

@media (min-width: 768px) {
  #card button {
    height: 56px;
  }
}

.fix_order_summary_small.order_summary_ouerv2 {
  border: 1px solid #D9D9D9;
  padding: 20px 18px !important;
}

.fix_order_summary_small.order_summary_ouerv2 .title {
  margin: -20px -17px 20px !important;
}

.CHAT_ROOM_OUTER {
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  width: 350px;
  background-color: #fff;
  height: 500px;
}

.CHAT_ROOM_OUTER .header_c {
  border-bottom: 1px solid #F0F0F0;
}

.CHAT_ROOM_OUTER .room_p_item {
  display: flex;
  align-items: center;
  padding: 16px;
}

.CHAT_ROOM_OUTER .room_p_item .room_center {
  flex: 2;
  display: flex;
  flex-direction: column;
  max-height: 34px;
  overflow: hidden;
}

.CHAT_ROOM_OUTER .room_p_item .ICON_CH_C {
  background: #2F54EB;
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
  width: 34px;
  font-weight: 700;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #fff;
  border-radius: 50%;
}

.CHAT_ROOM_OUTER .room_p_item .n_id {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #262626;
}

.CHAT_ROOM_OUTER .room_p_item .n_n {
  font-size: 12px;
  line-height: 14px;
  color: #595959;
}

.CHAT_ROOM_OUTER .rollUpIcon {
  width: 32px;
  height: 32px;
  background: #F5F5F5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
}

.CHAT_ROOM_OUTER .rollUpIcon:hover {
  opacity: 0.8;
}

.CHAT_ROOM_OUTER .footer_c {
  border-top: 1px solid #F0F0F0;
  padding: 11px 16px;
}

.CHAT_ROOM_OUTER .body_c {
  height: calc(100% - 132px);
  overflow-y: auto;
}

.CHAT_ROOM_OUTER .chat_messages {
  padding: 16px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: self-end;
}

.CHAT_ROOM_OUTER .chat_messages li {
  margin: 0px;
  list-style: none;
  margin-bottom: 20px;
}

.CHAT_ROOM_OUTER .chat_messages .is_owner {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  background: #1890FF;
  border-radius: 16px 16px 0px 16px;
  width: calc(100% - 35px);
}

.CHAT_ROOM_OUTER .chat_messages .not_owner {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  background: #F5F5F5;
  border-radius: 16px 16px 16px 0px;
  width: calc(100% - 35px);
  color: #262626;
}

.chat_mini_outer {
  width: 45px;
  cursor: pointer;
  height: 45px;
  position: fixed;
  border-radius: 50%;
  bottom: 20px;
  font-weight: 600;
  font-size: 14px;
  right: 15px;
  color: #fff;
  background: #13C2C2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat_mini_outer .inner_chat {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat_mini_outer .inner_chat:hover {
  opacity: 0.8;
}

.chat_mini_outer .new_message {
  background: #F5222D;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 100%;
}

.chat_mini_outer .close_chat {
  background: #262626;
  color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  align-items: center;
  right: -1px;
  display: flex;
  font-size: 9px;
  cursor: pointer;
  justify-content: center;
  border-radius: 100%;
  opacity: 0;
  z-index: 1;
}

.chat_mini_outer:hover .close_chat {
  opacity: 1;
}

.chat_wrap .li_uoter_room {
  position: relative;
}

.chat_wrap .li_uoter_room .no_read_room {
  position: absolute;
  background: #F5222D;
  width: 17px;
  height: 17px;
  line-height: 9px;
  font-size: 9px;
  border-radius: 100%;
  top: -3px;
  right: auto;
  left: -5px;
  color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
  letter-spacing: -1.1px;
}

.not_select_company {
  background: #F5F5F5;
  padding: 19px 20px;
  font-weight: 600;
}

.ant-notification-notice {
  cursor: pointer;
}

.text-right {
  text-align: right;
}

.coverage_drawer .ant-drawer-body {
  padding: 0;
}

.coverage_drawer .drawer-header {
  padding: 16px 24px;
}

.coverage_drawer .drawer-header h5 {
  font: 700 20px/28px "Open Sans";
  margin: 0;
}

.coverage_drawer .price-block {
  background: #F5F5F5;
  text-align: center;
  padding: 24px 16px 16px;
}

.coverage_drawer .price-block button {
  margin-top: 16px;
  padding: 9px 24px;
}

.coverage_drawer .price-block button a {
  margin: 0;
  font-size: 16px;
}

.coverage_drawer .coverage-block {
  padding: 24px;
  color: #262626;
}

.coverage_drawer .coverage-block a {
  color: #262626;
}

.coverage_drawer .coverage-block ul {
  padding-left: 16px;
  margin: 0;
  margin-bottom: 16px;
}

.coverage_drawer .coverage-block li,
.coverage_drawer .coverage-block p {
  line-height: 24px;
  font-size: 16px;
}

.section-grey,
.section-white {
  padding: 32px 0;
}

@media (min-width: 768px) {
  .section-grey,
  .section-white {
    padding: 56px 0;
  }
}

.section-grey {
  background: #F5F5F5;
}

.section-white {
  background: #FFF;
}

/*
#components-layout-demo-top-side-2 header {
    z-index: 1222211 !important;
}
*/

.add_new_label_c {
  display: flex;
  align-items: center;
}

.add_new_label_c .addn_icon {
  margin-right: 5px;
  font-size: 12px;
  color: #40a9ff;
}

.option_with_fg {
  display: flex;
  align-items: center;
}

.option_with_fg .add_new_label {
  margin-right: 5px;
  font-size: 12px;
  color: #40a9ff;
}

.option_with_fg .add_new_label .addn_icon {
  display: flex;
}

.sidebar_left {
  width: 260px;
  min-width: 260px;
  max-width: 260px;
}

.sidebar_left .ant-layout-sider {
  max-width: 260px;
  min-width: 260px;
  width: 260px;
  position: fixed;
}

aside .ant-menu {
  position: unset !important;
}

.ant-layout-sider-children {
  height: calc(100% - 64px);
  overflow-y: auto;
}

.credit_data {
  text-align: center;
}

.alert_blade {
  margin-top: 30px;
  position: relative;
  padding: 15px 15px 15px 64px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
  border-radius: 4px;
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}

.test_red_h_block {
  position: absolute;
  bottom: 0px;
  background: rgba(232, 5, 5, 0.44);
  width: 100%;
  left: 0px;
  text-align: center;
  padding: 56px 40px;
}

.test_red_h_block .text_1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.test_red_h_block .text_2 {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.test_red_h_block .text_2 {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

.modal_test_welcome {
  padding: 30px;
}

.modal_test_welcome .text_1 {
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
  width: 100%;
  align-items: center;
  text-align: center;
  color: #000000;
  margin-bottom: 25px;
}

.modal_test_welcome .text_2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  align-items: center;
  text-align: center;
  color: #000000;
  margin-bottom: 50px;
}

.modal_test_welcome .text_3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  align-items: center;
  text-align: center;
  color: #000000;
}

.footerddd {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #DADADA;
}

.footerddd .btn_close_mtd {
  padding: 10px 30px;
  background: #E80505;
  border: 1px solid #F5222D;
  color: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 20px;
}

.card_price .card_price_title {
  background: #BAE7FF;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #262626;
  padding: 8px 16px;
}

.card_price .card_price_body {
  padding: 16px;
  background: #E6F7FF;
}

.card_price .ant-form-item-children {
  background: #BAE7FF;
}

.card_price .ant-input {
  border: 1px solid #BAE7FF !important;
}

.card_price.green .card_price_title {
  background: #D9F7BE;
}

.card_price.green .card_price_body {
  background: #F6FFED;
}

.card_price.green .ant-form-item-children {
  background: #D9F7BE;
}

.card_price.green .red_a_model .ant-input {
  background-color: #fff !important;
}

.card_price.green .ant-input {
  border: 1px solid #D9F7BE !important;
}

.card_price.green .ant-input:disabled {
  background-color: #f5f5f5 !important;
}

.ABTOWING_CUSTOM_PRICESS .row_distance_inline_group {
  padding: 16px;
  background: #E6F7FF !important;
}

.ABTOWING_CUSTOM_PRICESS .input_prefix {
  background: #E6F7FF;
}

.ABTOWING_CUSTOM_PRICESS .ant-form-item-children {
  background: #BAE7FF;
}

.ABTOWING_CUSTOM_PRICESS .delete_icon {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 26px !important;
}

.ABTOWING_CUSTOM_PRICESS .ant-input,
.ABTOWING_CUSTOM_PRICESS .ant-input-number {
  border: 1px solid #BAE7FF !important;
}

.ABTOWING_CUSTOM_PRICESS .ant-select-selection {
  border: 1px solid #BAE7FF !important;
}

.ABTOWING_CUSTOM_PRICESS .red_a_model .ant-input {
  background-color: #fff !important;
}

.ABTOWING_CUSTOM_PRICESS.green .row_distance_inline_group {
  background: #F6FFED !important;
}

.ABTOWING_CUSTOM_PRICESS.green .input_prefix {
  background: #F6FFED;
}

.ABTOWING_CUSTOM_PRICESS.green .ant-form-item-children {
  background: #D9F7BE;
}

.ABTOWING_CUSTOM_PRICESS.green .ant-input,
.ABTOWING_CUSTOM_PRICESS.green .ant-input-number {
  border: 1px solid #D9F7BE !important;
}

.ABTOWING_CUSTOM_PRICESS.green .ant-select-selection {
  border: 1px solid #D9F7BE !important;
}

.label_ipc {
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 7px;
}

.label_ipc::before {
  content: " *";
  color: red;
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.card_price .distance_info {
  background: transparent !important;
}

.card_price .row_distance_inline_group {
  background: transparent !important;
}

.card_price .distance_info {
  padding: 4px 0px 0px 8px !important;
  margin-bottom: -10px !important;
}

.bold_blue_border .ant-form-item-children {
  background: #69C0FF;
}

.bold_green_border .ant-form-item-children {
  background: #95DE64;
}

.UNITS_ICONS {
  padding: 0px 16px;
  position: relative;
}

.UNITS_ICONS:before {
  position: absolute;
  bottom: 19px;
  left: -2px;
  content: "x";
  display: table;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 18px;
  text-align: center;
}

.UNITS_ICONS:after {
  position: absolute;
  bottom: 18px;
  right: -2px;
  content: "=";
  display: table;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 18px;
  text-align: center;
}

.UNITS_ICONS2 {
  position: relative;
}

.UNITS_ICONS2:before {
  position: absolute;
  bottom: 8px;
  left: 22px;
  content: "%";
  display: table;
  color: #aaa;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
  z-index: 1;
}

.UNITS_ICONS2:after {
  position: absolute;
  bottom: 11px;
  right: -6px;
  content: "=";
  display: table;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 18px;
  text-align: center;
}

.cur_icon {
  position: relative;
}

.cur_icon:before {
  position: absolute;
  bottom: 8px;
  left: 22px;
  content: "$";
  display: table;
  color: #aaa;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
  z-index: 1;
}

.calendar_picker_static {
  display: none !important;
}

.rangepicker > div {
  position: static !important;
}

.rangepicker .ant-calendar-picker-container {
  position: static !important;
}

.rangepicker .ant-calendar {
  border: 1px solid #eee;
  box-shadow: unset;
}

.reg_account_block {
  background: #F5F5F5;
  padding: 16px;
}

.reg_account_block .title_rab {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #262626;
  margin-bottom: 16px;
}

.reg_account_block .btn_reg_ac_link,
.reg_account_block .link-btn_border {
  height: 40px;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 2px;
  background: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 16px;
  color: #595959 !important;
}

.reg_account_block .btn_reg_ac_link:hover,
.reg_account_block .link-btn_border:hover {
  background: #f9f9f9;
}

.reg_account_block .btn_reg_ac_link,
.reg_account_block .link-btn_border {
  background: #E93223;
  border-radius: 4px;
  color: #fff !important;
  font-weight: 600;
}

.reg_account_block .btn_reg_ac_link:hover,
.reg_account_block .link-btn_border:hover {
  background: #E93223;
  opacity: 0.8;
}

.block_bottom_crg {
  margin-top: 150px;
}

.import_s_company {
  background-color: #F6FFED;
  position: relative;
}

.outer_check_currency {
  padding: 5px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.margin_exrate {
  display: flex;
  color: #999;
  font-size: 12px;
  margin: 5px 0px 0px 0px;
  justify-content: center;
}

.flex_row_fg {
  display: flex;
  align-items: center;
}

.distance_val2 {
  font-weight: 600;
  color: #f5222d;
  font-size: 16px;
  line-height: 22px;
  padding-left: 20px;
}

@media (max-width: 1400px) {
  .ant-table-thead > tr > th,
  .ant-table-tbody > tr > td {
    padding: 16px 5px !important;
    font-size: 10px !important;
  }
}

.ant-table table {
  min-width: 1300px;
}

.ant-table-thead > tr > th {
  font-size: 12px !important;
  line-height: 14px !important;
}

.ant-table-body {
  overflow-x: auto !important;
  max-width: 100%;
}

@media (max-width: 1500px) {
  .ant-table-column-sorter {
    display: none !important;
  }

  .ant-table-thead > tr > th .ant-table-header-column {
    overflow: hidden;
  }
}

@media (max-width: 1100px) {
  .ant-table-column-sorter {
    display: none !important;
  }

  .ant-table-thead > tr > th {
    padding: 16px 2px !important;
    font-size: 9px !important;
    line-height: 10px !important;
  }
}

.fixed-footer {
  padding-right: 30px !important;
}

.fixed-footer .ant-btn {
  height: 38px;
  padding: 0px 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
}

.fixed-footer .ant-btn-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1890FF;
}

.fixed-footer .btn_dispatch {
  border-width: 2px;
}

/*
.ant-layout{
  max-width: 100%;
}
*/

.main_right_layput {
  max-width: calc(100% - 260px);
}

.main_right_layput.layout_full_width {
  max-width: 100%;
}

.notification_drawer .notif_header {
  padding-top: 20px;
}

.notification_drawer .head_first {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notification_drawer .head_first .hf_title {
  display: flex;
  align-items: center;
}

.notification_drawer .head_first .hf_title .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #000000;
}

.notification_drawer .head_first .hf_title .count {
  background: #F5222D;
  border-radius: 4px;
  font-weight: 600;
  font-size: 10px;
  line-height: 17px;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  margin-left: 10px;
  padding: 0px 5px;
}

.notification_drawer .showall_btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #1890FF;
  cursor: pointer;
}

.notification_drawer .ant-drawer-header-no-title {
  display: flex;
  justify-content: flex-end;
}

.notification_drawer .ant-drawer-body {
  padding-top: 0px;
}

.notification_drawer .ant-drawer-close {
  top: -6px;
  position: relative;
  margin-bottom: -30px;
}

.notification_drawer .head_sec {
  padding: 16px 0px;
  display: flex;
}

.notification_drawer .head_sec label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #1890FF;
}

.notification_drawer .body_prev_notifications {
  margin: 0px -24px;
}

.notification_drawer .body_prev_notifications .notif_row {
  padding: 14px 24px;
  background: #FFFFFF;
  border-top: 1px solid #e7e7e7;
  display: flex;
}

.notification_drawer .body_prev_notifications .notif_row .nr_check {
  padding-top: 2px;
  margin-right: 12px;
}

.notification_drawer .body_prev_notifications .notif_row .nr_content_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #262626;
  cursor: pointer;
}

.notification_drawer .body_prev_notifications .notif_row .nr_content_date {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #8C8C8C;
  margin: 6px 0px 8px;
}

.drawer_full_width {
  top: 64px !important;
  box-shadow: unset;
}

.drawer_full_width .ant-drawer-content-wrapper {
  box-shadow: unset;
  height: calc(100% - 64px);
}

.drawer_full_width .ant-drawer-body {
  padding: 0px !important;
}

.drawer_full_width .ant-drawer-wrapper-body {
  background: #fcfcfc;
  padding: 16px 24px;
}

.modal_delete_notifications .flex_Center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.modal_delete_notifications .flex_Center .big_delete {
  color: #FF4D4F;
  font-size: 100px;
  margin: 20px 0px;
}

.modal_delete_notifications .flex_Center .text_1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #262626;
  margin: 24px 0px;
  justify-content: center;
}

.modal_delete_notifications .flex_Center .text_2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #262626;
  display: flex;
  margin: 0px;
  justify-content: center;
}

/*insert*/

.body_prev_notifications {
  display: flex;
}

/** Website **/

@media (min-width: 992px) {
  #page-sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 125px;
  }
}

#page-sidebar .ant-card {
  margin-bottom: 32px;
  background: #F5F5F5;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

#page-sidebar button {
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 2px;
  text-shadow: none;
  font-size: 16px;
  height: auto;
  width: 100%;
  min-width: 274px;
}

#page-sidebar h5 {
  font-size: 20px;
  font-weight: 700;
}

#page-sidebar ul {
  padding: 0;
  margin: 0;
}

#page-sidebar li {
  list-style: none;
}

#page-sidebar li a {
  font-weight: 600;
  color: #F5222D;
  line-height: 24px;
  display: flex;
  align-items: center;
}

#page-sidebar li a i {
  margin-right: 18px;
}

#page-sidebar li + li {
  margin-top: 12px;
}

.price {
  font-size: 30px;
  font-weight: 700;
  color: #262626;
  line-height: 16px;
}

.price span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

div.card-gold {
  background: #874D00;
}

div.card-cyan {
  background: #006D75;
}

div.card-grey {
  background: #262626;
}

div.card-blue {
  background: #10239E;
}

div.card-green {
  background: #237804;
}

.coverage .ant-card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.SITE_LAYOUT_MOBILE #main-header {
  padding: 6px 16px;
}

.SITE_LAYOUT_MOBILE .hedpartleft img {
  width: 100px !important;
  height: auto;
}

.SITE_LAYOUT_MOBILE .RIGHT_HEADER {
  display: flex;
  flex-direction: column;
}

.SITE_LAYOUT_MOBILE #main-header .hedpartleft {
  padding-right: 10px;
}

.SITE_LAYOUT_MOBILE .main_h_f_block {
  align-items: center;
}

.SITE_LAYOUT_MOBILE .site_page_container {
  padding: 6px 16px;
}

.is_more:after {
  content: "learn more...";
  display: inline;
  color: #1890ff;
  margin-left: 5px;
  white-space: nowrap;
}

.fix_mobile_step .ant-steps-item {
  overflow: visible !important;
}

.fix_mobile_step .ant-steps-small .ant-steps-item-title::after {
  top: 12px;
  width: 36px;
  left: -9px;
}

.fix_mobile_step .ant-steps.main_step,
.fix_mobile_step .ant-steps.sub_steps {
  display: flex !important;
  overflow: hidden;
  width: 100%;
  justify-content: center;
  height: 25px;
}

.fix_mobile_step .ant-steps.main_step .ant-steps-item,
.fix_mobile_step .ant-steps.sub_steps .ant-steps-item {
  flex: 0;
  margin-right: 8px;
}

.fix_mobile_step .ant-steps.main_step .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after,
.fix_mobile_step .ant-steps.sub_steps .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
  width: 14px;
  top: 12px;
  height: 1px;
  left: 17px;
  position: absolute;
}

.fix_mobile_step .step_number {
  margin-bottom: 2px;
  margin-top: 10px;
}

.fix_mobile_step .step_title {
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .SUCCESS_C_PAGE .icon_success {
    margin: 0px 0px 15px !important;
  }

  .SUCCESS_C_PAGE .icon_success img {
    max-width: 60px !important;
  }

  .SUCCESS_C_PAGE .title_1 {
    font-size: 23px !important;
    line-height: 27px !important;
  }

  .SUCCESS_C_PAGE .title_3 {
    margin: 10px 0px 20px !important;
  }
}

.styledCardV2 {
  padding: 0px 16px !important;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) !important;
  border: 0px !important;
}

.styledCardV2 .ant-card-head-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

.styledCardV2 .ant-card-head {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.styledCardV2 .ant-card-body {
  padding: 16px 2px 16px 2px !important;
}

.body_grey_layout .ant-layout-content {
  background: #fcfcfc !important;
}

.body_grey_search:after {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  z-index: 998;
}

.colored_date {
  font-weight: 700;
  color: #1c7bd4;
  font-size: 16px;
}

.pointer {
  cursor: pointer !important;
}

.pointer * {
  cursor: pointer !important;
}

.text_i_v_r {
  padding: 2px 5px;
  color: #777;
  font-weight: 500;
  font-size: 12px;
}

/*
.show_pass_emol{
  width:20px;
  height:20px;
  display:flex;
  position:absolute;
  top:0px;
  right:0px;
  background-image: url(/img/i_eye.png);
}
*/

.white-tooltip .ant-tooltip-inner {
  color: #111 !important;
  background-color: #fff !important;
}

.white-tooltip .ant-tooltip-arrow::before {
  background-color: #fff !important;
}

.company_layer_name {
  font-size: 11px;
  display: block;
  color: #0091FF;
}

.title_nca {
  line-height: 18px;
  margin-bottom: 2px;
}

.row_company.not_google.active .company_layer_name {
  color: #fff;
}

.ant-badge-count {
  min-width: 16px !important;
  height: 16px !important;
  padding: 0 3px !important;
  font-size: 11px !important;
  line-height: 16px !important;
}

.ant-badge-multiple-words {
  padding: 0 5px !important;
}

.highlight_sr .invoice_row_inner {
  position: relative;
}

.highlight_sr .invoice_row_inner:before {
  top: 6px;
  left: -5px;
  background: #1890ff;
  display: table;
  content: "";
  height: calc(100% - 12px);
  width: calc(100% + 12px);
  position: absolute;
  opacity: 0.1;
  z-index: 1;
  border-radius: 2px;
}

.highlight_sr .invoice_row_inner > div {
  position: relative;
  z-index: 2;
}

.body_fix_new .ant-layout-content {
  padding: 0px !important;
  background-color: #fcfcfc !important;
}

.body_fix_new .ant-tabs-nav-scroll {
  padding: 0px 20px;
}

.body_fix_new .ant-layout-header {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) !important;
  z-index: 222;
}

.body_fix_new .ant-tabs-nav .ant-tabs-tab {
  padding: 18px 18px !important;
}

.body_fix_new .box_shadow {
  padding: 16px;
  background: #FFFFFF;
  margin: 0px;
  box-shadow: unset;
}

.ant-table-content {
  position: relative;
}

.opacity_right_scroll {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 50px;
  background: #fff;
  top: 0px;
  cursor: pointer;
  -webkit-mask-image: -webkit-gradient(linear, right center, left center, from(black), to(rgba(0, 0, 0, 0.5)));
  mask-image: -webkit-gradient(linear, right center, left center, from(black), to(rgba(0, 0, 0, 0.5)));
  -o-mask-image: -webkit-gradient(linear, right center, left center, from(black), to(rgba(0, 0, 0, 0.5)));
  -moz-mask-image: -webkit-gradient(linear, right center, left center, from(black), to(rgba(0, 0, 0, 0.5)));
}

.ss_h {
  color: #1890ff;
}

.no_margin_bottom_tab > .ant-tabs-top-bar {
  margin-bottom: 0px !important;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.05) inset;
}

.bigger_dropdown {
  min-width: 330px;
}

.ant-table table {
  width: auto !important;
}

.ant-table table {
  min-width: 100% !important;
}

.ant-modal {
  max-width: 98% !important;
}

.small_drop_padding .ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  padding: 2px 12px;
}

.ant-popover {
  z-index: 2030 !important;
}

.ant-select-selection-selected-value .hide_selected {
  display: none !important;
}

.accepted_message_notification {
  font-weight: 600 !important;
  color: #f71521 !important;
}

.complete_message_notification {
  font-weight: 600 !important;
  color: green !important;
}

.relative {
  position: relative;
}

.green_p {
  font-weight: 600;
  color: #053e05;
}

.red_p {
  font-weight: 800;
  color: #FE0002;
}

.name_row_s_option {
  white-space: normal !important;
}

.orange_btn_default {
  background: orange !important;
  color: #fff !important;
  border-color: orange !important;
}

