﻿@media (max-width: 768px) {
    .accname img {
        width: auto;
        height: 60px;
        aspect-ratio: 1;
    }
}
.checkboxCol .formPart .lines{
    max-height: 200px !important;
    overflow: auto;
}
@media (max-width: 768px) {
    .checkboxCol .formPart .lines{
        max-height: unset !important;
        overflow: unset;
    }
}
.loyaltyl {
    display: block;
}
.current-level::before{
  display: none;
}
.current-level::after{
  display: none;
}
.current-level{
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: inline-block;
}
.lvl1 .current-level{
  background-image: url('./images/level1.png');
}
.lvl2 .current-level{
  background-image: url('./images/level2.png');
}
.lvl3 .current-level{
  background-image: url('./images/level3.png');
}
.p2nexti .l1 li .zmdi::before{
  content: '' !important;
}

.p2nexti .l1 li.lvl-1 .zmdi{
  background-image: url('./images/level1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: inline-block;
  width: 60px;
  aspect-ratio: 1;
}
.p2nexti .l1 li.lvl-2 .zmdi{
  background-image: url('./images/level2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: inline-block;
  width: 60px;
  aspect-ratio: 1;
}
.p2nexti .l1 li.lvl-3 .zmdi{
  background-image: url('./images/level3.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: inline-block;
  width: 60px;
  aspect-ratio: 1;
}
.header-loyalty-value::before{
  display: none;
}
.header-loyalty-value::after{
  display: none;
}
.header-loyalty-value{
  background-color: transparent !important;
  height: 58px !important;
}
.header-loyalty-value .zmdi{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: inline-block;
  width: 40px;
  aspect-ratio: 1;
}
.header-loyalty-value .zmdi::before{
  content: '';
}
.loyaltylvl1.header-loyalty-value .zmdi{
  background-image: url('./images/level1.png');
}
.loyaltylvl2.header-loyalty-value .zmdi{
  background-image: url('./images/level2.png');
}
.loyaltylvl3.header-loyalty-value .zmdi{
  background-image: url('./images/level3.png');
}
.header-loyalty-value span{
  bottom: 0 !important;
}
@media (max-width: 768px) {
  .header-loyalty-value{
    margin-right: 15px !important;
  }
}