@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

.nav_title {
  height: 90px;
}
.campaign-table-responsive {
  /* height: 300px; */
  overflow: scroll;
  margin-bottom: 53px;
}
.disabledByMe{
  pointer-events: none;
  background-color: #d0cdcd;
}
.disply_flex {
 display: flex;
}
.padding_left {
 margin-left: 10px;
}
.left_style {
 left: 61px;
}
.style_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 40px;
}
.site_title {
  height: auto;
}
ul.bar_tabs {
  padding-left: 0;
  margin-bottom: 0px;
}
ul.bar_tabs>li {
  margin-left: 0;
  margin-right: 15px;
}
ul.bar_tabs>li.active a:hover,
ul.bar_tabs>li.active a:focus,
ul.bar_tabs>li.active a {
  background-color: #e7dfdf;
}

.table>tbody>tr>td{
  vertical-align: middle;
}

#send_report_prize_type,
#send_report_date_filter_type,
#send_report_campaign {
  border: 1px solid initial;
  background: transparent;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
  padding-left: 10px;
  padding-right: 10px;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #60c4db;
  border-color: #2db5dd;
}
.x_panel {
  padding: 0;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #faf7f7;
}
.docs-tooltip {
  z-index: 2;
}
#bg-theme .colorpicker.colorpicker-horizontal,
#bg-theme .colorpicker.colorpicker-horizontal .colorpicker-hue {
  width: 350px;
  border-radius: 20px;
}
#bg-theme .colorpicker.colorpicker-horizontal .colorpicker-hue {
  margin-bottom: 0px;
}
#native-preview .upto-btn,
#native-preview .offer-text-btn,
#interstitial-preview .upto-btn,
#carousel-preview .offer-text-btn,
#interstitial-preview .offer-text-btn,
#wallet-preview #native .offer-text-btn,
#bg-theme .colorpicker.colorpicker-horizontal .colorpicker-hue i {
  background-color: #f26e38;
  border: none;
  outline: none;
}
#bg-theme .colorpicker.colorpicker-horizontal .colorpicker-hue i {
  top: 0px;
  height: 30px !important;
  width: 30px !important;
  border-radius: 50%;
  bottom: 0;
  margin: auto;
  left: -15px;
}
.panel-padding {
  padding: 10px 17px;
}
.login_wrapper {
  height: 350px;
  position: absolute;
  top: 0;
  max-width: 500px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.nav.side-menu>li.active, .nav.side-menu>li.current-page {
  border-right: 5px solid #d96332;
}
li.active a span.fa {
  margin-right: 0px;
}
.nav-sm .site_title {
  padding-left: 0;
}
.nav-sm .site-logo {
  width: 80%;
}
.right_col {
  min-height: 1521px !important;
}
.top_nav .nav .open>a,
.top_nav .nav .open>a:focus,
.top_nav .nav .open>a:hover,
.top_nav .nav>li>a:focus,
.top_nav .nav>li>a:hover {
  background: #EDEDED;
}

.login-button {
  padding: 10px 30px;
}

.toggle-password {
  top: 10px;
  right: 5px;
}

.forgot_password_form {
  z-index: 21;
  opacity: 0;
  width: 100%
}

.selected_image,
#selected_notification_image {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

#uploaded-flyy-image {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.offer_item {
  width: 300px;
  height: 150px;
  background-color: white;
  border-radius: 5px;
  display: flex;
  position: relative;
}

.ad_popup_data {
  width: 320px;
  height: 50px;
  margin: auto;
  display: flex;
  position: relative;
  background-color: white;
  border-radius: 5px;
  cursor: pointer;
  border-width: 1px;
}

#uploaded-ad-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.select_image {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}
.survey_image {
  width: 60px;
  height:50px;
  margin-left: 18px;
  position: relative;
  bottom:32px ;
}
.survey_image1 {
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height:50px;
  margin-left: 18px;
  position: relative;
  top: 25px;
}


.menu-item {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.menu-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f26e38;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.menu-item:hover,
.menu-item:focus,
.menu-item:active {
  color: white;
}

.menu-item:hover:before,
.menu-item:focus:before,
.menu-item:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.image_chooser,
#bg-theme .colorpicker-saturation,
#bg-theme .colorpicker-color,
#bg-theme .colorpicker-alpha,
#reward-event-custom,
#offer-events .hide-code,
#offer-events .event-code-wrapper,
.rules,
.custom-popover,
#new-offer .offer-rewards,
.badge-levels-wrapper,
.game_section,
.invite_section,
.device-events .hide-code,
.device-logs-wrapper,
.pause-logs,
.clear-logs,
.resume-logs,
.status-text,
.list-of-device-logs,
.offer-card-detailed,
.user-level-badge,
.user-current-level,
.total-token,
#new-retention-offer .set-rewards,
#new-retention-offer .offer-icon-wrapper,
/*#new-retention-offer #offer-reward-event,*/
#new-retention-offer .offer-reward,
.hide-element,
/*.multiple-events-page .set-reward.multiple .checkin-reward,*/
/*.multiple-events-page .reward-refree-wrapper,*/
/*.multiple-events-page .reward-tags,*/
/*.multiple-events-page .referee-reward-m,*/
.multiple-events-page .reward-preview .reward-header .referee,
.multiple-events-page .reward-preview .reward-content .referee,
.multiple-events-page .gamification,
#virtual_currency_budget_text,
#offers-preview,
#rewards-preview,
#wallet-preview,
.referee-reward,
.profile-page .update-phone,
.profile-page .close-edit-phone,
.fa-eye-slash.toggle-password {
  display: none;
}
.set-reward.multiple .checkin-reward .select2-container {
  width: 100% !important;
}

.remove-offer {
  width: 30px;
  height: 30px;
}

#forgotpass:target ~ .login_wrapper .forgot_password_form {
  z-index: 22;
  animation-name: fadeInLeft;
  animation-delay: .1s
}

#forgotpass:target ~ .login_wrapper .forgot_password_form {
  animation-name: fadeOutLeft
}

.login_ins {
  position: absolute;
  top: 0px;
  width: 100%
}
.login_ins {
  z-index: 23
}
/* .offer-reward{
  display: inherit !important;
} */

.align-ver {
  display: flex;
  flex-direction: column;
}
.align-hor {
  display: flex;
  flex-direction: row;
}
.center-ver {
  align-items: center;
}
.center-hor {
  justify-content: center;
}
.end-ver {
  align-items: flex-end;
}
.end-hor {
  justify-content: flex-end;
}
.space-between {
  justify-content: space-between;
}
.space-evenly {
  justify-content: space-evenly;
}
.d-inline {
  display: inline-block;
}
.padding-hor-10 {
  padding: 10px 0px;
}
.padding-ver-5 {
  padding: 0px 5px;
}
.padding-ver-10 {
  padding: 0px 10px;
}
.padding-2 {
  padding: 2px;
}
.padding-5 {
  padding: 5px;
}
.padding-10 {
  padding: 10px;
}
.padding-20 {
  padding: 20px;
}
.padding-30 {
  padding: 30px;
}
.padding-40 {
  padding: 40px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-70 {
  padding-bottom: 70px;
}
.padding-0205 {
  padding: 2px 5px;
}
.padding-1050 {
  padding: 10px 50px;
}
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.margin-2 {
  margin: 2px;
}
.margin-3 {
  margin: 3px;
}
.margin-5 {
  margin: 5px;
}
.margin-15 {
  margin: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-7 {
  margin-top: 7px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-hor-5 {
  margin: 5px 0px;
}
.margin-hor-10 {
  margin: 10px 0px;
}
.margin-bottom-2 {
  margin-bottom: 2px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-8 {
  margin-right: 8px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-right-32 {
  margin-right: 32px;
}
.margin-right-37 {
  margin-right: 37px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-70 {
  margin-left: 70px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-left-30 {
  margin-left: 30px;
}
/* Text colors */
.text-dark-brown {
  color: #4b4947 !important;
}
.text-brown {
  color: #746d67;
}
.text-maroon {
  color: #bd5054;
}
.text-red {
  color: red;
}
.text-light-brown {
  color: #ddcfcf;
}
.text-light-grey {
  color: #c5c2bf;
}
.text-light {
  color: #ffffff;
}
.text-dark {
  color: #000000;
}
.text-grey {
  color: #666666 !important;
}
.text-pink {
  color: #e7558f;
}
.text-green {
  color: #36995f;
}
.text-blue {
  color: #409aee;
}
.text-dark-blue {
  color: #2a3f54;
}
/* Text colors end */
/* Text sizes */
.text-large {
  font-size: 32px;
}
.text-semi-regular {
  font-size: 16px;
}
.text-regular {
  font-size: 14px;
}
.text-semi-small {
  font-size: 12px;
}
.text-small {
  font-size: 10px !important;
}
.text-smaller {
  font-size: 8px;
}
.title {
  font-size: 2em;
}
.sub-title {
  font-size: 1.5em;
}
.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: 600;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-underline {
  text-decoration: underline;
}
/* Text sizes end */
/* Background colors */
.bg-brown {
  background-color: #e7dfdf;
}
.bg-brown-light {
  background-color: #faf7f7;
}
.bg-light-red {
  background-color: #f26e70 !important;
}
.bg-light-green {
  background-color: #32cc48;
}
.bg-red {
  background-color: #d63831;
}
.bg-orange {
  background-color: #ff541c;
}
.bg-green {
  background-color: #4ac25f;
}
.login,
.bg-orange {
  background-color: #f26e38 !important;
}
.bg-light {
  background: #ffffff;
}
.bg-grey {
  background-color: #a9abab !important;
}
.bg-dark-grey {
  background-color: #746d67 !important;
}
.bg-wallet-card {
  background: #dddddd;
}
.bg-light-grey {
  background: #eeeeee;
}
.bg-lighter-grey {
  background: #f7f7f7;
}
.bg-orange {
  background-color: #F5A623;
}
/* Background colors end */
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.top-5 {
  top: 5px !important;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.no-wrap {
  white-space: nowrap;
}
.build-script .copy-btn {
  bottom: 30px;
  right: 10px;
}
.list-of-offers,
.list-of-ranks,
.list-of-rules {
  padding: 0px;
  list-style-type: none;
}
.list-of-offers li,
.list-of-ranks li,
.list-of-rules li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  padding-left: 40px;
}
.list-of-ranks li {
  height: 34px;
}

.list-of-offers li:before,
.list-of-ranks li:before,
.list-of-rules li:before {
  content: counter(step-counter);
  font-size: 80%;
  background-color: #e7dfdf;
  font-weight: bold;
  padding: 5px 8px;
  border-radius: 50%;
  margin: 5px 7px 5px -32px;
  width: 26px;
  height: 26px;
  float: left;
  text-align: center;
  align-self: center;
}
.list-of-rules li:before {
  margin: 0px 7px 5px -32px;
}
.full-width {
  width: 100%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33.33%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.w-130 {
  width: 130px;
}
.w-80 {
  width: 80px;
}
.w-60 {
  width: 60px;
}
.w-30 {
  width: 30px;
}
.w-20 {
  width: 20px;
}
.w-15 {
  width: 15px;
}
.w-10 {
  width: 10px;
}
.w-7 {
  width: 7px;
}
.h-20 {
  height: 20px;
}
.rounded-btn {
  border-radius: 50%;
  padding: 5px 9px;
}
.rounded-corner-btn {
  border-radius: 5%;
  padding: 5px 9px;
}
.custom-popover {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 15px;
  top: 0;
  background-color: red;
}
.border-radius-top-15 {
  border-radius: 15px 15px 0 0;
}
.border-radius-bottom-15 {
  border-radius: 0 0 15px 15px;
}
.border-radius-3 {
  border-radius: 3px;
}
.border-radius-5 {
  border-radius: 5px;
}
.border-radius-10 {
  border-radius: 10px;
}
.border-radius-20 {
  border-radius: 20px;
}
.border-radius-50 {
  border-radius: 50px;
}
.border-radius-0 {
  border-radius: 0;
}
.border-none {
  border: 0;
}
.border-top-light-brown {
  border-top: 1px solid #ece5e5;
}
.border-right-light-brown {
  border-right: 1px solid #ece5e5;
}
.border-left-light-brown {
  border-left: 1px solid #ece5e5;
}
.border-bottom-light-brown {
  border-bottom: c;
}
.border-light-brown {
  border: light-brown;
}
.border-top-lb {
  border-top: 1px solid #ece5e5;
}
.border-light {
  border: 1px solid #ffffff;
}
.login-logo {
  width: 100px;
  min-height: 25px;
  padding-top: 20px;
}
.login-form input,
.signup-form input,
.verify-email-form input,
.password-form input,
.set-password-form input,
.reset-password-form input,
.company-details-form input {
  margin: 0px !important;
  border: none !important;
  border-radius: 0px !important;
  border-bottom: 1px solid #D8D8D8 !important;
  box-shadow: none !important;
  padding: 0 20px 0 0;
}
.profile-page .update-phone input {
  border: none;
  border-bottom: 1px solid #D8D8D8;
}
.custom-button:hover {
  text-decoration: none !important;
}
.language {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #dcb2ab;
  margin: 0 2px;
}

.languages-list {
  list-style-type: none;
  padding-left: 0;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label,
.show-code,
.hide-code,
.cursor-pointer,
#new-sdk .copy-btn {
  cursor: pointer;
}
.styled-checkbox + label {
  position: relative;
  padding: 0;
  font-weight: 400;
  display: flex;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #e1c7c7;
  border-radius: 2px;
}
#virtual-currencies .styled-checkbox + label:before {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.styled-checkbox:hover + label:before {
  background: #e1c7c7;
}
.styled-checkbox:focus + label:before {
  border: 1px solid #e1c7c7;
}
.styled-checkbox:checked + label:before {
  background: #e1c7c7;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
  border: 1px solid #ddd;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
#virtual-currencies .styled-checkbox + label:after {
  left: 3px;
  top: 6px;
}
.custom-radio {
  margin: 0 20px 0 0;
}
#virtual-currency .custom-radio .form-control {
  height: 30px;
  width: 50%;
}
#add-virtual-currency .custom-radio .form-control {
  height: 30px;
}
.custom-radio.radio+.radio {
  margin-top: 0;
}
.custom-radio label {
  padding-left: 25px;
}
.custom-radio input[type="radio"] {
  top: 0;
  left: 23px;
}
.custom-radio input[type="radio"]:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  border: 0.125em solid #fff;
  box-shadow: 0 0 0 1px #e1c7c7;
  margin-right: 0.75em;
  transition: 0.5s ease all;
  background: #FFFFFF;
}
.custom-radio input[type="radio"]:checked:before {
  background: #e1c7c7;
  box-shadow: 0 0 0 1px #e1c7c7;
}

.rules.english {
  display: block;
}

#request_action_loader {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #444444;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.center {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.align-bottom {
  bottom: 0;
}
.align-top {
  top: 0;
}
.extend-hor {
  left: 0;
  right: 0;
}
#new-offer .control-label {
  text-align: left;
  padding: 7px 0 0;
}
.upload-image {
  height: 200px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.7);
  background: none;
  outline: 0;
  border: none;
  z-index: 2;
}
.upload-image:focus,
.upload-image:active,
.upload-image:hover {
  background: rgba(0, 0, 0, 0.7)
}
.preview-flyy-image {
  background-size: contain !important;
  background-repeat: no-repeat;
  z-index: 0;
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.overlay_visible {
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.conn-status span {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
}
#offer-events .copy-code-btn {
  right: 5px;
  bottom: 0;
}
#offer-events textarea {
  padding: 10px 10px 30px 10px;
}
.badge-title,
.badge-desc {
  display: block;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  border-radius: 2px;
}
#offers-preview .offer-title .text {
  display: block;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
#offers-preview .wrapper,
#rewards-preview .wrapper,
#wallet-preview .wrapper {
  border: 5px solid #f7f7f7;
  border-radius: 20px;
  min-height: 500px;
  width: 270px;
}
#offers-preview .offer-title .text {
  height: 35px;
  font-size: 12px;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.retention #offers-preview .daily-offers .offer-title .text{
  height: 16px;
  font-size: 12px;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.retention #offers-preview .daily-offers .desc {
  max-height: 30px;
  font-size: 12px;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.offer-details {
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
#offers-preview .desc {
  height: 40px;
  font-size: 10px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

#banner-preview .offer-title {
  background: transparent;
}
#banner-preview .desc {
  height: 33px;
}
#banner-preview .desc,
#carousel-preview .desc {
  height: 55px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-line-clamp: 3;
}
#banner-preview .desc {
  height: 45px;
  font-size: 10px;
  -webkit-line-clamp: 3;
  display: block;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
#banner-preview .offer-title,
#carousel-preview .offer-title {
  height: 20px;
  min-height: 14px;
  font-size: 14px;
  -webkit-line-clamp: 1;
}
#carousel-preview .banner-img-wrapper {
  height: 9vw;
}
#native-preview .banner-img,
#carousel-preview .banner-img,
#interstitial-preview .banner-img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.preview-link {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.preview-link.active {
  background-color: #2a3f54;
  border-radius: 5px;
  padding: 2px 10px;
}
.preview-link.active:hover {
  color: #ffffff;
}
#banner-preview .content-wrapper,
span.tag {
  background-color: #f26e38;
}
#banner-preview .content-wrapper .offer-text-btn {
  font-size: 8px;
}
#carousel-preview .content-wrapper {
  font-size: 10px;
}
#carousel-preview .icon {
  width: 64px;
}
.dummy-text {
  height: 8px;
  min-width: 125px;
  margin: 0 10px 7px;
}
.min_width_last {
  min-width: 155px;
}
.dummy-block {
  height: 60px;
  width: 60px;
  background: #5c356e;
  border-radius: 10px;
  font-size: 8px;
  padding: 10px 5px;
}
.dummy-block.scratched {
  background: #faf7f7;
}
#banner-preview .dummy-text,
#carousel-preview .dummy-text,
#banner-preview .dummy-text-small,
#carousel-preview .dummy-text-small{
  margin: 0 0 3px;
}
.dummy-text-small {
  height: 8px;
  margin: 0 10px 5px;
  min-width: 90px;
}
.multiple-events-page .dummy-text {
  min-width: 60px;
}
.multiple-reward-wrapper-preview {
  height: 135px;
  overflow: hidden;
}
.slider,
.slider-referee {
  z-index: 1;
  font-size: 26px;
  top: 25px;
}
.slider.left,
.slider-referee.left {
  left: 20px;
}
.slider.right,
.slider-referee.right {
  right: 20px;
}
.tag::after {
  border: 0;
}
.upload-reward-logo,
.upload-reward-type-logo,
.upload-reward-logo:hover,
.upload-reward-type-logo:hover {
  background-color: #ffffff;
  height: 34px;
  border: 0;
  margin: 0 0 0px 1px !important;
  width: 34px;
  border: 1px solid #ccc;
  background-size: contain;
}
#new-offer .reward .reward-wrapper {
  padding: 0 10px 20px;
}
.reward:last-child .reward-wrapper {
  padding: 0 10px 0;
}
.uploaded-icon {
  max-height: 100%;
  height: auto;
}
.upload-icon {
  z-index: 2;
}
.badge-levels {
  max-height: 215px;
  height: auto;
  overflow: hidden;
}
.user-level-badge .icon {
  border-radius: 50%;
  padding: 2px;
}
.banner-img-wrapper,
.badge-levels-wrapper {
  max-height: 162px;
}
.badge-title,
.badge-desc {
  -webkit-line-clamp: 1;
}
.badge-icon,
.badge-icon img {
  max-height: 32px;
  height: auto;
}
.input-edit-icon {
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.dotted-bg {
  background-image: url("/images/dotted-line.png");
  background-size: 150%;
  height: 1px;
  margin-bottom: -11px;
}
.no-of-chars {
  bottom: 2px;
  right: 15px;
}
#module_drop_down {
  margin: 12px 20px;
  width: 150px;
}
.device-name,
.device-name:focus {
  border-top: none;
  border-bottom: 1px dashed #000;
  padding: 0;
  box-shadow: none;
}
.device-name[disabled] {
  border-top: none;
  background-color: #ffffff;
  border-bottom: 1px dashed #ccc;
}
.tracked-devices-list table th:first-child {
  border-top-style: hidden;
  border-left-style: hidden;
}
.tracked-devices-list table th:last-child {
  border-top-style: hidden;
  border-right-style: hidden;
}
.tracked-devices-list table tr td:first-child,
.custom-search button {
  border-left-style: hidden;
}
.custom-search  {
  width: 100%;
}
.tracked-devices-list table tr td:last-child,
.custom-search input {
  border-right-style: hidden;
}
.device-logs-wrapper td {
  border-left-style: hidden !important;
  border-right-style: hidden !important;
}
.device-events tr.active {
  background-color: #e4cfcf;
}
.device-logs-wrapper td {
  background-color: #ffffff;
}
.device-events td {
  white-space: nowrap;
  padding: 10px 5px;
  cursor: pointer;
}

.gift-card-action-elements {
  display: flex;
  justify-content: space-between;
}

.gift-card-search-icon {
  cursor: default;
  pointer-events: none;
}

.gift-card-column {
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.games-row td {
  vertical-align: middle;
}

.rotate-90 {
  transform: rotate(90deg);
}

.budget_max_reward,
.budget_max_reward_referee {
  text-align: left;
}

.budget_max_reward,
.budget_min_reward,
.budget_max_reward_referee,
.budget_min_reward_referee {
  font-size: 14px;
}

.bubble,
.bubble-referee {
  position: absolute;
  top: 1em;
  text-align: center;
  width: 30px;
  font-size: 14px;
  color: #746d67;
  white-space: nowrap;
}

.bubble-referee.text-small {
  top: 1.2em;
}
.bubble.reward-text {
  padding: 3px 0;
}
.range,
.range-referee {
  position: relative;
  float: left;
  width: 320px;
  padding: 0 0.9375rem;
}
input[type=range] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 5px;
  padding: 0;
  border-radius: 4px;
  box-sizing: content-box;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  cursor: pointer;
  height: 20px;
  border-radius: 20px;
  background: var(--sliderThumbColor);
  box-shadow: 0px 0px 2px #cbc2c2, 0px 0px 2px #cbc2c2;
}
/* Would be nice doesn't show in Chrome
input[type=range]::-webkit-slider-thumb:before {
  content: attr(data-count);
  display: block;
  background: green;
  width: 10px;
  height: 10px;
}
*/
:root {
  --sliderThumbColor: '';
  --placeholderColor: #d3d3d3;
  --placeholderFontStyle: italic;
  --borderRadius: 5px;
}

::-webkit-input-placeholder {
    color: var(--placeholderColor);
  font-style: var(--placeholderFontStyle);
}

::-moz-placeholder {
    color: var(--placeholderColor);
  font-style: var(--placeholderFontStyle);
}

::-ms-placeholder {
    color: var(--placeholderColor);
  font-style: var(--placeholderFontStyle);
}

::placeholder {
    color: var(--placeholderColor);
  font-style: var(--placeholderFontStyle);
}

form .form-control::-webkit-input-placeholder {
  color: var(--placeholderColor);
  font-style: var(--placeholderFontStyle);
}

form .form-control::-moz-placeholder {
  color: var(--placeholderColor);
  font-style: var(--placeholderFontStyle);
}
form .form-control:-ms-input-placeholder {
  color: var(--placeholderColor);
  font-style: var(--placeholderFontStyle);
}
form .form-control:placeholder {
  color: var(--placeholderColor);
  font-style: var(--placeholderFontStyle);
}
.note-placeholder {
  color: var(--placeholderColor);
  font-style: var(--placeholderFontStyle);
}
[class^='select2-selection'] {
  border-radius: var(--borderRadius) !important;
}
.toggle_switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
}

.toggle_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle_slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 2.5px;
  top: 2.5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .toggle_slider {
  background-color: #2196F3;
}

input:focus + .toggle_slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .toggle_slider:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}

/* Rounded toggle_sliders */
.toggle_slider.round {
  border-radius: 20px;
}

.toggle_slider.round:before {
  border-radius: 50%;
}

.form-control{
  border-radius: var(--borderRadius);
}

.x_panel{
  border-radius: var(--borderRadius);
}

.total-cash,
.total-token {
  width: 50px;
  margin-right: 10px;
  text-align: center;
}

#edit-game-zone {
  border: 1px solid #ddcfcf;
  border-radius: 3px;
  padding: 3px 10px;
  cursor: pointer;
}

input.largerCheckbox {
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
}

input.semiLargerCheckbox {
  width: 15px;
  height: 15px;
  margin-bottom: 5px;
}

.badge-dummy-text {
  min-width: 20px;
  background: #eeeeee;
}

.pagination li {
  cursor: pointer;
}

.and_condition_tag {
  background: #9D9B9B;
  color: white;
  padding: 2px 5px 1px 5px;
  border-radius: 2px;
  margin: 0 0 0 -15px;
}

.set_conditions {
  background: #F4F3F2;
}

.remove-condition {
  width: 15px;
  position: absolute;
  right: 0px;
}

.add-condition-img {
  width: 15px;
  margin: -2px 3px 0 0;
}

.conditions-divider {
  border-top: 1px solid #d7d7d7;
  width: 50%;
}

.modal-backdrop + .modal-backdrop {
  z-index: 1051;
}
.modal + .modal {
  z-index: 1050;
}

@font-face {
  font-family: avn-book;
  src: url("/fonts/AvenirLTStd-Book.otf");
}
@font-face {
  font-family: avn-roman;
  src: url("/fonts/AvenirLTStd-Roman.otf");
}

.font-roman {
  font-family: avn-roman;
}

.font-book {
  font-family: avn-book;
}

.survey_image_ouput {
  width: 6rem  !important;
  height:50px;
  margin-left: 18px;
  position: relative;
  bottom:8px ;
  background: gray;

}
.survey_image_ouput1 {
  background-color: rgba(0, 0, 0, 0.5);
  width: 6rem;
  height:50px;
  margin-left: 0px;
}
.survey_image_upload {
  position: relative;
    bottom: 34px;
}



.display-none {
  display: none !important;
}

.suggestions-box {
  position: absolute;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  display: none;
  max-height: 150px;
  overflow-y: auto;
  z-index: 1000;
}

.suggestion-item {
  padding: 10px;
  cursor: pointer;
}

.suggestion-item:hover {
  background: #f0f0f0;
}


/* left right toggle */
.toggle-container {
  display: flex;
  align-items: center;
  width: 200px;
  border-radius: 20px;
  background: #ddd;
  padding: 5px;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.toggle-option {
  flex: 1;
  text-align: center;
  padding: 3px 0;
  font-size: 7px;
  font-weight: bold;
  transition: color 0.3s;
}
.toggle-button {
  position: absolute;
  width: 50%;
  height: 100%;
  background: #f26e38;
  border-radius: 20px;
  transition: all 0.3s;
  z-index: 1;
}
.active-left .toggle-button {
  left: 0;
}
.active-right .toggle-button {
  left: 50%;
}
.toggle-option span {
  position: relative;
  z-index: 2;
  color: black;
}
.active-left .left span {
  color: white;
}
.active-right .right span {
  color: white;
}

.max-logo-width {
  max-width: 175px;
}