@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&family=Poppins:wght@400;500;600;700&display=swap");

* {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

b, strong {
  font-weight: 600;
}

button:focus {
  outline: none;
}

body {
  overflow: hidden;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol {
  margin: 0;
  padding-left: 15px;
}

a,
a:hover {
  text-decoration: none;
}

h1,h2,h3,h4,h5,p {
  line-height: normal;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  /* background-image: none; */
}

::selection {
  background: #ff1ea4;
  color: #fff;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #959595;
  font-size: 15px;
  opacity: 1; /* Firefox */
  text-transform: none;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #959595;
  font-size: 15px;
  text-transform: none;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #959595;
  font-size: 15px;
  text-transform: none;
}

.swi-ud-alert-pink-list {
  list-style: disc;
  padding-left: 40px;
}

.swi-ud-price-alert-icon {
  width: 22px;
  margin-right: 10px;
}

#swi-ud-logo-desktop {
  /* width: 130px; */
  width: 150px;
}

.form-group {
  position: relative;
  margin-bottom: 25px;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #959595;
  font-size: 15px;
  text-transform: none;
  opacity: 1;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #959595;
  font-size: 15px;
  text-transform: none;
  opacity: 1;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #959595;
  font-size: 15px;
  text-transform: none;
  opacity: 1;
 }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* bootstrap related */

.modal {
  z-index: 9999 !important;
}

.modal-backdrop {
  z-index: 9998 !important;
}



/* disable bootstrap collapse animation for filters */

.swi-ud-my-docs-filter-content-wrapper.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}


/* chrome autofill background colour */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
}

/* BS floating label */

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 16px;
  top: 20px;
  left: 15px;
  color: #959595;
  font-weight: 500;
  opacity: 1;
}

.has-float-label label,
.has-float-label > span {
  color: #ff1ea4;
  font-weight: 500;
}

/* BS input remove outline */
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus
select:focus,
select.form-control {
  box-shadow: none;
}

.delete{
  margin-top: 14px;
}

.swi-ud-ts-amount-delete-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.swi-ud-ts-amount-delete-wrapper > .has-float-label {
  flex: 1 1 auto;
  min-width: 0;
}

.swi-ud-ts-amount-delete-wrapper .swi-ud-ios-delete-transferors {
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-top: 14px;
  padding: 0;
  border: 0;
  text-align: center;
}

.swi-ud-ts-delete-placeholder {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-top: 14px;
}

.swi-ud-ts-amount-delete-wrapper .swi-ud-ios-delete-transferors > i {
  line-height: 1;
}

#swi-ud-ts-share-assign-form .swi-ud-info-container-share-assign-details .has-float-label > .swi-ud-floating-label {
  max-width: calc(100% - 24px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#swi-ud-ts-share-assign-form .swi-ud-info-container-share-assign-details > .row:not(.swi-ud-add-transferor-row) {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "transferor"
    "shares"
    "amount";
  column-gap: 0;
  row-gap: 16px;
  margin-left: 0;
  margin-right: 0;
}

#swi-ud-ts-share-assign-form .swi-ud-info-container-share-assign-details > .row > .swi-ud-ts-transferor-col,
#swi-ud-ts-share-assign-form .swi-ud-info-container-share-assign-details > .row > .swi-ud-ts-share-col,
#swi-ud-ts-share-assign-form .swi-ud-info-container-share-assign-details > .row > .swi-ud-ts-amount-delete-col {
  width: 100%;
  max-width: none;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}

#swi-ud-ts-share-assign-form .swi-ud-info-container-share-assign-details > .row > .swi-ud-ts-transferor-col {
  grid-area: transferor;
}

#swi-ud-ts-share-assign-form .swi-ud-info-container-share-assign-details > .row > .swi-ud-ts-share-col {
  grid-area: shares;
}

#swi-ud-ts-share-assign-form .swi-ud-info-container-share-assign-details > .row > .swi-ud-ts-amount-delete-col {
  grid-area: amount;
}

#swi-ud-ts-share-assign-form .swi-ud-info-container-share-assign-details > .row > [class*="swi-ud-ts-"] > .form-group,
#swi-ud-ts-share-assign-form .swi-ud-info-container-share-assign-details > .row > [class*="swi-ud-ts-"] > .has-float-label,
#swi-ud-ts-share-assign-form .swi-ud-info-container-share-assign-details > .row .swi-ud-ts-amount-delete-wrapper {
  width: 100%;
  min-width: 0;
  margin-bottom: 0;
}

#swi-ud-ts-share-assign-form .swi-ud-info-container-share-assign-details > .row .swi-ud-input,
#swi-ud-ts-share-assign-form .swi-ud-info-container-share-assign-details > .row .swi-ud-select {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

#swi-ud-ts-share-assign-form .swi-ud-info-container-share-assign-details {
  container-type: inline-size;
}

@container (min-width: 900px) {
  #swi-ud-ts-share-assign-form .swi-ud-info-container-share-assign-details > .row:not(.swi-ud-add-transferor-row) {
    grid-template-columns: minmax(0, 5fr) minmax(0, 3fr) minmax(0, 4fr);
    grid-template-areas: "transferor shares amount";
    column-gap: 12px;
    row-gap: 16px;
  }
}

@container (min-width: 420px) and (max-width: 899px) {
  #swi-ud-ts-share-assign-form .swi-ud-info-container-share-assign-details > .row:not(.swi-ud-add-transferor-row) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "transferor transferor"
      "shares amount";
    column-gap: 12px;
    row-gap: 16px;
  }
}

@supports not (container-type: inline-size) {
  @media (min-width: 420px) and (max-width: 899px) {
    #swi-ud-ts-share-assign-form .swi-ud-info-container-share-assign-details > .row:not(.swi-ud-add-transferor-row) {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      grid-template-areas:
        "transferor transferor"
        "shares amount";
      column-gap: 12px;
      row-gap: 16px;
    }
  }

  @media (min-width: 900px) {
    #swi-ud-ts-share-assign-form .swi-ud-info-container-share-assign-details > .row:not(.swi-ud-add-transferor-row) {
      grid-template-columns: minmax(0, 5fr) minmax(0, 3fr) minmax(0, 4fr);
      grid-template-areas: "transferor shares amount";
      column-gap: 12px;
      row-gap: 16px;
    }
  }
}

#swi-ud-ts-share-assign-form .swi-ud-info-container-share-assign-details > .swi-ud-add-transferor-row {
  display: block;
  margin: 16px 0 0;
  padding: 0 12px;
}

#swi-ud-ts-share-assign-form .swi-ud-info-container-share-assign-details > .swi-ud-add-transferor-row > .col {
  padding-left: 0;
  padding-right: 0;
}

#swi-ud-ts-share-assign-form .swi-ud-info-container-share-assign-details .swi-add-transferor {
  width: 100%;
  min-height: 44px;
  margin-bottom: 0;
  padding: 12px 16px;
}

/* BS custom input */
.swi-checkbox-wrapper-ts{
  display: flex;
  margin-bottom: 15px;
}

.swi-custom-checkbox{
  display: flex;
}
/* The custom container */
.custom-container {
  font-size: 15px;
  display: block;
  position: relative;
  padding-left: 30px;
  padding-right: 35px;
  margin-bottom: 12px;
  /* cursor: pointer; */
  /* -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
}

/* Hide the browser's default checkbox */
.custom-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  border: 2px solid #ff1ea4;
}

/* When the checkbox is checked, add a blue background */
.custom-container input:checked ~ .checkmark {
  background-color: #ff1ea4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-container input:checked ~ .checkmark:after {
  display: block;
}

.custom-container input:disabled ~ .checkmark {
    opacity: 0.5;
    cursor: not-allowed
}

.custom-container input:disabled ~ .checkmark+span {
    opacity: 0.5;
    cursor: not-allowed
}

/* Style the checkmark/indicator */
.custom-container .checkmark:after {
  left: 4px;
  top: 0px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-control-label {
  pointer-events: none;
  padding-left: 5px;
}

.custom-checkbox .custom-control-label::before {
  pointer-events: all;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 2px solid #ff1ea4;
  top: 2px;
  cursor: pointer;
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: #ff1ea4;
  opacity: 0.5;
  cursor: not-allowed;
}

.custom-control-input:checked~.custom-control-label::before {
  border-color: #ff1ea4;
  background-color: #ff1ea4;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow:none !important;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #ff1ea4;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  font-family: 'Material Icons';
  font-size: 17px;
  content: 'check';
  color: #fff;
  width: 18px;
  height: 18px;
  top: -2.3px;
  left: -1.5rem;
  background-image: none;
}

.custom-control-label {
  font-size: 14px;
  color: #000;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  font-family: 'Material Icons';
  content: 'radio_button_checked';
  color: #ff1ea4;
  border-radius: 0;
  border: 0;
  font-size: 24px;
  top: -8px;
  background-color: transparent;
  cursor: pointer;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  display: none;
}

.custom-radio .custom-control-label::before {
  font-family: 'Material Icons';
  content: 'radio_button_unchecked';
  color: #ff1ea4;
  border-radius: 0;
  border: 0;
  font-size: 24px;
  top: -8px;
  background-color: transparent;
  cursor: pointer;
}

.custom-radio .custom-control-input:active ~ .custom-control-label::before  {
  font-family: 'Material Icons';
  content: 'radio_button_unchecked';
  color: #ff1ea4;
  border-radius: 0;
  border: 0;
  font-size: 24px;
  top: -8px;
  cursor: pointer;
  background-color: transparent;
}

.custom-radio .custom-control-input:checked:active ~ .custom-control-label::before  {
  font-family: 'Material Icons';
  content: 'radio_button_checked';
  color: #ff1ea4;
  border-radius: 0;
  border: 0;
  font-size: 24px;
  top: -8px;
  cursor: pointer;
}

/* .custom-radio .custom-control-input:active ~ .custom-control-label::before {
  background-color: transparent;
} */

/* .custom-control-label::after {
  top: 3px;
} */

.custom-control-label > a {
  pointer-events: all;
  cursor: pointer;
  color: #7f1eff;
  font-weight: 500;
}

/* Stripe */

.swi-ud-stripe {
  padding: 20px 15px;
  display: block;
  width: 100%;
  background-color: #fff;
  height: 56px !important;
  border-radius: 5px !important;
  border: 1px solid #dfdfdf !important;
  margin-bottom: 1rem;
  position: relative;
}

.swi-ud-stripe::after {
  content: '';
  display: block;
  position: absolute;
  top: -2px !important;
  left: auto !important;
  right: -2px !important;
  background-color: #ff1ea4;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  z-index: 9998 !important;
}


.swi-ud-stripe.swi-ud-stripe-focused {
  border: 2px solid #ff1ea4 !important;
  outline: 0;
}


/* Utilities */

.swi-ud-text-grey {
  color: #cecece !important;
}

.swi-ud-text-dark-grey {
  color: #a5a5a5 !important;
}

.swi-ud-text-red {
  color: #ff0000 !important;
}

.swi-ud-text-green {
  color: #1cbc51 !important;
}

.swi-ud-text-pink {
  color: #ff1ea4 !important;
}

.swi-ud-text-purple {
  color: #7f1eff !important;
}

.swi-ud-text-black {
  color: #000 !important;
}

.swi-ud-toast {
  width: 80%;
  position: fixed;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  display: flex;
  align-items: center;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14),0 1px 18px 0 rgba(0, 0, 0, .12),0 3px 5px -1px rgba(0, 0, 0, .3);
  opacity: 0;
  z-index: 9999;
  padding: 16px;
  visibility: hidden;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

.swi-ud-toast.active {
  opacity: 1;
  visibility: visible;
  /* transition: none; */
}

.swi-ud-toast > i {
  color: #ffffff;
  margin-right: 10px;
}

.swi-ud-toast.swi-ud-toast-red {
  background-color: #e91e63;
}

.swi-ud-toast.swi-ud-toast-green {
  background-color: #4caf50;
}

.swi-ud-toast-msg {
  font-size: 14px;
  font-weight: 400;
}

.swi-ud-toast.swi-ud-toast-red > .swi-ud-toast-msg,
.swi-ud-toast.swi-ud-toast-green > .swi-ud-toast-msg {
  color: #fff;
}

/* End Utilities */

#swi-ud-main-content-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: auto;
}

#swi-ud-mobile-navbar {
  padding: 20px 30px;
  justify-content: initial;
  background-color: #fff;
}

#swi-ud-mobile-logo {
  width: 50px;
}

.swi-ud-navbar-mpbile-btns-wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
}

#swi-ud-navbar-mobile-noti-btn {
  background-color: transparent;
  padding: 0;
  border: 0;
  margin-right: 10px;
  position: relative;
}
#swi-ud-navbar-mobile-noti-btn i {
  color: #ff1ea4;
  font-size: 28px;
}

#swi-ud-navbar-mobile-btn {
  /* margin-left: auto; */
  padding: 0;
  border: 0;
}

#swi-ud-mobile-navbar-list {
  margin-top: 10px;
}

.swi-ud-mobile-nav-links {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 0;
}

.swi-ud-mobile-navbar-nav-item i {
  margin-right: 10px;
  color: #cccccc;
}

.swi-ud-mobile-navbar-nav-item.active i {
  color: #ff1ea4;
}

.swi-ud-navbar-header-content {
  display: flex;
  flex-direction: column;
}

.swi-ud-navbar-header-content h1 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 10px;
}

.swi-ud-navbar-header-content span {
  font-size: 12px;
  margin-bottom: 0;
}

#swi-ud-mobile-navbar-function-btns {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}

#swi-ud-mobile-navbar-function-btns > a {
  padding: 12px 0;
  border-radius: 5px;
  border: 1px solid #dedede;
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#swi-ud-mobile-navbar-function-btns > a:last-child {
  margin-bottom: 0;
}

#swi-ud-mobile-navbar-function-btns i {
  color: #7f1eff;
  margin-right: 10px;
}

.swi-ud-mobile-navbar-function-btns-text {
  color: #7f1eff;
  font-weight: 600;
  font-size: 14px;
}

#swi-ud-sidebar {
  box-shadow: 0px 0 10px -2px rgba(0, 0, 0, 0.1);
  height: 100vh;
  padding-right: 30px;
  padding-left: 0;
  z-index: 999;
}

#swi-ud-logo {
  width: 130px;
  margin: 30px 0 50px 30px;
  padding: 0;
}

.swi-ud-sidebar-links {
  background-color: #fff;
  border-radius: 4rem 32rem 32rem 4rem;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
}

.swi-ud-sidebar-links:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.swi-ud-sidebar-links > .swi-ud-sidebar-links-icon {
  margin-right: 10px;
  color: #cccccc;
}

.swi-ud-sidebar-links > .swi-ud-sidebar-links-text {
  color: #cccccc;
  font-weight: 500;
}

.swi-ud-sidebar-links:hover > .swi-ud-sidebar-links-text,
.swi-ud-sidebar-links:hover > .swi-ud-sidebar-links-icon {
  color: rgba(0, 0, 0, 0.5);
}

.swi-ud-sidebar-links.active {
  background-color: rgba(255, 30, 164, 0.07);
}

.swi-ud-sidebar-links.active > .swi-ud-sidebar-links-icon,
.swi-ud-sidebar-links.active > .swi-ud-sidebar-links-text {
  color: #ff1ea4;
}

#swi-ud-main-content {
  width: 100%;
  padding: 30px 30px 250px 30px;
}

#swi-ud-main-content-nav {
  position: fixed;
  top: 0;
}

#swi-ud-sidebar-footer {
  padding-left: 30px;
  margin-top: 30px;
}

#swi-ud-sidebar-footer-header > h4 {
  display: flex;
  align-items: center;
}

.swi-ud-footer-header {
  margin-bottom: 15px;
}

.swi-ud-footer-header > i {
  color: #ff1ea4;
  margin-right: 10px;
}

.swi-ud-footer-header > span {
  color: #000;
  font-size: 14px;
}

.swi-ud-sidebar-footer-list-item {
  margin-bottom: 5px;
}

.swi-ud-sidebar-footer-links {
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 400;
  transition: color 300ms ease-in-out;
}

.swi-ud-sidebar-footer-links:hover {
  color: #7f1eff;
}

#swi-ud-main-content-nav {
  width: 100%;
  background-color: #fff;
  padding: 35px 0;
  z-index: 999;
}

#swi-ud-main-content-nav-header {
  display: flex;
  align-items: center;
}

#swi-ud-main-content-nav-header > h1 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 15px;
}

#swi-ud-main-content-nav-header > span {
  font-size: 14px;
  color: #000;
}

#swi-ud-main-content-nav-function-btns {
  position: fixed;
  right: 30px;
  top: 20px;
  display: flex;
  align-items: center;
}

.swi-ud-main-content-nav-function-btn {
  display: flex;
  align-items: center;
  padding: 12px 12px;
  border-radius: 4rem;
}

.swi-ud-main-content-nav-function-btn:hover {
  /* outline: 1px solid #cecece; */
  background-color: rgba(0, 0, 0, 0.03);
}

.swi-ud-main-content-nav-function-btn > i {
  color: #ff1ea4;
  /* margin-right: 10px; */
}

.swi-ud-main-content-nav-function-btn-text-inner {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.swi-ud-main-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.swi-ud-main-header > img {
  width: 50px;
  margin-right: 20px;
}

.swi-ud-main-header > h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.swi-ud-sections {
  margin-bottom: 30px;
}

.swi-ud-sections:last-child {
  margin: 0;
}

.swi-ud-sub-header {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.swi-ud-sub-header:first-child {
  padding-top: 5px;
}

.swi-ud-description {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  margin-bottom: 25px;
}

.swi-ud-description:empty {
  display: none;
}

.swi-ud-quick-link-btns {
  border: 1px solid #dedede;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swi-ud-quick-link-btns:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.swi-ud-quick-link-btns:hover .swi-ud-quick-link-btns-text{
  color: #000;
}

.swi-ud-quick-link-btns-icon {
  margin-right: 10px;
  color: #ff1ea4;
}

.swi-ud-quick-link-btns-text {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  text-align: center;
}

.swi-ud-info-container {
  border: 1px solid #dedede;
  border-radius: 10px;
  margin-bottom: 25px;
}

.swi-ud-info-container.swi-ud-info-container-pink {
  background-color: rgba(255, 30, 164, 0.07);
  border: 1px solid rgba(255, 30, 164, 0.1);
}

.swi-ud-info-container:last-child {
  margin-bottom: 0;
}

.swi-ud-info-container-header {
  padding: 20px;
  display: flex;
  align-items: center;
}

.swi-ud-info-container-header-icon {
  margin-right: 10px;
  color: #ff1ea4;
}

.swi-ud-info-container-header-content {
  display: flex;
  flex-direction: column;

  width: 100%;
}

.swi-ud-info-container-header-title {
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.swi-ud-info-container-header-title:first-child,
.swi-ud-info-container-header-title:last-child {
  margin-bottom: 0;
}


.swi-ud-info-container-content-row {
  padding: 20px;
  border-bottom: 1px solid #dedede;
  display: flex;
  align-items: center;
}

.swi-ud-tos-border-bottom{
  border-bottom: 1px solid #dedede !important;
}

.swi-ud-info-container-content-row:first-child {
  border-top: 1px solid #dedede;
}

.swi-ud-info-container.swi-ud-info-container-pink .swi-ud-info-container-content-row {
  border-bottom: 1px solid rgba(255, 30, 164, 0.1);
}

.swi-ud-info-container.swi-ud-info-container-pink .swi-ud-info-container-content-row:first-child {
  border-top: 1px solid rgba(255, 30, 164, 0.1);
}

.swi-ud-info-container-content-row:last-child,
.swi-ud-info-container.swi-ud-info-container-pink .swi-ud-info-container-content-row:last-child {
  border-bottom: none;
}

.swi-ud-info-container-content-details {
  padding-right: 15px;
}

.swi-ud-info-container-content-icon {
  margin-right: 10px;
  vertical-align: middle;
}

.swi-ud-info-container-content-text {
  font-size: 14px;
  color: #000;
  vertical-align: middle;
  word-break: break-word;
}

.swi-ud-info-container-content-sub-text {
  font-size: 12px;
  color: #a5a5a5;
  display: block;
}

.swi-ud-info-container-content-action {
  margin-left: auto;
  display: flex;
  align-items: center;
  color: #7f1eff;
  padding: 8px 12px;
  border-radius: 5px;
  background-color: rgba(127, 30, 255, 0.1);
  transition: transform .2s;
}

.swi-ud-info-container.swi-ud-info-container-pink .swi-ud-info-container-content-row .swi-ud-info-container-content-action {
  color: #ff1ea4;
  background-color: rgba(255, 30, 164, 0.1);
}

.swi-ud-info-container.swi-ud-info-container-pink .swi-ud-info-container-content-row .swi-ud-info-container-content-action:hover {
  color: #ff1ea4;
}

.swi-ud-info-container-content-action > i {
  margin-right: 5px;
}

.swi-ud-info-container-content-action > .swi-ud-info-content-action-text {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.swi-ud-info-container-content-action:hover {
  color: #7f1eff;
  transform: scale(1.1);
}

.swi-ud-info-container-sub-info {
  font-size: 14px;
  /* white-space: nowrap; */
  max-width: 50%;
  word-break: break-word;
  color: #a5a5a5;
  font-weight: 400;
  margin-left: auto;
  text-align: right;
}

.swi-ud-info-container-checkbox {
  margin-left: auto;
}

.swi-ud-info-container-footer:first-child {
  border-top: 1px solid #dedede;
}

.swi-ud-info-container-footer > a {
  color: #7f1eff;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 20px;
}

.swi-ud-info-container-footer-double-btn-wrapper {
  display: flex;
}

.swi-ud-info-container-footer-double-btn {
  color: #7f1eff;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 20px;
  /* border-top: 1px solid #dedede; */
  width: 50%;
}

.swi-ud-info-container-footer-double-btn:hover {
  color: #7f1eff;
  background-color: rgba(0, 0, 0, 0.03);
}

.swi-ud-info-container-footer-double-btn:first-child {
  border-right: 1px solid #dedede;
}

.swi-ud-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  border-top: 1px solid #dedede;
  color: #7f1eff;
  font-size: 14px;
  font-weight: 500;
}

.swi-ud-pagination-btn > i {
  color: #7f1eff;
}

.swi-ud-pagination-prev-btn {
  margin-right: 10px;
}

.swi-ud-pagination-next-btn {
  margin-left: 10px;
}

.swi-ud-info-container-footer > a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.swi-ud-info-container-single-btn {
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: center;
}

.swi-ud-info-container-single-btn:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.swi-ud-info-container-single-btn > i {
  margin-right: 10px;
}

.swi-ud-info-container-single-btn > span {
  font-size: 14px;
  font-weight: 500;
}

.swi-ud-slider-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  transition: opacity linear 200ms;
  opacity: 0;
}

.swi-ud-slider-overlay.swi-ud-slider-overlay-open {
  opacity: 1;
  pointer-events: all;
}

.swi-ud-slider {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  width: 100%;
  height: 100vh;
  /* The slider's transform makes it the containing block for its fixed header
     and footer, so their bottom: 0 resolves against this box, not the viewport.
     On mobile 100vh is the URL-bar-hidden height, which pushes the footer (and
     its submit button) below the visible area. dvh tracks the visible height. */
  height: 100dvh;
  transform: translateX(100%);
  transition: transform linear 200ms;
  box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.1);
}

.swi-ud-slider.swi-ud-slider-open {
  transform: translateX(0);
}

/* The IOS nominee declaration uses the standard dashboard modal treatment. */
.swi-ud-ios-declaration-modal-dialog {
  width: calc(100% - 32px);
  max-width: 720px;
  margin: 16px auto;
}

.swi-ud-ios-declaration-modal .swi-ud-modal-content {
  max-height: calc(100vh - 32px);
  overflow: hidden;
}

.swi-ud-ios-declaration-modal #swi-ud-ios-form {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 32px);
}

.swi-ud-ios-declaration-modal .swi-ud-slider-header,
.swi-ud-ios-declaration-modal .swi-ud-slider-footer {
  position: static;
  flex: 0 0 auto;
}

.swi-ud-ios-declaration-director {
  margin-bottom: 20px;
  padding: 12px 14px;
  border-radius: 6px;
  background-color: rgba(255, 30, 164, 0.08);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.swi-ud-ios-declaration-director-label {
  display: block;
  margin-bottom: 4px;
  color: #666;
  font-size: 13px;
  font-weight: 600;
}

.swi-ud-ios-declaration-director-name {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.swi-ud-ios-declaration-modal .swi-ud-slider-content {
  height: auto;
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 30px 24px;
}

@media (max-width: 575.98px) {
  .swi-ud-ios-declaration-modal-dialog {
    width: calc(100% - 16px);
    margin: 8px auto;
  }

  .swi-ud-ios-declaration-modal .swi-ud-modal-content,
  .swi-ud-ios-declaration-modal #swi-ud-ios-form {
    max-height: calc(100vh - 16px);
  }

  .swi-ud-ios-declaration-modal .swi-ud-slider-content {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.swi-ud-slider-header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #dedede;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 30px;
  z-index: 99999;
}

.swi-ud-slider-content {
  height: 100vh;
  height: 100dvh;
  overflow: auto;
  padding: 100px 30px 200px 30px;
}

.swi-ud-slider-header-title {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.swi-ud-slider-header-title > i {
  color: #ff1ea4;
  margin-right: 10px;
}

.swi-ud-slider-header-title > span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.swi-ud-slider-close-btn {
  margin-left: auto;
  background-color: transparent;
  border: none;
  width: 56px;
  height: 56px;
  padding: 0;
  color: #808080;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.swi-ud-slider-close-btn:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.swi-ud-slider-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  border-top: 1px solid #dedede;
  z-index: 9999;
  padding: 20px 30px;
}

#swi-ud-slider-add-new-company-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a5a5a5;
}

#swi-ud-slider-add-new-company-btn:hover {
  /* background-color: rgba(0, 0, 0, 0.03); */
  color: #7f1eff;
}

#swi-ud-slider-add-new-company-btn > span {
  font-size: 14px;
  font-weight: 500;
}

#swi-ud-slider-add-new-company-btn > i {
  margin-right: 10px;
}

.swi-ud-slider-item {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
  display: flex;
  align-items: center;
}


/* notification */
.swi-ud-slider-item-notification {
  flex-direction: column;
  align-items: flex-start;
}

.swi-ud-slider-item-notification .swi-ud-slider-name {
  margin-bottom: 10px;
  margin-right: 0;
}

.swi-ud-slider-item-noti-btns-wrapper {
  display: flex;
  width: 100%;
}

.swi-ud-slider-item-noti-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7f1eff;
  padding: 8px 12px;
  border-radius: 5px;
  background-color: rgba(127, 30, 255, 0.1);
  transition: transform .2s;
  width: 50%;
}

.swi-ud-slider-item-noti-btn:hover {
  transform: scale(1.1);
  color: #7f1eff;
}

.swi-ud-slider-item-noti-btns-wrapper .swi-ud-slider-item-noti-btn:first-child {
  margin-right: 10px;
}

.swi-ud-slider-item-noti-btn i {
  color: #7f1eff;
  margin-right: 5px;
}

.swi-ud-slider-item-noti-btn-text {
  font-size: 14px;
  font-weight: 500;
}

.swi-ud-slider-noti-date {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}

/* .swi-ud-notification-btn {
  position: relative;
} */

.swi-ud-noti-count {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ff1ea4;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  animation: pulse 1s infinite;
}

.swi-ud-noti-count-mobile {
  width: 14px;
  height: 14px;
  background-color: #ff1ea4;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -2px;
  bottom: 0;
  animation: pulse 1s infinite;
}




/* end noti */

.swi-ud-slider-item:last-child {
  border-bottom: 0;
}

.swi-ud-slider-name {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
  word-break: break-word;
  margin-right: 20px;
}

.swi-ud-slider-action {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.swi-ud-slider-action > i {
  margin-right: 10px;
  color: #7f1eff;
}

.swi-ud-slider-action > span {
  font-size: 14px;
  color: #7f1eff;
  font-weight: 500;
}

.swi-ud-slider-unclickable-status {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.swi-ud-slider-unclickable-status > i {
  margin-right: 10px;
  color: #1cbc51;
}

.swi-ud-slider-unclickable-status > span {
  font-size: 14px;
  color: #a5a5a5;
  font-weight: 500;
}

.swi-ud-no-slider-item-graphic {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.swi-ud-no-slider-item-graphic > i {
  font-size: 96px;
  color: #959595;
  margin-bottom: 20px;
}

.swi-ud-no-slider-item-graphic > span {
  font-size: 16px;
  color: #959595;
  font-weight: 500;
}

.swi-ud-input {
  height: 56px;
  border-radius: 5px;
  border: 1px solid #dedede;
  padding-left: 15px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.swi-ud-input[type="text"] {
  text-transform: uppercase;
}

.swi-ud-select {
  height: 56px;
  border-radius: 5px;
  border: 1px solid #dedede;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
  text-indent: 5px;
  text-transform: uppercase;
}

.swi-ud-select:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 2px solid #ff1ea4;
}

.swi-ud-select[disabled] {
  opacity: 0.5;
  background: #fff;
  cursor: not-allowed;
}

.swi-ud-select-wrapper-suffix {
  position: relative;
}

.swi-ud-select-suffix {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  text-decoration: none;
  cursor: pointer;
}

.swi-ud-input.swi-ud-input-invalid,
.swi-ud-select.swi-ud-input-invalid {
  border-color: #f00;
}

.swi-ud-input:focus {
  border: 2px solid #ff1ea4;
}

.swi-ud-input[readonly] {
  background: #fff;
}

.swi-ud-input[disabled] {
  opacity: 0.5;
  background: #fff;
  cursor: not-allowed;
}

.swi-ud-required-dot {
  position: absolute;
  top: -2px !important;
  left: auto !important;
  right: -2px !important;
  background-color: #ff1ea4;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  z-index: 9999 !important;
}

.swi-ud-required-dot.swi-ud-required-dot-invalid {
  background: #ff0;
}

.swi-ud-required-dot::after {
  display: none !important;
}

.swi-ud-required-dot.swi-ud-required-dot-invalid {
  background-color: #f00;
}

.swi-ud-modal {
  background-color: rgba(0, 0, 0, 0.1);
}

.swi-ud-modal-sections {
  margin-bottom: 30px;
}

.swi-ud-modal-sections:last-child {
  margin-bottom: 0;
}

.swi-ud-modal-titles {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.swi-ud-modal-description {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  margin-bottom: 25px;
}

.swi-ud-modal-content {
  border-radius: 10px;
  border: 0;
}

.swi-ud-modal-header {
  align-items: center;
}

.swi-ud-modal-header,
.swi-ud-modal-body {
  padding: 20px;
}

.swi-ud-modal-footer {
  display: flex;
  justify-content: center;
  padding: 0;
}

.swi-ud-modal-footer-btn {
  background-color: transparent;
  width: 100%;
  border: 0;
  color: #7f1eff;
  font-weight: 500;
  padding: 20px 0;
}

.swi-ud-modal-footer-btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.swi-ud-modal-footer-btn:hover {
  color: #4B12C4;
  font-weight: 700;
}

.swi-modal-title {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.swi-modal-title > i {
  color: #ff1ea4;
  margin-right: 10px;
}

.swi-ud-payment-info-row {
  display: flex;
  margin-bottom: 15px;

}

.swi-ud-payment-info-row > h6 {
  font-weight: 500;
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
}

.swi-ud-payment-info-row > span {
  margin-left: auto;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

.swi-ud-payment-info-footer {
  display: flex;
  align-items: baseline;
  padding-top: 15px;
  border-top: 1px solid #dedede;

}

.swi-ud-payment-info-footer > h6 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.swi-ud-payment-info-footer > h6 > i {
  margin-right: 10px;
  color: #a5a5a5;
}

.swi-ud-payment-info-footer > h6 > span {
  font-size: 16px;
  font-weight: 300;
}

.swi-ud-payment-info-footer > span {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-left: auto;
}

.swi-ud-request-btns {
  border: 1px solid #dedede;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15;
  margin-bottom: 20px;
  width: 100%;
}

.swi-ud-request-btns:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.swi-ud-request-btn-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swi-ud-request-btn-icon {
  color: #ff1ea4;
  margin-right: 10px;
}

.swi-ud-request-btn-text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

#swi-ud-fixed-footer {
  padding: 35px 0;
  background-color: #fff;
}

.swi-ud-footer-inner-wrapper {
  display: flex;
}


.swi-ud-footer-inner-wrapper > a {
  width: 50%;
  height: 48px;
}

.swi-ud-footer-inner-wrapper > a:only-child {
  width: 100%;
}

.swi-ud-prev-btn {
  color: #ff1ea4;
  font-size: 14px;
  font-weight: 500;
  background-color: rgba(255, 30, 164, 0.07);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.swi-ud-next-btn,
.add-request {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #ff1ea4;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-request {
  height: 48px;
  margin-bottom: 30px;
  width: 112px;
  border: none;
}

.swi-ud-prev-btn:hover {
  color: #ff1ea4;
}


.swi-ud-next-btn:hover,
.add-request:hover {
  color: #fff;
}

.delete-button {
  border: none;
  background-color: transparent;
}

.delete-button span {
  color: #ff1ea4;
}

.swi-ud-input-has-suffix > .swi-ud-input,
.swi-ud-input-has-suffix > .swi-ud-select {
  padding-right: 60px;
}

.swi-ud-input-suffix {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  color: #ff1ea4;
  text-decoration: none;
}

.swi-ud-input-suffix:hover {
  color: #ff1ea4;
}

.swi-ud-input-spinner.spinner-border-sm {
  border-width: 0.15em;
}

.swi-ud-submit-btn-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.swi-ud-file-input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.swi-ud-file-input-wrapper {
  position: relative;
}

.swi-ud-file-input-wrapper > * {
  cursor: pointer;
}

.swi-ud-file-input-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 56px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dedede;
  opacity: 1;
  cursor: pointer;
}

.swi-ud-file-input-wrapper.swi-ud-file-input-wrapper-disabled::after {
  content: "";
  display: block;
  width: 100%;
  height: 56px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dedede;
  opacity: 0.5;
  cursor: not-allowed;
}

.swi-ud-file-input-wrapper.swi-ud-pink-tooltip-highlight::after {
  content: "";
  display: block;
  width: 100%;
  height: 56px;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #ff1ea4;
  opacity: 1;
  cursor: pointer;
}

.swi-ud-file-input-label {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 500;
  color: #959595;
  pointer-events: all;
  /* z-index: -1; */
}

.swi-ud-file-input-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff1ea4;
}

.swi-ud-file-input-wrapper.swi-ud-file-input-invalid::after {
  content: "";
  display: block;
  width: 100%;
  height: 56px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #f00;
  opacity: 1;
  cursor: pointer;
}

/* Tippy related */

.tippy-box[data-theme~='white'] {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6);
  padding: 15px;
  border: 1px solid #dedede;
}

.tippy-box[data-theme~='pink'] {
  background-color: #ff1ea4;
  color: #fff;
}

.tippy-box[data-theme~='pink'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #ff1ea4;
}
.tippy-box[data-theme~='pink'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #ff1ea4;
}
.tippy-box[data-theme~='pink'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #ff1ea4;
}
.tippy-box[data-theme~='pink'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #ff1ea4;
}

.swi-ud-tooltip-header {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
  vertical-align: middle;
}

.swi-ud-tooltip-lightbulb {
  color: #fbc02d;
  margin-right: 10px;
  vertical-align: middle;
}


/* select 2 */

.swi-ud-select2-select {
  width: 100% !important;
}

.swi-ud-select2-input-wrapper .select2-container {
  width: 100% !important;
}

.swi-ud-select2-input-wrapper .select2-selection {
  height: 56px !important;
  border: 1px solid #dfdfdf !important;
  border-radius: 5px !important;
}

.swi-ud-select2-input-wrapper .select2-selection.invalid {
  border-color: #f00 !important;
}

.swi-ud-select2-input-wrapper .select2-selection__arrow {
  display: none !important;
}

.swi-ud-select2-input-wrapper .select2-selection__rendered {
  padding: 15px 47px 15px 15px !important;
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 500 !important;
}

.select2-selection__clear > span {
  display: none !important;
}

.select2-selection__clear::after {
  content: '\e5cd';
  font-family: 'Material Icons';
  font-size: 20px;
  color: #cccccc;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}


/* html .ui-button.ui-state-disabled:hover {

} */

/* select 2 for country code */

.swi-ud-input-phone {
  position: relative;
}

.swi-ud-input-phone > .select2-container {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px !important;
  z-index: 9998;
}

.swi-ud-input-phone > .select2-container .select2-selection {
  border: 0;
  background: transparent;
}

.swi-ud-input-phone > .swi-ud-input {
  padding-left: 90px !important;
}

.swi-ud-input-phone .form-control:placeholder-shown:not(:focus) + * {
  left: 90px !important;
  pointer-events: none;
}

.select2-container {
  z-index: 9999;
}

.select2-results__option,
.select2-selection__rendered {
  text-transform: uppercase !important;
}

.select2-selection__rendered {
  padding: 0 !important;
}

.select2-selection__placeholder {
  text-transform: capitalize !important;
}

.swi-ud-input-phone > .select2-container .select2-selection__arrow {
  display: none;
}

.select2-search__field {
  border: 1px solid #dfdfdf !important;
  border-radius: 3px;
}

.select2-search__field:focus {
  outline: 0 !important;
  border: 2px solid #ff1ea4 !important;
  border-radius: 3px;
}

.select2-dropdown {
  border: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf !important;
  border-bottom: 1px solid #dfdfdf !important;
  border-top-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
  border-radius: 5px;
  z-index: 9999 !important;
}

.select2-results__option--highlighted {
  background: #ff1ea4 !important;
}

.swi-select2-dropdown-class {
  width: 300px !important;
  min-width: 300px !important;
  max-width: 500px !important;
}

/* FIX BS 4 CUSTOM RADIO */

.custom-control-label::before {
  pointer-events: all;
}

/* END BS 4 CUSTOM RADIO */

.swi-ud-country-code-text {
  padding-left: 5px;
  font-weight: 500;
  font-size: 15px;
  vertical-align: middle;
}

.swi-ud-flag-text {
  vertical-align: middle;
  margin-left: 10px;
  font-size: 14px;
}

.swi-ud-flags-icon {
  vertical-align: middle;
}

#swi-ud-aod-add-dir-btn {
  background-color: rgba(238, 238, 238, 0.2);
  margin: 0 0 20px 0;
  width: 100%;
  height: 250px;
  box-sizing: border-box;
  color: #808080;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border: 1px solid #dedede;
  transition: border linear 100ms;
  border-radius: 3px;
}

#swi-ud-aod-add-dir-btn:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 1px 5px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0.07);
  border-color: #fff;
}

#swi-ud-aod-add-dir-btn > i {
  width: initial;
  font-size: 40px;
  margin-bottom: 10px;
}

#swi-ud-aod-add-dir-btn > span {
  font-weight: 500;
  font-size: 14px;
  color: #808080;
}

.swi-ud-slider-btn {
  width: 100%;
  height: 48px;
  color: #fff;
  background-color: #ff1ea4;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  border: 0;
}

.swi-ud-info-container-content-action-multiple {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.swi-ud-info-container-content-action-multiple-btns {
  color: #808080;
  margin-right: 20px;
}

.swi-ud-aod-delete-btn {
  color: #ff1ea4;
}

.swi-ud-info-container-content-action-multiple-btns.swi-ud-aod-delete-btn:hover {
  color: #ff1ea4;
}

.swi-ud-info-container-content-action-multiple-btns:hover {
  color: #808080;
  opacity: 0.6;
}

.swi-ud-info-container-content-action-multiple-btns:last-child {
  margin: 0;
}

/* Keep existing director nominee-declaration actions inside the row at every viewport size. */
.swi-ud-ios-director-declaration-row .swi-ud-info-container-content-details {
  min-width: 0;
  flex: 1 1 auto;
  overflow-wrap: anywhere;
}

.swi-ud-ios-director-declaration-row .swi-ud-info-container-content-action-multiple {
  flex: 0 0 auto;
  gap: 10px;
}

.swi-ud-ios-director-declaration-row .swi-ud-info-container-content-action,
.swi-ud-ios-director-declaration-row .swi-ud-info-container-content-action-multiple-btns {
  margin: 0;
}

@media (max-width: 575.98px) {
  .swi-ud-ios-director-declaration-row {
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 12px;
  }

  .swi-ud-ios-director-declaration-row .swi-ud-info-container-content-details,
  .swi-ud-ios-director-declaration-row .swi-ud-info-container-content-action-multiple {
    width: 100%;
    flex-basis: 100%;
  }

  .swi-ud-ios-director-declaration-row .swi-ud-info-container-content-action-multiple {
    justify-content: space-between;
    margin-left: 0;
  }
}

.swi-ud-info-container-content-row.swi-ud-info-container-content-row-clickable:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.03);
}

.swi-ud-file-uploaded-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 12px 0;
  border-radius: 5px;
  border: 1px solid #dedede;
  color: #7f1eff;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 20px;
}

.swi-ud-file-uploaded-link:hover {
  color: #7f1eff
}

.swi-ud-file-uploaded-link::before {
  content: "attach_file";
  font-family: "Material Icons";
  font-size: 22px;
  margin-right: 5px;
}

.swi-ud-modal-simple-info {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #dedede;
}

.swi-ud-modal-simple-info:last-child {
  border: 0;
}

.swi-ud-modal-simple-info-header {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

.swi-ud-modal-simple-info-content {
  font-size: 14px;
  color: #a5a5a5;
  font-weight: 400;
  margin-left: auto;
  text-align: right;
  max-width: 50%;
  word-break: break-word;
}

.swi-ud-modal.swi-ud-modal-overflow .swi-ud-modal-body {
  max-height: 400px;
  overflow: auto;
}

.swi-ud-alert {
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 500;
}

.swi-ud-alert i {
  margin-right: 10px;
  vertical-align: middle;
}

.swi-ud-alert.swi-ud-alert-pink {
  background-color: rgba(255, 30, 164, 0.07);
  color: #ff1ea4;
}

.swi-ud-alert.swi-ud-alert-purple {
  background-color: rgba(127, 30, 255, 0.1);
  color: #7f1eff;
}

.swi-ud-alert.swi-ud-alert-grey{
  background-color: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.5);
}

.swi-ud-alert.swi-ud-alert-pink i {
  color: #ff1ea4;
}

.swi-ud-alert.swi-ud-alert-grey i{
  color: rgba(0, 0, 0, 0.5);
}

.swi-ud-link-btn {
  display: block;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.swi-ud-link-btn.swi-ud-link-btn-purple {
  background-color: rgba(127, 30, 255, 0.1);
  border: 1px solid rgba(127, 30, 255, 0.2);
}

.swi-ud-link-btn.swi-ud-link-btn-white {
  background-color: #fff;
  border: 1px solid #dedede;
}


.swi-ud-link-btn > i {
  margin-right: 10px;
}

.swi-ud-link-btn.swi-ud-link-btn-purple > i {
  color: #7f1eff;
}

.swi-ud-link-btn.swi-ud-link-btn-white> i {
  color: #a5a5a5;
}

.swi-ud-link-btn.swi-ud-link-btn-purple .swi-ud-link-btn-text {
  font-size: 14px;
  font-weight: 500;
  color: #7f1eff;
}

.swi-ud-link-btn.swi-ud-link-btn-white .swi-ud-link-btn-text {
  font-size: 14px;
  font-weight: 500;
  color: #a5a5a5;
}

.swi-ud-link-btn.swi-ud-link-btn-purple:hover {
  background-color: rgba(127, 30, 255, 0.2);
  color: #7f1eff;
}

.swi-ud-link-btn.swi-ud-link-btn-white:hover {
  background-color: rgba(0, 0, 0, 0.03);
  color: #a5a5a5;
}

/* .swi-ud-alert-btn {
  background: rgba(255,255,255, 0.1);
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px;
  display: block;
  margin-top: 15px;
  text-align: center;
}

.swi-ud-alert-btn:hover {
  color: #fff;
}

.swi-ud-alert-btn > i {
  margin-right: 10px;
  color: #fff;
} */

.swi-ud-text-link {
  color: #7f1eff;
  font-weight: 500;
}

.swi-ud-text-link:hover {
  color: #7f1eff;
}

.swi-ud-info-container-content-row.swi-ud-info-container-share-assign-row {
  display: block;
}

.swi-ud-info-container-share-assign-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.swi-ud-info-container-share-assign-form {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.swi-ud-info-container-footer.swi-ud-info-container-footer-icon-with-plain-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
}

.swi-ud-info-container-footer.swi-ud-info-container-footer-icon-with-plain-text > i {
  margin-right: 10px;
  color: #a5a5a5;
}

#swi-ud-share-assign-text.swi-ud-share-info-pass i {
  color: #4caf50;
}

#swi-ud-share-assign-text.swi-ud-share-info-pass .swi-ud-footer-icon-text {
  color: #4caf50;
}

#swi-ud-share-assign-text.swi-ud-share-info-error i {
  color: #e91e63;
}

#swi-ud-share-assign-text.swi-ud-share-info-error .swi-ud-footer-icon-text {
  color: #e91e63;
}

.swi-ud-filter {
  display: flex;
  align-items: center;
}

.swi-ud-desktop-filter-btns {
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 15px;
  color: #a5a5a5;
  /* border: 1px solid #dedede; */
  border: 0;
  box-shadow: 0 0 0 1px #dedede;
  background-color: #fff;
  margin-right: 10px;
  white-space: nowrap;
}

.swi-ud-desktop-filter-btns:last-child {
  margin-right: 0;
}

.swi-ud-desktop-filter-btns.swi-ud-desktop-filter-btns-active {
  font-weight: 500;
  /* border: 2px solid #7f1eff; */
  border: 0;
  box-shadow: 0 0 0 2px #7f1eff;
  color: #7f1eff;
  background-color: rgba(127, 30, 255, 0.1);
}

.swi-ud-info-container-header-additional-info-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.swi-ud-info-container-header-additional-info-text.swi-ud-info-container-header-additional-info-text-warning {
  color: #f00;
}

.swi-ud-info-container-header-additional-info-text.swi-ud-info-container-header-additional-info-text-pink {
  color: #ff1ea4;
}

.swi-ud-info-container-header-additional-info-text.swi-ud-info-container-header-additional-info-text-grey {
  color: rgba(0,0,0,0.6);
}

#swi-ud-make-request-btn {
  width: 100%;
  background-color: #7f1eff;
  /* border-radius: 30px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 15px 30px; */
  padding: 20px 30px;
  position: fixed;
  /* right: 50px; */
  /* bottom: 50px; */
  bottom: 0;
  z-index: 9998;
  /* box-shadow: 0px 0 10px -2px rgb(0 0 0 / 50%); */
  transition: transform .2s;
}

#swi-ud-make-request-btn:active,
#swi-ud-make-request-btn:focus {
  outline: none;
}

#swi-ud-make-request-btn:hover {
  transform: scale(1.1);
}

#swi-ud-make-request-btn > i {
  color: #fff;
  margin-right: 10px;
}

.swi-ud-make-request-btn-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.swi-ud-switch-company-active {
  color: #7f1eff;
  vertical-align: middle;
  margin-right: 5px;
}

.swi-ud-double-info-btn-wrapper {
  display: flex;
}

.swi-ud-double-info-btn {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.swi-ud-double-info-btn i {
  margin-right: 10px;
}

.swi-ud-double-info-btn .swi-ud-footer-icon-text {
  font-size: 14px;
}

/* Jquery datepicker styling */

.ui-widget.ui-widget-content {
  border-radius: 5px;
  border-color: #dedede;
}

.ui-datepicker-title {
  display: flex;
  align-items: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-family: 'Poppins', sans-serif;
  border-radius: 3px;
  border: 1px solid #dedede;
  padding: 5px 8px;
  font-size: 14px;
  margin: 0 5px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border-color: transparent;
  background-color: transparent;
  text-align: center;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover {
  background-color: rbga(0, 0, 0, 0.03);
}

.ui-state-default.ui-state-active {
  background-color: transparent;
  color: #fff;
}

.ui-datepicker-current-day {
  position: relative;
}

.ui-datepicker-current-day::after {
  content: '';
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  z-index: -1;
  background-color: #ff1ea4;
  color: #fff;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}


.ui-datepicker-calendar .ui-state-hover {
  position: relative;
  background-color: transparent;
}

.ui-datepicker-calendar .ui-state-hover::after {
  content: '';
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.03);
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.ui-widget-header {
  background-color: #fff;
  border: 0;
}

.ui-datepicker .ui-datepicker-header {
  padding: 10px 0 5px 0;
}

.ui-widget-header .ui-icon {
  background-image: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  border: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.03);
}

.ui-datepicker .ui-datepicker-prev {
  left: 8px;
}

.ui-datepicker .ui-datepicker-next {
  right: 8px;
}

.ui-datepicker .ui-datepicker-prev::after {
  font-family: 'Material Icons';
  content: '\e5de';
  color: #000;
}

.ui-datepicker .ui-datepicker-next::after {
  font-family: 'Material Icons';
  content: '\e5df';
  color: #000;
}

/* collapse */

.swi-ud-collapse {
  border: 1px solid #dedede;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.swi-ud-collapse-content-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.swi-ud-collapse:last-child {
  margin-bottom: 0;
}

.swi-ud-collapse-header {
  display: flex;
  align-items: center;
  padding: 20px;
}

.swi-ud-collapse-header-icon {
  color: #ff1ea4;
  margin-right: 10px;
}

.swi-ud-collapse-header-details {
  display: flex;
  flex-direction: column;
}

.swi-ud-collapse-header-title {
  color: #000;
  font-size: 14px;
  margin-bottom: 5px;
}

.swi-ud-collapse-sub-info {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

.swi-ud-collapse-sub-info::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #7f1eff;
  vertical-align: middle;
  margin: 0 5px;
  display: none;
}

.swi-ud-collapse-dropdown-btn {

  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7f1eff;
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
  border-top: 1px solid #dedede;
  transition: transform .2s;
  border: 1px solid #dedede;;

}

.swi-ud-collapse-dropdown-btn > i {
  display: none;
  transition: transform 0.2s;
}

.swi-ud-collapse-dropdown-btn > i.swi-ud-collapse-dropdown-btn-icon-rotate {
  transform: rotate(-180deg);
}

.swi-ud-collapse-dropdown-btn-text {
  font-size: 14px;
  font-weight: 500;
  color: #7f1eff;
  display: flex;
  align-items: center;
}

.swi-ud-collapse-actions {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 15px 15px 15px;
  flex-wrap: wrap;
  row-gap: 15px;
}

.swi-ud-collapse-action-text {
  color: #7f1eff;
  font-weight: 500;
}

.swi-ud-collapse-actions > .swi-ud-collapse-action-buttons:only-child {
  margin-left: 0;
  margin-bottom: 0;
}

.swi-ud-collapse-action-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7f1eff;
  padding: 15px;
  background-color: transparent;
  transition: transform .2s;
  width: 100%;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #dedede;
  border-radius: 5px;
  margin-bottom: 10px;
  /* ubo ui */
  /* row-gap: 15px;
  background-color: white; */
  /* ubo ui */
}


.swi-ud-collapse-action-buttons > i {
  display: none;
}


/* .swi-ud-collapse-actions > .swi-ud-collapse-action-buttons:nth-child(2) {
  border-left: 1px solid #dedede;
} */

.swi-ud-collapse-action-buttons:hover {
  color: #7f1eff;
}

/* collapse expanded */

.swi-ud-collapse-expanded-row {
  padding: 20px;
  border-bottom: 1px solid #dedede;
}

.swi-ud-collapse-expanded-row:last-child {
  border-bottom: 0;
}

.swi-ud-collapse-expanded-row-inner-wrapper {
  display: flex;
  align-items: center;
}

.swi-ud-collapse-expanded-row-title {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

.swi-ud-collapse-expanded-row-actions-wrapper {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.swi-ud-collapse-expanded-row-actions {
  color: #a5a5a5;
  display: flex;
  align-items: center;
}

.swi-ud-collapse-expanded-row-actions:first-child {
  margin-right: 15px;
}

.swi-ud-collapse-expanded-row-actions:only-child {
  margin-right: 0;
}

.swi-ud-collapse-expanded-row-actions-text {
  color: #a5a5a5;
  font-weight: 500;
  font-size: 14px;
  margin-left: 5px;
}

.swi-ud-collapse-expanded-row-actions:hover {
  color: #a5a5a5;
  opacity: 0.8;
}

.swi-ud-collapse-expanded-footer-inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swi-ud-collapse-footer-button {
  display: block;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 500;
  color: #7f1eff;
  width: 100%;
  text-align: center;
}

.swi-ud-collapse-footer-button:hover {
  color: #7f1eff;
  background-color: rgba(0, 0, 0, 0.03);
}

.swi-ud-my-docs-important-actions {
  position: relative;
}

.swi-ud-my-docs-important-actions::after{
  content: '!';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ff1ea4;
  border-radius: 50%;
  top: -10px;
  right: -10px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 1s infinite;
}

/* my docs filters */

.swi-ud-my-docs-search-and-filters-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.swi-ud-my-docs-search-wrapper {
  position: relative;
  width: 100%;
}

.swi-ud-my-docs-search-wrapper::before {
  font-family: 'Material Icons Outlined';
  font-size: 24px;
  content: 'search';
  color: #a5a5a5;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.swi-ud-my-docs-search-bar {
  width: 100%;
  border: 1px solid #dedede;
  padding: 15px 15px 15px 60px;
  border-radius: 30px;
  background-color: #fff;
  font-size: 14px;
  color: #000;
}

.swi-ud-my-docs-search-bar:focus {
  outline: 0;
}



.swi-ud-my-docs-search-bar::placeholder {
  color: #a5a5a5;
  font-size: 14px;
  font-weight: 400;
}

.swi-ud-my-docs-filters-wrapper {
  display: flex;
  width: 100%;
}

.swi-ud-my-docs-filters-wrapper > .swi-ud-my-docs-dropdown-wrapper {
  width: 50%;
}

.swi-ud-my-docs-filter-btns {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dedede;
  border-radius: 30px;
  padding: 10px 0;
}

.swi-ud-my-docs-filters-wrapper > .swi-ud-my-docs-dropdown-wrapper:first-child {
  margin-right: 10px;
}

.swi-ud-my-docs-filter-btns > i {
  color: #ff1ea4;
  margin-right: 5px;
}

.swi-ud-my-docs-filter-btns-text {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.swi-ud-dropdown-menu {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #dedede;
  padding: 0;
  overflow: hidden;
}

.swi-ud-dropdown-menu-item {
  padding: 15px;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  height: 66px;
  border-bottom: 1px solid #dedede;
}

.swi-ud-dropdown-menu .swi-ud-dropdown-menu-item:last-child {
  border-bottom: 0;
}

.swi-ud-dropdown-menu-item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.swi-ud-dropdown-menu-item:active {
  background-color: rgba(0, 0, 0, 0.03);
  color: #000;
}

.swi-ud-dropdown-menu-item-active::before {
  font-family: 'Material Icons Outlined';
  content: 'check';
  font-size: 24px;
  color: #1cbc51;
  margin-right: 5px;
}

/* .swi-ud-dropdown-menu {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #dedede;
  padding: 0;
  overflow: hidden;
}

.swi-ud-dropdown-menu-item {
  padding: 15px;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  height: 66px;
}

.swi-ud-dropdown-menu-item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.swi-ud-dropdown-menu-item:active {
  background-color: rgba(0, 0, 0, 0.03);
  color: #000;
}

.swi-ud-dropdown-menu-item-active::before {
  font-family: 'Material Icons Outlined';
  content: 'check';
  font-size: 24px;
  color: #1cbc51;
  margin-right: 5px;
}

.swi-ud-filter-horizontal-scroll {
  overflow: auto;
}

.swi-ud-my-docs-sort-wrapper {
  width: 30%;
} */

.swi-ud-filter-horizontal-scroll {
  overflow: auto;
}

.swi-ud-my-docs-filters-desktop {
  display: none;
}



@keyframes pulse {
	10% {transform: scale(1.2)}
}

#swi-ud-stripe-img {
  width: 100%;
  max-width: 388px;
  height: auto;
}

/* preloader */

#swi-ud-preloader-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: #fff;
  display: none;
  opacity: 0.5;
  z-index: 999999999;
}

#swi-ud-splash {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(40deg, rgba(255,30,164,1) 0%, rgba(255,223,64,1) 100%);
  z-index: 999999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* animation: swi-splash-animation 2s forwards; */
  pointer-events: none;

}

#swi-ud-splash-logo {
  width: 100px;
  /* margin-bottom: 10px; */
  transition: width 1s;
  animation: swi-splash-icon-float-animation 2s infinite alternate;
  transform-origin: center;
  pointer-events: none;
}

#swi-ud-splash-loader {
  position: fixed;
  width: 100vw;
  height: 4px;
  background: rgba(255,255,255,0.5);
  top: 0;
  left: 0;
  z-index: 9999999999;
  display: block;
  pointer-events: none;
}

.swi-ud-splash-loader-inner {
  background: #fff;
}

.swi-ud-splash-loader-inner::before {
  content: '';
  /* display: block;
  width: 60%;
  height: 4px; */
  height: 4px;
  background: #fff;
  will-change: left, right;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-animation: test 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: test 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;

}

.swi-ud-splash-loader-inner::after {
  content: '';
  /* display: block;
  width: 60%;
  height: 4px; */
  height: 4px;
  background: #fff;
  will-change: left, right;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-animation: test2 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: test2 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

#email, #email_id{
  text-transform: uppercase;
}

/* hw Business profile and Constitution button */
.swi-ud-bp-wrapper {
  padding: 0px 0px 20px 0px;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: sticky;
  top: 91px;
  background-color: white;
  z-index: 1;
  margin-top: 0;
  flex-wrap: wrap;
}

.swi-ud-bp-wrapper .swi-ud-filters {
  width: 100%;
  justify-content: center;

}

.swi-ud-bp-wrapper .swi-ud-filters:first-child {
  margin-bottom: 15px;
}

.swi-ud-bp-wrapper.swi-ud-wrapper-purple {
  /* background-color: rgba(127, 30, 255, 0.1); */
  /* border: 1px solid rgba(127, 30, 255, 0.2); */
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-radius: unset;
}
.swi-ud-document-action {
  margin-right: 10px;
  display: flex;
  align-items: center;
  color: #7f1eff;
  padding: 8px 12px;
  border-radius: 5px; 
  background-color: rgba(127, 30, 255, 0.1); 
  /* background-color: rgba(255, 255, 255, 1); */
  border: 1px solid rgba(127, 30, 255, 0.1);
  transition: transform .2s;
}
.swi-ud-document-action > .swi-ud-document-action-text {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.swi-ud-document-action:hover {
  color: #7f1eff;
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .swi-ud-bp-wrapper {
    top: 0px;
  }
}

@media only screen and (min-width: 200px) and (max-width: 767px)  {
  .delete{
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .swi-ud-ios-delete-transferors {
    border-radius: 5px;
    border: 2px solid #808080;
    padding: 10px 0px;
    width: 100%;
    display: block;
    text-align: center;
  }

  .swi-ud-ts-amount-delete-wrapper .swi-ud-ios-delete-transferors {
    display: inline-flex;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
  }
}

/* hw Business profile and Constitution button */

@-webkit-keyframes test {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; }
  }


@keyframes test {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; }
  }
  @-webkit-keyframes test2 {

    0% {
      left: -200%;
      right: 100%; }
    60% {
      left: 107%;
      right: -8%; }
    100% {
      left: 107%;
      right: -8%; }
  }
  @keyframes test2 {

    0% {
      left: -200%;
      right: 100%; }
    60% {
      left: 107%;
      right: -8%; }
    100% {
      left: 107%;
      right: -8%; }
  }


@keyframes swi-splash-icon-float-animation {
	0% {
		transform: translateY(-20px);
	}
  25% {
    transform: translateY(0px);
  }
	50% {
		transform: translateY(-20px);
	}
  75% {
    transform: translateY(0px);
  }
	100% {
		transform: translateY(-20px);
	}
}

.swi-flags-icon {
  vertical-align: middle;
  width: 20px;
}

.swi-country-code-text {
  font-weight: 500;
  margin-left: 8px;
}

.swi-flag-text {
  font-size: 14px;
  margin-left: 10px;
}


@media (min-width: 576px) {
  .swi-ud-collapse-actions {
    flex-wrap: nowrap;
    /* ubo ui */
    flex-wrap: wrap;
    row-gap: 15px;
    /* ubo ui */
  }

  .swi-ud-collapse-actions > .swi-ud-collapse-action-buttons {
    margin-bottom: 0;
  }

  .swi-ud-collapse-actions > .swi-ud-collapse-action-buttons:nth-child(2),
  .swi-ud-collapse-actions > .swi-ud-collapse-action-buttons:nth-child(3),
  .swi-ud-collapse-dropdown-btn {
    margin-left: 10px;
  }

  .swi-ud-slider {
    min-width: 450px;
  }
}


@media (min-width: 768px) {
  .swi-ud-slider {
    width: 50%;
  }

  .swi-ud-slider-header {
    position: absolute;
  }

  .swi-ud-slider-footer {
    position: absolute;
  }

  .swi-ud-footer-inner-wrapper > a {
    width: 112px;
  }

  .swi-ud-footer-inner-wrapper > a:only-child {
    width: 112px;
    margin-right: 0;
  }

  .swi-ud-info-container-share-assign-form {
    flex-direction: row;
    align-items: center;
  }

  #swi-ud-make-request-btn {
    width: auto;
    border-radius: 30px;
    padding: 15px 30px;
    right: 50px;
    bottom: 40px;
  }

  .swi-ud-checkbox-inline {
    display: inline-flex;
    margin-right: 15px;
  }


  .swi-ud-bp-wrapper {
    flex-wrap: nowrap;
  }

  .swi-ud-bp-wrapper .swi-ud-filters {
    width: initial;
    justify-content: initial;
  }

  .swi-ud-bp-wrapper .swi-ud-filters:first-child {
    margin-bottom: 0;
  }


}

@media (min-width: 992px) {
  #swi-ud-main-content {
    width: 80%;
    margin-left: 320px;
    padding-top: 110px;
  }

  .swi-ud-main-header {
    margin-bottom: 40px;
  }

  .swi-ud-main-header > img {
    width: 60px;
  }

  .swi-ud-main-header > h2 {
    font-size: 25px;
  }

  .swi-ud-info-container-header-content {
    flex-direction: row;
    align-items: center;
  }

  .swi-ud-info-container-header-title {
    margin-bottom: 0;
  }

  .swi-ud-info-container-header-additional-info {
    margin-left: auto;
  }

  .swi-ud-info-container-header-additional-info > i {
    margin-right: 10px;
  }



  .swi-ud-slider {
    width: 40%;
  }

  #swi-ud-aod-btn {
    height: 250px;
  }

  .swi-ud-toast {
    width: 40%;
  }

  .swi-ud-quick-link-btns {
    flex-direction: column;
  }

  .swi-ud-quick-link-btns-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }







}

@media (min-width: 1200px) {
  .swi-ud-slider {
    width: 30%;
  }

  /* my docs filters */

  /* .swi-ud-my-docs-search-and-filters-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }

  .swi-ud-my-docs-search-wrapper {
    width: 70%;
    margin-right: 10px;
  }

  .swi-ud-my-docs-filters-wrapper {
    display: flex;
    width: 30%;
  }

  .swi-ud-my-docs-filters-wrapper .swi-ud-my-docs-dropdown-wrapper:first-child {
    width: 100%;
  }

  .swi-ud-my-docs-filters-wrapper .swi-ud-my-docs-dropdown-wrapper:last-child {
    width: 0;
  }

  .swi-ud-my-docs-sort-btn{
    width: 100%;
    height: 53px;
    padding: 0;
  }

  .swi-ud-my-docs-sort-btn i.swi-ud-my-docs-sort-btn-icon-reverse {
    transform: scaleY(-1);
  }

  .swi-ud-my-docs-filter-btn-mobile {
    display: none;
  }

  .swi-ud-my-docs-filters-wrapper > .swi-ud-my-docs-dropdown-wrapper:first-child {
    margin-right: 0;
  }

  .swi-ud-my-docs-filters-desktop {
    display: flex;
    width: 100%;
    overflow: visible;
  } */

  .swi-ud-main-content-nav-function-btn-text {
    display: flex;
    align-items: center;
  }

  .swi-ud-main-content-nav-function-btn-text-inner {
    display: block;
  }

  .swi-ud-main-content-nav-function-btn > i {
    margin-right: 10px;
  }

  .swi-ud-main-content-nav-function-btn {
    padding: 12px 20px;
  }
}

@media (min-width: 1500px) {

    /* collapse */

    .swi-ud-collapse-content-wrapper {
      padding: 20px;
    }

    .swi-ud-collapse-actions {
      padding: 0;
    }

    .swi-ud-collapse-action-buttons {
      border: 0;
    }

    .swi-ud-collapse-content-wrapper {
      flex-wrap: nowrap;
    }

    .swi-ud-collapse-header {
      padding: 0;
    }

    .swi-ud-collapse-dropdown-btn {
      margin-left: 10px;
      margin-right: 0;
      width: initial;
      color: #7f1eff;
      padding: 8px 12px;
      border-radius: 5px;
      background-color: rgba(127, 30, 255, 0.1);
      border: 0;
    }

    .swi-ud-collapse-dropdown-btn > i {
      display: initial;
    }

    .swi-ud-collapse-dropdown-btn-text {
      display: none;
    }

    .swi-ud-collapse-dropdown-btn:hover {
      transform: scale(1.1);
    }

    .swi-ud-collapse-actions {
      border-top: none;
      width: initial;
      margin-left: auto;
    }

    .swi-ud-collapse-action-buttons {
      padding: 8px 12px;
      background-color: rgba(127, 30, 255, 0.1);
      border-radius: 5px;
      transition: transform .2s;
      width: initial;
      margin-left: 10px;
      border-top: 0;
    }

    .swi-ud-collapse-action-buttons > i {
      display: initial;
      margin-right: 5px;
    }

    /* .swi-ud-collapse-actions > .swi-ud-collapse-action-buttons:nth-child(2) {
      border-left: 0;
      margin-right: 10px;
    } */


    .swi-ud-collapse-action-buttons:hover {
      transform: scale(1.1);
    }


}

#swi-postal-tooltip ~ .swi-sglocate-icon {
  right: 50px;
}
