.zoom {
  padding: 30px;
  transition: transform 0.2s;
}
.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}

/* The device with borders */
.smartphone {
  position: relative;
  width: 360px;
  height: 640px;
  margin: auto;
  border: 16px black solid;
  border-top-width: 60px;
  border-bottom-width: 60px;
  border-radius: 36px;
}

/* The horizontal line on the top of the device */
.smartphone:before {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 10px;
}

/* The circle on the bottom of the device */
.smartphone:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 50%;
}

/* The screen (or content) of the device */
.smartphone-content {
  width: 360px;
  height: 640px;
  background-size: 91.2% 520px;
  background-repeat: no-repeat;
}

.table-stats tr td,
.table-stats tr th {
  padding: 17px 5px 10px 0px;
}
.table-stats {
  width: 100%;
}

text.highcharts-credits {
  display: none;
}

.empty-div-box {
  padding: 80px;
  background-image: url(../images/icons/box.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.img-loading {
  margin: 25% 25% 25% 25%;
  position: absolute;
  z-index: 2;
}

/* prepare wrapper element */
div.discount-div {
  display: inline-block;
  position: relative;
}

/* position the unit to the right of the wrapper */
div.discount-div::after {
  position: absolute;
  top: 8px;
  right: 1.5em;
  transition: all 0.05s ease-in-out;
}

/* move unit more to the left on hover
   for arrow buttons will appear to the right of number inputs */
div.discount-div:hover::after {
  right: 3.1em;
}

.discount-div::after {
  content: "%";
}

/* List animation VueJS */
.list-enter-active,
.list-leave-active,
.list-move {
  transition: 500ms cubic-bezier(0.59, 0.12, 0.34, 0.95);
  transition-property: opacity, transform;
}

.list-enter {
  opacity: 0;
  transform: translateX(50px) scaleY(0.5);
}

.list-enter-to {
  opacity: 1;
  transform: translateX(0) scaleY(1);
}

.list-leave-active {
  position: absolute;
}

.list-leave-to {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
}

.fade-enter-active {
  transition: opacity 0.5s ease-out;
  transition-delay: 0.5s;
}
.fade-enter {
  opacity: 0;
}
.fade-enter-to {
  opacity: 1;
}
.fade-move {
  transition: transform 0.5s;
}

.loading-image-div {
  display: block;
  position: fixed;
  background-image: url("../images/loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
.loading-image {
  display: block;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 101;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
}

.text-white {
  color: white !important;
}

/* List animation VueJS */
.list-enter-active,
.list-leave-active,
.list-move {
  transition: 500ms cubic-bezier(0.59, 0.12, 0.34, 0.95);
  transition-property: opacity, transform;
}

.list-enter {
  opacity: 0;
  transform: translateX(50px) scaleY(0.5);
}

.list-enter-to {
  opacity: 1;
  transform: translateX(0) scaleY(1);
}

.list-leave-active {
  position: absolute;
}

.list-leave-to {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
}

.loading-image-div {
  display: block;
  position: fixed;
  background-image: url("../images/loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
.loading-image {
  display: block;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 101;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
}

.bg_black > div,
.bg-black {
  background-color: black;
}

#grab {
  overflow-x: auto;
  cursor: grab;
  margin: 0;
}

#grab::-webkit-scrollbar {
  width: 0px;
}
#grab .card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 7px 15px rgba(34, 35, 58, 0.5);
  max-width: 450px;
  display: flex;
  flex-direction: row;
  border-radius: 25px;
  position: relative;
  min-width: 400px;
  float: left;
  margin-left: 30px;
  max-height: 248px;
}

#grid .card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 7px 15px rgba(34, 35, 58, 0.5);
  display: flex;
  flex-direction: row;
  border-radius: 25px;
  position: relative;
  float: left;
  max-height: 236px;
  min-width: 100%;
  min-height: 236px;
  margin-bottom: 35px;
}

#grab .card h2,
#grid .card h2 {
  margin: 0;
  padding: 0 1rem;
  font-size: 26px;
  min-height: 56px;
}
#grab .card h2,
#grid .card h2 {
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -pre-wrap;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
  word-break: break-all;
}
#grab .card h2 a,
#grid .card h2 a {
  color: black;
  text-decoration: none;
}
#grab .card .title,
#grid .card .title {
  padding: 1rem;
  text-align: right;
  color: green;
  font-weight: bold;
  font-size: 12px;
}
#grab .card .desc,
#grid .card .desc {
  padding: 0.5rem 1rem;
  font-size: 12px;
}
#grab .card .actions,
#grid .card .actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding: 0.5rem 1rem;
}
#grab .card svg,
#grid .card svg {
  width: 85px;
  height: 85px;
  margin: 0 auto;
}

#grab .img-avatar img,
#grid .img-avatar img {
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  border: 6px solid white;
  background-color: white;
  top: 15px;
  left: 85px;
}

#grid .img-avatar img {
  left: 30px !important;
}

@media only screen and (max-width: 991px) {
  #grid .img-avatar img {
    left: 113px !important;
  }
}

@media only screen and (max-width: 848px) {
  #grid .img-avatar img {
    left: 75px !important;
  }
}

@media only screen and (max-width: 760px) {
  #grid .img-avatar img {
    left: 0px !important;
  }
  .title-total .title {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .container-fluid.container-campaigns {
    padding-right: 0px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 350px) {
  /* #grab .card .portada,
  #grid .card .portada,
  #grid .img-avatar {
    display: none !important;
  } */
}

.selection-campaign {
  max-width: 300px;
  margin: auto;
}

#grab .card-text {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
#grid .card-text {
  display: grid;
  grid-template-columns: 1fr 4fr;
}

#grab .title-total,
#grid .title-total {
  padding: 2.5em 1.5em 1.5em 1.5em;
}

#grab path,
#grid path {
  fill: white;
}

#grab .card .img-portada,
#grid .card .img-portada {
  width: 100%;
}

#grab .card .portada,
#grid .card .portada {
  width: 100%;
  height: 100%;
  max-height: 248px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-position: bottom center;
  background-size: cover;
}

#grid .card .portada {
  margin-left: 0px;
  max-height: 236px !important;
}

#grab .card .portada-default,
#grid .card .portada-default {
  background-image: url("https://cdn.hipwallpaper.com/i/45/83/l2VNZp.jpg");
}

#grab .card a.button-card,
#grid .card a.button-card {
  border: none;
  background: none;
  font-size: 24px;
  color: black;
  cursor: pointer;
  transition: 0.5s;
}
#grab .card a.button-card:hover,
#grid .card a.button-card:hover {
  color: #67b9e8;
  transform: rotate(22deg);
}

/* Index */
#grab .card .actions,
#grid .card .actions {
  grid-template-columns: repeat(5, 1fr);
}
.actions .button-card {
  font-weight: 800;
}

.card-filter-section .card-filter {
  background: #fff;
  box-shadow: 0px 7px 15px rgba(34, 35, 58, 0.5);
  border-radius: 10px;
  padding: 15px 0px 15px 0px;
  display: inline-block;
}
.card-filter-responsive-section {
  background: #fff;
  box-shadow: 0px 7px 15px rgba(34, 35, 58, 0.5);
  border-radius: 10px;
  padding: 15px 0px 15px 0px;
}
.card-filter-section .card-filter > div {
  margin: 0px 4px 0px 4px;
}

.floating-item {
  background: #fff;
  box-shadow: 0px 7px 15px rgba(34, 35, 58, 0.5);
  border-radius: 10px;
  margin-top: 30px;
}

@media only screen and (max-width: 850px) {
  .card-filter-section .card-filter {
    padding: 15px 2px 15px 2px;
  }
}

@media only screen and (max-width: 695px) {
  .card-filter-section {
    display: none !important;
  }
  .card-filter-responsive-section,
  .categories-filtered {
    display: block !important;
  }
}

.card-filter-responsive-section,
.categories-filtered {
  display: none;
}

.message-companies {
  margin: 100px 0px 50px 0px;
  font-size: 26px;
}

.item-inline {
  display: inline;
}

.card-filter .item-inline a:hover,
.card-filter .item-inline a:focus,
.card-filter .item-inline a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
}

.dropdown.open .dropdown-menu {
  max-height: fit-content;
  opacity: 1;
}

.dropdown-menu > li > a {
  padding: 6px 20px;
}

.dropdown-reverse {
  left: auto !important;
  right: 100% !important;
}

.arrows {
  width: 48px;
  height: 48px;
  border-color: #000;
  top: 35px;
  position: absolute;
}

@media only screen and (max-width: 360px) {
  .arrows {
    width: 26px;
    height: 26px;
    border-color: #000;
    top: 26px;
    position: absolute;
  }
}

.prev {
  border-bottom: 6px solid;
  border-left: 6px solid;
  transform: rotate(45deg);
  left: 50px;
}

.next {
  border-bottom: 6px solid;
  border-left: 6px solid;
  transform: rotate(-135deg);
  right: 50px;
}

.categories-filtered {
  margin-top: 25px;
  padding: 0px;
}

.selected-filter-image {
  /* border: 3px solid #676767; */
  border-radius: 100%;
  /* background-color: #ececec; */
  background: rgb(34, 177, 216);
  background: linear-gradient(
    90deg,
    rgba(34, 177, 216, 1) 0%,
    rgba(34, 216, 209, 1) 50%,
    rgba(0, 255, 169, 1) 100%
  );
  box-shadow: 0px 7px 15px rgba(34, 35, 58, 0.5);
  padding: 5px;
}

.selected-filter-image > .background {
  background: white;
  border-radius: 100%;
  padding: 5px;
}

.filter-image {
  padding: 20px;
}

.categories-filtered .list-group {
  padding-left: 0;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0px 7px 15px rgba(34, 35, 58, 0.5);
  border-radius: 10px;
}

/* Zoom transition */
.zoom-enter-active,
.zoom-leave-active {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: zoom;
}

.zoom-leave-active {
  animation-direction: reverse;
}

@keyframes zoom {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 1;
  }
}

.topic-left-enter {
  opacity: 0;
  transform: translateX(100%);
}

.topic-right-enter {
  opacity: 0;
  transform: translateX(-100%);
}

.topic-left-enter-active,
.topic-right-enter-active {
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}

.filters-company ul.components {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 990px) {
  .filters-company ul.components img {
    width: 100%;
  }
}
/**
* Sorteo
*/
.ball {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 50%;
  position: relative;
  background: radial-gradient(
    circle at 50% 40%,
    #fcfcfc,
    #efeff1 66%,
    #9b5050 100%
  );
  overflow: hidden;
  box-shadow: 10px 5px 5px #cecece;
  animation: ballGrow 2s ease-out forwards;
  transform: scale(0.5);
}
.ball:after {
  content: "";
  position: absolute;
  top: 5%;
  left: 10%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0.8) 14%,
    rgba(255, 255, 255, 0) 24%
  );
  -webkit-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
  -moz-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
  -ms-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
  -o-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
  transform: translateX(-80px) translateY(-90px) skewX(-20deg);
}

.stage {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 20px;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.number {
  position: absolute;
  width: 100%;
  left: 0px;
  text-align: center;
  line-height: 40px;
  font-size: 40px;
  font-weight: bold;
  color: black;
  font-family: "Roboto", sans-serif;
  animation: ballRoll 2s ease-out;
}

.number:after {
  content: attr(data-number);
  position: absolute;
  transform: translateX(-75%);
  opacity: 0;
  animation: numberReveal 0.1s 1.5s reverse forwards;
}

.number:before {
  content: "?";
  position: absolute;
  transform: translateX(-25%);
  animation: numberReveal 0.1s 1.5s forwards;
}

@keyframes ballRoll {
  0%,
  20%,
  50% {
    opacity: 1;
    transform: translateY(0) rotateX(0) scale(1);
  }
  10%,
  35%,
  75% {
    transform: translateY(100%) rotateX(170deg) scale(0.4);
  }
  11%,
  36%,
  76% {
    transform: translateY(-100%) rotateX(-170deg) scale(0.3);
    opacity: 0;
  }
}

@keyframes ballGrow {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes numberReveal {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.stage:nth-child(2) .ball,
.stage:nth-child(2) .number {
  animation-delay: 0.3s;
}

.stage:nth-child(2) .number:after,
.stage:nth-child(2) .number:before {
  animation-delay: 1.8s;
}

.stage:nth-child(3) .ball,
.stage:nth-child(3) .number {
  animation-delay: 0.6s;
}

.stage:nth-child(3) .number:after,
.stage:nth-child(3) .number:before {
  animation-delay: 2.1s;
}

.stage:nth-child(4) .ball,
.stage:nth-child(4) .number {
  animation-delay: 0.9s;
}

.stage:nth-child(4) .number:after,
.stage:nth-child(4) .number:before {
  animation-delay: 2.4s;
}

.stage:nth-child(5) .ball,
.stage:nth-child(5) .number {
  animation-delay: 1.2s;
}

.stage:nth-child(5) .number:after,
.stage:nth-child(5) .number:before {
  animation-delay: 2.7s;
}

.stage:nth-child(6) .ball,
.stage:nth-child(6) .number {
  animation-delay: 1.5s;
}

.stage:nth-child(6) .number:after,
.stage:nth-child(6) .number:before {
  animation-delay: 3s;
}

.stage:nth-child(7) .ball,
.stage:nth-child(7) .number {
  animation-delay: 1.8s;
}

.stage:nth-child(7) .number:after,
.stage:nth-child(7) .number:before {
  animation-delay: 3.3s;
}

.stage:nth-child(8) .ball,
.stage:nth-child(8) .number {
  animation-delay: 2.1s;
}

.stage:nth-child(8) .number:after,
.stage:nth-child(8) .number:before {
  animation-delay: 3.6s;
}

.stage:nth-child(9) .ball,
.stage:nth-child(9) .number {
  animation-delay: 2.4s;
}

.stage:nth-child(9) .number:after,
.stage:nth-child(9) .number:before {
  animation-delay: 3.9s;
}

.security-code .security-code-container .field-wrap {
  width: 49px;
  height: 49px;
}

.security-code .security-code-container .field-wrap .char-field {
  width: 45px;
  height: 45px;
  font-size: 24px;
  padding: 0;
  text-align: center;
}

@media (max-width: 500px) {
  .security-code .security-code-container .field-wrap {
    width: 36px;
    height: 36px;
  }
  .security-code .security-code-container .field-wrap .char-field {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
}

@media (max-width: 385px) {
  .security-code .security-code-container .field-wrap {
    width: 29px;
    height: 29px;
  }
  .security-code .security-code-container .field-wrap .char-field {
    width: 29px;
    height: 29px;
    font-size: 20px;
  }
}

.security-code .security-code-container .field-wrap {
  margin-left: 6px;
}

.form-textbox {
  font-size: 17px;
  line-height: 1.29412;
  font-weight: 400;
  letter-spacing: -0.021em;
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
  height: 34px;
  margin-bottom: 14px;
  padding-left: 15px;
  padding-right: 15px;
  color: #333;
  text-align: left;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background: #fff;
  background-clip: padding-box;
}

.security-code .security-code-container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.centered-elements {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 25px;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  width: 100%;
}

@media (max-width: 500px) {
  .centered-elements {
    padding: 0px;
  }
}

.email-input-roulette {
  min-width: 340px;
  max-width: 511px;
  width: 100%;
}

.email-input-roulette label {
  font-size: 13px;
}

.m-3 {
  margin: 25px;
}

.btn-play-again {
  margin-top: 50px;
  display: block;
  font-weight: 800;
  color: #5f5f5f;
}

.m-5 {
  margin: 35px;
}
.gift-title {
  font-weight: bold;
  font-size: 45px;
  font-family: system-ui;
}

.roulette-pointer {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .loading-image-div {
    left: 230px;
  }
}

.pointer {
  cursor: pointer;
}

@media (max-width: 767px) {
  .text-xs-left {
    text-align: left;
    padding-left: 0px;
  }
}

.btn-grad {
  background-image: linear-gradient(
    to right,
    #16222a 0%,
    #3a6073 51%,
    #16222a 100%
  );
}
.btn-grad {
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 4px;
  /*display: block;*/
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.bg-grad {
  background-image: linear-gradient(
    to right,
    #16222a 0%,
    #3a6073 51%,
    #16222a 100%
  );
}
.bg-grad {
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  display: block;
}

.bg-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.btn-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #4aa3db;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  font-size: 2em;
}

.my-float {
  margin-top: 16px;
  margin-right: 0px !important;
}

/*
* Modal custom VueJS
*/

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

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 600px) {
  .modal-container.modal-custom-1 {
    width: 95% !important;
  }
}

.modal-container.modal-custom-1 {
  width: 80%;
  min-height: 410px;
}

.modal-container {
  max-width: 550px;
  width: 80%;
  margin: 0px auto;
  /*padding: 20px 30px;*/
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.5s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h2,
.modal-header h1,
.modal-header h3,
.modal-header h4,
.modal-header h5 {
  margin-top: 0;
  color: white;
}

.modal-header h3 {
  font-size: 18px;
  color: white;
}

.modal-header {
  padding: 0rem;
  padding: 20px 30px;
  background-image: linear-gradient(
    to right,
    #16222a 0%,
    #3a6073 51%,
    #16222a 100%
  );
  transition: 0.5s;
  background-size: 200% auto;
}

.modal-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 430px;
  padding: 20px 40px;
}

.modal-default-button {
  float: right;
}

.text-white {
  color: white !important;
}

.text-bold {
  font-weight: bold;
}

/*
* The following styles are auto-applied to elements with
* transition="modal" when their visibility is toggled
* by Vue.js.
*
* You can easily play with the modal transition by editing
* these styles.
*/

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.jumbotron-discounts {
  background-image: url("../images/bg-discounts.jpg");
  background-size: cover;
  color: white;
}

.p-5 {
  padding: 50px;
}

@media only screen and (max-width: 760px) {
  #grid.discounts .title-total .title {
    display: block;
  }

  #grid.discounts .title-total h2 a {
    font-size: 18px;
  }
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #1a2831;
  border-color: #1a2831;
}

.next {
  border-left: 0px solid;
}

/* New Colors */
.bg-aqua,
.alert-info {
  background-image: linear-gradient(
    to right,
    #16222a 0%,
    #3a6073 51%,
    #16222a 100%
  );
  transition: 0.5s;
  background-size: 200% auto;
}

.bg-aqua:hover,
.alert-info:hover,
.text-aqua:hover {
  background-position: right center; /* change the direction of the change here */
}

.text-aqua {
  background: linear-gradient(to right, #16222a 0%, #3a6073 51%, #16222a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
}

/* Gradient */
button.btn-primary,
a.btn-primary {
  background-image: linear-gradient(
    to right,
    #16222a 0%,
    #3a6073 51%,
    #16222a 100%
  ) !important;
  transition: 0.5s !important;
  background-size: 200% auto;
  border-color: #151923;
}

button.btn-primary:hover,
a.btn-primary:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.search-table {
  height: 20px;
  width: 100px;
  border-radius: 3px;
}

.btn-apply-discount {
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 0px;
}

.button-information {
  font-size: 18px;
  border-color: #d6d6d6;
  transition: 0.5s;
  padding: 5px 15px;
  border-radius: 3px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: right !important;
    margin: 0;
  }
}

.nav.navbar-nav > li > a {
  font-family: system-ui;
  font-weight: 1000;
  font-size: 14px;
  display: block;
  color: #555;
}

/*-------- 27. My account style ---------*/
.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.myaccount-tab-menu a {
  border: 1px solid #ccc;
  border-bottom: none;
  font-weight: 600;
  font-size: 13px;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
}

.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #ccc;
}

.myaccount-tab-menu a i.fa {
  font-size: 14px;
  text-align: center;
  width: 25px;
}

@media only screen and (max-width: 767px) {
  #myaccountContent {
    margin-top: 30px;
  }
}

.myaccount-content {
  border: 1px solid #eeeeee;
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .myaccount-content {
    padding: 20px 15px;
  }
}

.myaccount-content form {
  margin-top: -20px;
}

.myaccount-content h3 {
  font-size: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-weight: 600;
}

.myaccount-content .welcome a:hover {
  color: rgb(28, 28, 28);
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active,
.myaccount-tab-menu a.focus {
  background-image: linear-gradient(
    to right,
    #16222a 0%,
    #3a6073 51%,
    #16222a 100%
  ) !important;
  background-size: 200% auto;
  border-color: #151923;
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.myaccount-table {
  position: relative;
  height: 250px;
  overflow: auto;
}

.myaccount-tab-menu a {
  transition: 0.5s !important;
  color: rgb(28, 28, 28);
}

.myaccount-content .welcome strong {
  font-weight: 600;
  color: rgb(28, 28, 28);
}

.myaccount-content fieldset {
  margin-top: 20px;
}

.myaccount-content fieldset legend {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.myaccount-content .account-details-form {
  margin-top: 50px;
}

.myaccount-content .account-details-form .single-input-item {
  margin-bottom: 20px;
}

.myaccount-content .account-details-form .single-input-item label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}

.myaccount-content .account-details-form .single-input-item input,
.myaccount-content .account-details-form .single-input-item select {
  border: 1px solid #e8e8e8;
  height: 50px;
  width: 100%;
  background-color: transparent;
  padding: 2px 20px;
  color: #1f2226;
  font-size: 13px;
}

.myaccount-content .account-details-form .single-input-item input:focus {
  border: 1px solid #343538;
}

.myaccount-content .account-details-form .single-input-item button {
  border: none;
  background-color: rgb(28, 28, 28);
  text-transform: uppercase;
  font-weight: 600;
  padding: 9px 25px;
  color: #fff;
  font-size: 13px;
}

.myaccount-content .account-details-form .single-input-item button:hover {
  background-color: #1f2226;
}

.myaccount-table {
  white-space: nowrap;
  font-size: 14px;
}

.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
  font-weight: 600;
  background-color: #f8f8f8;
  border-color: #ccc;
  border-bottom: 0;
  color: #1f2226;
}

.myaccount-table table td,
.myaccount-table .table td {
  padding: 10px;
  vertical-align: middle;
  border-color: #ccc;
}

.saved-message {
  background-color: #fff;
  border-top: 3px solid rgb(28, 28, 28);
  font-size: 14px;
  padding: 20px 0;
  color: #333;
}

body .navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: calc(100px + 100vw - 1260px) !important;
}
