body {
  background: #f2f2f2;
}

a:focus,
a:hover {
  text-decoration: none;
}

.sidebar {
  display: none;
}

.withsidebar {
  margin-left: auto;
}

.rate-star {
  color: #999;
  cursor: pointer;
  font-size: 20px;
}

.rate-star.glow {
  color: #ffd700;
  text-shadow: 0px 0px 8px #fafad2;
}

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .withsidebar {
    margin-left: 50px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .sidebaron>.sidebar {
    width: 200px;
  }

  .sidebaron>.withsidebar {
    margin-left: 200px;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px;
  /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}

.nav-sidebar>li>a {
  padding-right: 20px;
  padding-left: 20px;
}

.nav-sidebar>.active>a,
.nav-sidebar>.active>a:hover,
.nav-sidebar>.active>a:focus {
  color: #fff;
  background-color: #428bca;
}

a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

.row.animated>div {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*
 * Main content
 */

.main {
  padding: 20px;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.main .page-header {
  margin-top: 0;
}

.glyphicon-shippn-repacking:before {
  content: "\e900";
}

.glyphicon-shippn-star:before {
  content: "\e901";
}

.glyphicon-shippn-packages:before {
  content: "\e902";
}

.glyphicon-facebook:before {
  content: "\ea90";
}

.glyphicon-google:before {
  content: "\ea88";
}

.glyphicon-battery:before {
  content: "\e107";
}

.glyphicon-insurance:before {
  content: "\e905";
}

.glyphicon-brands:before {
  content: "\e904";
}

.glyphicon-question-mask:before {
  content: "\e90f";
}

#become-host {
  padding-top: 8px;
  padding-bottom: 8px;
}

#sup-banner .close {
  position: absolute;
  right: 10px;
  top: 10px;
}

header ul.nav {
  margin-top: 20px;
}

.content {
  position: relative;
  min-height: 100%;
}

#welcome {
  background-image: url(../img/welcome.jpg);
  background-image: url(../img/welcome-2.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  margin-top: -92px;
  padding-top: 220px;
}

.home-text {
  text-align: center;
  min-height: 300px;
}

.home-text h1 {
  font-size: 52px;
  padding: 80px 0;
  text-transform: uppercase;
}

.home-text .form-control,
.home-text .btn {
  font-size: 22px;
  height: 44px;
}

.home-search {
  padding: 60px 0;
  background: rgba(255, 255, 255, 0.5);
}

.home-search h4 {
  color: #666;
}

.discover {
  margin: 40px 0;
  padding: 40px 0;
}

.discover p {
  color: #999;
}

.discover a {
  background-image: url(../img/paris.jpg);
  background-size: 100%;
  background-position: center;
  position: relative;
  display: block;
  line-height: 200px;
  color: #ffffff;
  text-decoration: none;
  font-size: 36px;
}

.discover a:hover {
  text-decoration: none;
  color: #ffffff;
  background-size: 102%;
}

.discover .usa a {
  background-image: url(../img/region-newyork-bg.jpg);
}

.discover .uk a {
  background-image: url(../img/region-london-bg.jpg);
}

.discover .de a {
  background-image: url(../img/region-munich-bg.jpg);
}

.discover .ca a {
  background-image: url(../img/region-toronto-bg.jpg);
}

.discover .sp a {
  background-image: url(../img/region-madrid-bg.jpg);
}

.discover .jp a {
  background-image: url(../img/region-tokyo-bg.jpg);
}

.discover .tr a {
  background-image: url(../img/region-istanbul-bg.jpg);
}

.hosts .img-circle {
  border: 1px solid #ccc;
  padding: 10px;
}

.hosts .profile-name a {
  font-size: 20px;
  color: #666666;
}

.hosts a:hover {
  color: #222222;
  text-decoration: none;
}

.hosts a:hover .img-circle {
  -webkit-transition: padding 0.2s;
  -moz-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  transition: padding 0.2s;
  padding: 5px;
}

footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 350px;
  background-color: #222;
  margin-top: 10px;
  color: #ddd;
  text-align: left;
  border-top: 2px solid #ddd;
}

footer a {
  color: #ddd;
}

footer a:hover {
  color: #fff;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .row {
  border-bottom: 1px solid #666;
  padding: 20px 0;
}

.hosts .panel {
  cursor: pointer;
}

/* .hosts .panel .profile-img{

} */
.hosts .panel .profile-name {
  margin-top: -40px;
}

.hosts .panel .panel-heading {
  background: url(/assets/img/region-munich-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 200px;
  text-transform: capitalize;
  font-size: 20px;
  color: #ffffff;
}

.hosts .panel .properties .glyphicon {
  background: #fff;
  border-radius: 30px;
  padding: 10px;
  font-size: 26px;
}

.hosts .panel .properties {
  margin-top: 20px;
}

.hosts .panel .properties .label {
  position: relative;
  margin-left: -20px;
  top: -25px;
}

.hosts .panel .visual {
  margin-top: -90px;
}

.hosts .heading {
  background: url(img/bg/amsterdam.jpg);
  background-size: cover;
  height: 200px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dimensions .form-control {
  width: 29%;
  display: inline-block;
}

hr.end {
  border: 1px solid #ddd;
}

.address {
  padding: 10px;
  font-size: 22px;
  background: url(/assets/img/postalbg.png);
}

.address .row {
  background: #fff;
  padding: 10px;
}

.address small {
  color: #bbb;
}

.btn-facebook,
.btn-google {
  padding: 20px;
  color: #fff;
  font-size: 20px;
}

.btn-facebook:hover,
.btn-google:hover {
  color: #fff;
  opacity: 0.9;
}

.btn-facebook i,
.btn-google i {
  margin-right: 10px;
}

.btn-facebook {
  background-color: #44659b;
}

.btn-google {
  background-color: #de4935;
}

.btn-purple {
  background-color: #a459b3;
  color: #ffffff;
}

.btn-purple:hover {
  background-color: #e6aaf2;
  color: #ffffff;
}

.btn-homego {
  background-color: #f39c12;
  color: #ffffff;
}

.btn-homego:hover {
  background-color: #f1c40f;
  color: #ffffff;
}

.validation {
  background-color: grey;
  color: #fff;
}

.sideContent {
  position: fixed;
  top: 0;
  right: -700px;
  height: 100%;
  width: 650px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: -10px 0px 25px -10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -10px 0px 25px -10px rgba(0, 0, 0, 0.4);
  box-shadow: -10px 0px 25px -10px rgba(0, 0, 0, 0.4);
  overflow: auto;
  z-index: 99999999;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sideContent>div {
  padding: 20px;
}

.sideContent.opened {
  right: 0px;
}

.curtain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99999998;
}

.note-box {
  padding: 10px;
  margin: 10px 0;
  background-color: #e1ffc7;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.expirydate select {
  float: left;
  width: 50%;
}

header .profileimg {
  margin-top: -10px;
}

hr.invisible {
  border: none;
}

.price-calculator .step {
  background-color: #fefefe;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 4px -2px #95a5a6;
  -moz-box-shadow: 0px 4px 4px -2px #95a5a6;
  box-shadow: 0px 4px 4px -2px #95a5a6;
  padding: 20px;
}

.cmodal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 50px;
  margin-top: 120px;
  z-index: 1050;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.4);
}

.sideContent .container {
  width: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 1170px) {
  footer {
    position: relative;
    height: auto;
    text-align: center;
  }
}

#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 99999;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  top: 30px;
  /* 30px from the bottom */
}

#snackbar.showSnack {
  visibility: visible;

  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }

  to {
    top: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }

  to {
    top: 0;
    opacity: 0;
  }
}

.order-details .overview {
  border: 3px dashed #eee;
}

.silence {
  color: #ccc;
}

.filter-sidebar {
  background-color: #428bca;
  color: #fff;
  position: absolute;
  left: -180px;
  top: 0;
  min-height: 100vh;
  width: 200px;
  border-right: 1px solid #dddddd;
  padding: 20px;
  padding-top: 115px;
  padding-bottom: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.filter-sidebar input {
  color: #666;
}

.filter-sidebar-on {
  left: 0;
}

.with-filter-sidebar {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-left: 30px;
}

.with-filter-sidebar-on {
  padding-left: 210px;
}

.sidebarSwitch {
  position: absolute;
  right: 0;
  bottom: 0;
}

.filter-sidebar-switch {
  margin-right: -44px;
  margin-top: -45px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 30px;
  color: #428bca;
}

.user-thumb {
  height: 20px;
  width: 20px;
}

.users table tr:hover .user-thumb {
  height: 40px;
  width: 40px;
  margin: -10px;
}

.action-item {
  background-color: #fff;
  margin-bottom: 20px;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

.verticalScale {
  resize: vertical;
}

.text-color-default {
  color: #000;
}

.text-color-primary {
  color: #337ab7;
}

.text-color-success {
  color: #5cb85c;
}

.text-color-info {
  color: #5bc0de;
}

.text-color-warning {
  color: #f0ad4e;
}

.text-color-danger {
  color: #d9534f;
}

.text-color-orange {
  color: #ff6c36
}

.importanceLevelMeter {
  position: relative;
  display: block;
  margin-top: 10px;
}

.importanceLevelMeter .color {
  position: relative;
  display: block;
  width: 16.5%;
  height: 10px;
  background-color: #333;
  float: left;
}

.importanceLevelMeter .indicator {
  position: absolute;
  top: -6px;
  left: 8.25%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #000000 transparent transparent transparent;
  margin-left: -10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.importanceLevelMeter.pointer {
  cursor: pointer;
}

.importanceLevelMeter.green .indicator {
  left: 8.25%;
}

.importanceLevelMeter.blue .indicator {
  left: 24.75%;
}

.importanceLevelMeter.white .indicator {
  left: 41.25%;
}

.importanceLevelMeter.yellow .indicator {
  left: 57.75%;
}

.importanceLevelMeter.orange .indicator {
  left: 74.25%;
}

.importanceLevelMeter.red .indicator {
  left: 90.75%;
}

.text-preline {
  white-space: pre-line;
}

.ticketlist-color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.importanceLevelMeter .color.green,
.ticketlist-color.green,
.ticketlist .green,
.ticketsColor.green {
  background-color: #5cb85c;
}

.importanceLevelMeter .color.blue,
.ticketlist-color.blue,
.ticketlist .blue,
.ticketsColor.blue {
  background-color: #5bc0de;
}

.importanceLevelMeter .color.white,
.ticketlist-color.white,
.ticketlist .white,
.ticketsColor.white {
  background-color: #ffffff;
}

.importanceLevelMeter .color.yellow,
.ticketlist-color.yellow,
.ticketlist .yellow,
.ticketsColor.yellow {
  background-color: #f5e65e;
}

.importanceLevelMeter .color.orange,
.ticketlist-color.orange,
.ticketlist .orange,
.ticketsColor.orange {
  background-color: #f0ad4e;
}

.importanceLevelMeter .color.red,
.ticketlist-color.red,
.ticketlist .red,
.ticketsColor.red {
  background-color: #d9534f;
}

.SHOPPER_HOST_min-height {
  min-height: 200px;
}

.order-contents .quantity {
  font-size: 10px;
  color: #999;
}

.order-contents .item {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.SomeRow {
  display: table;
}

.SomeCol {
  display: table-cell;
  float: none;
}

.fileUpload {
  word-wrap: break-word;
}

.showHide {
  animation: showHide 2s ease-in-out infinite;
}

@keyframes showHide {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
    color: #4caf50;
  }

  100% {
    opacity: 1;
  }
}

.campaignsButton {
  border-radius: 30px;
  border-color: black;
}

.campaignsButtonSameLine {
  display: -webkit-flex;
}

.money h3 {
  margin-top: 0;
}

.ticketsColor {
  position: inherit;
  top: -6px;
  color: black;
  border-bottom-style: groove;
}

.center {
  text-align: center;
}

.indicator.ticketsColorIndicator {
  top: -18px;
}

.disabled {
  cursor: wait;
  opacity: 0.65;
  pointer-events: none;
}

.inputserch {
  font-size: 15px;
  width: 100%;
}

.popupSearch {
  width: 100%;
  position: relative;
}

.popupSearch input {
  font-size: 1.2em;
  width: 100%;
  padding: 0.4em;
  border-width: 2px;
}

.popupSearch ul {
  position: absolute;
  left: 0;
  width: 100%;
  border-left: 2px solid #c1c1c1;
  border-right: 2px solid #c1c1c1;
  border-bottom: 2px solid #c1c1c1;
  border-radius: 5px;
  background-color: antiquewhite;
  z-index: 1;
  padding: 10px;
  border-radius: 5px;
  text-transform: capitalize;
  top: 25px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.popupSearch li {
  border-bottom: 1px solid #c1c1c1;
  text-align: left;
  list-style: none;
  width: 100%;
  padding: 0.4em;
}

#myInput {
  padding: 14px 20px 12px 45px;
  width: 100%;
  border-style: none;
}

.dropdown-content {
  width: 100%;
  max-height: 60vh;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  overflow-x: hidden;
  overflow-y: scroll;
}

.popupSearch li:active {
  background-color: #f5ede4;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #cccccc;
}

.contentTextPadding {
  padding: 1px;
}

.contentmargin {
  margin: 10px;
}

.campaignsButton {
  border-radius: 30px;
  border-color: black;
}

.campaignsButtonSameLine {
  display: -webkit-flex;
}

@media (min-width: 1170px) {
  .withactionbar {
    margin-right: 50%;
    position: relative;
    z-index: 10;
  }

  .actionbar {
    position: fixed;
    top: 50px;
    right: 0;
    width: 50%;
    height: 100%;
    padding-bottom: 150px;
    padding-left: 120px;
    padding-right: 20px;
    overflow-y: scroll;
  }
}

.inputserch {
  font-size: 15px;
  width: 100%;
}

#myInput {
  padding: 14px 20px 12px 45px;
  width: 100%;
  border-style: none;
}

.dropdown-content {
  width: 100%;
  max-height: 60vh;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  overflow-x: hidden;
  overflow-y: scroll;
}

.popupSearch li:active {
  background-color: #f5ede4;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #cccccc;
}

.contentTextPadding {
  padding: 1px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #cccccc;
}

.popupSearch input:focus+ul {
  display: block;
}

.checkboxInputLeft {
  margin-left: 20px;
  padding: 5px;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-fixed {
  table-layout: fixed;
}

.fontSize24 {
  font-size: 22px;
}

.cube-container {
  width: 200px;
  height: 250px;
  margin: 0 auto;
  position: relative;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  margin-top: 50px;
  z-index: 999999;
}

#cube {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  transform: translateX(-30px) translateZ(-550px) translateY(20px) rotateX(-10deg) rotateY(10deg);
}

#cube:hover {
  transform: translateX(90px) translateZ(0px) translateY(20px) rotateX(-10deg) rotateY(10deg);
}

#cube figure {
  display: block;
  position: absolute;
  width: 196px;
  height: 196px;
  border: 2px solid #999;
}

#cube figure span {
  position: absolute;
  background-color: #3498db;
  color: #fff;
  border-radius: 20px;
  padding: 5px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#cube figure span.width {
  bottom: -15px;
  left: 60px;
}

#cube figure span.width.host {
  margin-bottom: 30px;
  background-color: #2980b9;
}

#cube figure span.height {
  top: 60px;
  right: -15px;
}

#cube figure span.height.host {
  margin-top: -30px;
  background-color: #2980b9;
}

#cube figure span.length {
  top: -50px;
  right: 25px;
}

#cube figure span.length.host {
  margin-top: -30px;
  background-color: #2980b9;
}

#cube figure span.weight {
  top: -35px;
  left: -75px;
  background-color: #2ecc71;
}

#cube figure span.weight.host {
  margin-top: -30px;
  background-color: #27ae60;
}

#cube figure span.value {
  top: 35px;
  left: -75px;
  background-color: #e67e22;
}

#cube figure span.value.host {
  margin-top: -30px;
  background-color: #d35400;
}

#cube figure span.fromContent {
  left: 0px;
  background: transparent;
  color: #000;
  padding: 0;
}

#cube.panels-backface-invisible figure {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

#cube>.front {
  background: rgba(255, 255, 255, 0.7);
}

#cube>.back {
  background: rgba(255, 255, 255, 0.7);
}

#cube>.right {
  background: rgba(255, 255, 255, 0.7);
}

#cube>.left {
  background: rgba(255, 255, 255, 0.7);
}

#cube>.top {
  background: rgba(255, 255, 255, 0.7);
}

#cube>.bottom {
  background: rgba(255, 255, 255, 0.7);
}

#cube>.front {
  -webkit-transform: translateZ(100px);
  -moz-transform: translateZ(100px);
  -o-transform: translateZ(100px);
  transform: translateZ(100px);
}

#cube>.back {
  -webkit-transform: rotateX(-180deg) translateZ(100px);
  -moz-transform: rotateX(-180deg) translateZ(100px);
  -o-transform: rotateX(-180deg) translateZ(100px);
  transform: rotateX(-180deg) translateZ(100px);
}

#cube>.right {
  -webkit-transform: rotateY(90deg) translateZ(100px);
  -moz-transform: rotateY(90deg) translateZ(100px);
  -o-transform: rotateY(90deg) translateZ(100px);
  transform: rotateY(90deg) translateZ(100px);
}

#cube>.left {
  -webkit-transform: rotateY(-90deg) translateZ(100px);
  -moz-transform: rotateY(-90deg) translateZ(100px);
  -o-transform: rotateY(-90deg) translateZ(100px);
  transform: rotateY(-90deg) translateZ(100px);
}

#cube>.top {
  -webkit-transform: rotateX(90deg) translateZ(100px);
  -moz-transform: rotateX(90deg) translateZ(100px);
  -o-transform: rotateX(90deg) translateZ(100px);
  transform: rotateX(90deg) translateZ(100px);
}

#cube>.bottom {
  -webkit-transform: rotateX(-90deg) translateZ(100px);
  -moz-transform: rotateX(-90deg) translateZ(100px);
  -o-transform: rotateX(-90deg) translateZ(100px);
  transform: rotateX(-90deg) translateZ(100px);
}

.dropdownOrder .dropdown-content {
  color: black;
}

.dropdownOrder .btn-primary {
  color: #000;
  background-color: #ffffff;
}

.ticket .ticketlist-color {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}

.city-add-photo {
  text-align: center;
}

.city-add-photo .profile-image-box {
  position: relative;
  width: 80%;
  height: 80%;
  display: inline-block;
}

.city-add-photo .profile-image-box i,
.profile-image-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.city-add-photo .profile-image-box:hover i {
  opacity: 1;
  font-size: 80px;
  text-align: center;
  line-height: 230px;
}

.city-add-photo .profile-image-box:hover img {
  opacity: 0.5;
}

@media (max-width: 768px) {
  .city-add-photo .profile-image-box {
    position: relative;
    display: inline-block;
  }
}

.profile-image-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-image-box i,
.profile-image-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.profile-image-box .img-responsive {
  min-width: 100px;
  min-height: 100px;
}

.profile-image-box:hover i {
  opacity: 1;
  font-size: 80px;
  text-align: center;
  line-height: 230px;
}

.profile-image-box:hover img {
  opacity: 0.5;
}

@media (max-width: 768px) {
  .profile-image-box {
    position: relative;
    display: inline-block;
  }
}

.brand-logo-box {
  min-width: 100%;
  min-height: 200px;
}

.panel-body .brands-name {
  display: inline-block;
}

.panel-body .brands-name>div {
  margin-right: 10px;
}

.brand-image {
  display: initial;
}

.brand-image-div {
  margin-top: 30px;
}

.stardiv {
  margin-top: -4px;
  width: 130px;
  margin-left: 45px;
}

.starRaiting {
  color: #ffd700;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  padding: 5px 0 0;
}

.star:before {
  content: "\e006\e006\e006\e006\e006\e006";
  font-family: "Glyphicons Halflings";
  font-size: 20px;
  line-height: 1;
}

.starBackground {
  position: relative;
  width: 100px;
  height: 20px;
  overflow: hidden;
  color: #999;
  padding: 5px 0 0;
}

.status-review {
  margin-top: auto;
}

.media-object {
  width: 50px;
}

.cityHostImage {
  margin-top: 30px;
}

.margin-left-40 {
  margin-left: 40px;
}

.rate-star {
  color: #999;
  cursor: pointer;
  font-size: 20px;
}

.add-button-right {
  margin-top: 5px;
  float: right;
}

ng-quill-editor .ql-container {
  height: 150px;
}

.cityHostImage {
  margin-top: 30px;
}

.margin-left-40 {
  margin-left: 40px;
}

ng-quill-editor .ql-container {
  height: 150px;
}

ng-quill-editor.ng-invalid .ql-container {
  border: 1px dashed red;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="14"]::before {
  content: "14";
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="16"]::before {
  content: "16";
}

.add-button-right {
  margin-top: 5px;
  float: right;
}

.rate-star {
  color: #999;
  cursor: pointer;
  font-size: 20px;
}

.rate-star.glow {
  color: #ffd700;
  text-shadow: 0px 0px 8px #fafad2;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="18"]::before {
  content: "18";
}

.rate-star.glow {
  color: #ffd700;
  text-shadow: 0px 0px 8px #fafad2;
}

.changeRecipientReviev {
  border: 1px #000 dashed;
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-1 {
  padding: 1em;
}

.p-2 {
  padding: 2em;
}

.p-3 {
  padding: 3em;
}

.p-4 {
  padding: 4em;
}

.p-5 {
  padding: 5em;
}

.bg-white {
  background: #fff;
}

.card {
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border: 0;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
}

.card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  padding: 30px 20px;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
  margin-bottom: 0;
}

.card .card-body {
  padding: 30px;
}

.card-body {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.table-responsive {
  overflow-x: auto;
}

.table {
  margin-bottom: 0;
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
  caption-side: bottom;
  border-collapse: collapse;
}

.table-bordered thead,
.table-bordered tbody,
.table-bordered tfoot,
.table-bordered tr,
.table-bordered td,
.table-bordered th {
  border-color: #f6f6f6;
}

.table>thead {
  vertical-align: bottom;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-style: solid;
  border-width: 0;
}

.table-bordered thead tr,
.table-bordered thead th {
  border-bottom-color: #dee2e6;
}

.table-bordered thead,
.table-bordered tbody,
.table-bordered tfoot,
.table-bordered tr,
.table-bordered td,
.table-bordered th {
  border-color: #f6f6f6;
}

.table-bordered> :not(caption)>* {
  border-width: 1px 0;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: #dee2e6;
}

.table-bordered thead,
.table-bordered tbody,
.table-bordered tfoot,
.table-bordered tr,
.table-bordered td,
.table-bordered th {
  border-color: #f6f6f6;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(245, 247, 250, 0.5);
}

.table-striped>tbody>tr:nth-of-type(odd) {
  color: #212529;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #dddddd4d;
}

.card .card-header h5 {
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}

.btn-outline-purple {
  font-size: 14px;
  padding: 9px 28px;
  border-color: #ab8ce4;
  color: #ab8ce4;
  background-color: transparent;
}

.btn-outline-purple:hover {
  color: white;
  background-color: #8d63da !important;
  border-color: #8d63da !important;
}

.btn-outline-green {
  font-size: 14px;
  padding: 9px 28px;
  border-color: #00c292;
  color: #00c292;
  background-color: transparent;
}

.btn-outline-green:hover {
  color: white;
  background-color: #008f6c !important;
  border-color: #008f6c !important;
}

.btn-outline-blue {
  font-size: 14px;
  padding: 9px 28px;
  border-color: #4099ff;
  color: #4099ff;
  background-color: transparent;
}

.btn-outline-blue:hover {
  color: white;
  background-color: #0d7eff !important;
  border-color: #0d7eff !important;
}

.btn-outline-turquoise {
  font-size: 14px;
  padding: 9px 28px;
  border-color: #26c6da;
  color: #26c6da;
  background-color: transparent;
}

.btn-outline-turquoise:hover {
  color: white;
  background-color: #1e9faf !important;
  border-color: #1e9faf !important;
}

.btn-outline-red {
  font-size: 14px;
  padding: 9px 28px;
  border-color: #ff5370;
  color: #ff5370;
  background-color: transparent;
}

.btn-outline-red:hover {
  color: white;
  background-color: #ff2046 !important;
  border-color: #ff2046 !important;
}

.btn-outline-red-second {
  font-size: 14px;
  padding: 9px 28px;
  color: white;
  background-color: #ff2046;
  border-color: #ff2046;
}

.btn-outline-red-second:hover {
  color: white;
}

.btn-outline-oranges {
  font-size: 14px;
  padding: 9px 28px;
  border-color: #f0ad4e;
  color: #f0ad4e;
  background-color: transparent;
}

.btn-outline-gray:hover {
  color: #2a3142 !important;
  background-color: #d5d5d5 !important;
  border-color: #d5d5d5 !important;
}

.btn-outline-gray {
  font-size: 14px;
  padding: 9px 28px;
  border-color: #eeeeee;
  color: #2a3142 !important;
  background-color: transparent;
}

.btn-outline-oranges:hover {
  color: white;
  background-color: #f0ad4e !important;
  border-color: #f0ad4e !important;
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

.modal-dialog-centered {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

div.item-link {
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

tr.active>td {
  background: #f5f5f5 !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 16px;
  left: 3px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: #5cb85c;
}

input:focus+.slider {
  box-shadow: 0 0 1px #5cb85c;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*Vertical Steps*/
ol {
  list-style-type: none !important;
}

.list-group.vertical-steps {
  padding-left: 35px;
  list-style-type: none !important;
}

.list-group.vertical-steps .list-group-item {
  border: none;
  border-left: 3px solid #ece5dd;
  box-sizing: border-box;
  border-radius: 0;

  padding-left: 20px;
  padding-right: 0px;
  padding-bottom: 36px;
  padding-top: 0px;
}

.list-group.vertical-steps .list-group-item-canceled {
  border: none;
  border-left: 3px dotted red;
  box-sizing: border-box;
  border-radius: 0;

  padding-left: 20px;
  padding-right: 0px;
  padding-bottom: 36px;
  padding-top: 0px;
}

.list-group.vertical-steps .list-group-item.active {
  background-color: transparent;
  color: inherit;
}

.list-group.vertical-steps .list-group-item:last-child {
  border-left: 3px solid transparent;
  padding-bottom: 0;
}

.list-group.vertical-steps .list-group-item::before {
  border-radius: 50%;
  background-color: #ece5dd;
  color: #555;
  content: "";
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
  margin-left: -35px;
  text-align: center;
  width: 25px;
}

.list-group.vertical-steps .list-group-item-canceled::before {
  border-radius: 50%;
  background-color: #d21b1b;
  color: #fff;
  content: "";
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
  margin-left: -35px;
  text-align: center;
  width: 25px;
}

.list-group.vertical-steps .list-group-item span,
.list-group.vertical-steps .list-group-item a {
  display: block;
  overflow: hidden;
  padding-top: 2px;
}

/*Active/ Completed States*/
.list-group.vertical-steps .list-group-item.active::before {
  background-color: #5cb85c;
  color: #fff;
}

.list-group.vertical-steps .list-group-item.completed {
  border-left: 3px solid #c3c3c3;
}

.list-group.vertical-steps .list-group-item.completed span {
  color: gray;
}

.list-group.vertical-steps .list-group-item.active span {
  font-weight: bold;
}

.list-group.vertical-steps .list-group-item.completed::before {
  background-color: #c3c3c3;
  color: #fff;
}

.list-group.vertical-steps .list-group-item.completed::before {
  background-color: #c3c3c3;
  color: #fff;
}

.list-group.vertical-steps .list-group-item.completed:last-child {
  border-left: 3px solid transparent;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.tab-content>.active {
  display: block;
}

.tab-content>.tab-pane {
  display: none;
}

.ticketlist-area {
  opacity: 1;
  background-color: white;
  z-index: -500;
  transition: 1s;
}

.host-information-area {
  opacity: 1;
  background-color: white;
  z-index: 1;
  transition: 1s;
}

.shopper-information-area {
  opacity: 1;
  background-color: white;
  z-index: 1;
  transition: 1s;
}

#Intro {
  top: 50px;
  position: sticky;
  background-color: #fff;
  height: 40px;
  z-index: 10;
}

div.item-link {
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.htslist-div-scroll {
  max-height: 206px;
  position: absolute;
  overflow: auto;
  z-index: 99;
  min-width: 90%;
}

.btn-loading-black {
  background-image: url(../img/loading-black.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 49px;
}

.address input,
.address select {
  margin-bottom: 8px;
}

.user-tab-icons a {
  margin-bottom: 8px;
}

.default-address {
  margin: 0;
  display: flex;
  align-items: center;
}

.default-address span {
  font-weight: normal;
  font-size: 14px;
  margin-left: 5px;
}

.default-address input {
  margin: 0;
  cursor: pointer;
}

.user-info-log>div {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

/* Host Page Updates  */
@media (min-width: 768px) {
  .host-container.withsidebar {
    margin-left: 150px !important;
  }
}

.host-name-surname {
  display: flex;
  width: 100%;
  justify-self: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.host-name-surname>div {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.host-profile-area {
  background-color: #f6f6f6;
  color: #707070;
  border-radius: 10px;
  padding: 10px;
}

.host-profile-img {
  border-radius: 100%;
  margin: auto;
  max-width: 140px;
  border: 1px solid #444;
}

.host-ranking {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.host-ranking-stars {
  padding-top: 3px;
  font-size: 16px;
}

.host-status-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.host-status-buttons>button,
.host-status-buttons>button:hover,
.host-status-buttons>button:focus {
  width: 50%;
  margin: 0 !important;
  border-radius: 0;
  color: #fff !important;
  outline: 0 !important;
}

.host-status-buttons>.btn-listed-to-unlist,
.host-status-buttons>.btn-available-to-unavailable {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.host-status-buttons>.btn-listed-to-unlist::before {
  content: "Listed";
}

.host-status-buttons>.btn-available-to-unavailable::before {
  content: "Available";
}

.host-status-buttons>.btn-listed-to-unlist:hover,
.host-status-buttons>.btn-available-to-unavailable:hover,
.host-status-buttons>.btn-listed-to-unlist:focus,
.host-status-buttons>.btn-available-to-unavailable:focus,
.host-status-buttons>.btn-listed-to-unlist:active,
.host-status-buttons>.btn-available-to-unavailable:active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.host-status-buttons>.btn-listed-to-unlist:hover::before {
  content: "Unlist";
}

.host-status-buttons>.btn-available-to-unavailable:hover::before {
  content: "Unavailable";
}

.host-status-buttons>.btn-unlist-to-listed,
.host-status-buttons>.btn-unavailable-to-available {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.host-status-buttons>.btn-unlist-to-listed::before {
  content: "Unlisted";
}

.host-status-buttons>.btn-unavailable-to-available::before {
  content: "Unavailable";
}

.host-status-buttons>.btn-unlist-to-listed:hover,
.host-status-buttons>.btn-unavailable-to-available:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.host-status-buttons>.btn-unlist-to-listed:hover::before {
  content: "List";
}

.host-status-buttons>.btn-unavailable-to-available:hover::before {
  content: "Available";
}

.host-info-box {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.host-info-box>span,
.host-info-box>div {
  display: block;
  text-align: left;
  font-weight: 600;
}

.host-info-box>span.host-info-label {
  display: block;
  text-align: left;
  font-weight: 400;
}

.host-info-box>div>a {
  color: #707070;
}

.host-info-box>div>a>i {
  margin-right: 5px;
}

.host-info-box>.info {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.host-info-box>.info>span {
  word-break: break-all;
}

.host-info-box>.info>p {
  margin: 0;
}

.host-info-box>.info>a.editter {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.host-info-box>.info>a.editter>i {
  margin: 0 !important;
  padding: 0 !important;
}

.host-info-box .info>input {
  width: calc(100% - 40px);
}

.host-actions-area {
  border-radius: 10px;
  background-color: #f6f6f6;
  padding: 10px 10px;
}

.btn-new-ticket {
  padding: 6px 12px !important;
}

.nav-pills>li>a.btn-new-ticket:hover .nav-pills>li>a.btn-new-ticket:focus,
.nav-pills>li>a.btn-new-ticket:active,
.nav-item:hover>.btn-new-ticket {
  background: #2e6da4 !important;
  background-color: #2e6da4 !important;
}

a.nav-link.btn-dark {
  background-color: #343a3f;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px !important;
}

a.nav-link.btn-dark:hover {
  background-color: #343a3f;
  color: #fff;
}

.host-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

.host-wrapper>.host-profile-area {
  width: 300px !important;
}

.host-wrapper>.host-actions-area {
  width: calc(100% - 330px);
}

.host-wrapper>.user-tab-icons {
  width: 40px;
}

.host-actions-area>.host-actions-top-nav {
  background-color: #e6e6e6;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  border-radius: 10px;
  padding: 10px;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #ddd7d7;
  border-bottom-right-radius: 0;
}

.host-actions-area>.host-actions-top-nav>.nav.nav-pills>.nav-item.dropdown>.dropdown-menu {
  background-color: #e6e6e6;
  padding: 10px;
  gap: 10px !important;
}

li.open>.dropdown-menu,
.dropdown:hover>.dropdown-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.host-actions-availability {
  color: #a5a5a5;
}

.availability-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.availability-box {
  background: #fff;
  min-height: 280px;
  max-height: 280px;
  border-radius: 5px;
  width: calc(100% - 254px);
  overflow-y: scroll;
}

.availability-box>table>tbody {
  max-height: 213px;
  overflow: scroll;
}

.datepicker {
  width: 244px !important;
  overflow: hidden;
  min-height: 280px !important;
  max-height: 280px !important;
  position: relative;
}

input[name="dates"] {
  display: none;
}

.datepicker-overlay {
  z-index: 2;
  background-color: transparent;
  display: block;
  width: 244px !important;
  overflow: hidden;
  height: 230px !important;
  top: 50px;
  position: absolute;
}

/* .daterangepicker {
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  z-index: 1 !important;
} */
/* 
.daterangepicker::before,
.daterangepicker::after {
  display: none !important;
}

.drp-buttons {
  display: none !important;
}

.drp-calendar.right thead > tr:nth-child(2) {
  display: none;
}

.drp-calendar.right tbody {
  display: none;
}

.daterangepicker.ltr .ranges,
.daterangepicker.ltr .drp-calendar {
  float: none !important;
}

.daterangepicker .drp-calendar.right .daterangepicker_input {
  position: absolute;
  top: 45px;
  left: 8px;
  width: 230px;
}

.drp-calendar.left .drp-calendar-table {
  margin-top: 45px;
}

.daterangepicker .drp-calendar.right {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
}

.daterangepicker .drp-calendar.right tbody {
  display: none !important;
}

.daterangepicker .drp-calendar.right thead > tr:nth-child(2) {
  display: none !important;
}

.daterangepicker .drp-calendar.right th.month {
  display: none !important;
}

.daterangepicker .drp-calendar.right .calendar-table {
  background: transparent !important;
}

.daterangepicker .daterangepicker.ltr .ranges,
.daterangepicker.ltr .drp-calendar {
  float: none !important;
}

.daterangepicker .drp-calendar.right .daterangepicker_input {
  position: absolute !important;
} */

.addresses-wrapper {
  padding: 0 !important;
  border: 0 !important;
}

.interests-wrapper,
.languages-wrapper {
  width: 100%;
}

.payment-info-box,
.interests-box,
.languages-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .2);
  min-height: 100px;
}

.interests-box,
.languages-box {
  width: 100%;
}

.addresses-wrapper h4,
.payment-info-wrapper h4 {
  margin-bottom: 10px;
  color: #a5a5a5;
}

.addresses-wrapper {
  width: calc(70% - 5px);
}

.payment-info-wrapper {
  width: calc(30% - 5px);
  border-left: 1px solid #eee;
  padding-left: 15px;
}

.addresses-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
}

.addresses-list li {
  margin: 10px 0;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, .2);
  border-radius: 5px;
}



.add-new-address,
.add-new-address:focus,
.add-new-address:hover {
  width: 100%;
  background: #ddeff9;
  color: #0ea0f8;
  text-decoration: none;
}

.payment-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.payment-brand-img {
  max-width: 70px;
}

.payment-infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment-infos>p,
.payment-infos>p>a {
  margin: 0 !important;
  font-size: 12px;
  font-weight: 500;
  color: #337ab7;
}

.payment-brand-status {
  background-color: #ebf8e4;
  color: #79d349;
  padding: 5px;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/**/

.host-v2-user-info-log {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
}

.onboarding-wrapper {
  width: 100%;
}

.onboarding-box {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  min-height: 200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 10px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .2);
}

.onboarding-step {
  border-bottom: 1px solid #222;
  display: inline-block;
  text-align: center;
}

.onboarding-progress {
  width: 100%;
}

.progress-bar-w {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}

.progress-bar-step {
  width: 33.3333%;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.progress-bar-step::before {
  height: 2px;
  width: 100%;
  position: absolute;
  content: "";
  background-color: #bbced7;
  bottom: -10px;
  left: 0;
}

.progress-bar-step::after {
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background-color: #bbced7;
  position: absolute;
  content: "";
  bottom: -20px;
  left: calc(50% - 10px);
}

.progress-bar-step:first-of-type::before {
  width: 50%;
  left: 50%;
}

.progress-bar-step:last-of-type::before {
  width: 50%;
}

.progress-bar-step.active::after,
.progress-bar-step.active::before {
  background-color: #0ea0f8;
}

.section-title {
  color: #a5a5a5;
}

.about-host-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .2);
}

.btn {
  outline: 0 !important;
}

.hostv2-main-container {
  padding: 0;
  margin-left: -40px;
  margin-right: -30px;
}

@media (max-width: 1109px) {
  .hostv2-main-container>.panel>.panel-body {
    padding-right: 0;
    margin-right: -15px;
  }

  .host-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .host-wrapper>.host-profile-area,
  .host-wrapper>.host-actions-area {
    width: 100% !important;
  }
}

.host-mobile-buttons {
  display: none;
}

@media (max-width: 767px) {

  .mobile-color-fix>li>a,
  .mobile-color-fix>li>a>i,
  .mobile-color-fix>li>a>span {
    color: #a5a5a5 !important;
  }

  .mobile-color-fix>li.active>a {
    color: #a5a5a5;
  }

  .navbar-inverse>.container-fluid>.navbar-collapse>.visible-xs-block>.mobile-color-fix>li>.mobile-nav-color {
    color: #a5a5a5 !important;
  }

  .hostv2-main-container {
    padding: 0;
    margin-left: 0px;
    margin-right: 0px;
  }

  .availability-wrapper,
  .addresses-wrapper,
  .payment-info-wrapper,
  .datepicker,
  .availability-box {
    width: 100% !important;
  }

  .availability-wrapper,
  .onboarding-box {
    display: flex;
    flex-direction: column;
  }

  section#tables {
    width: 100%;
    overflow: scroll;
  }

  .daterangepicker,
  .daterangepicker .drp-calendar,
  .datepicker-overlay,
  .calendar-table {
    width: 100%;
    max-width: 100%;
  }

  .datepicker-overlay {
    width: 100% !important;
    width: 100% !important;
  }

  .host-mobile-buttons {
    display: block;
  }

  .host-actions-top-nav {
    display: none;
  }

  .availability-box>table {
    font-size: 12px;
  }
}

.info-edit-box {
  width: 100%;
}

.info-edit-box>input {
  margin-bottom: 5px;
}

.info-edit-box>button {
  margin-right: 5px;
}

/**/

.button-switch {
  font-size: 10px;
  height: 18px;
  margin-bottom: 10px;
  position: relative;
  width: 40px;
  cursor: pointer;
}

.button-switch .lbl-off,
.button-switch .lbl-on {
  cursor: pointer;
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1em;
  position: absolute;
  top: 0.5em;
  transition: opacity 0.25s ease-out 0.1s;
  text-transform: uppercase;
  user-select: none;
}

.button-switch .lbl-off {
  right: -10px;
  top: 10px;
}

.button-switch .lbl-on {
  color: #fefefe;
  opacity: 0;
  left: 4px;
  top: 10px;
}

.button-switch .switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 0;
  font-size: 14px;
  left: 0;
  line-height: 0;
  outline: none !important;
  outline: 0 !important;
  position: absolute;
  top: 0;
  width: 0;
}

.button-switch .switch:before,
.button-switch .switch:after {
  content: "";
  font-size: 1em;
  position: absolute;
}

.button-switch .switch:before {
  border-radius: 1.25em;
  background: #bdc3c7;
  height: 1.875em;
  left: -0.25em;
  top: -0.1875em;
  transition: background-color 0.25s ease-out 0.1s;
  width: 4.5em;
}

.button-switch .switch:after {
  box-shadow: 0 0.0625em 0.375em 0 #666;
  border-radius: 50%;
  background: #fefefe;
  height: 1.5em;
  transform: translate(0, 0);
  transition: transform 0.25s ease-out 0.1s;
  width: 1.5em;
}

.button-switch .switch:checked:after {
  transform: translate(2.5em, 0);
}

.button-switch .switch:checked~.lbl-off {
  opacity: 0;
}

.button-switch .switch:checked~.lbl-on {
  opacity: 1;
}

.button-switch .switch#switch-orange:checked:before {
  background: #e67e22;
}

.button-switch .switch#switch-blue:checked:before,
.button-switch .switch#suitAddressCheckbox:checked:before {
  background: #3498db;
}

.button-switch .switch#blockuser-switch:checked:before {
  background: #d8534e;
}

.button-switch .switch#suspicious-switch:checked:before {
  background: #d8534e;
}

.button-switch .switch#hts-switch:before {
  width: 5.5em;
}

.hts-switch-cls .lbl-off {
  right: -22px;
}

.button-switch .switch#hts-switch:checked:before {
  background: #428bca;
}

.button-switch .switch#hts-switch:checked:after {
  transform: translate(3.5em, 0);
}

.button-switch .switch#prohibitedStatusCheckbox:checked:before {
  background: #19aa88;
}

.button-switch .switch#prohibitedStatusCheckbox:before {
  width: 5.5em;
}

.button-switch .switch#prohibitedStatusCheckbox:checked:after {
  transform: translate(3.5em, 0);
}

.button-switch .switch#warehouse-switch:checked:before,
.button-switch .switch#orderConfirmation-switch:checked:before,
.button-switch .switch#bfmHost-switch:checked:before,
.button-switch .switch#storeHost-switch:checked:before,
.button-switch .switch#eliteHost-switch:checked:before,
.button-switch .switch#dynmaicRateStatus-switch:checked:before,
.button-switch .switch#country-listed-switch:checked:before,
.country-is-list-toggle .button-switch .switch:checked:before,
.button-switch .switch#showNameAsRecipient-switch:checked:before,
.switch.checked:before {
  background-color: #5cb85b;
}

/*FSA Dynmaic */
.fsaDynamicStatus.button-switch .switch:before {
  width: 5.5em;
}

.fsaDynamicStatus.button-switch .switch:checked:after {
  transform: translate(3.5em, 0);
}

.fsaDynamicStatus.button-switch .lbl-off {
  right: -25px;
}

/* New Calendar */

.datepicker {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
}

.ui-datepicker {
  padding: 10px;
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker-header {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.ui-datepicker-title {
  width: 100%;
  text-align: center;
}

.ui-datepicker-next {
  float: right;
}

.ui-datepicker-prev {
  float: left;
}

.ui-datepicker-calendar>thead>tr>th>span {
  color: #ff2921;
}

.ui-datepicker-calendar>tbody>tr>td>a,
.ui-datepicker-calendar>thead>tr>th>span {
  text-align: center;
  width: 28px;
  display: block;
  padding: 4px;
  margin: 2px auto;
  border-radius: 5px;
}

.ui-datepicker-calendar>tbody>tr {
  margin-top: 4px;
}

.ui-state-highlight>a {
  background-color: #0d7eff;
  color: #fff;
}

.ui-datepicker-today>a {
  background: #008f6c;
  color: #fff;
}

.ui-datepicker-next>.ui-icon-circle-triangle-e,
.ui-datepicker-prev>.ui-icon-circle-triangle-w {
  position: relative;
}

.ui-datepicker-next>.ui-icon-circle-triangle-e::after,
.ui-datepicker-prev>.ui-icon-circle-triangle-w::before {
  display: block;
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome\ 5 Free";
  color: #a5a5a5;
}

.ui-datepicker-prev>.ui-icon-circle-triangle-w::before {
  content: "\f053";
}

.off-pass,
.off-pass:hover {
  background-color: #dadada !important;
  color: #aaafb4 !important;
}

.off-coming,
.off-coming:hover,
.off-coming:focus {
  background-color: #fff !important;
  color: #212529 !important;
}

.addresses-box {
  min-height: 240px;
  height: 440px;
  max-height: 440px;
  overflow-y: scroll;
}

.payment-info-wrapper h4 {
  margin-bottom: 20px;
}

/* Pricing Updates  */

.vendor-header-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  max-width: 180px;
}

ul.vendor-header-nav>li {
  margin-top: 10px;
  width: 100%;
}

ul.vendor-header-nav>li>button {
  width: 100%;
  background: #0f0f0f;
  color: #f3f5f6;
}

ul.vendor-header-nav>li>button:hover,
ul.vendor-header-nav>li>button:focus,
ul.vendor-header-nav>li>button:active {
  background: #484848;
  color: #f3f5f6;
}

/*==============================*/
/*==============================*/
/*=====VENDOR EDIT FORM ======*/
/*==============================*/
/*==============================*/
.vendor-edit-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

.vendor-edit-form>.form-item {
  width: 100%;
}

.vendor-edit-form>.form-item>.form-item-label {
  color: #797979;
  font-weight: bold;
}

.vendor-edit-form>.form-item>.form-item-input>input,
.vendor-edit-form>.form-item>.form-item-input>select {
  border-color: #b1b1b1;
  color: #797979;
  height: 40px;
}

.header>*>.btn-dark,
.btn-dark-vendor {
  background: #0f0f0f;
  color: #f3f5f6;
  min-width: 130px;
  margin-top: 0 !important;
}

.header>*>.btn-dark:hover,
.header>*>.btn-dark:focus,
.header>*>.btn-dark:active,
.btn-dark-vendor:hover,
.btn-dark-vendor:active,
.btn-dark-vendor:focus {
  color: #aeafaf;
}

.header {
  display: flex;
  justify-content: space-between;
}

.out-view {
  background-color: #b7b7b7 !important;
  color: #e4e4e4 !important;
}

.rates-table,
.zones-table {
  font-size: 12px;
}

.filterVendorTable-noMatch {
  opacity: 0.9;
}

.rates-table td>span:not(.selectedZone),
.zones-table td>span:not(.selectedZone) {
  opacity: 0.6;
}

.selectedZone {
  font-weight: bold;
  color: #000;
  opacity: 1;
}

.selectedLbs {
  background-color: #ccc;
}

/* Dispute Swicth v2 */

.switchv2 {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 16px;
}

.switchv2 input {
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderv2 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sliderv2:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.sliderv2 {
  background-color: #d9534f;
}

input:focus+.sliderv2 {
  box-shadow: 0 0 1px #d9534f;
}

input:checked+.sliderv2:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.sliderv2.round {
  border-radius: 34px;
}

.sliderv2.round:before {
  border-radius: 50%;
}

/* Create BFM Order */

.create-bfm-order-page {
  margin-left: -40px;
  margin-right: -40px;
}

.flex-table {
  padding: 15px;
}

.flex-table-head {
  border-bottom: 1px solid #aaa;
  margin-bottom: 15px;
}

.flex-table-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* .flex-table-row {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: space-between;
  align-items: flex-start ;
} */

.flex-table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 120px 180px 100px 1fr 80px;
  gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-table-cell {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1px;
}

.flex-column-cell {
  flex-direction: column;
  gap: 10px;
}

/**/

.form-items-row {
  align-items: flex-end;
}

/* Flex Table Header Fonts */
.flex-table>.flex-table-head>.flex-table-row>.flex-table-cell>h5 {
  font-weight: bold;
}

.bfm-cell-center {
  justify-content: center;
}

.bfm-cell-last-with-trash {
  justify-self: space-between;
}

.bfm-price-cell {
  flex-direction: column;
}

.bfm-quantity-cell {
  gap: 1px;
  height: 100%;
  max-height: 34px;
}

.bfm-item-currency-select {
  padding: 5px;
  width: 80px;
}

.bfmQuantityButtons {
  background: #cecece;
  border: 1px solid #c5c5c5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 100%;
  border-radius: 4px;
  font-size: 10px;
  color: #444;
  text-align: center;
}

.bfmQuantityContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  margin: 0;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  padding: 0;
  text-align: center;
}

/* BFM Country Selection*/
.not-allowed-selection {
  border: 1px solid red;
}

/* BFM Order Summary */
.bfm-order-summary {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.bfm-summary-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
  gap: 10px;
  margin-right: 10px;
}

.bfm-summary-label {
  font-weight: bold;
}

.create-bfm-order-btn,
.create-bfm-order-btn:hover,
.create-bfm-order-btn:active,
.create-bfm-order-btn:focus {
  background-color: #474141;
  color: #eee;
}

/* Dispute Swicth v3 */

.switchv3 {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 26x;
}

.switchv3 input {
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderv3 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sliderv3:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.sliderv3 {
  background-color: #5cb85c;
}

input:focus+.sliderv3 {
  box-shadow: 0 0 1px #5cb85c;
}

input:checked+.sliderv3:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.sliderv3.round {
  border-radius: 34px;
}

.sliderv3.round:before {
  border-radius: 50%;
}

/* Loader Spinner */

.loader-overlay {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(0, 0, 0);
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

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

/* Elf Filters 2022 Update */
.order-filter-found-users {
  position: absolute;
  left: 100%;
  width: 100%;
  background: #428bca;
  padding: 10px;
  z-index: 2;
}

.order-filter-found-users>a {
  color: #fff;
}

/* Snooze Button */

.droddown-snooze-button:hover {
  background-color: #0d6efd !important;
  border-radius: 0;
  color: #fff !important;
}

/* SHPN-5337 Sticky Card Header */
.newtTicket-sticky-card-header {
  top: 0px;
  position: sticky;
  background-color: #fff;
  height: 50px;
  padding: 10px;
  z-index: 10;
  margin-bottom: 10px;
}

.newTicket-sticky-actions-footer {
  bottom: 0px;
  width: 100%;
  margin: auto;
  position: sticky;
  background-color: #fff;
  padding: 20px 0;
  z-index: 10;
  box-shadow: 0 1px 11px 0 rgb(0 0 0 / 10%);
  border-radius: 0.25rem;
}

#addCommentBox,
#sendEmailBox {
  padding: 15px;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
}

/* Tickets Backgrounds */

.ticket-bg-pink {
  background-color: #ffbbbb;
}

.ticket-bg-yellow {
  background-color: #ffe6c2;
}

.ticket-bg-green {
  background-color: #cdf0ea;
}

.ticket-bg-blue {
  background-color: #d7e3fc;
}

.ticket-bg-grey {
  background-color: #d3d3d366;
}

.ticket-bg-brown {
  background-color: #d8cca3;
}

.ticket-bg-blue-magenta {
  background-color: #3a3845;
  color: #fff;
}

.btn-ticket-pink {
  background-color: #ff5755 !important;
  border-color: #ff3e3c !important;
}

.ticket-actions-action-body {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.dropdown-menu-zIndex {
  z-index: 9999;
  left: auto !important;
  right: 0 !important;
}

/* #ticket-right-area-scroll::-webkit-scrollbar,
#newTicket-left-area-wrapper::-webkit-scrollbar {
  display: none;
  overflow-x: hidden;
} */

/* #ticket-right-area-scroll,
#newTicket-left-area-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
} */

/* SHPN-5331 */
.newticket-arrived-images {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.newticket-arrived-images>a {
  height: 100%;
}

.newticket-arrived-images>a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Image Rating Refined UI */
.rating-card {
  position: relative;
  width: calc(50% - 10px);
  max-width: 250px;
  height: auto;
  min-height:150px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
}

.rating-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rating-overlay-top {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 12px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
}

.rating-overlay-top span {
  font-weight: 600;
  color: #333;
  font-size: 12px;
}

.rating-edit-icon {
  color: #007bff;
  cursor: pointer;
}

.rating-overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.rating-stars-container {
  display: flex;
  gap: 5px;
}

.rating-star-icon {
  font-size: 24px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}

.rating-star-icon.active {
  color: #ffc107;
}

.rating-btn-container {
  display: flex;
  gap: 10px;
  width: 100%;
}

.rating-btn {
  flex: 1;
  border: none;
  padding: 4px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.rating-btn-save {
  background: #28a745;
  color: white;
}

.rating-btn-cancel {
  background: #dc3545;
  color: white;
}

/* SHPN-5380 Shopper Profile */

.shopper-address-wrapper {
  width: calc(50% - 5px);
}

.shopper-tickets--wrapper {
  width: calc(50% - 5px);
}

.shopper-credit-cards-wrapper,
.shopper-paypal-accounts,
.shopper-klarna-accounts {
  width: 100%;
}

.shopper-tickets--wrapper h4 {
  margin-bottom: 10px;
  color: #a5a5a5;
}

.btn {
  transition: all ease-in-out 0.24s;
}

.btn-create-bfm-order {
  background-color: #8c5382;
  border-color: #702963;
}

.btn-create-bfm-order:hover,
.btn-create-bfm-order:focus,
.btn-create-bfm-order:active,
.btn-create-bfm-order:active:focus {
  background-color: #702963;
}

.btn-login-shippn {
  background-color: #ff6c36;
  border-color: #e56130;
}

.btn-login-shippn:hover,
.btn-login-shippn:focus,
.btn-login-shippn:active,
.btn-login-shippn:active:focus {
  background-color: #e56130;
}

.shopper-credit-card-list,
.shopper-paypal-account-list,
.shopper-klarna-account-list {
  display: flex;
  flex-direction: row;
  gap: 15px;
  display: grid;
  /* grid-template-columns: repeat(3, 240px); */
  grid-template-columns: repeat(auto-fit, minmax(240px, 240px));
}

.shopper-credit-card,
.shopper-paypal-account-wrapper,
.shopper-klarna-account-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, minmax(30px, 1fr));
  width: 100%;
  height: 140px;
  background: #274642;
  /* background-color: #378e83; */
  border-radius: 5px;
  position: relative;
  color: #fff;
  padding: 10px;
  gap: 15px;
}

.not-yet-verified-cc {
  /* background-color: #fed811; */
  background-color: #ff6c36;
}

.verified-cc {
  background-color: #378e83;
}

.failed-cc {
  background-color: #d9534f;
}

.shopper-credit-card::before {
  position: absolute;
  content: url(../img/payment-methods/card_chip.png);
  display: block;
  top: 20px;
  left: -20px;
  transform: scale(0.4);
  object-fit: cover;
}

.shopper-credit-card-header,
.shopper-paypal-account-header,
.shopper-klarna-account-header {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.shopper-credit-card-body {
  padding-left: 40px;
}

.shopper-credit-card-status {
  text-align: right;
}

.shopper-credit-card-holder-name {
  text-align: center;
}

.shopper-credit-card-number {
  font-size: 15px;
}

.shopper-credit-card-validThru {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.shopper-credit-card-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.shopper-credit-card-type {
  display: flex;
}

/* Shopper Credit Card Verification Info*/
.shopper-credit-card-verification-footer {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
}

.shopper-credit-card-verification-body-verification-amount,
.shopper-credit-card-verification-body-verification-amount-client {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.btn-shopper-credit-card-verification-action {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shopper-ticket-action-list {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.shopper-ticket-action {
  border-radius: 5px;
  border: 2px solid #fff;
  background-color: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.active.active-red {
  background-color: #d9534f !important;
}

.active.active-orange {
  background-color: #f0ad4e !important;
}

.active.active-yellow {
  background-color: #f5e65e !important;
}

.active.active-white {
  background-color: #ebebeb !important;
  color: #707070 !important;
}

.active.active-blue {
  background-color: #5bc0de !important;
}

.active.active-green {
  background-color: #5cb85c !important;
}

.shopper-ticket-action.green {
  border-color: #5cb85c;
}

.shopper-ticket-action.blue {
  border-color: #5bc0de;
}

.shopper-ticket-action.white {
  border-color: #ebebeb;
  color: #707070;
}

.shopper-ticket-action.yellow {
  border-color: #f5e65e;
}

.shopper-ticket-action.orange {
  border-color: #f0ad4e;
}

.shopper-ticket-action.red {
  border-color: #d9534f;
}

.shopper-ticket-action-header,
.shopper-ticket-action-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #707070;
}

.shopper-ticket-action-header {
  padding-bottom: 4px;
  border-bottom: 1px solid #d0d0d0;
  font-size: 12px;
}

.shopper-ticket-action-footer {
  padding-top: 4px;
  border-top: 1px solid #d0d0d0;
}

.shopper-ticket-action-body {
  padding: 10px;
  font-weight: bold;
  color: #474747;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shopper-ticket-action-opening-time,
.shopper-ticket-action-last-action-time {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  color: #707070;
}

.shopper-ticket-action-opening-time {
  align-items: flex-start;
}

.shopper-ticket-action-last-action-time {
  align-items: flex-end;
}

/* SHPN-5365 Attachments Tab */
.font-12px {
  font-size: 12px;
}

/* SHPN-5288 Countdown Announcement Banner */

.button-switch .switch#countdown-switch:checked:before {
  background-color: #5cb85b;
}

/* SHPN-5400 Elf Ticket Auto Delegation */

.sidebaron-ticket-link {
  display: flex;
}

.sidebaron-ticket-link>div {
  padding: 0 20px;
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.ticket-operator-list {
  margin-top: 5px;
  padding: 0;
  list-style-type: none;
}

.ticket-operator-list li {
  padding: 5px 20px;
  border-bottom: 1px solid #ddd;
}

/* Shopper Paypal Account */

/*
  PayPal Colors
  #0c2f86

*/

:root {
  --paypalbgWhite: #f7f7f7;
  --paypalDarkBlue: #0c2f86;
  --paypalLightBlue: #389bdd;
  --shippn-orange: #ff6c36;
  --shippn-blue: #3d85b0;
  --klarna-pink: #ffa8cd;
}

.shopper-paypal-account-wrapper {
  background-color: var(--paypalbgWhite);
}

.shopper-klarna-account-wrapper {
  background-color: var(--klarna-pink);
}

.shopper-paypal-account-list,
.shopper-klarna-account-list {
  grid-template-columns: repeat(auto-fit, minmax(240px, 300px));
}

.shopper-paypal-account-header {
  color: var(--paypalDarkBlue);
}

.shopper-klarna-account-header {
  color: #fff;
}

.shopper-paypal-account-body,
.shopper-paypal-account-footer,
.shopper-klarna-account-body,
.shopper-klarna-account-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--paypalLightBlue);
}

.shopper-klarna-account-body,
.shopper-klarna-account-footer {
  color: #fff;
}

.shopper-paypal-account-footer {
  color: var(--paypalDarkBlue);
}

.payment-info-wrapper-title {
  color: #a5a5a5;
}

#bannerImagePreview img {
  max-width: 100%;
}

.announcementBanner-div-parse-html img {
  max-width: 100%;
}

#sup-banner img {
  max-width: 100%;
}

/* New Shopper View Mobie Updates */

.shopper-new-ticket-tab-menu {
  font-size: 12px;
}

@media (max-width: 768px) {
  .addresses-box {
    height: auto;
    max-height: auto;
  }

  .shopper-tickets--wrapper {
    width: 100%;
  }

  .shopper-new-ticket-tab-menu {
    font-size: 11px;
  }
}

/*==================================*/
/* SHPN-5423 */

.money-business-area-header {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.percentage-input {
  position: relative;
  display: flex;
  align-items: center;
}

.percentage-input-input {
  padding-right: 34px;
}

.percentage-input::after {
  position: absolute;
  content: "%";
  top: 0;
  bottom: 0;
  right: 0;
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #000;
}

/*
.percentage-input::after{
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  content: "%";
} */

.acts-amount,
.acts-amount>input {
  color: #3d85b0 !important;
}

.acts-cost,
.acts-cost>input {
  color: var(--shippn-orange);
}

.acts-item-label {
  color: #000;
  font-weight: bold;
  text-align: left;
}

.money-business-acts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.money-business-acts-item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 5px;
  align-items: center;
}

.money-business-acts-item:nth-child(odd) {
  background-color: #e9e9e9;
}

.money-business-acts-item-zonos {
  display: block;
}

.acts-item-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.money-business-payment-method {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.money-business-payment-method .payment-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.payment-method-label {
  color: #000;
  font-weight: bold;
}

.acts-item-edit {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.acts-item-edit>.acts-amount {
  padding: 0 5px 0 0;
}

.acts-item-edit>.acts-cost {
  display: flex;
  gap: 5px;
}

.money-business-profits {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.money-business-profits-label {
  color: #000;
  font-weight: bold;
}

.host-profit>.money-business-item-edit {
  padding-right: 5px;
}

.shippn-profit>.money-business-item-edit {
  padding-left: 5px;
}

.newTicket-sticky-actions-footer-button-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  justify-content: space-evenly;
}

input[type="file"] {
  font-size: 0;
}

::file-selector-button {
  font-size: initial;
}

.hower-underline {
  font-size: 16px;
}

.hower-underline:hover {
  text-decoration: underline;
}

@media (max-width: 576px) {
  .newTicket-sticky-actions-footer-button-group {
    flex-direction: column;
    padding: 0 30px;
  }

  .newTicket-sticky-actions-footer-button-group>button {
    width: 100%;
  }
}

.orders-counts-with-status,
.orders-counts-with-status-package-order {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 5px;
}

.orders-counts-with-status>div,
.orders-counts-with-status-package-order>div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background-color: #efefef;
  padding: 5px;
  border-radius: 5px;
}

.orders-counts-with-status h6,
.orders-counts-with-status-package-order h6 {
  margin: 0;
  text-align: center;
  font-weight: bold;
}

.counts-label {
  font-size: 12px !important;
  text-transform: none !important;
  text-align: center;
}

.orders-counts-with-status-package-order {
  grid-template-columns: repeat(14, minmax(0, 1fr));
}

@media (max-width: 1100px) {
  .orders-counts-with-status-package-order {
    display: none;
  }
}

@media (max-width: 992px) {
  .orders-counts-with-status {
    display: none;
  }
}

.countries-wrapper {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: minmax(200px, 1fr);
  gap: 20px;
}

.countries-country {
  background-color: #fff;
  box-shadow: 5px 5px 10px #0000000d;
  border-radius: 10px;
  padding: 15px 20px;
}

.countries-country-header {
  display: grid;
  grid-template-columns: 1fr 30px;
  gap: 10px;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.countries-country-name>h5 {
  font-weight: 600;
}

.countries-country-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 10px;
}

.countries-country-listed-status>label,
.countries-country-bfm-status>label,
.countries-country-listed-hosts>label,
.countries-country-elevated-status>label {
  font-size: 12px;
}

.countries-country-host-list {
  padding: 0;
  list-style-type: none;
}

.country-view-all-hosts-btn {
  text-decoration: underline;
  color: #0c2f86;
}

@media (max-width: 1440px) {
  .countries-wrapper {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1200px) {
  .countries-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1024) {
  .countries-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .countries-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .countries-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* Affilaite Users */

.affiliate-user-store-products-wrapper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr);
  gap: 15px;
  place-content: center;
  margin-top: 30px;
}

.affiliate-user-store-products-wrapper-products-image,
.affiliate-user-store-products-wrapper-products-image img {
  max-width: 100%;
}

.host-store-items-wrapper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr);
  gap: 15px;
  place-content: center;
  margin-top: 30px;
}

.host-store-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
  padding-bottom: 15px;
  box-shadow: 5px 5px 10px #0000000d;
  background-color: #fff;
  border-radius: 10px;
}

.host-store-item-image {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 16.25rem;
  border-bottom: 1px solid #ddd;
}

.host-store-item-image img {
  display: inline-block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  object-fit: contain;
}

.host-store-item-detail {
  padding: 0 15px;
}

.host-store-item-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  /* font-family: 'TF2-Bold'; */
}

.host-store-item-detail-price {
  font-size: 14px;
  font-weight: 600;
  background-color: #eee;
  color: #414141;
  padding: 2px 4px;
  min-height: 32px;
  display: flex;
  align-items: center;
}

.host-store-item-detail-price>h6 {
  margin: 0;
  font-size: 13px;
}

.host-store-item-add-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: initial;
  padding-top: 10px;
  padding-bottom: 10px;
}

.host-store-item-overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #21212182;
  opacity: 0;
  transition: 0.25s all ease 0s;
  -webkit-transition: 0.25s all ease 0s;
  -moz-transition: 0.25s all ease 0s;
  -ms-transition: 0.25s all ease 0s;
}

.host-store-item:hover .host-store-item-overlay {
  animation: showItem ease-in 0.25s forwards;
}

.host-store-item-add-button {
  font-size: 12px;
}

@keyframes showItem {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1200px) {
  .host-store-items-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 992px) {

  .host-store-items-wrapper,
  .affiliate-user-store-products-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 576px) {
  .host-store-item-footer {
    flex-direction: column;
    gap: 5px;
  }

  .shorkstore-bg {
    background-size: 200% !important;
  }
}

.affiliate-information-area {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-areas:
    "affOnBoardingArea affOnBoardingArea affOnBoardingArea affOnBoardingArea"
    "affAboutArea affAboutArea affAboutArea affPaymentArea"
    "affShortDescArea affShortDescArea affShortDescArea ."
    "affStoreArea affStoreArea affStoreArea affStoreArea";
  gap: 15px;
}

.affilaite-on-boarding-wrapper {
  grid-area: affOnBoardingArea;
}

.affiliate-about-wrapper {
  grid-area: affAboutArea;
}

.affiliate-payment-wrapper {
  grid-area: affPaymentArea;
}

.affiliate-short-description-wrapper {
  grid-area: affShortDescArea;
}

.affiliate-store-wrapper {
  grid-area: affStoreArea;
}

.new-ticket-consolidation-area-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

@media (max-width: 1800px) {
  .new-ticket-consolidation-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.form-control {
  font-size: 13px;
}

.btn-info.selected {
  background-color: #0d4758;
}

.btn-light.selected {
  background-color: #0d4758;
  color: #fff;
}

.min-w-330 {
  min-width: 330px;
}

.btn-cargo-tab-btn {
  background: #fff;
  color: #444;
}

.btn-cargo-tab-btn:hover {
  background-color: #222;
  color: #fff;
}

.btn-cargo-tab-btn.active {
  background-color: #222;
  color: #fff;
}

.multiple-vendor-filter-list {
  margin-bottom: 10px;
}

.searched-vendor-a {
  border-bottom: 1px solid #fff;
  font-size: 11px;
  padding: 5px;
}

.selected-vendors-span,
.searched-vendor-span {
  word-break: break-word;
  white-space: normal;
  overflow-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.selected-vendors-span {
  font-size: 10px;
  line-height: 10px;
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 2px;
  position: relative;
}

.multiVendorDeleteIcon {
  position: absolute;
  top: 10px;
  right: -17px;
  font-size: 13px;
  cursor: pointer;
}

.email-template-list {
  position: absolute;
  top: lef;
  /* background: #ffff; */
  padding: 4px;
  border: 1px solid #ddd;
  max-height: 380px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: #424242;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
}

.email-template-list>span {
  cursor: pointer;
  border-bottom: 1px solid #fff;
}

.margin-0 {
  margin: 0;
}

.prohibited-card {
  margin-bottom: 10px !important;
}

.prohibited-card-header {
  padding: 5px !important;
  cursor: pointer;
}

.prohibited-card-header-i-fixer {
  line-height: 34px !important;
  cursor: pointer;
}

.prohibited-card-body {
  padding: 15px !important;
}

.prohibited-category-title-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 15px;
}

.prohibited-category-title::after {
  position: relative;
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #222;
}

.host-city-image-upload-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.btn-grey {
  background-color: #444;
  color: #fff;
}

.btn-grey:hover {
  background-color: #222;
  color: #ddd;
}

.modal-host-documents-lg {
  max-width: 560px;
}

.host-national-id-images-wrapper,
.host-passport-id-images-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.appearance-none {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.applePay-card {
  background-color: rgb(48, 49, 61);
  color: #fff;
  border: 1px solid rgb(48, 49, 61);
}

.gPay-card {
  background-color: #fff;
  color: #000;
  border: 1px solid #5f6368;
}

.linkPay-card {
  background-color: #41d66f;
  color: #111;
  border: 1px solid #41d66f;
}

.express-account-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.express-account-body,
.express-account-footer>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bfmOrder-host-payment-calculation-details-host-info,
.bfmOrder-host-payment-calculation-details-payment-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

/* Red Tickets */

.red-tickets-assignee-filter-wrapper {
  margin-bottom: 15px;
}

.red-tickets-unassigned-contact-us-tickets-section,
.red-tickets-unassigned-others-tickets-section {
  margin-top: 30px;
}

.red-tickets-unassigned-others-tickets-section {
  margin-bottom: 30px;
}

.red-tickets-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  background-color: #f9fafb;
}

.red-tickets-section-header-controls {
  display: flex;
  gap: 15px;
}

.red-tickets-section-header-controls>select.records-select {
  min-width: 150px;
}

.red-tickets-section-header-controls>.btn-expand-collapse {
  min-width: 120px;
}

.red-tickets-section-body {
  border: 1px solid #e1e1e1;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.red-tickets-table>thead {
  background-color: #f0f0f1;
}

.btn-dark:hover {
  color: #eee;
}

.hgh-75 {
  height: 75px;
}

.elfgpt-ticket-summary-bar {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  min-height: 255px;
  height: auto;
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
  border-radius: 5px;
  margin: 5px -10px 0;
  padding: 0 15px 15px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  width: calc(100% + 20px);
}

.elfgpt-ticket-summary-bar-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  width: calc(100% - 20px);
  max-height: 2550px;
  overflow-y: auto;
}

.elfgpt-ticket-summary-bar-closer {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.elfgpt-ticket-summary-response-content-actions {
  display: flex;
  gap: 10px;
}

.elfgpt-ticket-summary-bar-margin-fixer {
  margin-top: 265px;
}

.elfgpt-generate-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
}

.elfgpt-ticket-summary-response-content {
  display: grid;
  flex-direction: column;
  gap: 10px;
  margin-top: 5px;
  padding: 5px 10px 10px;
  width: 100%;
  background-color: #faf9f9;
  border-radius: 5px;
  z-index: 9999;
}

.elfgpt-ticket-summary-response-content>.elfgpt-conversation-body-feedback-actions {
  margin-bottom: -50px;
  z-index: 1;
}

.elfgpt-ticket-summary-response-content h5>span {
  color: #AAA;
}

.response-for-host {
  background-color: #ebebeb;
  padding: 10px;
  border-radius: 5px;
}

/* ELF GPT Section */

.elfgpt-conversation-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
  overflow: scroll;
}

.elfgpt-section,
.elfgpt-footer {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.elfgpt-body {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  gap: 15px;
  /* border: 1px solid #e1e1e1; */
  border-radius: 5px;
}

.elfgpt-footer-control-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}

.elfgpt-prompt-entering-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}

.elfgpt-conversation-item {
  /* display: flex; */
  gap: 15px;
  /* align-items: flex-start; */
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: start;
}

.elfgpt-conversation-item.from-user {
  /* justify-content: flex-end; */
  grid-template-columns: 1fr 40px;
  justify-items: end;
}

.elfgpt-conversation-item>.elfgpt-conversation-body {
  display: grid;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 5px;
  padding: 12px;
  max-width: 80%;
  background-color: #ebebee;
}

.elfgpt-conversation-item.from-elfgpt>.elfgpt-conversation-body {
  background-color: #f4f4f5;
  color: #09090b;
}

.elfgpt-conversation-item.from-user>.elfgpt-conversation-body {
  background-color: #09090b;
  color: #f4f4f5;
}

.elfgpt-conversation-item.to-host-response>.elfgpt-conversation-body {
  background-color: #f4f4f5;
  color: #09090b;
}

.elfgpt-conversation-item.to-shopper-response>.elfgpt-conversation-body {
  background-color: #e2e2e2;
  color: #09090b;
}

.elfgpt-conversation-body-feedback-actions {
  display: flex;
  width: 100px;
  gap: 1px;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
}

.elfgpt-feedback-upvote {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #16a34a;
}

.elfgpt-feedback-downwote {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #c34a47;
}

.elfgpt-feedback-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: #f4f4f4;
  padding: 6px 12px;
  transition: all 0.2397s ease-in;
}

.elfgpt-conversation-item.to-host-response>.elfgpt-conversation-body>.elfgpt-conversation-body-feedback-actions>.elfgpt-feedback-button {
  background-color: #fcfafa;
}

.elfgpt-conversation-item.to-host-response>.elfgpt-conversation-body>.elfgpt-conversation-body-feedback-actions>.elfgpt-feedback-button:hover,
.elfgpt-feedback-button:hover {
  background-color: #fff;
}

.elfgpt-conversation-item>.elfgpt-conversation-sender>.elfgpt-conversation-sender-image {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebebee;
}

.elfgpt-conversation-item.from-elfgpt>.elfgpt-conversation-sender>.elfgpt-conversation-sender-image,

.elfgpt-conversation-item.to-host-response>.elfgpt-conversation-sender>.elfgpt-conversation-sender-image {
  background-color: #f4f4f5;
}

.elfgpt-conversation-item.to-shopper-response>.elfgpt-conversation-sender>.elfgpt-conversation-sender-image {
  background-color: #e2e2e2;
}

.elfgpt-conversation-item.from-user>.elfgpt-conversation-sender>.elfgpt-conversation-sender-image {
  background-color: #09090b;
  color: #f4f4f5;
}


.gpt-generate-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  min-width: 120px;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}

.loader {
  color: #5f5f5f;
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -35px;
  animation-delay: -0.32s;
}

.loader:after {
  left: 35px;
}

@keyframes bblFadInOut {

  0%,
  80%,
  100% {
    box-shadow: 0px 0px 0 2px
  }

  40% {
    box-shadow: 0 0 0 0
  }
}


.btn-white {
  background-color: #fff;
  border-color: #e1e1e1;
  color: #09090b;
}

.btn-white:hover {
  background-color: #f4f4f5;
  border-color: #e1e1e1;
  color: #09090b;
}


.title {
  width: 40%;
}

.link {
  width: 60%;
}

.description {
  width: 70%;
}

.shimmer {
  padding: 0;
  width: 95%;
  height: 120px;
  margin: 0;
  background: #ffffff;
}

.shimmer-host {
  background-color: #ebebeb;
}

.shimmer-shopper {
  background-color: #faf9f9;
}

.shimmer-conversation {
  background-color: #ebebee;
}

.shimmer .image-card {
  height: 90px;
  width: 90px;
  float: right;
  border-radius: 8px;
}

.stroke {
  height: 14px;
  background: #777;
  margin-top: 10px;
}

.shimmer-wrapper {
  width: 0px;
  animation: fullView 0.5s forwards linear;
}

@keyframes fullView {
  100% {
    width: 100%;
  }
}

.animate {
  animation: shimmer 3s;
  animation-iteration-count: infinite;
  background: linear-gradient(to right, #e6e6e6 5%, #cccccc 28%, #e6e6e6 38%);
  background-size: 1000px 100%;
}

@keyframes shimmer {
  from {
    background-position: -1000px 0;
  }

  to {
    background-position: 1000px 0;
  }
}

.users-list-seperator {
  width: 1px;
  height: 100%;
  background-color: #e2e0e0;
  user-select: none;
}

.users-lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-rows: 1fr;
  gap: 15px;
}

.allowed-users-list,
.admin-users-list {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

.border-top-1-e2e0e0 {
  border-top: 1px solid #e2e0e0;
  padding-top: 15px;
}




.allowed-users-settings-wrapper,
.admin-users-settings-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.allowed-user-wrapper,
.admin-user-wrapper {
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 15px;
}

.admin-users-control,
.allowed-users-control,
.admin-users-control>button,
.allowed-users-control>button {
  width: 100%;
  min-width: 100%;
}

.ai-settings-main-container {
  max-width: 800px;
  margin: auto;
}

.ai-settings-main-row {
  padding: 15px;
  border: 1px solid #ebebeb;
  background-color: #fff;
}

.settings-tab-control:hover,
.settings-tab-control:focus {
  background-color: #f1f1f1;
}

.assistant-settings-item-wrapper,
.prompt-settings-item-wrapper,
.api-settings-item-wrapper,
.language-model-settings-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.assistant-temperature-label-w,
.assistant-settings-enabled-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.assistant-settings-enabled-item-switch-holder {
  position: relative;
  width: 30px;
  height: 17px;
}




.switch-aiSettings {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

/* Hide default HTML checkbox */
.switch-aiSettings input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-aiSettings {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-aiSettings:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-aiSettings-input:checked+.slider-aiSettings {
  background-color: #2196F3;
}

.switch-aiSettings-input:focus+.slider-aiSettings {
  box-shadow: 0 0 1px #2196F3;
}

.switch-aiSettings-input:checked+.slider-aiSettings:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider-aiSettings.round-aiSettings {
  border-radius: 17px;
}

.slider-aiSettings.round-aiSettings:before {
  border-radius: 50%;
}

/* 
.ai-settings-modal-dialog{
  align-items: center;
  justify-content: center;
  height: 100%;
}
.in .ai-settings-modal-dialog{
  display: flex;
}
.ai-settings-modal-content{
  min-width: 360px;
} */

.modal-lg {
  max-width: 100%;
}

.ai-settings-textarea {
  resize: vertical;
}

.border-red {
  border: 1px solid red;
}

.text-error {
  color: red;
  font-size: 12px;
}

.bfm-item-host-base-price-wrapper {
  display: grid;
  grid-template-columns: 1fr 60px;
  gap: 5px;
}


.currency-selection-currency-list {
  max-height: 200px;
  background: #fff;
  padding: 5px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  z-index: 3;
  position: absolute;
  width: calc(100% - 10px);
  left: 5px;
  gap: 10px;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 24%);
  padding: 10px 15px;
}

.currency-selection-currency-list-item {
  cursor: pointer;
  text-align: right;
}

.voted-class {
  padding: 4px 12px;
  font-size: 18px;
}

.elfgpt-feedback-upvote.voted-class {
  padding: 4px 12px;
  font-size: 18px;
  color: #16a34a;
  background-color: #bbf7d0 !important;
}

.elfgpt-feedback-downwote.voted-class {
  color: #c34a47;
  background: #ef444433;
  background-color: #ef444433 !important;
}

.b2b-shipments-search-filter-grid-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}


.b2b-shipments-search-filter-grid-wrapper.custom-range-picker-active {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 2fr 1fr 1fr 1fr;
}

.b2bShipmentsFilters-searchbox {
  position: relative;
}

.b2bShipmentsFilters-searchbox>i {
  position: absolute;
  top: 10px;
  left: 7px;
  color: #A1a1a1;
}

.b2bShipmentsFilters-searchbox>.form-control {
  padding-left: 25px;
}

.b2bShipmentsFilters-date-range-box {
  position: relative;
  background-color: #fff;
}

.b2bShipmentsFilters-date-range-box>i {
  position: absolute;
  top: 10px;
  left: 7px;
  z-index: 0;
}

.b2bShipmentsFilters-date-range-box>.form-control {
  padding-left: 25px;
  position: relative;
  background: transparent;
  z-index: 1;
}

#datepicker-container {
  display: flex;
  gap: 1rem;
}

.moneybusiness-modal-result-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  ;
}

.moneybusiness-modal-result-item-head,
.moneybusiness-modal-result-item-contents {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.moneybusiness-modal-result-item-contents:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.create-b2b-order-form label {
  color: #ff6c36;
}

.user-personal-notes-wrapper {
  width: 100%;
}

.user-personal-notes-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-personal-notes-body-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .2);
}

.user-personal-notes-body,
.user-personal-notes-body>.well {
  width: 100%;
}


.user-personal-notes-history-cards-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.well-sm {
  margin-bottom: 10px;
}

.warehouse-informations-body {
  display: flex;
  gap: 15px;
  align-items: center;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .2);
  min-width: 300px;
}

.warehouse-information-profile-image>img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}

.warehouse-status-active,
.warehouse-status-deactiove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 32px;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
}

.warehouse-status-active {
  background-color: #75d096;
}

.warehouse-status-deactiove {
  background-color: #eb6f6f;
}

.order-customs-option-type {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border: 2px solid #eee;
  border-radius: 5px;
  font-weight: bold;
  min-width: 50px;
}

.order-customs-option-type.type-ddp {
  color: #6aa94f;
  border-color: #6aa94f;
}

.order-customs-option-type.type-ddu {
  color: #ff9b0f;
  border-color: #ff9b0f;
}

td > p > a > img,
p > div > a > img{
    max-height: 150px; 
    object-fit: contain;
}