/* my custom style */
.columnBlockLayout {
  padding: 16px 0 !important;
}

.ePlan-bars-goals-right-btn {
  padding: 10px 20px;
  background-color: #ffc52e;
  width: 100%;
  box-shadow: 0px 3px 0px #f99f20;
  display: flex;
  outline: none !important;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.msos-container:not(.msos-disabled).msos-focused{
  border-color: #9831a7;
}
.input-group-btn:last-child {
  background: #ffc52e !important;
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  background: #ffc52e !important;
  color: black !important;
}

.input-group-btn:last-child > .btn:hover,
.input-group-btn:last-child > .btn-group:hover {
    background-color: #ffc52e !important;
}

.text-center {
  text-align: center;
}

input#InsertButton {
  padding: 16px !important;
  text-transform: capitalize !important;
}

.modal-group-btn {
  display: flex;
  justify-content: center;
}

.ePlan-bar-activated-goals {
  border-width: 0 0 5px 0;
  border-style: solid;
  border-color: #862b90;
}

.ePlan-bars-contents-goals-right {
  padding: 24px;
  background-color: #862b90;
  border-radius: 4px;
  margin-left: 64px;
  height: fit-content;
}

/* toggle switch */
.cl-toggle-switch {
  position: relative;
}

.crmEntityFormView .actions {
  border: none !important;
  margin: 0px 28px !important;
}

.page-header {
  border: none !important;
  margin: 42px 0px 0px !important;
}

h1.amf-rteElement-H1 {
  color: black !important;
  padding: 0px 36px !important;
}

.cl-switch {
  position: relative;
  margin: 0;
}

/* Support page */
.container-supportpage {
  padding: 64px 84px;
  align-items: center;
  gap: 40px;
  flex: 1 0 0;
  border-radius: 4px;
  background: var(--secondary-10, #F3EAF4);
}

/* Input */
.cl-switch>input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  right: 6px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgb(0, 0, 0, 0.38);
  outline: none;
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
  transition:
    opacity 0.3s 0.1s,
    transform 0.2s 0.1s;
}

/* Track */
.cl-switch>span::before {
  content: '';
  float: right;
  display: inline-block;
  margin: 5px 0 5px 10px;
  border-radius: 7px;
  width: 36px;
  height: 14px;
  background-color: rgba(60, 60, 67, 0.3);
  vertical-align: top;
  transition:
    background-color 0.2s,
    opacity 0.2s;
}

/* Thumb */
.cl-switch>span::after {
  content: '';
  position: absolute;
  top: 2px;
  right: 16px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: 0.5px solid rgba(60, 60, 67, 0.3);
  transition:
    background-color 0.2s,
    transform 0.2s;
}

/* Checked */
.cl-switch>input:checked {
  right: -10px;
  background-color: rgba(134, 43, 144, 0.5);
}

.cl-switch>input:checked+span::before {
  background-color: rgba(134, 43, 144, 0.5);
}

.cl-switch>input:checked+span::after {
  background-color: rgba(134, 43, 144, 1);
  transform: translateX(16px);
}

/* Hover, Focus */
.cl-switch:hover>input {
  opacity: 0.04;
}

.cl-switch>input:focus {
  opacity: 0.12;
}

.cl-switch:hover>input:focus {
  opacity: 0.16;
}

/* Active */
.cl-switch>input:active {
  opacity: 1;
  transform: scale(0);
  transition:
    transform 0s,
    opacity 0s;
}

.cl-switch>input:active+span::before {
  background-color: rgba(60, 60, 67, 0.3);
}

.cl-switch>input:checked:active+span::before {
  background-color: rgba(134, 43, 144, 0.5);
}

/* Disabled */
.cl-switch>input:disabled {
  opacity: 0;
}

.cl-switch>input:disabled+span::before {
  background-color: rgba(60, 60, 67, 0.1);
}

.cl-switch>input:checked:disabled+span::before {
  background-color: rgba(134, 43, 144, 0.5);
}

.cl-switch>input:checked:disabled+span::after {
  background-color: rgba(134, 43, 144, 1);
}

/* toggle switch */

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.bg-red {
  padding: 10px 0 0 0 !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.nav-item-selected {
  border-width: 0 0 3px 0;
  border-color: #862b90;
  border-style: solid;
}

.mb-8 {
  margin-bottom: 8px;
}

.mr-56 {
  margin-right: 56px;
}

.w-121 {
  width: 121px;
}

.header-border {
  margin-top: 27px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #cecece;
}

.container-page {
  padding: 0 84px 0 84px;
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pt-64 {
  padding-top: 64px;
}

.pr-16 {
  padding-right: 16px;
}

.mx-8 {
  margin-right: 8px;
  margin-left: 8px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-12 {
  margin-right: 12px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-24 {
  margin-right: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mt-64 {
  margin-top: 64px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ePlan-nav-text {
  padding-bottom: 37px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
}

.ePlan-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 6px;
  color: #333333;
}

.user-header {
  /* display: flex; */
  align-items: center;
  /* height: 78px; */
  padding: 34px 0 57px 0;
  float: right;
}

.fs-20-regular {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
}

.fs-20-medium {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  word-wrap: break-word;
}

.w-100 {
  width: 100%;
}

.fs-20-bold {
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
  word-wrap: break-word;
}

.fs-16-bold-heigh-20 {
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;

  word-wrap: break-word;
}

.fs-32-bold {
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  word-wrap: break-word;
}

.fs-32-regular {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word;
}

.fs-24-bold {
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  word-wrap: break-word;
}

.h-24 {
  height: 24px;
}

.fs-24-medium {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  word-wrap: break-word;
}

.fs-24-regular {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  word-wrap: break-word;
}

.fs-16-bold {
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  word-wrap: break-word;
}

.fs-16-lh20 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  word-wrap: break-word;
}

.fs-16-semiMedium {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}

.fs-16-medium {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
}

.fs-16-regular {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.fs-16-thin {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  word-wrap: break-word;
}

.fs-14-thin {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  word-wrap: break-word;
}

.fs-14-medium-16 {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  word-wrap: break-word;
}

.fs-14-medium {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  word-wrap: break-word;
}

.fs-14-bold {
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  word-wrap: break-word;
}

.fs-14-regular {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

.text-underline {
  text-decoration: underline;
}

.txt-input-area-container {}

.txt-input-area {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 14px;
  border: 1px #8f8f8f solid;
  border-radius: 4px;
}

.main-color {
  color: #862b90;
}

.secondary-color {
  color: #333333;
}

.third-color {
  color: #58585b;
}

.white-color {
  color: #ffffff;
}

.required-color {
  color: #f26177;
}

.unit-content {
  /* gap: 20px; */
  flex-wrap: wrap;
}

.p-0 {
  padding: 0 16px 0 0;
}

.pd-0 {
  padding: 0;
}

.center-item {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.unit-item {
  align-items: center;
  border-width: 1px;
  border-style: solid;
  height: 100%;
  width: 100%;
  border-color: #cecece;
  border-radius: 4px;
  box-shadow: 0px 3px 0px #cecece;
  padding: 20px 16px 20px 16px;
}

.footer-banner {
  padding: 32px;
  border-radius: 4px;
  background-color: #862b90;
}

.footer-banner-left {
  width: 50%;
}

.footer-banner-btn {
  padding: 10px 20px;
  background: #862b90;
  box-shadow: 0px 3px 0px #b680bc;
  border-radius: 4px;
  border: 1px white solid;
  justify-content: center;
  align-items: center;
}

.footer-banner-btn-2 {
  text-align: center;
}

.object-fit-cover {
  object-fit: cover;
}

.ePlan-title-left {
  width: 100%;
}

.ePlan-overview {
  display: flex;
}

.ePlan-title-right {
  margin-left: 64px;
}

.ePlan-number-goals {
  width: 20px;
  height: 20px;
  background-color: #862b90;
  border-radius: 50%;
  text-align: center;
  margin-right: 12px;
}

.ePlan-number-progess {
  width: 20px;
  height: 20px;
  background-color: #ffc52e;
  border-radius: 50%;
  text-align: center;
  margin-right: 12px;
}

.ePlan-bars {
  gap: 40px;
}

.ePlan-set-goals {
  cursor: pointer;
  padding-bottom: 24px;
  width: 100%;
  justify-content: center;
}

.ePlan-set-goals:hover {
  border-width: 0 0 5px 0;
  border-style: solid;
  border-color: #862b90;
  transition: 0.1s;
}

.ePlan-track-progress {
  cursor: pointer;
  padding-bottom: 24px;
  width: 100%;
  justify-content: center;
}

.ePlan-track-progress:hover {
  border-width: 0 0 5px 0;
  border-style: solid;
  border-color: #ffc52e;
  transition: 0.1s;
}

.div-title-long {
  width: 100%;
  height: 100%;
  padding: 32px;
  background: #fff3d5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.ePlan-bar-activated-progess {
  border-width: 0 0 5px 0;
  border-style: solid;
  border-color: #ffc52e;
}

.ePlan-bars-contents-goals {
  background-color: #f3eaf4;
  padding-top: 40px;
  padding-bottom: 40px;
}

.ePlan-bars-contents-goals-left {
  width: 100%;
  /* margin-right: 64px; */
}

.ePlan-bars-contents-goals-right-container {
  width: 344px;
}

.ePlan-bars-content-select-goals {
  display: flex;
  justify-content: space-between;
}

.ePlan-bars-content-goals-item {
  padding: 12px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 8px;
}

/* SignIn.html */
.signIn-signIn {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #ffc52e;
  box-shadow: 0px 3px 0px #f99f20;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  display: inline-flex;
}

.button-signIn {
  border: none;
  outline: none;
  text-align: center;
  background: #ffc52e;
  color: #333333;
  font-size: 16px;
  font-family: Museo Sans Rounded;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.signIn-register {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0px 2px 0px 1px #cecece;
  border-radius: 4px;
  border: 1px #737373 solid;
  justify-content: center;
  align-items: center;
  gap: 4px;
  display: inline-flex;
}

.button-register {
  border: none;
  outline: none;
  text-align: center;
  color: #333333;
  background-color: white;
  font-size: 16px;
  font-family: Museo Sans Rounded;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.signIn-register {
  color: #333333;
  font-size: 16px;
  font-family: Museo Sans Rounded;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.signIn-Input {
  color: #333333;
  font-size: 14px;
  font-family: Museo Sans Rounded;
  font-weight: 600;
  line-height: 16px;
  word-wrap: break-word;
}

.signIn-text {
  color: var(--body-process, #58585b);
  font-feature-settings:
    'clig' off,
    'liga' off;
  font-family: Museo Sans Rounded;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 140% */
  display: inline-flex;
  margin-bottom: 24px;
  width: 100%;
}

.signIn-text-low {
  color: #58585b;
  font-size: 14px;
  font-family: Museo Sans Rounded;
  font-weight: 300;
  line-height: 20px;
  word-wrap: break-word;
}

.signIn-title {
  color: #333333;
  font-size: 32px;
  font-family: Museo Sans Rounded;
  font-weight: 800;
  line-height: 40px;
  word-wrap: break-word;
}

.signIn-required {
  color: #58585b;
  font-size: 16px;
  font-family: Museo Sans Rounded;
  font-weight: 300;
  line-height: 24px;
  word-wrap: break-word;
  margin-left: 10px;
}

.signIn-checkbox {
  fill: var(--White, #fff);
  stroke-width: 1px;
  stroke: var(--form-input-field, #8f8f8f);
  width: 30px;
  height: 17px;
}

.signIn-checkbox-remember {
  margin-left: 20px;
  color: #58585b;
  font-size: 16px;
  font-family: Museo Sans Rounded;
  font-weight: 300;
  line-height: 24px;
  word-wrap: break-word;
}

.signIn-forgotPass {
  color: var(--Grape, #862b90);
  text-align: center;
  font-feature-settings:
    'clig' off,
    'liga' off;
  font-family: Museo Sans Rounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
  align-self: stretch;
  margin-top: 24px;
}

/* registration  */
.div-registration {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.div-div-registration {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.div-div-div-registration {
  align-self: stretch;
  color: #333333;
  font-size: 32px;

  font-weight: 800;
  line-height: 40px;
  word-wrap: break-word;
}

.super-space {
  width: 270px;
  height: 16px;
  position: relative;
}

.div-space {
  width: 24px;
  height: 24px;
  position: relative;
}

.input-registration {
  border: none;
  outline: none;
  width: 292px;
  color: #737373;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.div-space-space {
  height: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.div-space-below {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}

.div-space-below-gap-8 {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: inline-flex;
}

.h-100 {
  height: 100%;
}

.flex-1-1-0 {
  flex: 1 1 0;
}

.div-space-below-below {
  align-self: stretch;
  height: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1px;
  display: inline-flex;
}

.div-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-span {
  color: #58585b;
  font-size: 16px;
  font-family: Museo Sans Rounded;
  font-weight: 300;
  line-height: 24px;
  word-wrap: break-word;
}

.in-div-middle {
  flex: 1 1 0;
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.div-top {
  height: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.div-span-span {
  color: #862b90;
  font-size: 16px;
  font-family: Museo Sans Rounded;
  font-weight: 300;
  text-decoration: underline;
  line-height: 24px;
  word-wrap: break-word;
}

.div-title {
  color: #333333;
  font-size: 14px;
  font-family: Museo Sans Rounded;
  font-weight: 600;
  line-height: 16px;
  word-wrap: break-word;
}

.div-middle {
  align-self: stretch;
  height: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.div-below-space-role-at-school {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  display: inline-flex;
}

.div-below-space {
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1px;
  display: inline-flex;
}

.div-span-focus {
  color: #f26177;
  font-size: 14px;
  font-family: Museo Sans Rounded;
  font-weight: 600;
  line-height: 16px;
  word-wrap: break-word;
}

.input-checkbox {
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 4px;
  border: 1px #8f8f8f solid;
}

.div-input-registration {
  align-self: stretch;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: white;
  border-radius: 4px;
  overflow: hidden;
  border: 1px #8f8f8f solid;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.div-44 {
  width: 44px;
  height: 44px;
  padding: 12px;
  background: #ffc52e;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-near-search {
  width: 50%;
  align-self: stretch;
  height: 44px;
  padding-left: 14px;
  background: white;
  border-radius: 4px;
  border: 1px #8f8f8f solid;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.h-48 {
  height: 48px;
}

.h-44 {
  height: 44px;
}

.w-50 {
  width: 50%;
}

.input-container {
  position: relative;
  width: 100%;
  flex: 1 1 0;
}

.color-da {
  color: #da2843;
}

.span-focus {
  color: #da2843;
  font-size: 16px;
  font-family: Museo Sans Rounded;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.button-submit {
  text-align: center;
  color: #333333;
  font-size: 20px;
  font-family: Museo Sans Rounded;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
  background: #ffc52e;
  border: none;
}

.div-button-submit {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #ffc52e;
  box-shadow: 0px 3px 0px #f99f20;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: auto;
  margin-left: 15px;
  display: inline-flex;
}

.div-role {
  width: auto;
  flex: 1 1 0;
  color: black;
  font-size: 16px;
  font-family: Museo Sans Rounded;
  font-weight: 300;
  line-height: 24px;
  border: none;
  outline: none;
  background: transparent;
}

.input-field {
  width: 50%;
  color: #737373;
  font-size: 16px;
  font-family: 'Museo Sans Rounded', sans-serif;
  font-weight: 300;
  line-height: 24px;
  border: 1px solid #ccc;
  padding: 8px;
  border: none;
  outline: none;
  border-radius: 4px;
}

.placeholder-text {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  color: #737373;
  font-size: 16px;
  font-family: 'Museo Sans Rounded', sans-serif;
  font-weight: 300;
  line-height: 24px;
  pointer-events: none;
  transition: all 0.3s ease;
}

.support-click {
  width: 140px;
  color: #333333;
  font-size: 16px;
  font-family: Museo Sans Rounded;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

/* registration-confirm */

.space-registration-confirm {
  width: 830px;
  height: 16px;
  position: relative;
}

.div-first {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.div-title {
  align-self: stretch;
  height: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.confirm-text {
  align-self: stretch;
  text-align: center;
  color: #333333;
  font-size: 32px;
  font-family: Museo Sans Rounded;
  font-weight: 800;
  line-height: 40px;
  word-wrap: break-word;
}

.text-title-confirm {
  align-self: stretch;
  text-align: center;
  color: #58585b;
  font-size: 16px;
  font-family: Museo Sans Rounded;
  font-weight: 300;
  line-height: 24px;
  word-wrap: break-word;
}

.text-infor-email {
  align-self: stretch;
  text-align: center;
  color: #333333;
  font-size: 20px;
  font-family: Museo Sans Rounded;
  font-weight: 00;
  line-height: 28px;
  word-wrap: break-word;
}

/* digital-lincese */

.title-head {
  color: #333333;
  font-size: 16px;
  font-family: Museo Sans Rounded;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

/* register event */
.register-event-left {
  padding: 9px 0;
  margin-bottom: 18px;
}

.register-event-left-item-activated {
  border-width: 0 0 2.5px 0;
  border-style: solid;
  border-color: #862b90;
}

.register-event-left-item {
  margin-top: 24px;
  padding: 9px 0;
}

.register-event-right-item {
  padding: 32px;
  background-color: #f3eaf4;
  border-radius: 4px;
}

/* accessing resources */
.accessing-resources-left {
  padding: 0 0 24px 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #cecece;
}

.accessing-resources-left-item {
  display: flex;
  align-items: center;
}

.accessing-resources-filter-btn {
  padding: 10px 20px;
  background-color: #ffc52e;
  box-shadow: 0px 3px 0px #f99f20;
  border-radius: 4px;
  display: flex;
  outline: none !important;
  align-items: center;
  justify-content: center;
}

.accessing-resources-container-input {
  width: 100%;
  border: 1px solid #8f8f8f;
  /* margin-right: 16px; */
  border-radius: 4px;
}

.accessing-resources-input-field {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 10px 14px;
  border-radius: 4px;
}

.accessing-resources-item {
  display: flex;
}

.accessing-resources-item-left {
  width: 100%;
  align-self: center;
}

.accessing-resources-item-right {
  margin-left: 64px;
}

.accessing-resources-item-hr {
  height: 1px;
  margin: 24px 0;
  background-color: #cecece;
}

/* pagination */
.pagination-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  font-size: 16px;
  line-height: 24px;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #862b90;
  color: white;
  border-radius: 50%;
}

.pagination a:hover:not(.active) {
  border-radius: 50%;
  opacity: 0.8;
  background-color: #ddd;
  transition: background-color 0.3s;
}

.pagination-previous,
.pagination-next {
  display: flex;
  align-items: center;
}

/* pagination */

/* table */
.table {
  margin-bottom: 16px;
  border-collapse: separate;
}

.table>thead>tr>th,
.table>tbody>tr>td {
  border: none;
  padding: 12px;
}

.table>tbody>tr {
  background-color: #f3eaf4;
  border-radius: 4px;
}

.table>tbody>tr>td {
  border: 8px solid white;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

/* table */

/* Account Details */
.account-details-container-btn {
  float: right;
}

.float-right {
  float: right;
}

/* Account Details */
.btn-open-modal {
  border: none;
}

/* Modal */
/* .modal-body {
  padding: 40px;
} */

@media (min-width: 768px) {
  .modal-sm {
    width: 400px;
  }
}

.group-checkbox-modal {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cancel-btn-modal {
  padding: 10px 20px;
  background-color: #ffffff;
  box-shadow: 0px 3px 0px #cecece;
  border: 1px solid #737373;
  display: flex;
  outline: none !important;
  align-items: center;
  justify-content: center;
}

.custom-btn {
  width: 100%;
}

.input-checkbox-permission {
  width: 24px;
  height: 24px;
}

.input-checkbox-permission[type='checkbox'] {
  accent-color: #862b90;
}

/* Modal */

/* ePlain-track */
.ePlan-track-navbar {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff3d5;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 64px;
}

.ePlan-track-below-navbar {
  align-self: stretch;
  align-items: center;
}

.ePlan-div-view-area {
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: flex;
}

.ePlan-space {
  width: 16px;
  height: 16px;
  position: relative;
}

.ePlan-space-below {
  width: 16px;
  height: 9.01px;
  left: 0px;
  top: 3.49px;
  position: absolute;
  background: #f26177;
}

.color-after {
  color: #f26177;
}

.ePlan-space-height-24 {
  width: 24px;
  height: 24px;
  position: relative;
}

.ePlan-top-display {
  align-self: stretch;

  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.ePlan-track-display-items {
  align-self: stretch;

  padding: 24px;
  background: white;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ePlan-txt-heght-20 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  word-wrap: break-word;
}

.fw-400-fz-16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

.color-c-e {
  color: #cecece;
}

.ePlain-div-button {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1px;
  display: flex;
}

.color-white {
  color: white;
}

.button-active {
  color: white;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #862b90;
  border-radius: 108px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1px;
  display: flex;
}

.below-title {
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  display: flex;
}

.below-below-title {
  padding: 4px;
  background: #fff3d5;
  border-radius: 241px;
  border: 1px #fff3d5 solid;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ePlan-below-complete {
  align-self: stretch;
  padding: 24px;
  background: white;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  display: inline-flex;
}

.button-active {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #862b90;
  border-radius: 108px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1px;
  display: flex;
  color: white;
}

.button-inactive {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  justify-content: flex-start;
  align-items: flex-st art;
  gap: 1px;
  display: flex;
  color: #333333;
}

.button-layout {
  padding: 4px;
  background: #fff3d5;
  border-radius: 241px;
  border: 1px #fff3d5 solid;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-setting {
  width: 25%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  display: flex;
}

.track-progress-item {
  padding: 24px;
  gap: 24px;
  border-radius: 4px;
  background-color: #ffffff;
  display: flex;
}

@media (max-width: 768px) {
  .track-progress-item {
    flex-direction: column;
  }

  .track-progress-item-right-item {
    padding: 6px 10px !important;
  }
}

.track-progress-item-left {
  width: 100%;
}

.track-progress-item-right {
  align-self: center;
}

.track-progress-item-right-container {
  background-color: #fff3d5;
  border-radius: 241px;
  padding: 4px;
  display: flex;
  align-items: center;
}

.track-progress-item-right-item {
  padding: 6px 16px;
  /* border-radius: 20px; */
}

.track-progress-item-right-item-activated {
  background-color: #862b90;
  border-radius: 108px;
}

.track-progress-item-right-item-activated>span {
  color: white;
}

.hr-icon {
  display: flex;
  align-items: center;
}

.hr-icon::before {
  content: '';
  height: 1px;
  opacity: 0.5;
  background-color: #cecece;
  margin-right: 24px;
  width: 100%;
}

.hr-icon::after {
  content: '';
  height: 1px;
  opacity: 0.5;
  margin-left: 24px;
  background-color: #cecece;
  width: 100%;
}

.sign-in-footer {
  margin-top: 32px;
}

.e-smart-tooltip {
  position: relative;
}

.e-smart-tooltip:after,
.tooltip:before {
  opacity: 0;
  pointer-events: none;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 10;
  transform: translate(-50%, 10px);
  transform-origin: top;
  transition: all 0.18s ease-out 0.18s;
}

.e-smart-tooltip:after {
  background-color: #f5f5f5;
  box-shadow: 0 0 3px #ddd;
  content: attr(data-tooltip);
  padding: 10px;
  white-space: nowrap;
  margin-bottom: 11px;
}

.e-smart-tooltip:before {
  width: 0;
  height: 0;
  content: "";
  margin-bottom: 6px;
}

.e-smart-tooltip:hover:before,
.e-smart-tooltip:hover:after {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

/* [data-tooltip-pos="up"]:before {
        // border-left: 6px solid transparent;
        // border-right: 6px solid transparent;
        // border-top: 6px solid #f5f5f5;
        margin-bottom: 6px;
    }

    [data-tooltip-pos="down"]:before {
        // border-left: 6px solid transparent;
        // border-right: 6px solid transparent;
        // border-bottom: 6px solid #f5f5f5;
        margin-top: 6px;
    }

    [data-tooltip-pos="right"]:before {
        // border-top: 6px solid transparent;
        // border-right: 6px solid #f5f5f5;
        // border-bottom: 6px solid transparent;
        margin-left: 6px;
    }

    [data-tooltip-pos="left"]:before {
        // border-top: 6px solid transparent;
        // border-left: 6px solid #f5f5f5;
        // border-bottom: 6px solid transparent;
        margin-right: 6px;
    } */

[data-tooltip-pos="down"]:before,
[data-tooltip-pos="down"]:after {
  bottom: auto;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -10px);
}

[data-tooltip-pos="down"]:after {
  margin-top: 11px;
}

[data-tooltip-pos="down"]:hover:before,
[data-tooltip-pos="down"]:hover:after {
  transform: translate(-50%, 0);
}

[data-tooltip-pos="left"]:before,
[data-tooltip-pos="left"]:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate(10px, -50%);
}

[data-tooltip-pos="left"]:after {
  margin-right: 11px;
}

[data-tooltip-pos="left"]:hover:before,
[data-tooltip-pos="left"]:hover:after {
  transform: translate(0, -50%);
}

[data-tooltip-pos="right"]:before,
[data-tooltip-pos="right"]:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate(-10px, -50%);
}

[data-tooltip-pos="right"]:after {
  margin-left: 11px;
}

[data-tooltip-pos="right"]:hover:before,
[data-tooltip-pos="right"]:hover:after {
  transform: translate(0, -50%);
}

[data-tooltip-length]:after {
  white-space: normal;
}

[data-tooltip-length="small"]:after {
  width: 80px;
}

[data-tooltip-length="medium"]:after {
  width: 150px;
}

[data-tooltip-length="large"]:after {
  width: 260px;
}

[data-tooltip-length="xlarge"]:after {
  width: 550px;
}

[data-tooltip-length="fit"]:after {
  width: 100%;
}

/* my custom style */