body {
    color: #121212;
    font-family: 'Roboto', 'Open Sans', sans-serif;
  /* padding-top: 5rem; */
  /* background-color:#e3e0db; */
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.main-frame {
  height: 100%;
  position: fixed;
}

.starter-template {
  padding: 22% 1.5rem;
  text-align: center;
  /*display: none;*/
  background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('assets/img/home_bg.png');
}

#watermark {
  position: absolute;
  text-align: center;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.4;
  font-size: 13px;
  font-weight: 500;
  pointer-events: none;
  z-index: 100;
}

.navbar {
  /* box-shadow: 0 0 5px #a3a3a3;
  background-color: #a3a3a32c;
  backdrop-filter: blur(2px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  display: flex;
  justify-content: space-between;
}

/* .redirection-link {
  display: inline-block;
  position: relative;
  color: #d33d70;
  border: 1px solid;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  backdrop-filter: blur(5px);
  overflow: hidden;
}

.redirection-link::before {
  animation: shine 2s infinite;
  content: '';
  background-image: linear-gradient(120deg,
     rgba(255, 255, 255, 0) 30%,
     rgba(255, 255, 255, 0.8),
     rgba(255, 255, 255, 0) 70%);
  width: 60%;
  height: 100%;
  top: 0%;
  left: -125%;
  transform: skew(45deg);
  position: absolute;
}

.redirection-link:hover {
  text-decoration: none;
}

@keyframes shine {
  100% {
    left: 150%;
  }
} */


.right-bar {
  height: auto;
  width: 100%;
  position: fixed;
  z-index: 5;
  top: 0px;
  background-color: #F2F2F2;
  backdrop-filter: blur(2px);
  padding: 0 0;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

/**************Menu*******************/

.rmenu-item {
  position: relative;
  box-sizing: border-box;
  border-radius: 0;
  width: 8rem;
  height: 3.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  z-index: 6;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  background: #babfc4;
}

.rmenu-item.active {
    color: #FFF;
    background: #6c757d;
}
.rmenu-item.disabled {
    color: #FFF;
    cursor: not-allowed;
    opacity: 0.3;
}

.rmenu-list,
.rmenu-item-list,
.rmenu-item-round,
.rmenu-accessories {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rmenu-item span {
  display: block;
}

.rmenu-item-list {
  height: fit-content;
}

.rmenu-item-list.rmenu-icon,
.accessories-rmenu {
  height: 65vh;
}

.rmenu-item-list,
.accessories-rmenu {
  display: none;
  text-align: center;
  width: 20vw;
  position: fixed;
  z-index: 5;
  top: 70px;
  left: 124px;
  border: 1px solid #6c757d25;
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 24px;
  overflow-x: hidden;
  padding: 15px;
  border-radius: 5px;
}

/* .rmenu-item-list>.scroll-down,
.accessories-rmenu>.scroll-down {
  position: absolute;
  right: 10px;
  bottom: 10px;
  animation: scroll-down-animation 1s infinite ease-in-out;
} */

/* .scroll-down{
  display: none;
  place-content: center;
  height: 20px;
  aspect-ratio: 1;
  background: #9d1343;
  border-radius: 5px;
  color: #fff;
} */

/* .rmenu-item-list-scroll>.scroll-down,
.accessories-rmenu-scroll>.scroll-down{
  display: grid;
}  */

/* Scrollbar design */
/* width */
/* .rmenu-item-list::-webkit-scrollbar,
.accessories-rmenu::-webkit-scrollbar {
  width: 5px;
} */

/* Track  */
/* .rmenu-item-list::-webkit-scrollbar-track,
.accessories-rmenu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(182, 182, 182);
  border-radius: 10px;
} */

/* Handle */
/* .rmenu-item-list::-webkit-scrollbar-thumb,
.accessories-rmenu::-webkit-scrollbar-thumb {
  background: #7d7d7e;
  border-radius: 10px;
} */

/* Handle on hover */
/* .rmenu-item-list::-webkit-scrollbar-thumb:hover,
.accessories-rmenu::-webkit-scrollbar-thumb:hover {
  background: #5c5c5d;
  cursor: pointer;
} */


.rmenu-icon img {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.rmenu-accessories {
    font-size: 14px;
    background-color: #F2F2F2;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 7px;
    text-align: start;
    z-index: 5;
}

.rmenu-accessories li {
    color: #6c757d;
  text-transform: capitalize;
  padding: 5px 15px;
  border-bottom: 1px solid #FFF;
}

.rmenu-item-icon {
  transition: background 250ms ease-in-out;
}

.rmenu-item-icon:hover {
  background: #F2F2F2;
}

.rmenu-item-list li {
    display: flex;
    flex: auto;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
    text-align: start;
    cursor: pointer;
    background-color: #F2F2F2;
    padding: 6px 6px 6px 15px;
    margin-bottom: 7px;
    border-radius: 5px;
    transition: color --transition-fast ease-out, background-color --transition-fast ease-in;
    color: #6c757d;
    font-size: 14px;
    text-transform: capitalize;
}

.rmenu-item-list li:last-child {
  margin-bottom: 0px;
}

.rmenu-item-list li:hover:not(.active) {
  background: #dfdfdf99;
}
.rmenu-item-list li.active {
    color: #FFF;
    background-color: #6c757d73;
}

.rmenu-item-icon li {
  padding: 10px 50px;
  border-bottom: 1px solid #ddd;
}

.rmenu-item-round {
  display: none;
  position: fixed;
  z-index: 1;
  left: 124px;
  overflow-x: hidden;
  padding: 0;
  top: 70px;
  border: 1px solid #6c757d25;
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 24px;
    overflow-x: hidden;
    padding: 15px;
    border-radius: 5px;
}

.rmenu-item-round li {
  display: block;
  margin-bottom: 10px;
}

.rmenu-item-round li:last-child {
    margin-bottom: 0px;
}

.rmenu-item-round li>span {
    padding: 20px 25px;
    border-radius: 5px;
    border: 1px solid #F2F2F2;
}

.rmenu-item-round.rmenu-frame li>span {
    border: 3px solid transparent;
}

.rmenu-item-round li>p {
    font-size: 14px;
    color: #121212;
  font-weight: 400;
  margin-bottom: 0px;
}

.rmenu-icon-title {
  background-color: #175cff !important;
  color: #f9f9f9 !important;
  text-align: start !important;
  padding: 5px 15px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  /* margin: 10px 0; */
  cursor: default !important;
}
.rmenu-item-round.rmenu-frame {
    width: 17em;
}
.rmenu-item-round.rmenu-frame ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: space-between;
}
.rmenu-item-round.rmenu-frame ul li {
    flex: 0 0 48%;
    width: 48%;
}
.rmenu-item-round.rmenu-frame ul li.last {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0px;
}

/* .rmenu-icon-title:hover {
  background: #ba265a !important;
} */

.rmenu-icon {
  padding: 15px 20px;
}

.rmenu-item-i {
    cursor: grabbing !important;
  padding: 13px 8px !important;
  display: inline !important;
  margin-right: 5px;
  background-color: #F2F2F285 !important;
}

.close,
.closetwo,
.closethree {
  all: unset;
  font-size: 14pt;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #ff000035 !important;
  border-radius: 50px;
  opacity: 1;
  padding: 0px !important;
  display: none;
  font-weight: 600;
  line-height: 1;
  /* text-shadow: 0 1px 0 #fff; */
}

.close>svg,
.closetwo>svg,
.closethree>svg {
  margin-top: -5px;
}

.closethree {
  position: absolute;
  bottom: 78px;
  right: 22px;
  /* height: 20%; */
}

.close {
  position: absolute;
  bottom: 0px;
  right: 0px;
  /* height: 20%; */
}

.button-plus,
.button-minus {
    width:26px;
    height:34px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    background:#babfc4;
    border:2px solid #babfc4;
    display: block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.button-minus {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.button-plus {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.quantity-field {
    position: relative;
    height: 34px;
    width: 44px;
    text-align: center;
    font-size: 15px;
    border-top: 2px solid #babfc4;
    border-bottom: 2px solid #babfc4;
    border-left: 0;
    border-right: 0;
    /* left: -2px;
    right: -2px;
    margin: 0 auto; */
    display: block;
    vertical-align: middle;
}
/* Hide the number input spin buttons */
.quantity-field::-webkit-inner-spin-button,
.quantity-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-field[type="number"] {
  -moz-appearance: textfield;
}
.tp-flogo {
    position: absolute;
    bottom: 35px;
    right: 35px;
}
.tp-flogo .btn_download {
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 0px 15px !important;
    height: 42px;
    border-radius: 5px !important;
}
.tp-flogo .btn_download svg {
    position: relative;
    top: -2px;
}
.tp-flogo .form-control {
    position: relative;
    top: 3px;
    margin-bottom: 0px !important;
}
.form-control:focus {
    border-color: #babfc4;
    box-shadow: none;
}
.form-control {
  height: 38px;
  line-height: 38px;
  border: 2px solid #F2F2F2;
}

/* .btn-success {
  letter-spacing: 1px;
  font-weight: 600;
  outline: none;
  border: none;
  padding: 8px 20px;
  background: #ce2b65;
  color: #fff;
  transition: background 400ms ease-in-out;
}

.btn-success:hover,
.btn-success:active {
  background: #9d1343 !important;
}

.btn-success:focus,
.btn-success:active {
  box-shadow: none !important;
} */

.lead {
  color: #9d1343;
}

.closetwo {
  position: absolute;
  bottom: 10px;
  right: 28px;
  /* height: 30px; */
}


#additional_msg {
    width: 100%;
  font-family: Roboto, 'Open Sans', sans-serif;
  margin-top: 20px;
  border-radius: 5px;
  border: 2px solid #F2F2F2;
  outline: none;
  padding: 10px;
  transition: border 400ms ease;
}

#additional_msg:active,
#additional_msg:focus-visible {
  border: 2px solid #F2F2F2;
}


/*********************************************************** all the materials */
.usb {
  height: 145px;
  width: 70px;
  /* height: 22.376vh; */
  /* width: 6.1718vw; */
  background-image: url(icon/m1/USB.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.ethernet {
  height: 145px;
  width: 70px;
  /* height: 22.376vh; */
  /* width: 6.1718vw; */
  background-image: url(icon/m1/Ethernet.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.telephone {
  height: 145px;
  width: 70px;
  /* height: 22.376vh; */
  /* height: 21.6vh; */
  /* width: 6.1718vw; */
  background-image: url(icon/m1/Tel.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.tv {
  height: 145px;
  width: 70px;
  /* height: 22.376vh; */
  /* width: 6.1718vw; */
  background-image: url(icon/m1/Laptop.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.switch {
  /* width: 10.937vw; */
  /* height: 22.376vh; */
  height: 146px;
  /* height: 22.53vh; */
  width: 140px;
  position: relative;
}

.switch2-d,
.switch2-1 {
  left: 53px;
}

.switch2-d,
.switch4-2,
.switch6-2,
.switch8-2,
.switch4fan1-2 {
  top: 68px;
}

.switch2-1,
.switch4-1,
.switch6-1,
.switch8-1,
.switch4fan1-1 {
  top: 22px;
}

.switch2 {
  width: 30px;
  height: 30px;
  border: 2px solid rgb(12, 154, 193);
  border-radius: 16px;
  position: relative;
}

.rmenu-item-i img {
  height: 50px;
  width: 50px;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  object-fit: contain;
}

.switch2Image {
  width: 30px;
  height: 30px;
  /* background: url(icon/Icons80x80px/general\ switch.png); */
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.switch2ImageFan {
  width: 30px;
  height: 30px;
  background: url(icon/Icons80x80px/Fan/Fan\ Default.png);
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.switch2ImageDimmer {
  width: 30px;
  height: 100px;
  background: url(icon/Icons80x80px/Dimmer/Dimmer\ Default.png);
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.backgroundNone {
  width: 30px;
  height: 30px;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.switch2 img {
  width: 35px;
  height: 35px;
}

.switch4fan1 {
  height: 146px;
  width: 270px;
  position: relative;
}

.switch4 {
  height: 146px;
  /* height: 22.52vh; */
  width: 170px;
  /* width: 22.578vw;
  height: 22.376vh; */
  position: relative;
}

.switch6 {
  height: 146px;
  /* height: 22.52vh; */
  width: 260px;
  /* width: 22.578vw;
  height: 22.376vh; */
  position: relative;
}

.switch4-1,
.switch4-2 {
  left: 30px;
}

.module-2 .switch4-1,
.module-2 .switch4-2 {
  left: 10px;
}


.switch4-3,
.switch4-4 {
  left: 110px;
}

.module-2 .switch4-3,
.module-2 .switch4-4 {
  left: 100px;
}

.switch4-3,
.switch6-3,
.switch8-3,
.switch4fan1-3 {
  top: -38px;
}

.switch4-4,
.switch6-4,
.switch8-4,
.switch4fan1-4 {
  top: 8px;
}




.curtain {
  height: 145px;
  width: 140px;
  /* height: 22.376vh; */
  /* width: 10.937vw; */
  background-image: url(icon/m2/Curtain.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.pin-3-socket-amp {
  height: 145px;
  /* height: 22.376vh; */
  width: 140px;
  /* width: 10.937vw; */
  background-image: url(icon/m2/3PinSocket.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.socket-6-amp {
  height: 145px;
  /* height: 22.376vh; */
  width: 140px;
  /* width: 10.937vw; */
  background-image: url(icon/m2/6AMPSocket.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.socket-16-amp {
  height: 145px;
  width: 140px;
  /* height: 22.376vh;
  width: 10.937vw; */
  background-image: url(icon/m2/16AMPSocket.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.bell {
  height: 145px;
  width: 140px;
  /* height: 22.376vh;
  width: 10.937vw; */
  background-image: url(icon/m2/Bell.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.Switch4-fan1 {
  /* width: 289px;
  height: 145px; */
  width: 22.578vw;
  height: 22.376vh;
  background-image: url(icon/m4/4Switch1Fan.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.dimmeIncr {
  width: 30px;
  height: 30px;
  background: url(icon/m2/increase.png);
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.dimmeDecr {
  width: 30px;
  height: 30px;
  background: url(icon/m2/decrease.png);
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.indicator {
  width: 15px;
  height: 15px;
  /* background: url(icon/m2/indicator.png); */
  background: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-inline: auto;
}

.a-pin {
  width: 40px;
  height: 20px;
  /* background: url(icon/m2/a.png); */
  border: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-inline: auto;
}

.c-pin {
  width: 40px;
  height: 20px;
  /* background: url(icon/m2/c.png); */
  border: 1px solid #fff;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-inline: auto;
}

.type-b {
  width: 40px;
  height: 17px;
  background: url(icon/m2/Type\ b.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-inline: auto;
}

.type-c {
  width: 40px;
  height: 18px;
  background: url(icon/m2/type\ c.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-inline: auto;
}

.sceneController {
  width: 30px;
  height: 30px;
  /* background: url(icon/m2/scene\ controller.png); */
  border: 2px solid rgb(12, 154, 193);
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.sceneController img {
  width: 100%;
}

.switch6-1,
.switch6-2 {
  left: 20px;
}

.switch6-3,
.switch6-4 {
  left: 120px;
}

.switch6-5,
.switch6-6 {
  left: 212px;
}

.switch6-5,
.switch8-5 {
  top: -98px;
}

.switch6-6,
.switch8-6 {
  top: -52px;
}

.switch8 {
  /* width: 33.906vw; */
  width: 432px;
  height: 146px;
  /* height: 22.376vh; */
  position: relative;
}

.switch6fan1 {
  display: grid;
  align-items: center;
  grid-template-areas:
    "s1 s3 s5 . s8"
    ". . . f1 s8"
    "s2 s4 s6 . s8";
  /* width: 600px; */
  width: 432px;
  height: 146px;
  position: relative;
}

.switch6fan1>* {
  margin-inline: auto;
}

.switch6fan1-1 {
  grid-area: s1;
}

.switch6fan1-2 {
  grid-area: s2;
}

.switch6fan1-3 {
  grid-area: s3;
}

.switch6fan1-4 {
  grid-area: s4;
}

.switch6fan1-5 {
  grid-area: s5;
}

.switch6fan1-6 {
  grid-area: s6;
}

.switch6fan1-7 {
  grid-area: f1;
}

.switch6fan1-8 {
  grid-area: s8;
}


.switch8-1,
.switch8-2 {
  left: 45px;
}

.switch8-3,
.switch8-4 {
  left: 145px;
}

.switch8-5,
.switch8-6 {
  left: 245px;
}

.switch8-7,
.switch8-8 {
  left: 345px;
}

.switch4fan1-1,
.switch4fan1-2 {
  left: 43px;
}

/* .switch4fan1-1  {
  top: 22px;
}
.switch4fan1-2 {
  top: 68px;
}
.switch4fan1-3 {
  top: -30px;
}
.switch4fan1-4 {
  top: 15px;
} */
.switch4fan1-3,
.switch4fan1-4 {
  left: 118px;
}

.switch4fan1-5 {
  left: 175px;
  top: -59px;
}

.fan {
  width: 23px;
  height: 150px;
  border-width: 2px;
  border-color: rgb(12, 154, 193);
  border-style: solid;
  border-radius: 14px;
  position: relative;
}

.switch4fan1-6 {
  top: -150px;
  left: 220px;
}

.switch8-7 {
  top: -158px;
}

.switch8-8 {
  top: -110px;
}

.switch6-fan1 {
  /* width: 434px;
  height: 145px; */
  width: 33.906vw;
  height: 22.376vh;
  background-image: url(icon/m6/6Switch1Fan.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* .switch6 {
  height: 146px;
  /* height: 22.52vh; */
/* width: 280px; */
/* width: 33.906vw;
  height: 22.376vh; */
/* border: 1px solid red; */
/* background-color: black; */
/* position: relative; */
/* } */
.show {
  display: block;
}

.hide {
  display: none !important;
}

.disabled {
  pointer-events: none;
  color: #aaa;
}

.content-align {
  background-color: blue;
  display: flex;
  justify-content: center;
}

/*****************Module*****************/

.module {
  position: absolute;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  box-shadow: 0 0 10px #888;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.module-display {
  display: flex;
}

.module-logo {
  display: block;
  position: absolute;
  height: 24px;
  right: 30px;
  bottom: 30px;
}

.module:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
}

.module-2 {
  height: 41.99vh;
  width: 23.203vw;
  top: 35%;
  left: 50%;
  margin-left: -147.5px;
}

.module-2:after {
  -webkit-clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(13% 100%, 35% 0%, 0% 0%, 0% 100%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.15) 1%,
      rgba(255, 255, 255, 0) 99%,
      rgba(255, 255, 255, 0) 49%);
}

.module-4 {
  height: 41.99vh;
  width: 33.416vw;
  top: 35%;
  left: 50%;
  margin-left: -252px;
}

.module-4:after {
  -webkit-clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(10% 100%, 25% 0%, 0% 0%, 0% 100%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.15) 1%,
      rgba(255, 255, 255, 0) 99%,
      rgba(255, 255, 255, 0) 49%);
}

.module-6 {
  height: 41.99vh;
  width: 49.827vw;
  top: 35%;
  left: 50%;
  margin-left: -252px;
}

.module-6:after {
  -webkit-clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(8% 100%, 20% 0%, 0% 0%, 0% 100%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.15) 1%,
      rgba(255, 255, 255, 0) 99%,
      rgba(255, 255, 255, 0) 49%);
}

.module-8 {
  height: 41.99vh;
  width: 58.685vw;
  top: 35%;
  left: 50%;
  margin-left: -252px;
}

.module-8:after {
  -webkit-clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(8% 100%, 20% 0%, 0% 0%, 0% 100%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.15) 1%,
      rgba(255, 255, 255, 0) 99%,
      rgba(255, 255, 255, 0) 49%);
}

.module-10 {
  height: 41.99vh;
  width: 58.685vw;
  top: 35%;
  left: 50%;
  margin-left: -252px;
}

.module-10:after {
  -webkit-clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(8% 100%, 20% 0%, 0% 0%, 0% 100%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.15) 1%,
      rgba(255, 255, 255, 0) 99%,
      rgba(255, 255, 255, 0) 49%);
}

.module-12 {
  height: 69.99vh;
  width: 49.384vw;
  top: 20%;
  left: 50%;
  margin-left: -252px;
}

.module-12:after {
  -webkit-clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(8% 100%, 20% 0%, 0% 0%, 0% 100%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.15) 1%,
      rgba(255, 255, 255, 0) 99%,
      rgba(255, 255, 255, 0) 49%);
}

.module-black {
  background: black;
  background-color: black;
  fill: black;
}

.module-white {
  background: #fff;
}

.module-gray {
  background: #a8a8a8;
}

.module-RoyalBlue {
  background: #4b4c8c;
}

.module-Gold {
  background: #c4ac7c;
}

.module-LightGray {
  background: #D3D3D3;
}

.module-fsblack {
  border: 5px solid #000;
}

.module-fgray {
  /* border: 5px solid #ddd; */
  border: 5px solid #5b5858;
}

.module-fsilver {
  border: 5px solid #ddd;
}

.module-fgold {
  border: 5px solid #e2b144;
}

.module-fRosegold {
  border: 5px solid #B76E79;
}

.module-fChrome {
  border: 5px solid #D8DBDE;
}

/*************submodule****************/

.sub-module-f {
  border: 1px solid #aaa;
  height: 146px;
  /* height: 22.53vh; */
  width: 140px;
  /* width: 10.937vw; */
  display: flex;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.sub-module-se {
  border: 1px solid #aaa;
  height: 146px;
  /* height: 22.52vh; */
  width: 280px;
  /* width: 21.875vw; */
  /* position: absolute; */
  /* top: 57.82px; */
  /* left: 68.775px; */
  display: flex;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.sub-module-th {
  border: 1px solid #aaa;
  height: 146px;
  /* height: 22.685vh; */
  width: 432px;
  /* width: 33.75vw; */
  display: flex;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.sub-module-fo {
  border: 1px solid #aaa;
  /* height: 22.52vh; */
  height: 146px;
  width: 565px;
  /* width: 44.14vw; */
  display: flex;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.sub-module-fi {
  border: 1px solid #aaa;
  height: 146px;
  /* height: 22.685vh; */
  width: 432px;
  /* height: 22.685vh;
  width: 33.75vw; */
  display: flex;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.sub-module-pi {
  border: 1px solid #aaa;
  height: 146px;
  /* height: 22.685vh; */
  width: 700px;
  /* height: 22.685vh;
  width: 33.75vw; */
  display: flex;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.turn {
  display: none;
}

/* and (max-width: 768px) */
@media only screen and (max-width: 920px) and (orientation: landscape) {
  .cart_button { 
    right: 25px !important;
    bottom: 73px !important;
  }
  .tp-flogo .btn_download {
    position: relative;
    top: -2px;
    height: 44px !important;
  }
    .container, .container-md, .container-sm {
        width: 100%;
        max-width: 100%;
    }
    #watermark {
        font-size: 11px;
        bottom: 15px;
    }
    .starter-template {
        padding: 16% 0px;
    }
  .turn {
    display: none;
  }

  .module {
    /* top: 40%; */
    /* left: 60%; */
    border-radius: 15px;
  }

  .sub-module-f,
  .switch,
  .bell,
  .curtain,
  .universal-socket-amp,
  .socket-6-amp,
  .socket-16-amp {
    height: 92.85px;
    width: 100.1px;
  }

  .sub-module-se {
    height: 92.85px;
    width: 200.157px;
  }

  .switch4 {
    /* width: 22.578vw; */
    height: 92.85px;
    /* height: 22.376vh; */
    width: 200.157px;
    position: relative;
  }

  .sub-module-fo {
    height: 92.85px;
    width: 403.88px;
  }

  .sub-module-th,
  .switch8,
  .sub-module-fi {
    height: 92.85px;
    width: 308.81px;
  }

  /* .sub-module-fi {
    position: relative;
    top: 42.076px;
    margin-top: 10px;
    left: 70px;
  } */
  .usb,
  .telephone,
  .ethernet,
  .tv {
    width: 56.47px;
    height: 92.85px;
  }

  .module-12 {
    top: 27%;
    left: 56%;
  }

  .close {
    font-size: 3pt;
  }

  .closetwo {
    font-size: 2pt;
    position: absolute;
    bottom: 7px;
    right: 21px;
    font-weight: 400;
  }

  .closethree {
    font-size: 2pt;
    position: absolute;
    bottom: 45px;
    right: 15px;
    font-weight: 400;
  }

  .switch2-d,
  .switch4-2,
  .switch6-2,
  .switch8-2,
  .switch4fan1-2 {
    top: 38px;
  }

  .switch2-1,
  .switch4-1,
  .switch6-1,
  .switch8-1,
  .switch4fan1-1 {
    top: 15px;
  }

  .switch2-d,
  .switch2-1 {
    left: 40px;
  }

  .switch2 {
    width: 20px;
    height: 20px;
    border: 2px solid rgb(12, 154, 193);
    border-radius: 11px;
    position: relative;
  }

  .switch4-1,
  .switch4-2 {
    left: 30px;
  }

  .switch4-3,
  .switch4-4 {
    left: 145px;
  }

  .switch4-3,
  .switch6-3,
  .switch8-3,
  .switch4fan1-3 {
    top: -25px;
  }

  .switch4-4,
  .switch6-4,
  .switch8-4,
  .switch4fan1-4 {
    top: -1px;
  }

  .switch4fan1-1,
  .switch4fan1-2 {
    left: 30px;
  }

  .switch4fan1-3,
  .switch4fan1-4 {
    left: 84px;
  }

  .switch4fan1-5 {
    left: 135px;
    top: -43px;
  }

  .switch4fan1-6 {
    top: -80px;
    left: 165px;
  }

  .switch6-1,
  .switch6-2 {
    left: 20px;
  }

  .switch6-3,
  .switch6-4 {
    left: 85px;
  }

  .switch6-5,
  .switch6-6 {
    left: 158px;
  }

  .switch6-5,
  .switch8-5 {
    top: -66px;
  }

  .switch6-6,
  .switch8-6 {
    top: -42px;
  }

  .switch8-1,
  .switch8-2 {
    left: 40px;
  }

  .switch8-3,
  .switch8-4 {
    left: 110px;
  }

  .switch8-5,
  .switch8-6 {
    left: 185px;
  }

  .switch8-7,
  .switch8-8 {
    left: 255px;
  }

  .switch8-7 {
    top: -106px;
  }

  .switch8-8 {
    top: -80px;
  }

  .rmenu-item-i img {
    height: 40px;
    width: 40px;
  }

  .switch2 img {
    width: 20px;
    height: 20px;
  }

  .switch2Image,
  .switch2ImageFan {
    width: 20px;
    height: 20px;
    border-radius: 11px;
  }

  .switch2ImageDimmer {
    width: 15px;
    height: 60px;
    border-radius: 16px;
  }

  .rmenu-accessories li,
  .rmenu-item-list li {
    font-size: 13px;
  }
  .rmenu-item {
    font-size: 13px;
    width: 7rem;
  }

  .rmenu-item-round {
    height: 75vh;
    padding: 8px;
    top: 70px;
    left: 13px;
  }
  
  .rmenu-item-round::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	background-color: #FFF;
    margin: 10px;
}
.rmenu-item-round::-webkit-scrollbar {
	width: 4px;
	background-color: #FFF;
}
.rmenu-item-round::-webkit-scrollbar-thumb {
	background-color: #babfc4;
    border-radius: 50px;
}
  .rmenu-item-round li>span {
    padding: 15px 17px;
  }
  .rmenu-item-list, .accessories-rmenu {
    width: 24vw;
    padding: 8px;
    left: 13px;
  }
  .close>svg, .closetwo>svg, .closethree>svg {
    margin-top: -1px;
  }

  .quantity-switch {
    bottom: 15px !important;
    right: 70px !important;
  }
  .tp-flogo {
    right: 15px;
    bottom: 15px;
  }
  .btn {
    font-size: 14px;
  }

  /* .rmenu-item-round li {
    display: inline-block;
  } */
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .turn {
    display: block;
    color: red;
    font-weight: bolder;
  }

  #buildbtn {
    display: none;
  }

  #colorSec {
    display: none;
  }
  .starter-template {
    padding: 75% 1.5rem;
  }
  .navbar-brand {
    margin-right: 0px;
  }
}

.tp-container {
  height: calc(100vh - 80px);
  background-color: #fff;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.button {
  border: none;
  outline: none;
}

#GetEmail {
  /* border-radius: 1.5rem; */
  /* animation: zoom-in-zoom-out 1s ease infinite; */
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.3, 1.3);
  }

  100% {
    transform: scale(1, 1);
  }
}

#alertBoxContainer {
  display: none;
  place-content: center;
  position: absolute;
  inset: 0;
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 999;
}

#alertBox {
  height: 138px;
  width: 210px;
  overflow: hidden;
  border-radius: 7px;
}

.box {
  border-radius: 7px;
  height: 138px;
  width: 210px;
  text-align: center;
  /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
  background-color: #FFF;
}
.box .content p {
    line-height: 1.25;
}

.heading {
  border-radius: 7px 7px 0 0;
  background-color: #175cff;
  color: #FFF;
  font-size: 16px;
  padding: 7px 5px;
}

#cnfbtn {
  outline: none;
  border: none;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 5px;
  background-color: #babfc495;
  transition: background-color 400ms ease-in-out;
}

#cnfbtn:hover {
    color: #FFF;
    background-color: #6c757d;
}

.active {
  background-color: #848484;
  border: none;
  outline: none;
}

hr {
  /* color: white; */
  border: 1px solid white;
  /* width: 432px; */
  /* width: 50vw; */
  align-self: center;
  z-index: -1;
  position: fixed;
}

.hiden-border {
  border-style: none;
}

.quantity-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
    right: 90px;
    bottom: 30px;
    padding: 5px 5px;
    border-radius: 6px;
    border: 1px solid #6c757d25;
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 24px;
    z-index: 999;
}

.quantity-switch span {
  font-size: 15px;
  font-weight: 700;
}

.input-group {
  display: flex;
  flex-direction: row;
  gap: 2px;
  justify-content: center;
}

.quantity-field {
  width: 2.3rem;
}

/* border icon-shape icon-sm" */
.fan img {
  width: 30px;
  height: 100px;
}

/* .btn-grad-edge,
.btn-grad-color {
  position: relative;
  background: transparent;
  padding: 0px;
  margin: 10px;
  border: none;
  cursor: pointer;
  outline-offset: 4px;
  outline-color: deeppink;
  transition: filter 250ms;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} */

/* .btn-grad-color .shadow,
.btn-grad-edge .shadow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: hsl(226, 25%, 69%);
  border-radius: 8px;
  filter: blur(2px);
  will-change: transform;
  transform: translateY(2px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.btn-grad-edge:hover,
.btn-grad-color:hover,
.btn-grad-edge.button,
.btn-grad-color.button {
  filter: brightness(110%);
}

.btn-grad-edge:hover .front,
.btn-grad-color:hover .front,
.btn-grad-edge.button .front,
.btn-grad-color.button .front {
  transform: translateY(-6px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.btn-grad-edge:active .front,
.btn-grad-color:active .front,
.btn-grad-edge.button .front,
.btn-grad-color.button .front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.btn-grad-edge:hover .shadow,
.btn-grad-color:hover .shadow,
.btn-grad-edge.button .shadow,
.btn-grad-color.button .shadow {
  transform: translateY(4px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.btn-grad-edge:active .shadow,
.btn-grad-color:active .shadow,
.btn-grad-edge.button .shadow,
.btn-grad-color.button .shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.btn-grad-edge:focus:not(:focus-visible),
.btn-grad-color:focus:not(:focus-visible) {
  outline: none;
} */

/* .btn-grad-edge .edge,
.btn-grad-color .edge {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
} */

/* .btn-grad-color .edge {
  background: linear-gradient(to right,
      hsl(200, 20%, 85%) 0%,
      hsl(200, 20%, 95%) 50%,
      hsl(200, 20%, 85%) 100%);
} */

/* .btn-grad-color .front {
  font-weight: 600;
  display: block;
  position: relative;
  border-radius: 8px;
  background: hsl(200, 20%, 85%);
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  color: hsl(200, 10%, 20%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  transform: translateY(-4px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.btn-grad-edge .edge {
  background: linear-gradient(to right,
      hsl(180, 20%, 85%) 0%,
      hsl(180, 20%, 95%) 50%,
      hsl(180, 20%, 85%) 100%);
} */

/* .btn-grad-edge .front {
  display: block;
  position: relative;
  border-radius: 8px;
  background: hsl(180, 20%, 85%);
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  color: hsl(180, 10%, 20%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  transform: translateY(-4px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
} */

/* Rainbow Hover Effect with Glass Effect */
/* .btn-grad-color:hover .front,
.btn-grad-color.button .front {
  background: linear-gradient(135deg,
      rgba(255, 0, 0, 0.9) 0%,
      rgba(255, 154, 0, 0.9) 14.3%,
      rgba(208, 222, 33, 0.9) 28.6%,
      rgba(79, 220, 74, 0.9) 42.9%,
      rgba(63, 218, 216, 0.9) 57.1%,
      rgba(47, 201, 226, 0.9) 71.4%,
      rgba(28, 127, 238, 0.9) 85.7%,
      rgba(95, 21, 242, 0.9) 100%);
  backdrop-filter: blur(10px);
  color: black;
  transition: background 600ms ease, transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.btn-grad-color:hover .shadow,
.btn-grad-color.button .shadow {
  background: linear-gradient(135deg,
      rgba(255, 0, 0, 0.1) 0%,
      rgba(255, 154, 0, 0.1) 14.3%,
      rgba(208, 222, 33, 0.1) 28.6%,
      rgba(79, 220, 74, 0.1) 42.9%,
      rgba(63, 218, 216, 0.1) 57.1%,
      rgba(47, 201, 226, 0.1) 71.4%,
      rgba(28, 127, 238, 0.1) 85.7%,
      rgba(95, 21, 242, 0.1) 100%);
} */

/* .btn-grad-color:hover .edge,
.btn-grad-color.button .edge {
  background: linear-gradient(135deg,
      rgba(255, 0, 0, 0.5) 0%,
      rgba(255, 154, 0, 0.5) 14.3%,
      rgba(208, 222, 33, 0.5) 28.6%,
      rgba(79, 220, 74, 0.5) 42.9%,
      rgba(63, 218, 216, 0.5) 57.1%,
      rgba(47, 201, 226, 0.5) 71.4%,
      rgba(28, 127, 238, 0.5) 85.7%,
      rgba(95, 21, 242, 0.5) 100%);
} */



.switch10 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 50px;
  width: 432px;
  height: 146px;
  position: relative;
  align-items: center;
}

.switch10>* {
  margin-inline: auto;
}


.switch6fan2 {
  display: grid;
  align-items: center;
  grid-template-areas:
    "s1 . s2 s4 s6 . s8"
    "s1 f1 . . . f2 s8"
    "s1 . s3 s5 s7 . s8";
  width: 432px;
  height: 146px;
  position: relative;
}

.switch6fan2>* {
  margin-inline: auto;
}

.switch6fan2-1 {
  grid-area: s1;
}

.switch6fan2-2 {
  grid-area: f1;
}

.switch6fan2-3 {
  grid-area: s2;
}

.switch6fan2-4 {
  grid-area: s3;
}

.switch6fan2-5 {
  grid-area: s4;
}

.switch6fan2-6 {
  grid-area: s5;
}

.switch6fan2-7 {
  grid-area: s6;
}

.switch6fan2-8 {
  grid-area: s7;
}

.switch6fan2-9 {
  grid-area: f2;
}

.switch6fan2-10 {
  grid-area: s8;
}



.switch4fan2 {
  display: grid;
  align-items: center;
  grid-template-areas:
    "s1 s2 s3 s5 s6"
    "s1 f1 s4 f2 s6";
  width: 432px;
  height: 146px;
  position: relative;
  padding-inline: 20px;
}

.switch4fan2>* {
  margin-inline: auto;
}

.switch4fan2-1 {
  grid-area: s1;
}

.switch4fan2-2 {
  grid-area: f1;
}

.switch4fan2-3 {
  grid-area: s2;
}

.switch4fan2-4 {
  grid-area: s3;
}

.switch4fan2-5 {
  grid-area: s4;
}

.switch4fan2-6 {
  grid-area: s5;
}

.switch4fan2-7 {
  grid-area: f2;
}

.switch4fan2-8 {
  grid-area: s6;
}


.Dimme2 {
  display: grid;
  align-items: center;
  grid-template-areas:
    "di1 di2"
    "dd1 dd2";
  height: 136px;
  width: 200px;
  position: relative;
}

.Dimme2>.dimme2box1-1 {
  grid-area: di1;
}

.Dimme2>.dimme2box1-2 {
  grid-area: di2;
}

.Dimme2>.dimme2box1-3 {
  grid-area: dd1;
}

.Dimme2>.dimme2box1-4 {
  grid-area: dd2;
}

.scene4 {
  display: grid;
  align-items: center;
  grid-template-areas:
    "sc1 sc2"
    "sc3 sc4";
  height: 146px;
  width: 170px;
  position: relative;
}

.scene4>*,
.Dimme2>* {
  margin-inline: auto;
}

.scene4>.sw-ele-1 {
  grid-area: sc1;
}

.scene4>.sw-ele-2 {
  grid-area: sc2;
}

.scene4>.sw-ele-3 {
  grid-area: sc3;
}

.scene4>.sw-ele-4 {
  grid-area: sc4;
}


.usbAC {
  display: grid;
  align-items: center;
  grid-template-areas:
    "i1 i2"
    ". ."
    "apin cpin"
    "typeb typec";
  height: 146px;
  width: 240px;
  position: relative;
}

.usbAC>.sw-ele-1 {
  grid-area: i1;
}

.usbAC>.sw-ele-2 {
  grid-area: i2;
}

.usbAC>.sw-ele-3 {
  grid-area: apin;
}

.usbAC>.sw-ele-4 {
  grid-area: cpin;
}

.usbAC>.sw-ele-5 {
  grid-area: typeb;
}

.usbAC>.sw-ele-6 {
  grid-area: typec;
}

/* Coming soon */
.coming-soon {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.coming-soon::after {
  z-index: 2;
  content: "COMING SOON";
  position: absolute;
  top: 0;
  right: 5px;
  width: 100%;
  height: 100%;
  background: #ffffffa6;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  color: red;
  font-size: 10px;
  font-weight: 600;
}


/* [data-droppable-class].hiden-border img  */
#maindiv.royal [data-droppable-class="switch"]:not(.sceneController),
#maindiv.royal [data-droppable-class="fan"] {
  padding: 2px;
  outline: 2px solid #00a0e3;
  outline-offset: 2px;
  border-radius: 5px;
  background-size: contain;
}

.btn {
    border-radius: 5px;
    font-weight: 500;
    padding: 7px 20px !important;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    transition: all .3s ease-in-out;
}
.btn-rgb {
    padding: 8px 24px !important;
    font-weight: 500 !important;
    color: #FFF !important;
    border: none !important;
    background: linear-gradient(135deg,
      rgba(255, 0, 0, 0.9) 0%,
      rgba(255, 154, 0, 0.9) 14.3%,
      rgba(208, 222, 33, 0.9) 28.6%,
      rgba(79, 220, 74, 0.9) 42.9%,
      rgba(63, 218, 216, 0.9) 57.1%,
      rgba(47, 201, 226, 0.9) 71.4%,
      rgba(28, 127, 238, 0.9) 85.7%,
      rgba(95, 21, 242, 0.9) 100%);
    transition: background 600ms ease, transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}
.btn-edge,
.btn-rgb {
    text-transform: uppercase;
}
.btn-edge {
    font-weight: 500 !important;
    padding: 6px 24px !important;
    box-shadow: rgb(197, 197, 201) 0px 0px 0px 2px;
}
.btn-edge:hover,
.btn-rgb:hover {
    transform: scale(1.035);
}
.btn-edge.button,
.btn-rgb.button {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 24px;
}

.accessories-rmenu::-webkit-scrollbar-track,
.rmenu-item-list.rmenu-icon::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	background-color: #FFF;
    margin: 10px;
}
.accessories-rmenu::-webkit-scrollbar,
.rmenu-item-list.rmenu-icon::-webkit-scrollbar {
	width: 4px;
	background-color: #FFF;
}
.accessories-rmenu::-webkit-scrollbar-thumb,
.rmenu-item-list.rmenu-icon::-webkit-scrollbar-thumb {
	background-color: #babfc4;
    border-radius: 50px;
}

.cart_button {
  position: fixed;
  right: 35px;
  bottom: 85px;
  z-index: 99;
}
.cart_btn {
  position: relative;
  width: 58px;
  height: 58px;
  text-align: center;
  border-radius: 100px;
  border: none;
  background-color: #175cff;
  box-shadow: rgba(149, 157, 165, 0.45) 0px 0px 30px;
}
.cart_btn svg {
  position: relative;
  top: -3px;
  width: 22px;
  height: 22px;
  fill: #FFF;
}
.cart_button .cart_count {
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  border-radius: 50px;
  color: #FFF;
  font-weight: 600;
  background-color: crimson;
  z-index: 9;
}

.cart_modal .modal-dialog {
  min-height: 100vh;
  height: 100vh;
  margin: 0px;
  margin-left: auto;
  background-color: #FFF;
}
.cart_modal .modal-content {
  border: none;
  border-radius: 0px;
}

.cart_items {
  position: relative;
  padding: 0;
  margin: 0;
}
.cart_items li {
  position: relative;
  list-style: none;
  padding: 7px 17px;
  border-radius: 5px;
  background-color: #F2F2F2;
  margin-bottom: 10px;
}
.cart_items li .btn_delete {
  position: absolute;
  right: 17px;
  bottom: 15px;
  border:none;
  z-index: 2;
  border-radius:4px;
  background-color:#FFF;
}
.cart_items li .btn_delete svg {
  fill: crimson;
}
.cart_items li .small_upr_title {
  color: #175cff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  opacity: .75;
}
.cart_items li .fnt_txt {
  font-size: .925em;
  margin-bottom: 0px;
  opacity: .5;
  font-weight: 500;
}
.cart_items li .fnt_txt img {
    opacity: 1;
}
.cart_items li .fnt_txt small {
  font-size: .915em;
  display: inline;
  font-weight: 400;
}
.cart_items li hr {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 auto 8px;
  border: 1px dashed #175cff70;
  z-index: 1;
}