.hidden-action,
.hidden-block {
  display: none;
}

.redirect-popup {
  display: none;
}

.profile-value .has-error {
  margin: 0 0 9px 0;
}

span.has-error {
  font-size: 16px;
  color: #c60606;
  line-height: 16px;
  margin-top: 4px;
  margin-bottom: -20px;
  padding: 0 22px;
  text-align: left;
  display: block;
}

.modal-footer p .phone,
.modal_sign_up-footer_bottom p .phone {
  /*color: #4c4c4c;*/
  color: #000000;
}

span.has-error ~ .forgot-your-password {
  margin-top: 30px;
}

span.has-error ~ .form-group-text {
  margin-top: 20px;
}

.modal {
  overflow-y: auto;
}

.modal-welcome_enroll span.has-error {
  margin-bottom: -12px;
}

.form-checkbox span.has-error {
  padding: 5px 0;
}

@-moz-keyframes throbber-loader {
  0% {
    background: #dde2e7;
  }

  10% {
    background: #6b9dc8;
  }

  40% {
    background: #dde2e7;
  }
}

@-webkit-keyframes throbber-loader {
  0% {
    background: #dde2e7;
  }

  10% {
    background: #6b9dc8;
  }

  40% {
    background: #dde2e7;
  }
}

@keyframes throbber-loader {
  0% {
    background: #dde2e7;
  }

  10% {
    background: #6b9dc8;
  }

  40% {
    background: #dde2e7;
  }
}

/* :not(:required) hides these rules from IE9 and below */

.throbber-loader:not(:required) {
  -moz-animation: throbber-loader 2000ms 300ms infinite ease-out;
  -webkit-animation: throbber-loader 2000ms 300ms infinite ease-out;
  animation: throbber-loader 2000ms 300ms infinite ease-out;
  background: #dde2e7;
  display: inline-block;
  position: relative;
  text-indent: -9999px;
  width: 10px;
  height: 16px;
}

.throbber-loader:not(:required):before,
.throbber-loader:not(:required):after {
  background: #dde2e7;
  content: '\x200B';
  display: inline-block;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 0;
}

.throbber-loader:not(:required):before {
  -moz-animation: throbber-loader 2000ms 150ms infinite ease-out;
  -webkit-animation: throbber-loader 2000ms 150ms infinite ease-out;
  animation: throbber-loader 2000ms 150ms infinite ease-out;
  left: -16px;
}

.throbber-loader:not(:required):after {
  -moz-animation: throbber-loader 2000ms 450ms infinite ease-out;
  -webkit-animation: throbber-loader 2000ms 450ms infinite ease-out;
  animation: throbber-loader 2000ms 450ms infinite ease-out;
  right: -16px;
}

.form-popup {
  display: none;
}

#bellAlertPopup .icon.icon-alert:hover {
  cursor: pointer;
}

.notification-result-item-body {
  font-size: 12px;
  line-height: 1.25;
  margin: 0 0 6px;
  letter-spacing: 0.015em;
}

/*.header-info-list>li>a.notification-new div.notification-result-item-body:not(.text-primary) {
    font-weight: 500;
}*/

@media only screen and (max-width: 767px) {
  .modal-welcome_enroll span.has-error {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .view-all-tag-back {
    padding-top: 22px;
  }

  p.crc-footer {
    font-size: 12px;
  }
}

.overlay {
  background: url(../images/transp.png);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

.card_btn-tooltip {
  z-index: 3000;
}

/*.header-info-content .h4 {
    padding-right: 12px;
}*/

.form-list span.has-error {
  margin-bottom: -3px;
}

p.crc-footer {
  margin-bottom: 5px;
}

.error-messages-old {
  background: url(../../img/negative_img.png) 0 50% no-repeat;
  color: red;
  padding: 10px 10px 10px 60px;
  min-height: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  display: table;
  text-align: left;
}

ul.error-messages-old li:nth-child(1):nth-last-child(1) {
  height: 40px;
  vertical-align: middle;
}

.error-messages-old li {
  display: table-row;
  vertical-align: middle;
  color: red;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
}

.view-results {
  font-size: initial;
}

.view-results-text-active,
.progress-bar,
.poll-footer-text-active {
  display: inherit;
}

.poll-form {
  margin-bottom: inherit;
}

.form-pull-button {
  margin-bottom: 25px;
}

.error-input {
  border: 1px solid red !important;
}

.poll-form-with-textbox .poll-form.completed-poll label {
  padding-left: 0;
}

.poll-form-with-textbox .poll-form.completed-poll .progress-bar {
  padding-left: 0;
}

@media (max-width: 767px) {
  .poll-form-with-textbox .poll-form.completed-poll .progress-bar {
    margin-left: 0;
    padding-left: 38px;
  }
}

.poll-form-with-textbox
.poll-form.completed-poll
input[type='radio']:not(checked) {
  display: none;
}

.poll-form-with-textbox
.poll-form.completed-poll
input[type='radio']:not(checked)
+ label {
  margin-left: 0;
}

.poll-form-with-textbox
.poll-form.completed-poll
input[type='radio']:not(checked)
+ label
+ .progress-bar {
  padding-left: 0;
}

li.one-quarter {
  width: 25%;
}

li.half {
  width: 50%;
}

li.three-quarters {
  width: 75%;
}

li.whole {
  width: 100%;
}

p.crc-footer {
  font-size: 12px;
}

.hide-when-open {
  display: none;
}

.popup-section1 {
  font-size: 16px;
  font-family: 'Karla Regular';
  color: #707070;
  margin-bottom: 20px;
  line-height: 1.4;
  padding: 20px 100px 20px 100px;
  text-align: left;
}

/*#partner-code-popup .modal-container {
	min-height: auto;
}*/

.select-selected.unselected-items.has-error {
  border-color: #c60606;
  font-size: 16px;
  line-height: inherit;
  margin: 0 0;
  padding: 13px 40px 13px 22px;
  text-align: inherit;
}

.select-body span.has-error {
  padding: 0 9px;
}

.check input[type='checkbox'].has-error ~ label {
  padding-bottom: inherit;
}

#msg_i_am {
  position: relative;
  top: -8px;
}

.disabled {
  color: #cdcdcd;
}

.form-control.profile-input:focus {
  border-color: #cdcdcd;
}

.offer-form-error ul {
  list-style-type: none;
}

.offer-form-error li {
  padding-left: 0;
}

/*.header-search-form .search-btn a {
    padding-top: 15px;
}*/

.header-search-form .search-btn {
  top: 14px;
  height: 60%;
}

.header-search-form-close {
  height: 60%;
}

.offer-form input[type='checkbox'].has-error ~ label {
  padding-bottom: 7px;
}

#partner-offer-content aside .sidebar-block .btn-wrap {
  display: block;
}

section.section-error .container-sm ~ div {
  position: relative;
  top: 20px;
}

.confirmation-text {
  background: url('/client/assets/images/positive_image.png') 0 50% no-repeat;
  color: green;
  padding: 20px 10px 10px 60px;
  min-height: 50px;
  /*font-weight: bold;*/
  vertical-align: middle;
  font-size: 12px;
}

.athorized-user-only {
  display: none;
}

.user-authorized .athorized-user-only {
  display: block;
}

body.user-authorized .not-logged-in-user {
  display: none;
}

.form-control.profile-input.has-error:focus {
  border-color: #c60606;
}

.block .form-pull-button .btn {
  padding: 10px 34px;
  /*width: 121px;*/
}

.other-pull input.error-input::placeholder {
  color: red;
}

/*slideIn*/
.slide-in {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  /*    border: 1px solid #fff;
      padding: 2px;*/
  background-color: white;
}

.slide-in.bottom_right {
  bottom: 0;
  right: 0;
}

.slide-in.center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.slide-in-content {
  max-width: 650px;
  margin: auto;
  display: block;
}

.slide-in-close {
  position: absolute;
  background: #fff;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 18px auto;
  top: 12px;
  right: 14px;
  color: transparent;
  font-size: 0px;
  font-weight: bold;
  transition: 0.3s;
  user-select: none;
  height: 38px;
  width: 38px;
  border-radius: 100%;
  cursor: pointer;
  z-index: 3;
}


.slide-in-close:hover,
.slide-in-close:focus {
  background-color: #f0f0f0;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .slide-in-content {
    height: auto;
    max-width: calc(100vw - 20px);
    max-height: 100vh;
    object-fit: cover;
    object-position: left;
    min-height: 210px;
  }

  .slide-in:after {
    content: " ";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border: 2px solid #fff;
    z-index: 2;
  }

  .slide-in.bottom_right,
  .slide-in.center {
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .slide-in-close {
    font-size: 25px;
  }
}

/*!slideIn*/

/* theme-sala quote */
.theme-sala .quote {
  border-left: 9px solid #023664;
  background: #cdc9a2;
}

.theme-sala .quote .icon-quote {
  font-size: 26px;
  position: absolute;
  color: white;
  top: 47px;
  left: 30px;
}

.theme-sala .quote-content h6 {
  margin: 15px 0 6px;
  font-size: 12px;
  font-weight: 700;
  color: #002b51;
  letter-spacing: 0.16666em;
}

.theme-sala .quote-content p {
  color: #002b51;
  letter-spacing: 0;
  line-height: 1.25;
  font-size: 32px;
  margin-bottom: 10px;
}

.theme-sala .quote-autor h6 {
  color: #002b51;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 19px;
}

.theme-sala .quote-content {
  padding: 98px 38px 2px 0;
}

@media (max-width: 767px) {
  .theme-sala .quote-content p {
    font-size: 24px;
    line-height: 1.2916;
    letter-spacing: 0.015em;
  }

  .theme-sala .quote-content {
    padding: 58px 20px 2px 0;
  }

  .theme-sala .quote .icon-quote {
    font-size: 20px;
    top: 26px;
  }
}

/* theme-sala quote */

.footer-bottom p a {
  text-decoration: none;
}

.footer-bottom p a:hover {
  text-decoration: underline;
}

.footer-bottom p a,
.footer-line {
  display: inline-block;
}

@media (max-width: 767px) {
  .footer-line {
    display: block;
  }
}

.modal_sign_up-btn {
  text-align: center;
}

.all-offers .search-result-title {
  margin-bottom: 193px;
}

@media (max-width: 1350px) {
  .all-offers .search-result-title {
    margin-bottom: 25px;
  }
}

.active_offer_category .offers_btn-img {
  background-color: #d3e9ea;
}

.theme-sala .active_offer_category .offers_btn-img {
  background-color: #cdc9a2;
}

.filter-container-clear,
.filter-container-close {
  cursor: pointer;
}

.pull-error {
  margin: 5px;
}

.btn2:disabled {
  border: revert;
  background-color: revert;
  color: revert;
  cursor: revert;
}

.btn:disabled {
  border: revert;
  background-color: revert;
  color: revert !important;
  cursor: revert;
  transform: scale(1);
}

.btn2 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  margin: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
  height: 40px;
  font-size: 16px;
  line-height: 1;
  padding: 10px 34px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #187aba;
  background-color: #187aba;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-weight: 400;
  font-family: inherit;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.unique-code + .modal-footer-height {
  height: 85px;
}

.card_btn-icon + span {
  cursor: pointer;
  vertical-align: top;
}

.view-results-text-active a {
  text-decoration: underline;
}

.view-results-text-active a:hover {
  text-decoration: none;
}

.btn.modal_form-btn-w {
  width: 220px;
}

/* case: Holiday Logged-In Assets */

.card-badge.partner-label-holiday-offer {
  padding: 4px 9px 8px;
}

.card-badge.partner-label-holiday-offer:before {
  top: 3px;
  right: 1px;
  width: 10px;
  height: 10px;
  content: url('/img/upload/images/redesign_2021/icons_2025/gift-icon.svg');
  padding: 0px 20px 0px 0px;
  display: inline-block;
  position: relative;
}

.header-info-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
