@charset "UTF-8";
.main-logo-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 32px;
}

.logo-container {
  position: absolute;
  display: inline-block;
  top: 7px;
  left: 25px;
  height: 37px;
}

.header-left {
  width: 187px;
}

.triangle {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.triangle .zmdi.zmdi-chevron-down {
  font-size: 26px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
  color: #979797;
  overflow-x: hidden;
}

.select-wrapper {
  position: relative;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.semi-trans {
  opacity: 0.5;
}

.select-wrapper:after {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* Makes sure clicks on the arrow still open the select */
}

.box.action-box {
  background-color: #ffffff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.form-control:disabled, .form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}

select {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  padding-right: 30px; /* Make space for the arrow */
  width: 100%;
}

select option {
  background-color: white; /* Background color */
  color: rgb(53, 53, 53); /* Text color */
}

select option:hover {
  background-color: rgb(181, 181, 181); /* Background color */
  color: #8fb3bb; /* Text color */
}

.change-rareness-wrapper {
  position: absolute;
  bottom: 5px;
}

.no-show {
  display: none;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 5px; /* Adjust the width of the scrollbar */
  height: 3px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: none; /* Track color */
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(143, 179, 187, 0.8);
  border-radius: 4px;
}

/* Style the thumb of the scrollbar when hovered over */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #8fb3bb; /* Thumb color when hovered */
  opacity: 1;
}

.stamp {
  color: #f00;
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  padding: 0.25rem 0.25rem;
  text-transform: uppercase;
  border-radius: 1rem;
  font-family: "Courier";
  -webkit-mask-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/8399/grunge.png);
  -webkit-mask-size: 944px 604px;
  line-height: 2rem;
}

.approve-logo-badge.stamp {
  color: #ffffff;
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  top: 3px;
  left: 76px;
  transform: rotate(7deg);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #ee0082;
  height: 15px;
  border-radius: 4px;
  line-height: 8px;
  width: 58px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.global-icon {
  color: #8fb3bb;
  font-size: 26px;
}

.btn:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

.btn-type3 {
  margin: 0 0 0 0;
  border: 1px solid;
  color: #8FB3BB;
  padding: 2px 25px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  height: 29px;
}

.btn-type3:active {
  font-weight: 500;
  color: #8FB3BB;
}

.btn-type3:hover {
  font-weight: 500;
  color: #8FB3BB;
}

.btn-mt-5 {
  margin: 5px 0;
}

.minheight_850 {
  min-height: 850px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.logo-container a {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
}

.theme-blue-color {
  color: #8FB3BB !important;
}

.admin_actions {
  color: white;
  background-color: #fc1794;
  border-radius: 4px;
  padding: 5px 10px;
  display: flex;
  margin: 0 0px 20px 0;
  align-items: center;
  justify-content: space-between;
}

.admin_actions a.global-btn.style2 {
  color: white;
  font-size: 20px;
  padding: 0 20px;
  margin-left: 5px;
}

.admin_actions .global-btn {
  color: #fc1794;
  background-color: white;
  font-size: 20px;
  padding: 0 20px;
  margin-left: 5px;
}

.product-details-add-edit-icons-admin {
  display: flex;
}

.btn-secondary {
  color: #8fb3bb;
  background-color: white;
  border-color: white;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #8fb3bb;
  background-color: white;
  border-color: white;
}

.btn-secondary:hover {
  color: #8fb3bb;
  background-color: white;
  border-color: white;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.dropdown-menu .dropdown-item:hover {
  background-color: white;
  color: #8fb3bb;
}

.dropdown-menu .dropdown-item.active {
  background-color: white;
  color: #8fb3bb;
}

.data-wrap .dropdown-item {
  text-align: right;
}

/*...............Product Container..............*/
.products-container {
  margin-top: 40px;
  position: relative;
}

.products-container .item-box {
  display: inline-block;
  width: auto;
  background-color: white;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.products-container .item-box img {
  padding: 10px 10px 0 10px;
}

.products-container .product-img {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}

.item-box a.open-product-detail-popup {
  width: 100%;
}

.itemRow {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.itemInfoContainer {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.billboard-section .itemInfoContainer {
  max-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.products-container .item-box .product-img .wishlist {
  position: absolute;
  left: 20px;
  top: 16px;
  outline: none;
  background: none;
  border: 0;
  padding: 0;
  color: #ffffff;
  font-size: 29px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.products-container .item-box .product-img .wishlist.active {
  color: #fff500;
}

.products-container .item-box .product-img .is_licensable_icon p {
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.products-container .item-box .product-img .infoIconsContainer,
.favourites-item-box .infoIconsContainer {
  position: absolute;
  display: flex;
  right: 17px;
  top: 17px;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  max-width: calc(100% - 60px);
}

span.availability-date-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.is_spotted_icon-container {
  background-color: #8fb3bb;
  border: 2px solid white;
  height: 22px;
  border-radius: 4px;
  font-size: 12px;
  padding: 1px 5px;
  text-shadow: 0 0 BLACK;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  margin-left: 8px;
  margin-top: 4.5px;
}

.products-container .item-box .product-detail {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  background: #ffffff;
  min-height: 30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  max-width: 100%;
}

.products-container .item-box .title-year {
  display: flex;
  display: -ms-flexbox;
  align-items: flex-end;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 5px;
}

.products-container .item-box .title-year .year {
  font-size: 10px;
  line-height: 1.4;
}

.products-container .item-box .title-year h6 {
  font-size: 14px;
  margin: 0;
  margin-left: 10px;
  color: #474747;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 5px;
}

.products-container .item-box .status {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #8fb3bb;
  margin-right: 5px;
}

.products-container .item-box .status-count {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  line-height: 1;
  font-size: 17px;
}

.products-container .item-box .gallery-location-wrap {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  line-height: 1rem;
  font-size: 14px;
}

#fundusIndexPlus {
  height: 100%;
  width: 300px;
}

.img-upload.\.fundusIndex {
  height: 100%;
}

/*...........loader...........*/
.loader-container .loader3 {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  position: relative;
}

.loader-container .loader3 span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: rgb(104, 104, 104);
  animation: loader3 1.5s linear infinite;
  left: -17px;
}

.loader-container .loader3 span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  0% {
    transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.loader-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999;
}

#login-modal .modal-dialog {
  max-width: 500px;
}

#login-modal .modal-content {
  border: 0;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 5px 11px 32px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 11px 32px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 11px 32px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 5px 11px 32px 0px rgba(0, 0, 0, 0.5);
}

#login-modal h4 {
  font-size: 30px;
  margin-bottom: 30px;
}

#login-modal #login h4 {
  text-align: left;
  color: #8FB3BB;
}

.modal-backdrop.show {
  opacity: 0;
}

#login-modal .form-control, .card.reset_password_page .form-control {
  background: #ffffff;
  border: 1px solid #aaa;
  height: auto;
  padding: 12px 17px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  outline: none;
  text-align: left;
  font-weight: 400;
}

#login-modal a {
  color: #8FB3BB;
}

.open-forgot-password-div {
  margin-top: 10px;
}

.check_container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #414141;
  margin-top: 20px;
  line-height: 1.3;
}

.check_container.cancellation_approval {
  margin-top: 5px;
}

.check_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.vis-hidden {
  visibility: hidden;
}

.checkbox-vis-hidden {
  visibility: hidden;
}

.checkmark {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  background-color: white;
}

input[type=radio] ~ .checkmark,
.round-checkobox input ~ .checkmark {
  border-radius: 100%;
  border: 1px solid rgba(204, 204, 204, 0.8);
}

input[type=radio]:checked ~ .checkmark,
.round-checkobox ~ input:checked .checkmark {
  border-color: #8FB3BB;
}

input[type=radio]:checked ~ .checkmark::after,
.round-checkobox input:checked ~ .checkmark::after {
  top: -1px;
  left: -1px;
}

.check_container input:checked ~ .checkmark:after {
  opacity: 1;
  transform: scale(1);
}

.check_container input[type=radio]:checked ~ .checkmark:after,
.check_container.round-checkobox input:checked ~ .checkmark:after {
  border-radius: 100%;
}

.check_container .checkmark:after {
  content: "";
  width: 20px;
  height: 20px;
  box-shadow: none;
  background: #8FB3BB;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0;
  transform: scale(0);
  position: absolute;
  left: 0;
  top: 0;
}

.check_container .some-checked ~ .checkmark:after {
  left: 2px;
  height: 2px;
  width: 16px;
  top: 9px;
  transition: none;
}

#login-modal {
  color: #000000;
}

#login-modal .submit-btn {
  text-align: center;
}

#login-modal button,
.card.reset_password_page .btn.btn-primary {
  background: #8FB3BB;
  color: #ffffff;
  padding: 4px 36px 3px;
  font-size: 14px;
  margin-top: 15px;
  display: block;
  width: 100%;
}

#login-modal button.style2 {
  background: none;
  color: #000000;
  border: 1px solid #000000;
}

#login-modal .login-bottom {
  text-align: center;
  margin-top: 20px;
  padding-top: 10px;
}

#login-modal .login-bottom h5 {
  font-size: 16px;
  color: #2D333A;
  font-weight: 400;
}

#login-modal .close, #registeration-popup .close {
  border: 0;
  background: none;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  cursor: pointer;
  z-index: 10;
  margin: 0;
  padding: 0;
  width: auto;
  display: inline-block;
}

#login-modal .close img, #registeration-popup .close img {
  max-width: 27px;
}

#login-modal .login-body {
  text-align: center;
}

#login-modal #thanku button {
  margin-top: 40px;
}

#login-modal #thanku h4 {
  margin-bottom: 45px;
}

#login-modal .btns {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#login-modal .btns button {
  width: 235px;
  margin: 10px auto 0;
}

#login-modal #quiz .btns button {
  width: 232px;
  padding: 8px 2px;
  font-size: 16px;
}

#login-modal .login-body {
  display: none;
}

#login-modal .login-body#login {
  display: block;
}

/*.........project-popup.........*/
.project-popup .modal-content {
  border: 0;
  border-radius: 10px;
  padding: 70px;
  box-shadow: 12px 21px 92px 0px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 12px 21px 92px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 12px 21px 92px 0px rgba(0, 0, 0, 0.55);
  -o-box-shadow: 12px 21px 92px 0px rgba(0, 0, 0, 0.55);
}

.project-popup button.close {
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}

.project-popup button.close img {
  max-width: 25px;
}

.project-popup h4 {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 400;
}

.project-popup .form-control {
  background: #ffffff;
  border: 1px solid #aaa;
  height: auto;
  padding: 7px 16px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  outline: none;
  text-align: left;
}

.project-popup .btns {
  text-align: center;
  margin-top: 65px;
}

.project-popup .btns button {
  border: 1px solid #979797;
  color: #000000;
  padding: 5px 35px;
  margin: 0 15px;
}

.project-popup .btns button.style2 {
  background: #fc1794;
  color: #ffffff;
  border-color: #fc1794;
}

.form-progress {
  list-style: none;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  max-width: 565px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
  position: relative;
  padding-bottom: 15px;
}

.form-progress li {
  position: relative;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  text-align: center;
  font-size: 13px;
}

.form-progress li::before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background: #f0f0f0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 1;
}

.form-progress li.active::before {
  background: #fc1794;
}

.form-progress.style2 li.active::before {
  background: #8FB3BB;
}

.form-progress li::after,
.form-progress li span::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #f0f0f0;
  position: absolute;
  left: 0;
  bottom: -14px;
}

.form-progress li span::after {
  background: #fc1794;
  z-index: 2;
  left: -50%;
  width: 0%;
}

.form-progress.style2 li span::after {
  background: #8FB3BB;
}

.form-progress li.active span::after {
  width: 100%;
}

.form-progress li:first-child::after,
.form-progress li:last-child::after {
  width: 50%;
}

.form-progress li:first-child::after {
  right: 0;
  left: auto;
}

.form-progress li:first-child span::after {
  display: none;
}

/*..............footer...............*/
.register-login {
  text-align: center;
  padding: 50px 0;
}

.register-login h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #8FB3BB;
  position: relative;
  margin-bottom: 45px;
}

.register-login h5 span {
  display: inline-block;
  background: #ffffff;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}

.register-login h5::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #8fb3bb;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.global-btn {
  background: #8FB3BB;
  color: #ffffff;
  padding: 4px 28px 3px;
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid transparent;
}

.global-btn:hover {
  color: #ffffff;
  background: #7da2aa;
}

.global-btn.style2 {
  background: none;
  border: 1px solid #cbcbcb;
  color: #474747;
}

.register-login .btns a {
  min-width: 220px;
  text-transform: uppercase;
  margin: 0 15px;
  background: #8FB3BB;
}

.register-login .btns a.style2 {
  background: none;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 30px 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer-links li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #8FB3BB;
  margin: 0 25px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.footer-links li a:hover {
  color: #8fb3bb;
}

/*.............add-product.............*/
.hide-shadow .products-container::before {
  display: none;
}

.product-count .counter {
  display: flex;
  display: -ms-flexbox;
  background: #ffffff;
  padding: 2px 10px;
  border-radius: 5px;
  align-items: center;
  border: 1px solid #979797;
  height: 29px;
}

.product-count .counter input {
  width: 25px;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: auto;
  text-align: center;
  background: none;
  flex: 1;
}

.product-count .counter input:focus,
.product-count .counter button:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

.product-count .counter button {
  padding: 0;
  background: #ffffff;
  width: 16px;
  height: 16px;
  line-height: 14px;
  border-radius: 100%;
  font-size: 18px;
}

.btns.text-left {
  display: flex;
  margin-top: 30px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.btns.text-left.billboad-product {
  flex-wrap: wrap-reverse;
}

.global-modal .modal-content {
  border: 0;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 5px 11px 32px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 11px 32px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 11px 32px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 5px 11px 32px 0px rgba(0, 0, 0, 0.5);
}

.global-modal .modal-content h4 {
  color: #8fb3bb;
  margin-bottom: 20px;
  font-weight: 400;
}

.global-modal .modal-content .btns {
  text-align: center;
  margin-top: 40px;
}

.img-upload input {
  display: none;
}

.img-upload label {
  background: white;
  color: #ffffff;
  font-size: 137px;
  border: 2px solid #8FB3BB;
  border-radius: 0.25rem;
  line-height: 0.4;
  text-align: center;
  padding: 0;
  position: relative;
  cursor: pointer;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  height: 130px;
  overflow: hidden;
}

.img-upload label img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  opacity: 0;
  height: 130px;
  width: 100%;
  right: 0;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-upload.lg label {
  min-height: 350px;
}

.img-upload .delete-image-btn {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 24px;
  padding: 0;
  outline: none;
  box-shadow: none;
  display: none;
}

.img-upload .zmdi-plus {
  color: #8FB3BB;
  font-size: 200px;
}

.global-modal h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #8FB3BB;
}

.global-modal .funds-date {
  display: flex;
  caption-side: -ms-flexbox;
}

.global-modal .funds-date .daterange-single {
  border: 1px solid grey;
  margin-left: 15px;
  background: #ffffff url(/images/month-dropdown.png?a998367874e31f08d4a310756c1482a1) 95% center no-repeat;
  height: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  padding: 0px 5px 0;
  width: 105px;
  line-height: 1;
  border-radius: 5px;
  color: #979797;
}

.global-modal .funds-date .daterange-single:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

.global-modal .modal-lg {
  max-width: 775px;
}

.global-modal .registeration-data .data h6 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.global-modal .registeration-data .data p {
  font-size: 12px;
  text-transform: uppercase;
  color: #8FB3BB;
  margin-bottom: 0;
}

.global-modal .registeration-data .data {
  margin-bottom: 10px;
}

.global-modal .already-registered {
  text-align: center;
  padding-top: 20px;
  max-width: 300px;
  margin: 30px auto 0;
  border-top: 1px solid #979797;
}

.global-modal .already-registered p {
  margin-bottom: 0;
}

.global-modal .already-registered a {
  color: #8FB3BB;
  display: inline-block;
}

.global-modal .body-inner {
  display: none;
}

.global-modal .body-inner.show {
  display: block;
}

#new-project .modal-content {
  padding: 15px;
}

#new-project .global-btn {
  margin-bottom: 5px;
}

#new-project .modal-dialog {
  max-width: 435px;
}

#delete-account .popup-body {
  display: none;
}

#delete-account #delete-popup {
  display: block;
}

#change-password .popup-body {
  display: none;
}

#change-password #enter-password {
  display: block;
}

#project-data h3,
#funds-data h3 {
  margin-bottom: 45px;
}

#project-data .modal-content .btns {
  margin-top: 45px;
}

/*...........registeration-popup...........*/
#registeration-popup .form-progress li {
  flex: 1;
}

#registeration-popup h3 {
  margin-bottom: 25px;
}

#registeration-popup .check_container {
  font-size: 16px;
  line-height: 1.6;
}

#registeration-popup .registeration-data .row {
  margin: 0 -45px;
}

#registeration-popup .modal-content {
  padding: 55px;
}

#registeration-popup .registeration-data .col-md-6 {
  padding: 0 45px 10px;
  margin-bottom: 0;
}

#registeration-popup .registeration-data .col-md-6:nth-child(odd) {
  padding-bottom: 10px;
}

#registeration-popup .form-progress {
  margin-bottom: 65px;
}

.global-modal .check_container.style2 .checkmark {
  border-color: #8fb3bb;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.global-modal .check_container.style2 input:checked ~ .checkmark {
  background: #8FB3BB;
}

.global-modal .check_container.style2 .checkmark:after {
  display: none;
}

/*......filter-selects.......*/
.select2-results__option {
  position: relative;
  text-align: right;
  padding-right: 16px;
  background: none;
  color: #474747;
  padding-top: 2px;
  padding-bottom: 2px;
  word-wrap: break-word;
}

.select2-results__option::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 2px;
  top: 8px;
}

.select2-results__option--selected::before {
  background: #8eb3bb;
  border-radius: 4px;
}

/*........not logged in........*/
.home .cat-products .pr-listing::before {
  display: none;
}

.home .cat-products .pr-listing::after {
  display: none;
}

.products-container .img-upload label {
  margin-bottom: 0;
  height: 240px;
}

.products-container .img-upload.fundusIndex label {
  margin-bottom: 0;
  height: auto;
}

/*..........gallery popup.........*/
.filter-selects-mobile .close-menu {
  display: none;
}

.custom-control-label::before {
  top: 2px;
  left: -22px;
  width: 17px;
  height: 17px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #8fb3bb;
  background-color: #8fb3bb;
}

/*..............customize calender..............*/
.daterangepicker td.start-date.end-date {
  width: auto;
  height: auto;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  font-size: 12px;
  color: #000000;
  padding: 8px;
  line-height: 16px;
}

.daterangepicker .calendar-table th {
  color: #474747;
}

.daterangepicker .calendar-table td.active {
  background: #8fb3bb;
  color: #ffffff;
}

.daterangepicker .drp-calendar {
  max-width: initial;
}

.daterangepicker {
  border: 0;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2);
}

.daterangepicker .calendar-table select {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  width: auto;
  font-size: 16px;
  color: #5f6368;
  font-weight: 600;
}

.daterangepicker .calendar-table .yearselect {
  padding-right: 30px;
  background: url(/images/month-dropdown.png?a998367874e31f08d4a310756c1482a1) 95% 5px no-repeat;
}

.daterangepicker .calendar-table select:focus {
  outline: none;
}

/*.............custom-dropdown..............*/
.custom-dropdown {
  border: 1px solid #aaa;
  border-radius: 4px;
  position: relative;
}

.custom-dropdown .label {
  color: #444;
  padding: 2px 9px;
  cursor: pointer;
  position: relative;
}

.custom-dropdown .label::after {
  content: "\f2f2";
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  right: 7px;
  top: 3px;
  font-size: 18px;
  line-height: 1;
}

.custom-dropdown .dropdown-wrap {
  padding: 2px 9px;
  border: 1px solid #aaa;
  position: absolute;
  top: 100%;
  left: -1px;
  right: 0;
  width: calc(100% + 2px);
  background: #ffffff;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 0 0 4px 4px;
}

.custom-dropdown.show .dropdown-wrap {
  opacity: 1;
  z-index: 11;
  visibility: visible;
}

.custom-dropdown.show {
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}

.custom-dropdown .category-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-dropdown .category-tab ul li {
  margin-bottom: 3px;
}

.custom-dropdown .category-tab ul li a {
  display: inline-block;
  color: #979797;
  font-size: 12px;
}

.custom-dropdown .category-tab ul li a.active {
  color: #474747;
}

.custom-dropdown .category-tab-content .content {
  display: none;
}

.custom-dropdown .category-tab-content .content.show {
  display: block;
}

.custom-dropdown .category-tab2-btn .content {
  display: none;
}

.custom-dropdown .category-tab2-btn .content.show {
  display: block;
}

/*...........menu button.............*/
#nav-icon2 {
  width: 30px;
  height: 23px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #fff;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.categories-wrap.open .catergory-list .close-menu .menu-toggler span {
  background: #91cbd7 !important;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 10px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 20px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 2px;
  top: 6px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 5px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 2px;
  top: 15px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(46% - 2px);
  top: 15px;
}

.categories-wrap #nav-icon2 {
  display: none;
}

.close-menu {
  display: none;
}

.categories-wrap .close-menu #nav-icon2 {
  margin-left: 10px;
}

.menu-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  filter: blur(100px);
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.menu-overlay.open {
  opacity: 1;
  visibility: visible;
}

.modal-open .main-container {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.menu-open .products-container,
.menu-open .filter-form,
.menu-open .top-header,
.menu-open .logo-container,
.menu-open footer,
.menu-open .funds-details {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}

.info-msg {
  color: #059;
  background-color: #BEF;
}

.success-msg {
  color: #8FB3BB;
}

.warning-msg {
  color: #9F6000;
}

.error-msg {
  color: #FC1794;
}

.error {
  display: block;
  color: #FC1794 !important;
  text-transform: initial !important;
  font-size: 14px;
}

.error i {
  margin-right: 2px;
}

/*...........payment popup...........*/
.global-modal .subscribe {
  text-align: center;
}

.global-modal .subscribe .amount {
  color: #000000;
  margin-top: 30px;
}

.global-modal .subscribe .amount.subscription {
  margin-top: 75px;
}

.global-modal .subscribe p {
  margin-bottom: 20px;
}

.global-modal .subscribe p.tax {
  margin-bottom: 20px;
  font-size: 11px;
  color: #474747;
}

.global-modal .subscribe h3 {
  margin-bottom: 10px;
}

.check_container.radio input:checked ~ .checkmark:after {
  display: none;
}

.check_container.radio .checkmark {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border-color: #979797;
  position: static;
  display: inline-block;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}

.check_container.radio input:checked ~ .checkmark {
  background: #8FB3BB;
}

.chat-listing-wrap {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding: 0 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.check_container.radio {
  margin-top: 0;
  padding: 0;
}

.global-modal .payment-method .check_container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

.global-modal .payment-method .checkmark {
  margin-right: 20px;
}

#payment-popup .form-progress {
  margin-bottom: 60px;
}

#payment-popup .method h3 {
  margin-bottom: 40px;
}

.global-modal .bank-detail {
  text-align: center;
  color: #474747;
}

.global-modal .account-info {
  color: #000000;
  text-align: left;
}

.register-login .btns a.style3 {
  width: auto;
}

#payment-popup .popup-body {
  display: none;
}

#payment-popup .popup-body.show {
  display: block;
}

#payment-popup #payment-type label#payment_method-error {
  position: absolute;
  top: -30px;
}

/*.....popup close btn......*/
.global-modal .close {
  border: 0;
  background: none;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  cursor: pointer;
  z-index: 10;
  margin: 0;
  padding: 0;
  width: auto;
  display: inline-block;
}

.global-modal .close img {
  max-width: 22px;
}

.global-modal#registeration-popup .subscribe p {
  margin-bottom: 10px;
  font-size: 15px;
  color: #979797;
}

.global-modal#registeration-popup .subscribe p.tax {
  margin-bottom: 10px;
  font-size: 11px;
  color: #474747;
}

.global-modal#registeration-popup .subscribe h5 {
  font-size: 18px;
  margin-bottom: 0;
}

.global-modal#registeration-popup .subscribe h4 {
  margin-bottom: 0;
  color: #8fb3bb;
}

.global-modal#registeration-popup .subscribe .text-blue {
  color: #8FB3BB;
}

/*........wizard css.........*/
.wizard > .steps > ul > li.current .number {
  border-color: #8FB3BB;
  color: #8FB3BB;
}

.wizard > .steps > ul > li.done .number,
.wizard-form .btn-primary {
  background-color: #8FB3BB;
  border-color: #8FB3BB;
}

.wizard > .steps > ul > li:after,
.wizard > .steps > ul > li:before {
  background-color: #8FB3BB;
}

.wizard > .steps > ul > li a {
  font-size: 13px;
}

.wizard > .actions {
  margin-top: 25px;
}

.validation-invalid-label,
.validation-valid-label {
  font-size: 14px;
  padding-left: 20px;
}

.wizard > .steps {
  margin-bottom: 20px;
}

.spinner-border.button_spinner {
  display: none;
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  top: 50%;
  vertical-align: middle;
  border: 0.15em solid currentColor;
  border-right-color: transparent;
}

.spinner-border.button_spinner.start {
  display: inline-block;
  position: relative;
  top: 0;
  margin-right: 3px;
}

.subscribe #account_type-error {
  position: absolute;
  right: -300px;
  top: -33px;
  min-width: 300px;
  text-align: center;
}

.model_disabled_container {
  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
}

.subscribe #subscription_type-error {
  position: absolute;
  right: -80px;
  top: -25px;
}

.title_right_text {
  font-style: normal;
  float: right;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  display: inline-block;
}

.error.success {
  color: #8FB3BB !important;
  font-size: 16px !important;
}

.error-container {
  display: none;
}

.error-container {
  color: #fc1794;
}

.nodata-available h6 {
  font-size: 16px;
  color: #8FB3BB;
  margin-bottom: 0;
  text-align: center;
}

.success {
  font-size: 14px;
  color: #8FB3BB;
}

#subscription select, #subscription select:focus {
  border: 1px solid #cbcbcb;
  padding: 5px 32px 5px 16px;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background: url(/images/dropdown-arrow.png?6ce17a1760e0a52ed1f294aa88f853af) 90% center no-repeat;
  background-size: 12px;
}

#ort-order-plz {
  width: 195px;
  margin-left: 10px;
  border: 1px solid #979797;
  height: 32px;
  padding: 0 15px;
  box-shadow: none;
  border-radius: 4px 0 0 4px;
  border-right: 0;
}

.euro_symbool {
  position: absolute;
  right: 14px;
  top: 3px;
}

.price_euro .form-control.sm {
  padding: 4px 22px 4px 16px;
}

.reset_password_page > .card-header {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
  border: none;
  background: transparent;
  padding-bottom: 0;
}

.card.reset_password_page {
  border: none;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  padding: 30px;
  max-width: 500px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
}

.reset-pass {
  height: calc(100vh - 120px);
  position: relative;
}

.card.reset_password_page .btn.btn-primary {
  text-transform: uppercase;
  border: none;
}

.data-protection {
  padding: 50px 0;
}

.data-protection h1 {
  font-size: 32px;
  font-weight: 500;
  color: #8FB3BB;
  margin-bottom: 10px;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}

.data-protection h2 {
  font-size: 24px;
  font-weight: 500;
  color: #707070;
  margin-bottom: 10px;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}

.data-protection h3 {
  font-size: 20px;
  font-weight: 500;
  color: #707070;
  margin-bottom: 10px;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}

.data-protection ul li {
  color: #707070;
}

.data-protection ul li a {
  color: #707070;
}

.data-protection p {
  color: #707070;
}

.data-protection p a {
  color: #92c8d4;
}

.data-protection .seal img {
  width: 150px;
  height: auto;
}

/*----------Pagination------*/
.pagination-list {
  margin: 20px auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.pagination-list li,
.common-arrow-paginate {
  border: 1px solid #ffffff;
  width: 40px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
}

.pagination-list li:hover,
.pagination-list li.page-item.active span {
  border-color: #8FB3BB;
  background: #8FB3BB;
  height: 36px;
}

.pagination-list li a {
  color: #5d5d5d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.pagination-list li:hover a,
.pagination-list li.page-item.active span {
  color: #fff;
}

.pagination-list li.page-item.active {
  border-color: #8FB3BB;
  overflow: hidden;
}

.pagination-list li.page-item.active span {
  padding: 0;
  margin: 0;
  line-height: 32px;
}

.left-pagination-arrow {
  background: url(/images/paginate-leftarrow.png?ff9a9b3f3877ae8a2b06a1b25dbdea72) center center no-repeat;
}

.left-pagination-arrow:hover {
  background-color: white;
  border-color: #b0b0b0;
}

.right-pagination-arrow {
  background: url(/images/paginate-leftarrow.png?ff9a9b3f3877ae8a2b06a1b25dbdea72) center center no-repeat;
  transform: rotate(180deg);
}

.right-pagination-arrow:hover {
  background-color: white;
  border-color: #b0b0b0;
}

.pagination-list .left-pagination-arrow.disabled,
.right-pagination-arrow.disabled {
  opacity: 0.4;
  cursor: default;
}

.pagination-list .left-pagination-arrow.disabled:hover {
  background: url(/images/paginate-leftarrow.png?ff9a9b3f3877ae8a2b06a1b25dbdea72) center center no-repeat;
  transform: none;
  border-color: #b0b0b0;
}

.right-pagination-arrow.disabled:hover {
  background: url(/images/paginate-leftarrow.png?ff9a9b3f3877ae8a2b06a1b25dbdea72) center center no-repeat;
  transform: rotate(180deg);
  border-color: #ffffff;
}

.page-item.disabled .page-link {
  border-color: white;
}

.pagination-list .page-item.disabled:hover {
  border-color: white;
  cursor: default;
}

.page-link {
  border-color: white;
}

/*----------END Pagination------*/
.info-message .info_icon {
  position: absolute;
  right: 30px;
  color: #fff;
  font-size: 22px;
  color: #f90000;
  z-index: 10;
  cursor: pointer;
}

.info-message .info_icon.zmdi-hc-lg {
  line-height: normal;
}

/*-----------SEARCH BAR------------*/
.product-filter {
  padding: 0 0 40px;
  margin-top: 50px;
}

.product-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-right: 173px;
  padding-left: 50px;
}

.product-categories li a {
  color: #707070;
  font-size: 19px;
  font-weight: 500;
  display: inline-block;
  margin-left: 30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin-bottom: 10px;
}

.product-categories li a:hover,
.product-categories li a.active {
  color: #8fb3bb;
}

.filter-form {
  display: flex;
  display: -ms-flexbox;
  background: #ffffff;
  padding: 1px;
}

.filter-form .input-box {
  display: flex;
  display: -ms-flexbox;
  flex: 1;
}

.filter-form .input-box .form-control {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  outline: none;
  font-weight: 400;
  font-size: 20px;
  height: auto;
  color: #979797;
  padding-left: 20px;
}

.filter-form .input-box .dropdown {
  width: 260px;
  color: #474747;
  border-right: 1px solid #979797;
  padding-right: 36px;
  position: relative;
  z-index: 98;
  font-size: 18px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-left: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1;
  text-align: center;
}

.filter-form .input-box.open-dropdown .dropdown {
  border-bottom: 1px solid #cbcbcb;
}

.filter-form .input-box .dropdown::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #474747;
  font-size: 0;
  line-height: 0;
}

.filter-form .input-box.open-dropdown .dropdown::after {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}

.filter-form .input-box.open-dropdown {
  border-bottom: 0;
}

.filter-form .input-box.open-dropdown .category-dropdown {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.filter-form .input-box .input {
  flex: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  border-radius: 0 4px 4px 0;
}

.filter-form .input-box .search-btn {
  background: none;
  outline: none;
  box-shadow: none;
  font-size: 35px;
  line-height: 1;
  position: relative;
  border: 0;
  z-index: 10;
  margin-right: 10px;
}

.filter-form .input-box {
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  position: relative;
}

.filter-form .category-dropdown {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  padding: 30px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  z-index: 20;
  border: 1px solid #cbcbcb;
  border-top: 0;
  border-radius: 4px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.filter-form .category-dropdown .nav-tabs {
  display: block;
  text-align: right;
}

.filter-form .category-dropdown .nav-tabs .nav-item {
  margin: 0;
}

.filter-form .category-dropdown .nav-tabs .nav-link.active {
  border: 0;
  color: #474747;
}

.filter-form .category-dropdown .nav-tabs .nav-link {
  font-size: 18px;
  color: #979797;
  padding: 2px;
  border: 0;
  font-weight: 500;
}

.filter-form .category-dropdown .nav-tabs {
  border: 0;
}

.filter-form .category-dropdown .tab-pane {
  padding-left: 30px;
}

.filter-form .category-dropdown .tab-pane ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filter-form .category-dropdown .tab-pane ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #979797;
  display: inline-block;
  margin-bottom: 5px;
}

.filter-form .category-dropdown .tab-pane ul li a.active {
  color: #474747;
}

.filter-form .search-box {
  flex: 1;
  display: flex;
  display: -ms-flexbox;
  position: relative;
  z-index: 2;
}

.filter-form .open-dropdown .search-box {
  border-bottom: 1px solid #cbcbcb;
}

.filter-form .search-box #result {
  padding: 5px;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  padding-right: 15px;
  padding-left: 220px;
}

.filter-form #result .data {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}

.filter-form .search-box #result li {
  list-style: none;
  display: flex;
  flex-direction: row-reverse;
  font-size: 13px;
  align-items: center;
  font-weight: 500;
  border: 1px solid #f0f0f0;
  padding: 2px 5px;
  margin-left: 5px;
  color: #fc1794;
  font-weight: 400;
}

.filter-form .search-box #result li button {
  border: 0;
  padding: 0;
  background: none;
  font-size: 24px;
  line-height: 0.5;
  padding-left: 2px;
  font-weight: 300;
  color: #8FB3BB;
}

.filter-form .search-box #result li button span {
  position: relative;
  top: -1px;
}

.filter-selects .select2-selection__rendered {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.filter-form .btn {
  background: #8FB3BB;
  color: #ffffff;
  padding: 0 14px;
  font-size: 32px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  position: relative;
  margin-left: -4px;
  display: flex;
  align-items: center;
}

.product-filter .filter-selects {
  margin-top: 20px;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.home-first-section .selects-wrapper {
  display: none;
}

.filter-selects .select2-search__field::-moz-placeholder {
  color: #979797;
}

.filter-selects .select2-search__field::placeholder {
  color: #979797;
}

/* Customize the appearance of the scrollbar for the Select2 dropdown */
/* Webkit (Safari and Chrome) scrollbar */
.select2-container .select2-results::-webkit-scrollbar {
  width: 5px;
  border-radius: 4px;
}

.select2-container .select2-results::-webkit-scrollbar-thumb {
  background: #8eb3bb;
  border-radius: 4px;
}

.select2-container .select2-results::-webkit-scrollbar-track {
  background: white; /* Color of the scrollbar track */
}

/* Firefox scrollbar */
.select2-container .select2-results {
  scrollbar-width: thin;
  scrollbar-color: #8fb3bb white;
}

.select2-container .select2-results::-webkit-scrollbar-thumb {
  background: #8fb3bb;
}

.select2-container .select2-results::-webkit-scrollbar-track {
  background: white;
}

.select2-results {
  max-height: 300px;
  overflow-y: auto;
}

.filter-selects .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #aaa;
}

.filter-selects .select2-container--default.select2-container--open .select2-selection--multiple {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}

.filter-selects .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: 0;
}

.select2-container--open .select2-dropdown--above {
  margin-bottom: -2px;
}

.filter-selects .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: 0;
}

.select2-container--open .select2-dropdown--below {
  margin-top: -1px;
}

.filter-selects .select2-container--default .select2-search--inline .select2-search__field {
  font-size: 18px;
  min-height: 23px;
  margin-top: 2px;
  font-weight: 500;
  text-align: right;
  padding: 0;
  padding-right: 25px;
}

.filter-selects .select2-container--default .select2-selection--multiple {
  border-radius: 4px;
  z-index: 1;
  background: transparent;
  margin: 0 0 10px 0;
}

.filter-selects #mindestmenge {
  min-width: 170px;
  width: 195px;
  margin: 0 0 10px 10px;
  border: 1px solid #979797;
  height: 32px;
  padding: 0 15px;
  box-shadow: none;
}

.filter-selects #epoche {
  min-width: 161px;
}

.exact-year {
  width: 75px;
}

.exact-year::-moz-placeholder {
  color: #999;
}

.exact-year::placeholder {
  color: #999;
}

.filter-selects #stil {
  min-width: 94px;
}

.filter-selects #farbe {
  min-width: 107px;
}

.filter-selects #hersteller {
  min-width: 125px;
}

.filter-selects #ortorder {
  min-width: 286px;
}

.filter-selects #verfug {
  min-width: 155px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: initial;
}

.filter-selects .select2-container {
  min-width: 100px;
}

.filter-selects .select2-container .dropdown-wrapper {
  display: inline-block;
  position: absolute;
  right: 7px;
  top: 12px;
  z-index: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #979797;
  font-size: 0;
  line-height: 0;
}

.filter-selects .select2-container.select2-container--open .dropdown-wrapper {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  top: 13px;
}

.filter-selects .select2-container .select2-selection--single,
.filter-selects .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
}

.filter-selects .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 33px;
}

.filter-selects .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
}

.filter-form .select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 0;
}

.filter-form .select2-container .select2-selection--single {
  height: 47px;
}

.filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 47px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 18px;
  border-right: 1px solid #cbcbcb;
}

.filter-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000000 transparent transparent transparent;
}

.filter-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000000 transparent;
}

.filter-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 47px;
}

.filter-form .category-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filter-form .category-dropdown ul li a {
  font-size: 18px;
  color: #979797;
  padding: 2px;
  border: 0;
  font-weight: 500;
}

.filter-form .category-dropdown ul li a.active, .filter-form .category-dropdown ul li a:hover {
  color: #000000;
}

.filter-form .category-dropdown .tab_content {
  display: none;
}

.filter-form .category-dropdown .tab_content.show {
  display: block;
}

.filter-selects .select2-dropdown {
  position: relative;
}

.filter-selects .ort-order {
  position: relative;
}

.filter-selects .ort-order::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #979797;
  position: absolute;
  top: 6px;
  right: 0;
}

.filter-selects .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.filter-selects .select2-search--dropdown {
  display: none;
}

.filter-form #result .data[select2-id=ortorder] {
  font-size: 13px;
  border: 1px solid #f0f0f0;
  padding: 2px 5px;
  margin-left: 5px;
  color: #000000;
  display: none;
}

.selects-wrapper .distance {
  position: relative;
}

.selects-wrapper .distance .placeholder {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 25px 5px 0;
  pointer-events: none;
}

.selects-wrapper .oder-distance {
  display: flex;
  font-size: -ms-flexbox;
  margin-bottom: 10px;
}

.filter-selects .distance .select2-container {
  margin-left: 0;
}

.filter-selects .oder-distance .select2-container .select2-selection--single {
  border-radius: 0 4px 4px 0;
  border-left: 0;
  height: 32px;
}

.select_box {
  position: relative;
  margin-left: 10px;
}

.select_box .placeholder {
  position: absolute;
  right: 25px;
  top: 3px;
  font-size: 18px;
}

.toggle_button.location-toggle {
  margin: 0 0 10px 0;
}

/*----------------------LOCATION TOGGLE MAIN SEARCH-------*/
.location-toggle .btn-toggle {
  height: 32px;
  width: 52.5px;
  border-radius: 4px;
  pointer-events: all;
  margin-left: 8px;
}

.location-toggle .btn-toggle > .handle {
  width: 18px;
  height: 28px;
  border-radius: 3px;
}

.location-toggle .btn-toggle.active > .handle {
  left: 32px;
}

.location-toggle .infobox_location {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 5px;
  z-index: 100;
  padding: 4px 6px;
  font-size: 12px;
  position: absolute;
  width: 180px;
  text-align: left;
  border-radius: 4px;
  left: -70px;
  top: 40px;
  line-height: 16px;
  border: 1px solid #dfdfdf;
  color: #474747;
  display: none;
}

.location-toggle .btn-toggle:hover .infobox_location {
  display: block;
  background-color: white;
}

.location-toggle .btn-toggle.active {
  background: #fc1794;
}

i.title_right_text.account-status-text {
  color: grey;
}

/*----------------------END LOCATION TOGGLE MAIN SEARCH-------------*/
/*----------------------spotted and licensable TOGGLE MAIN SEARCH-------*/
.toggleFilter {
  border: 1px solid #979797;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 2px 8px;
  height: 32px;
  justify-content: flex-end;
  margin: 0 0 10px 10px;
}

.toggleFilter p {
  margin: 0;
}

.filterToggleButton .btn-toggle {
  height: 19px;
  width: 32px;
  border-radius: 20px;
  pointer-events: all;
  margin-left: 8px;
}

.filterToggleButton .btn-toggle > .handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.filterToggleButton .btn-toggle.active > .handle {
  left: 14px;
}

.filterToggleButton .btn-toggle.active {
  background: #8FB3BB;
}

/*----------------------END SPOTTED TOGGLE MAIN SEARCH-------------*/
/*-----------END SEARCH BAR------------*/
.pac-container {
  z-index: 1050;
}

#payment-popup .method .bankuber h3 {
  margin: 0;
}

ul.list-bullet {
  text-align: left;
  margin: 20px 0;
  padding: 0 20px;
}

ul.list-bullet li {
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 18px;
  opacity: 0.8;
}

#registeration-popup .check-registeration-popup .check_container {
  font-size: 16px;
  line-height: 1.6;
}

.check-registeration-popup label a {
  color: #8fb3bb;
}

.faq-content {
  padding: 60px 0;
}

.faq-content h2 {
  color: #8FB3BB;
  font-size: 28px;
  margin: 0 0 30px;
}

.faq-content h3 {
  color: #474747;
  font-size: 18px;
  margin: 0 0 4px;
}

.faq-content p {
  color: #474747;
  font-size: 15px;
  margin-bottom: 26px;
}

.faq-content a {
  color: #8FB3BB;
}

/*-----------Fundus and MyFundus View------*/
.funds-details .funds-info .short-description p {
  overflow: hidden;
  line-height: 20px;
  margin: 0;
}

.funds-details .funds-info .desciption .content {
  justify-content: flex-end;
  position: relative;
  font-size: 14px;
  width: 100%;
  height: 100%;
}

.funds-details .funds-info .desciption button {
  color: #8FB3BB;
  border: 1px solid #8FB3BB;
  border-radius: 4px;
  background: none;
  font-size: 18px;
  width: 100%;
  height: 90px;
}

.funds-details .funds-info .description {
  position: relative;
}

.fundus-description-part {
  width: 100%;
}

.full-description {
  height: 100%;
}

.funds-details .funds-info .full-description p {
  line-height: 20px;
  margin: 0;
}

.funds-details .funds-info .full-description a {
  width: 100%;
}

.funds-details .dls.phone a {
  color: #8FB3BB;
}

.funds-details .funds-info {
  color: #979797;
  text-align: right;
  font-weight: 500;
}

.funds-details .contact-info .email {
  margin-top: 15px;
}

.funds-details .funds-info .col-sm-2 img {
  width: 100%;
  height: 149px;
  -o-object-fit: cover;
     object-fit: cover;
}

.funds-details .funds-info h5 {
  color: #979797;
  font-size: 18px;
  margin-bottom: 0;
}

.funds-details .funds-info h2 {
  color: #8fb3bb;
  font-size: 28px;
  margin-bottom: 5px;
}

.funds-details .funds-info p {
  margin-bottom: 5px;
}

.funds-details .funds-info .col-sm-10 {
  padding-right: 15px;
}

.product-filter .funds-details {
  margin-bottom: 30px;
}

.product-filter .funds-details h6 {
  color: #8FB3BB;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

.product-filter .funds-details .dls a {
  font-size: 18px;
  color: #8FB3BB;
  font-weight: 500;
}

/*-----------END Fundus and MyFundus View------*/
.funduslist .products-container .item-box .title-year .year {
  line-height: 1.4;
}

.funds-wrapper .funds-detail-ac .card .card-link .tage.tage-inquiry {
  text-align: right;
  font-size: 16px;
  line-height: 16px;
}

.global-modal#registeration-popup .subscribe .pricing {
  min-height: 50px;
  margin-top: 5px;
}

.global-modal#registeration-popup .subscribe ul.list-bullet {
  list-style: disc;
  margin-bottom: 0;
}

#registeration-popup .registeration-data .row {
  margin: 0 -15px;
}

#registeration-popup .registeration-data .col-md-6 {
  padding: 0 15px;
}

#registeration-popup .registeration-data .fundus-data-view .col-md-6 {
  padding: 0 15px;
  margin-bottom: 20px;
}

.register-checked {
  display: flex;
  width: 220px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.register-checked .check_container.radio {
  display: flex;
}

.register-checked .check_container span {
  display: inline-block;
}

#registeration-popup.global-modal .register-checked .check_container .checkmark {
  margin-right: 7px;
}

#registeration-popup.global-modal .register-checked .rbox {
  display: none;
}

#upgrade-project-popup.global-modal .register-checked .check_container .checkmark {
  margin-right: 7px;
}

#upgrade-project-popup.global-modal .register-checked .rbox {
  display: none;
}

#upgrade-store-popup.global-modal .register-checked .check_container .checkmark {
  margin-right: 7px;
}

#upgrade-store-popup.global-modal .register-checked .rbox {
  display: none;
}

.favourites-error-placeholder {
  display: flex;
  padding: 0 30px;
}

.favourites-error-placeholder label {
  font-size: 12px;
  color: #ff0062 !important;
  margin-right: 30px;
}

.tax-cls-payment {
  border-top: 2px solid #cbcbcb;
  text-align: right;
  padding: 10px 0px;
}

.tax-cls-payment p {
  display: flex;
  justify-content: right;
  margin-bottom: 4px;
}

.tax-cls-payment p.text-bold {
  font-weight: bold;
}

.tax-cls-payment p span.price-width {
  flex: 0 0 100px;
}

#global-instruction-msg-btn {
  color: #8FB3BB;
  padding: 3px 0;
  font-size: 14px;
  cursor: pointer;
  margin-top: -10px;
  z-index: 1;
  position: relative;
}

.global-instruction-msg {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.global-instruction-msg li {
  color: #aaa;
  padding: 3px 0;
  border-bottom: 1px solid #aaa;
  font-size: 14px;
}

.global-instruction-msg li:last-child {
  border-bottom: 0;
}

#payment-popup.global-modal .modal-content .btns {
  margin-top: 20px;
}

.proinfinit-minheight {
  min-height: 250px;
}

.form-progress.proinfinit-form-progress li {
  flex: 1;
}

.form-progress.proinfinit-form-progress {
  max-width: 100%;
}

.proinfinit-selection p, .global-modal .modal-content .comlpleterequests_pricetax p, #comlplete-requests p.small-text {
  font-size: 12px;
}

.proinfinit-payment-method .color-green, .payment-bank-transfer .color-green, .upgraden_text {
  color: #8FB3BB;
}

.proinfinit-payment-method .color-red, .payment-bank-transfer .color-red {
  color: #FC1794;
}

.global-modal .modal-content .comlpleterequests_pricetax h4 {
  margin: 0;
  font-size: 16px;
  color: #8FB3BB;
}

.upgraden_text {
  cursor: pointer;
}

.subscribe_pro .pricing h4 {
  color: #8FB3BB;
  margin: 0;
  font-size: 24px;
}

.subscribe_pro .minheight_title {
  margin: 0;
}

.project-popup .product-detail-section .product-img.media-look-mobile {
  display: none;
  padding: 0;
  position: relative;
  margin-top: 40px;
}

.product-img.media-look-mobile .media-look {
  border-top: 1px solid #e5e5e5;
}

button.product-amount-count-btn {
  width: 100%;
  display: block;
  color: #8FB3BB;
  background-color: transparent;
  border: 1px solid #8FB3BB;
  border-radius: 4px;
}

.fundus-product-amount-count {
  display: flex;
  margin-top: 10px;
}

a.product-amount-count-link {
  width: 100%;
}

.article-dls.artikelnummer-bottomfix {
  right: 15px;
  margin: 0;
}

.fundus-upgradation-popup .modal-lg {
  max-width: 860px;
}

.fundus-upgradation-popup .modal-body {
  padding: 1rem 2rem;
}

.fundus-upgradation-popup .modal-content h4 {
  margin-bottom: 40px;
}

.fundus-upgradation-popup .modal-content .pricing h4 {
  margin-bottom: 0px;
}

.fundus-upgradation-popup .subscribe_pro h5 {
  font-size: 14px;
  margin-bottom: 10px;
}

.fundus-upgradation-popup .subscribe_pro p {
  font-size: 12px;
  padding: 0 14%;
}

.fundus-upgradation-popup #fundus-upgrade-complete .payment-bank-transfer p {
  font-size: 14px;
}

.fundus-upgradation-popup #fundus-upgrade-complete .payment-bank-transfer .bank_details_box {
  margin-top: 30px;
}

.fundus-upgradation-popup #fundus-payment-method .payment-method .bankuber-desc h3,
.fundus-upgradation-popup #infinite-fundus-payment-method .payment-method .bankuber-desc h3 {
  margin-bottom: 6px;
}

.fundus-upgradation-popup #infinite_subscription_type-error,
.fundus-upgradation-popup #fundus_subscription_type-error {
  position: absolute;
  right: -100px;
  top: -26px;
}

.fundus-upgradation-popup #fundus_package-error {
  position: absolute;
  right: -340px;
  top: -26px;
  min-width: 300px;
  text-align: center;
}

.fundus-upgradation-popup .payment-method {
  max-width: 300px;
  margin: 50px 0;
}

.fundus-upgradation-popup .payment-method label.error {
  position: absolute;
  top: -30px;
}

.fundus-upgradation-popup .modal-content .btns {
  max-width: 365px;
  margin: 40px 0 0 auto;
}

.fundus-upgradation-popup .modal-content .btns .global-btn {
  padding: 4px 15px 3px;
}

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

.category_menu_mobile .active_categoryname_mobile {
  display: none;
  color: #91cbd8;
  font-size: 16px;
  font-weight: 500;
}

.filter-form .category-dropdown .btn-second-label {
  display: none;
  outline: none;
  border: 0;
  border-radius: 100%;
  background: none;
  color: #8fb3bb;
  font-size: 37px;
  line-height: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  z-index: 10;
  top: 21px;
}

.filter-form .category-dropdown .btn-second-label i {
  line-height: 0.6;
}

.no-article-search-result {
  text-align: center;
  margin-top: 75px;
  font-size: 18px;
  color: black;
}

.product-filter.funduslist .products-container .item-box.first-item .img-upload label {
  height: 240px;
}

.fundus-upgradation-popup .modal-content .pricing {
  min-height: 65px;
}

.fundus-upgradation-popup .modal-content .col-md-4 .pricing {
  min-height: 50px;
}

.fundus-upgradation-popup .modal-content .col-md-4 .pricing h4 {
  font-size: 20px;
}

.fundus-upgradation-popup .col-md-4 #fundus_package-error {
  right: -400px;
}

.contact-page {
  padding: 50px 0;
}

.contact-from {
  max-width: 720px;
  margin: 0 auto;
}

.contact-from .form-control {
  background: #ffffff;
  border: 1px solid #aaa;
  height: auto;
  padding: 12px 17px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  outline: none;
}

.contact-from .row {
  margin-right: -8px;
  margin-left: -8px;
}

.contact-from .row .col-sm-6, .contact-from .row .col-sm-12 {
  padding-right: 8px;
  padding-left: 8px;
}

.description-format {
  white-space: pre-wrap;
  word-break: break-all;
}

.content-404-page {
  padding: 100px 0;
}

.content-404 {
  max-width: 450px;
  margin: 0 auto;
}

.thumb-404 {
  margin-bottom: 30px;
  width: 70%;
}

.fundus-upgradation-popup .box-wrapper,
.payment-interval-box {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 20px;
  min-height: 275px;
}

.fundus-upgradation-popup.global-modal .subscribe .row .col-md-6:first-child {
  border: 0;
}

.leihen-images.custom-img-slider a.open-product-detail-popup img {
  max-height: 350px;
  max-width: 480px;
}

.product-filter .funds-details .contact-info .dls.artikel {
  margin-top: 47px;
  font-weight: 500;
  line-height: 1;
}

#registeration-popup .box-shadow {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 20px;
  min-height: 540px;
  border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 4px;
}

.field-error,
.field-error + .checkmark {
  background-color: #FC1794 !important;
}

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

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*---------SEARCH BAR--------------*/
#result .data .value-wrap {
  display: none;
}

#result .value-wrap {
  display: flex;
  font-size: 13px;
  align-items: center;
  border: 1px solid rgb(240, 240, 240);
  padding: 2px 5px;
  margin-left: 5px;
  color: #fc1794;
  font-weight: 400;
  margin: 0 5px;
}

#result .value-wrap button {
  border: 0;
  background: none;
  font-size: 24px;
  line-height: 0.8;
  outline: none;
  padding: 0;
  font-weight: 300;
  margin-left: 2px;
  color: #8FB3BB;
}

#result .value-wrap .value.km {
  color: #fc1794;
  margin-left: 2px;
}

#result .value-wrap .value.loc {
  white-space: nowrap;
  max-width: 165px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.oder-distance .select2-selection__arrow,
.oder-distance .dropdown-wrapper {
  pointer-events: none;
}

.oder-distance .select2-container .select2-selection {
  cursor: text;
}

.global-modal#payment-popup .subscribe .text-blue {
  color: #8FB3BB;
}

.product-filter .selects-wrapper .select2-container--default .select2-selection {
  cursor: default;
}

/*--------- END SEARCH BAR--------------*/
.tooltip-inner {
  background-color: #ffffff;
  color: #000000;
  line-height: 1.2;
  border: 1px solid rgba(204, 204, 204, 0.8);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #ffffff !important;
  display: none !important;
}

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #ffffff !important;
  display: none !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #ffffff !important;
  display: none !important;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #ffffff !important;
  display: none !important;
}

#new-project-popup.global-modal .register-checked .check_container .checkmark {
  margin-right: 7px;
}

.global-modal.thanku-modal h3 {
  color: #8FB3BB;
}

.global-modal .check_container.disable {
  opacity: 0.2;
}

.complete-order-wrap {
  font-size: 14px;
}

.complete-order-wrap .dls-row span {
  display: inline-block;
  color: #8FB3BB;
  min-width: 140px;
}

.check_container a {
  color: #8FB3BB;
}

.complete-order-wrap .checkboxes-wrapper {
  margin-top: 10px;
}

.italic-text-style .dls-row i {
  font-style: normal;
}

.fundus-upgradation-popup #infinite-fundus-payment-interval #infinite_subscription_type-error {
  right: -250px;
  top: -60px;
}

.global-modal .bankuber-desc h3 {
  color: #000000;
}

#proinfinit-popup #fundus-confirm-payment .complete-order-wrap {
  padding: 0 56px;
}

.complete-proinfinit-body-inner .amount-color,
.global-modal .payment-bank-transfer-body .amount-color {
  color: #8FB3BB;
}

.fundus-upgradation-popup .modal-content .complete-proinfinit-body-inner .btns {
  text-align: right;
  margin-top: 20px;
}

.fundus-upgradation-popup .modal-content .complete-proinfinit-body-inner {
  display: block;
  padding: 0 40px 0 30px;
}

.global-modal .payment-bank-transfer-body .bank-detail {
  text-align: left;
}

.btn-toggle {
  margin-left: 3px;
  padding: 0;
  position: relative;
  border: none;
  height: 18px;
  width: 2.3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #969696;
  opacity: 0;
  pointer-events: none;
  display: none;
}

.toggle_button {
  cursor: pointer;
  opacity: 0;
  display: none;
}

.btn-toggle.show-toggle,
.toggle_button.show-toggle {
  opacity: 1;
  display: block;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}

.btn-toggle.active {
  background: #8fb3bb;
}

.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle > .handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}

.btn-toggle.active {
  transition: background-color 0.25s;
}

.btn-toggle.active > .handle {
  left: 20px;
  transition: left 0.25s;
}

/*---------COOKIES-------*/
.footer-cookie {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  padding: 30px 0 20px;
  z-index: 600;
}

.footer-cookie .container-fluid {
  padding-right: 50px;
  padding-left: 50px;
}

.footer-cookie .container-fluid p {
  font-size: 14px;
  color: #474747;
  margin: 0;
}

.footer-cookie .container-fluid p a {
  color: #8FB3BB;
  text-decoration: underline;
}

.footer-cookie .container-fluid .btn-grp, .cookie-model-style .btn-grp {
  display: flex;
  justify-content: flex-end;
}

.footer-cookie .container-fluid .btn-grp .global-btn,
.cookie-model-style .btn-grp .global-btn {
  padding: 7px 14px;
  line-height: normal;
  margin: 0 6px;
  width: auto;
}

.footer-cookie .container-fluid .btn-grp .global-btn.btn-last,
.cookie-model-style .btn-grp .global-btn.btn-last {
  margin-right: 0;
}

.cookie-model-style .modal-dialog {
  max-width: 700px;
}

.cookie-model-style .cookies-body {
  padding: 20px 0;
}

.cookies-body .col-sm-4 {
  text-align: right;
}

.cookies-body .col-sm-8 b {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #979797;
  padding-left: 22px;
}

.cookie-model-style .details-cookie {
  display: flex;
  align-items: center;
  color: #8FB3BB;
  cursor: pointer;
}

.cookie-model-style .details-cookie img {
  margin-right: 8px;
}

.cookie-model-style .details-cookie.active img {
  transform: rotateZ(90deg);
}

.btn-toggle.btn-toggle-cookies {
  display: inline-block;
  opacity: 1;
  pointer-events: all;
}

.btn-toggle.btn-toggle-cookies {
  height: 24px;
  width: 46px;
}

.btn-toggle.btn-toggle-cookies.active > .handle {
  left: 23px;
}

.btn-toggle.btn-toggle-cookies > .handle {
  width: 20px;
  height: 20px;
}

.details-cookie-content p, .details-cookie-content ul li {
  font-size: 12px;
  line-height: 14px;
  color: #000;
}

.details-cookie-content {
  padding-top: 30px;
  display: none;
}

.details-cookie-content ul {
  padding-left: 26px;
}

.details-cookie-content p.cookie-assignlink a {
  color: #8FB3BB;
  font-size: 14px;
  margin: 20px 0;
  display: block;
}

.cookie-list-model .modal-dialog {
  max-width: 700px;
}

.tablescroll {
  height: auto;
}

.tablescroll .table td, .tablescroll .table th {
  padding: 6px;
  font-size: 12px;
  color: #474747;
}

.cookie-list-model .modal-body {
  padding: 0;
}

.cookie-list-model p {
  margin-bottom: 4px;
  font-size: 14px;
}

/*---------COOKIES-------*/
.footer-space {
  padding-bottom: 100px;
}

.payment-spacer {
  padding: 0 34px;
}

.global-modal {
  color: #000000;
}

.data-wrap .btns button.global-btn {
  margin-right: 5px;
}

.my-data-section .global-btn.style2 {
  color: #000000;
}

/*---------TOP HEADER--------*/
.top-header.header-loggedin .logged-in-menu {
  background: white;
}

/*----------- END TOP HEADER-----------*/
.cursor-pointer {
  cursor: pointer;
}

.common-spacer-topbot {
  padding: 70px 0;
}

.track-paddingtop {
  padding-top: 70px;
}

.track-section .b2_block {
  margin-top: 100px;
}

.product-filter.category-landing.mt-top-0 {
  margin-top: 0;
}

#nav-icon2.nav-icon2-mobile {
  background: url(/images/hamburger01.png?81b2a5e35f74a044dfe88679f064ab3b) 0 0 no-repeat;
  width: 28px;
  height: 28px;
}

#nav-icon2.nav-icon2-mobile span {
  opacity: 0;
}

.category_menu_mobile {
  align-items: center;
}

.fundus-upgradation-popup .modal-content .btns .col-sm-5,
.fundus-upgradation-popup .modal-content .btns .col-sm-6,
.btnright .btns .col-sm-5, .btnright .btns .col-sm-6 {
  padding-right: 5px;
}

.fundus-upgradation-popup .modal-content .btns .col-sm-7,
.fundus-upgradation-popup .modal-content .btns .col-sm-6,
.btnright .btns .col-sm-7, .btnright .btns .col-sm-6, .btnright .btns .col-sm-6 {
  padding-left: 5px;
}

.fundus-upgradation-popup .modal-content .btns .row, .btnright .btns .row {
  margin-right: -5px;
  margin-left: -5px;
}

#payment-popup #payment-type {
  max-width: 530px;
  margin: 0 auto;
}

#payment-popup #payment-type .method {
  max-width: 300px;
}

.new-design-space {
  max-width: 90%;
  margin: 0 auto;
}

.btnright .btns {
  max-width: 365px;
  margin: 40px 0 0 auto;
}

#upgrade_project_form .form-progress {
  max-width: 700px;
}

/* ERROR PAGE SECTION  */
.error-page-section {
  height: 90vh;
  display: flex;
  align-items: center;
}

.error-page-content {
  padding: 50px 0px 50px 40px;
}

.error-page-content.border-left {
  border-color: #000 !important;
}

.error-page-section h1 {
  font-size: 150px;
  line-height: 150px;
  font-weight: 400;
  color: #979797;
}

.error-page-section h3 {
  color: #8FB3BB;
  font-weight: 400;
  font-size: 36px;
  margin: 0;
  line-height: 32px;
}

.error-page-section p {
  color: #000000;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}

.error-page-section p b {
  color: #8FB3BB;
}

.error-page-section h3.line-height-increase {
  line-height: 38px;
}

/* END ERROR PAGE SECTION  */
#register-success .btnright .btns {
  max-width: 140px;
}

#register-success .modal-dialog {
  max-width: 700px;
}

#infinite-fundus-upgrade-complete .proinfinit-minheight.infinite-fundus-upgrade-complete {
  min-height: 180px;
}

.btns-option2 .global-btn {
  border: 0.5px solid #979797;
  background: #FFFFFF;
  color: #474747;
}

.payment-interval-box {
  padding: 10px;
  min-height: 222px;
}

.contact-page p {
  color: #000000;
  font-size: 14px;
}

.contact-page p a {
  color: #8FB3BB;
  text-decoration: underline;
}

.short-description {
  padding: 0;
  height: 82px;
  overflow: hidden;
}

.short-description.expand-description {
  height: auto;
  min-height: 89px;
}

.short-description.expand-description button i {
  transform: rotateX(190deg);
}

.global-modal .funds-date .daterange-single.pause-date-select {
  padding: 0 8px;
  width: 126px;
}

.euro_symbool.euro_symbool_space {
  right: 24px;
}

.funds-info img {
  height: 150px;
  border-radius: 4px;
}

.funds-info .fundus-logo-part {
  width: 150px;
  margin-left: 20px;
  flex-shrink: 0;
}

.funds-info .row {
  justify-content: flex-end;
  flex-wrap: nowrap;
}

/* --------------HINT BOXES-------------*/
.hint-box-global {
  background: #FC1794;
  border-radius: 14px;
  max-width: 250px;
  position: absolute;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2);
  padding: 10px 12px 4px;
  top: auto;
  right: 0;
  z-index: 111;
}

.data-wrap .data .hint-box-global p, .hint-box-global p {
  font-size: 14px !important;
  line-height: 14px !important;
  color: #fff !important;
  margin-bottom: 0;
}

.no-account-message {
  text-align: center;
}

.hint-box-global .checkmarks::before,
.hint-box-global .checkmarks::after {
  width: 18px;
  height: 18px;
}

.hint-box-global .checkmarks::before {
  background: #fff;
}

.hint-box-global .option label {
  color: #fff;
  font-weight: 300;
  padding-left: 26px;
  margin-bottom: 0;
  line-height: 18px;
}

.hint-box-global .option {
  margin: 4px 0;
  margin-left: 1px;
}

.border-bottom-left-radius {
  border-bottom-left-radius: 0;
}

.border-bottom-right-radius {
  border-bottom-right-radius: 0;
}

.border-top-left-radius {
  border-top-left-radius: 0;
}

.border-top-right-radius {
  border-top-right-radius: 0;
}

.my-data-section .hint-box-global {
  bottom: 55px;
  right: 90px;
}

.product-filter .categories-wrap .hint-box-global {
  max-width: 220px;
  left: 36%;
  top: -120%;
}

.hint-box-global.hint-check-top-right {
  text-align: right;
  padding: 4px 12px 10px;
}

.hint-box-global.hint-check-top-right .hint-check {
  text-align: right;
}

.hint-box-global.hint-check-top-right .option label {
  padding-left: 0px;
  padding-right: 26px;
}

.hint-box-global.hint-check-top-right .checkmarks::before,
.hint-box-global.hint-check-top-right .checkmarks::after {
  left: auto;
  right: 0;
}

.hint-box-global.hint-check-top-right .option {
  margin-left: 0px;
  margin-right: 1px;
}

.filter-form .hint-box-global {
  top: 50px;
  right: 40px;
}

.product-detail-section .hint-box-global {
  left: 50px;
  right: auto;
  top: 40px;
}

.product-detail-section .fundus-detail-new .hint-box-global {
  left: 140px;
  right: auto;
  top: -28px;
}

.funds-list .funds-wrapper .funds-name .hint-box-global {
  right: auto;
  left: 90px;
  bottom: -18px;
}

.favourite_main_section .edits-wrapper.position-relative .hint-box-global {
  top: -80px;
  right: 40px;
  padding: 10px 12px 4px;
}

.favourite_main_section .edits-wrapper .hint_bookmarks .hint-box-global {
  right: auto;
  left: 80px;
  top: -36px;
}

.favourite-funds.prop-store .funds-list .funds-wrapper .hint-box-global {
  display: none;
}

.favourite-funds.prop-store .funds-list .funds-wrapper:first-child .hint-box-global {
  display: block;
}

.favourite-funds.prop-store .funds-list .funds-wrapper .hint-box-global.action-hintbox {
  left: auto;
  right: 260px;
  bottom: 36px;
  padding: 10px 12px 4px;
}

.favourite-funds.prop-store .funds-list .funds-wrapper .add-fundus-btn-wrap .hint-box-global {
  right: 26%;
  bottom: 50px;
}

.fundus-enquiry .save-fundus-wrap .hint-box-global {
  left: 20px;
  right: auto;
  bottom: 50px;
}

.favourite-funds.prop-store .funds-list .funds-wrapper .add-fundus-btn-wrap .hint-box-global,
.favourite-funds.prop-store .funds-list .funds-wrapper .fundus-enquiry .save-fundus-wrap .hint-box-global {
  display: block;
}

.fundus-label {
  text-transform: uppercase;
}

.edit-products-wrap .products-container .item-box .product-img .hint-box-global {
  top: auto;
  bottom: -4px;
  left: -40px;
  width: 250px;
  padding: 12px 12px 8px;
}

#favourite-theme.favourite_main_section .global-accordion .card .card-body .favourite-theme-product-container .hint-box-global,
#favourite_funds .funds-list .funds-wrapper.shop-space .hint-box-global, .filter-form .hint-box-global {
  display: none;
}

#favourite-theme.favourite_main_section .global-accordion .card .card-body .favourite-theme-product-container:first-child .product-img .hint-box-global,
#favourite_funds .funds-list .funds-wrapper.shop-space:nth-child(1) .hint-box-global,
.product-filter.category-landing .hint-box-global, .product-filter.product-category-search .hint-box-global {
  display: inline-block;
}

.product-detail-section .category-counter .hint-box-global {
  left: auto;
  right: 230px;
}

/*----------------------END HINTBOX -----------------------*/
#billboard_token_confirmation_message {
  color: #8fb3bb;
  font-size: 14px;
}

.billboard_token_confirmation {
  display: none;
}

.row.input-fields-row {
  margin: 31px -15px -24px -15px;
}

.toast-container {
  position: fixed;
  bottom: 25px;
  right: 5px;
  z-index: 20;
}

.toast-box-global {
  background: #8fb3bb;
  border-radius: 60px;
  width: 60px;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2);
  height: 60px;
  color: white;
  font-size: 14px;
  transition: width 0.3s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}

.telegram-icon {
  content: url("https://api.iconify.design/ic/baseline-telegram.svg");
  height: 60px;
  width: 60px;
}

.toast-content-wrapper {
  display: flex;
  height: 100%;
}

.telegram-toast .toast-message {
  max-width: 283px;
  padding: 5px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  margin: 0;
  background-color: transparent;
  opacity: 1;
  box-shadow: none;
}

.telegram-toast .toast-message p {
  margin: 0;
}

.hint-check.toast-check {
  display: flex;
  align-items: center;
  width: 50px;
}

.channel-links {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}

.channel-links a {
  color: #8fb3bb;
}

.channel-links a:hover {
  font-weight: 500;
}

.toast-box-global:hover {
  width: auto;
}

button.change-rareness {
  background-color: #fc1794;
  border-radius: 4px;
  color: white;
  font-size: 20px;
  width: 40px;
  border-color: white;
}

.change-rareness-wrapper.selected {
  opacity: 0.2;
}

.store-item-box .checkmark-wrapper {
  top: 40px;
  margin-left: 1px;
}

.admin-category-dropdown {
  flex: 1;
  background-color: white;
  min-width: 280px;
  margin-bottom: 5px;
}

.admin-edit-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.bulk-category-change {
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
}

.float-area {
  z-index: 1000;
  display: flex;
  justify-content: center;
}

.admin-edit-wrapper.item-add-edit {
  padding: 0;
}

.float-area .global-btn {
  height: 32px;
}
