/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000;

@accent-color    : @green;
**************************/
/*
@bg: background color of button
@color: color of the text
@size: button size -> "sm" for small button, "md" for medium button
*/
body.survey-test #cod-popup-survey,
body.survey-modal #cod-popup-survey {
  display: block;
}
body.survey-test.hide-survey #cod-popup-survey,
body.survey-modal.hide-survey #cod-popup-survey {
  display: none;
}
body #cod-popup-survey {
  display: none;
}
#cod-popup-survey {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 1000;
}
#cod-popup-survey .survey-inner-container {
  width: 100%;
  max-width: 525px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding-inline: 24px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: end;
}
#cod-popup-survey .survey-popup-modal {
  background: #FFF;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #444444;
}
#cod-popup-survey .survey-popup-modal p {
  margin-bottom: 20px;
  color: #000 !important;
  font-family: "Hitmarker Condensed Regular";
  font-style: normal;
  font-family: "Hitmarker Condensed Regular" !important;
  /*.convertRem(font-size, 21px);
            .convertRem(line-height, 27px);*/
  font-size: 21px !important;
  line-height: 27px !important;
  font-weight: 400;
  letter-spacing: 1px;
}
#cod-popup-survey .survey-popup-modal p b {
  font-weight: bold;
}
#cod-popup-survey .survey-popup-modal a,
#cod-popup-survey .survey-popup-modal button {
  background: none;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 700;
  display: block;
  letter-spacing: .6px;
  margin-inline: auto;
}
#cod-popup-survey .survey-popup-modal a {
  background: #F96800;
  color: #FFF;
  padding: 16px 32px;
  width: fit-content;
  border-radius: 2px;
  text-decoration: none;
}
#cod-popup-survey .survey-popup-modal .popup-image {
  background: url(../images/BO6_Primary_16x9.webp) top center no-repeat;
  background-size: cover;
  height: 200px;
  position: relative;
}
#cod-popup-survey .survey-popup-modal .popup-image button {
  position: absolute;
  top: 12px;
  right: 12px;
  background: url(../images/close-btn.png) center center no-repeat;
  background-size: contain;
  /*background: #FFF;
                border-radius: 15px;
                font-size: 25px;*/
  font-size: 0;
  padding: 0;
  width: 28px;
  height: 28px;
}
#cod-popup-survey .survey-popup-modal .popup-text {
  padding: 35px 60px 45px;
}
#cod-popup-survey .survey-popup-modal .popup-text button {
  text-decoration: underline;
  color: #000;
  margin-top: 12px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
