/* Empty. Add your own CSS if you like */
.scroll{height: 100%;}

a {
  text-decoration: none;
}

body {
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
}
.tab-item {
  margin-top: 10px;
}
.tab-item.tab-item-active, .tab-item.active, .tab-item.activated {
  color: #58c7f1;
}

/*Me Not Me Styles */
.me {
    width: 23vw;
}
.not_me {
    width: 23vw;
}

.me_offer {
  position: absolute;
  top: 65vh;
  left: 20vw;
  width: 23vw;
}
.not_me_offer {
  position: absolute;
  top: 65vh;
  right: 20vw;
  width: 23vw;
}

.ion-record {
    color: black;
}
.button-continue {
    /* Button: */
  padding: 5px 20px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  display: block!important;
  float: none;
  min-width: auto;
  letter-spacing: 1px;
  background-color: #448aff !important;
  color: #fff !important;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  width: 40%;
}
.button-empty {
  /* Button: */
  padding: 5px 20px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  display: block!important;
  float: none;
  min-width: auto;
  letter-spacing: 1px;
  background-color: #448aff !important;
  color: #fff !important;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  width: 100%;
}
.button-buy {
  /* Button: */
  margin-top: 0px !important;
  width: 40%;
  color: #fff !important;
  background: #000 !important;
}
.button-buy-items {
  /* Button: */
  margin-top: 0px !important;
  width: 40%;
  height: 60px;
  color: #fff !important;
  background: #000 !important;
}
.button-edit {
    /* Button: */
    background: #FF861A !important;
    border-radius: 70px !important;
    border: none !important;
    color: #FFFFFF !important;
}
/*survey Image*/
.overlay {
    width: 100%;
    height: 100%;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
}
.wrapper {
    position: relative;
}

.wrapper p {
    bottom: 30%;
    color: white;
    font-size: 7vw;
    padding: 0.25em 0.75em;
    position: absolute;
    line-height: 110%;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.points {
  position: absolute;
  top: 1%;
  width: 25%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center !important;
}
.points_text {
  text-transform: uppercase;
  font-weight: 800;
  color: white;
  font-size: .7em;
}

.ends {
  position: absolute;
  bottom: 2%;
  right: 0;
  width: 60vw;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center !important;
}
.ends_text {
  line-height: 300%;
  font-size: 16px;
  font-weight: 600;
}


/*offers image*/
.offers_overlay {
    width: 100%;
    height: 6vh;
    background: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.3;
}
.offers_overlay span {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 2vh;
    margin: auto;
    font-size: 4vw;
    color: white;
}
.offer_brand {
    left:10%;
}
.offer_items {
    right: 10%;
}

/*congrats page*/
.image-container {
  position: relative;
  height: 100%;
}
.image {
  width: 70%;
}
.reward-image-container {
  position: relative;
  height: 100%;
}
.reward-image {
  margin-top: 2vh;
  width: 60%;
}
.text1 {
  position: absolute;
  top: 30%;
  left: 0;
  text-align: center;
  width: 100%;
}
.text2 {
  position: absolute;
  top: 45%;
  left: 0;
  text-align: center;
  width: 100%;
}
.text3 {
  position: absolute;
  top: 62%;
  left: 0;
  text-align: center;
  width: 100%;
}

ion-side-menu.menu-left.menu {
    background-color: #000000 !important;
}

ion-side-menu.menu-left.menu a.item {
  background-color: transparent;
}
.rounded {
    border-radius: 70px !important;
    border: none !important;
    width: 35%;
}
.rounded_border {
    border-radius: 70px !important;
    width: 50%;
}
.badge-assertive {
    background: #58c7f1 !important;
}
.congrats-content {
  display: table !important;
  width: 100% !important;
  height: 100% !important;
}
.congrats {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.item_center {
  display: table-cell;
  vertical-align: middle;
}
.redeem-content {
  display: table !important;
  width: 100% !important;
  height: 70% !important;
}
.redeem {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Aligner-item {
  max-width: 50%;
}

.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--bottom {
  align-self: flex-end;
}
.no-padding {
  padding: 0px !important;
  margin: 0px !important;
}
.buy_offer {
  position: absolute;
  top: 70vh;
  left: 25vw;
}
.toggle input:checked + .track {
  background-color:#58c7f1 !important;
  border-color:#58c7f1 !important;
}
.popup {
  border-radius: 5px !important;
}
.popup-buttons {

}
.button:last-child {

}
.button:first-child {

}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
ion-content {
  background-color: #fafafa;
}
.item-avatar > img:first-child, .item-avatar .item-image, .item-avatar .item-content > img:first-child, .item-avatar .item-content .item-image, .item-avatar-left > img:first-child, .item-avatar-left .item-image, .item-avatar-left .item-content > img:first-child, .item-avatar-left .item-content .item-image {
  position: absolute;
  top: 16px;
  left: 16px;
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  border-radius: 0%;
}
.bar-header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.black {
  background: rgba(28,28,28,1);
  background: -moz-linear-gradient(-45deg, rgba(28,28,28,1) 0%, rgba(0,0,0,1) 53%, rgba(0,0,0,1) 71%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(28,28,28,1)), color-stop(53%, rgba(0,0,0,1)), color-stop(71%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(-45deg, rgba(28,28,28,1) 0%, rgba(0,0,0,1) 53%, rgba(0,0,0,1) 71%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(28,28,28,1) 0%, rgba(0,0,0,1) 53%, rgba(0,0,0,1) 71%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(28,28,28,1) 0%, rgba(0,0,0,1) 53%, rgba(0,0,0,1) 71%, rgba(0,0,0,1) 100%);
  background: linear-gradient(135deg, rgba(28,28,28,1) 0%, rgba(0,0,0,1) 53%, rgba(0,0,0,1) 71%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#000000', GradientType=1 );
}
.picks {
  height: 210px;
  width: 210px;
  object-fit: contain;
}
.promo {
  color: #FF861A;
}
.item_name {
  margin: 30px;
}
.custom-padding {
  margin: 5px 0px 0px 0px !important;
}
.card-padding {
  margin: 10px 0px 5px 0px !important;
  border-radius: 0px !important;
}
@media only screen
and (max-device-width: 640px),
only screen and (max-device-width: 667px),
only screen and (max-width: 480px)
{
.col_fix {
  width: 100% !important;
}
}
.side_menu {
  border: none !important;
}
.tabs {
  background: white !important;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
  height: 58px;
}
.chat-item.ng-enter {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.chat-item.ng-enter-stagger {
  -webkit-animation-delay:400ms;
  animation-delay:400ms;

  /* override to make sure it's not inherited from other styles */
  -webkit-animation-duration:0;
  animation-duration:0;
}
.noFade {
  opacity: 100;
}
.btn {
  text-transform: uppercase;
  color: #fff;
  font: 1.3rem "Lato", "Arial Bold";
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  /*border-radius: 30px;*/
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /*-moz-transition: box-shadow 0.5s cubic-bezier(0.64, 0.09, 0.08, 1);*/
  /*-o-transition: box-shadow 0.5s cubic-bezier(0.64, 0.09, 0.08, 1);*/
  /*-webkit-transition: box-shadow 0.5s cubic-bezier(0.64, 0.09, 0.08, 1);*/
  /*transition: box-shadow 0.5s cubic-bezier(0.64, 0.09, 0.08, 1);*/
  /*-moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25), 0 2px 10px 0 rgba(0, 0, 0, 0.23);*/
  /*-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25), 0 2px 10px 0 rgba(0, 0, 0, 0.23);*/
  /*box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25), 0 2px 10px 0 rgba(0, 0, 0, 0.23);*/
  border: none !important;
}
.btn.black {
  background: rgb(255,112,67);
}
.btn_small {
  /*border-radius: 30px;*/
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /*-moz-transition: box-shadow 0.5s cubic-bezier(0.64, 0.09, 0.08, 1);*/
  /*-o-transition: box-shadow 0.5s cubic-bezier(0.64, 0.09, 0.08, 1);*/
  /*-webkit-transition: box-shadow 0.5s cubic-bezier(0.64, 0.09, 0.08, 1);*/
  /*transition: box-shadow 0.5s cubic-bezier(0.64, 0.09, 0.08, 1);*/
  /*-moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25), 0 2px 10px 0 rgba(0, 0, 0, 0.23);*/
  /*-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25), 0 2px 10px 0 rgba(0, 0, 0, 0.23);*/
  /*box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25), 0 2px 10px 0 rgba(0, 0, 0, 0.23);*/
  border: none !important;
}
.btn_small.black {
  background: rgb(255,112,67);
}
.offer_remove {
  -webkit-animation: bounceOut 1s;
  -moz-animation: bounceOut 1s;
  -ms-animation: bounceOut 1s;
  animation: bounceOut 1s;
}
/* you can also define the transition style
   on the base class as well (.repeat-item) */
.repeat-item.ng-enter,
.repeat-item.ng-leave {
  -webkit-transition:0.5s linear all;
  transition:0.5s linear all;
}

.repeat-item.ng-enter,
.repeat-item.ng-leave.ng-leave-active {
  opacity:0;
  height: 0px;
}
.repeat-item.ng-leave,
.repeat-item.ng-enter.ng-enter-active {
  opacity:1;
  height: 30px;
}
.repeat-item {

  background: green;
  margin-bottom: 5px;
  height: 30px;
}
@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes disappear {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade.ng-enter {
  animation: 2s appear;
}

.fade.ng-leave {
  -webkit-animation: zoomOutDown .5s;
  -moz-animation: zoomOutDown .5s;
  -ms-animation: zoomOutDown .5s;
  animation: zoomOutDown .5s;
}
.loading-container .loading {
  background-color: transparent;
}
.a0-image img {
  opacity: 1 !important;
}
.hide-text {
  display: block;
  height: 30px;
}
.hide-text-promo {
  display: block;
  height: 10px;
}
.offer_date_item {
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  color: rgb(255,112,67);
}
.promo_code_item {
  position: absolute;
  top: 45%;
  right: 0;
  padding: 10px !important;
  line-height: 20px;
  background-color: rgba(79, 195, 247, 0.7);
  font-size: 12px;
  font-weight: 700;
  color: white;
}

.survey-image-holder {
  position: relative;
}
.survey-image-holder:after {
  content:'';
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(0,0,0, 0.2);
}
.survey-image-holder p {
  position: absolute;
  width: 100%;
  z-index: 11;
  bottom: 25%;
  color: white;
  //background: rgba(0,0,0, 0.4);
  padding: 20px 10px 18px 10px !important;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: .8em;
  letter-spacing: 0.19em;
  font-weight: 800;
  background: rgba(0,0,0, 0.4);
  text-shadow: 2px 2px rgba(0,0,0, 0.4);
}
.offer-desc {
  position: relative;
  margin-top: 10px;
  display: block;
  height: 15px;
  font-size: 0.8em !important;
}
.retailer-name-container {
  display: table;
!important;
  width: 100% !important;
  height: 100% !important;
}
.retailer-name {
  color: black;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.16em;
  font-size: 0.6em !important;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  height: 40px;
}
.item-name {
  font-family: 'Montserrat', sans-serif;
  font-size: .7em;
  letter-spacing: 0.19em;
  color: black;
  text-transform: uppercase;
  line-height: 1.6em;
}
.pick-name {
  font-family: 'Montserrat', sans-serif;
  font-size: .8em;
  letter-spacing: 0.19em;
  color: black;
  text-transform: uppercase;
  margin: 10px 10px 0 10px !important;
  font-weight: 600;
}
.edit {
  color: rgb(255,87,34);
}
.info {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  letter-spacing: 0.19em;
  color: black !important;
  text-transform: uppercase;
}

.start-questions {
  font-size: 30px !important;
  color: #ff5722 !important;
  line-height: 32px;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin: 0 0 14px 0 !important;
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
}

/* auth0 Lock */
#a0-lock.a0-theme-default .a0-panel {
  text-align: left !important;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 13px;
  position: relative;
  color: #4d4d4d;
  display: block;
  zoom: 1;
}
#a0-lock .a0-panel {
  background: #fff;
  width: 100% !important;
  -webkit-transition: height 50ms ease-in;
  -moz-transition: height 50ms ease-in;
  transition: height 50ms ease-in;
}
#a0-lock.a0-theme-default .a0-panel .a0-footer {
  display: none !important;
}
#a0-lock.a0-theme-default .a0-panel .a0-header h1 {
  font-size: 26px !important;
  color: rgb(255,87,34) !important;
  line-height: 32px;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin: 24px 0 12px 0 !important;
  text-transform: uppercase;
  font-family: "Roboto","Helvetica","Arial",sans-serif !important;
  font-weight: 400 !important;
}
#a0-lock.a0-theme-default .a0-panel .a0-instructions {
  font-family: "Roboto","Helvetica","Arial",sans-serif !important;
  font-weight: 400 !important;
  margin-bottom: 50px !important;
}
#a0-lock.a0-theme-default .a0-panel button.a0-primary {
  padding: 60px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto","Helvetica","Arial",sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  display: block!important;
  float: none;
  min-width: auto;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 60px !important;
  background-color: rgb(68,138,255) !important;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#a0-lock.a0-theme-default .a0-panel .a0-inputs {
  border: none !important;
  border-bottom: 1px solid rgba(0,0,0,.12) !important;
  display: block;
  font-size: 16px;
  margin: 0;
  padding: 4px 0;
  width: 100%;
  background: 0 0;
  text-align: left;
  color: inherit;
  background: white;
}
#a0-lock.a0-theme-default .a0-panel .a0-email, #a0-lock.a0-theme-default .a0-panel .a0-username {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
#a0-lock.a0-theme-default .a0-panel .a0-icon-container {
  height: 90px;
  display: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}
.vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.item-input {
  padding: 15px 0 5px 0;
  display: block;
  width: 70%;
  border: none;
  font-size: 14px;
  color: #000000;
  border-bottom: 1px solid #CCCCCC;
  outline: none;
}
.fab {
  border:none;
  color:white;
  background-color: rgb(41,182,246);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: auto;
  -webkit-box-shadow: 2px 3px 3px 0px rgba(41, 41, 41, .3);
  -moz-box-shadow: 2px 3px 3px 0px rgba(41, 41, 41, .3);
  box-shadow: 2px 3px 3px 0px rgba(41, 41, 41, .3);
}
.fab_accent {
  border:none;
  color:white;
  background-color: rgb(255,87,34);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 2px 3px 3px 0px rgba(41, 41, 41, .3);
  -moz-box-shadow: 2px 3px 3px 0px rgba(41, 41, 41, .3);
  box-shadow: 2px 3px 3px 0px rgba(41, 41, 41, .3);
}

/*
	App Intro Styles
*/

.intro_wrapper {
  width: 100%;
  background-color: #42A5F5;
}
.intro_wrapper img {
  width: 80%;
  position: absolute;
  bottom: 210px;
  padding-left: 20%;
}
.intro_title {
  background-color: #29B6F6;
  position: absolute;
  bottom: 30px;
  display: table;
  height: 150px;
  overflow: hidden;
  width: 100%;
}
.intro_title h3 {
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  padding: 25px;
  display: table-cell;
  vertical-align: middle;
}
.bar-footer {
  background-image: none;
  /*height: 114px;
  padding-top: 38px;*/
  position: absolute;
  z-index: 1;
}
.bar-footer a {
  text-decoration: none;
  color: #F4511E;
  font-family: 'avenir', sans-serif;
  font-size: 20px;
  padding-left: 15px;
}
.bar-footer i.ion {
  float: right;
  padding-right: 20px;
  font-size: 20px;
  color: #F4511E;
  cursor: pointer;
}
.bar .button.button-clear.start {
  font-size: 12px;
  background-color: #F4511E;
  color: #fff;
  padding: 2px 24px;
  margin-top: -12px;
  opacity: 1;
}
.slider {
  height: 100%;
}
.slider-pager {
  bottom: 15px;
  z-index: 3;
  width: 45%;
  margin-left: 30%;
}
.slider-pager .slider-pager-page i.ion-record:before {
  /*color: #fff;*/
  color: #F4511E;
}
.slider-pager .slider-pager-page.active i.ion-record:before {
  color: #F4511E;
}
.tabs-striped .tab-item.tab-item-active, .tabs-striped .tab-item.active, .tabs-striped .tab-item.activated {
   margin-top: 10px;
   border-style: none;
}
.login_button {
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto","Helvetica","Arial",sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  display: block!important;
  float: none;
  min-width: auto;
  letter-spacing: 1px;
  margin-top: 30px !important;
  background-color: rgb(68,138,255) !important;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.password_button {
  padding: 15px 0 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto","Helvetica","Arial",sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  display: block!important;
  float: none;
  min-width: auto;
  letter-spacing: 1px;
  margin-top: 5px !important;
  color: rgb(68,138,255);
  cursor: pointer;
  border-radius: 3px;
}
.button-login {
  background: #FF7043;
  color: white;
}

.generic_error {
  color: #FF3D00;
  font-weight: 500;
  font-size: 16px;
}
.login_bg {
  background: url('../img/login_bg.png');"
}
.question_card {
  margin-bottom: 5px;
}
.history_tabs {
  font-size: 10px !important;
}

/*Interests*/
.interest-card {
  margin: 0px;
  position: relative;
}
.interest-item p {
  font-size: 16px;
  text-align: center;
  padding: 10px;
  position: absolute;
  bottom: 20px;
  background: rgba(0,0,0,0.8);
  color: white;
  width: 100%;
}
.interest-item img {
  object-fit: cover;
  width: 100%;

}
.category-item-list-description {
  position: absolute;
  top: 33%;
  left: 55px;
}
.category-item-list .checkbox {
  padding: 0px;
  margin-left: -3px;
}

/*Accordion List*/

.list .item.item-accordion {
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.09s all linear;
}
.list .item.item-accordion.ng-hide {
  line-height: 0px;
}
.list .item.item-accordion.ng-hide-add,
.list .item.item-accordion.ng-hide-remove {
  display: block !important;
}