.slick-track {
  margin: inherit;
}

.notification-time {
  text-align: right;
  width: 100%;
  display: block;
  margin-top: 10px;
}

.bgpink {
  background: #fff2f2 !important;
  border: 1px solid #005aa980 !important;
}

.uiBoxContainer p {
  font-size: 12px !important;
  line-height: 16px;
}

#navigation ul li ul {
  border-top: 2px solid #005aa9 !important;
}

#navigation ul li ul a:hover {
  background-color: #fafafa;
}

#navigation ul ul a {
  padding: 10px 30px 10px 15px !important;
}

#navigation.style-1 ul ul li {
  margin: 0;
  border-radius: 0;
  float: none;
  width: 220px !important;
}

#whatsappButton {
  height: 100% !important;
  background: transparent;
  color: green;
  /* margin-bottom: 10px; */
  /* margin-top: 10px; */
  padding: 10px 0;
}

.btn-view-vendor-info {
  border: none !important;
}

#vendor-info-table-body tr td {
  padding: 10px;
}

.notification-card {
  cursor: pointer;
}

.notification-card.unread {
  opacity: 1;
}

.notification-card.read {
  opacity: 0.5;
}


.box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 5px;
}

.box::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.box::-webkit-scrollbar-thumb {
  background-color: #787373;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 5px;
}

.icons {
  display: inline;
  float: right;
}

.notification {
  position: relative;
  display: inline-block;
}

.number,
.number2,
.favoriteNumber {
  height: 20px;
  width: 20px;
  background-color: #f39c12;
  border-radius: 20px;
  color: white;
  text-align: center;
  position: absolute;
  top: -11px;
  left: 17px;
  display: flex;
  padding: 0;
  font-size: 10px;
  border-style: solid;
  align-items: center;
  justify-content: center;
}

.number:empty {
  display: none;
}

.notBtn {
  transition: 0.5s;
  cursor: pointer;
}

.fa-bell {
  font-size: 18px;
  color: black;
}

.fs--1 {
  text-align: left;
  font-size: 11px !important;
  line-height: 11px;
  margin-bottom: 0 !important;
}

#cookie-management-content.hidden {
  display: none !important;
}

#cookie-management-content.show {
  display: block !important;
}

#vendor-info-content.hidden {
  display: none !important;
}

#vendor-info-content.show {
  display: block !important;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #e8e8e8 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: normal !important;
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
  padding: 0.5em;
  position: relative;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  display: flex;
  align-items: center;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  span {
  margin-right: 0.5em;
}

.close-btn-county {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  cursor: pointer;
}

.box {
  width: 400px;
  z-index: 99999999;
  border-radius: 12px;
  transition: 0.5s;
  position: absolute;
  padding: 0px;
  right: -190px;
  margin-top: 12px;
  background-color: #f4f4f4;
  -webkit-box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.1);
  cursor: context-menu;
  display: none;
}

@media screen and (max-width: 768px) {
  .box {
    width: 320px;
    right: -12px;
  }
}

.box h5 {
  color: white !important;
}

.box .card-body {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 300px;
}

.box .card-header a {
  color: white !important;
}

.box .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #005aa9;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 5px 5px 0 0 !important;
  border-bottom: 1px solid white;
}

.fas:hover {
  color: #005aa9;
}

.gry {
  background-color: #f4f4f4;
}

.top {
  color: black;
  padding: 10px;
}

.cont {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}

.cont:empty {
  display: none;
}

.stick {
  text-align: center;
  display: block;
  font-size: 50pt;
  padding-top: 70px;
  padding-left: 80px;
}

.stick:hover {
  color: black;
}

.cent {
  text-align: center;
  display: block;
}

.sec {
  padding: 25px 10px;
  background-color: #f4f4f4;
  transition: 0.5s;
}

.profCont {
  padding-left: 15px;
}

.profile {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  width: 75px;
  float: left;
}

.txt {
  vertical-align: top;
  font-size: 1.25rem;
  padding: 5px 10px 0px 115px;
}

.sub {
  font-size: 1rem;
  color: grey;
}

.new {
  border-style: none none solid none;
  border-color: #005aa9;
}

.sec:hover {
  background-color: #bfbfbf;
}

.filter-date {
  display: flex;
  align-items: center;
  justify-content: start;
}

.collectionTitle {
  width: 100%;
  display: block;
  color: black;
  font-size: 13px !important;
}

.circleIcon {
  font-size: 5px !important;
  color: #005aa9 !important;
  padding-right: 5px;
}

.button-container {
  display: none;
}

@media (max-width: 768px) {
  .pro-wrapper {
    text-align: center;
  }

  .button-container {
    z-index: 9999999;
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    background-color: #f7f7f7;
    height: 60px;
    align-items: center;
    justify-content: space-around;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px,
      rgba(245, 73, 144, 0.5) 5px 10px 15px;
  }

  .button-container .button {
    outline: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    flex-direction: column;
  }

  .button-container .button span {
    margin-top: 5px;
    font-size: 11px;
  }

  .button-container .button:hover {
    transform: translateY(-3px);
  }

  .button-container .icon {
    font-size: 18px;
  }
}

.badge-cok-yakinda {
  color: white;
  font-size: 10px;
  /* font-weight: bold; */
  padding: 8px;
  border-radius: 12px;
  /* position: absolute; */
  /* top: -5px; */
  left: -7px;
  z-index: 1;
  width: auto;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: green;
  margin-left: 0px;
}
