:root {
  --colorTheme0: #fcfcfc;
  --colorTheme1: #fcfcfc;
  --colorCard: #fcfcfc;
  --colorFont0: #fcfcfc;
  --colorFont1: #303030;
  --colorFont2: #fcfcfc;
  --colorFont3: #3082dd;
  --colorText0: #fcfcfc;
  --colorText1: #fcfcfc;
  --colorText2: #fcfcfc;
  --colorText3: #fcfcfc;
  --colorBackground: #f0f2f5;
}

body {
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.5;
  background-color: var(--colorBackground) !important;
}

html{
  scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}
/* Track */
::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 0.5px grey;  */
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #C4C4C4;
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #9e9e9e;
}
/* grayscale image .. disabling picture */
.disabledImage {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.v17cardBox {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
  background-color: var(--colorCard);
}

.v17cardTitle {
  background-color: var(--colorTheme1);
}

.v17fontColor0 {
  color: var(--colorFont0);
}

.v17fontColor1 {
  color: var(--colorFont1);
}

.v17fontColor2 {
  color: var(--colorTheme1);
}

.v17fontColor3 {
  color: var(--colorFont2);
}

.v17fontColor4 {
  color: var(--colorFont3);
}

.v17textColor0 {
  border: 1px var(--colorText2) solid;
  color: var(--colorText0);
  background-color: var(--colorText1);
}

.v17textColor1 {
  border: 1px var(--colorText3) solid;
  color: var(--colorText0);
  background-color: var(--colorText1);
}

/* dashboard */
.fadeSlider {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.fadeSlider1 {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.fadeSliderCustomization {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.v17businessCustom{
  height: 452px;
}

.v17customizationscrollgrid{
  overflow-x: auto;
  max-width: 300px; 
}

.imagePodsBack {
  background-image: url("/Asset/System/image/ejen2upods.png");
  background-size: 100%;
}

.imageGetOrderBack {
  background-image: url("/Asset/System/image/getorders.png");
  background-size: 100%;
}

.buttonApplyNowLoan:hover a > div {
  color: #FAFAFA !important;
  background-color: #3082DD !important;
}

.buttonApplyNowLoan:hover {
  border: none !important;
  background-color: #3082DD !important;
}

.sliderNext {
  position: absolute;
  top: 31%;
  right: 0px;
  padding: 16px;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
  user-select: none;
  transition: 0.6s ease;
}

.sliderNext:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.v17silverMedal {
  width: 3.5rem;
  z-index: 2;
  position: absolute;
}

.v17goldMedal {
  width: 3.5rem;
  z-index: 2;
  position: absolute;
}

.personalSalesBox::-webkit-scrollbar {
  width: 0;
  background: transparent;
  display: none;
}

/*--------------SKELETON LOADER IMPLEMENTATION----------------*/
.skeleton-loader {
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 80%
    ),
    lightgray;
  background-repeat: repeat-y;
  background-size: 50px 500px;
  background-position: 0 0;
  animation: shine 2s infinite;
}
@keyframes shine {
  to {
    background-position: 100% 0, /* move highlight to right */ 0 0;
  }
}
.scrollable1 {
  overflow-x: scroll !important;
  width: 74vw !important;
  display: block !important;
}
.scrollable1::-webkit-scrollbar {
  display: none;
}
.scrollable1 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.padding5 {
  padding:5px;
}

.padding10 {
  padding:10px;
}

.padding15 {
  padding:15px;
}

.padding20 {
  padding:20px;
}

.padding25 {
  padding:25px;
}

.padding30 {
  padding:30px;
}

.tabblepadding5 {
  border-collapse: separate;
  border-spacing: 5px;
}

.tabblepadding10 {
  border-collapse: separate;
  border-spacing: 10px;
}

.tabblepadding15 {
  border-collapse: separate;
  border-spacing: 15px;
}

.tabblepadding20 {
  border-collapse: separate;
  border-spacing: 20px;
}

.tabblepadding25 {
  border-collapse: separate;
  border-spacing: 25px;
}

.tabblepadding30 {
  border-collapse: separate;
  border-spacing: 30px;
}

.tabblepadding1030 {
  border-collapse: separate;
  border-spacing: 30px 0px;
}

/* ---------------------- News Feed ------------------ */
.v17salesMonth {
  bottom: 30px;
  width: 100%;
  right: 5%;
  text-align: right;
  line-height: 16px;
}

.v17HOFcard {
  width: auto;
  height: auto;
  padding: 10px 20px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}

.v17HOFcard2 {
  margin-top: -7px;
  width: auto;
  height: auto;
  padding: 9px 20px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 10px solid #ffd700;
  box-shadow: inset 0px 0px 0px 10px #fefefe;
  box-sizing: border-box;
  border-top: none;
}

.topsales {
  position: absolute;
  right: 5%;
  top: 5%;
  bottom: 97%;
  display: flex;
  float: right;
}

.mySlides {
  display: none;
}

.imgSlider {
  vertical-align: middle;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border: 10px solid #ffd700;
  box-shadow: inset 0px 0px 0px 10px #ffd700;
  box-sizing: border-box;
  border-bottom: none;
}

.slideshow-container {
  max-width: 530px;
  height: 530px;
  position: relative;
  margin: auto;
  border-radius: 10px;
}

.prev,
.next {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -35px;
  color: #fefefe;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: #303030;
}

.slidershow-header {
  max-width: 17px;
  height: 31px;
  position: relative;
  border-radius: 10px;
}

.prevCustom,
.nextCustom {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 10px;
  margin-top: -25px;
  color: #fefefe;
  background-color: rgb(33, 133, 200);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.nextCustom {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prevCustom:hover,
.nextCustom:hover {
  background-color: #0065A8;
}

.buttonFindOut{
  background-color: #303030;
  color: #FEFEFE;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #303030 !important;
}

.buttonFindOut:hover{
  background-color: #808080;
  color: #303030;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #303030;
}

.contactus{
  background-color: #019AFF;
  color: #FEFEFE;
  padding: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  border: 0;
  border-radius: 8px;
  height: 30px;
  cursor: pointer;
  transition: all 100ms;
  border: 1px solid #FEFEFE;
}

.dot2 {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #dadada;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot2.active,
.dot2:hover {
  background-color: #757575;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.postImg {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.textPost {
  width: 100%;
  align-items: center;
  background-color: #f0f2f5;
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #979797;
  overflow: auto;
  height: 20px;
  padding: 10px;
  margin-left: 10px;
}

.buttonPost {
  background-color: transparent;
  border: none;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif !important;
  height: 40px;
  border-radius: 8px;
  color: #303030;
  cursor: pointer;
}

.buttonPost2 {
  background-color: #f0f2f5;
  color: #979797;
  border: none;
  border-radius: 25px;
  padding: 5px 20px;
  width: 95%;
  text-align: left;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.pop-up {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: auto !important;
  margin: auto;
}

.popup-content {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  left: 39%;
}

.popup-warning {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  left: 50%;
}

.v17postTextarea {
  width: 95%;
  height: 60px;
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  background-color: #f0f2f5;
  color: #303030;
  margin-left: 2px;
}

.postInput {
  background-color: #f0f2f5;
  color: #303030;
  border: none;
  border-radius: 10px;
  float: right;
}

/* --------------------------- Homepage ----------------------------- */
.scrollbar2 {
  overflow: auto;
  max-height: 320px;
}

#style-2::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#style-2::-webkit-scrollbar {
  width: 7px;
}

#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #dadada;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.box {
  position: relative;
}

.box-header {
  display: block;
  position: absolute;
}

.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.dropzone-wrapper {
  border: 2px dashed #91b0b3;
  color: #92b0b3;
  position: relative;
  height: 100px;
  width: 98%;
}

.dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 27px;
}

.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
  background: #ecf0f5;
}

.preview-zone {
  text-align: center;
}

.preview-zone .box {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}

.button {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  border: 0;
  border-radius: 8px;
  height: 30px;
  cursor: pointer;
  transition: all 100ms;
}

.buttonfile {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 100ms;
  height: 30px;
  line-height: 30px;
}

.closeButton {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background-color: #303030;
  border: 0;
  cursor: pointer;
  text-align: center;
  transition: all 100ms;
}

.buttonClear {
  position: absolute;
  margin-top: 40px;
  margin-left: 16%;
  transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  font-size: 25px;
  border: none;
  cursor: pointer;
}

.pinIcon {
  fill: none;
  stroke: #fefefe;
  stroke-miterlimit: 10;
}

.cls-1 {
  stroke-width: 20px;
}

.cls-2 {
  stroke-linecap: round;
  stroke-width: 20px;
}

/* -------------Color Theme-------------- */
.buttonPalette {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #fefefe;
  box-shadow: 0 0 2px #6f6f6f;
  cursor: pointer;
  transition: all 100ms;
}

.v17buttonDisplay {
  width: 100px;
  height: 25px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 100ms;
}

.v17buttonSavetheme {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  border: 0;
  border-radius: 8px;
  height: 40px;
  width: 235px;
  cursor: pointer;
  transition: all 100ms;
}

#container {
  overflow: auto;
  white-space: nowrap;
  scrollbar-color: transparent transparent;
}

#container::-webkit-scrollbar {
  display: none;
}

#previous_button {
  position: absolute;
  width: 35px;
  height: 80px;
  background: rgba(48, 48, 48, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: solid 0.1px #c4c4c4;
}

#previous_button i {
  color: #fefefe;
}

#next_button {
  position: absolute;
  width: 35px;
  height: 80px;
  background: rgba(48, 48, 48, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: solid 0.1px #c4c4c4;
}

#next_button i {
  color: #fefefe;
}

.line_separator {
  display: inline-block;
  border-left: 1px solid #c4c4c4;
  height: 40px;
  margin: 0px 5px 23px 5px;
}

/* -------------My Subscriptions-------------- */
.buttonSubscriptions {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  border: 0;
  border-radius: 11px;
  height: 22px;
  cursor: pointer;
  transition: all 100ms;
}

.speakerLine {
  border-left: 1px solid #cccccc;
  height: 90px;
}

.v17rewardCard {
  margin: 0 auto;
  max-width: 740px;
}

.imgReward {
  height: 170px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.packageLabel {
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  text-align: center;
  font-weight: 500;
  border: 0;
  border-radius: 2px;
  height: 15px;
  width: 40px;
  color: #FEFEFE;
}

.goldLabel {
  padding: 3px 7px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #FA8B3B;
  color: #FA8B3B;
}

.diamondLabel {
  padding: 3px 5px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #1D41E0;
  color: #1D41E0;
}

.platinumLabel {
  padding: 3px 5px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #1B465C;
  color: #1B465C;
}

/*-----------------LITE SUBSCRIPTIONS------------------*/
.subscriptionrecord {
  background-color:#FEFEFE;
  height: 50px;
  border: 1px solid #CCCCCC;
  padding: 10px 10px 10px 0px;
}
.subscriptionbox {
  border-radius:10px;
  background-color:#FEFEFE;
  height: 70px;
  border: 2px solid #CCCCCC;
  padding: 15px 5px 0px 20px;
  line-height:14px;
}

.circlebox {
  border-radius: 50%;
  height: 27px;
  padding: 5px;
  text-align: center;
  font:20px "Montserrat", sans-serif;
  font-weight: 600;
}

.squarebox {
  border-radius:5px;
  height: 35px;
  width:35px;
  padding: 5px;
  text-align: center;
  font:20px "Montserrat", sans-serif;
  font-weight: 600;
}

.statusbox {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-align: center;
  transition: all 100ms;
  border-radius:10px; 
  height:auto;
  font-weight: 600;
  display:inline-block;
  width:20%;
  font-size:10px;
}

.statusboxbasic {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-align: center;
  transition: all 100ms;
  border-radius:10px; 
  height:auto;
  font-weight: 600;
  display:inline-block;
  width:20%;
  font-size:10px;
}

.statusboxColorinactive {
  border: 2px solid #CCCCCC;
}

.buttonChoose {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  transition: all 100ms;
  border-radius:10px; 
  height:20px;
  font-weight: 700;
}

.invisiblebutton {
  background: transparent;
  border:none;
  cursor: pointer;
}

/* ------------ Search Bar ------------- */
.search {
  height: 20px;
  background-color: #FEFEFE;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 8px;
  border: 1px solid #979797;
}

.search > i {
  font-size: 20px;
  padding-left: 6px;
}

.search > input {
  flex: 1;
  height: 30px;
  border: none;
  outline: none;
  padding-left: 10px;
}

.search > button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

#more {
  display: none;
}

.wrapper {
  margin: auto;
}

.tab-wrapper {
  display: block;
  margin: auto;
}

.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between; 
}

.tab-content {
  display: none;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 1.0s ease 1 forwards; 
}

.tab-content.active {
  display: block; 
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none; 
    } 
}

/* --------------- Accordion Header ----------------- */
.container__accordion {
  width: 450px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.accordion {
  list-style: none;
}
.accordion__item {
  margin-bottom: 0.8rem;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  transition: all 0.2s linear;
  border-bottom: none;
}

.accordion_item_head {
  padding: 1.5rem 3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
  height:15px;
}
.accordion_item_head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
}
.accordion_item_head i {
  transition: transform 0.3s linear;
}
.accordion_item.open .accordionitem_head i {
  transform: rotate(-180deg);
}

.accordion_item_body {
  display:none;
  position: absolute;
  margin-top: 0rem;
  overflow: hidden;
  height: auto;
  background-color: #fefefe;
  border: 1px solid #eee;
  width: 270px;
  padding: 20px 20px;
}
.accordion_item.open .accordionitem_body {
  padding: 1rem;
  height: 350px;
}

.rotate{
  -moz-transition: all 2s linear;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

.rotate.down{
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*------------------ORDER SUMMARY----------------*/
.dropdowncontent {
  background-color: #f1f1f1;
  min-width: 160px;
  position:absolute;
  overflow: auto;
  z-index: 1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  width:29%;
}

.dropdownproducttype {
    font-family: montserrat,sans-serif;
    font-size: 11px;
    font-weight: 600;
    border: 0;
    border-radius: 8px;
    height: 30px;
    cursor: pointer;
    transition: all 100ms;
}

/*-------------Lock Page----------------------*/
.pageLockcontainer {
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  position: absolute;
}

/*------------STATISTIC--------------------*/
.ui-datepicker {
    width: 90% !important; /*what ever width you want*/
}

/*-----------SETTING COMBO -------------*/
.triangle1body {
  height:40px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.triangle1head {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  width: 0; 
  height: 0;
}

.triangle2body {
  height:40px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.triangle2head {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #F0F2F5;
  width: 0; 
  height: 0;
}

.successdelete {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
  background-color: #DD5454;
  color: #FAFBFC;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
}

.successupdate {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
  background-color: #4B4DED;
  color: #FAFBFC;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
}

.successsave {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
  background-color: #18AD81;
  color: #FAFBFC;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
}

.requiredwarn {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
  background-color: #FFDE7E;
  color: #000;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
}

.buttoncancel{
  font-family: inherit;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  border: none;
  height: 40px;
  cursor: pointer;
  transition: all 100ms;
  padding: 10px;
  background: none;
}

.buttoncancelpopup{
  font-family: inherit;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  border: none;
  height: 40px;
  cursor: pointer;
  transition: all 100ms;
  padding: 10px;
  background: none;
}

.buttoncontinue{
  font-family: inherit;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  height: 40px;
  cursor: pointer;
  transition: all 100ms;
  padding: 10px;
  background: #E46161;
  color: white;
}

.dropdowncontent2 {
  background-color: #f1f1f1;
  width: 100%;
  position:absolute;
  z-index: 2;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  width:29%;
}

.closemessage {
  color: #FAFBFC;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -20px;
  margin-right: -20px;
  text-shadow: 0 1px 0 #fefefe;
}

.closemessage:hover,
.closemessage:focus {
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
}

.closerequiredwarn {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0 1px 0 #1f1f1f;
}

.closerequiredwarn:hover,
.closerequiredwarn:focus {
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
}

.statusboxcombo {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  border:none; 
  height:fit-content;
  color: #18AD81;
  background: #DAEDC2;
  border-radius: 5px;
  padding: 3px 5px;
}

.cancelpopup {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: auto !important;
}

.productimg {
  position:relative;
  display:inline-block
}

.combobadge{
  position: absolute;
  right:0px;
  top:30px;
  background:#F40002;
  text-align: center;
  border-radius: 5px;
  color:white;
  padding:5px 10px;
  font-size:12px;
}

.tabledata::-webkit-scrollbar , .tableagentdata::-webkit-scrollbar {
  height: 5px;
  background-color: #eee;
}

.buttonClearSearch {
  position: relative;
  top: 12%;
  cursor: pointer;
  background: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  outline: none;
}

.buttonTransparent {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  overflow: hidden;
  outline: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-align: left;
  cursor: pointer;
}

input .preventSelect {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*---------- Registration Link ----------*/
.whatsapp-ico{
  fill: white;
  width: 35px;
  height: 35px;
  background-color: #4dc247;
  border-radius: 50%;
}

.whatsapp-ico:hover{
  box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}

.tablebox4 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.tablebox5 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.initialagents{
  fill: white;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.registrationForm input{
  flex: 1;
  height: 30px;
  border: 1px solid #D9D9D9;
  outline: none;
  border-radius: 5px;
  padding-left: 10px;
}

.registrationmargin {
  margin-top: 30px;
  margin-bottom: 30px;
}

.hideDisplay{
  display:none;
}

.companyLogo{
  width: 100%;
  margin-left: auto;
  align-items: center;
}

.logoHeader {
  height: 40px;
  width: auto;
  margin: 6px 25px 2px 25px;
}

.reglogo{
  margin: 0 auto;
  text-align: center;
}

.ellipsis{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*-----------GO STORE SUMMARY----------------*/
.rotate{
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.rotate.down{
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*------------FIRST ORDER --------------------*/
.button-primary-green {
  color: #fefefe !important;
  background: #18ad81 !important;
}
.card--card-radius {
  border-radius: 15px !important;
}
@media only screen and (max-width: 743px) {
  .card--card-radius {
    width: 75% !important;
  }
}
.border-soft-green {
  border-top: 1px solid #18ad8178;
}

/*-----------MEMBERSHIP CAMPAIGN---------------*/
.tooltip-custom {
  position: relative;
}
.tooltip-custom-campaign:after,
.tooltip-custom-campaign:before {
  opacity: 0;
  position: absolute;
  font-size: 11px;
  font-weight: 400;
  color: #019AFF;
  transition: all 0.18s ease-out 0.18s;
}

.tooltip-custom-campaign:after {
  background-color: #EEF9FF;
  filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.1));
  content: attr(data-tooltip);
  border-radius: 8px;
  padding: 10px;
  white-space: nowrap;
}

.tooltip-custom-campaign:before {
  width: 0;
  height: 0;
  content: '';
  margin-bottom: 6px;
}

.tooltip-custom-campaign:hover:before,
.tooltip-custom-campaign:hover:after {
  opacity: 1;
}

[data-tooltip-pos='rightmember']:before,
[data-tooltip-pos='rightmember']:after {
  transform: translate(-200px, -50%);
}

[data-tooltip-pos='rightmember']:after {
  margin-left: 11px;
}

[data-tooltip-pos='rightmember']:hover:before,
[data-tooltip-pos='rightmember']:hover:after {
  transform: translate(-110%, 40%);
}

[data-tooltip-length]:after {
  white-space: normal;
}

[data-tooltip-length='mediummember']:after {
  width: 140px;
}

.text-banner-fop {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 25%;
}

.summary-invoice-header {
  float: right;
}

.banner-mobile-fop {
  display: none;
}

@media only screen and (max-width: 495px) {
  .summary-invoice-header {
    float: left !important;
  }
  .banner-mobile-fop {
    display: block;
  }
  .banner-desktop-fop {
    display: none;
  }
  .text-banner-fop {
    top: 30%;
  }
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  padding: 10px 0;
  width: 100%;
  height: 300px;
  object-fit: scale-down;
  background-color: #ffffff;
}

.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* ----------- Reset Order -------- */
.tooltip-custom {
  position: relative;
}

.tooltip-custom:after,
.tooltip-custom:before {
  opacity: 0;
  position: absolute;
  font-size: 10px;
  font-weight: 400;
  transition: all 0.18s ease-out 0.18s;
  -webkit-transition: all 0.18s ease-out 0.18s;
}

.tooltip-custom:after {
  background-color: #EEF9FF;
  border: 0.5px solid rgb(0 0 0 / 16%);
  box-shadow: 0 0 3px #ddd;
  content: attr(data-tooltip);
  padding: 10px;
  white-space: nowrap;
}

.tooltip-custom:before {
  width: 0;
  height: 0;
  content: '';
  margin-bottom: 6px;
}

.tooltip-custom:hover:before,
.tooltip-custom:hover:after,
.tooltip-custom:focus:before,
.tooltip-custom:focus:after {
  opacity: 1;
}

[data-tooltip-pos='right']:before {
  border-top: 6px solid transparent;
  border-right: 6px solid #f5f5f5;
  border-bottom: 6px solid transparent;
  margin-left: 6px;
}

[data-tooltip-pos='right']:before,
[data-tooltip-pos='right']:after {
  transform: translate(-10px, -50%);
  -webkit-transform: translate(-10px, -50%);
}

[data-tooltip-pos='right']:after {
  margin-left: 11px;
}

[data-tooltip-pos='right']:hover:before,
[data-tooltip-pos='right']:hover:after,
[data-tooltip-pos='right']:focus:before,
[data-tooltip-pos='right']:focus:after{
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

[data-tooltip-length]:after {
  white-space: normal;
}

[data-tooltip-length='medium']:after {
  width: 120px;
}
/* ----------- Setup Api -------- */
.v17mainSetupApiTitle{
  grid-template-areas: "title ...... filter";
  grid-template-columns: 400px auto 13%;
  grid-gap: 0px 10px;
}

.v17mainSetupApiTitle .title {
  font-size: 20px;
  font-weight:600;
  position: relative;
  top: 10px;
}

.v17mainSetupApiTitle .desc {
  position: relative;
  top: 40px;
  font-weight: lighter;
}

.v17setupApiCard .itemApi .card {
  width: 293px;
  height: 110px;
  margin: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px;
}

.v17setupApiCard .title {
  position: relative;
  top: 20px;
  right: 10px;
  font-weight:600;
}

.v17setupApiCard .card .imgIcon {
  width: 40px;
}

.v17setupApiCard .card .title {
  font-size: 9px;
  font-weight: 500;
  position: relative;
  top: -0px;
  left: 5px;
}

.v17setupApiCard .card .desc {
  font-size: 14px;
  font-weight:600;
  position: relative;
  left: 5px;
}

.v17setupApiCard .card .statusApi {
  font-size: 10px;
  position: relative;
  border-radius: 5px;
}

.v17setupApiCard .card .enable {
  position: relative;
  left: 15px;
}

.v17setupApiCard .card .detail {
  position: relative;
  top: 30px;
  font-size: 10px;
  font-weight:lighter;
}

.v17setupApiCard .card .imgIcon img {
  width: 40px;
}

.v17setupApiCard .card .statusApi img {
  width: 10px;
  position: relative;
  left: 10px;
}

.v17setupApiCard .detailApi .card {
  margin: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px;
  position: relative;
}

@media only screen and (max-width: 586px) {
  .img-detail-mobile{
    display:block;
    margin-bottom: 3rem;
    margin-left: 1.5rem;
  }
  .img-detail-desktop{
    display:none;
  }
}
@media only screen and (min-width: 587px) {
  .img-detail-mobile{
    display:none;
  }
}

.v17setupApiCard .detailApi table {
  position: relative;
  top: 40px;
}

.v17setupApiCard .detailApi .card .title {
  font-size: 14px;
  font-weight:600;
  position: relative;
  left: 30px;
  top: -40px;
  font-size: 20px;
}

.v17setupApiCard .detailApi .card .detail {
  font-size: 13px;
  font-weight: lighter;
  position: relative;
  left: 30px;
  width: 350px;
  top: -50px;
}


.v17setupApiCard .detailApi .card .img img {
  width: 200px;
}

.v17setupApiCard .detailApi .card .titleImg {
  font-size: 12px;
  text-align:center;
  margin-top: 10px;
}

.v17setupApiCard .detailApi .card .btn {
  position: relative;
  bottom: 120px;
}

.v17setupApiCard .formApi .card {
  margin: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px;
  position: relative;
}

.v17setupApiCard2 .formApi .card2 {
  width: 978px;
  height: 350px;
  margin: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px;
  position: relative;
}

.v17setupApiCard .formApi .col-50-myProfile .myProfileLabel {
  margin-bottom: 5px;
  display: block;
  font-size: 15px;
}

.v17setupApiCard .formApi .col-50-myProfile .myProfileText {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  font-size: 14px;
}

.v17setupApiCard .formApi .col-75-myProfile .myProfileDeliveryInput {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  font-size: 14px;
  position: relative;
}

.v17setupApiCard .formApi .col-75-myProfile .myProfileText {
  width: 363px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  font-size: 14px;
}

.v17setupApiCard .formApi .col-75-myProfile .myProfileLabel {
  margin-bottom: 5px;
  display: block;
  font-size: 15px;
}

.v17setupApiCard .formApi .col-50-myProfile {
  flex: 25%;
}

.v17setupApiCard .formApi .col-50-myProfile .col-25-myProfile {
  flex: 5%;
}

.v17setupApiCard .formApi .col-75-myProfile,
.v17setupApiCard .formApi .col-50-myProfile {
  padding: 0 16px;
}

.v17setupApiCard .formApi .col-75-myProfile {
  flex: 75%;
}

.v17setupApiCard .formApi .clientKey {
  position: relative;
  top: 50px;
}

.v17setupApiCard .formApi hr {
  border-width: 0.5px;
}

.v17setupApiCard .formApi .card .statusIntegrate{
  font-size: 10px;
  background-color: #F4F6FC;
  position: relative;
  border-radius: 20px;
  width: 160px;
  height: 35px;
}

.v17setupApiCard .formApi .card .imgIntegrate{
  width: 25px;
}

.v17setupApiCard .formApi .card .title span, .v17setupApiCard .card .main-title {
  font-weight: 650;
  color: #18AD81;
  font-size: 16px;
}

.v17setupApiCard .formApi .card center{
  font-weight: 630;
}

.v17setupApiCard .formApi .card .btnAction {
  position: relative;
  bottom: 70px;
}

.v17setupApiCard .formApi .getOrder .card {
  height: 250px;
  margin: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px;
  position: relative;
}

.v17setupApiCard .formApi .getOrder .card .statusIntegrate{
  font-size: 10px;
  background-color: #E7F6F2;
  position: relative;
  border-radius: 20px;
}

.v17setupApiCard .formApi .getOrder .card .imgIntegrate{
  width: 25px;
}

.v17setupApiCard .formApi .getOrder .card .title span{
  position: relative;
  right: 65px;
  font-weight: 600;
  color: #18AD81;
  font-size: 14px;
}

.v17setupApiCard .formApi .getOrder .card center{
  font-weight: 600;
}

.v17setupApiCard .formApi .getOrder .card .copied {
  position: relative;
  font-size: 12px;
}

.v17setupApiCard .formApi .getOrder .card p {
  background-color: #f29e3825;
  width:80px;
  text-align: center;
  position: relative;
  right: 20px;
  border-radius: 10px;
  padding: 8px;
}

.v17setupApiCard .formApi .getOrder .card .btnCopyLink {
  position: relative;
  bottom: 139px;
}

.v17setupApiCard .formApi .getOrder .card .btnAction4 {
  position: relative;
  bottom: 110px;
}

.positionPopup-DisableApi {
  width: 350px;
  height: 200px;
  position: relative;
  background-color: #f0f2f5;
}

.positionPopup-DisableApi .titleBarDisableApi {
  position:relative;
  background-color:#e1e3e66a;
  Border-radius:10px 10px 0px 0px;
  width: 350px;
  height: 50px;
  z-index: 1;
}

.positionPopup-DisableApi .titleBarDisableApi p {
  position: relative;
  left: 27px;
  top: 15px;
}

.positionPopup-DisableApi .closePopup {
  width: 10px;
  position: relative;
  left: 315px;
  bottom: 17px;
  transition: all 0.5s ease-in-out;
}

.positionPopup-DisableApi .descDisableApi p {
  position: relative;
  top: 10px;
  left: 20px;
  font-size: 10px;
  text-align: left;
  padding: 10px; 
}
