.noselect {
   user-select: none;
   -webkit-user-select: none;
   -webkit-touch-callout: none;
}
.im-hide {
   display: none;
}
.im-notify-label {
   position: fixed;
   left: 0px;
   top: 0px;
   z-index: 100;
   user-select: none;
   pointer-events: none;
}
.im-notify-content {
   position: relative;
   width: 180px;
   border-radius: 4px;
   background: rgba(12, 12, 12, 0.8);
   left: -90px;
   top: -80px;
   text-align: center;
   padding: 4px;
   color: #ffffff;
   border: 1px solid #fff;
   font-size: 14px;
}
.im-drag-contain {
   width: 100%;
   margin: auto;
   padding: 10px;
}
/*out most box react to touch / mouse down to start drag and detect rollover */
.im-dragbox-outer {
   width: 50%;
   padding: 5px;
   position: relative;
}

.im-ck-pickarea {
   cursor: pointer;
   position: absolute;
   height: 150px;
   width: 45%;
   right: 5px;
   top: 5px;
   z-index: 12;
   /* background: #9933aa; */
}
.img-manify-pickarea {
   cursor: pointer;
   position: absolute;
   height: 150px;
   width: 45%;
   left: 5px;
   top: 5px;
   z-index: 12;
   /* background: #3399aa; */
}
.im-ck-detail-area {
   cursor: pointer;
   position: absolute;
   height: 55px;
   width: 55px;
   left: 5px;
   top: 5px;
   z-index: 12;
}
.im-ckbox-on {
   user-select: none;
   pointer-events: none;
   position: absolute;
   height: 22px;
   min-width: 22px;
   right: 14px;
   top: 14px;
   border: 1px solid #e52b91;
   border-radius: 4px;
   z-index: 10;
   background: #e52b91;
   text-align: center;
}
.im-ckbox-off {
   user-select: none;
   pointer-events: none;
   position: absolute;
   height: 22px;
   min-width: 22px;
   right: 14px;
   top: 14px;
   border: 1px solid #cccccc;
   border-radius: 4px;
   z-index: 10;
   background: #ffffff;
   text-align: center;
}
.im-radbox-on {
   user-select: none;
   pointer-events: none;
   position: absolute;
   height: 26px;
   min-width: 26px;
   right: 12px;
   top: 12px;
   background: #e52b91;
   border-radius: 13px;
   z-index: 10;
   color: #fff;
   pad: 4px;
   font-size: 14px;
   line-height: 26px;
   text-align: center;
   padding: 0px 6px;
}
.im-ckbox-img {
   user-select: none;
   pointer-events: none;
   width: 16px;
   height: auto;
   position: relative;
   left: 3px;
}
.im-radbox-off {
   user-select: none;
   pointer-events: none;
   position: absolute;
   width: 26px;
   height: 26px;
   right: 12px;
   top: 12px;
   background: #ffffff;
   border-radius: 13px;
   border: 1px solid #dddddd;
   z-index: 11;
}
.im-item-imghold {
   user-select: none;
   pointer-events: none;
   width: 100%;
   background-color: #cccccc;
   position: relative;
   border: 2px solid #dddddd;
   overflow: hidden;
}
.im-item-preview-hold {
   width: 100%;
   background-color: #eeeeee;
   border-radius: 6px;
   padding: 6px;
   cursor: pointer;
}
.im-item-preview-imghold {
   width: 100%;
   height: 160px;
   background-color: #cccccc;
   position: relative;
   overflow: hidden;
   border-radius: 4px;
   background-size: cover;
   background-position: center center;
}
.im-item-desc {
   user-select: none;
   pointer-events: none;
   left: 7px;
   bottom: 7px; /* leave 2px border */
   position: absolute;
   height: 45px;
   width: calc(100% - 14px); /* leave 2px border 10px padding */
   padding: 5px;
   background-color: rgba(0, 0, 0, 0.75);
   color: #ffffff;
   font-size: 13px;
   line-height: 1.3;
}
.im-text-overflow {
   text-align: center;
   width: 100%;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
}
.im-item-desc-name {
}
.im-item-desc-price {
   padding-top: 3px;
   font-size: 12px;
}
.im-item-infobox {
   padding-top: 3px;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   display: flex;
   flex-direction: column;
   text-align: center;
}
.im-item-img {
   /* left: 0px;
   top: 0px;
   position: absolute;
   background-size: cover;
   background-position: center center; */
   object-fit: cover;
   width: 100%;
   height: 100%;
   transform: translate3d(0px, 0px, 0px);
   transform-origin: center left;
   transition: all 200ms ease-out;
}
.im-picked .im-item-imghold {
   border: 2px solid #e52b91;
}
.im-drag-over-me .im-item-img {
   transform: translate3d(-10px, 0px, 0px);
   /* transform: perspective(800px) scale(1) translate3d(-15px, 0px, 0px) rotateY(-20deg); */
}
.im-drag-over-me .im-radbox-off {
   display: none;
}

.im-dragging {
   opacity: 0.5;
}
.im-dropbox {
   width: 150px;
   height: 150px;
   background: #99ccbc;
}
.im-txtarea {
   width: 500px;
   height: 300px;
   border: 1px solid #999;
   resize: none;
}
.im-icon-notes {
   background: #f5f5f5;
   border-radius: 4px;
}
.im-toolbar {
   top: 60px;
   position: fixed;
   z-index: 50;
   height: 50px;
   background: #f0f0f0;
   width: 100%;
   left: 0px;
}
.im-toolbar-content {
   margin: auto;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   height: 50px;
   align-items: center;
}

.im-carousel {
   border: 2px solid #dddddd;
}

.im-carousel .v-window__next,
.im-carousel .v-window__prev {
   margin: 0;
   scale: 0.7;
}

.im-carousel .v-carousel__controls {
   height: 30px;
}
.im-carousel .v-carousel__controls .v-carousel__controls__item {
   scale: 0.6;
   margin: 0px;
}

.im-btm-bar {
   width: 100%;
   height: 50px;
   background: #eeeeee;
   width: 100%;
   position: fixed;
   z-index: 20;
   left: 0px;
   bottom: 0px;
}
.im-btm-contain {
   margin: auto;
   /* background: #99cc99; */
   padding: 8px 10px;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
}

.im-smallbtn-txt {
   font-size: 13px;
   padding: 4px;
   text-align: center;
   border: 1px solid #262626;
   border-radius: 4px;
   cursor: pointer;
   user-select: none;
   width: 150px;
}

.im-magnify-btn {
   position: absolute;
   left: 14px;
   top: 14px;
   width: 26px;
   height: 26px;
   border-radius: 13px;
   background-color: #ffffff;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 10;
}
.im-magnify-btn img {
   width: 16px;
   height: 16px;
}

/* === section to style items in pair on responsive layout  === */
/* #region responsive sections */
/* prettier-ignore */
@media (min-width: 10px) {
   .im-pickbox-outer {
      height: 290px;
   }
   .im-item-imghold{
      height: 210px;
   }
}
@media (min-width: 440px) {
   .im-dragbox-outer {
      width: 25%;
   }
   .im-pickbox-outer {
      height: 280px;
   }
   .im-item-imghold {
      height: 200px;
   }
}

@media (min-width: 640px) {
   .im-dragbox-outer {
      width: 150px;
   }
   .im-pickbox-outer {
      height: 240px;
   }
   .im-item-imghold {
      height: 170px;
   }
   .im-toolbar-content,
   .im-drag-contain,
   .im-btm-contain {
      width: 620px;
   }
}

@media (min-width: 880px) {
   .im-dragbox-outer {
      width: 140px;
   }
   .im-toolbar-content,
   .im-drag-contain,
   .im-btm-contain {
      width: 860px;
   }
} /* 140x6 + 20 = content width, extra 20 for window width */

@media (min-width: 1160px) {
   .im-toolbar-content,
   .im-drag-contain,
   .im-btm-contain {
      width: 1140px;
   }
} /* 140x8 + 20 to width) */

@media (min-width: 1440px) {
   .im-toolbar-content,
   .im-drag-contain,
   .im-btm-contain {
      width: 1420px;
   }
} /* 140x10 + 20 to width) */

@media (min-width: 1720px) {
   .im-toolbar-content,
   .im-drag-contain,
   .im-btm-contain {
      width: 1700px;
   }
} /* 140x12 + 20 to width) */

@media (min-width: 1916px) {
   .im-dragbox-outer {
      width: 134px;
   }
   .im-toolbar-content,
   .im-drag-contain,
   .im-btm-contain {
      width: 1896px;
   }
} /* 134x14 + 20 to width) | optimized for 1920 */

@media (min-width: 2280px) {
   .im-dragbox-outer {
      width: 140px;
   }
   .im-toolbar-content,
   .im-drag-contain,
   .im-btm-contain {
      width: 2260px;
   }
} /* 140x16 + 20 to width) */

@media (min-width: 2560px) {
   .im-dragbox-outer {
      width: 140px;
   }
   .im-toolbar-content,
   .im-drag-contain,
   .im-btm-contain {
      width: 2540px;
   }
} /* 140x18 + 20 to width) */

/* #endregion */
