@import url(./editor.css);
/**************************/
/*customer info card*/
/**************************/
.wbs-profile {
  background-color: var(--color-neutral-000);
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  border: 1px solid var(--color-neutral-300);
  position: relative;
  flex-wrap: wrap;
}
.wbs-user-notif {
  position: absolute;
  left: 0;
  top: 0;
}
.wbs-user-notif .icon-notification {
  width: 4rem;
  height: 4rem;
  background-color: var(--color-green);
  color: var(--color-neutral-000);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px 0 10px 0;
  font-size: 1.8rem;
}
.wbs-user-notif span {
  position: absolute;
  top: 0.5rem;
  left: 0.7rem;
  font-size: 11px;
  color: var(--color-neutral-000);
  background: var(--color-orange);
  line-height: 1;
  border-radius: 50%;
  padding: 0.5rem;
  height: 1.7rem;
  font-weight: 500;
}
.wbs-profile-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-left: auto;
}
.wbs-profile-img {
  background-color: var(--color-neutral-000);
  border: 2px solid var(--color-orange);
  border-radius: 2.2rem;
  overflow: hidden;
  width: 6.2rem;
  height: 6.2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wbs-profile-meta__info a:hover {
  color: var(--color-blue);
}
.wbs-meta-logo img {
  border-radius: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.wbs-profile-info {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding-left: 2.5rem;
}
.wbs-profile-info-item {
  padding: 0 1.5rem;
}
.wbs-profile-info-login {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.wbs-profile-info .icon-user {
  border: 1px solid var(--color-green);
  border-radius: 13px;
  padding: 0.8rem;
  color: var(--color-green);
}

/**************************/
/*flex card*/
/**************************/
.wbs-flex-card {
  border: 1px solid var(--color-blue-light);
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.5rem;
  flex-wrap: wrap;
  background: var(--color-neutral-000);
}
.wbs-flex-card img,
.wbs-flex-card i {
  font-size: 2.8rem;
  color: var(--color-neutral-000);
  width: 5.8rem;
  border-radius: 2.3rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
.wbs-flex-card i {
  height: 5.8rem;
}
.wbs-flex-card img {
  height: auto;
  border: 2px solid var(--color-orange);
}
.wbs-flex-title .btn-edit-pass i {
  font-size: 18px;
}
.btn-edit-pass {
  pointer-events: all;
  position: relative;
}
/* .wbs-request-text {
  flex-shrink: 0;
} */
.btn-edit-pass:before {
  content: "ویرایش اطلاعات";
  position: absolute;
  width: 80px;
  background-color: var(--color-blue-shade);
  color: #fff;
  text-align: center;
  padding: 2px;
  white-space: normal;
  border-radius: 7px;
  z-index: 9;
  opacity: 0;
  transition: opacity 0.5s;
  bottom: 32px;
  left: 73%;
  font-size: 0.7em;
  visibility: hidden;
  font-size: 12px;
  transform: translateX(-50%);
}
.btn-edit-pass:after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 12px;
  margin-left: 0;
  border-width: 8px;
  border-style: solid;
  opacity: 0;
  transition: opacity 0.5s;
  border-color: #0f4689 #0000 #0000 #0000;
  visibility: hidden;
}
.btn-edit-pass:hover:before,
.btn-edit-pass:hover:after {
  opacity: 1;
  visibility: visible;
}
/**************************/
/*card support host password*/
/**************************/
.wbs-card i {
  width: 4rem;
  height: 4rem;
  font-size: 2.4rem;
  color: var(--color-neutral-000);
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}
/**************************/
/*btn-quickaccess */
/**************************/
.btn-quickaccess {
  display: flex;
  line-height: 1.5;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  gap: 1rem;
  border: 1px solid var(--color-blue-light);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  box-shadow: 0 0 0 #ff00;
}
.btn-quickaccess:not(:last-child) {
  margin-bottom: 1.5rem;
}
.btn-quickaccess i {
  font-size: 2rem;
  color: var(--color-neutral-000);
  border-radius: 0px 14px 14px 0px;
  width: 4.5rem;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  -webkit-border-radius: 0px 14px 14px 0px;
  -moz-border-radius: 0px 14px 14px 0px;
  -ms-border-radius: 0px 14px 14px 0px;
  -o-border-radius: 0px 14px 14px 0px;
}
.btn-quickaccess span {
  padding: 1rem 0;
}
/**************************/
/*card support expert*/
/**************************/
.wbs-expert {
  background-color: var(--color-neutral-800);
  color: var(--color-neutral-000);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  position: relative;
  text-align: center;
}
.wbs-expert.aside-mode {
  margin-bottom: 2.5rem;
}
.wbs-expert-img,
.wbs-expert::before {
  width: 6rem;
  height: 6rem;
  left: 50%;
  transform: translate(-50%, -3rem);
  position: absolute;
  -webkit-transform: translate(-50%, -3rem);
  -moz-transform: translate(-50%, -3rem);
  -ms-transform: translate(-50%, -3rem);
  -o-transform: translate(-50%, -3rem);
}
.wbs-expert::before {
  content: "";
  display: block;
  border-radius: 23px;
  box-shadow: 0 0 0 7px #36aab282, 0 0 0 14px #36aab280;
  z-index: -1;
}

.wbs-expert::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.5rem;
  top: 0;
  background: linear-gradient(
    90deg,
    #63c9b600 0%,
    var(--color-blue) 50%,
    #63c9b600 100%
  );
}
.wbs-expert-img {
  z-index: 2;
  border: 2px solid var(--color-blue);
  background-color: var(--color-neutral-000);
  border-radius: 23px;
}

.wbs-expert-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 21px;
}
.wbs-live-support::before {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMCSURBVHgB7ZVdSFRBFMfPzNzddsuPTCVNJEGNFIrCh1AoTVezQggk0m2FNIgeeoggeklcQyF8CaKXoCxBbdceCh9KdLW1kiCJjCIKSo0MKnPV1XW/7p3TXHVrdVfawt78vcw5M2f+Z8583Auwxt+CAORgRsY6WCVIwOjMyVlfuCnrgejIV32O6PYDdrp8/sbUx3dfwz9Cgp0Zg6mOEjAvD/IjNlJCPyjIqerLnLs9Phy++dQyKII5RJpgPknx8QEKJA8iAJFMEcLv+/xKfZzdMhpRAsf+yvPrJNb0WwS+K8A7OJJRDSHjfi5TLWUpPuS7JEr3iMWkinPjjMAlfXdr/XI9KaSDkuxF5WEP8tPxvXd6YGWI02A6IcTNHME8U2xMjO5pP7NiBU5DZTUjrNnLlS7U0mPxD9ucEAHu0oo05OyR2LI0D/pr4m3WW4ExujQbOyuW/unbjMcUqbiKvssy6vQrFaqtAVazVHORjtxc/eGodJfCsSWmt61a7XOVVF3kyGuRE4OiyJ8lSer3ovwyoddyxFFovKChxDzrxfzkJ+3P1fhZg+kVAmaW2b7E2MEuh1Qg4ITidMDxKnK0OEStKDtpzD3uJoApesp2zE+kGE0J0Wk1ytag5TrEgbNEsGPYUqeLjM8cRcbh4Mp+FJRvD9gjBYeSHIajsQH/7b7yzIA9WVCR5io2octgehF2i1ScRcZTjNLr4mpeibK1noMI+bqzaoMmQe7WMZaHwKujetpvh00wv+LCymY9Y9UeBQ/E97V1/0l8oqgyVwJyQ7yJbBmxIdbWVhs8HvoOgLxXW85lrdqqpcsUSnVUejflkd1MAkWimKgjmiyJQpnY7AL10fgUXhvX196wXC+kAmex8Q1Bsm3MOZe8JUpKl5jOKgTSIAzixkzOKnKLELm2uc/6MVzMkgSuElOdmGUW5pQYGOKAewkQ5lXwMhJlSEM1+kDsuHdu4CSdGLHbF67jSvzaoqviHyA+0YV0IedGIb6bA7/n8vGm5H7rIKwm5tD3scb/4yd+zD6eRLkNlQAAAABJRU5ErkJggg==");
  display: block;
  width: 2rem;
  height: 2rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.wbs-live-support {
  padding: 0.5rem 0.7rem;
  box-shadow: 0 0 0 #ff00;
  color: var(--color-neutral-000);
  border-radius: 8px;
  border: 1px solid #f5455c;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.wbs-live-support:hover {
  box-shadow: 0px 2px 20px rgb(245 69 92 / 50%);
}
.wbs-expert-number {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.wbs-expert-number a {
  color: var(--color-neutral-000);
  font-weight: 500;
  line-height: 1.5;
}
.wbs-expert-number a:active,
.wbs-expert-number a:hover {
  color: var(--color-red);
}
.wbs-expert-detail {
  padding: 3.5rem 1rem 1.5rem;
  background-color: var(--color-neutral-800);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
/**************************/
/*sidebar*/
/**************************/
.sidebar {
  position: fixed;
  width: 6rem;
  top: 1.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: var(--color-neutral-900);
  color: var(--color-neutral-000);
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  right: 5rem;
  bottom: 1rem;
  z-index: 10;
  transition: 1s;
  padding-bottom: 1.5rem;
  scrollbar-width: auto;
  scrollbar-color: #ffffff !important;
}
.sidebar.open {
  width: var(--width-sidebar-open);
}
.sidebar .wbs-expert {
  transform-origin: bottom;
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
  min-width: var(--width-sidebar-open);
  transition: 0.5s;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  bottom: -1.5rem;
}
.sidebar.open .wbs-expert {
  opacity: 1;
  transform: scale(1);
  transition: 0.5s 0.5s;
  pointer-events: all;
  -webkit-transition: 0.5s 0.5s;
  -moz-transition: 0.5s 0.5s;
  -ms-transition: 0.5s 0.5s;
  -o-transition: 0.5s 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
/* body */
.sidebar-body {
  padding: 1.3rem;
  padding-bottom: 3rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.open .sidebar-body {
  height: 100%;
}
.sidebar-item:not(:last-child) {
  margin-bottom: 2rem;
}

.sidebar-item a {
  color: var(--color-neutral-000);
  display: flex;
  align-items: center;
  gap: 1.6rem;
  white-space: nowrap;
}
.sidebar-item {
  position: relative;
}
.sidebar-item__alert {
  position: absolute;
  background: var(--color-orange);
  border-radius: 50%;
  font-size: 10px;
  min-width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -0.5rem;
  top: -0.6rem;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.sidebar-item a:hover .sidebar-item__alert {
  color: var(--color-neutral-000);
}
.sidebar-item:not(.active) a:hover i,
.sidebar-item a:hover {
  color: var(--color-orange);
}
.sidebar-item i {
  flex: none;
  transition: 0.3s;
  color: var(--color-neutral-000);
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
}
.sidebar-item.active i {
  background-color: var(--color-orange);
}
.sidebar-footer {
  margin-top: auto;
  position: relative;
}
/* expert */

/* header */
.header-mobile {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4rem;
  align-items: flex-start;
}
.header-mobile {
  font-size: 2.5rem;
  color: var(--color-neutral-900);
}

.sidebar-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.3rem;
}
.btn-websima {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border: 2px solid var(--color-orange);
  border-radius: 50%;
  text-align: center;
  flex: none;
  cursor: pointer;
  position: relative;
  background-color: var(--color-neutral-800);
  transition: 0.6s ease-in-out;
}
.sidebar.open .btn-websima {
  transform: rotate(180deg);
}
.btn-websima svg {
  width: 2rem;
  height: 2rem;
}
.sidebar-logo img {
  max-height: 2.5rem;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: initial;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}
.sidebar-close-logo {
  right: -16rem;
  position: absolute;
  opacity: 1;
  pointer-events: none;
  transition: 0.5s 0.4s opacity;
  bottom: 0;
  transform: rotate(270deg) translateY(0%);
  transform-origin: bottom left;
  -webkit-transition: 0.5s 0.4s opacity;
  -moz-transition: 0.5s 0.4s opacity;
  -ms-transition: 0.5s 0.4s opacity;
  -o-transition: 0.5s 0.4s opacity;
  pointer-events: all;
  height: 6rem;
  background: var(--color-neutral-900);
  width: calc(var(--width-sidebar-open) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar.open .sidebar-close-logo {
  opacity: 0;
  pointer-events: none;
  transition: 0.5s opacity;
  -webkit-transition: 0.5s opacity;
  -moz-transition: 0.5s opacity;
  -ms-transition: 0.5s opacity;
  -o-transition: 0.5s opacity;
}
.sidebar-close-logo img {
  max-height: 2.5rem;
  max-width: initial;
  width: auto;
}
.sidebar.open .sidebar-item__title {
}
/**************************/
/*card detail*/
/**************************/

.wbs-detail-items {
  display: flex;
  margin-bottom: 1rem;
  container-name: detail-item;
  container-type: inline-size;
}
@container detail-item (width > 360px) {
  .wbs-detail-item:not(.btn) {
    font-size: 14px;
  }
  .wbs-detail-item:not(.btn) i {
    font-size: 16px;
  }
  .wbs-detail-item.btn i {
    font-size: 16px;
  }
  .wbs-detail-item.btn {
    font-size: 12px;
  }
  .wbs-detail-item .expire-time {
    font-size: 13px;
  }
}
@container detail-item (width < 360px) {
  .wbs-detail-item:not(.btn) {
    font-size: 13px;
  }
  .wbs-detail-item:not(.btn) i {
    font-size: 16px;
  }
  .wbs-detail-item.btn i {
    font-size: 15px;
  }
  .wbs-detail-item.btn {
    font-size: 10px;
  }
  .wbs-detail-item .expire-time {
    font-size: 11px;
  }
}

.wbs-detail-item {
  display: flex;
  align-items: center;
  min-height: 4rem;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  flex-shrink: 0;
}
.wbs-detail-item input {
  text-align: left;
  border: none;
  background: #0000;
  height: 100%;
}
.wbs-flex-title {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.wbs-flex-title i {
  color: var(--color-neutral-000);
  width: 3rem;
  height: 3rem;
  border-radius: 1.2rem;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
}
.wbs-detail-box {
  background: var(--color-neutral-000);
  border: 1px solid var(--color-blue-light);
  border-radius: 16px;
  overflow-x: hidden;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 2rem 1rem;
  margin-top: 1rem;
  height: 100%;
  container-name: detail-box;
  container-type: inline-size;
}
.swith-info {
  display: flex;
  align-items: center;
  height: 3.4rem;
  margin-bottom: 2.5rem;
  background-color: var(--color-neutral-200);
  border-radius: 0 0 8px 8px;
  margin-right: auto;
  justify-content: end;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  gap: 0.8rem;
  font-size: 13px;
}

.swith-info .selector {
  height: 100%;
  display: inline-block;
  position: absolute;
  transition: 0.4s;
  background: var(--color-blue-shade);
  border-radius: 0 0 6px 0;
  left: 0;
  width: 85px;
}

.swith-info a {
  line-height: 1;
  align-items: center;
  gap: 5px;
  height: 100%;
  padding: 1rem 1.2rem;
  position: relative;
  z-index: 2;
  display: inline-flex;
}
.swith-info a.active {
  color: var(--color-neutral-000);
}
.swith-info::before {
  line-height: 1;
  align-items: center;
  gap: 5px;
}

@container detail-box (width > 360px) {
  .swith-info {
    font-size: 13px;
  }
  .swith-info i {
    font-size: 14px;
  }
  .swith-info .selector {
    width: 90px;
  }
}
@container detail-box (width < 360px) {
  .swith-info {
    font-size: 12px;
  }
  .swith-info i {
    font-size: 13px;
  }
  .swith-info .selector {
    width: 85px;
  }
}
.wbs-detail {
  flex-direction: column;
  display: flex;
}
.wbs-detail-box .overflow-y-auto {
  max-height: 18.1rem;
}
.wbs-detail-btns {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.wbs-detail-btns .btn {
  flex: 1;
  padding: 1rem 1rem 1rem 2rem;
}

.wbs-detail-btns .btn i {
  font-size: 1.8rem;
}
.dropdown-title .icon-arrow3-down::before {
  color: var(--color-neutral-000);
  transition: 0.3s;
}
.dropdown-title.open .icon-arrow3-down::before {
  transform: rotate(180deg);
}

/**************************/
/*fix menu*/
/**************************/
.fix-menu {
  position: fixed;
  bottom: 0;
  background-color: var(--color-neutral-900);
  width: 100%;
  justify-content: center;
  z-index: 3;
  box-shadow: -38px 21px 48px -4px rgb(0 0 0 / 30%);
  height: 10rem;
  padding: 1rem 2vw;
  display: flex;
  justify-content: space-evenly;
  gap: 2rem;
}
/*.side-links {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  width: 100%;*/
/*}*/
/*.fix-menu .homepage {*/
/*  position: absolute;*/
/*  width: 6.4rem;*/
/*  height: 6.4rem;*/
/*  background: var(--color-neutral-900);*/
/*  border-radius: 50%;*/
/*  border: 6px solid var(--color-neutral-900);*/
/*  box-sizing: content-box;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  top: 0;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  flex-direction: column;*/
/*}*/
/*.fix-menu .btn-websima {*/
/*  width: 4.5rem;*/
/*  height: 4.5rem;*/
/*}*/
/*.fix-menu .btn-websima svg {*/
/*  width: 3rem;*/
/*  height: 3rem;*/
/*}*/
.fix-menu-link {
  width: 5rem;
  height: 5rem;
  border-radius: 1.6rem;
  display: flex;
  align-items: center;
  margin-inline: auto;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.fix-menu-link i {
  color: var(--color-neutral-000);
  font-size: 2.8rem;
  vertical-align: baseline;
}
/*.fix-menu img {*/
/*  position: relative;*/
/*  padding: 2rem 0;*/
/*  padding-bottom: 0.5rem;*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*}*/
.space-fix-menu {
  margin-bottom: 11rem;
}
/**************************/
/*table*/
/**************************/
.wbs-table table {
  border-collapse: separate;
  border: 1px solid var(--color-blue-light);
  border-radius: 16px;
  overflow: hidden;
}
.wbs-table table tbody td {
  font-size: 14px;
}
.wbs-table #datatable.display tfoot {
  display: none;
}
.wbs-table [role="row"] {
  display: table-row;
}
.wbs-table .table-ticket-number {
  background: var(--color-neutral-200);
  border-radius: 8px;
  text-align: center;
  font-size: 15px;
  transition: 0.3s;
  padding: 0 0.5rem;
  display: block;
}
.wbs-table .table-row-importance {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.wbs-table .table-row-time {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.wbs-table .table-row-time span:not(.timeago) {
  min-width: 37px;
}
.wbs-table .table-row-see {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  gap: 1rem;
}

.wbs-table .table-row-link {
  color: var(--color-blue);
}
.wbs-table .table-row-time .timeago {
  border: 1px solid var(--color-mark-blue);
  border-radius: 8px;
  padding: 0 0.5rem;
  font-size: 13px;
  color: var(--color-mark-blue);
}
.wbs-table .table-row-time .timepast {
  border: 1px solid var(--color-mark-red);
  border-radius: 8px;
  padding: 0 0.5rem;
  font-size: 13px;
  color: var(--color-mark-red);
}
.wbs-table .table-row-importance .badge.badge-with-text {
  border-radius: 32px;
  color: var(--color-neutral-000);
  padding: 1px 1rem;
  min-width: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wbs-table .table-row-importance .badge:not(.badge-with-text) {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
}
.wbs-table thead th {
  display: table-cell;
  background: var(--color-neutral-100);
  padding: 0.5rem 1.4rem;
  text-align: right;
}
.wbs-table tbody td {
  display: table-cell;
  background: var(--color-neutral-100);
  position: relative;
}
table.dataTable.stripe > tbody > tr.odd > *,
table.dataTable.display > tbody > tr.odd > * {
  box-shadow: none;
}
table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
  box-shadow: none;
}
.wbs-table tbody tr td {
  background: var(--color-neutral-000);
  transition: 0.3s;
  vertical-align: middle;
}
.wbs-table tbody tr:hover td {
  background: var(--color-neutral-100);
}

.wbs-table tbody tr:hover td .table-ticket-number {
  background: var(--color-neutral-500);
  color: var(--color-neutral-000);
}
.wbs-table tbody tr td:not(:nth-child(2), .child, .dataTables_empty):after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  background-color: var(--color-blue-light);
  width: 1px;
  height: calc(100% - 2.3rem);
  top: 50%;
  transform: translateY(-50%);
}
.wbs-table tbody tr td.control:after {
  left: 0;
  right: auto;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 1rem;
}
.wbs-table tbody tr td[class*="sorting"] {
  background-color: var(--color-neutral-500);
  color: var(--color-neutral-000);
}

.table-row-title {
  width: calc(15rem + 20px);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.wbs-table .dataTable thead th,
.wbs-table .dataTable thead td {
  border-right: 1px solid var(--color-blue-light);
  border-bottom: 1px solid var(--color-blue-light);
  text-align: right;
  font-weight: 500;
  font-size: 15px;
}
.wbs-table .dataTable thead th:first-of-type {
  border-left: 1px solid var(--color-blue-light);
  border-right: none;
}
.wbs-table .dataTable thead th:nth-child(2) {
  border-right: none;
}
.wbs-table .space-between {
  align-items: center;
}
.wbs-table .need-to-follow {
  margin-right: 0.75rem;
}
.wbs-table .need-to-follow:not(.disable) {
  cursor: pointer;
}
.wbs-table .need-to-follow.active {
  color: var(--color-mark-orange);
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_filter select {
  font-family: "YekanBakh";
  border-radius: 8px;
  font-size: 14px;
  padding: 1rem;
  box-shadow: none;
  margin: 0;
  height: 100%;
  border: 1px solid var(--color-blue-light);
  color: var(--color-neutral-500);
  box-sizing: border-box;
  transition: 0.3s;
}
input[type="search"]::-webkit-search-decoration:hover,
input[type="search"]::-webkit-search-cancel-button:hover {
  cursor: pointer;
}
.dataTables_wrapper .dataTables_filter input:hover,
.dataTables_wrapper .dataTables_filter select:hover {
  border: 1px solid var(--color-mark-blue);
}
.dataTables_wrapper .dataTables_filter {
  display: flex;
  gap: 1rem;
  overflow-y: auto;
  margin-bottom: 3rem;
  float: none !important;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter label {
  position: relative;
}
.dataTables_wrapper .dataTables_filter label::before {
  content: "\e952";
  position: absolute;
  font-family: "icomoon";
  display: block;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.dataTables_wrapper .dataTables_filter input[type="search"] {
  background-color: var(--color-neutral-000);
  width: 27rem;
  height: auto;
  padding-left: 4rem;
}
.dataTables_wrapper .dataTables_filter .select-filter {
  background-color: var(--color-neutral-000);
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  min-width: 15rem;
  padding-left: 4.4rem;
  white-space: nowrap;
}

.dataTables_filter .filter-date input {
  background-color: var(--color-neutral-000);
  max-width: 15rem;
  padding-left: 4rem;
}
.dataTables_filter .select-filter::-ms-expand {
  display: none;
}
.form-filter {
  position: relative;
}
.form-filter::before {
  font-family: "icomoon";
  position: absolute;
  display: block;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--color-blue-light);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  height: 100%;
  pointer-events: none;
}
.filter-status::before {
  content: "\e900";
  font-size: 1.3rem;
}
.filter-date::before {
  content: "\e913";
  font-size: 1.8rem;
}
.dataTables_wrapper .dataTables_filter {
  color: var(--color-neutral-500);
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: block;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  padding: 1rem 0;
}
table.dataTable > tbody > tr.child span.dtr-title {
  margin-bottom: 1rem;
}
/* table.dataTable > tbody > tr.child ul.dtr-details > li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
} */
.dataTables_wrapper .dataTables_paginate {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  justify-content: center;
  width: 100%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: var(--color-neutral-200);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.current):hover {
  background: var(--color-neutral-200);
  color: inherit !important;
}
.wbs-table.red
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button:not(.current):hover {
  border: 1px solid var(--color-red);
}
.wbs-table.blue
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button:not(.current):hover {
  border: 1px solid var(--color-blue);
}
.dataTables_wrapper .dataTables_paginate .paginate_button i {
  font-size: 1.4rem;
}
.wbs-table.red .dataTables_wrapper .dataTables_paginate .paginate_button i {
  color: var(--color-red);
}
.wbs-table.blue .dataTables_wrapper .dataTables_paginate .paginate_button i {
  color: var(--color-blue);
}
.dataTables_wrapper .dataTables_paginate span {
  display: flex;
  gap: 0.8rem;
}
.wbs-table.blue a:not(.btn) {
  color: var(--color-blue);
}
.wbs-table.red a:not(.btn) {
  color: var(--color-red);
}

.wbs-table.red a:not(.btn):hover {
  color: var(--color-blue) !important;
}

.wbs-table.blue a:not(.btn):hover {
  color: var(--color-orange) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: var(--color-neutral-000) !important;
  pointer-events: none;
  border: none;
}
.wbs-table.red .paginate_button.current {
  background: var(--color-red);
}
.wbs-table.blue .paginate_button.current {
  background: var(--color-blue);
}
.dataTables_paginate .paginate_button.disabled {
  display: none;
}

.dataTables_wrapper i {
  font-size: 18px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  line-height: 1;
  min-width: 2.5rem;
  padding: 0.5rem;
}
.wbs-table.blue table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
.wbs-table.blue table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
.wbs-table.blue table.dataTable.dtr-column > tbody > tr > td.control:before,
.wbs-table.blue table.dataTable.dtr-column > tbody > tr > th.control:before {
  background: var(--color-blue);
}
.wbs-table.red table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
.wbs-table.red table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
.wbs-table.red table.dataTable.dtr-column > tbody > tr > td.control:before,
.wbs-table.red table.dataTable.dtr-column > tbody > tr > th.control:before {
  background: var(--color-red);
}
.wbs-table table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
.wbs-table.table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
.wbs-table table.dataTable.dtr-column > tbody > tr > td.control:before,
.wbs-table table.dataTable.dtr-column > tbody > tr > th.control:before {
  content: "\e900";
  font-family: "icomoon";
  display: block;
  background: no-repeat;
  color: var(--color-neutral-000);
  border: none;
  box-shadow: none;
  margin: 0;
  transform: translate(-50%, -50%);
  width: auto;
  font-size: 1.2rem;
  padding: 0.7rem;
  border-radius: 1rem;
}
.wbs-table.red
  table.dataTable.dtr-column
  > tbody
  > tr.parent
  td.dtr-control:before,
.wbs-table.red
  table.dataTable.dtr-column
  > tbody
  > tr.parent
  th.dtr-control:before,
.wbs-table.red table.dataTable.dtr-column > tbody > tr.parent td.control:before,
.wbs-table.red
  table.dataTable.dtr-column
  > tbody
  > tr.parent
  th.control:before {
  content: "\e901";
  background: transparent;
  border: 1px solid var(--color-red);
  color: var(--color-red);
}
.wbs-table.blue
  table.dataTable.dtr-column
  > tbody
  > tr.parent
  td.dtr-control:before,
.wbs-table.blue
  table.dataTable.dtr-column
  > tbody
  > tr.parent
  th.dtr-control:before,
.wbs-table.blue
  table.dataTable.dtr-column
  > tbody
  > tr.parent
  td.control:before,
.wbs-table.blue
  table.dataTable.dtr-column
  > tbody
  > tr.parent
  th.control:before {
  content: "\e901";
  background: transparent;
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
}
.dataTables_empty {
  font-size: 15px;
  color: var(--color-red);
  padding: 2rem;
}
/**************************/
/*banner*/
/**************************/
.wbs-banner img {
  max-width: 100%;
  border-radius: 16px;
}
/**************************/
/*clouds*/
/**************************/
.cloud--box {
  position: absolute;
  top: -3rem;
  right: 0;
  left: 0;
  z-index: -1;
}
.top-gradient::before {
  content: "";
  width: 100%;
  top: 0;
  position: absolute;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  height: 40vh;
  background: linear-gradient(180deg, #728eaf57 53.5%, #728eaf00 100%);
  z-index: -1;
}
.cloud {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: var(--width-cloud);
  height: 10vw;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
/* cloud1 */
.cloud1 {
  background-image: url(../imgs/clouds/cl1.svg);
  -webkit-animation: animateCloudStart 50s linear infinite;
  animation: animateCloudStart 50s linear infinite;
  top: 4rem;
  left: calc(-1 * var(--width-cloud));
}
.cloud2 {
  background-image: url(../imgs/clouds/cl2.svg);
  -webkit-animation: animateCloudStart 60s linear 10s infinite;
  animation: animateCloudStart 60s linear 10s infinite;
  top: 6rem;
  transform: scale(0.7);
  left: calc(-1 * var(--width-cloud));
}

/* cloud3 */
.cloud3 {
  background-image: url(../imgs/clouds/cl3.svg);
  -webkit-animation: animateCloudStart 70s linear 20s infinite;
  animation: animateCloudStart 70s linear 20s infinite;
  top: 5.5rem;
  left: calc(-1 * var(--width-cloud));
}
.cloud4 {
  background-image: url(../imgs/clouds/cl4.svg);
  -webkit-animation: animateCloudEnd 60s linear 0s infinite;
  animation: animateCloudEnd 60s linear 0s infinite;
  top: 3rem;
  right: calc(-1 * var(--width-cloud));
  transform: scale(0.8);
}
/* cloud2 */
.cloud5 {
  background-image: url(../imgs/clouds/cl5.svg);
  -webkit-animation: animateCloudEnd 80s linear 10s infinite;
  animation: animateCloudEnd 80s linear 10s infinite;
  right: calc(-1 * var(--width-cloud));
  top: 3.6rem;
}
.cloud6 {
  background-image: url(../imgs/clouds/cl6.svg);
  -webkit-animation: animateCloudEnd 90s linear 20s infinite;
  animation: animateCloudEnd 90s linear 20s infinite;
  right: calc(-1 * var(--width-cloud));
  top: 7rem;
}

/* KEYFRAMES */
@-webkit-keyframes animateCloudStart {
  0% {
    left: calc(-1 * var(--width-cloud));
  }
  100% {
    left: calc(100vw + var(--width-cloud));
  }
}
@keyframes animateCloudStart {
  0% {
    left: calc(-1 * var(--width-cloud));
  }
  100% {
    left: calc(100vw + var(--width-cloud));
  }
}
@-webkit-keyframes animateCloudEnd {
  0% {
    right: calc(-1 * var(--width-cloud));
  }
  100% {
    right: calc(100vw + var(--width-cloud));
  }
}
@keyframes animateCloudEnd {
  0% {
    right: calc(-1 * var(--width-cloud));
  }
  100% {
    right: calc(100vw + var(--width-cloud));
  }
}

/**************************/
/*acf fields*/
/**************************/
#wbs-acf-form .acf-repeater .acf-field-text input,
#wbs-acf-form .mce-toolbar .mce-btn-group .mce-btn.mce-listbox,
#wbs-acf-form textarea:not(.wp-editor-area),
#wbs-acf-form select,
#wbs-acf-form .select2,
#wbs-acf-form
  input:not(
    [type="radio"],
    [type="checkbox"],
    [type="button"],
    [type="submit"],
    [type="search"],
    [type="file"]
  ) {
  font-family: "YekanBakh";
  padding: 1.6rem 1.8rem;
  min-height: 5.5rem;
  border: 1px solid var(--color-blue-light);
  border-radius: 16px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  width: 100%;
  box-sizing: border-box;
  background: var(--color-neutral-000);
}
#wbs-acf-form input[type="url"] {
  padding: 1.6rem 1.8rem 1.6rem 5rem !important;
}
#wbs-acf-form .acf-notice.-dismiss {
  display: none;
}
#wbs-acf-form .acf-field .acf-notice.-error {
  order: 3;
  margin: 0;
  background: unset;
  border: none;
  color: var(--color-red);
}

#wbs-acf-form .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
  width: auto;
  margin-left: 1rem;
  padding: 0.5rem 1.5rem;
  min-height: auto;
}
#wbs-acf-form .mce-toolbar .mce-listbox button {
  padding: 0;
}
.mce-rtl .mce-menu-item {
  display: flex !important;
  align-items: center !important;
}
.mce-menu .mce-menu-item.mce-active.mce-menu-item-normal,
.mce-menu .mce-menu-item.mce-active.mce-menu-item-preview,
.mce-menu .mce-menu-item.mce-selected,
.mce-menu .mce-menu-item:focus,
.mce-menu .mce-menu-item:hover {
  background: var(--color-neutral-900) !important;
  color: var(--color-neutral-000) !important;
}
#wbs-acf-form
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0;
  line-height: initial;
  color: initial;
}
#wbs-acf-form .select2-container--default .select2-selection--single {
  height: auto;
  border: none;
  border-radius: unset;
  background-color: unset;
}
#wbs-acf-form textarea:not(.wp-editor-area) {
  min-height: 17.4rem;
}
#wbs-acf-form input[type="checkbox"],
#wbs-acf-form input[type="radio"] {
  height: 2.3rem;
  width: 2.3rem;
  border-radius: 50%;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  border: 1px solid var(--color-neutral-500);
}
#wbs-acf-form input[type="checkbox"]:checked,
#wbs-acf-form input[type="radio"]:checked {
  border: 2px solid var(--color-neutral-900) !important;
  box-sizing: border-box !important;
  background: var(--color-neutral-900) !important;
  box-shadow: inset 0 0px 0px 0.4rem var(--color-neutral-000) !important;
}
#wbs-acf-form ul.acf-radio-list:focus-within,
ul.acf-checkbox-list:focus-within {
  border: none;
  border-radius: unset;
}
#wbs-acf-form textarea:not(.wp-editor-area):hover,
#wbs-acf-form
  input:not(
    [type="search"],
    [type="radio"],
    [type="checkbox"],
    [type="button"],
    [type="submit"],
    [type="file"],
    select,
    .select2
  ):hover,
#wbs-acf-form textarea:not(.wp-editor-area):hover,
#wbs-acf-form
  input:not(
    [type="search"],
    [type="radio"],
    [type="checkbox"],
    [type="button"],
    [type="submit"],
    [type="file"],
    select,
    .select
  ):focus {
  border: 1px solid var(--color-blue);
  box-shadow: 0px 0px 12px rgba(193, 209, 227, 0.5);
}
#wbs-acf-form
  .select2-container.-acf
  .select2-selection--multiple
  .select2-search__field,
#wbs-acf-form
  .select2-container.-acf
  .select2-selection--multiple
  .select2-search__field {
  font-family: YekanBakh;
  margin: 0;
  padding: 0;
}
#wbs-acf-form
  :is(
    textarea,
    input:not(
        [type="radio"],
        [type="checkbox"],
        [type="button"],
        [type="submit"],
        [type="file"]
      )
  )::-webkit-input-placeholder {
  color: var(--color-neutral-500);
  font-size: 13px;
}
#wbs-acf-form
  :is(
    textarea,
    input:not(
        [type="radio"],
        [type="checkbox"],
        [type="button"],
        [type="submit"],
        [type="file"]
      )
  )::-moz-placeholder {
  color: var(--color-neutral-500);
  font-size: 13px;
}
#wbs-acf-form
  :is(
    textarea,
    input:not(
        [type="radio"],
        [type="checkbox"],
        [type="button"],
        [type="submit"],
        [type="file"]
      )
  ):-ms-input-placeholder {
  color: var(--color-neutral-500);
  font-size: 13px;
}
#wbs-acf-form
  :is(
    textarea,
    input:not(
        [type="radio"],
        [type="checkbox"],
        [type="button"],
        [type="submit"],
        [type="file"]
      )
  )::-ms-input-placeholder {
  color: var(--color-neutral-500);
  font-size: 13px;
}
#wbs-acf-form
  :is(
    textarea,
    input:not(
        [type="radio"],
        [type="checkbox"],
        [type="button"],
        [type="submit"],
        [type="file"]
      )
  )::placeholder {
  color: var(--color-neutral-500);
  font-size: 13px;
}
#wbs-acf-form select,
#wbs-acf-form .select2 {
  background: var(--color-neutral-000);
  border: 1px solid var(--color-blue-light);
  border-radius: 16px;
  box-shadow: none;
  box-sizing: border-box;
  font-family: inherit;
  max-width: 100%;
  padding: 1.6rem 1.8rem 1.6rem 4.7rem;
  position: relative;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#wbs-acf-form label {
  font-weight: normal !important;
  margin: 0 0 0.9rem !important;
  padding: 0 !important;
  font-size: 15px !important;
  display: block;
}
.acf-required {
  display: inline-block;
}
#wbs-acf-form .acf-button-group {
  display: inline-flex;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  row-gap: 1rem;
  align-items: center;
  line-height: 1;
  flex-wrap: wrap;
  border: 1px solid var(--color-blue-light);
  border-radius: 16px;
  padding: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--color-neutral-000);
  justify-content: center;
}
#wbs-acf-form .acf-button-group label {
  margin: 0 !important;
  padding: 1.1rem 2.5rem !important;
  border-radius: 8px;
  border: none;
  flex: none;
  cursor: pointer;
}
#wbs-acf-form .acf-button-group label.selected {
  background: var(--color-neutral-900);
  color: var(--color-neutral-000);
}
#wbs-acf-form .acf-field-select .acf-input {
  position: relative;
}
#wbs-acf-form .mce-panel .mce-btn i.mce-caret:before,
#wbs-acf-form .select2-selection--single .select2-selection__arrow:before,
#wbs-acf-form .acf-field-select .acf-input::before {
  content: "\e900";
  position: absolute;
  display: block;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-family: "icomoon";
  pointer-events: none;
  color: var(--color-blue);
  font-size: 1.3rem;
}
#wbs-acf-form .acf-field-repeater .acf-field-select .acf-input::before {
  left: 3.5rem;
}
.mce-menu-item .mce-text {
  font-family: inherit !important;
  text-align: revert;
}
#wbs-acf-form .mce-menubtn.mce-fixed-width span {
  min-width: 108px;
  font-size: 15px;
}
#wbs-acf-form .quicktags-toolbar,
#wbs-acf-form div.mce-toolbar-grp {
  background: var(--color-neutral-000);
}
#wbs-acf-form .mce-toolbar .mce-btn-group > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#wbs-acf-form .mce-toolbar .mce-btn i {
  font: normal 20px/1 dashicons !important;
}

#wbs-acf-form .mce-toolbar .mce-ico {
  color: var(--color-neutral-600);
}

#wbs-acf-form .mce-panel .mce-btn i.mce-caret:before {
  left: 0;
  font-size: 16px;
}
#wbs-acf-form .mce-panel .mce-btn i.mce-caret {
  position: static;
  border: none;
  margin: 0;
}
#wbs-acf-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
#wbs-acf-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: auto;
  position: static;
  width: auto;
}
#wbs-acf-form .acf-icon.-globe:before {
  content: "\e934";
  font-family: "icomoon";
  margin-top: 0.1em;
  margin-left: 0.1em;
}
#wbs-acf-form .acf-url i {
  top: 50%;
  left: 2rem;
  opacity: 1;
  color: var(--color-neutral-500);
  transform: translateY(-50%);
  font-size: 18px;
}

.select2-container .select2-dropdown {
  border: none;
  margin-top: 0;
  box-shadow: 0 21px 25px #00000036;
}
#wbs-acf-form .acf-fields:not(td) .acf-field {
  margin-bottom: 3rem;
  border: none;
  width: 100%;
  padding: 0 15px;
}
#wbs-acf-form td.acf-fields .acf-field {
  margin-bottom: 0;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#wbs-acf-form .acf-fields.-left > .acf-field > .acf-input {
  padding: 0 1.5rem;
}
#wbs-acf-form .acf-basic-uploader input {
  width: 100%;
}
#wbs-acf-form .acf-radio-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  row-gap: 1rem;
}
#wbs-acf-form .acf-radio-list li label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
#wbs-acf-form .description {
  margin-bottom: 1rem;
  font-size: 13px;
  color: var(--color-neutral-500);
}
#wbs-acf-form .acf-table {
  border: 1px solid var(--color-blue-light);
  border-radius: 16px;
  overflow: hidden;
  border-collapse: separate;
}
#wbs-acf-form .acf-field-url .acf-input {
  position: relative;
}
#wbs-acf-form .acf-repeater .acf-row-handle.order {
  background: var(--color-neutral-000);
}
#wbs-acf-form .acf-repeater .acf-row-handle.order + td {
  border-color: var(--color-blue-light);
}
#wbs-acf-form .acf-fields.-left > .acf-field:before {
  background: var(--color-neutral-000);
  border-color: var(--color-blue-light);
}
#wbs-acf-form .acf-repeater .acf-row-handle .acf-icon.-plus {
  top: 30%;
}
#wbs-acf-form .acf-repeater .acf-row-handle .acf-icon.-minus {
  top: 59%;
}

#wbs-acf-form .acf-relationship {
  background: var(--color-neutral-000);
  border: 1px solid var(--color-blue-light);
  border-radius: 16px;
  overflow: hidden;
}
#wbs-acf-form .acf-relationship .list .acf-rel-item:hover {
  background: var(--color-neutral-900);
  color: var(--color-neutral-000);
  border-radius: 8px;
}
#wbs-acf-form .acf-relationship .selection .choices {
  background: var(--color-neutral-200);
}
#wbs-acf-form .acf-repeater .acf-row-handle .acf-icon {
  margin: 6px 0 0 0px;
  align-items: center;
  justify-content: center;
}
#wbs-acf-form tr.acf-attention.-focused {
  box-shadow: none !important;
}
#wbs-acf-form .acf-repeater .acf-row:hover > .acf-row-handle .acf-icon,
#wbs-acf-form .acf-repeater .acf-row.-hover > .acf-row-handle .acf-icon {
  display: flex;
}

#wbs-acf-form .acf-editor-wrap .wp-switch-editor {
  font-family: "YekanBakh";
  padding: 1rem 2rem;
  border: 1px solid var(--color-blue-light);
  font-size: 15px;
  border-color: var(--color-blue-light);
}
#wbs-acf-form .html-active .switch-html,
#wbs-acf-form .tmce-active .switch-tmce {
  background: var(--color-neutral-000);
  color: initial;
  border-bottom-color: var(--color-neutral-000);
}
#wbs-acf-form .select2-container.-acf .select2-selection {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: unset;
  min-height: auto;
  height: auto;
  display: flex;
}
#wbs-acf-form
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0;
  margin: 0;
  height: auto;
  min-height: auto;
}
#wbs-acf-form
  .select2-container.-acf
  .select2-selection--multiple
  .select2-selection__choice {
  display: flex;
  align-items: center;
  gap: 4px;
  background: var(--color-blue-light2);
}

#wbs-acf-form ul.acf-radio-list.acf-hl li,
#wbs-acf-form ul.acf-checkbox-list.acf-hl li {
  margin: 0;
}
#wbs-acf-form .acf-hl:after,
#wbs-acf-form .acf-hl:before {
  display: none;
}
i.mce-i-aligncenter,
i.mce-i-alignjustify,
i.mce-i-alignleft,
i.mce-i-alignright,
i.mce-i-backcolor,
i.mce-i-blockquote,
i.mce-i-bold,
i.mce-i-bullist,
i.mce-i-charmap,
i.mce-i-dashicon,
i.mce-i-dfw,
i.mce-i-forecolor,
i.mce-i-fullscreen,
i.mce-i-help,
i.mce-i-hr,
i.mce-i-indent,
i.mce-i-italic,
i.mce-i-link,
i.mce-i-ltr,
i.mce-i-numlist,
i.mce-i-outdent,
i.mce-i-pastetext,
i.mce-i-pasteword,
i.mce-i-redo,
i.mce-i-remove,
i.mce-i-removeformat,
i.mce-i-spellchecker,
i.mce-i-strikethrough,
i.mce-i-underline,
i.mce-i-undo,
i.mce-i-unlink,
i.mce-i-wp-media-library,
i.mce-i-wp_adv,
i.mce-i-wp_code,
i.mce-i-wp_fullscreen,
i.mce-i-wp_help,
i.mce-i-wp_more,
i.mce-i-wp_page {
  font: normal 20px/1 dashicons !important;
  font-family: dashicons !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--color-blue-light) !important;
  border-radius: 16px !important;
  font-family: "YekanBakh" !important;
  padding: 1rem !important;
}
.acf-field .acf-input {
  flex-direction: column;
  display: flex;
}
.pdp-default .pdp-header {
  padding: 6px;
  box-sizing: content-box;
  border-radius: 8px 8px 0 0;
  border-top: 1px solid #999;
}
.pdp-default .nextArrow,
.pdp-default .prevArrow {
  top: 7px;
  padding: 3px;
  border-radius: 8px 8px 0 0;
}
.pdp-default {
  border-radius: 8px;
}
.pdp-default .dows {
  background: var(--color-neutral-900);
  color: var(--color-neutral-000);
}
.pdp-default .dow {
  border: none;
}
.pdp-default .pdp-footer {
  background: var(--color-neutral-900);
  padding: 3px;
  box-sizing: content-box;
  border-radius: 0 0 8px 8px;
}
.pdp-default .selday,
.pdp-default .selday:hover {
  background: var(--color-orange);
  border-color: var(--color-orange);
  color: var(--color-neutral-000);
}
/**************************/
/* Login (use px unit)  */
/**************************/
.login-cloud1,
.login-cloud2,
.login-cloud3 {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26rem;
  height: 14rem;
  z-index: -1;
}

.login-cloud1 {
  top: 7rem;
  right: -22rem;
  background-image: url(./../imgs/clouds/cl8.svg);
  z-index: -2;
  -webkit-animation: cloudlogin1 10s infinite linear;
  animation: cloudlogin1 10s infinite linear;
}
.login-cloud2 {
  top: 8rem;
  right: -21rem;
  transform: rotateY(180deg) scale(0.5);
  background-image: url(./../imgs/clouds/cl9.svg);
  -webkit-animation: cloudlogin2 10s infinite linear;
  animation: cloudlogin2 10s infinite linear;
}
.login-cloud3 {
  top: 17rem;
  right: 25rem;
  transform: rotateY(180deg) scale(1) rotateY(180deg);
  background-image: url(./../imgs/clouds/cl9.svg);
  opacity: 0.8;
  -webkit-animation: cloudlogin1 10s infinite linear;
  animation: cloudlogin1 10s infinite linear;
}
@-webkit-keyframes cloudlogin2 {
  0% {
    transform: rotate(0deg) translateX(10px) rotate(0deg) scale(0.5);
  }
  100% {
    transform: rotate(360deg) translateX(10px) rotate(-360deg) scale(0.5);
  }
}
@keyframes cloudlogin2 {
  0% {
    transform: rotate(0deg) translateX(10px) rotate(0deg) scale(0.5);
  }
  100% {
    transform: rotate(360deg) translateX(10px) rotate(-360deg) scale(0.5);
  }
}
@-webkit-keyframes cloudlogin1 {
  0% {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes cloudlogin1 {
  0% {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
.login-page {
  background: linear-gradient(
      180deg,
      rgba(114, 142, 175, 0.5) 0%,
      rgba(114, 142, 175, 0) 100%
    ),
    radial-gradient(
      37.44% 37.44% at 50% 100%,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );
  position: relative;
}
.login-page::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 400px;
  display: block;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  top: -80px;
  -webkit-animation: sun 15s ease 1s infinite alternate;
  animation: sun 15s ease 1s infinite alternate;
}
@-webkit-keyframes sun {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.8);
  }
  20% {
    transform: scale(0.9);
  }
  30% {
    transform: scale(0.7);
  }
  40% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8);
  }
  70% {
    transform: scale(0.7);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes sun {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.8);
  }
  20% {
    transform: scale(0.9);
  }
  30% {
    transform: scale(0.7);
  }
  40% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8);
  }
  70% {
    transform: scale(0.7);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.login--box {
  width: 320px;
  position: relative;
  z-index: 2;
}
.login-page .login-logo {
  max-width: 180px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.login-copyright {
  color: var(--color-neutral-600);
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
.login-page .login-logo img {
  width: 100%;
}
.login-copyright {
}
/* for all step */
#user-signin-forms-wrapper h2 {
  font-size: 18px;
}
.login-page {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-neutral-000);
  padding-top: 100px;
}

#user-signin-wrapper {
  background: var(--color-neutral-800);
  border-radius: 38px;
  text-align: center;
}
#user-signin-forms-wrapper label.error {
  color: var(--color-red);
  font-size: 13px;
  display: block;
  left: 0;
  width: 100%;
  top: 82px;
  position: absolute;
}

/* login forms */
#user-detection-form input {
  text-align: left;
}

#user-detection-form input:-webkit-autofill,
#user-detection-form input:-webkit-autofill:active,
#user-detection-form input:-webkit-autofill:hover,
#user-detection-form input:-webkit-autofill:focus {
  -webkit-animation-name: autofill;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  border: none;
  -webkit-box-shadow: 0 0 0 30px var(--color-neutral-000) inset !important;
  -webkit-box-shadow: none;
  -webkit-transition: background-image 5000s ease-in-out 0s;
  transition: background-image 5000s ease-in-out 0s;
}
.input-mobile {
  position: relative;
}
.iran-mobile-number.input-mobile::before {
  content: "";
  position: absolute;
  display: block;
  background-image: repeating-linear-gradient(
    90deg,
    var(--color-neutral-300) 0px,
    var(--color-neutral-300) 14px,
    #0000 0,
    #0000 19.5px
  );
  background-size: 214px 2px;
  background-position: 57% 74%;
  background-repeat: no-repeat;
  top: 34px;
  right: 0;
  left: 0;
  height: 44px;
  pointer-events: none;
}
#user-signin-forms-wrapper label:not(.error) {
  color: var(--color-neutral-400);
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}
#user-detection-form .btn {
  min-width: 170px;
  background: var(--color-blue);
  color: var(--color-neutral-000);
  box-shadow: 0px 4px 12px var(--color-black);
  border-radius: 44px;
  justify-content: center;
  font-size: 18px;
  padding: 4px;
  margin: 0 auto;
  transition: 0.3s;
}
#user-detection-form .btn:hover {
  background-color: var(--color-orange);
}
#user-detection-form input[name="mobile"] {
  font-family: "ChivoMono";
  width: 100%;
  border: none;
  background-color: var(--color-neutral-000);
  border-radius: 48px;
  height: 44px;
  font-size: 18px;
  margin-bottom: 40px;
  -moz-appearance: textfield;
  color: initial !important;
}
#user-detection-form .iran-mobile-number input[name="mobile"] {
  text-indent: 30px;
  letter-spacing: 8.7px;
  padding-bottom: 6px;
}
#user-detection-form .foreign-mobile-number input[name="mobile"] {
  text-align: center;
  padding-block: 10px;
  padding-inline: 20px;
  letter-spacing: 1.7px;
}

#user-detection-form input[type="checkbox"] {
  height: 16px;
  width: 16px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  background-color: var(--color-neutral-200);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 9px;
}
#user-detection-form input[type="checkbox"]::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  background-color: var(--color-neutral-800);
  transition: 120ms transform ease-in-out;
  transform-origin: bottom left;
  -webkit-clip-path: polygon(
    14% 44%,
    0 65%,
    50% 100%,
    100% 16%,
    80% 0%,
    43% 62%
  );
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
#user-detection-form input[type="checkbox"]:checked::before {
  transform: scale(1);
}
#user-detection-form input[name="mobile"]::-webkit-input-placeholder {
  color: var(--color-neutral-300);
}
#user-detection-form input[name="mobile"]::-moz-placeholder {
  color: var(--color-neutral-300);
}
#user-detection-form input[name="mobile"]:-ms-input-placeholder {
  color: var(--color-neutral-300);
}
#user-detection-form input[name="mobile"]::-ms-input-placeholder {
  color: var(--color-neutral-300);
}
#user-detection-form input[name="mobile"]::placeholder {
  color: var(--color-neutral-300);
}
/* Chrome, Safari, Edge, Opera */
.cu-form input[type="number"]::-webkit-outer-spin-button,
.cu-form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
#user-otp-form-wrapper,
#user-verification-form {
  padding-top: 35px;
  padding-bottom: 85px;
}
#user-verification-form-wrapper .form-operation,
#user-otp-form-wrapper .form-operation {
  padding-inline: 30px;
}
#user-change-password-form,
#user-login-form,
#user-detection-form {
  padding: 35px 30px 85px;
}

#user-signin-forms-wrapper {
  position: relative;
}
.wbs-login-desc {
  background-color: var(--color-neutral-900);
  padding: 35px 25px 25px;
  text-align: right;
  border-radius: 0 0 38px 38px;
  position: relative;
}
.login-desc-list li {
  list-style: disc;
}
.login-desc-list li:not(:last-child) {
  margin-bottom: 10px;
}
.wbs-login-desc ul li {
  list-style: disc;
}
.wbs-login-desc ul li:not(:last-child) {
  margin-bottom: 10px;
}

#alert--box {
  height: 70px;
  display: flex;
  align-items: start;
  justify-content: center;
}

#user-verification-form-wrapper input[type="number"],
#user-otp-form input[type="number"] {
  font-family: "ChivoMono";
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-appearance: textfield;
  width: 100%;
  border: none;
  background-color: #ff000003;
  height: 50px;
  text-indent: 42px;
  font-size: 28px;
  letter-spacing: 27px;
  text-align: left;
  z-index: 1;
  position: relative;
  margin-bottom: 32px;
  color: initial !important;
  caret-color: var(--color-neutral-800);
}

#user-verification-form-wrapper input[type="number"]::-moz-selection,
#user-otp-form input[type="number"]::-moz-selection {
  background-color: transparent;
}
#user-verification-form-wrapper input[type="number"]::selection,
#user-otp-form input[type="number"]::selection {
  background-color: transparent;
}
#user-verification-form-wrapper input[type="number"]::placeholder,
#user-otp-form input[type="number"]::placeholder {
  font-size: 38px;
  padding-top: 2px;
}

#user-signin-forms-wrapper input[type="password"] {
  font-family: "ChivoMono";
  width: 100%;
  border: none;
  background-color: var(--color-neutral-000);
  border-radius: 48px;
  height: 44px;
  font-size: 18px;
  margin-bottom: 40px;
  -moz-appearance: textfield;
  color: initial !important;
  padding-inline: 10px;
}
#user-signin-forms-wrapper input[type="password"][name="new_pass"] {
  margin-bottom: 22px;
}
#user-signin-forms-wrapper input[type="password"]::placeholder {
  color: var(--color-neutral-400);
}
.input-password {
  position: relative;
}
.input-password .boxes {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  top: 33px;
  right: 0;
  left: 0;
  pointer-events: none;
}
.input-password .boxes i {
  background-color: var(--color-neutral-000);
  border-radius: 14px;
  display: block;
  width: 40px;
  height: 50px;
}
.input-password label.error {
  top: 86px !important;
}
#user-signin-forms-wrapper .form-guid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.form-links {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.form-links .switch-form {
  text-align: right;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.3s;
  color: var(--color-neutral-400);
}
.form-links .switch-form::after {
  content: "\e903";
  font-family: "icomoon";
  font-size: 10px;
}
.switch-form.disable {
  pointer-events: none;
  color: var(--color-neutral-500);
}
.switch-form.disable:after {
  display: none;
}
.form-links .switch-form:is(:hover, :focus-visible) {
  color: var(--color-orange);
}

#user-signin-forms-wrapper .previous-step {
  /*color: var(--color-red);*/
  color: #ff9daf;
  cursor: pointer;
  transition: 0.3s;
}
#user-signin-forms-wrapper .previous-step:hover {
  color: var(--color-blue);
}
#user-signin-forms-wrapper .previous-step i {
  margin-left: 4px;
}
#password-error-wrap,
#mobile-error-wrap {
  display: block !important;
  height: 20px;
  margin-top: 10px;
}
#user-login-form .form-operation {
  padding: 0 20px;
}
.form-operation {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 10px;
}
#user-change-password-form .btn,
#user-verification-form .btn,
#user-otp-form .btn,
#user-login-form .btn,
.form-operation .resend-code {
  border-radius: 16px;
  color: var(--color-neutral-000);
  cursor: pointer;
  flex: 1;
}
#user-change-password-form .btn,
#user-verification-form .btn,
#user-otp-form .btn,
#user-login-form .btn {
  background-color: var(--color-purple);
  justify-content: center;
  width: 100%;
  padding: 5px 0;
  transition: 0.3s;
}
#user-change-password-form .btn:hover,
#user-verification-form .btn:hover,
#user-otp-form .btn:hover,
#user-login-form .btn:hover {
  background-color: var(--color-orange);
}
/* .form-operation {
  padding: 0 20px;
} */
.form-operation .resend-code {
  border: 1px solid var(--color-purple);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0 2.5px;
  font-size: 15px;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.form-operation .resend-code:hover {
  border-color: var(--color-orange);
  color: var(--color-orange);
}
.form-operation .resend-code.disable {
  pointer-events: none;
}
.form-operation .resend-code.timer::after {
  line-height: 1;
  content: "\e925";
  display: block;
  font-family: "icomoon";
  margin-right: 7px;
  margin-top: -3px;
  margin-left: 13px;
  position: absolute;
  left: 0;
}
/* smile */
#smile-lip {
  stroke-linecap: round;
  stroke-width: 11px;
}
#smile-lip path {
  -webkit-animation: smile 1s ease 1 forwards;
  animation: smile 1s ease 1 forwards;
}
#user-welcome-message {
  padding-top: 50px;
  padding-bottom: 70px;
}
#eyes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 112px;
  position: relative;
}
#eyes::after,
#eyes::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 50%;
  background-color: var(--color-neutral-000);
  transform: rotate(160deg);
}
#eyes::before {
  -webkit-animation: eye 0.4s ease 1 forwards;
  animation: eye 0.4s ease 1 forwards;
}

@-webkit-keyframes eye {
  to {
    height: 8px;
    border-radius: 1rem;
    transition: 0.3s;
    width: 35px;
  }
}
@keyframes eye {
  to {
    height: 8px;
    border-radius: 1rem;
    transition: 0.3s;
    width: 35px;
  }
}
@-webkit-keyframes smile {
  to {
    d: path("M 45 45 Q 112.5 110 180 45");
  }
}
@keyframes smile {
  to {
    d: path("M 45 45 Q 112.5 110 180 45");
  }
}
/**************************/
/*border img*/
/**************************/
.wbs-border-img img {
  width: 5.5rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2rem;
  border: 2px solid var(--color-orange);
}
/**************************/
/*border box*/
/**************************/
.wbs-border-box {
  border-radius: 16px;
  padding: 2.2rem;
  position: relative;
  overflow: hidden;
  background: var(--color-neutral-000);
}

.wbs-border-box .icon-bg {
  position: absolute;
  font-size: 18rem;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  display: block;
  bottom: -12%;
  left: -5%;
}
.wbs-border-box.blue .icon-bg {
  color: var(--color-blue-light);
  opacity: 0.3;
}
.wbs-border-box.red .icon-bg {
  color: var(--color-red);
  opacity: 0.15;
}
.wbs-border-box.blue {
  border: 1px solid var(--color-blue-light);
}
.wbs-border-box .btn-dependency {
  display: inline-block;
  border-radius: 8px;
  padding: 0.5rem 1.5rem 0.5rem 3rem;
  color: var(--color-neutral-000);
}
.wbs-border-box .btn-dependency i {
  margin-left: 1rem;
  font-size: 18px;
}
.wbs-border-box.blue .btn-dependency {
  background-color: var(--color-neutral-900);
}
.wbs-border-box.red .btn-dependency {
  background-color: var(--color-red);
}

.wbs-border-box.red {
  border: 1px solid var(--color-red);
}

.wbs-guide {
  text-align: center;
}
.wbs-guide .btn {
  align-items: center;
  gap: 1.2rem;
  border: 1px solid var(--color-neutral-500);
  display: inline-flex;
  border-radius: 10px;
  min-width: 18rem;
  background: var(--color-neutral-000);
  transform: translateY(calc(100% / 2));
}
.wbs-guide .btn i {
  font-size: 2rem;
  border-radius: 0px 9px 9px 0px;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.wbs-guide .content-box ul {
  text-align: right;
  border-radius: 16px;
  background: var(--color-neutral-100);
  border: 1px solid var(--color-neutral-500);
  padding: 5rem 2.5rem 3rem 2rem;
}
.wbs-guide .content-box ul li {
  list-style: disc;
}
.wbs-guide .content-box ul li:not(:last-child) {
  margin-bottom: 0.8rem;
}

.gradient-404::before {
  content: "";
  width: 100%;
  top: 0;
  position: absolute;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  height: 36rem;
  z-index: -1;
  background: linear-gradient(180deg, #1a2136c4 0%, #728eaf00 100%),
    radial-gradient(37.44% 37.44% at 50% 100%, #fff 0%, #fff0 100%);
}

.wbs-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-top: 21rem;
}
.wbs-404 img {
  max-height: 13rem;
}
.wbs-404 p {
  font-size: 3rem;
  color: var(--color-orange);
  font-weight: 500;
  margin: 6rem 0 3rem;
}
.clouds-404 {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.clouds-404 i {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-repeat: repeat-x;
}
.cloud1-404 {
  background: url(../imgs/clouds/cls1.png);
  -webkit-animation: wind 25s linear infinite;
  animation: wind 25s linear infinite;
}
.cloud2-404 {
  background: url(../imgs/clouds/cls2.png);
  -webkit-animation: wind 35s linear infinite;
  animation: wind 35s linear infinite;
}
.cloud3-404 {
  background: url(../imgs/clouds/cls3.png);
  -webkit-animation: wind 30s linear infinite;
  animation: wind 30s linear infinite;
}

@-webkit-keyframes wind {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1440px 0;
  }
}

@keyframes wind {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1440px 0;
  }
}

/**************************/
/*package*/
/**************************/
.package-head {
  position: relative;
  display: flex;
}
.wbs-package {
  position: relative;
}
.package-head__title--en {
  position: absolute;
  bottom: -0.4rem;
  left: 1.5rem;
  line-height: 1;
  font-size: 3.3rem;
  font-weight: 500;
  z-index: 3;
  top: 2rem;
  pointer-events: none;
}
.package-head__title--fa {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  font-weight: 500;
  color: var(--color-neutral-800);
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  white-space: nowrap;
}
.package-head__title--fa::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 2px;
}
.package-head__title--en::first-letter {
  font-size: 6.3rem;
  font-weight: 600;
  line-height: 1;
}
.package-body__price {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  /*margin-bottom: -1rem;*/
}
.package-body--secondary {
  margin: 0 1.5rem 3rem;
}
.package-body--primary {
  margin: 0 1.5rem 3rem;
  border-radius: 8px;
  color: var(--color-neutral-000);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
}
.package-body__num {
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.8rem;
}

/* .package-body__num::first-letter {
  font-size: 3.5rem;
  font-weight: 600;
} */
.package-body {
  background-color: var(--color-neutral-000);
  border-radius: 0 0 16px 16px;
  border: 1px solid var(--color-blue-light);
  border-top: none;
  margin-top: -1px;
  overflow: hidden;
}
.wbs-detail-item--right {
  justify-content: flex-start;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  text-align: right;
}
.package-secondary-item {
  border-radius: 8px;
  overflow: hidden;
}

.package-secondary-item .wbs-detail-item--right {
  padding: 5px 1rem;
  min-height: 4rem;
}
.package-secondary-item .icon-tick-circle,
.package-secondary-item .icon-close-circle {
  font-size: 20px !important;
}
.package-secondary-item .icon-tick-circle {
  color: var(--color-mark-green);
}
.package-secondary-item .icon-close-circle {
  color: var(--color-mark-red);
}
.package-body--tertiary {
  background-color: var(--color-neutral-100);
  padding: 1.5rem 1.5rem 3rem;
  display: none;
  margin-top: -4rem;
}

.package-tertiary-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.package-tertiary-item:not(:last-child) {
  margin-bottom: 1rem;
}
.btn-package-more {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s;
}
.btn-package__close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1rem;
  opacity: 0;
}

.btn-package-more:hover {
  color: var(--color-blue) !important;
}
.btn-package-more:hover i {
  background-color: var(--color-blue) !important;
}
.btn-package-more i {
  color: var(--color-neutral-000);
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  font-size: 11px;
  transition: 0.3s;
}
.btn-package__toggle i::before {
  transition: 0.3s;
}
.btn-package__toggle {
  user-select: none;
  -webkit-user-select: none;
}
.btn-package__toggle.active i::before {
  transform: rotateX(180deg);
}
.btn-package__dl {
  font-size: var(--fs-14);
  padding: 0px 0 0px;
  margin: 2px 1.5rem 1rem;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  width: max-content;
  text-align: center;
  margin-left: auto;
  border: 1px solid var(--color-neutral-300);
  overflow: hidden;
}
.btn-package__dl i {
  width: 30px;
  color: var(--color-neutral-000);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.btn-package__dl b {
  padding: 3px 1rem 2px;
}
.btn-package__dl:hover {
  filter: brightness(1.1);
  opacity: 0.9;
}
/* red */
.wbs-package.red .btn-package__dl i,
.wbs-package.red .btn-package-more i,
.wbs-package.red .package-body--primary,
.wbs-package.red .package-head__title--fa::before {
  background-color: var(--color-red);
}
.wbs-package.red .btn-package__dl {
  border-color: var(--color-red);
}
.wbs-package.red .package-head__title--en::first-letter {
  color: var(--color-red);
}
/* blue */
.wbs-package.blue .btn-package__dl i,
.wbs-package.blue .btn-package-more i,
.wbs-package.blue .package-body--primary,
.wbs-package.blue .package-head__title--fa::before {
  background-color: var(--color-blue);
}
.wbs-package.blue .btn-package__dl {
  border-color: var(--color-blue);
}
.wbs-package.blue .package-head__title--en::first-letter {
  color: var(--color-blue);
}
/* purple */
.wbs-package.purple .btn-package__dl i,
.wbs-package.purple .btn-package-more i,
.wbs-package.purple .package-body--primary,
.wbs-package.purple .package-head__title--fa::before {
  background-color: var(--color-purple);
}
.wbs-package.purple .btn-package__dl {
  border-color: var(--color-purple);
}
.wbs-package.purple .package-head__title--en::first-letter {
  color: var(--color-purple);
}
/* orange */
.wbs-package.orange .btn-package__dl i,
.wbs-package.orange .btn-package-more i,
.wbs-package.orange .package-body--primary,
.wbs-package.orange .package-head__title--fa::before {
  background-color: var(--color-orange);
}
.wbs-package.orange .btn-package__dl {
  border-color: var(--color-orange);
}
.wbs-package.orange .package-head__title--en::first-letter {
  color: var(--color-orange);
}

/* popular */
.wbs-package.popular .package-head__svg {
  fill: var(--color-neutral-900);
}
.wbs-package.popular .package-body {
  background-color: var(--color-neutral-900);
}

.wbs-package.popular .btn-package-more,
.wbs-package.popular .package-head__title--en {
  color: var(--color-neutral-000);
}
.g--wbs-package {
  justify-content: center;
  align-items: baseline;
}
/**************************/
/*faq*/
/**************************/

.btn-dropdown {
  cursor: pointer;
}

.wbs-faq {
  padding: 0;
}
.wbs-faq:not(:last-child) {
  margin-bottom: 0.5rem;
}
.wbs-faq i {
  transition: 0.3s;
}
.faq--question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 2rem 3rem;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
}
.faq--answer {
  display: none;
  padding: 0 3rem 2rem;
}
.wbs-faq.clicked .faq--question {
  color: var(--color-green);
}
.wbs-faq.clicked i {
  transform: rotateX(180deg);
  color: var(--color-green);
}
.faq-tabs {
  -webkit-clip-path: inset(0 0 0 1%);
  clip-path: inset(0 0 0 1%);
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-mask-image: linear-gradient(
    180deg,
    #0000 0%,
    #000 15%,
    #000 80%,
    #0000 100%
  );
  mask-image: linear-gradient(180deg, #0000 0%, #000 15%, #000 80%, #0000 100%);
}

.faq-tabs i {
  width: 4rem;
  height: 4rem;
  border-radius: 1.6rem;
  background-color: var(--color-neutral-900);
  color: var(--color-neutral-000);
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-tabs__item {
  flex: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid var(--color-blue-light);
  border-left: 1px solid var(--color-blue-light);
  padding: 3rem;
}
.faq-tabs__item.active i {
  background-color: var(--color-green);
}
.faq-tabs__item.active {
  color: var(--color-green);
}
.faq-tabs__item:hover {
  color: var(--color-green);
}

/**************************/
/*video*/
/**************************/
.video-item video {
  border-radius: 10px;
}
.video-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.video-item i {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-neutral-900);
  font-size: 2.5rem;
}
.wbs-video__title {
  transition: 0.3s;
}
.wbs-video:hover .wbs-video__title {
  color: var(--color-blue);
}
.wbs-flex-card__text {
  flex-basis: calc(100% - 6.8rem);
}
.wbs-learn:hover {
  border-color: var(--color-orange-shade);
  color: var(--color-orange-shade);
}
.virtual-tab {
  position: relative;
}
.virtual-tab.active::before {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  display: block;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  top: calc(100% + 10px);
  background-color: var(--color-neutral-100);
  right: 3rem;
  z-index: -1;
}

/**************************/
/*single video*/
/**************************/

.wbs-cat a {
  white-space: nowrap;
  color: inherit;
}
.wbs-cat a:not(:first-of-type)::before {
  content: "_";
  display: inline-flex;
  margin: 0 0.6rem;
}
.wbs-cat {
  overflow: auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.wbs-cat a:hover {
  color: var(--color-blue);
}
.learn-single--meta,
.learn-single__text {
  flex: 0 0 41%;
  max-width: 41%;
}

/**************************/
/*meeting*/
/**************************/
.meeting-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.meeting-item {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
.meeting-item-text {
  flex-wrap: wrap;
  display: flex;
  gap: 0.5rem;
}
.meeting-item-text__time {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
/**************************/
/*timeline*/
/**************************/
.wbs-custom-select {
  position: relative;
  min-width: 14rem;
}
.wbs-timeline:not(:last-child) {
  margin-bottom: 3rem;
}
.wbs-timeline .wbs-border-box {
  display: flex;
  flex-direction: column;
}
.wbs-custom-select ul {
  display: none;
  position: absolute;
  top: calc(100% + 0.6rem);
  right: 0;
  left: 0;
  background-color: var(--color-neutral-000);
  border-radius: 1rem;
  z-index: 12;
  border: 1px solid var(--color-blue-light);
  max-height: 20rem;
  overflow-y: auto;
}
.wbs-custom-select li a {
  margin: 0;
  padding: 0.5rem 1rem;
  transition: all 0.15s ease-in;
  white-space: nowrap;
}
.wbs-custom-select li a:hover {
  color: var(--color-blue);
}
.wbs-custom-select span {
  display: flex;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  border: 1px solid var(--color-blue-light);
  background-color: var(--color-neutral-000);
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  transition: 0.3s;
}
.wbs-custom-select span:hover {
  border-color: var(--color-blue);
}
.wbs-custom-select span::after {
  content: "\e900";
  font-family: "icomoon";
  display: inline-block;
  transition: 0.3s;
  font-size: 1rem;
}
.wbs-custom-select.clicked span::after {
  transform: rotateX(180deg);
}
.wbs-timeline__tools {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.wbs-timeline__tools i {
  color: var(--color-neutral-900);
  vertical-align: baseline;
}
.wbs-timeline__tools a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  width: 32px;
  height: 32px;
  background-color: var(--color-blue-light);
}
.wbs-info-item {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--color-blue-light);
  /*align-items: center;*/
}
.wbs-info-item :is(i, span) {
  padding: 0.5rem 1rem;
  line-height: 1;
  min-height: 4rem;
  display: flex;
  align-items: center;
}
.wbs-progress {
  position: relative;
  height: 1rem;
  width: 100%;
  border-radius: 1rem;
  margin-bottom: 1rem;
  background-color: var(--color-neutral-300);
  margin-top: 6rem;
}

.wbs-progress__width {
  width: var(--p-width);
  left: var(--p-left);
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 1rem;
}

.tooltip-progress {
  position: absolute;
  cursor: pointer;
  top: 100%;
  left: calc(var(--point) - 7px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tooltip-progress--icon i {
  flex-direction: column;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  margin-bottom: 1.3rem;
}
.tooltip-progress--icon {
  flex-direction: column;
  display: flex;
  align-items: center;
  top: -3.2rem;
}
.tooltip-progress--icon i::before {
  color: var(--color-neutral-900);
}
.tooltip-progress--icon i::after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  border-radius: 50%;
  background-color: var(--color-neutral-300);
}

.tooltip-progress__point {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: var(--color-neutral-800);
  border-radius: 50%;
  transition: 0.3s;
  margin-top: -1.2rem;
  border: 0.2rem solid #fff;
  box-shadow: 0 4px 6px #0000004a;
}
.tooltip-progress__point:hover {
  background-color: var(--color-mark-red);
}

.tooltip-progress:hover .p-title {
  opacity: 1;
  pointer-events: all;
}

.tooltip-progress .p-title {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  font-weight: 500;
  bottom: calc(100% + 2.5rem);
  line-height: 1;
  white-space: nowrap;
  background-color: var(--color-neutral-200);
}
/* .wbs-timeline-mobile {
  margin-top: 2rem;
} */
.wbs-timeline-mobile__info {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.wbs-timeline-mobile__info i {
  font-size: 2rem;
  vertical-align: baseline;
}
.wbs-timeline__project {
  position: absolute;
  top: 0;
  padding: 0 2rem;
  z-index: 3;
  transform: translateY(-50%);
}
.wbs-timeline__project::after {
  content: "";
  right: 0;
  left: 0;
  height: 2px;
  background-color: var(--color-neutral-000);
  display: block;
  position: absolute;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}
.tooltip-progress.progress-end {
  left: auto !important;
  right: 0;
}
.multi-point {
  position: absolute;
  left: calc(var(--point) - 7px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: -0.2rem;
}
.multi-point .tooltip-progress {
  position: static !important;
}
.multi-point .tooltip-progress__point {
  margin-top: 0;
}
.multi-point .tooltip-progress .p-title {
  bottom: calc(100% + 1.2rem);
}
/**************************/
/*chat*/
/**************************/
.wbs-chats {
  padding-top: 2rem;
}
.wbs-chat {
  display: grid;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  position: relative;
  grid-template-columns: minmax(0, 1fr);
}

.wbs-chat--expert .chat-head__content img {
  border: 1.5px solid var(--color-blue-shade);
}
.wbs-chat--customer .chat-head__content img {
  border: 1.5px solid var(--color-orange);
}
.chat-head__content img {
  width: 7rem;
  height: auto;
  margin: 0 auto;
  margin-bottom: 2rem;
  border-radius: 2.6rem;
  box-shadow: 0 0px 0px 7px var(--color-neutral-200);
  display: block;
}
.chat-head {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
.chat-head__content {
  flex: none;
}
.wbs-signature {
  border-right: 1rem solid var(--color-neutral-200);
  border-radius: 0 0.6rem 0.6rem 0;
  margin-left: auto;
}
.wbs-items-tools a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  width: 32px;
  height: 32px;
  background-color: var(--color-neutral-200);
  font-size: 16px;
}
.wbs-chat .wbs-info-item {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  transform: translateY(50%);
  left: 3rem;
}
.wbs-chat--expert .wbs-info-item i {
  background-color: var(--color-blue-shade);
}
.wbs-chat--customer .wbs-info-item i {
  background-color: var(--color-orange);
}
.wbs-chat--expert .wbs-info-item .last {
  background-color: var(--color-neutral-200);
}
.wbs-chat--customer .wbs-info-item .last {
  background-color: var(--color-neutral-000);
}

.chat-body {
  padding-bottom: 10rem;
}
.chat-body .wbs-border-box {
  display: flex;
  flex-direction: column;
}
.wbs-dashed-line {
  height: 100%;
  display: block;
  background-color: var(--color-neutral-200);
  width: 2px;
  position: relative;
}
.wbs-chat--customer .wbs-dashed-line::before {
  display: none;
}
.wbs-dashed-line::before {
  content: "";
  display: block;
  position: absolute;
  background-image: repeating-linear-gradient(
    1deg,
    var(--color-neutral-200) 0px,
    var(--color-neutral-200) 8px,
    #fff 0,
    #fff 13.5px
  );
  background-size: 5px 67%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.wbs-chat:last-child .wbs-dashed-line {
  display: none !important;
}
.wbs-chat-closed {
  border-radius: 8px;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.wbs-chat-closed i {
  font-size: 2.5rem;
}
.attach-video i {
  width: 3.5rem;
  height: 3.5rem;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-neutral-200);
  border: 1px solid var(--color-blue-light);
  border-radius: 0.8rem;
  color: var(--color-orange);
}
.attach-video .btn-with-icon {
  padding: 1rem 1rem 1rem 3.5rem;
}
.wbs-chat--expert .wbs-items-tools a i {
  color: var(--color-blue-shade);
}
.wbs-chat--customer .wbs-items-tools a i {
  color: var(--color-orange);
}
.editor-chat .chat-body,
.editor-chat .wbs-chat {
  all: unset !important;
}
.editor-chat ol {
  padding: 1rem 0;
}
.editor-chat ul {
  padding: 2rem 1.5rem 2rem 0rem;
}
.editor-chat ul li {
  list-style: disc;
}
.editor-chat ul li::marker {
  color: var(--color-blue);
}
.editor-chat ol li:not(:last-child),
.editor-chat ul li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.editor-chat ol li {
  counter-increment: item;
  padding-right: 1.5rem;
  text-indent: -1.5rem;
}
.editor-chat ol li:before {
  content: counter(item) ".";
  font-size: 18px;
  line-height: 1;
  margin-left: 0.5rem;
  color: var(--color-blue);
  font-weight: 500;
}
.editor-chat blockquote {
  border-radius: 16px;
  padding: 2rem;
  background: var(--color-blue-light2);
  margin: 2rem 0;
}
.editor-chat a {
  color: var(--color-blue);
  text-indent: 0;
  padding-inline: 0.5rem;
}
.editor-chat a:hover {
  box-shadow: 0px 2px 0px -1px var(--color-blue);
}
.editor-chat p {
  margin-bottom: 1rem;
}
.chat-reply-box {
  margin-bottom: 5rem;
}
/**************************/
/* team */
/**************************/
.wbs-team-item {
  display: flex;
  gap: 1rem;
  border: 1px solid var(--color-blue-light);
  border-radius: 16px;
  padding: 1rem;
  align-items: center;
}
.wbs-team--img {
  flex: none;
}
.wbs-team--name {
  white-space: initial;
}
.wbs-team-item img {
  width: 7rem;
  height: auto;
  border-radius: 23px;
  display: block;
}
.wbs-detail-box .module-custom-list li::before {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  margin-left: 0.5rem;
}
.wbs-detail-box .module-custom-list li.blue::before {
  background-color: var(--color-blue-shade);
}
.wbs-detail-box .module-custom-list li.red::before {
  background-color: var(--color-red);
}
.wbs-detail-box .module-custom-list li {
  padding-right: 1rem;
  text-indent: -1rem;
}
.wbs-detail-box .module-custom-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
ul.event-custom-list {
  padding: 0.5rem;
}
.wbs-detail-box .event-custom-list li {
  display: flex;
  gap: 0.8rem;
}
.event-custom-list--bullet {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.event-custom-list--text {
  margin-bottom: 1rem;
}
.event-custom-list--bullet::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  box-shadow: 0px 0px 0.5rem var(--color-blue-shade);
  border-radius: 50%;
  flex-shrink: 0;
  background-color: var(--color-blue-shade);
}
.event-custom-list--bullet.bullet-align::before {
  margin-top: 0.7rem;
}
.chat-reply-box {
  display: none;
}
/**************************/
/*custom select*/
/**************************/
.select-expert-help {
  position: relative;
}
.select-expert-help select {
  background: var(--color-neutral-200);
  border: none;
  border-radius: 8px;
  box-shadow: none;
  box-sizing: border-box;
  font-family: inherit;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.8rem 1.3rem 0.8rem 4rem !important;
  text-overflow: ellipsis;
  cursor: pointer;
}
.select-expert-help::before {
  content: "\e900";
  position: absolute;
  display: block;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-family: "icomoon";
  pointer-events: none;
  font-size: 12px;
}
.chat-management-box,
#ticket-switch-advanced-box,
#ticket-log-box {
  position: relative;
}
#ticket-switch-advanced-box,
#ticket-log-box {
  display: none;
}
/**************************/
/*ticket-log-view-btn*/
/**************************/
#timeine-extra-operation-box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  border-radius: 13px 0 10px 0;
  background-color: var(--color-purple);
}
#ticket-log-view-btn,
#timeine-extra-operation-box > div {
  cursor: pointer;
}
#timeline-events-entry-btn {
  --c: var(--color-purple);
  background: var(--c);
}
#timeline-deadline-view-btn {
  --c: var(--color-red);
  background: var(--c);
}
#ticket-log-view-btn {
  --c: var(--color-orange);
  background: var(--c);
  border-radius: 13px 0 10px 0;
}
#timeline-inner-status-view-btn {
  --c: var(--color-blue);
  background: var(--color-blue);
}
#timeine-extra-operation-box > div:last-child {
  border-radius: 13px 0 10px 0;
}
#timeine-extra-operation-box > div:not(:last-child) {
  box-shadow: -10px 0 0 var(--c);
  border-radius: 0 0 10px 0;
}
#ticket-log-view-btn > i,
#timeine-extra-operation-box > div > i {
  width: 4rem;
  height: 4rem;
  color: var(--color-neutral-000);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  transition: 0.3s ease-out;
}
.chat-management-box #ticket-log-view-btn {
  position: absolute;
  top: 0;
  left: 0;
}
.chat-management-box #ticket-log-view-btn i {
  border-radius: 13px 0 10px 0;
  background-color: var(--color-purple);
}

.chat-management-box #ticket-log-view-btn:hover i {
  opacity: 0.8;
}
/**************************/
/*content section*/
/**************************/
.module--content__img,
.module--content__text {
  width: 100%;
}
/**************************/
/*CTA*/
/**************************/
.section-cta .wbs-border-box i {
  background: var(--color-neutral-900);
  color: var(--color-neutral-000);
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  font-size: 3rem;
  flex: none;
}
.section-cta .wbs-border-box i::before {
  -webkit-animation: ringing 2s ease 0s infinite normal;
  animation: ringing 2s ease 0s infinite normal;
}
@-webkit-keyframes ringing {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes ringing {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/**************************/
/*module slider*/
/**************************/
.module-card-item {
  border: 1px solid var(--color-blue-light);
  padding: 2rem 1rem;
  border-radius: 8px;
  display: block;
  position: relative;
  overflow: hidden;
}
.module-card-item:hover {
  border-color: var(--color-orange);
}
.module-card-item::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  bottom: -0.7rem;
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: var(--color-orange);
  left: 50%;
  transform: translateX(-50%);
}
.sw--module-slider img {
  border-radius: 16px;
  width: 100%;
}
.module-card-item {
  border: 1px solid var(--color-blue-light);
}
.module-card-item__img img {
  width: 3.5rem;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
/**************************/
/*form inline radio button*/
/**************************/
.form-check-inline {
  display: inline-block;
  margin: 0.5rem;
}
.form-check-inline:first-child {
  margin-right: 0;
}
.form-check-inline .form-check-label {
  border: 1px solid var(--color-blue);
  border-radius: 2rem;
  line-height: 1;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.9rem 2rem;
}
.form-check-inline input:checked ~ label {
  background-color: var(--color-blue);
}
/**************************/
/*arvancloud-ddos*/
/**************************/
#arvancloud-ddos-form-wrapper .alert {
  margin-bottom: 0rem;
  margin-left: 0.6rem;
}
/**************************/
/*Default Froms*/
/**************************/
.wbs-form .form-group {
  margin-bottom: 3rem;
}
.wbs-form#ticket_help_form .form-group {
  margin-bottom: 0;
}
.form-row + .form-operation {
  margin: 0;
}
#ticket_help_form.wbs-form select[name="help_user"] {
  background-color: var(--color-neutral-100);
  min-height: auto;
  padding: 0.43rem 1.8rem;
  border-radius: 8px;
  background-size: 10px;
  background-position: 12px center;
  padding-left: 3.5rem !important;
  font-size: 14px;
}
#timeline_filter_form select {
  background-color: var(--color-neutral-000);
  min-height: auto;
  padding: 0.43rem 1.8rem;
  border-radius: 8px;
  background-size: 1rem;
  display: flex;
  align-items: center;
  min-height: 4rem;
  background-position: 11px center;
  padding-left: 3rem !important;
  flex: 1;
  width: min-content;
}
#ticket_help_form .form-row {
  margin-bottom: 0;
}

.wbs-form
  :is(
    input:not(
        [type="file"],
        [type="range"],
        [type="radio"],
        [type="checkbox"],
        [type="button"],
        [type="submit"],
        [type="file"]
      ),
    textarea,
    select
  ) {
  font-family: "YekanBakh";
  padding: 1.3rem 1.8rem;
  min-height: 5.5rem;
  border: 1px solid var(--color-blue-light);
  border-radius: 16px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--color-neutral-000);
  display: block;
}

.wbs-form input::-webkit-input-placeholder,
.wbs-form textarea::-webkit-input-placeholder {
  color: var(--color-neutral-400);
  font-size: 13px;
}
.wbs-form input::-moz-placeholder,
.wbs-form textarea::-moz-placeholder {
  color: var(--color-neutral-400);
  font-size: 13px;
}

.wbs-form input::-ms-input-placeholder,
.wbs-form textarea::-ms-input-placeholder {
  color: var(--color-neutral-400);
  font-size: 13px;
}
.wbs-form input::placeholder,
.wbs-form textarea::placeholder {
  color: var(--color-neutral-400);
  font-size: 13px;
}
.wbs-form input[type="file"] {
  width: 100%;
}
.wbs-form input[type="email"] {
  text-align: left;
}
.wbs-form input[type="range"] {
  background: var(--color-blue-light2);
  border-radius: 8px;
}
.wbs-form
  :is(
    input:not(
        [type="file"],
        [type="range"],
        [type="radio"],
        [type="checkbox"],
        [type="button"],
        [type="submit"],
        [type="file"]
      ),
    textarea,
    select
  ):hover,
.wbs-form
  :is(
    input:not(
        [type="file"],
        [type="range"],
        [type="radio"],
        [type="checkbox"],
        [type="button"],
        [type="submit"],
        [type="file"]
      ),
    textarea,
    select
  ):focus {
  border: 1px solid var(--color-blue);
  box-shadow: 0px 0px 12px rgba(193, 209, 227, 0.5);
}
.wbs-form input[type="checkbox"],
.wbs-form input[type="radio"] {
  height: 2.3rem;
  width: 2.3rem;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid var(--color-neutral-500);
  margin-right: 1.5rem;
}
.wbs-form input[type="checkbox"]:checked,
.wbs-form input[type="radio"]:checked {
  border: 2px solid var(--color-neutral-900) !important;
  box-sizing: border-box !important;
  background: var(--color-neutral-900) !important;
  box-shadow: inset 0 0px 0px 0.4rem var(--color-neutral-000) !important;
}
.wbs-form label:not(.error) {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0.5rem;
  vertical-align: middle;
  margin: 0 0.8rem 0.5rem;
}
.wbs-form label.error {
  color: var(--color-red);
  font-size: 13px;
  position: absolute;
  padding: 0.4rem 0.8rem;
}
.wbs-form select {
  text-overflow: ellipsis;
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 4rem !important;
  white-space: nowrap;
  background-size: 1.2rem;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACdSURBVHgBnc7RDYJAEATQ2avATrQVYgGeHeDpv1DAiR2gBZizJO2ACm4dEmJC5BDYv92ZvKw4/7CAWV+O2QELxlWhQoxvQ2QFQe58qDFziNRQ5DRg+MmVS0nMzsE6xEJj2RryDXwoiJ0Z3hjspyPbor1JrzABG0J+oH9YChmEUtgYkoR6GPBiqVFgk0JGoQ6zItipohHF3Z+yZ6r7ASBOaNbYVVH4AAAAAElFTkSuQmCC");
}
.wbs-form .form-control[name="timeline_inner_status"] {
  padding: 0rem 1.5rem;
  min-height: 4.3rem;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background-size: 1.2rem;
}

/**************************/
/*ticket feedback*/
/**************************/
.rating-box {
  display: flex;
  justify-content: space-between;
  font-size: 2.2rem;
  margin-bottom: 3rem;
}

.form-check input {
  display: none;
}
.form-check label {
  cursor: pointer;
  background: inherit;
  transition: 0.3s;
}

.rating-box label {
  border: 2px solid var(--color-blue);
  border-radius: 2rem;
  line-height: 1;
  width: 5rem;
  display: block;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tab-panel[data-area="positive"] input:checked ~ label {
  background-color: var(--color-blue);
}
.tab-panel[data-area="negative"] input:checked ~ label {
  background-color: var(--color-red);
}
.tab-panel[data-area="positive"] label:hover {
  border-color: var(--color-blue) !important;
}
.tab-panel[data-area="negative"] label:hover {
  border-color: var(--color-red) !important;
}
.rating-box input:checked ~ label {
  background-color: var(--color-blue);
}
.form-check input:checked ~ label {
  color: var(--color-neutral-000);
}
#modal-ticket-feedback .wbs-modal__contents {
  padding: 2rem 4vw 3rem;
}
#modal-ticket-feedback .nav-tabs {
  background: var(--color-neutral-200);
  border-radius: 8px;
  margin-bottom: 2rem;
  display: flex;
  gap: 2rem;
  padding: 0.5rem;
  overflow: hidden;
  font-size: 16px;
}
.nav-tabs {
  position: relative;
}
#modal-ticket-feedback .nav-item {
  flex: 1;
  text-align: center;
  padding: 0.5rem;
  transition: 0.3s;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
#modal-ticket-feedback .nav-item.active {
  color: var(--color-neutral-000);
}

#modal-ticket-feedback .tab-panel__items {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ticket_feedback_form .tab-content {
  margin-bottom: 3rem;
}
#modal-ticket-feedback .ticket-survey-tab .form-check {
  flex: auto;
}
#modal-ticket-feedback .ticket-survey-tab .form-check label {
  display: block;
  border: 1px solid var(--color-neutral-200);
  border-radius: 8px;
  padding: 0.7rem 1rem;
  text-align: center;
  white-space: nowrap;
}
#modal-ticket-feedback .submit-btn {
  width: 100%;
  justify-content: center;
}
#modal-ticket-feedback .selector {
  height: calc(100% - 1rem);
  display: inline-block;
  position: absolute;
  transition: 0.4s;
  background: var(--color-blue);
  border-radius: 0 0 6px 0;
  left: calc(50% + 0.5rem);
  width: calc(50% - 1rem);
  border-radius: 8px;
}
#modal-ticket-feedback .wbs-close-modal {
  position: absolute;
  left: 3rem;
  top: 2rem;
}
#modal-ticket-feedback .wbs-modal__title {
  justify-content: center;
  margin-top: 2rem;
}
#modal-ticket-feedback .wbs-modal {
  width: calc(37rem + 10vw);
}
#ticket_feedback_form textarea {
  border: 1px solid var(--color-neutral-200);
  border-radius: 8px;
  width: 100%;
  padding: 2rem;
}
#ticket_feedback_form textarea::-webkit-input-placeholder {
  color: var(--color-neutral-400);
  font-size: 14px;
}
#ticket_feedback_form textarea::-moz-placeholder {
  color: var(--color-neutral-400);
  font-size: 14px;
}
#ticket_feedback_form textarea:-ms-input-placeholder {
  color: var(--color-neutral-400);
  font-size: 14px;
}
#ticket_feedback_form textarea::-ms-input-placeholder {
  color: var(--color-neutral-400);
  font-size: 14px;
}
#ticket_feedback_form textarea::placeholder {
  color: var(--color-neutral-400);
  font-size: 14px;
}
#ticket_feedback_form textarea:focus,
#ticket_feedback_form textarea:hover {
  border-color: var(--color-blue) !important;
}
/**************************/
/*chat parent info*/
/**************************/
.chat-parent-info__item {
  position: relative;
}
.chat-parent-info__item {
  padding: 0 0.75rem;
}
.chat-parent-info__item:first-child {
  padding-right: 0;
}

.chat-score {
  border-radius: 8px;
  gap: 1.7rem;
  padding: 0.7rem 1.3rem;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--color-neutral-200);
}
/**************************/
/*score ticket*/
/**************************/
.chat-score {
  border-radius: 8px;
  gap: 1.7rem;
  padding: 7px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: var(--color-neutral-200);
}
.score-box i {
  width: 30px;
  height: 30px;
  border: 1px solid var(--color-blue-shade);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  transition: 0.3s;
  cursor: pointer;
  font-family: "YekanBakh" !important;
  color: var(--color-blue-shade);
  font-weight: 500;
}
.score-box {
  display: flex;
  gap: 5px;
}
.score-box .selected {
  background: var(--color-blue-shade);
  color: var(--color-neutral-000);
}
.scored.chat-score .score-box i:not(.selected),
.scoring.chat-score .score-box i:not(.selected) {
  opacity: 0.2;
  pointer-events: none;
}
.scored.chat-score,
.scoring.chat-score {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#user-login-form-wrapper,
#user-otp-form-wrapper,
#user-verification-form-wrapper,
#user-change-password-form-wrapper,
#user-welcome-message {
  display: none;
}

.timeline-search-input-wrap {
  position: relative;
}
.timeline-search-input-wrap::before {
  content: "\e952";
  position: absolute;
  font-family: "icomoon";
  display: block;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.timeline-search-input {
  font-family: "YekanBakh";
  border-radius: 8px;
  font-size: 14px;
  padding: 0.8rem 1rem;
  box-shadow: none;
  margin: 0;
  height: 100%;
  border: 1px solid var(--color-blue-light);
  color: var(--color-neutral-500);
  box-sizing: border-box;
  transition: 0.3s;

  background-color: var(--color-neutral-000);
  min-width: 27rem;
  width: 100%;
  height: auto;
  padding-left: 4rem;
}
.timeline-search-input:hover {
  border: 1px solid var(--color-mark-blue);
}
/**************************/
/*default-answer-list*/
/**************************/
.default-answer-list {
  order: -1;
  margin-bottom: 1rem;
  font-size: var(--fs-14);
  width: 290px;
}

.default-answer-list ul {
  background: var(--color-neutral-100);
}
.default-answer-list em {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.default-answer-list li {
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: 0.3s;
}
.default-answer-list li:first-child {
  padding-top: 1rem;
}
.default-answer-list li:last-child {
  padding-bottom: 1rem;
}
.default-answer-list li:focus-visible,
.default-answer-list li:hover {
  color: var(--color-blue);
}
#tickets-advanced-search-form .timeline-wrap {
  display: none;
}
#timeline-inner-status-box {
  display: none;
}
#timeline-events-entry-box,
#timeline-deadline-box {
  display: none;
}
/* timeline-events-wrapper */
#timeline-events-wrapper {
  background: var(--color-neutral-000);
  border: 1px solid var(--color-blue-light);
  border-radius: 16px;
  margin: 3rem 0 0;
  overflow: hidden;
  overflow-x: auto;
}
#timeline-events-wrapper .item-wrap {
  display: grid;
  grid-template-columns: 20rem 11rem minmax(0, 1fr) 10rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#timeline-events-wrapper .virtual-form .item {
  font-size: 1.5rem;
}
#timeline-events-wrapper .item {
  padding: 1rem;
  align-self: center;
}
#timeline-events-wrapper .list-header .item-wrap {
  border-top: unset;
}
#timeline-events-wrapper .list-header .item {
  background: var(--color-neutral-100);
  font-weight: 500;
}
#timeline-events-wrapper .item.actions {
  display: flex;
  gap: 1rem;
}
.list-body.virtual-form input {
  padding: 0.6rem 1rem;
  min-height: 2.5rem;
  border: 1px solid var(--color-blue-light);
  border-radius: 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--color-neutral-000);
  display: block;
}
.list-body.virtual-form input:focus {
  border: 1px solid var(--color-blue);
  box-shadow: 0px 0px 12px rgba(193, 209, 227, 0.5);
}
.list-body.virtual-form input::placeholder {
  color: var(--color-neutral-400);
}
#timeline-events-wrapper .item.event {
  font-weight: 600;
}
#timeline-events-wrapper .remove-event,
#timeline-events-wrapper .edit-event {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  font-size: 1.5rem;
  flex: none;
  cursor: pointer;
  transition: 0.3s;
}
#timeline-events-wrapper .remove-event:hover,
#timeline-events-wrapper .edit-event:hover {
  filter: brightness(1.1);
}
#timeline-events-wrapper .remove-event.disable,
#timeline-events-wrapper .edit-event.disable {
  pointer-events: none;
  opacity: 0.5;
}
#timeline-events-wrapper .edit-event {
  background: var(--color-green);
  color: var(--color-neutral-000);
}
#timeline-events-wrapper .remove-event {
  background: var(--color-red);
  color: var(--color-neutral-000);
}
/* timeline-deadline-view-log */
.timeline-events-view-log i,
.timeline-deadline-view-log i {
  font-size: 20px;
}
.timeline-events-view-log,
.timeline-deadline-view-log {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  color: var(--color-blue-shade);
  min-width: unset !important;
  margin-top: -1.8px;
}
.timeline-deadline-view-log:hover {
  filter: brightness(1.5);
}
/* for table--sm */

.table--sm .dataTable thead th,
.table--sm .dataTable thead td,
.table--sm .table-row-title,
.wbs-table .table--sm tbody td {
  font-size: 13px;
}
.wbs-table .table--sm thead th,
.wbs-table .table--sm thead td {
  font-size: 13px;
}

.table--sm .table-row-event,
.table--sm .table-row-time {
  display: flex;
  align-items: start;
  gap: 0.5rem;
  flex-direction: column;
}
.table-row-event__log,
.table-row-deadline__log {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
/* table-row-action-btns */
.table-row-action-btns a i {
  color: var(--color-neutral-900);
  vertical-align: baseline;
  font-size: 1.5rem;
}
.table-row-action-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.3rem;
  width: 3rem;
  height: 3rem;
  background-color: var(--color-blue-light);
}
.table-row-action-btns {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
/* spinner */
.wbs-spinner {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  z-index: 2;
  width: 4rem;
  height: 4rem;
  display: flex;
  margin: auto;
}

.wbs-spinner .path {
  stroke: var(--color-blue);
  opacity: 0.8;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
