a,
.linkStyle,
.siteMenu li a,
.btnStyle1,
.btnStyle2,
.btnStyle3,
.btnLink,
.iconBtnLeft::before,
.iconBtnRight::after,
.customCheck input[type="checkbox"]+label::before,
.customCheck input[type="checkbox"]+label::after,
.customRadio input[type="radio"]+label::before,
.customRadio input[type="radio"]+label::after,
.capsules .customRadio input[type="radio"]+label,
.chipsWrap .chipsList li .closeChips,
.boxCustomControl .customCheck label,
.clearLogo,
.clearPic,
i.fa-solid,
i.fa-regular,
i.fa,
.iconControls li,
.deleteIcon,
.dragDrop,
button,
input,
select,
textarea,
.closeBlk,
.controlIcon,
.moreOption,
.createVs,
.viewControlWrap,
.topBar,
.mainContent,
.clearBtn,
.optionList li,
.cardViewWrap>li,
.visualFilterOption li,
.visualLists>li,
.visualLists>li li,
.tabMenu li,
.tabMenu::after,
.tabMenu li::after,
.pageMenu li,
.pageMenu::after,
.pageMenu li::after,
.previewPopup,
.popupWrap,
.floatingWidget,
svg,
.pageBlk::after,
.userCompanyList li,
.userSettings .userSettingLinks>div,
.deletePage,
.overlay {
  transition: all 0.3s;
}

button i.fa-solid {
  transition: none;
}

.websiteColors {
  --vs-error: #d60000;
  --vs-error-bg: #ffe7e9;
  --vs-error-border: #FFA690;
  --vs-success: #23d100;
  --vs-success-bg: #EAFAE6;
  --vs-success-border: #A8EA97;
  --vs-medium: #ffae51;
  --vs-medium-bg: #FFF4E4;
  --vs-medium-border: #FFD093;

  --vs-primary: #f54d5f;
  --vs-secondary: #00b5c8;
  --vs-tbl-header: #606060;
  --vs-tbl-header-text: #fff;
  --vs-text: #3c3c3c;

  --vs-dark-01: #3c3c3c;
  --vs-dark-02: #818181;
  --vs-dark-03: #979797;
  --vs-dark-04: #606060;

  --vs-light-01: #c2c2c2;
  --vs-light-02: #dedede;
  --vs-light-03: #fff;
  --vs-light-04: #f0f0f0;
  --vs-light-05: #f5f5f5;
  --vs-light-06: #fafafa;
  --vs-light-07: #fcfcfc;
}

.websiteLayout {
  --section-gap: 60px;
  --wrapper-gap: 30px;
  --radius-1: 6px;
  --radius-2: 10px;
  --radius-round: 100px;
  --shadow-1: 0 0 10px rgba(0, 0, 0, 0.2);
}

.websiteFonts {
  --vs-font-1: 'Poppins', sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

.scOff {
  max-height: 100vh;
  overflow: hidden;
}

body {
  font-family: var(--vs-font-1);
  font-size: 0.875rem;
  line-height: 1.5;
  word-break: break-word;
  font-weight: 400;
  color: var(--vs-text);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px var(--vs-light-04) inset !important;
  -webkit-box-shadow: 0 0 0 30px var(--vs-light-04) inset !important;
  -webkit-text-fill-color: var(--vs-dark-01) !important;
}

input,
.fldStyle,
textarea,
select,
.customAntSelect,
.selectedDate {
  width: 100%;
  display: block;
  font-size: inherit;
  line-height: 24px;
  outline: none;
  font-family: inherit;
  font-weight: inherit;
  border-radius: var(--radius-1);
  padding: 11px 12px;
  margin: 0;
  background-color: var(--vs-light-03);
  border: 1px solid var(--vs-dark-03);
  color: var(--vs-dark-01);
}

input:disabled,
textarea:disabled,
select:disabled {
  background-color: var(--vs-light-05);
  border-color: var(--vs-light-02);
  color: var(--vs-dark-03);
  cursor: not-allowed;
  opacity: 1;
}

input:focus,
select:focus,
textarea:focus {
  box-shadow: none;
  background-color: var(--vs-light-03);
  border-color: var(--vs-secondary);
  color: var(--vs-dark-01);
}

textarea {
  height: 100px;
  resize: none;
  max-width: 100%;
}

select,
.customAntSelect {
  -webkit-appearance: none;
  padding-right: 26px;
  background: var(--vs-light-03) url(../images/icon-arrow-down.svg) no-repeat calc(100% - 10px) center / 10px;
}

.fldMedium {
  width: 210px;
}

.fldMedium2 {
  width: 280px;
}

.fldSmall {
  width: 80px;
}

.fldError {
  background-color: var(--vs-error-bg);
  border-color: var(--vs-error);
  color: var(--vs-error);
}

.fldError:focus {
  border-color: var(--vs-error);
}

.msgError {
  display: block;
  font-size: 0.75rem;
  color: var(--vs-error);
  margin-top: 2px;
}

.errorColor {
  color: var(--vs-error);
}

.mediumColor {
  color: var(--vs-medium);
}

.successColor {
  color: var(--vs-success);
}

button {
  font-family: inherit;
  outline: none;
}

ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.25;
}

p {
  margin-bottom: 24px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0;
}

img,
video {
  border: none;
  max-width: 100%;
}

a,
.linkStyle,
a.linkStyle {
  color: var(--vs-secondary);
  text-decoration: underline;
  cursor: pointer;
}

a:hover,
.linkStyle:hover,
a.linkStyle:hover {
  text-decoration: none;
}

a,
input,
img,
select,
textarea {
  outline: 0 none;
}

* {
  -webkit-text-size-adjust: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

::placeholder {
  color: var(--vs-dark-03);
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: var(--vs-light-02);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: var(--vs-dark-01);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--vs-primary);
}

hr {
  border: 1px solid var(--vs-light-02);
  border-width: 1px 0 0;
  margin: 30px 0;
  height: 0;
  width: 100%;
}

.rowBlk+hr {
  margin-top: 15px;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.noGap {
  margin: 0;
}

strong {
  font-weight: 700;
}

.fontMedium {
  font-weight: 500;
}

.alignLeft {
  text-align: left !important;
}

.alignCenter {
  text-align: center !important;
}

.alignRight {
  text-align: right !important;
}

.flexTopGap {
  margin-top: auto !important;
}

.flexLeftGap {
  margin-left: auto !important;
}

.flexJCenter {
  justify-content: center !important;
}

.flexJStart {
  justify-content: flex-start !important;
}

.flexJEnd {
  justify-content: flex-end !important;
}

.flexAlignCenter {
  align-items: center !important;
}

.flexAlignStart {
  align-items: flex-start !important;
}

.flexAlignEnd {
  align-items: flex-end !important;
}

.topGap1 {
  margin-top: 20px !important;
}

.topGap2 {
  margin-top: 30px !important;
}

.noTopGap {
  margin-top: 0 !important;
}

.bottomGap1 {
  margin-bottom: 20px !important;
}

.bottomGap2 {
  margin-bottom: 30px !important;
}

.noBottomGap {
  margin-bottom: 0 !important;
}

.posRelative {
  position: relative !important;
}

.posAbsolute {
  position: absolute !important;
}

.posFixed {
  position: fixed !important;
}

.displayNone {
  display: none !important;
}

.displayBlock {
  display: block !important;
}

.displayFlex {
  display: flex !important;
}

.flexVertical {
  flex-direction: column;
  flex-wrap: nowrap !important;
}

h1.siteLogo {
  font-size: 0;
  margin: 0;
}

.cursorPointer {
  cursor: pointer !important;
}

.cursorDefault {
  cursor: default !important;
}

.fullLoader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  display: none;
}

.fullLoader.active {
  display: block;
}

.loadAnimation {
  position: absolute;
  top: 50%;
  left: 50%;
  animation: rotate 2s infinite linear both;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 100;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.loadAnimation img {
  display: block;
}

.overlay {
  position: fixed;
  left: 0;
  right: 100%;
  top: 0;
  height: 100%;
  background-color: var(--vs-dark-01);
  opacity: 0.6;
  z-index: 99;
}

.overlay.topLevelOverlay {
  z-index: 102;
}

.overlay.sectionOverlay {
  position: absolute;
}

.overlay.active {
  right: 0;
}

.overlay.vsTheme {
  left: 91px;
}

.btn,
.btnStyle1,
.btnStyle2,
.btnStyle3,
.btnLink,
.btnDanger,
.btnReset {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid;
  padding: 11px 24px;
  border-radius: var(--radius-1);
  text-decoration: none;
  min-width: 60px;
}

.btn {
  display: inline-flex;
}

.btnStyle1,
.btnStyle1:disabled:hover {
  color: var(--vs-light-03);
  background-color: var(--vs-primary);
  border-color: var(--vs-primary);
}

.btnStyle2,
.btn-secondary,
.btnStyle3,
.btnStyle2:disabled:hover,
.btnStyle3:disabled:hover {
  color: var(--vs-dark-01);
  background-color: var(--vs-light-03);
}

.btnStyle3,
.btnLink,
.btnDanger,
.btnReset {
  border: none;
  margin: 12px 24px;
  padding: 0;
  background-color: transparent;
  min-width: 0;
}

.btnStyle3:first-child,
.btnLink:first-child,
.btnDanger:first-child,
.btnReset:first-child,
.btnWrap>.btnStyle3+.btnStyle1,
.btnWrap>.btnStyle3+.btnStyle2 {
  margin-left: 0;
}

.btnStyle3:last-child,
.btnLink:last-child,
.btnDanger:last-child,
.btnReset:last-child {
  margin-right: 0;
}

.btnLink {
  color: var(--vs-secondary);
  text-decoration: underline;
}

.btnDanger,
.btnRight,
.btnReset {
  margin: 0 0 0 auto;
}

.btnDanger {
  color: var(--vs-error);
}

.btnReset {
  color: var(--vs-primary);
}

.btnLink:hover,
.btnDanger:hover,
.btnReset:hover {
  color: inherit;
}

.btnStyle1:hover {
  background-color: var(--vs-dark-01);
  border-color: var(--vs-dark-01);
}

.btnStyle2:hover,
.btn-secondary:hover {
  border-color: var(--vs-secondary);
  color: var(--vs-secondary);
}

.btnStyle3:hover {
  color: var(--vs-secondary);
}

.btnStyle1:disabled,
.btnStyle2:disabled,
.btn-secondary:disabled,
.btnStyle3:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.iconFontLeft i {
  margin-right: 10px;
}

.iconFontRight i {
  margin-left: 10px;
}

.iconBtnLeft::before {
  content: '';
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.iconBtnRight::after {
  content: '';
  width: 22px;
  height: 22px;
  margin-left: 8px;
}

.iconGoogle::before {
  background: url(../images/icon-google.svg) no-repeat center center / 100%;
}

.iconMicrosoft::before {
  background: url(../images/icon-microsoft.svg) no-repeat center center / 100%;
}

.btnWrap {
  display: flex;
  margin-top: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.btnWrapGap {
  display: flex;
  margin-top: 30px;
  border-top: 1px solid var(--vs-light-02);
  padding-top: 16px;
  align-items: center;
}

.btnWrap,
.btnWrapGap {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.wideWrap~.btnWrap,
.wideWrap~.btnWrapGap {
  max-width: 1160px;
}

.btnWrap>*:not(:first-child),
.btnWrapGap>*:not(:first-child) {
  margin-left: 10px;
}

.listStyle {
  text-align: left;
}

.listStyle li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}

.listStyle li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--vs-primary);
}

.listStyle a {
  text-decoration: none;
}

.listStyle a:hover {
  color: var(--vs-primary);
}

.fldWrap {
  margin-bottom: 20px;
}

.fldGap {
  margin-left: 8px;
}

.fldGapRight {
  margin-right: 8px;
}

label {
  display: block;
  margin-bottom: 3px;
  font-weight: 500;
}

.requiredTxt {
  color: var(--vs-error);
}

.fldWrap+.btnStyle1 {
  margin-top: 24px;
}

.whiteLabelWrap {
  position: relative;
}

.whiteLabelWrap input {
  padding-right: 120px;
}

.whiteLabelWrap .mainDomain {
  position: absolute;
  right: 10px;
  top: 13px;
  color: var(--vs-light-01);
}

.customCheck,
.customRadio {
  text-align: left;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
  line-height: 18px;
}

.customCheck:last-child,
.customRadio:last-child {
  margin-bottom: 0;
}

.customCheck input[type="checkbox"],
.customRadio input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.customCheck label,
.customRadio label {
  cursor: pointer;
  padding-left: 24px;
  display: inline-block;
  position: relative;
  font-weight: 400;
  margin-bottom: 0;
}

.customCheck input[type="checkbox"]+label::before,
.customRadio input[type="radio"]+label::before {
  content: "";
  background: var(--vs-light-03);
  border-radius: 2px;
  border: 1px solid var(--vs-light-01);
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  cursor: pointer;
}

.customCheck.yesNo {
  width: 36px;
  display: flex;
}

.customCheck.yesNo input[type="checkbox"]+label {
  width: 100%;
  height: 18px;
  font-size: 0;
  margin: 0;
  padding: 0;
}

.customCheck.yesNo input[type="checkbox"]+label::before {
  content: "";
  background: var(--vs-light-01);
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.customCheck.yesNo input[type="checkbox"]:checked+label::before {
  background: var(--vs-primary);
}

.customCheck.yesNo input[type="checkbox"]+label::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--vs-light-03);
  left: 2px;
  top: 2px;
}

.customCheck.yesNo input[type="checkbox"]:checked+label::after {
  left: 20px;
}

.customCheck.noTxt label {
  font-size: 0;
  display: block;
  padding-left: 18px;
}

.customRadio input[type="radio"]+label::before {
  border-radius: 50%;
}

.customCheck input[type="checkbox"]:checked+label::before {
  border: 1px solid var(--vs-primary);
  background: var(--vs-primary) url(../images/icon-tick.svg) no-repeat center center / 10px 8px;
}

.customRadio input[type="radio"]:checked+label::before {
  border: 1px solid var(--vs-primary);
  background: var(--vs-light-03);
}

.customRadio input[type="radio"]+label::after {
  content: "";
  background: var(--vs-light-03);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
}

.customRadio input[type="radio"]:checked+label::after {
  background: var(--vs-primary);
}

.capsules .customRadio input[type="radio"]+label::before,
.capsules .customRadio input[type="radio"]+label::after {
  display: none;
}

.customControls.capsules>*:not(:last-child) {
  margin-right: 8px;
}

.capsules .customRadio input[type="radio"]+label {
  padding: 8px 16px;
  border: 1px solid var(--vs-dark-01);
  background: var(--vs-light-03);
  color: var(--vs-dark-01);
  border-radius: var(--radius-round);
}

.capsules .customRadio input[type="radio"]+label:hover {
  color: var(--vs-dark-01);
}

.capsules .customRadio input[type="radio"]:checked+label {
  background: var(--vs-dark-01);
  color: var(--vs-light-03);
}

.customCheck input[type="checkbox"]:disabled+label,
.customCheck input[type="checkbox"]:disabled+label::before,
.customRadio input[type="radio"]:disabled+label::before,
.customRadio input[type="radio"]:disabled+label::after,
.customRadio input[type="radio"]:disabled+label {
  opacity: 0.5;
  cursor: not-allowed;
}

.customCheck input[type="checkbox"]:checked:disabled+label,
.customCheck input[type="checkbox"]:checked:disabled+label::before,
.customRadio input[type="radio"]:checked:disabled+label::before,
.customRadio input[type="radio"]:checked:disabled+label::after,
.customRadio input[type="radio"]:checked:disabled+label {
  opacity: 1;
}

.toggleBlk {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toggleBlk label {
  margin: 0;
}

.toggleBlk .customCheck {
  margin-top: 0;
}

.toggleBlk label+.customControls {
  margin-left: 8px;
}

.rowBlk {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.rowBlk .colBlk3,
.rowBlk .colBlk4,
.rowBlk .colBlk6,
.rowBlk .colBlk12 {
  padding: 0 15px;
}

.rowBlk .colBlk12 {
  flex: 0 0 100%;
  width: 100%;
}

.rowBlk .colBlk6 {
  flex: 0 0 50%;
  width: 50%;
}

.rowBlk .colBlk4 {
  flex: 0 0 33.33%;
  width: 33.33%;
}

.rowBlk .colBlk3 {
  flex: 0 0 25%;
  width: 25%;
}

.rowBlk .leftGap3 {
  margin-left: 25%;
}

.rowBlk .leftGap4 {
  margin-left: 33.33%;
}

.rowBlk .leftGap6 {
  margin-left: 50%;
}

.customControls {
  display: flex;
  flex-wrap: wrap;
}

.controlVertical {
  flex-direction: column;
}

.customControls>*:not(:last-child) {
  margin-right: 20px;
}

.controlVertical>*:not(:last-child),
.controlVertical>* {
  margin-right: 0;
}

.customControls label {
  color: inherit;
}

.customControls label span {
  display: block;
  font-size: 0.625rem;
}

.tableWrap {
  overflow: auto;
  position: relative;
}

.tableWrap .fullLoader {
  position: absolute;
}

.tblRowClickable .ant-table-cell:not(:last-child) {
  cursor: pointer;
}

.tblRowClickable .rowNotClickable .ant-table-cell {
  cursor: default;
}

.ant-table-body {
  max-height: calc(100vh - 192px) !important;
}

.tblStyle {
  width: 100%;
}

.tblStyle:last-child {
  margin-bottom: 0;
}

.tblStyle th:first-child {
  border-top-left-radius: var(--radius-1);
}

.tblStyle th:last-child {
  border-top-right-radius: var(--radius-1);
}

.tblStyle tr:last-child td:first-child {
  border-bottom-left-radius: var(--radius-1);
}

.tblStyle tr:last-child td:last-child {
  border-bottom-right-radius: var(--radius-1);
}

.tblStyle tr th:first-child {
  min-width: 180px;
}

.tblStyle th,
.tblStyle td {
  padding: 12px;
  text-align: left;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
}

.tblStyle th {
  background: var(--vs-tbl-header);
  color: var(--vs-tbl-header-text);
}

.tblStyle td {
  border-bottom: 1px solid var(--vs-light-04);
}

.tblStyle td:last-child {
  border-right: 1px solid var(--vs-light-04);
}

.tblStyle td:first-child {
  border-left: 1px solid var(--vs-light-04);
}

.tblStyle th>div {
  display: flex;
  align-items: center;
}

.tblStyle th .sortIcon {
  background: url(../images/icon-sort.svg) no-repeat center center / 11px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-left: 3px;
  margin-right: -5px;
}

.tblStyle th .sortAsc {
  background-image: url(../images/icon-sort-asc.svg);
}

.tblStyle th .sortDsc {
  background-image: url(../images/icon-sort-dsc.svg);
}

.dragDrop {
  position: relative;
  background-color: var(--vs-light-03);
  border: 1px dashed var(--vs-dark-03);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 180px;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
}

.dragDrop:hover,
.dragDrop.dropActive {
  border-color: var(--vs-secondary);
  background-color: var(--vs-light-06);
}

.dragDrop.dropError {
  background-color: var(--vs-error-bg);
  border-color: var(--vs-error);
  color: var(--vs-error);
}

.dragDrop input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.dragDrop p {
  margin: 0;
  font-size: 0.75rem;
  opacity: 0.9;
  font-weight: 300;
}

.mainWrapper,
.landingWrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.mainContent {
  padding: 40px 40px 15px;
  margin: 0 0 0 91px;
  flex: 1;
  /* width: calc(100% - 91px); */
}

.landingWrap {
  background: linear-gradient(67.91deg, #0BBFCD 8%, #FF9C46 100.17%);
  color: var(--vs-tbl-header-text);
}

.landingContWrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: url(../images/logomark.svg) no-repeat right bottom;
}

.landingCont {
  padding: 40px 50px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.landingCont .contentBlk {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.landingCont .leftCont {
  padding-right: 80px;
  font-size: 1rem;
}

.landingCont h2 {
  font-size: 3.5rem;
}

.landingCont .formWrap {
  display: flex;
  max-width: 520px;
  margin-bottom: 12px;
}

.formWrap input {
  width: auto;
  flex: 1;
}

.formWrap button {
  margin-left: 16px;
}

.landingPic {
  text-align: right;
}

.landingFooter {
  padding: 20px 50px;
}

.landingContWrap a {
  color: inherit;
}

.footerWrap {
  padding: 16px 40px;
  margin-left: 91px;
  font-size: 0.75rem;
  background: var(--vs-light-07);
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerWrap span+span {
  margin-left: auto;
}

.leftNav {
  position: fixed;
  height: 100%;
  flex: 0 0 91px;
  width: 91px;
  background: var(--vs-light-03);
  border-right: 1px solid var(--vs-light-04);
  text-align: center;
  display: flex;
  flex-direction: column;
  z-index: 5;
  left: 0;
  top: 0;
}

.leftNav .siteLogo a {
  background: var(--vs-light-02);
  padding: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  min-height: 50px;
}

.leftNav .siteLogo.vsLogo a {
  background: var(--vs-dark-01);
}

.siteMenu {
  flex: 1;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.siteMenu li {
  padding: 2px 8px;
}

.siteMenu li a {
  display: block;
  padding: 40px 5px 8px;
  background: transparent no-repeat center 8px / 24px 24px;
  color: var(--vs-dark-01);
  text-decoration: none;
  text-align: center;
  font-size: 0.75rem;
  border-radius: var(--radius-1);
  opacity: 0.5;
}

.siteMenu li:hover a,
.siteMenu li.active a {
  opacity: 1;
}

.siteMenu li.active a,
.themeViewResult .siteMenu li.active a {
  background-color: var(--vs-light-05);
}

.siteMenu li.homeNav a,
.themeViewResult .siteMenu li.homeNav a {
  background-image: url(../images/nav-home.svg);
}

.siteMenu li.navAccounts a,
.themeViewResult .siteMenu li.navAccounts a {
  background-image: url(../images/nav-accounts.svg);
}

.siteMenu li.navSettings a,
.themeViewResult .siteMenu li.navSettings a {
  background-image: url(../images/nav-settings.svg);
}

.siteMenu li.navStory a,
.themeViewResult .siteMenu li.navStory a {
  background-image: url(../images/nav-story.svg);
}

.userSection {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}

.userSettings {
  position: fixed;
  left: 76px;
  bottom: 10px;
  z-index: 100;
  width: 228px;
  padding: 12px;
  border-radius: var(--radius-1);
  text-align: left;
  font-size: 0.875rem;
}

.userSettings,
.userSettings::after {
  border: 1px solid var(--vs-light-01);
  background-color: var(--vs-light-03);
}

.userSettings .userDetail span {
  font-weight: 500;
  display: block;
}

.userSettings .userDetail em {
  font-size: 0.625rem;
  font-style: normal;
}

.userSettings hr {
  margin: 12px 0;
}

.userSettings .userSettingLinks>div {
  cursor: pointer;
}

.userCompanyList li:hover,
.userSettings .userSettingLinks>div:hover {
  color: var(--vs-secondary);
}

.userSettings .userSettingLinks>div:not(:last-child) {
  margin-bottom: 8px;
}

.userCompanyList li {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.userCompanyList li.active {
  font-weight: 600;
}

.userCompanyList li span {
  flex: 0 0 20px;
  margin-right: 10px;
  background: var(--vs-light-02);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.userCompanyList li:not(:last-child) {
  margin-bottom: 10px;
}

.userSettings::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: -6px;
  bottom: 20px;
  transform: rotate(-135deg);
  border-width: 1px 1px 0 0;
}

.topBar {
  position: fixed;
  top: 0;
  right: 0;
  left: 91px;
  background: var(--vs-light-03);
  height: 90px;
  padding: 10px 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 4;
}

.topBar>*:not(:first-child) {
  margin-left: 18px;
}

.headerNotification {
  position: relative;
}

.headerNotification .notificationIcon {
  font-size: 1.5rem;
  line-height: 1;
}

.headerNotification .notificationCount {
  position: absolute;
  right: -6px;
  top: -6px;
  font-size: 10px;
  color: var(--vs-light-03);
  background: var(--vs-error);
  line-height: 14px;
  min-width: 16px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid var(--vs-light-03);
  padding: 0 3px;
}

.userProfile {
  background: url(../images/icon-down.svg) no-repeat right center / 10px;
  padding: 6px 18px 6px 42px;
  position: relative;
  cursor: pointer;
}

.userAvtr {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--vs-dark-03);
  color: var(--vs-light-03);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.userAvtr img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.headingWithBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
}

.headingWithBtn>h3 {
  margin: 0;
}

h2+.headingSubTxt {
  margin-top: -16px;
}

.withCount {
  display: flex;
  align-items: center;
}

.withCount>span {
  font-weight: 300;
  color: var(--vs-light-03);
  padding: 2px 10px;
  background-color: var(--vs-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  line-height: 20px;
  margin-left: 10px;
}

.searchFilterWrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.searchFldWrap {
  position: relative;
}

.popupContent .searchFldWrap:not(:last-child) {
  margin-bottom: 10px;
}

.searchFldWrap input {
  width: 100%;
  padding-right: 36px;
}

.searchFilterWrap .searchFldWrap {
  margin-right: 10px;
  width: 350px;
}

.searchFldWrap .searchIcon {
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  font-size: inherit;
}

.searchFldWrap .searchIcon:hover {
  color: var(--vs-secondary);
}

.searchFilterWrap button {
  margin: 0;
}

.acctTypeCol {
  width: 140px;
  min-width: 140px;
}

.dateCol {
  width: 135px;
  min-width: 135px;
}

.usersCol {
  width: 155px;
  min-width: 155px;
}

.connectionCol {
  width: 135px;
  min-width: 135px;
}

.actionCol {
  width: 70px;
  min-width: 70px;
}

.actionTxt {
  color: var(--vs-dark-03);
  font-size: 0.625rem;
  margin-top: 5px;
}

.userAvtList {
  display: flex;
}

.userAvtList li {
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50%;
  background: var(--vs-dark-01);
  border: 1px solid var(--vs-light-03);
  color: var(--vs-light-03);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 26px;
}

.userAvtList li:not(:first-child) {
  margin-left: -5px;
}

.userAvtList li.avt1 {
  background: var(--vs-dark-02);
}

.userAvtList li.avt2 {
  background: var(--vs-dark-03);
}

.userAvtList li.avt3 {
  background: var(--vs-light-02);
}

.userAvtList li.avtNumber {
  background: var(--vs-light-03);
  border-color: var(--vs-dark-02);
  color: var(--vs-secondary);
}

.errorConnection {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: var(--vs-error);
  border-radius: 50%;
  color: var(--vs-light-03);
  text-align: center;
}

td.actionIcons {
  text-align: center;
}

i.fa-solid,
i.fa {
  cursor: pointer;
  font-size: 0.875rem;
}

i.fa-solid:hover,
i.fa:hover {
  color: var(--vs-secondary);
}

i.fa-trash {
  color: var(--vs-error);
}

button i.fa-solid:hover {
  color: inherit;
}

i.fa-solid:not(:first-child),
.actionIcons>*:not(:first-child) {
  margin-left: 8px;
}

.noDataBlk {
  border: 1px solid var(--vs-light-04);
  border-radius: var(--radius-1);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.noDataBlk h2 {
  font-size: 2rem;
  margin: 10px 0;
}

.loginWrapper {
  background: var(--vs-light-06) no-repeat bottom left;
  background-attachment: fixed;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.mainWrapper .loginWrapper {
  min-height: 0;
  flex: 1;
}

.loginWrapper.vsLogin {
  background-image: url(../images/bg-logo.svg);
}

.loginWrapper .siteLogo {
  margin-bottom: 30px;
}

.loginWrapper .siteLogo a {
  display: block;
  width: 100px;
}

.poweredBy {
  font-size: 0.75rem;
  margin-top: 30px;
}

.loginBlk,
.welcomeBlk {
  background-color: var(--vs-light-03);
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: var(--radius-2);
  font-size: 1rem;
}

.loginBlk {
  padding: 50px;
  width: 450px;
}

.loginBlk .subTxt {
  margin-top: -16px;
  font-size: 0.875rem;
  margin-bottom: 20px;
  text-align: center;
}

.welcomeBlk {
  width: 650px;
  padding: 30px;
  text-align: center;
}

.welcomeBlk .blkIcon {
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--vs-secondary);
}

.welcomeBlk h2 {
  margin-bottom: 8px;
}

.welcomeBlk .btnWrap {
  margin-top: 20px;
}

.blkIcon img {
  width: 64px;
}

.loginBlk>*,
.fullWidth {
  width: 100%;
}

.loginBlk h2 {
  font-size: 2rem;
  text-align: center;
}

.loginBlk .fldWrap {
  margin-bottom: 10px;
}

.orSeparator {
  text-align: center;
  margin: 24px 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.checkSepTxt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkSepTxt .customCheck {
  margin: 0 8px 0 0;
}

.loginBlk .btnStyle2 {
  margin-top: 16px;
}

.fldShowHide {
  position: relative;
}

.fldShowHide .iconShowHide {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../images/icon-hide.svg) no-repeat center center / 100%;
  font-size: 0;
  cursor: pointer;
}

.fldShowHide .iconShowHide.active {
  background-image: url(../images/icon-show.svg);
}

.fldShowHide input {
  padding-right: 36px;
}

.stepContents {
  max-width: 840px;
  margin: 0 auto;
}

.stepContents.wideWrap {
  max-width: 1160px;
}

.innerContWrap h2 {
  font-size: 2rem;
  margin-bottom: 28px;
  text-align: center;
}

.stepCounter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 1rem;
  font-weight: 600;
  counter-reset: section;
}

.stepCounter li {
  position: relative;
  line-height: 34px;
  padding-left: 50px;
}

.stepCounter li,
.stepCounter li.active::after {
  opacity: 0.25;
}

.stepCounter li.stepDone::after,
.stepCounter li.active,
.stepCounter li.stepDone {
  opacity: 1;
}

.stepCounter li:not(:last-child) {
  padding-right: 100px;
}

.stepCounter li::before {
  position: absolute;
  left: 0;
  counter-increment: section;
  content: counter(section);
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--vs-dark-01);
  color: var(--vs-dark-01);
  margin-right: 20px;
}

.stepCounter li.active::before {
  border: 1px solid var(--vs-secondary);
  color: var(--vs-secondary);
}

.stepCounter li.stepDone::before {
  border: 1px solid var(--vs-secondary);
  background: var(--vs-secondary) url(../images/icon-done.svg) no-repeat center center / 14px 9px;
  font-size: 0;
}

.stepCounter li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 80px;
  height: 1px;
  background: var(--vs-dark-01);
}

.stepCounter li.stepDone::after {
  background-color: var(--vs-secondary);
}

.subHeadingTxt {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 640px;
}

.themeBlkWrap {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.themeColorBlk {
  flex: 0 0 200px;
  width: 200px;
  padding-right: 20px;
  position: relative;
}

.themeColorBlk h3 {
  margin-top: 12px;
}

.selectColor {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.leftScrollableWrap .selectColor {
  justify-content: space-between;
}

.leftScrollableWrap .btnStyle1,
.leftScrollableWrap .btnLink {
  font-size: inherit;
}

.leftScrollableWrap .btnStyle1 {
  padding: 6px 12px;
}

.colorView {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  font-size: 0;
  border-radius: var(--radius-1);
  cursor: pointer;
  border: 1px solid var(--vs-light-04);
  overflow: hidden;
  position: relative;
}

.leftScrollableWrap .selectColor .colorView {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-color: var(--vs-dark-03);
  margin-left: 5px;
}

.leftScrollableWrap .selectColor .noColor:before {
  left: -20px;
}

.noColor:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 22px;
  width: 63px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: red;
}

.colorCode {
  margin-left: 8px;
  font-weight: 500;
  text-transform: uppercase;
}

.themeResultWrap {
  flex: 1;
}

.themeResultBlk {
  flex: 1;
  padding: 14px;
  background: var(--vs-light-05);
  border-radius: var(--radius-1);
}

.themeResultBlk h3 {
  text-align: center;
}

.themeViewResult {
  position: relative;
  font-size: 0.4375rem;
  background: var(--vs-light-03);
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
}

.themeViewResult .footerWrap {
  padding: 10px 15px;
  margin-left: 45px;
  font-size: 0.375rem;
  margin: 0 -10px -10px 35px;
}


.themeViewResult i.fa-solid,
.themeViewResult i.fa {
  font-size: inherit;
}

.themeViewResult .withCount {
  font-size: 0.75rem;
}

.themeViewResult .withCount+.headingSubTxt {
  margin-top: -24px;
}

.themeViewResult .withCount>span {
  padding: 1px 5px;
  font-size: 0.425rem;
  line-height: 10px;
  margin-left: 5px;
}

.themeViewResult .headingWithBtn {
  margin-bottom: 12px;
}

.themeViewResult .btnStyle1,
.themeViewResult .btnStyle2 {
  font-size: 0.5rem;
  padding: 5px 12px;
  border-radius: 3px;
  margin: 0;
}

.themeViewResult .iconFontLeft i {
  margin-right: 5px;
}

.themeViewResult .iconBtnLeft::before {
  width: 11px;
  height: 11px;
  margin-right: 4px;
}

.themeViewResult .tblStyle {
  min-width: 100%;
}

.themeViewResult .searchFilterWrap {
  margin-bottom: 5px;
}

.themeViewResult .searchFldWrap {
  margin-right: 5px;
  width: 175px;
}

.themeViewResult .searchFldWrap input {
  width: 175px;
  padding: 5px 18px 5px 6px;
  line-height: 12px;
  border-radius: 3px;
}

.themeViewResult .searchFldWrap .searchIcon {
  width: 12px;
  height: 12px;
  right: 5px;
}

.themeViewResult .userAvtList li {
  width: 14px;
  height: 14px;
  font-size: 0.375rem;
  line-height: 13px;
}

.themeViewResult .errorConnection,
.themeViewResult .okConnection {
  width: 12px;
  height: 12px;
  line-height: 12px;
}

.themeViewResult .actionIcons i:not(:first-child) {
  margin-left: 5px;
}

.themeViewResult .okConnection {
  background-size: 7px;
}

.themeViewResult .tblStyle th,
.themeViewResult .tblStyle td {
  padding: 6px;
}

.themeViewResult .tblStyle th:first-child {
  min-width: 66px;
}

.themeViewResult .acctTypeCol,
.themeViewResult .dateCol,
.themeViewResult .connectionCol {
  width: 70px;
  min-width: 70px;
}

.themeViewResult .usersCol {
  width: 80px;
  min-width: 80px;
}

.themeViewResult .actionCol {
  width: 35px;
  min-width: 35px;
}

.themeViewResult .actionTxt {
  font-size: 0.325rem;
}

.themeViewResult .tblStyle th .sortIcon {
  width: 8px;
  height: 8px;
  background-size: 6px;
}

.themeViewResult .customCheck.yesNo {
  width: 18px;
  margin: 0;
}

.themeViewResult .customCheck.yesNo input[type="checkbox"]+label {
  height: 9px;
}

.themeViewResult .customCheck.yesNo input[type="checkbox"]+label::after {
  width: 7px;
  height: 7px;
  left: 1px;
  top: 1px;
}

.themeViewResult .customCheck.yesNo input[type="checkbox"]:checked+label::after {
  left: 10px;
}

.themeViewResult .themeMainContent {
  padding: 10px 10px 10px 55px;
}

.themeViewResult .leftNav {
  position: absolute;
  width: 45px;
}

.themeViewResult .leftNav .siteLogo a {
  padding: 8px;
}

.themeViewResult .siteMenu {
  margin: 10px 0;
}

.themeViewResult .siteMenu li {
  padding: 1px 4px;
}

.themeViewResult .siteMenu li a {
  padding: 20px 2px 4px;
  background: transparent no-repeat center 4px / 12px 12px;
  font-size: 0.375rem;
}

.themeViewResult .topBar {
  position: absolute;
  height: 35px;
  left: 45px;
  padding: 5px 10px;
}

.themeViewResult .topBar>*:not(:first-child) {
  margin-left: 9px;
}

.themeViewResult .headerNotification .notificationIcon {
  font-size: 0.75rem;
}

.themeViewResult .headerNotification .notificationCount {
  font-size: 0.375rem;
  line-height: 10px;
  min-width: 10px;
}

.themeViewResult .userProfile {
  padding: 0 10px 0 21px;
  background-position: calc(100% - 2px) 3px;
  background-size: 5px;
}

.themeViewResult .userSection {
  margin-bottom: 10px;
}

.themeViewResult .userAvtr {
  width: 17px;
  height: 17px;
  top: -4px;
}

.resetWrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.uploadedDoc,
.uploadedLogo {
  border: 1px solid var(--vs-light-02);
  border-radius: var(--radius-1);
  padding: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.uploadedLogo+.themeBlkWrap,
.dragDrop+.themeBlkWrap {
  margin-top: 30px;
}

.uploadedDoc .docDetail {
  display: flex;
  align-items: center;
}

.uploadedDoc i {
  font-size: 1.5rem;
  margin-right: 10px;
}

.uploadedLogo {
  width: 130px;
}

.uploadedPic {
  width: 140px;
  position: relative;
}

.uploadedPic img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

.clearLogo,
.clearPic {
  font-size: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--vs-dark-01) url(../images/icon-clear.svg) no-repeat center center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}

.clearPic {
  top: 10px;
  right: 10px;
}

.clearLogo:hover,
.clearPic:hover {
  background-color: var(--vs-error);
}

.passwordStrength {
  position: relative;
  padding-bottom: 4px;
  font-size: 0.75rem;
  margin-top: 4px;
}

.passwordStrength::before,
.passwordStrength::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 4px;
}

.passwordStrength::before {
  background: var(--vs-light-02);
  width: 100%;
  z-index: 1;
}

.passwordStrength::after {
  z-index: 2;
}

.weekPass {
  color: var(--vs-error);
}

.weekPass::after {
  background: var(--vs-error);
  width: 33.33%;
}

.mediumPass {
  color: var(--vs-medium);
}

.mediumPass::after {
  background: var(--vs-medium);
  width: 66.66%;
}

.strongPass {
  color: var(--vs-success);
}

.strongPass::after {
  background: var(--vs-success);
  width: 100%;
}

.toastMsg {
  display: flex;
  align-items: center;
  width: 320px;
  padding: 14px 20px 14px 50px;
  border-radius: var(--radius-1);
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1);
  position: fixed;
  font-size: 0.75rem;
  z-index: 2;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid var(--vs-medium-border);
  background: var(--vs-medium-bg) url(../images/toast-info.svg) no-repeat 16px center / 24px;
}

.toastMsg.toastError {
  border-color: var(--vs-error-border);
  background-color: var(--vs-error-bg);
  background-image: url(../images/toast-error.svg);
}

.toastMsg.toastSuccess {
  border-color: var(--vs-success-border);
  background-color: var(--vs-success-bg);
  background-image: url(../images/toast-success.svg);
}

.toastMsg .closeBlk {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: url(../images/icon-close-2.svg) no-repeat center center / 100%;
  font-size: 0;
  opacity: 0.7;
}

.toastMsg .closeBlk:hover {
  opacity: 1;
}

.popupWrap {
  position: fixed;
  z-index: 100;
  padding: 30px;
  text-align: center;
  background: var(--vs-light-03);
  border-radius: var(--radius-1);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  max-width: 94%;
  max-height: 90vh;
  overflow: auto;
}

.popupWrap.topLevelPopup {
  z-index: 103;
}

.controlIcon.active~.popupWrap.topLevelPopup {
  margin: 0;
}

.popupWrap h2 {
  margin-bottom: 16px;
}

.popupBtnWrap {
  display: flex;
  justify-content: center;
}

.popupBtnWrap button:not(:last-child) {
  margin-right: 12px;
}

.filterWrap {
  position: relative;
}

.filterWrap .filterBlk {
  position: absolute;
  z-index: 9;
  background: var(--vs-light-03);
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  border: 1px solid var(--vs-light-04);
  border-radius: var(--radius-1);
  padding: 20px;
  width: 380px;
  top: 100%;
  left: 0;
}

.couponCodeBlk button,
.filterWrap button {
  margin-top: 0;
  margin-bottom: 0;
}

.filterBlk .fldWrap {
  margin-bottom: 12px;
}

.filterBtnWrap {
  display: flex;
  margin: 0 -5px;
}

.filterBtnWrap button {
  flex: 1;
  margin: 5px 5px 0;
}

.chipsWrap {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.chipsWrap .clearAll {
  margin-left: 10px;
}

.chipsWrap .chipsList {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.chipsWrap .chipsList li {
  margin: 5px 10px 5px 0;
  padding: 8px 36px 8px 20px;
  border: 1px solid var(--vs-dark-01);
  background: var(--vs-light-03);
  position: relative;
  border-radius: var(--radius-round);
}

.chipsWrap .chipsList li .closeChips {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 10px;
  line-height: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  text-align: center;
  color: var(--vs-secondary);
}

.chipsWrap .chipsList li .closeChips:hover {
  color: var(--vs-text);
}

.twoColControl {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}

.twoColControl .customCheck,
.twoColControl .customRadio {
  padding: 0 15px;
  flex: 0 0 50%;
}

.boxCustomControl .customCheck,
.boxCustomControl .customRadio {
  margin: 0 0 10px;
}

.boxCustomControl .customCheck label,
.boxCustomControl .customRadio label {
  padding: 16px 12px 16px 40px;
  border: 1px solid var(--vs-light-02);
  background-color: var(--vs-light-03);
  border-radius: var(--radius-1);
  width: 100%;
}

.boxCustomControl .customCheck input[type="checkbox"]:checked+label,
.boxCustomControl .customRadio input[type="radio"]:checked+label {
  border-color: var(--vs-secondary);
}

.boxCustomControl .customCheck input[type="checkbox"]+label::before,
.boxCustomControl .customRadio input[type="radio"]+label::before {
  left: 12px;
  top: 16px;
}

.boxCustomControl .customRadio input[type="radio"]+label::after {
  left: 16px;
  top: 20px;
}

.couponCodeWrap {
  margin-top: 20px;
}

.couponCodeBlk {
  display: flex;
}

.couponCodeBlk select {
  flex: 1;
  margin-right: 10px;
}

.billingBlk {
  display: flex;
}

.displayBill {
  flex: 1;
  padding: 20px;
  border-radius: var(--radius-1);
  border: 1px solid var(--vs-light-04);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.billRow {
  display: flex;
  padding: 5px 0;
}

.billRow .billSubject {
  flex: 1;
  padding-right: 10px;
  display: flex;
}

.billRow .billSubject>span {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--vs-secondary);
  margin-left: 10px;
}

.clearBtn {
  font-size: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 50%;
  margin: 2px 0 0 8px;
  background: var(--vs-dark-01) url(../images/icon-clear.svg) no-repeat center center / 8px;
}

.clearBtn:hover {
  background-color: var(--vs-error);
}

.totalRow {
  font-size: 1.25rem;
  font-weight: 600;
}

.step2ColContainer {
  display: flex;
}

.stepLeftCont {
  flex: 1;
  padding-right: 24px;
}

.stepRightCont {
  width: 320px;
  padding-left: 24px;
  border-left: 1px solid var(--vs-light-02);
}

.stepRightCont h3 {
  font-size: 1.5rem;
}

.stepLeftCont .rowBlk {
  margin: 0 -10px;
}

.stepLeftCont .rowBlk .colBlk3,
.stepLeftCont .rowBlk .colBlk4,
.stepLeftCont .rowBlk .colBlk6,
.stepLeftCont .rowBlk .colBlk12 {
  padding: 0 10px;
}

.inviteRow {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.inviteRow .inviteEmail {
  flex: 1;
  padding-right: 30px;
}

.inviteRow .inviteSelect {
  flex: 0 0 320px;
}

.inviteRow .inviteDel,
.inviteRow .inviteLastCol {
  flex: 0 0 24px;
}

.inviteRow .inviteDel {
  padding: 18px 0 0 10px;
}

.inviteRow~.btnStyle3 {
  margin-left: 5px;
}

.helpIcon {
  background: var(--vs-secondary);
  color: var(--vs-light-03);
  width: 14px;
  height: 14px;
  font-size: 0.75rem;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 1.1;
  margin-left: 5px;
  cursor: pointer;
}

.deleteIcon {
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.deleteIcon:hover {
  color: var(--vs-error);
}

.editBrandingWrap h3 {
  font-size: 1rem;
}

.connectionWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.connectionLeft {
  display: flex;
  align-items: center;
}

.connectionImg {
  margin-right: 20px;
}

.connectionImg img {
  display: block;
  width: 50px;
}

.leftNav.vsTheme {
  background: var(--vs-dark-01);
  border: none;
}

.leftNav.vsTheme .siteMenu {
  padding: 0;
  border: none;
}

.leftNav.vsTheme .siteMenu li {
  padding: 0;
}

.leftNav.vsTheme .siteMenu li a {
  border-radius: 0;
  color: var(--vs-light-03);
  opacity: 1;
  padding: 50px 5px 16px;
  background-position: center 18px;
}

.leftNav.vsTheme .siteMenu li:hover a {
  background-color: var(--vs-dark-02);
}

.leftNav.vsTheme .siteMenu li.active a {
  background-color: var(--vs-dark-04);
}

.leftNav.vsTheme .siteMenu li.navPage a {
  background-image: url(../images/nav-pages-light.svg);
}

.leftNav.vsTheme .siteMenu li.navVisuals a {
  background-image: url(../images/nav-visuals-light.svg);
}

.leftNav.vsTheme .siteMenu li.navSettings a {
  background-image: url(../images/nav-settings-light.svg);
}

.createVs {
  position: fixed;
  left: -500px;
  width: 250px;
  top: 0;
  bottom: 0;
  padding: 20px 16px 60px;
  background: var(--vs-dark-04);
  color: var(--vs-light-03);
  flex-direction: column;
  display: flex;
  z-index: 98;
}

.createVs .searchFldWrap {
  width: 100%;
  margin-bottom: 8px;
}

.createVs h2 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.createVs hr {
  border-color: var(--vs-dark-02);
  margin: 16px 0;
}

.ddBtnWrap {
  display: flex;
  align-self: center;
}

.ddBtnWrap button:not(:last-child) {
  border-radius: var(--radius-1) 0 0 var(--radius-1);
  padding-right: 12px;
}

.ddBtnWrap .btnArrow {
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 0 var(--radius-1) var(--radius-1) 0;
  min-width: 0;
}

.leftScrollableWrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: auto;
  padding: 0 8px;
  margin: 0 -8px;
  margin-top: 16px;
  width: calc(100% + 16px);
}

.leftScrollableWrap .fldWrap,
.leftScrollableWrap .fontSelect {
  margin-bottom: 12px;
}

.leftScrollableWrap .optionList.selectTheme {
  margin: 0;
  flex-direction: column;
  flex-wrap: initial;
  align-items: center;
}

.leftScrollableWrap .optionList.selectTheme li {
  width: 160px;
  margin: 10px 0;
}

.createPage,
.createPage>li {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.createPage>li {
  padding: 5px;
}

.createPage>li.pageSectionHeading {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.createPage>li.pageSectionHeading i {
  flex: 0 0 16px;
}

.createPage>li.pageSectionHeading:not(:first-child) {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--vs-light-02);
}

.createPage>li:not(:last-child) {
  padding-bottom: 16px;
}

.createPage .pageBlk {
  background: var(--vs-light-03);
  margin: 0 auto 5px;
  position: relative;
}

.createPage .pageBlk .pageImg {
  overflow: hidden;
  cursor: pointer;
}

.createPage .pageBlk::after {
  content: '';
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  height: 16px;
  width: 16px;
  cursor: move;
  background: url(../images/icon-drag.svg) no-repeat center center / auto 100%;
  opacity: 0;
}

.createPage>li:hover .pageBlk::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.createPage .pageBlk,
.createPage .pageBlk .pageImg {
  width: 150px;
  height: 194px;
  border-radius: var(--radius-1);
}

.createPage .pageBlk.landscapePage,
.createPage .pageBlk.landscapePage .pageImg {
  width: 194px;
  height: 150px;
}

.deletePage {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  right: 5px;
  top: 5px;
  width: 22px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  cursor: pointer;
  transform: scale(0);
}

.createPage .pageBlk:hover .deletePage {
  transform: scale(1);
}

.deletePage i {
  color: var(--vs-light-03);
}

.deletePage:hover i {
  color: var(--vs-secondary);
}

.pageSectionHeading {
  padding-bottom: 16px;
}

.pageSectionHeading span {
  font-size: 1.25rem;
  display: inline-flex;
  margin-right: 5px;
}

.viewControlWrap {
  position: fixed;
  left: -500px;
  width: 250px;
  bottom: 0;
  padding: 12px;
  background: var(--vs-light-04);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.viewOption {
  font-size: 0;
  width: 20px;
  height: 20px;
  background: no-repeat center center / 100% 100%;
  cursor: pointer;
}

.columnView {
  background-image: url(../images/icon-column.svg);
}

.columnView.active {
  background-image: url(../images/icon-column-active.svg);
}

.thumbView {
  background-image: url(../images/icon-thumbnail.svg);
}

.thumbView.active {
  background-image: url(../images/icon-thumbnail-active.svg);
}

.viewControlWrap ul {
  display: flex;
  align-items: center;
  width: 100%;
}

.viewControlWrap ul li:not(:last-child) {
  margin-right: 8px;
}

.zoomControl {
  flex: 1;
  display: flex;
  align-items: center;
  width: 200px;
}

.zoomControl i {
  font-size: 0.875rem;
  font-weight: 800;
  margin: 0 5px;
}

.zoomSlide {
  -webkit-appearance: none;
  appearance: none;
  height: 12px;
  width: 100%;
  border-radius: 10em;
  outline: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
  border: none;
}

.zoomSlide,
.zoomSlide:focus {
  background: var(--vs-light-02);
}

.zoomSlide::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--vs-dark-01);
  cursor: pointer;
  box-shadow: -106px 0 0 100px var(--vs-dark-03);
}

.zoomSlide::-moz-range-progress {
  background-color: var(--vs-dark-04);
}

.zoomSlide::-ms-fill-lower {
  background-color: var(--vs-dark-04);
}

.controlIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 103px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  background: var(--vs-dark-04);
  color: var(--vs-light-03);
  width: 24px;
  height: 24px;
  border-radius: 50% 0 0 50%;
  cursor: pointer;
  z-index: 100;
}

.controlIcon.active {
  left: 341px;
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 50%;
}

.controlIcon:hover {
  background: var(--vs-dark-01);
}

.topBar.vsTheme {
  left: 91px;
  padding: 10px 40px;
  border-bottom: 1px solid var(--vs-light-02);
  justify-content: flex-start;
}

.storyTitleWrap {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.storyTitleWrap:not(:last-child) {
  padding-right: 60px;
}

.storyHeading {
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.storyTitleWrap .detailBlk {
  display: flex;
}

.storyTitleWrap .editDateWrap {
  position: relative;
}

.storyTitleWrap .editDateWrap .calPopup {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  opacity: 0;
}

.storyTitleWrap .editDateWrap:not(:first-child) {
  margin-left: 10px;
  padding-left: 10px;
}

.storyTitleWrap .editDateWrap:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  width: 1px;
  background-color: var(--vs-text);
}

.storyHeading>span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.storyHeading .fa-solid {
  margin-left: 10px;
}

.topBar .btnWrap {
  margin: 0 0 0 auto;
  align-items: center;
}

.topBar .btnWrap .moreOption {
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.topBar .btnWrap .moreOption:hover,
.pageHeading i:hover {
  color: var(--vs-secondary);
}

.mainContent.vsTheme {
  margin-top: 70px;
  margin-left: 91px;
  padding: 30px 40px;
  background: var(--vs-light-05);
}

.editorContentWrap {
  overflow: auto;
  padding: 30px 0;
}

.pageHeading {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.inlineFldWrap {
  display: flex;
  font-weight: 400;
  align-items: center;
  flex: 1;
}

.inlineFldWrap input {
  width: 200px;
  padding: 0;
  border-width: 0 0 1px;
  line-height: 20px;
  border-radius: 0;
  background: transparent;
  margin-right: 10px;
}

.storyHeading .inlineFldWrap input {
  flex: 1;
  height: 24px;
}

.controlIcon.active~.createVs,
.controlIcon.active~.viewControlWrap {
  left: 91px;
}

.controlIcon.active~.mainContent.vsTheme {
  margin-left: 341px;
}

.controlIcon.active~.topBar.vsTheme,
.controlIcon.active~.overlay.vsTheme {
  left: 341px;
}

.customTblWrap {
  background: var(--vs-light-03);
  border: 1px solid var(--vs-dark-03);
  border-radius: var(--radius-1);
  padding: 12px;
}

.customTblHead {
  border-bottom: 1px solid var(--vs-dark-03);
  padding-bottom: 12px;
}

.customTblContent {
  margin-top: 8px;
  max-height: 200px;
  overflow: auto;
}

.antCustomCheck {
  display: flex;
  flex-direction: column;
}

.antCustomCheck>label {
  margin: 8px 0;
  font-weight: 400;
}

.antCustomCheck .ant-checkbox-wrapper+.ant-checkbox-wrapper {
  margin-left: 0;
}

.topRightControl {
  margin-left: auto;
  display: flex;
  padding-left: 16px;
}

.topRightControl select {
  width: 280px;
  margin-right: 8px;
}

.iconControls {
  display: flex;
}

.iconControls li {
  background: var(--vs-light-03);
  border: 1px solid var(--vs-light-02);
  color: var(--vs-light-02);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border-radius: var(--radius-1);
  font-size: 1.25rem;
}

.iconControls li:not(:first-child) {
  margin-left: 8px;
}

.optionList li:hover,
.iconControls li:hover {
  border-color: var(--vs-secondary);
}

.optionList li:hover i,
.iconControls li:hover i {
  color: var(--vs-secondary);
}

.optionList li.active,
.iconControls li.active {
  border-color: var(--vs-primary);
}

.iconControls li.active {
  color: var(--vs-primary);
}

.optionList li.active i,
.iconControls li.active i {
  color: var(--vs-primary);
}

.twoColContainer {
  display: flex;
  align-items: flex-start;
}

.twoColContainer .leftContent {
  flex: 1;
}

.twoColContainer .rightContent {
  flex: 0 0 400px;
  margin-left: 30px;
  background: var(--vs-light-05);
  border-radius: var(--radius-1);
  padding: 10px;
  text-align: center;
  position: sticky;
  top: 10px;
}

.twoColContainer .rightContent .previewBlk {
  background: var(--vs-light-03);
  padding: 10px;
  border-radius: var(--radius-1);
  font-size: 0.675rem;
  max-height: calc(100vh - 75px);
  overflow: auto;
}

.twoColContainer .rightContent .sectionHeading {
  font-size: 0.675rem;
  margin-bottom: 5px;
}

.twoColContainer .rightContent .sectionHeading span {
  font-size: 0.75rem;
}

.twoColContainer .rightContent .previewTable td,
.twoColContainer .rightContent .previewTable th {
  padding: 2px 5px;
}

.twoColContainer .rightContent .previewChartWrap {
  margin: -4px -4px 10px;
}

.twoColContainer .rightContent .previewChartWrap li {
  margin: 4px;
  padding: 8px;
  width: calc(50% - 8px);
}

.twoColContainer .rightContent .previewChartWrap li:first-child {
  width: calc(100% - 8px);
}

.iconControls li svg {
  width: 18px;
  height: 18px;
}

.iconControls li.iconAlignMiddle svg {
  width: 12px;
  height: 28px;
}

.iconControls li:hover svg path {
  fill: var(--vs-secondary);
}

.iconControls li.active svg path {
  fill: var(--vs-primary);
}

.iconControls li svg path {
  fill: var(--vs-light-02);
}

.iconControls.fillSvg li svg {
  width: 22px;
  height: 22px;
}

.inlineContWrap {
  display: flex;
}

.inlineCont:not(:last-child) {
  margin-right: 30px;
}

.inlineTwoCol {
  flex: 1;
}

.inlineTwoCol:first-child {
  margin-right: 50px;
}

.scrollContainer {
  display: flex;
  border: 1px solid var(--vs-dark-03);
  padding: 12px;
  border-radius: var(--radius-1);
}

.scrollContainer .customControls {
  overflow: auto;
  max-height: 300px;
  width: 100%;
}

.scrollContainer .customControls .customCheck {
  margin: 8px 0;
}

.optionList {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.optionList li {
  border: 1px solid var(--vs-light-02);
  padding: 12px;
  background-color: var(--vs-light-03);
  color: var(--vs-text);
  border-radius: var(--radius-1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 10px;
}

.optionList li i {
  color: var(--vs-light-02);
  flex: 1;
  display: flex;
  align-items: center;
}

.optionList.pageOrientation li {
  width: 145px;
  height: 145px;
}

.optionList.pageOrientation li i {
  font-size: 3rem;
}

.optionList.selectTheme li {
  width: calc(33.33% - 20px);
}

.optionList.selectTheme li .themeImg {
  margin-bottom: 10px;
}

.themeImg img {
  display: block;
}

.fontSelect {
  display: flex;
  margin-bottom: 20px;
}

.inlineColBig {
  flex: 1;
}

.inlineColSmall {
  flex: 0 0 80px;
}

.inlineColXs {
  flex: 0 0 48px;
}

.inlineColBig:not(:last-child),
.inlineColSmall:not(:last-child) {
  margin-right: 30px;
}

.userList {
  border: 1px solid var(--vs-light-01);
  border-radius: var(--radius-1);
  padding: 16px;
}

.userList table {
  width: 100%;
}

.userList th {
  text-align: left;
  padding: 0 5px 12px 0;
  border-bottom: 1px solid var(--vs-light-01);
}

.userList th.roleCol {
  width: 200px;
}

.userList td {
  vertical-align: middle;
  font-weight: 400;
  padding: 8px 8px 8px 0;
}

.userList td:last-child {
  padding-right: 0;
}

.userList .customCheck {
  margin: 0;
  height: 40px;
  display: flex;
  align-items: center;
}

.userList select {
  padding-top: 7px;
  padding-bottom: 7px;
}

.cardViewWrap {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}

.cardViewWrap>li {
  width: 300px;
  margin: 8px;
  background: var(--vs-light-03);
  border: 1px solid var(--vs-light-04);
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: var(--radius-1);
}

.cardViewWrap>li:hover {
  border-color: var(--vs-primary);
}

.cardViewWrap>li .visualBlk {
  width: 298px;
  height: 231px;
  border-radius: var(--radius-1) var(--radius-1) 0 0;
  background: var(--vs-light-04);
  border-bottom: 1px solid var(--vs-light-04);
  margin-bottom: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.cardViewWrap>li .visualBlk img {
  max-width: 100%;
  max-height: 100%;
}

.cardContent {
  padding: 16px;
}

.cardContent .cardHeading {
  display: flex;
  align-items: start;
}

.cardHeading h3 {
  color: var(--vs-primary);
  flex: 1;
  font-size: 1rem;
  font-weight: 500;
}

.cardHeading h3 em {
  color: var(--vs-text);
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
  margin-top: 3px;
  font-style: normal;
}

.cardHeading .ant-dropdown-trigger {
  margin-left: 8px;
}

.cardHeading i.fa-solid {
  flex: 0 0 8px;
  font-size: 0.875rem;
}

.clientCard {
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: space-between;
}

.clientCard .countBlk {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--vs-primary);
}

.clientCard .cardRight {
  margin-left: 16px;
}

.storyHighlight {
  display: flex;
}

.storyHighlight .highlightCol {
  flex: 1;
}

.storyHighlight .highlightCol:not(:last-child) {
  margin-right: 8px;
}

.storyHighlight .highlightCol label {
  font-size: 0.75rem;
  font-weight: 400;
  opacity: 0.7;
}

.storyHighlight .highlightCol p span {
  display: inline-block;
  margin-right: 5px;
}

.visualFilterOption {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 16px;
}

.visualFilterOption li {
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin: 0 4px;
  border-radius: 50%;
  border: 1px solid var(--vs-light-03);
  background: no-repeat center center / 16px;
  font-size: 0;
}

.visualFilterOption li:hover,
.visualFilterOption li.active {
  background-color: var(--vs-dark-02);
}

.visualFilterOption li.visualFavorites {
  background-image: url(../images/icon-favorites.svg);
}

.visualFilterOption li.visualCharts {
  background-image: url(../images/icon-charts.svg);
}

.visualFilterOption li.visualTables {
  background-image: url(../images/icon-tables.svg);
}

.visualFilterOption li.visualWidgets {
  background-image: url(../images/icon-widgets.svg);
}

.visualLists>li {
  text-align: left;
  font-weight: 500;
  padding: 18px 16px;
  position: relative;
  border-radius: var(--radius-1);
}

.visualLists>li::before {
  content: '';
  position: absolute;
  left: 6px;
  right: 6px;
  height: 1px;
  top: 0;
  background: var(--vs-dark-02);
}

.visualLists li .fa-star {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  opacity: 0;
}

.visualLists li:hover .fa-star {
  opacity: 0.5;
}

.visualLists li .fa-star:hover,
.visualLists li .fa-star.active {
  opacity: 1;
}

.visualLists li .fa-star:hover {
  color: inherit;
}

.visualLists li .fa-star.active {
  color: var(--vs-medium);
}

.visualLists>li:last-child {
  border-bottom: 1px solid var(--vs-dark-02);
}

.visualLists>li:hover {
  background-color: var(--vs-dark-02);
}

.visualLists>li p {
  margin-bottom: 16px;
}

.visualLists>li ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.visualLists>li li {
  width: 22px;
  height: 22px;
  cursor: pointer;
  margin-right: 14px;
  margin-bottom: 12px;
  background: no-repeat center center / 100%;
  font-size: 0;
}

.visualLists>li li.barChart {
  background-image: url(../images/icon-bar-chart.svg);
}

.visualLists>li li.lineChart {
  background-image: url(../images/icon-line-chart.svg);
}

.visualLists>li li.stackedLineChart {
  background-image: url(../images/icon-stacked-line-chart.svg);
}

.visualLists>li li.stackedBarChart {
  background-image: url(../images/icon-stacked-bar-chart.svg);
}

.visualLists>li li.pieChart {
  background-image: url(../images/icon-pie-chart.svg);
}

.visualLists>li li.tableChart {
  background-image: url(../images/icon-table-chart.svg);
}

.visualLists>li li.gaugeChart {
  background-image: url(../images/icon-gauge-chart.svg);
}

.visualLists>li li.multiLineChart {
  background-image: url(../images/icon-multi-line-chart.svg);
}

.visualLists>li li.multiColumnChart {
  background-image: url(../images/icon-multi-column-chart.svg);
}

.visualLists>li li.areaChart {
  background-image: url(../images/icon-area-chart.svg);
}

.demoToggle {
  background: var(--vs-primary);
  position: relative;
  width: 18px;
  height: 9px;
  font-size: 0;
  margin: 0 0 1px 5px;
  border-radius: 10px;
}

.demoToggle em {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 1px;
  right: 1px;
  background: var(--vs-light-03);
  border-radius: 50%;
}

.tabMenu {
  display: flex;
  position: relative;
}

.tabMenu li {
  flex: 1;
  text-align: center;
  padding-bottom: 10px;
  cursor: pointer;
  position: relative;
}

.tabMenu::after,
.tabMenu li::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 3px;
  border-radius: var(--radius-1);
}

.tabMenu::after {
  left: 0;
  width: 100%;
  background-color: var(--vs-dark-02);
  z-index: 1;
}

.tabMenu li::after {
  left: 50%;
  width: 0;
}

.tabMenu li:hover::after,
.tabMenu li.active::after {
  left: 0;
  background-color: var(--vs-secondary);
  z-index: 2;
  width: 100%;
}

.previewPopup {
  background: var(--vs-light-03);
  box-shadow: 0px 16.8251px 33.6503px rgba(35, 23, 5, 0.26);
  border-radius: var(--radius-2);
  border: 1px solid var(--vs-light-02);
  position: fixed;
  padding: 0 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  z-index: 100;
  width: 900px;
  display: flex;
  flex-direction: column;
}

.controlIcon~.previewPopup,
.controlIcon~.popupWrap {
  margin-left: 45px;
}

.controlIcon.active~.previewPopup,
.controlIcon.active~.popupWrap {
  margin-left: 170px;
}

.previewPopup h2 {
  margin: 16px 16px 12px;
  text-align: center;
}

.previewPopup .popupContent {
  padding: 0 16px;
  overflow: auto;
  flex: 1;
}

.popupContent .pageOrientation {
  justify-content: center;
  margin-bottom: 12px;
}

.popupContent .optionList.pageOrientation li {
  width: 100px;
  height: 70px;
  font-size: 0.75rem;
}

.popupContent .optionList.pageOrientation li i {
  font-size: 2rem;
  margin-bottom: 5px;
}

.previewBlk {
  text-align: left;
}

.previewChartWrap {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -8px 20px;
}

.previewChartWrap li {
  margin: 8px;
  background-color: var(--vs-light-03);
  border: 1px solid var(--vs-light-02);
  padding: 16px;
  border-radius: var(--radius-2);
  width: calc(33.33% - 16px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.sectionHeading {
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.sectionHeading span {
  font-size: 1rem;
  font-weight: 600;
}

.previewTable {
  width: 100%;
  border: 1px solid var(--vs-light-02);
}

.previewTable td,
.previewTable th {
  text-align: right;
  padding: 4px 10px;
}

.previewTable td.subColumn {
  padding-left: 24px;
}

.previewTable td:first-child,
.previewTable th:first-child {
  text-align: left;
}

.previewTable th {
  font-weight: 400;
  text-transform: uppercase;
  background-color: var(--vs-light-02);
}

.txtHighlight {
  display: inline-block;
  padding: 2px 5px;
  background-color: var(--vs-success-bg);
  color: var(--vs-success);
}

.txtHighlight.txtNegative {
  background-color: var(--vs-error-bg);
  color: var(--vs-error);
}

.rowStrong {
  font-weight: 600;
}

.rowStrong td {
  border-top: 1px solid var(--vs-light-02);
}

.previewPopup .btnWrap {
  padding: 16px 0;
  margin: 0 -20px;
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);
}

.pageMenu {
  display: flex;
  position: relative;
  margin-bottom: 40px;
}

.pageMenu li {
  padding-bottom: 16px;
  cursor: pointer;
  position: relative;
}

.pageMenu li:not(:last-child) {
  margin-right: 30px;
}

.pageMenu::after,
.pageMenu li::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  border-radius: var(--radius-1);
}

.pageMenu::after {
  left: 0;
  width: 100%;
  background-color: var(--vs-light-01);
  z-index: 1;
}

.pageMenu li::after {
  left: 50%;
  width: 0;
}

.pageMenu li:hover::after,
.pageMenu li.active::after {
  left: 0;
  background-color: var(--vs-primary);
  z-index: 2;
  width: 100%;
}

.pageMenu li:hover,
.pageMenu li.active {
  color: var(--vs-primary);
}

.graphDetail {
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  justify-content: space-between;
}

.grossMarginHeader .graphDetail,
.grossMarginHeader .summeryWrap {
  display: block;
  text-align: left;
}

.grossMarginHeader .graphDetail .resultOther {
  display: inline-block;
}

.resultOther span {
  margin-left: 8px;
  color: var(--vs-success);
  display: inline-block;
  padding-left: 10px;
  background: url(../images/up.svg) no-repeat 0 center / 8px;
}

.resultOther span.negTrend {
  background-image: url(../images/down.svg);
  color: var(--vs-error);
}

.resultOther.default span {
  background-image: url(../images/up-default.svg);
}

.resultOther.default span.negTrend {
  background-image: url(../images/down-default.svg);
}

.resultOther.default span,
.resultOther.default span.negTrend {
  color: var(--vs-text);
}

.floatingWidget {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 390px;
  right: 10px;
  top: 80px;
  padding: 20px;
  background: var(--vs-light-03);
  border: 1px solid var(--vs-light-02);
  border-radius: var(--radius-1);
  max-height: calc(100vh - 90px);
  z-index: 101;
}

.floatingLeft {
  right: auto;
  left: 118px;
}

.controlIcon.active~#panel .floatingLeft,
.controlIcon.active~.floatingLeft {
  left: 356px;
}

.floatingWidget .inlineColBig:not(:last-child),
.floatingWidget .inlineColSmall:not(:last-child) {
  margin-right: 16px;
}

.floatingWidget hr {
  margin: 16px 0;
}

.accHeading {
  display: flex;
  align-items: center;
}

.accHeading .storyHeading {
  margin-right: 10px;
}

.accHeading i.fa-solid {
  margin-left: auto;
  color: var(--vs-primary);
  cursor: pointer;
  flex: 0 0 12px;
}

.accHeading i.fa-solid:hover {
  color: var(--vs-secondary);
}

.accHeading.active i.fa-solid {
  transform: rotate(180deg);
}

.accContent {
  display: none;
  margin-top: 8px;
}

.accContent textarea {
  padding: 5px;
}

.accHeading.active+.accContent {
  display: block;
}

.subHeading {
  margin-bottom: 16px;
}

.sameSizeCol {
  display: flex;
}

.sameSizeCol>* {
  flex: 1;
}

.sameSizeCol>*:not(:last-child) {
  margin-right: 16px;
}

.widgetTopWrap {
  display: flex;
  align-items: start;
}

.widgetTopWrap .closeWidget {
  font-size: 1.5rem;
  margin-left: auto;
  color: var(--vs-primary);
}

.headingWithCheck {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.headingWithCheck .customCheck {
  margin-top: 0;
}

.accountName {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
}

.accountName>* {
  margin-right: 5px;
}

.showPercentage {
  display: flex;
  align-items: center;
}

.showPercentage select {
  flex: 1;
  margin-left: 8px;
}

.customDd {
  display: flex;
  justify-content: space-between;
}

.customDd .customDdToggle {
  cursor: pointer;
  color: var(--vs-primary);
  background: var(--vs-light-05);
  padding: 3px 10px;
  border-radius: 4px;
}

.customDd .customDdToggle:hover {
  color: var(--vs-dark-01);
}

.customDd+.ddContainer {
  display: none;
  padding: 8px;
  background: var(--vs-light-05);
  margin-top: -4px;
  border-radius: 8px 0 8px 8px;
}

.customDd+.ddContainer.show {
  display: block;
}

.ant-select .ant-select-clear svg path {
  fill: var(--vs-error);
}

.roleSelectWrap,
.selectPrivileges {
  margin-bottom: 20px;
}

.roleSelectWrap .boxCustomControl {
  display: flex;
}

.selectControlRow {
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.selectControlRow>label {
  flex: 0 0 240px;
}

.selectControlRow.rowMain>label {
  font-weight: 600;
}

.selectControlRow .customControls {
  flex: 1;
  display: flex;
  margin: 0 -5px;
}

.selectControlRow .customControls .customCheck {
  flex: 0 0 25%;
  margin-right: 0;
}

.minMaxValueWrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.minMaxValueWrap .minValueBlk,
.minMaxValueWrap .maxValueBlk {
  display: flex;
  align-items: center;
}

.minMaxValueWrap .minValueBlk input,
.minMaxValueWrap .maxValueBlk input {
  width: 80px;
  margin-left: 5px;
  padding: 5px 10px;
}

.txtIndentMain {
  font-weight: 700;
}

.txtIndent1 {
  padding-left: 20px;
}

.txtIndent2 {
  padding-left: 40px;
}

.widgetDesc,
.tabeBtmArea {
  text-align: left !important;
}

i.fa-ellipsis-vertical {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 4px 9px;
  font-size: 0.875rem;
}

i.fa-ellipsis-vertical:hover {
  background-color: var(--vs-light-03);
  border-color: var(--vs-light-02);
}

.twoColWrap {
  display: flex;
}

.twoColWrap .leftCol {
  flex: 0 0 280px;
  width: 280px;
  padding-right: 30px;
}

.twoColWrap .rightCol {
  flex: 1;
  padding-left: 30px;
  border-left: 1px solid var(--vs-light-02);
}

.statusBlk {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}

.statusBlk li {
  position: relative;
  display: flex;
  align-items: center;
}

.statusBlk li>span {
  padding-top: 3px;
}

.statusBlk li::before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--vs-light-02);
  background: var(--vs-light-03);
  flex: 0 0 24px;
  margin-right: 16px;
  position: relative;
  z-index: 2;
}

.statusBlk li.active {
  color: var(--vs-secondary);
}

.statusBlk li.active::before {
  border-color: var(--vs-secondary);
}

.statusBlk li.stepDone::before {
  border: 1px solid var(--vs-secondary);
  background: var(--vs-secondary) url(../images/icon-done.svg) no-repeat center center / 14px 9px;
}

.statusBlk li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 11px;
  width: 1px;
  background-color: var(--vs-light-02);
  z-index: 1;
}

.statusBlk li.stepDone:not(:last-child)::after {
  background-color: var(--vs-secondary);
}

.statusBlk li:not(:last-child) {
  padding-bottom: 16px;
}

.statusBlk li em {
  display: block;
  font-size: 0.675rem;
  opacity: 0.7;
  font-style: normal;
}

@media (max-width: 1279px) {
  .landingCont {
    padding: 30px 40px;
  }

  .landingFooter {
    padding: 16px 40px;
  }

  .landingWrap h1 {
    margin-bottom: 20px;
  }

  .landingWrap h1 img {
    width: 120px;
  }

  .landingCont .contentBlk {
    padding: 30px 0;
  }

  .landingCont .leftCont {
    padding-right: 60px;
  }

  .landingPic img {
    width: 400px;
  }

  .landingCont h2 {
    font-size: 3rem;
  }
}

@media (max-width: 991px) {
  .landingContWrap {
    text-align: center;
  }

  .landingCont .contentBlk {
    flex-direction: column-reverse;
  }

  .landingCont .leftCont {
    padding: 30px 0 0;
  }
}

@media (max-width: 767px) {
  .landingCont {
    padding: 30px;
  }

  .landingPic {
    padding: 0 30px;
  }

  .landingCont h2 {
    font-size: 2rem;
  }

  .formWrap button {
    margin-left: 8px;
  }
}