.skillscol {
  padding-right: 0px;
  padding-left: 0px;
}

.starsscol {
  padding-right: 5px;
  padding-left: 5px;
}

h6.skillsh {
  font-size: 14px;
}

.custom-card .card-footer > div h3 {
  font-size: 15px !important;
}

@media only screen and (min-width: 530px) {
  .weather-bg .weather-details {
    padding-left: 50px;
    margin-bottom: 40px;
    margin-top: -35px;
  }
  .rounded-icon {
    border-radius: 25%;
    height: 40px;
    width: 40px;
    overflow: hidden;
  }
  .rounded-icon img {
    margin-top: -25%;
    width: 100%;
  }
  .page-main-header .main-header-right {
    padding: 14px 0px;
  }
}
.table td {
  vertical-align: middle;
}
.logo-wrapper img {
  width: 120px;
  margin-left: -15px;
}
@media only screen and (max-width: 530px) {
  .weather-bg .weather-details {
    padding-left: 30px;
    margin-bottom: 40px;
    margin-top: -15px;
  }
  .rounded-icon {
    border-radius: 25%;
    height: 40px;
    width: 40px;
    overflow: hidden;
  }
  .rounded-icon img {
    margin-top: -25%;
    width: 100%;
  }

  .product-page-main p {
    font-size: 15px;
    margin-bottom: 0px;
  }

  .badge {
    margin-bottom: 1rem;
  }

  .page-wrapper .page-main-header .main-header-left .logo-wrapper img {
    width: 80px;
    margin-left: 3px;
    padding-bottom: 6px;
  }
}
/* .product-filter .color-selector ul li.pink::after {
  content: "common";
  color: white;
}
.product-filter .color-selector ul li.purple::after {
  content: "uncommon";
  color: white;
}
.product-filter .color-selector ul li.yellow::after {
  content: "rare";
}
.product-filter .color-selector ul li.green::after {
  content: "epic";
}
.product-filter .color-selector ul li.black::after {
  content: "legendary";
  color: white;
}
.product-filter .color-selector ul li.white::after {
  content: "goad";
} */
.product-filter .clean-button {
  border: 1px solid black;
  border-radius: 5px;
  padding: 2px 15px 2px 15px;
  background-color: #9c1919;
  color: white;
}
.product-filter .clean-button:hover {
  box-shadow: 0px 0px 10px #9c1919;
}
.product-filter .color-selector ul li.pink {
  background-color: #be2588;
}
.product-filter .color-selector ul li.purple {
  background-color: #8400c5;
}
.product-filter .color-selector ul li.yellow {
  background-color: #efa702;
}
.product-filter .color-selector ul li.green {
  background-color: #8ec802;
}
.product-filter .color-selector ul li.pink:hover {
  box-shadow: 0px 0px 10px #eb2067;
}
.product-filter .color-selector ul li.purple:hover {
  box-shadow: 0px 0px 10px purple;
}
.product-filter .color-selector ul li.yellow:hover {
  box-shadow: 0px 0px 10px #a67f00;
}
.product-filter .color-selector ul li.green:hover {
  box-shadow: 0px 0px 10px green;
}
.product-filter .color-selector ul li.black:hover {
  box-shadow: 0px 0px 10px #000000;
}
.product-filter .color-selector ul li.white:hover {
  box-shadow: 0px 0px 10px gray;
}
.product-filter .color-selector ul li {
  padding: 1px 0px 0px 0px;
  text-align: center;
  margin: 0px 2px;
  width: 30px;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-v-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
@media only screen and (min-width: 992px) {
  .breedColumn {
    display: flex;
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 991px) {
  .page-main-header .main-header-right {
    padding: 0px 0px !important
    ;
  }
  .cukiSelectionRow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cukiSelectionRow input {
    margin-bottom: 10px;
    width: 155px;
    margin-right: 0px !important;
  }
  .breedColumn {
    display: flex;
    flex-direction: column;
  }
  .breedDisplay {
    flex-direction: column;
    align-items: center;
  }

  .page-wrapper .page-main-header .main-header-left {
    padding: 20px 0px 11px 20px;
  }
  .pointButtonSize {
    width: 250px;
    min-width: 250px;
  }
  .iconsidebar-menu,
  .iconbar-mainmenu-close {
    display: none !important;
  }
}

.color-selector img {
  width: 25px;
  text-align: center;
  padding-top: 3px;
}
.product-filter .color-selector ul li {
  padding: 2px;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 0;
  margin-bottom: 7px;
  margin-right: 5px;
}

.onhover-dropdown:hover .onhover-show-div {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
}

.page-main-header .main-header-right .nav-right .profile-dropdown {
  width: 360px;
  top: 70px;
  left: -180px !important;
}

.page-main-header .main-header-right .nav-right .profile-dropdown li a {
  padding: 10px;
  font-size: 14px;
  color: #000;
}
.onhover-dropdown {
  cursor: auto;
}
.page-main-header
  .main-header-right
  .nav-right
  .onhover-dropdown
  .onhover-show-div
  li {
  border-radius: 10px;
}

.phoneContent {
  width: 95px;
}

.filterIconSize {
  font-size: 1.1em;
}

@keyframes cantBreedHeart {
  0% {
    transform: scale(0.8);
  }
  15% {
    transform: scale(0.83);
  }
  100% {
    transform: scale(0.8);
  }
}

@keyframes animateHeart {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes breedingHeart {
  0% {
    transform: scale(0.8);
  }
  5% {
    transform: scale(0.9);
  }
  10% {
    transform: scale(0.8);
  }
  15% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.8);
  }
}

.heart-cantBreed-animation {
  animation: cantBreedHeart 2s infinite;
}
.heart-animation {
  animation: animateHeart 3s infinite;
}
.heart-breeding-animation {
  animation: breedingHeart 1.5s infinite;
}
.heart-icon-size {
  font-size: 1em;
}

.select-cuki {
  height: 90%;
  transition: all 0.5s ease;
}

.select-cuki:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: 1s;
  height: 90%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rounded-icon {
  border-radius: 25%;
  height: 65px;
  width: 55px;
  overflow: hidden;
}
.backgroundBlur {
  color: black;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
}
.textareaBridge {
  border-radius: 6px !important;
  font-size: 12px;
  resize: none;
}
.textareaBridgeDark::placeholder {
  color: #fff;
}
.guestWallet {
  width: 100vw;
  position: fixed;
  top: 78px;
  right: 0;
  z-index: 2;
  background: #f4b223;
  font-size: 16px;
  text-align: center;
}
.guestWalletError {
  border: #e1251b solid 3px;
}
.searchInput {
  width: 120px;
  border: #efefef solid 2px;
  border-radius: 6px;
  margin-right: 10px !important;
  font-family: Nunito;
}
.cukiSelectionRow {
  /* margin-bottom: 20px; */
  padding: 15px;
}
