/*----------------------------------Pop-Up Page-----------------------------------*/
.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);
}

.pop-upVerify {
  display: none;
  position: fixed;
  z-index: 1000;
  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);
}

.pop-upvideo {
  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);
}

#PopUP {
  visibility: hidden;
  width: 250px;
  left: 50%;
  bottom: 50%;
  margin-left: -125px;
  padding: 16px;
  position: fixed;
  border: 1px solid #cccccc;
  text-align: center;
}

.show {
  visibility: visible !important;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
  animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50%;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50%;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 50%;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 50%;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

/*----------------------------------Video Border----------------------------------*/
.vidborder {
  border: 1px solid #1b1c1e;
}

/*----------------------------------Loading Page----------------------------------*/
.dimensionBox {
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -75px;
  position: absolute;
}

/*-----------------------------------Login Page-----------------------------------*/
.containerLogin {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.boxElement {
  position: absolute;
  top: 40%;
  left: 35%;
  margin-top: -150px;
  margin-left: -170px;
  height: 100px;
}

#box1 {
  border-radius: 20px;
  height: 350px;
  background: inherit;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin-top: -175px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#box1:before {
  content: "";
  height: 420px;
  position: absolute;
  top: -25px;
  left: -25px;
  bottom: 0;
  right: 0;
  background: inherit;
  box-shadow: inset 0 0 0 250px rgba(255, 255, 255, 0.3);
  filter: blur(10px);
}

.boxInfo {
  width: 450px;
  height: 450px;
  position: relative;
  float: left;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  opacity: 0.9;
}

.boxLogin {
  width: 320px;
  height: 450px;
  position: relative;
  float: left;
  background-color: #fefefe;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  opacity: 0.9;
}

#box2 {
  margin-top: 10px;
  width: 320px;
  height: 50px;
  position: relative;
  float: left;
  text-align: center;
  padding-top: 80px;
}

#box4 {
  opacity: 0.85;
  position: relative;
  float: left;
  text-align: center;
  float: left;
  width: 320px;
  height: 50px;
  /* padding-top: 10px; */
}

#box5 {
  opacity: 0.85;
  position: relative;
  float: left;
  text-align: center;
  width: 320px;
  height: 50px;
}

#box7 {
  position: relative;
  float: left;
  width: 320px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: right;
}

#box8 {
  position: relative;
  float: left;
  text-align: center;
  width: 320px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

#box9 {
  position: relative;
  float: left;
  text-align: center;
  width: 320px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#box10 {
  margin-bottom: 5px;
  position: relative;
  float: left;
  width: 320px;
  height: 70px;
  font-weight: 500;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fefefe;
}

/* ---------------------------------- Mobile View ----------------------------------------- */
.boxLogin2 {
  width: 100%;
  position: relative;
  float: left;
  background-color: #fefefe;
}

#box2mobile {
  margin-top: 10px;
  width: 100%;
  height: 60px;
  position: relative;
  float: left;
  text-align: center;
  padding-top: 35px;
}

#box7mobile {
  position: relative;
  float: left;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#box8mobile {
  position: relative;
  float: left;
  text-align: center;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}

#box9mobile {
  position: relative;
  float: left;
  width: 100%;
  height: 30px;
  font-weight: 500;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fefefe;
  margin-top: -50px;
}

#box10mobile {
  width: 100%;
  height: 50px;
  position: relative;
  float: left;
  text-align: center;
}

.labelcheck {
  margin-top: 8px;
  padding-left: 5px;
  float: left;
  text-decoration: none;
}

.check {
  margin-left: 5px;
  margin-top: 10px;
  float: left;
  text-decoration: none;
}

.forget {
  margin-right: 5px;
  margin-top: -1.5px;
}

.forget:hover {
  text-decoration: none;
}

.disclaimer {
  margin-top: -10px;
  padding-left: 10px;
  padding-right: 10px;
}

.input-group {
  width: 98%;
}

.card__view-password {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 20px;
  height: 15px;
  margin-top: -8px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.2s;
}

.card__view-password:hover {
  opacity: 1 !important;
}

.card__view-password:focus {
  outline: none;
}

.input-icons i {
  position: absolute;
}

.input-icons {
  width: 100%;
  margin-bottom: 10px;
}

.icon {
  padding: 10px;
  color: #303030;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  height: 35px;
  text-align: center;
  background-color: #d8d8d8;
  border-radius: 3.5px;
  -webkit-border-radius: 3.5px;
  -moz-border-radius: 3.5px;
  -ms-border-radius: 3.5px;
  -o-border-radius: 3.5px;
  border: none;
  color: #303030;
  font-family: "Montserrat", sans-serif;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fefefe;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fefefe;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fefefe;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  color: #fefefe;
  text-align: center;
}

.carousel-indicators {
  position: absolute;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fefefe;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eeeeee;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 7px;
  height: 7px;
  margin: 0;
  background-color: #fefefe;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 1.25rem;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.close2 {
  color: #aaaaaa;
  float: right;
  font-size: 1.75rem;
  font-weight: bold;
}

.close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.close3 {
  color: #aaaaaa;
  float: right;
  font-size: 1.75rem;
  font-weight: bold;
}

.close3:hover,
.close3:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.close4 {
  color: #aaaaaa;
  float: right;
  font-size: 1.75rem;
  font-weight: bold;
}

.close4:hover,
.close4:focus {
  color: #303030;
  text-decoration: none;
  cursor: pointer;
}

.scroll {
  overflow-y: auto;
}

.scrollable {
  overflow-x: scroll !important;
  overflow-y: scroll !important;
  width: 74vw !important;
  height: 65vh !important;
  display: block !important;
  background-color: #fefefe;
}

.scrollable1 {
  overflow-x: scroll !important;
  width: 74vw !important;
  display: block !important;
}

.scrollable1::-webkit-scrollbar {
  display: none;
}

.scrollable1 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.kipletnc:hover {
  text-decoration: underline;
  border-bottom: solid 1px #303030;
  align-items: center;
}

#footerBar {
  position: fixed;
  z-index: 70;
  bottom: 0;
  width: 100%;
  transition: top 0.2s ease-in-out;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.ribbon {
  position: absolute;
  display: block;
  top: -4px;
  right: -4px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.ribbon .label {
  position: relative;
  display: block;
  left: -10px;
  top: 23px;
  width: 158px;
  padding: 10px 0;
  font-size: 15px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
}

.label:before,
.label:after {
  content: "";
  position: absolute;
  bottom: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.label:before {
  left: 0;
}

.label:after {
  right: 0;
}

/*-------------------------------------Footer-------------------------------------*/
#headerNav {
  position: fixed;
  z-index: 70;
  width: 100%;
  top: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: top 0.2s ease-in-out;
  height: 55px;
  margin-right: 10px;
}

#headerNav1 {
  position: fixed;
  z-index: 70;
  width: 100%;
  top: 70px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: top 0.5s ease-in-out;
}

.logoheaderBox {
  vertical-align: middle;
  margin: 0 auto;
  height: 100%;
}

.logoHeader {
  height: 40px;
  width: auto;
  margin: 6px 25px 2px 25px;
}

.logo_company {
  width: 100%;
}

.idUser {
  text-transform: uppercase;
  text-align: right;
}

.rankUser {
  text-transform: uppercase;
  text-align: right;
}

.pageTitle {
  text-align: left;
}

.veritalLineHeader {
  width: 1px;
  height: 45%;
  border-radius: 20px;
}

.masaServer {
  text-transform: uppercase;
  /* text-align:left; */
}

.dateServer {
  text-align: center;
  padding-top: 10px;
}

.headerUserPicture {
  box-sizing: content-box;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 1px #cccccc;
}

.iconNav {
  margin: 0 auto;
}

.sideNavigation {
  -ms-overflow-style: none;
  position: fixed;
  top: 0;
  z-index: 90;
  height: 100vh;
  right: -320px;
  animation: slide 0.5s forwards;
  -webkit-animation: slide 0.5s forwards;
  transition: 0.5s;
  width: 220px;
  display: block;
  background-color: #f5f5f5;
  overflow-x: hidden;
  -box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.sideNavigation::-webkit-scrollbar {
  display: none;
}

.linkSideNav {
  display: flex;
  text-decoration: none;
  width: 80%;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 10px 15px 10px 15px;
}

.linkSideNav2 {
  display: flex;
  text-decoration: none;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.overlayback {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #292929;
  opacity: 0.5;
  top: 0;
  filter: alpha(opacity=10);
  z-index: 89;
  transition: 0.1s;
}

.nameBoxFooterBox {
  height: 40px;
  width: 220px;
  z-index: 99;
  margin-top: 48px;
  margin-left: -6px;
  position: absolute;
  color: #f5f5f5;
  font-size: 12px;
  font-weight: 600;
}

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  padding-left: 13px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: #fefefe;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #008000;
}

input:focus + .slider {
  box-shadow: 0 0 1px #808080;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

.namaUserId {
  font-family: "Montserrat", sans-serif;
  margin-left: -100px;
  margin-top: 12px;
}

.imageSideNavBox {
  position: absolute;
  z-index: 98;
  margin-left: -6px;
  margin-top: -88px;
  object-fit: cover;
}

.imageSideNav {
  width: 220px;
  height: 176px;
  object-fit: cover;
}

.dropDownArrow {
  position: absolute;
  margin-left: 170px;
  margin-top: 61px;
  z-index: 99;
}

.dropDownButtonSideNav1 {
  -webkit-appearance: none;
  width: 220px;
  height: 176px;
  background: none;
  display: block;
  border: none;
  cursor: pointer;
  outline: none;
}

.dropDownButtonSideNav2 {
  font-family: "Montserrat", sans-serif;
  text-align: left;
  text-decoration: none;
  width: 90%;
  z-index: 450;
  padding: 10px 15px 10px 15px;
  margin: 10px 15px 10px 15px;
  border-radius: 4px;
  background: none;
  display: block;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.linknav {
  position: absolute;
  left: 60px;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding-top: 2px;
}

#footergap1 {
  height: 5px;
  display: block;
}

#footergap2 {
  height: 5px;
  display: block;
}

#dropdowndata1 {
  display: none;
}

#dropdowndata2 {
  display: none;
}

#dropdowndata3 {
  display: none;
}

.AddCart {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  border: 0px;
  padding: 0px;
  margin: 0px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.AddCart:hover {
  transition: transform 0.2s;
  transform: rotate(90deg);
}

.AddCart:hover .plusicon {
  transition: transform 0.5s;
  transform: scale(1.1);
}

.feedbackPopup {
  margin-right:10px;
  position: fixed;
  bottom: 15px;
  background-color: #FEFEFE;
  z-index: 1;
  right: 10px;
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.feedbackPopup1 {
  position: fixed;
  bottom: 15px;
  background-color: #FEFEFE;
  z-index: 1;
  left: 370px;
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/*-----------------------------------Page 404-------------------------------------*/
.page404background {
  margin: 0;
  padding-top: 0px;
  width: 100%;
  height: 100%;
}

.page404container {
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  position: absolute;
}

/*----------------------------------Hall of Fame----------------------------------*/
.famePicStyle {
  display: block;
  padding-top: 0px;
}

.hallfamenamabox {
  margin-top: 6.3rem;
  height: 40px;
  width: 100%;
}

.hallfamenama {
  margin-top: -60px;
  padding-top: 10px;
  color: #fefefe;
}

.gambarhof {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.headerStyle {
  margin-top: 12px;
  margin-left: 20px;
  color: #ffffff;
}

.monthStyle1 {
  padding-right: 10px;
  padding-top: 2px;
  height: 20px;
  width: 100%;
  display: block;
  float: left;
  color: #fefefe;
}

.monthStyle2 {
  margin-top: -4px;
  padding-right: 5px;
  height: 20px;
  width: 100%;
  display: block;
  float: left;
  color: #fefefe;
}

/*-----------------------------------News Feed------------------------------------*/
.imagePost {
  border-radius: 50%;
}

.buttonPostingPosition {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.imageProfileStyle {
  border-radius: 50%;
  border: solid 2px #cccccc;
}

[type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
}

[type="file"] + label {
  cursor: pointer;
  outline: none;
  display: inline-block;
  height: 30px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
}

[type="file"] + label.uploadButton {
  border-radius: 8px;
  overflow: hidden;
}

[type="file"] + label.uploadButton span {
  margin-top: 7px;
  display: inline-block;
  height: 100%;
  transition: all 0.3s;
  width: 100%;
}

[type="file"] + label.uploadButton::before {
  font-weight: 900;
  font-family: "Font Awesome\ 5 Free";
  content: "\f382";
  font-size: 100%;
  height: 100%;
  left: 0;
  line-height: 2.3;
  position: absolute;
  top: -180%;
  transition: all 0.3s;
  width: 100%;
}

[type="file"] + label.uploadButton:hover span {
  transform: translateY(300%);
}

[type="file"] + label.uploadButton:hover::before {
  top: 0;
}

.pin {
  height: 10px;
  width: 10px;
  color: #f5f5f5;
}

.buttonBottom {
  vertical-align: bottom;
}

.justify {
  text-align: justify;
  text-justify: inter-word;
}
/*--------------------------------Order Progress----------------------------------*/
.tab {
  overflow: hidden;
}

.tabButton {
  font-family: "Montserrat", sans-serif;
  height: 30px;
  width: 100%;
}

.buttonScrolling {
  position: fixed;
  left: 10px;
  bottom: 10px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 0.9;
}

.tooltip3 {
  position: relative;
  display: inline-block;
}

.tooltip3 .tooltiptext3 {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  visibility: hidden;
  width: 60px;
  background-color: #808080;
  color: #fefefe;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s;
}

.tooltip3:hover .tooltiptext3 {
  visibility: visible;
  opacity: 1;
}

.tablink {
  font-family: "Montserrat", sans-serif;
  height: 55px;
  width: 90%;
}

.tab2 {
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tablinks {
  color: #fefefe;
}

.tab2 button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-family: "Montserrat", sans-serif;
}

.tabcontent {
  display: none;
  height: 100%;
}

.scrollbar {
  height: 500px;
  background: #f5f5f5;
  overflow-y: scroll;
  margin-right: 20px;
}

#style-1::-webkit-scrollbar-track {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#style-1::-webkit-scrollbar {
  width: 7px;
}

#style-1::-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;
  margin-right: 5px;
}

.boxLoadUp {
  visibility: hidden;
}

.boxload {
  display: block;
  visibility: visible;
}

.tablebox {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 5px;
}

.tablebox2 {
  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-top-right-radius: 5px;
}

.tablebox3 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.paymentBox {
  border-radius: 5px;
}

.card {
  display: block;
  float: left;
  width: 30%;
}

.button {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  height: 30px;
  cursor: pointer;
  transition: all 100ms;
}

.button2 {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  border: 0;
  border-radius: 8px;
  height: 35px;
  cursor: pointer;
  transition: all 100ms;
}

.standardButton {
  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;
}

.buttonwidth {
  width: 6.875rem;
}

.buttonDisable {
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  border: 0;
  border-radius: 8px;
  height: 30px;
  transition: all 100ms;
}

.text {
  font-family: "Montserrat", sans-serif;
  text-indent: 10px;
  left: 0px;
}

.text2 {
  font-family: "Montserrat", sans-serif;
  padding-left: 10px;
  left: 0px;
}

hr {
  padding: 0px;
  margin: 5px;
  height: 1px;
  color: #cccccc;
  background-color: #cccccc;
  border: none;
}

.popupBox {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  margin-left: -100px;
  margin-top: -75px;
  height: 150px;
  width: 200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.popupBox1 {
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  margin-left: -125px;
  margin-top: -155px;
  height: 310px;
  width: 250px;
}

.email {
  text-align: center;
  margin-left: -5px;
  border: 0;
  border-radius: 4px;
  width: 80%;
  cursor: pointer;
  transition: all 100ms;
  height: 30px;

  position: relative;
  -webkit-tap-highlight-color: transparent;
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1),
    height 300ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1),
    border-radius 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.email:not(.expand) {
  cursor: pointer;
}

.from {
  width: 100%;
  height: 30px;
  position: absolute;
  transition: opacity 200ms 100ms cubic-bezier(0, 0, 0.2, 1);
}

.from-contents {
  display: flex;
  flex-direction: row;
  transform-origin: 0 0;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.to {
  opacity: 0;
  position: absolute;
  transition: opacity 100ms cubic-bezier(0.4, 0, 1, 1);
}

.to-contents {
  transform: scale(0.55);
  transform-origin: 0 0;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.name {
  width: 100%;
  height: 30px;
  color: #433a3d;
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  padding-top: 8px;
  word-break: keep-all !important;
  text-align: center;
}

.top {
  display: flex;
  flex-direction: row;
  height: 30px;
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 300px;
}

.name-large {
  color: #433a3d;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  width: 100%;
  line-height: 2.7;
}

.x-touch {
  align-items: center;
  align-self: center;
  cursor: pointer;
  display: flex;
  float: left;
  height: 100%;
  justify-content: center;
  width: 50%;
}

.linknewactivity {
  align-items: center;
  align-self: center;
  cursor: pointer;
  display: flex;
  float: left;
  height: 100%;
  justify-content: center;
  width: 50%;
}

.bottomnewactivity {
  color: #444247;
  font-size: 14px;
  height: 70px;
  width: 300px;
}

.email.expand {
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1),
    0 6px 6px rgba(255, 255, 255, 0.16);
  height: 100px;
  width: 300px;
}

.expand .from {
  opacity: 0;
  transition: opacity 100ms cubic-bezier(0.4, 0, 1, 1);
}

.expand .from-contents {
  transform: scale(1.91);
}

.expand .to {
  opacity: 1;
  transition: opacity 200ms 100ms cubic-bezier(0, 0, 0.2, 1);
}

.expand .to-contents {
  transform: scale(1);
}

.buttonText {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.buttonText2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/*-------------------------------Agent Database-----------------------------------*/
#top-nav ul li {
  display: inline-block;
}

li.dropdown {
  position: relative;
}

ul.dropdown-menu {
  position: absolute;
  max-width: 300px;
  margin-left: -80%;
  padding: 15px;
  word-break: break-strict;
  z-index: 100;
}

ul.dropdown-menu li {
  line-height: 2;
  display: block !important;
}

ul.dropdown-menu {
  display: none;
}

/*-------------------------------Agent Directory-----------------------------------*/
.dot {
  height: 1.5625rem;
  width: 1.5625rem;
  border-radius: 50%;
}

/*------------------------------Setup Agreement----------------------------------*/
.buttonagree {
  text-align: center;
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
  transition: all 100ms;
  border-bottom: 2px solid #000165;
}

.saglabelforcheckbox {
  margin-top: -15px;
  margin-left: 20px;
}

/*-----------------------------dropdown transactions------------------------------*/
.tablereportsimpletransaksi {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.headertitlesimpletransaksi {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.tabletitlesimpletransaksi {
  font-family: "Montserrat", sans-serif;
  color: #292929;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.tableinsidesimpletransaksi {
  font-family: "Montserrat", sans-serif;
  color: #292929;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}

/*---------------------------------setup courier----------------------------------*/
.dropdownTrans {
  outline-color: #ffffff;
  border: none;
  text-indent: -1px;
  font-family: "Montserrat", sans-serif;
  left: 0px;
}

.dropdownTrans option {
  background-color: #ffffff;
}

/*---------------------------------Setup FAQ----------------------------------*/
.collapsible {
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: 1px solid #bebebe;
  border-radius: 5px;
  text-align: left;
}

.active,
.collapsible:hover {
  background-color: #eeeeee;
}

.content {
  padding: 0 5px;
  max-height: 0;
  overflow: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* --------------------------------My Profile----------------------------------- */
.container {
  width: 90%;
  border-radius: 10px;
}

.container .inner {
  background: #808080;
  padding: 1em;
  border-radius: 10px;
  width: calc(100% - 2em);
  -webkit-clip-path: circle(5% at 6% 19%);
  clip-path: circle(5% at 6% 19%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.container .inner:hover {
  -webkit-clip-path: circle(75%);
  clip-path: circle(75%);
  background: #00b6ff;
}

.container .inner span {
  float: left;
  color: white;
  font-weight: bold;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  position: relative;
  margin-right: 4%;
}

.container .inner:hover span {
  color: #40e0d0;
}

.container .inner h1 {
  color: white;
  margin: 0;
}

.container .inner p {
  color: white;
  font-size: 0.8rem;
}

.centerWave {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wave {
  width: 5px;
  height: 20px;
  background: linear-gradient(45deg, cyan, #fff);
  margin: 10px;
  animation: wave 1s linear infinite;
  border-radius: 20px;
}

.wave:nth-child(2) {
  animation-delay: 0.1s;
}
.wave:nth-child(3) {
  animation-delay: 0.2s;
}
.wave:nth-child(4) {
  animation-delay: 0.3s;
}
.wave:nth-child(5) {
  animation-delay: 0.4s;
}
.wave:nth-child(6) {
  animation-delay: 0.5s;
}
.wave:nth-child(7) {
  animation-delay: 0.6s;
}
.wave:nth-child(8) {
  animation-delay: 0.7s;
}
.wave:nth-child(9) {
  animation-delay: 0.8s;
}
.wave:nth-child(10) {
  animation-delay: 0.9s;
}

@keyframes wave {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

/*-------------------------------------Stock Status-------------------------------------*/
.progress {
  padding: 0;
  width: 90%;
  height: 10px;
  overflow: hidden;
  background: #e5e5e5;
  border-radius: 5px;
  margin-left: 5px;
}

.bar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: cornflowerblue;
}

.percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma, arial, helvetica;
  font-size: 12px;
  color: #fefefe;
}

.stock,
.tableStock {
  list-style-type: none;
}

.stock {
  padding: 0.5em 1em 0.5em 3em;
  position: relative;
}

.stock:hover {
  cursor: pointer;
}

.tableStock {
  display: none;
  padding: 0.5em 0.5em 1.5em;
}

.stock.hqStock {
  list-style-type: none;
}

.hqStock {
  display: none;
}

.expand-bar {
  position: absolute;
  top: 50%;
  left: 1em;
  transition: all 0.5s ease;
}

.expand-bar,
.expand-bar:after {
  width: 10px;
  height: 2px;
  background-color: #404040;
}

.expand-bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(90deg);
  transition: all 0.5s ease;
}

.open {
  border-bottom: none;
}

.open .expand-bar {
  transform: rotate(180deg);
}

.open .expand-bar:after {
  transform: rotate(180deg);
}
/* -------------------------------------------- AGENT PROFILE --------------------------------------- */
.vidborder {
  border: 1px solid #cccccc;
}

/* -------------------------------------------- SETUP PRODUCT ---------------------------------------- */
.tooltip2 {
  position: relative;
  display: inline-block;
}

.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 12.5rem;
  background-color: #555555;
  text-align: left;
  border-radius: 6px;
  padding: 5px 5px 5px 5px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -105px;
}

.tooltip2 .tooltiptext2::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip2:hover .tooltiptext2 {
  visibility: visible;
}

.input_fields_wrap {
  max-width: 100%;
}

.input_fields_wrap select {
  margin: 2px 0;
}

/* -------------------------------------------- AUTOCOMPLETE --------------------------------------- */
.select2-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  font-size: 11px;
  border-radius: 0.1px;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 2px;
  padding-left: 10px;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  margin-top: 5px;
  margin-left: 5px;
}

.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0.1px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-hidden-accessible {
  height: 1px !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #cccccc;
  border-radius: 0.1px;
  -webkit-border-radius: 0.1px;
  -moz-border-radius: 0.1px;
  -ms-border-radius: 0.1px;
  -o-border-radius: 0.1px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 30px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option--disabled {
  color: #cccccc;
}

/* --------------active and unactive indicator------------------- */
.greendot {
  height: 7px;
  width: 7px;
  background-color: #2d7573;
  border-radius: 50%;
  display: inline-block;
}

.reddot {
  height: 7px;
  width: 7px;
  background-color: #ff0033;
  border-radius: 50%;
  display: inline-block;
}

.yellowdot {
  height: 7px;
  width: 7px;
  background-color: #ffa500;
  border-radius: 50%;
  display: inline-block;
}

.popup-warn {
  padding: 10px 38px 10px 38px;
}

/* ---------------------------------------- Ordering Button -------------------------------- */
.container {
  position: fixed;
  bottom: 1em;
  right: 1em;
}
.menu-toggle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  display: table;
  text-align: center;
}
.menu-toggle .fa {
  color: #fefefe;
  font-size: 2em;
  display: table-cell;
  vertical-align: middle;
  transition: 0.4s;
}
.menu-toggle.open .fa {
  transform: rotate(135deg);
}
.btn-app {
  width: 4.5em;
  height: 4.5em;
  border-radius: 50%;
  position: absolute;
  color: #fefefe;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
.menu-round {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.menu-round .btn-app {
  right: 0.1em;
  bottom: 0.1em;
  transition: 0.4s;
}
.menu-round.open .btn-app:nth-of-type(1) {
  right: 0.5em;
  bottom: 6.5em;
  transition-delay: 0.2s;
}
.menu-round.open .btn-app:nth-of-type(2) {
  right: 6em;
  bottom: 1em;
  transition-delay: 0.1s;
}

/* -------------------------------------------------------------- Order Product -------------------------------------------- */
.loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 10px;
  height: 10px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.button-wrap {
  align-content: space-between;
}
.button-label {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s;
  user-select: none;
}
.button-label:hover {
  background: #fefefe;
  color: #303030;
}
.button-label:active {
  transform: translateY(2px);
}
.hidden {
  display: none;
}
.imageLabel {
  position: relative;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal.fade.in .lab-modal-body {
  bottom: 0;
  opacity: 1;
}

.lab-modal-body h1 {
  font-size: 4rem;
}

.lab-modal-body p {
  margin: 0 0 1.62rem 0;
  line-height: 1.62;
  font-weight: 300;
  font-size: 1.62rem;
  color: #666;
}

.lab-modal-body {
  position: relative;
  bottom: -250px;
  margin: 150px auto 0;
  padding: 40px;
  max-width: 60%;
  height: auto;
  background-color: rgb(248, 250, 247);
  border: 1px solid #bebebe;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
}

.close {
  margin-top: -20px;
  margin-right: -20px;
  text-shadow: 0 1px 0 #fefefe;
}

.popup-button {
  margin-top: 70px;
}

.orderingLabel {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.progressLabel {
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.disabled-radio {
  pointer-events: none;
  opacity: 0.5;
}

.tabset {
  max-width: 500px;
  margin: 10px 0;
}
ul.ez_tabs li {
  margin: 0 !important;
  float: left;
  text-align: center;
  cursor: pointer;
}
.ez_content {
  position: relative;
  border-radius: 5px;
}

ul.ez_tabs.fullwidth {
  display: flex;
}
ul.ez_tabs.fullwidth li {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* --------------------------------------- System Footer ----------------------------- */
.reminder_whats_new {
  position: absolute;
  top: 10px;
  right: 13px;
  width: 10px;
  height: 10px;
  background: #ff0033;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.whats_new {
  width: 10px;
  height: 10px;
  background: #ff0033;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 75px;
  right: 20px;
  border-radius: 10px;
}

.iconSidenav {
  stroke-width: 25px;
}

.iconSidenav2 {
  stroke-width: 18px;
}

.icon-button {
  position: relative;
  width: 50px;
  height: 35px;
  background: transparent;
  border: none;
  outline: none;
}

.icon-button:hover {
  cursor: pointer;
}

.icon-button:active {
  background: #cccccc;
}

.icon-button__badge {
  position: absolute;
  top: 10px;
  right: 13px;
  width: 10px;
  height: 10px;
  background: #ff0033;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-layout {
  display: flex;
  width: 100%;
}

.s-layout__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.s-sidebar__trigger {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 20%;
  height: 4em;
  margin-top: -7px;
}

.s-sidebar__trigger > i {
  display: inline-block;
  margin: 1.5em 0 0 1.5em;
}

.s-sidebar__nav {
  position: fixed;
  top: 3.45rem;
  left: -18.75em;
  overflow-y: auto;
  overflow-x: hidden;
  width: 18.75rem;
  height: 100%;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.s-sidebar__nav:hover,
.s-sidebar__nav:focus,
.s-sidebar__trigger:focus + .s-sidebar__nav,
.s-sidebar__trigger:hover + .s-sidebar__nav {
  left: 0;
}

.linkSideNav > a > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 4em;
  height: 4em;
}

.linkSideNav > a > svg::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 671px) {
  .logoheaderBox {
    margin-left: 40px !important;
  }
}

@media (min-width: 672px) {
  .s-layout__content {
    margin-left: 50px;
  }

  .s-sidebar__trigger {
    width: 50px;
    margin-top: -7px;
    margin-left: 10px;
  }

  .s-sidebar__nav {
    width: 70px;
    left: 0;
  }

  .linkSideNav {
    display: flex;
    text-decoration: none;
    width: 80%;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 10px 15px 10px 15px;
  }

  .hideArrow {
    display: none;
  }

  .s-sidebar__nav:hover,
  .s-sidebar__nav:focus,
  .s-sidebar__trigger:hover + .s-sidebar__nav,
  .s-sidebar__trigger:focus + .s-sidebar__nav {
    width: 300px;
  }
}

@media (min-width: 1088px) {
  .s-layout__content {
    margin-left: 240px;
  }

  .s-sidebar__trigger {
    display: none;
  }

  .s-sidebar__nav {
    width: 300px;
  }

  .hideArrow {
    display: block;
  }
}

ul {
  list-style: none;
}
a,
a:link,
a:visited {
  color: #4d4d4d;
  text-decoration: none;
}
.right-nav {
  display: flex;
}
.right-nav > li {
  align-items: center;
  display: flex;
  margin: 0 0.4rem 0 0;
  position: relative;
}
.avatar {
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  margin-left: 5px;
}
.avatar img {
  width: 25;
  height: 25;
}
.account-menu {
  opacity: 0;
  position: absolute;
  right: 1rem;
  top: 5rem;
  transition: 0.2s;
  transform: translateY(-4rem);
  visibility: hidden;
  z-index: 1;
}
.account-menu li {
  margin: 0 0 0.1rem;
}
.account-menu li a,
.account-menu li a:link,
.account-menu li a:visited {
  background: #fefefe;
  display: block;
  padding: 5px 10px;
}
.account-menu li a:hover {
  background: #e6e6e6;
}
.account-menu::before {
  border-bottom: 0.8rem solid #fefefe;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  content: "";
  position: absolute;
  top: -0.8rem;
  right: 2.2rem;
}
.check-toggle:checked ~ .account-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.smallButton {
  width: 130px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.Progress-label {
  font-family: "Montserrat", sans-serif;
  display: block;
}
.Progress-main {
  display: block;
  width: 100%;
  height: 10px;
  margin-top: 0.75em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.Progress-main::-moz-progress-bar {
  background: #01a2ff;
}
.Progress-main::-webkit-progress-bar {
  background: #d4d4d4;
}
.Progress-main::-webkit-progress-value {
  background: #01a2ff;
}
.Progress-main::-ms-fill {
  background: #01a2ff;
}
.Progress-bar {
  margin-top: 0.95em;
  background-color: #d4d4d4;
  height: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.Progress-value {
  background-color: #01a2ff;
  display: block;
  height: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.pinIcon {
  fill: none;
  stroke: #fefefe;
  stroke-miterlimit: 10;
}

.cls-1 {
  stroke-width: 2px;
}

.cls-2 {
  stroke-linecap: round;
  stroke-width: 4px;
}

.button-rating {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s;
  user-select: none;
  border: 0.1px solid #C4C4C4;
}

.hidden {
  display: none;
}

.iframe-round {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 50vh;
  border: 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.iframe-round-left {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.div-round {
  overflow: hidden;
  position: relative;
  z-index: 10;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.div-round::before {
  display: block;
  content: "";
}
