.sw-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.sw-col-1, .sw-col-2, .sw-col-3, .sw-col-4, .sw-col-5, .sw-col-6, .sw-col-7, .sw-col-8, .sw-col-9, .sw-col-10, .sw-col-11, .sw-col-12,
.sw-col-sm-1, .sw-col-sm-2, .sw-col-sm-3, .sw-col-sm-4, .sw-col-sm-5, .sw-col-sm-6, .sw-col-sm-7, .sw-col-sm-8, .sw-col-sm-9, .sw-col-sm-10, .sw-col-sm-11, .sw-col-sm-12, .sw-col-md-1, .sw-col-md-2, .sw-col-md-3, .sw-col-md-4, .sw-col-md-5, .sw-col-md-6, .sw-col-md-7, .sw-col-md-8,
.sw-col-md-9, .sw-col-md-10, .sw-col-md-11, .sw-col-md-12, .sw-col-lg-1, .sw-col-lg-2, .sw-col-lg-3, .sw-col-lg-4, .sw-col-lg-5, .sw-col-lg-6, .sw-col-lg-7, .sw-col-lg-8, .sw-col-lg-9, .sw-col-lg-10, .sw-col-lg-11, .sw-col-lg-12 {
  position: relative;
  width: 100%;
}

.sw-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.sw-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.sw-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.sw-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.sw-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.sw-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.sw-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.sw-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.sw-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.sw-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.sw-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.sw-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .sw-col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 576px) {
  .sw-col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 576px) {
  .sw-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 576px) {
  .sw-col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 576px) {
  .sw-col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 576px) {
  .sw-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 576px) {
  .sw-col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 576px) {
  .sw-col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 576px) {
  .sw-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 576px) {
  .sw-col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 576px) {
  .sw-col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 576px) {
  .sw-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .sw-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 768px) {
  .sw-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  .sw-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .sw-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 768px) {
  .sw-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 768px) {
  .sw-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .sw-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 768px) {
  .sw-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 768px) {
  .sw-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .sw-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 768px) {
  .sw-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .sw-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .sw-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 992px) {
  .sw-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  .sw-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .sw-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .sw-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 992px) {
  .sw-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .sw-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 992px) {
  .sw-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 992px) {
  .sw-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .sw-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 992px) {
  .sw-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .sw-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.sw-container,
.sw-container-fluid,
.sw-container-xxl,
.sw-container-xl,
.sw-container-lg,
.sw-container-md,
.sw-container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .sw-container-sm, .sw-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .sw-container-md, .sw-container-sm, .sw-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .sw-container-lg, .sw-container-md, .sw-container-sm, .sw-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .sw-container-xl, .sw-container-lg, .sw-container-md, .sw-container-sm, .sw-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .sw-container-xxl, .sw-container-xl, .sw-container-lg, .sw-container-md, .sw-container-sm, .sw-container {
    max-width: 1320px;
  }
}
.sw-btn {
  outline: transparent;
  position: relative;
  box-sizing: border-box;
  user-select: none;
  background-color: var(--theme-primary);
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: inherit;
  border: 1px solid var(--theme-primary);
  border-radius: 2px;
  letter-spacing: 0.0892857143em;
  text-decoration: none;
  padding: 0.4em 1em;
  text-align: center;
  display: inline-block;
  align-items: center;
}
.sw-btn:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12) !important;
}
.sw-btn:hover, .sw-btn:focus {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.sw-btn:focus::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(248, 249, 250, 0.25);
  top: 0em;
  left: 0em;
  box-shadow: 0 0 10px rgba(248, 249, 250, 0.25);
  transition: opacity 1.8s;
}

.sw-btn-outline {
  background-color: transparent;
  cursor: pointer;
  border: 0.7px solid var(--theme-primary) !important;
  color: var(--theme-primary);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 480ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 480ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sw-btn-outline:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.sw-btn-outline:hover, .sw-btn-outline:focus {
  background: var(--theme-primary);
  color: var(--theme-surface);
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.sw-btn-text {
  background-color: transparent;
  cursor: pointer;
  border: none;
  color: var(--theme-primary);
  box-shadow: none;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 480ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 480ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sw-btn-text:hover, .sw-btn-text:focus {
  background: var(--theme-primary);
  color: var(--theme-surface);
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.sw-btn-surface {
  background: var(--theme-surface) !important;
  color: var(--theme-primary) !important;
}
.sw-btn-surface:focus::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  top: 0em;
  left: 0em;
  box-shadow: 0 0 10px rgba(248, 249, 250, 0.15);
  transition: opacity 1.8s;
}

.sw-btn-secondary {
  background-color: var(--theme-secondary);
  color: var(--theme-primary);
  border: 0.8px solid #c9c9c9;
}
.sw-btn-secondary:focus::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  top: 0em;
  left: 0em;
  box-shadow: 0 0 10px rgba(248, 249, 250, 0.15);
  transition: opacity 1.8s;
}

.sw-btn-group {
  margin: 0;
  padding: 0;
  background-color: var(--theme-primary);
  box-sizing: border-box;
  border: none;
  outline: none;
  border-radius: 4px;
  padding: 1px;
  display: inline-flex;
  align-items: center;
}

.sw-btn-dropdown::before {
  content: "";
  border: solid var(--theme-secondary);
  background: none;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  position: relative;
  bottom: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.sw-btn-sm {
  font-size: 9.8px;
  padding: 0.3em 0.6em;
}

.sw-btn-md {
  font-size: 14px;
  padding: 0.6em 1.2em;
}

.sw-btn-lg {
  font-size: 17.5px;
  padding: 0.7em 1.5em;
}

.sw-btn-ripple {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.61);
  width: 20px;
  height: 20px;
  animation: ripple 1s;
  opacity: 0;
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(10);
  }
}
.sw-droplabel {
  cursor: pointer;
}

.sw-dropdown {
  position: relative;
  display: inline-block;
}

.sw-dropmenu {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 5px 0px;
  max-height: 350px;
  overflow-y: auto;
  min-width: 200px;
  z-index: 1000;
  background-color: #fff;
  opacity: 0;
}

.sw-dropmenu > .sw-item {
  font-family: inherit;
  padding: 10px 25px;
  color: black;
  display: block;
  user-select: none;
  cursor: pointer;
}

.sw-dropmenu > .sw-item:hover {
  background: rgba(10, 24, 31, 0.1);
}

.sw-dropmenu.active {
  display: inline-block;
  opacity: 1;
}

.sw-dropmenu.is__opening {
  display: block !important;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition-duration: 270ms;
}

.sw-dropmenu.active.is__closeing {
  display: block !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-duration: 270ms;
}

.sw-dropmenu::-webkit-scrollbar {
  background: #eee;
  width: 8px;
  border-right: 0.3px solid #e1e1e1;
}

.sw-dropmenu::-webkit-scrollbar-thumb {
  background: #d1d0d0;
  width: 4px;
  border-radius: 4px;
}

.sw-card {
  position: relative;
  background-color: #fff;
  min-height: 20px;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  border-radius: 4px;
  color: #555655;
  border: 0.8px solid #dcd8da;
  background-clip: border-box;
}

.sw-card-body {
  padding: 20px 15px;
}

.sw-card-title {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.5em;
  letter-spacing: 0.51px;
}

.sw-card-subtitle {
  position: relative;
  width: 100%;
  margin: -5px 0px 5px 0px;
  font-size: 1.2em;
  letter-spacing: 0.51px;
  color: #6c757d;
}

.sw-card-footer {
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  margin: 10px 0 -10px 0;
  letter-spacing: 0.51px;
  font-size: 0.9em;
}

.sw-card-img,
.sw-card-img-overlay {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  border-radius: 4px;
  background-size: cover;
}

.sw-card-img {
  top: 0;
}

.sw-card-img-overlay {
  position: absolute;
  color: #fff;
  height: 100%;
  background: rgba(125, 125, 125, 0.55);
}
.sw-card-img-overlay .sw-card-body {
  height: 100%;
}
.sw-card-img-overlay .sw-card-body .sw-card-subtitle {
  color: #fff;
}

.sw-navbar {
  background-color: var(--theme-primary);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem;
}

.sw-navbar-logo {
  margin: 0;
  color: #fff;
  display: inline-block;
  margin-right: 1em;
  font-size: 1.5em;
  line-height: inherit;
  white-space: nowrap;
}

.sw-navbar-nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (min-width: 576px) {
  .sw-navbar-nav-sm {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sw-navbar-nav-md {
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .sw-navbar-nav-lg {
    flex-direction: row;
  }
}

.sw-navbar-link {
  color: #fff;
  display: block;
  padding: 0 0.5em;
}
.sw-navbar-link:hover {
  color: #f8f9fa;
  text-decoration: none;
}
.sw-navbar-link:focus {
  color: #e9ecef;
  text-decoration: none;
}

.sw-drawer {
  position: fixed;
  right: 0;
  top: 0;
  border-color: rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border-radius: 0 0 0 0;
  z-index: 100;
  width: 256px;
  display: none;
  flex-direction: column;
  flex-shrink: 0;
  box-sizing: border-box;
  height: 100%;
  border-left-width: 1px;
  border-left-style: solid;
  overflow-x: hidden;
  transition: transform;
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.sw-drawer-body {
  padding: 15px;
}

.sw-drawer-left {
  left: 0;
}

.sw-drawer-bottom {
  width: 100% !important;
  bottom: 0;
  top: auto;
  left: auto;
  height: 60%;
}

.sw-drawer-top {
  width: 100% !important;
  top: 0;
  bottom: auto;
  left: auto;
  height: 60%;
}

.sw-drawer.is__opening {
  display: flex !important;
  transform: translateX(100%);
  transition-duration: 250ms;
}

.sw-drawer.active.is__closeing {
  display: flex !important;
  transform: translateX(100%);
  transition-duration: 200ms;
}

.sw-drawer.sw-drawer-left.is__opening {
  display: flex !important;
  transform: translateX(-100%);
  transition-duration: 200ms;
}

.sw-drawer.active.sw-drawer-left.is__closeing {
  display: flex !important;
  transform: translateX(-100%);
  transition-duration: 200ms;
}

.sw-drawer.sw-drawer-top.is__opening {
  display: flex !important;
  transform: translateY(-100%);
  transition-duration: 200ms;
}

.sw-drawer.active.sw-drawer-top.is__closeing {
  display: flex !important;
  transform: translateY(-100%);
  transition-duration: 200ms;
}

.sw-drawer.sw-drawer-bottom.is__opening {
  display: flex !important;
  transform: translateY(100%);
  transition-duration: 200ms;
}

.sw-drawer.active.sw-drawer-bottom.is__closeing {
  display: flex !important;
  transform: translateY(100%);
  transition-duration: 200ms;
}

.sw-drawer.active {
  display: flex !important;
  transform: translateX(0%);
  transition-duration: 250ms;
}

.backdrop {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.35);
  transition: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.backdrop.active {
  opacity: 1;
  transition-duration: 250ms;
}

.backdrop.is_closeing {
  opacity: 0;
  transition-duration: 250ms;
}

.sw-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0.25rem;
}

.sw-breadcrumb-item {
  display: flex;
}

.sw-breadcrumb-item.active {
  color: #6c757d;
}

.sw-breadcrumb-item + .sw-breadcrumb-item {
  padding-left: 0.5rem;
}

.sw-breadcrumb-item + .sw-breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.sw-badge {
  display: inline-block;
  padding: 0.5em;
  font-size: 70%;
  font-weight: 600;
  line-height: 0.8;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: var(--theme-primary);
  color: #fff;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sw-badge-secondary {
  color: #000;
  background-color: var(--theme-secondary);
}

.sw-badge-overlay {
  position: absolute;
  top: -10px;
  right: -10px;
}

.sw-badge-pill {
  border-radius: 50%;
}

::placeholder {
  opacity: 0;
}

.sw-form-input-wrapper {
  position: relative;
  border-radius: 4px;
}
.sw-form-input-wrapper .sw-form-input {
  background: none;
  border: none;
  line-height: 24px;
  border-bottom: 1px solid #6c757d;
  display: block;
  width: 100%;
  padding: 2px 4px;
}
.sw-form-input-wrapper .sw-form-input.is-invalid {
  border-bottom: 1px solid #dc3545 !important;
}
.sw-form-input-wrapper .sw-form-input-label {
  position: absolute;
  padding: 5px 5px 0px 5px;
  color: #6c757d;
  user-select: none;
  display: block;
  pointer-events: none;
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.sw-form-input-wrapper .sw-form-input-label.active {
  padding: 0 5px;
  font-size: 0.85em;
  letter-spacing: 0.058em;
  color: var(--theme-primary);
  transform: translate(-2px, -18px) scale(1);
}
.sw-form-input-wrapper .sw-form-input-label.active ~ .sw-form-input {
  border-bottom: 2.5px solid var(--theme-primary);
}
.sw-form-input-wrapper .sw-form-input-label.active ~ .sw-form-input-bordered {
  border: 2.5px solid var(--theme-primary);
}
.sw-form-input-wrapper .sw-form-input-bordered {
  background: none;
  border: none;
  line-height: 24px;
  border: 1px solid #6c757d;
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 2px 4px;
}
.sw-form-input-wrapper .sw-form-input-bordered.is-invalid {
  border: 1px solid #dc3545 !important;
}
.sw-form-input-wrapper .sw-form-input-bordered ~ .sw-form-input-label {
  color: #000 !important;
  background: blue;
}

.invalid-text {
  font-size: smaller;
  letter-spacing: 0.08em;
  color: #dc3545;
}

/* Checkbox (label) wrapper */
.sw-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
}

/* To Hide Real CheckBox */
.sw-checkbox > input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}

/* Dummy Checkbox */
.sw-checkbox > input[type=checkbox] ~ .sw-check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: var(--theme-primary);
  border: 2px solid;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
  top: 5px;
  right: 0px;
  margin-right: 3px;
}

.sw-checkbox > input[type=checkbox] ~ .sw-check:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transform: rotate(45deg);
  display: inline-block;
  margin-top: -4px;
  margin-left: 6px;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  animation: checkbox-off 0.3s forwards ease-out;
}

/* Tick on Checkbox On */
.sw-checkbox > input[type=checkbox]:checked ~ .sw-check:before {
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  animation: checkbox-on 0.3s forwards ease-out;
}

.sw-checkbox > input[type=checkbox]:checked ~ .sw-checkbox-ripple {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: rgba(32, 33, 36, 0.122);
  border: none;
  box-shadow: inset 0 0 0 1px #bdc1c6;
  transform: scale(1);
  height: 4px;
  width: 4px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  animation: rippleOn 0.7s forwards ease-out;
}

.sw-checkbox > input[type=checkbox]:not(:checked) ~ .sw-checkbox-ripple {
  position: absolute;
  left: 10px;
  top: 12px;
  background-color: rgba(32, 33, 36, 0.122);
  border: none;
  box-shadow: inset 0 0 0 1px #bdc1c6;
  transform: scale(1);
  height: 4px;
  width: 4px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  animation: rippleOff 0.7s forwards ease-out;
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(13, 13);
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(13, 13);
  }
}
.sw-tabs-area {
  position: relative;
  display: inline-block;
}
.sw-tabs-area .sw-tab-content {
  display: none;
}
.sw-tabs-area .sw-tab-content.active {
  display: inline-block;
}

.sw-tabs {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
}
.sw-tabs .sw-tab {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 1.2em;
  font-size: 14px;
  font-weight: 600;
  color: #424f5a;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.sw-tabs .sw-tab.active {
  font-weight: 700;
  outline: none;
  border-bottom: 3px solid var(--theme-primary);
}
.sw-tabs.sw-tab:not(.active):hover {
  background-color: inherit;
  color: #7c848a;
}
.sw-tabs .yellow-bar {
  position: absolute;
  z-index: 10;
  bottom: 0;
  height: 3px;
  background: #458CFF;
  display: block;
  left: 0;
  transition: left 0.2s ease;
  -webkit-transition: left 0.2s ease;
}

.sw-tabs-vertical {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
.sw-tabs-vertical .sw-tab {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #424f5a;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.sw-tabs-vertical .sw-tab.sw-tab-bordered.active {
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid var(--theme-primary);
}
.sw-tabs-vertical .sw-tab.active {
  font-weight: 700;
  outline: none;
  border: 2px solid var(--theme-primary);
  border-radius: 4px;
}
.sw-tabs-vertical .sw-tab.sw-tab-bordered-s.active {
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid var(--theme-secondary);
}
.sw-tabs-vertical .sw-tab.sw-tab-s.active {
  font-weight: 700;
  outline: none;
  border: 2px solid var(--theme-secondary);
  border-radius: 4px;
}
.sw-tabs-vertical .sw-tab:not(.active):hover {
  background-color: inherit;
  color: #7c848a;
}

.sw-panel {
  position: relative;
}

.sw-wing {
  height: 0;
  opacity: 0;
  width: 100%;
}

.sw-wing.show {
  height: auto;
  opacity: 1;
}

ul {
  margin: 0;
  padding: 4px 0 4px 0;
  padding-inline-start: 20px;
}
ul li {
  padding: 2px 0 2px 0;
}

ol {
  margin: 0;
  padding: 4px 0 4px 0;
  padding-inline-start: 20px;
}
ol li {
  padding: 2px 0 2px 0;
}

.sw-list {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
  transition: height 0.2s cubic-bezier(0.08, 0.52, 0.52, 1);
}
.sw-list .sw-item {
  padding: 8px 12px 8px 12px;
  display: block;
}
.sw-list .sw-item.active {
  border-left: 2px solid;
}
.sw-list .sw-item .sw-list-label {
  margin: -8px -12px -8px -12px;
}
.sw-list .sw-list-label {
  border-radius: 0.25rem;
  color: var(--theme-primary);
  font-weight: bolder;
  cursor: pointer;
  display: flex;
  line-height: 20px;
  justify-content: space-between;
  margin: 0;
  padding: 8px 12px;
  user-select: none;
  margin-top: 8px;
}
.sw-list .sw-list-label.active {
  background-color: #f8f9fa;
}
.sw-list .sw-list-label.active + .sw-list {
  margin-bottom: -8px;
}
.sw-list .sw-list-label.active + .sw-list .sw-item .sw-list-label + .sw-list {
  margin-top: 8px;
}
.sw-list .sw-list-label:hover {
  background-color: #f8f9fa;
}
.sw-list .sw-list-label + .sw-list {
  height: 0;
  overflow: hidden;
  border-left: 1px solid var(--theme-primary);
}
.sw-list .sw-list-label::after {
  background-image: url('data:image/svg+xml;utf8,<svg alt="Arrow" xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24"><path fill="rgba(0,0,0,0.5)" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"></path></svg>');
  background-size: 2rem 2rem;
  background-position: 50%;
  content: " ";
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  transition: transform 0.2s linear;
  transform: rotate(90deg);
}
.sw-list .sw-list-label.active::after {
  background-image: url('data:image/svg+xml;utf8,<svg alt="Arrow" xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24"><path fill="rgba(0,0,0,0.5)" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"></path></svg>');
  background-size: 2rem 2rem;
  background-position: 50%;
  content: " ";
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  transition: transform 0.2s linear;
  transform: rotate(180deg);
}
.sw-list .sw-list-label.active + .sw-list {
  height: auto;
  overflow: auto;
}

.f-10 {
  font-size: 10px !important;
}

.f-12 {
  font-size: 12px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-26 {
  font-size: 26px !important;
}

.f-28 {
  font-size: 28px !important;
}

.f-30 {
  font-size: 30px !important;
}

.f-32 {
  font-size: 32px !important;
}

.f-34 {
  font-size: 34px !important;
}

.f-36 {
  font-size: 36px !important;
}

.f-38 {
  font-size: 38px !important;
}

.f-40 {
  font-size: 40px !important;
}

.f-42 {
  font-size: 42px !important;
}

.f-44 {
  font-size: 44px !important;
}

.f-46 {
  font-size: 46px !important;
}

.f-48 {
  font-size: 48px !important;
}

.f-50 {
  font-size: 50px !important;
}

.f-64 {
  font-size: 64px !important;
}

.f-72 {
  font-size: 72px !important;
}

.f-100 {
  font-size: 100px !important;
}

.b-1 {
  font-weight: 200 !important;
}

.b-2 {
  font-weight: 400 !important;
}

.b-3 {
  font-weight: 600 !important;
}

.b-4 {
  font-weight: 800 !important;
}

.b-5 {
  font-weight: bolder !important;
}

.captalize {
  text-transform: capitalize !important;
}

.lower {
  text-transform: lowercase !important;
}

.upper {
  text-transform: uppercase !important;
}

.sans-serif {
  font-family: sans-serif !important;
}

.serif {
  font-family: serif !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.v-baseline {
  vertical-align: baseline !important;
}

.v-bottom {
  vertical-align: bottom !important;
}

.v-middle {
  vertical-align: middle !important;
}

.v-sub {
  vertical-align: sub !important;
}

.v-sup {
  vertical-align: sup !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
}

h1, .h1 {
  font-size: 35px;
}

h2, .h2 {
  font-size: 28px;
}

h3, .h3 {
  font-size: 24.5px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 17.5px;
}

h6, .h6 {
  font-size: 14px;
}

p, .p {
  font-size: 14px;
  font-family: serif;
  margin-top: 0;
  margin-bottom: 0.25rem;
}

a, .a {
  text-decoration: none;
  color: var(--theme-primary);
}

a:hover, a:focus,
.a:hover, a:focus {
  text-decoration: underline;
  color: rgba(var(--theme-primary), 1.5);
}

a:active, .a:active {
  text-decoration: underline;
  color: rgba(var(--theme-primary), 1.15);
}

small, .small {
  font-size: 9.8px;
}

kbd, .kbd {
  border: 0.8px solid #6c757d;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
  background-color: #212529;
}

/* Margin Start in EMs */
.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0em;
}

.m-1 {
  margin: 0.25em;
}

.m-2 {
  margin: 0.5em;
}

.m-3 {
  margin: 0.75em;
}

.m-4 {
  margin: 1.25em;
}

.m-5 {
  margin: 2.5em;
}

.mt-auto {
  margin-top: auto;
}

.mt-0 {
  margin-top: 0em;
}

.mt-1 {
  margin-top: 0.25em;
}

.mt-2 {
  margin-top: 0.5em;
}

.mt-3 {
  margin-top: 0.75em;
}

.mt-4 {
  margin-top: 1.25em;
}

.mt-5 {
  margin-top: 2.5em;
}

.ml-auto {
  margin-left: auto;
}

.ml-0 {
  margin-left: 0em;
}

.ml-1 {
  margin-left: 0.25em;
}

.ml-2 {
  margin-left: 0.5em;
}

.ml-3 {
  margin-left: 0.75em;
}

.ml-4 {
  margin-left: 1.25em;
}

.ml-5 {
  margin-left: 2.5em;
}

.mr-auto {
  margin-right: auto;
}

.mr-0 {
  margin-right: 0em;
}

.mr-1 {
  margin-right: 0.25em;
}

.mr-2 {
  margin-right: 0.5em;
}

.mr-3 {
  margin-right: 0.75em;
}

.mr-4 {
  margin-right: 1.25em;
}

.mr-5 {
  margin-right: 2.5em;
}

.mb-auto {
  margin-bottom: auto;
}

.mb-0 {
  margin-bottom: 0em;
}

.mb-1 {
  margin-bottom: 0.25em;
}

.mb-2 {
  margin-bottom: 0.5em;
}

.mb-3 {
  margin-bottom: 0.75em;
}

.mb-4 {
  margin-bottom: 1.25em;
}

.mb-5 {
  margin-bottom: 2.5em;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-0 {
  margin-left: 0em;
  margin-right: 0em;
}

.mx-1 {
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.mx-2 {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.mx-3 {
  margin-left: 0.75em;
  margin-right: 0.75em;
}

.mx-4 {
  margin-left: 1.25em;
  margin-right: 1.25em;
}

.mx-5 {
  margin-left: 2.5em;
  margin-right: 2.5em;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-0 {
  margin-top: 0em;
  margin-bottom: 0em;
}

.my-1 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.my-2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.my-3 {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.my-4 {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.my-5 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

/* Margin END in EMs */
/* Margin Start in Px's */
.m-0px {
  margin: 0px;
}

.m-1px {
  margin: 1px;
}

.m-2px {
  margin: 2px;
}

.m-3px {
  margin: 3px;
}

.m-4px {
  margin: 4px;
}

.m-5px {
  margin: 5px;
}

.m-8px {
  margin: 8px;
}

.m-10px {
  margin: 10px;
}

.m-20px {
  margin: 20px;
}

.m-30px {
  margin: 30px;
}

.m-50px {
  margin: 50px;
}

.m-80px {
  margin: 80px;
}

.m-100px {
  margin: 100px;
}

.mt-0px {
  margin-top: 0px;
}

.mt-1px {
  margin-top: 1px;
}

.mt-2px {
  margin-top: 2px;
}

.mt-3px {
  margin-top: 3px;
}

.mt-4px {
  margin-top: 4px;
}

.mt-5px {
  margin-top: 5px;
}

.mt-8px {
  margin-top: 8px;
}

.mt-10px {
  margin-top: 10px;
}

.mt-20px {
  margin-top: 20px;
}

.mt-30px {
  margin-top: 30px;
}

.mt-50px {
  margin-top: 50px;
}

.mt-80px {
  margin-top: 80px;
}

.mt-100px {
  margin-top: 100px;
}

.ml-0px {
  margin-left: 0px;
}

.ml-1px {
  margin-left: 1px;
}

.ml-2px {
  margin-left: 2px;
}

.ml-3px {
  margin-left: 3px;
}

.ml-4px {
  margin-left: 4px;
}

.ml-5px {
  margin-left: 5px;
}

.ml-8px {
  margin-left: 8px;
}

.ml-10px {
  margin-left: 10px;
}

.ml-20px {
  margin-left: 20px;
}

.ml-30px {
  margin-left: 30px;
}

.ml-50px {
  margin-left: 50px;
}

.ml-80px {
  margin-left: 80px;
}

.ml-100px {
  margin-left: 100px;
}

.mr-0px {
  margin-right: 0px;
}

.mr-1px {
  margin-right: 1px;
}

.mr-2px {
  margin-right: 2px;
}

.mr-3px {
  margin-right: 3px;
}

.mr-4px {
  margin-right: 4px;
}

.mr-5px {
  margin-right: 5px;
}

.mr-8px {
  margin-right: 8px;
}

.mr-10px {
  margin-right: 10px;
}

.mr-20px {
  margin-right: 20px;
}

.mr-30px {
  margin-right: 30px;
}

.mr-50px {
  margin-right: 50px;
}

.mr-80px {
  margin-right: 80px;
}

.mr-100px {
  margin-right: 100px;
}

.mb-0px {
  margin-bottom: 0px;
}

.mb-1px {
  margin-bottom: 1px;
}

.mb-2px {
  margin-bottom: 2px;
}

.mb-3px {
  margin-bottom: 3px;
}

.mb-4px {
  margin-bottom: 4px;
}

.mb-5px {
  margin-bottom: 5px;
}

.mb-8px {
  margin-bottom: 8px;
}

.mb-10px {
  margin-bottom: 10px;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-30px {
  margin-bottom: 30px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-80px {
  margin-bottom: 80px;
}

.mb-100px {
  margin-bottom: 100px;
}

.mx-0px {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-1px {
  margin-left: 1px;
  margin-right: 1px;
}

.mx-2px {
  margin-left: 2px;
  margin-right: 2px;
}

.mx-3px {
  margin-left: 3px;
  margin-right: 3px;
}

.mx-4px {
  margin-left: 4px;
  margin-right: 4px;
}

.mx-5px {
  margin-left: 5px;
  margin-right: 5px;
}

.mx-8px {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-10px {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-20px {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-30px {
  margin-left: 30px;
  margin-right: 30px;
}

.mx-50px {
  margin-left: 50px;
  margin-right: 50px;
}

.mx-80px {
  margin-left: 80px;
  margin-right: 80px;
}

.mx-100px {
  margin-left: 100px;
  margin-right: 100px;
}

.my-0px {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.my-2px {
  margin-top: 2px;
  margin-bottom: 2px;
}

.my-3px {
  margin-top: 3px;
  margin-bottom: 3px;
}

.my-4px {
  margin-top: 4px;
  margin-bottom: 4px;
}

.my-5px {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-8px {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-30px {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-50px {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.my-100px {
  margin-top: 100px;
  margin-bottom: 100px;
}

/* Margin END in Px's */
/* Padding Start in EMs */
.p-0 {
  padding: 0em;
}

.p-1 {
  padding: 0.25em;
}

.p-2 {
  padding: 0.5em;
}

.p-3 {
  padding: 0.75em;
}

.p-4 {
  padding: 1.25em;
}

.p-5 {
  padding: 2.5em;
}

.pt-0 {
  padding-top: 0em;
}

.pt-1 {
  padding-top: 0.25em;
}

.pt-2 {
  padding-top: 0.5em;
}

.pt-3 {
  padding-top: 0.75em;
}

.pt-4 {
  padding-top: 1.25em;
}

.pt-5 {
  padding-top: 2.5em;
}

.pl-0 {
  padding-left: 0em;
}

.pl-1 {
  padding-left: 0.25em;
}

.pl-2 {
  padding-left: 0.5em;
}

.pl-3 {
  padding-left: 0.75em;
}

.pl-4 {
  padding-left: 1.25em;
}

.pl-5 {
  padding-left: 2.5em;
}

.pr-0 {
  padding-right: 0em;
}

.pr-1 {
  padding-right: 0.25em;
}

.pr-2 {
  padding-right: 0.5em;
}

.pr-3 {
  padding-right: 0.75em;
}

.pr-4 {
  padding-right: 1.25em;
}

.pr-5 {
  padding-right: 2.5em;
}

.pb-0 {
  padding-bottom: 0em;
}

.pb-1 {
  padding-bottom: 0.25em;
}

.pb-2 {
  padding-bottom: 0.5em;
}

.pb-3 {
  padding-bottom: 0.75em;
}

.pb-4 {
  padding-bottom: 1.25em;
}

.pb-5 {
  padding-bottom: 2.5em;
}

.px-0 {
  padding-left: 0em;
  padding-right: 0em;
}

.px-1 {
  padding-left: 0.25em;
  padding-right: 0.25em;
}

.px-2 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.px-3 {
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.px-4 {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.px-5 {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.py-0 {
  padding-top: 0em;
  padding-bottom: 0em;
}

.py-1 {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.py-2 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.py-3 {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.py-4 {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.py-5 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

/* Padding END in EMs */
/* Padding Start in Px's */
.p-0px {
  padding: 0px;
}

.p-1px {
  padding: 1px;
}

.p-2px {
  padding: 2px;
}

.p-3px {
  padding: 3px;
}

.p-4px {
  padding: 4px;
}

.p-5px {
  padding: 5px;
}

.p-8px {
  padding: 8px;
}

.p-10px {
  padding: 10px;
}

.p-20px {
  padding: 20px;
}

.p-30px {
  padding: 30px;
}

.p-50px {
  padding: 50px;
}

.p-80px {
  padding: 80px;
}

.p-100px {
  padding: 100px;
}

.pt-0px {
  padding-top: 0px;
}

.pt-1px {
  padding-top: 1px;
}

.pt-2px {
  padding-top: 2px;
}

.pt-3px {
  padding-top: 3px;
}

.pt-4px {
  padding-top: 4px;
}

.pt-5px {
  padding-top: 5px;
}

.pt-8px {
  padding-top: 8px;
}

.pt-10px {
  padding-top: 10px;
}

.pt-20px {
  padding-top: 20px;
}

.pt-30px {
  padding-top: 30px;
}

.pt-50px {
  padding-top: 50px;
}

.pt-80px {
  padding-top: 80px;
}

.pt-100px {
  padding-top: 100px;
}

.pl-0px {
  padding-left: 0px;
}

.pl-1px {
  padding-left: 1px;
}

.pl-2px {
  padding-left: 2px;
}

.pl-3px {
  padding-left: 3px;
}

.pl-4px {
  padding-left: 4px;
}

.pl-5px {
  padding-left: 5px;
}

.pl-8px {
  padding-left: 8px;
}

.pl-10px {
  padding-left: 10px;
}

.pl-20px {
  padding-left: 20px;
}

.pl-30px {
  padding-left: 30px;
}

.pl-50px {
  padding-left: 50px;
}

.pl-80px {
  padding-left: 80px;
}

.pl-100px {
  padding-left: 100px;
}

.pr-0px {
  padding-right: 0px;
}

.pr-1px {
  padding-right: 1px;
}

.pr-2px {
  padding-right: 2px;
}

.pr-3px {
  padding-right: 3px;
}

.pr-4px {
  padding-right: 4px;
}

.pr-5px {
  padding-right: 5px;
}

.pr-8px {
  padding-right: 8px;
}

.pr-10px {
  padding-right: 10px;
}

.pr-20px {
  padding-right: 20px;
}

.pr-30px {
  padding-right: 30px;
}

.pr-50px {
  padding-right: 50px;
}

.pr-80px {
  padding-right: 80px;
}

.pr-100px {
  padding-right: 100px;
}

.pb-0px {
  padding-bottom: 0px;
}

.pb-1px {
  padding-bottom: 1px;
}

.pb-2px {
  padding-bottom: 2px;
}

.pb-3px {
  padding-bottom: 3px;
}

.pb-4px {
  padding-bottom: 4px;
}

.pb-5px {
  padding-bottom: 5px;
}

.pb-8px {
  padding-bottom: 8px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pb-20px {
  padding-bottom: 20px;
}

.pb-30px {
  padding-bottom: 30px;
}

.pb-50px {
  padding-bottom: 50px;
}

.pb-80px {
  padding-bottom: 80px;
}

.pb-100px {
  padding-bottom: 100px;
}

.px-0px {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1px {
  padding-left: 1px;
  padding-right: 1px;
}

.px-2px {
  padding-left: 2px;
  padding-right: 2px;
}

.px-3px {
  padding-left: 3px;
  padding-right: 3px;
}

.px-4px {
  padding-left: 4px;
  padding-right: 4px;
}

.px-5px {
  padding-left: 5px;
  padding-right: 5px;
}

.px-8px {
  padding-left: 8px;
  padding-right: 8px;
}

.px-10px {
  padding-left: 10px;
  padding-right: 10px;
}

.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}

.px-30px {
  padding-left: 30px;
  padding-right: 30px;
}

.px-50px {
  padding-left: 50px;
  padding-right: 50px;
}

.px-80px {
  padding-left: 80px;
  padding-right: 80px;
}

.px-100px {
  padding-left: 100px;
  padding-right: 100px;
}

.py-0px {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-2px {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-3px {
  padding-top: 3px;
  padding-bottom: 3px;
}

.py-4px {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-5px {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-8px {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-30px {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-50px {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-80px {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Padding END in Px's */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.pos-absolute {
  position: absolute;
}

.pos-relative {
  position: relative;
}

.pos-fixed {
  position: fixed;
}

.pos-sticky {
  position: sticky;
}

.top {
  top: 0;
  bottom: auto;
}

.left {
  left: 0;
  right: auto;
}

.bottom {
  bottom: 0;
  top: auto;
}

.right {
  right: 0;
  left: auto;
}

/* Backgrounds */
.sw-bg-primary {
  background-color: var(--theme-primary) !important;
}

.sw-bg-secondary {
  background-color: var(--theme-secondary) !important;
}

.sw-bg-surface {
  background-color: var(--theme-surface) !important;
}

/* borders */
.sw-border {
  border: 1px solid var(--border-color) !important;
}

.sw-border-top {
  border-top: 1px solid var(--border-color) !important;
}

.sw-border-bottom {
  border-bottom: 1px solid var(--border-color) !important;
}

.sw-border-left {
  border-left: 1px solid var(--border-color) !important;
}

.sw-border-right {
  border-right: 1px solid var(--border-color) !important;
}

.sw-border-x {
  border-left: 1px solid var(--border-color) !important;
  border-right: 1px solid var(--border-color) !important;
}

.sw-border-y {
  border-top: 1px solid var(--border-color) !important;
  border-bottom: 1px solid var(--border-color) !important;
}

/* Primary */
.sw-border-p {
  border: 1px solid var(--theme-primary) !important;
}

.sw-border-p-top {
  border-top: 1px solid var(--theme-primary) !important;
}

.sw-border-p-bottom {
  border-bottom: 1px solid var(--theme-primary) !important;
}

.sw-border-p-left {
  border-left: 1px solid var(--theme-primary) !important;
}

.sw-border-p-right {
  border-right: 1px solid var(--theme-primary) !important;
}

.sw-border-p-x {
  border-left: 1px solid var(--theme-primary) !important;
  border-right: 1px solid var(--theme-primary) !important;
}

.sw-border-p-y {
  border-top: 1px solid var(--theme-primary) !important;
  border-bottom: 1px solid var(--theme-primary) !important;
}

/* Secondary */
.sw-border-s {
  border: 1px solid var(--theme-secondary) !important;
}

.sw-border-s-top {
  border-top: 1px solid var(--theme-secondary) !important;
}

.sw-border-s-bottom {
  border-bottom: 1px solid var(--theme-secondary) !important;
}

.sw-border-s-left {
  border-left: 1px solid var(--theme-secondary) !important;
}

.sw-border-s-right {
  border-right: 1px solid var(--theme-secondary) !important;
}

.sw-border-s-x {
  border-left: 1px solid var(--theme-secondary) !important;
  border-right: 1px solid var(--theme-secondary) !important;
}

.sw-border-s-y {
  border-top: 1px solid var(--theme-secondary) !important;
  border-bottom: 1px solid var(--theme-secondary) !important;
}

/* Shadows */
.no-shadow {
  box-shadow: none !important;
}

.raised {
  box-shadow: 0 3px 2px -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);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.sw-shadow-10px {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.sw-shadow-10px-p {
  box-shadow: 0px 2px 4px -1px rgba(18, 13, 47, 0.2), 0px 4px 5px 0px rgba(18, 13, 47, 0.14), 0px 1px 10px 0px rgba(18, 13, 47, 0.12);
}

.sw-shadow-10px-s {
  box-shadow: 0px 2px 4px -1px rgba(236, 238, 241, 0.2), 0px 4px 5px 0px rgba(236, 238, 241, 0.14), 0px 1px 10px 0px rgba(236, 238, 241, 0.12);
}

/* Widths */
.w-10 {
  width: 10% !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-150 {
  width: 150% !important;
}

.w-200 {
  width: 200 !important;
}

/* Height */
.h-10 {
  height: 10% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-150 {
  height: 150% !important;
}

.h-200 {
  height: 200 !important;
}

:root {
  --theme-primary: rgb(44, 17, 221);
  --theme-secondary: #f9f9f9;
  --theme-surface: #ECEEF1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

:focus {
  outline: none;
}
