/**
Dashboard UI
 */
.form-control {
  display: block;
  width: 100%;
  height: 2.375rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.6;
  color: #05294b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: purple;
  background-color: rgba(128, 0, 128, 0.03);
  border-color: purple;
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder {
  color: #adb5bd;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f8f9fa;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #05294b;
}
select.form-control:focus::-ms-value {
  color: #05294b;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.4444444444;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.775rem;
  line-height: 1.1428571429;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 0.85rem;
  line-height: 1.6;
  color: #303030;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.1428571429em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.775rem;
  line-height: 1.1428571429;
  border-radius: 3px;
}

.form-control-lg {
  height: calc(1.4444444444em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  border-radius: 3px;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #9aa0ac;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 87.5%;
  color: #34b477;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.775rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(52, 180, 119, 0.9);
  border-radius: 3px;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #34b477;
  padding-right: calc(1.6em + 1rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2334b477' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.25rem) center;
  background-size: calc(0.8em + 0.5rem) calc(0.8em + 0.5rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #34b477;
  box-shadow: 0 0 0 0 rgba(52, 180, 119, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 1rem);
  background-position: top calc(0.4em + 0.25rem) right calc(0.4em + 0.25rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #34b477;
  padding-right: calc(0.75em + 2.5rem) !important;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath fill='%23999' d='M0 0L10 0L5 5L0 0'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2334b477' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.5rem) calc(0.8em + 0.5rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #34b477;
  box-shadow: 0 0 0 0 rgba(52, 180, 119, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #34b477;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #34b477;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #34b477;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(78.8793103448, 204.1206896552, 144.4353448276);
  background-color: rgb(78.8793103448, 204.1206896552, 144.4353448276);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(52, 180, 119, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #34b477;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #34b477;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #34b477;
  box-shadow: 0 0 0 0 rgba(52, 180, 119, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 87.5%;
  color: #cd201f;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.775rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(205, 32, 31, 0.9);
  border-radius: 3px;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #cd201f;
  padding-right: calc(1.6em + 1rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cd201f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23cd201f' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.25rem) center;
  background-size: calc(0.8em + 0.5rem) calc(0.8em + 0.5rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #cd201f;
  box-shadow: 0 0 0 0 rgba(205, 32, 31, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 1rem);
  background-position: top calc(0.4em + 0.25rem) right calc(0.4em + 0.25rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #cd201f;
  padding-right: calc(0.75em + 2.5rem) !important;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath fill='%23999' d='M0 0L10 0L5 5L0 0'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cd201f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23cd201f' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.5rem) calc(0.8em + 0.5rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #cd201f;
  box-shadow: 0 0 0 0 rgba(205, 32, 31, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #cd201f;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #cd201f;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #cd201f;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(225.7076271186, 62.2372881356, 61.2923728814);
  background-color: rgb(225.7076271186, 62.2372881356, 61.2923728814);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(205, 32, 31, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #cd201f;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #cd201f;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #cd201f;
  box-shadow: 0 0 0 0 rgba(205, 32, 31, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.no-results {
  text-align: center;
}
.no-results td {
  border-bottom: none !important;
}
.no-results div.no-result {
  margin: 20px;
  margin-top: 30px;
}
.no-results div.no-result i {
  font-size: 80px;
  color: purple;
  font-weight: normal;
}
.no-results div.no-result h2 {
  margin-top: 30px;
  color: #767da2;
  font-weight: normal;
}

.page-header {
  margin-top: 0px;
  margin-bottom: 10px;
}
.page-header .btn {
  height: 100%;
  margin-left: 5px;
}
.page-header .input-group-btn .btn {
  margin-left: 0;
}

.dropdown-select .dropdown-toggle i {
  padding-left: 5px;
}

a.text-gray-dark:hover {
  color: #767da2 !important;
}

.card-transparent.card {
  box-shadow: none;
  border: none;
  background-color: transparent;
}

.logo {
  width: 200px;
}

.or {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}
.or span {
  position: absolute;
  left: 47%;
  top: -7px;
  background-color: #fff;
  font-weight: 700;
  color: #767da2;
}

.aside-profile {
  font-weight: bold;
  font-size: 0.95rem;
}
.aside-profile .dropdown-item {
  color: #303030 !important;
  font-weight: 500;
  font-size: 0.93rem;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
}
.aside-profile .dropdown-item.active, .aside-profile .dropdown-item:active {
  background-color: transparent !important;
}
.aside-profile .dropdown-item a {
  color: #303030;
}
.aside-profile .dropdown-item .fe {
  font-size: 0.85rem;
}

.identity {
  text-align: center;
  margin-bottom: 20px;
}
.identity .aside-logo {
  margin-top: 20px;
}
.nav-sidebar-bar .fe,
.nav-sidebar-bar .fas {
  font-size: 22px;
}

.audio-list .card {
  margin-bottom: 10px;
}
.audio-list .no-border {
  border: none;
}
.audio-list .card-header {
  padding-left: 0;
  padding-right: 10px;
}
.audio-list .audio-list-item {
  font-size: 16px;
  position: relative;
}
.audio-list .audio-list-item.audio-export {
  margin-left: 30px;
}
.audio-list .audio-list-item .audio-checkbox {
  position: absolute;
  left: -40px;
  top: 45%;
}
.audio-list .audio-list-item .card-body {
  padding: 1rem 1rem;
}
.audio-list .audio-list-item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.audio-list .audio-list-item:hover .btn-list {
  display: inline-block;
}
.audio-list .audio-list-item .time {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #767da2;
  font-style: italic;
  font-size: 11px;
}
.audio-list .audio-list-item .status {
  text-transform: uppercase;
  font-size: 12px;
}
.audio-list .audio-list-item .audio-title {
  margin-bottom: 5px;
}
.audio-list .audio-list-item .stamp {
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio-list .audio-list-item .stamp i {
  font-size: 35px;
}
.audio-list .audio-list-item .item-stack div {
  margin-right: 10px;
}
.audio-list .audio-list-item .btn-grouping .btn {
  color: #05294b;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  margin: 0px !important;
}
.audio-list .audio-list-item .btn-grouping .btn:hover {
  background-color: #ff80ff;
  color: purple;
}
.audio-list .audio-list-item .btn-grouping .btn i {
  font-size: 22px;
}

.audio-choose {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
}
.audio-choose h3 {
  line-height: 30px;
  font-size: 20px;
  color: #303030;
}
.audio-choose .col {
  border: 1px dashed #979797;
  padding: 40px;
  margin: 10px;
  width: 400px;
  min-height: 350px;
}
.audio-choose .audio-choose-integrations .integration {
  margin-top: 10px;
  border-bottom: 1px dashed #d7d7d7;
  padding-bottom: 10px;
  text-align: left;
}
.audio-choose .audio-choose-integrations .btn {
  font-size: 0.85rem;
  font-weight: normal;
  border-radius: 28px;
  display: inline-flex;
  width: 200px;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
}
.audio-choose .audio-choose-integrations .btn.btn-light {
  background-color: rgba(0, 0, 0, 0.05);
}
.audio-choose .audio-choose-integrations .btn.active {
  width: 338px;
}
.audio-choose .audio-choose-integrations .btn img {
  height: 25px;
}
.audio-choose .audio-choose-integrations .btn img.logo {
  max-width: 120px;
  margin-left: 20px;
}
.audio-choose .audio-choose-integrations .btn i {
  font-size: 20px;
  margin-left: 5px;
}

.modal.middle .modal-body .audio-choose {
  margin-top: 0px;
}

.selected-container {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  max-width: 900px;
}
.selected-container .card-body {
  padding: 10px;
  padding-left: 20px;
}
.selected-container .section-items {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.audio-checkbox .custom-control-label:before {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
}
.audio-checkbox .custom-control-label:after {
  width: 1.5rem;
  height: 1.5rem;
}

.filepond--credits {
  display: none;
}

.streams {
  height: calc(100vh - 160px);
  position: relative;
  font-size: 15px;
}
.streams .stream-items {
  height: calc(100vh - 200px);
  overflow-y: auto;
}
.streams .stream-items .message {
  padding-bottom: 10px;
}
.streams .response {
  bottom: 0;
  width: 100%;
  margin-bottom: 20px;
}

.container-sm {
  max-width: 900px;
  margin: 0 auto;
}
.container-sm .card-header {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}
.container-sm .card-body {
  padding: 10px;
}

.integrations .icon {
  max-width: 100px;
}
.integrations .stamp {
  height: 80px;
  width: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #f8f8f8;
}

.bg-facebook-lt {
  color: theme-color-darker(#3b5998) !important;
  background: theme-color-lighter(#3b5998, true) !important;
}

.bg-twitter-lt {
  color: theme-color-darker(#1da1f2) !important;
  background: theme-color-lighter(#1da1f2, true) !important;
}

.bg-google-lt {
  color: theme-color-darker(#dc4e41) !important;
  background: theme-color-lighter(#dc4e41, true) !important;
}

.bg-youtube-lt {
  color: theme-color-darker(#f00) !important;
  background: theme-color-lighter(#f00, true) !important;
}

.bg-vimeo-lt {
  color: theme-color-darker(#1ab7ea) !important;
  background: theme-color-lighter(#1ab7ea, true) !important;
}

.bg-github-lt {
  color: theme-color-darker(#181717) !important;
  background: theme-color-lighter(#181717, true) !important;
}

.bg-pinterest-lt {
  color: theme-color-darker(#bd081c) !important;
  background: theme-color-lighter(#bd081c, true) !important;
}

.bg-vk-lt {
  color: theme-color-darker(#6383a8) !important;
  background: theme-color-lighter(#6383a8, true) !important;
}

.bg-rss-lt {
  color: theme-color-darker(#ffa500) !important;
  background: theme-color-lighter(#ffa500, true) !important;
}

.bg-zoom-lt {
  color: theme-color-darker(#0052cc) !important;
  background: theme-color-lighter(#0052cc, true) !important;
}

.integration .action {
  margin-top: 10px;
}

.integration-details {
  margin-top: 100px;
}
.integration-details .integrations {
  margin-bottom: 40px;
}
.integration-details .integration .card-body {
  padding-top: 10px;
}

.card-list-items .thumb {
  width: 80px;
  max-width: 100px;
}

.video-list-big {
  overflow: hidden;
}
.video-list-big .col-6 {
  padding-right: 5px;
}
.video-list-big .select2-selection {
  padding: 5px !important;
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
  border-radius: 0 !important;
}

.suggestions-container .suggestions-btn {
  text-align: right;
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 100;
}
.suggestions-container .suggestions-btn .suggestions-count {
  position: absolute;
  left: 10px;
  top: -10px;
  padding: 5px;
  font-weight: bold;
}
.suggestions-container .suggestions {
  background-color: #fff;
  border: 1px solid rgba(0, 40, 100, 0.12);
  padding: 20px;
  position: absolute;
  bottom: 0;
  top: 90px;
  width: 400px;
  right: 20px;
  z-index: 100;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.suggestions-container.open .suggestions {
  display: block;
}
.suggestions-container .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.suggestions {
  position: relative;
  height: calc(100vh - 8rem);
  overflow: auto;
  overflow-x: hidden;
}
.suggestions .suggestions-view {
  position: relative;
  height: 90%;
  overflow-x: hidden;
}
.suggestions .suggestions-viewport {
  position: absolute;
  left: 0;
  right: 0;
}
.suggestions .nav-link {
  padding-bottom: 5px !important;
  padding-top: 0 !important;
  font-weight: 500;
}
.suggestions .suggestion {
  padding: 7px;
  border: 1px solid rgba(0, 40, 100, 0.12);
  display: block;
  margin: 5px;
  border-radius: 5px;
  font-size: 0.95rem;
  font-weight: 500;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  padding-left: 25px;
}
.suggestions .suggestion span {
  position: absolute;
  right: 10px;
  cursor: pointer;
  color: #34b477;
  font-weight: bold;
  top: 10px;
}
.suggestions .suggestion .clip-color {
  left: 10px;
  top: 17px;
  width: 0.4rem;
  height: 0.4rem;
}
.suggestions .suggestion .clip-color.clip-color-5 {
  background-color: rgb(209.4300847458, 32.6915254237, 31.6699152542);
}
.suggestions .suggestion .clip-color.clip-color-10 {
  background-color: rgb(213.8601694915, 33.3830508475, 32.3398305085);
}
.suggestions .suggestion .clip-color.clip-color-15 {
  background-color: rgb(218.2902542373, 34.0745762712, 33.0097457627);
}
.suggestions .suggestion .clip-color.clip-color-20 {
  background-color: rgb(221.6881355932, 35.786440678, 34.7118644068);
}
.suggestions .suggestion .clip-color.clip-color-25 {
  background-color: rgb(222.3580508475, 40.1949152542, 39.1419491525);
}
.suggestions .suggestion .clip-color.clip-color-30 {
  background-color: rgb(223.0279661017, 44.6033898305, 43.5720338983);
}
.suggestions .suggestion .clip-color.clip-color-35 {
  background-color: rgb(223.6978813559, 49.0118644068, 48.0021186441);
}
.suggestions .suggestion .clip-color.clip-color-40 {
  background-color: rgb(224.3677966102, 53.4203389831, 52.4322033898);
}
.suggestions .suggestion .clip-color.clip-color-45 {
  background-color: rgb(225.0377118644, 57.8288135593, 56.8622881356);
}
.suggestions .suggestion .clip-color.clip-color-50 {
  background-color: rgb(225.7076271186, 62.2372881356, 61.2923728814);
}
.suggestions .suggestion .clip-color.clip-color-55 {
  background-color: rgb(226.3775423729, 66.6457627119, 65.7224576271);
}
.suggestions .suggestion .clip-color.clip-color-60 {
  background-color: rgb(227.0474576271, 71.0542372881, 70.1525423729);
}
.suggestions .suggestion .clip-color.clip-color-65 {
  background-color: rgb(227.7173728814, 75.4627118644, 74.5826271186);
}
.suggestions .suggestion .clip-color.clip-color-70 {
  background-color: rgb(228.3872881356, 79.8711864407, 79.0127118644);
}
.suggestions .suggestion .clip-color.clip-color-75 {
  background-color: rgb(229.0572033898, 84.2796610169, 83.4427966102);
}
.suggestions .suggestion .clip-color.clip-color-80 {
  background-color: rgb(229.7271186441, 88.6881355932, 87.8728813559);
}
.suggestions .suggestion .clip-color.clip-color-85 {
  background-color: rgb(230.3970338983, 93.0966101695, 92.3029661017);
}
.suggestions .suggestion .clip-color.clip-color-90 {
  background-color: #f1c40f;
}
.suggestions .suggestion .clip-color.clip-color-95 {
  background-color: #f1c40f;
}

.suggestions-viewport {
  overflow-y: auto;
  overflow-x: hidden;
}

.captions .suggestions {
  position: relative;
  height: 40vh;
}
.captions .suggestions .suggestion {
  display: inline-block;
  padding-right: 10px;
}
.captions .suggestions .suggestion span[data-correct] {
  display: none;
}

.context .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  padding: 7px 15px;
  cursor: pointer;
  color: #05294b;
}
.context .dropdown-menu .dropdown-item .name {
  font-weight: 600;
}
.context .dropdown-menu .dropdown-item .code {
  margin-left: auto;
}
.context .dropdown-menu .dropdown-divider {
  border-top: 1px dashed #e9ecef;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu:hover .dropdown-menu {
  display: block;
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.plans-container {
  margin: 20px;
}
.plans-container .plans .plan-card {
  border-radius: 10px;
  color: #292d3e;
}
.plans-container .plans .plan-card.plan-special .plan-header {
  color: #7f5bff;
}
.plans-container .plans .plan-card.plan-special .plan-header .plan-price span {
  font-size: 30px;
  color: #7f5bff;
  font-weight: 600;
}
.plans-container .plans .plan-card.plan-special .plan-header .plan-subtitle {
  color: #7f5bff;
}
.plans-container .plans .plan-card .plan-header {
  text-align: center;
  margin-bottom: 40px;
}
.plans-container .plans .plan-card .plan-header .plan-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}
.plans-container .plans .plan-card .plan-header .plan-price {
  min-height: 100px;
  vertical-align: bottom;
}
.plans-container .plans .plan-card .plan-header .plan-price span {
  font-size: 60px;
  color: #34b477;
  font-weight: 600;
}
.plans-container .plans .plan-card .plan-header .plan-subtitle {
  text-transform: uppercase;
  font-weight: 600;
  color: #34b477;
}
.plans-container .plans .plan-card .plan-features {
  margin-bottom: 20px;
}
.plans-container .plans .plan-card .plan-features .plan-divider {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px dashed rgba(0, 40, 100, 0.12);
}
.plans-container .plans .plan-card .plan-features .plan-feature {
  font-weight: 600;
  margin-bottom: 10px;
}
.plans-container .plans .plan-card .plan-features .plan-feature i {
  color: #34b477;
  margin-right: 5px;
}
.plans-container .plans .plan-card .plan-features .plan-features-more {
  font-weight: 600;
  color: purple;
  margin-top: 25px;
}
.plans-container .plans .plan-card .plan-features .plan-features-more i {
  margin-right: 5px;
}

.plans-header {
  text-align: center;
  margin-top: 40px;
}
.plans-header .title {
  font-weight: 500;
  text-align: center;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.plans-header .plan-crumbs {
  display: flex;
  justify-content: center;
}
.plans-header .plan-crumbs .crumb {
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-weight: 600;
}
.plans-header .plan-crumbs .crumb.active {
  color: #34b477;
}
.plans-header .plan-crumbs .crumb.active .crumb-number {
  border: 1px solid #34b477;
}
.plans-header .plan-crumbs .crumb.next {
  color: purple;
}
.plans-header .plan-crumbs .crumb.next .crumb-number {
  border: 1px solid purple;
  background-color: purple;
  color: #fff;
}
.plans-header .plan-crumbs .crumb .crumb-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(0, 40, 100, 0.12);
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plans-header .plan-crumbs .crumb .crumb-title {
  text-transform: uppercase;
  margin-right: 5px;
}
.payment-gateways {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: center;
}
.payment-gateways .gateway img {
  width: 100px;
}

.payment-details .biller-details .crumb {
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-weight: 600;
}
.payment-details .biller-details .crumb.active {
  color: #34b477;
}
.payment-details .biller-details .crumb.active .crumb-number {
  border: 1px solid #34b477;
}
.payment-details .biller-details .crumb.next {
  color: purple;
}
.payment-details .biller-details .crumb.next .crumb-number {
  border: 1px solid purple;
  background-color: purple;
  color: #fff;
}
.payment-details .biller-details .crumb .crumb-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(0, 40, 100, 0.12);
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-details .biller-details .crumb .crumb-title {
  text-transform: uppercase;
  margin-right: 5px;
}
.payment-details .biller-form {
  margin-top: 20px;
  margin-bottom: 20px;
}
.payment-details .plan-details {
  background-color: transparent;
}
.payment-details .plan-details .plan-detail {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.payment-details .plan-details .plan-detail .plan-icon {
  margin-right: 10px;
}
.payment-details .plan-details .amount-details {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 15px;
  font-weight: 600;
  font-size: 20px;
}
.payment-details .plan-details .amount-details .amount {
  margin-left: auto;
  color: #34b477;
  font-size: 25px;
}
.payment-details .plan-details .plan-details-header .subtitle {
  font-weight: bold;
  margin-bottom: 10px;
}
.payment-details .plan-details .plan-details-header .plan {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.payment-details .plan-details .plan-details-header .plan .plan-content .plan-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
.payment-details .plan-details .plan-details-header .plan .plan-content .plan-price {
  font-size: 20px;
}
.payment-details .plan-details .plan-details-header .plan-qty {
  margin-left: auto;
}
.payment-details .plan-details .plan-details-header .plan-qty .plan-qty-text {
  margin-bottom: 5px;
}
.payment-details .plan-details .plan-details-header .plan-qty .plan-qty-actions {
  width: 100px;
}
.payment-details .plan-details .plan-details-header .plan-qty .plan-qty-actions .form-control {
  width: 25px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.payment-details .plan-details .plan-details-header .plan-action {
  text-transform: uppercase;
  text-align: center;
  margin-left: 10px;
}
.payment-details .plan-details,
.payment-details .biller-details {
  min-height: 500px;
}

.subscription {
  margin-top: 50px;
}
.subscription .headering {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
}
.subscription .sub-container .plan {
  margin-bottom: 40px;
}
.subscription .sub-container .plan .subtitle {
  font-weight: 600;
  color: #767da2;
}
.subscription .sub-container .plan .title {
  font-size: 20px;
  font-weight: bold;
}
.subscription .sub-container .plan .pricing {
  font-weight: 600;
  font-size: 16px;
}
.subscription .sub-container .plan .buttons {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
  font-weight: 600;
}
.subscription .sub-container .plan .buttons a {
  margin-right: 20px;
  text-transform: uppercase;
}
.subscription .sub-container .contact {
  padding: 15px;
  background-color: #f8f8fa;
  position: relative;
  border-radius: 5px;
}
.subscription .sub-container .contact .btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.subscription .sub-container .contact .name {
  font-weight: 600;
}

.review-form-rates {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  text-align: center;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
  margin: 5px;
}

.jq-star-svg {
  width: 100%;
  height: 100%;
}

.jq-star-svg polygon {
  stroke: #000;
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  filter: drop-shadow(-2px -2px 2px #888);
}

.review-summary {
  margin-bottom: 40px;
  margin-top: 0px;
}
.review-summary .rating-summary .rating-avg {
  text-align: center;
  min-width: 200px;
}
.review-summary .rating-summary .rating-avg .avg-number {
  font-weight: bold;
  font-size: 50px;
}
.review-summary .rating-summary .rating-avg .avg-title {
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}
.review-summary .summary-ratings .rating-single {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  margin-top: 10px;
}
.review-summary .summary-ratings .rating-single .rate-stars {
  width: 130px;
  max-width: 150px;
  flex: 0 0 130px;
}
.review-summary .summary-ratings .rating-single .rate-percent {
  width: 80px;
  max-width: 80px;
  flex: 0 0 80px;
}
.review-summary .summary-ratings .rating-single .rate-progress {
  flex-basis: 0;
  flex-grow: 1;
  margin-right: 20px;
}

.star-rating i {
  font-size: 20px;
  position: relative;
  color: #ced4da;
  right: 0;
}
.star-rating i.rated {
  color: #f1c40f;
}
.star-rating i.star-half {
  color: #ced4da;
}
.star-rating i.star-half:after {
  content: "\E9D3";
  position: absolute;
  left: 0;
  color: #f1c40f;
  width: 10px;
  overflow: hidden;
}

.reviews-container .reviews .review {
  margin-bottom: 20px;
}
.reviews-container .reviews .review .review-header {
  display: flex;
  margin-bottom: 10px;
}
.reviews-container .reviews .review .review-header .rating {
  margin-right: 10px;
}
.reviews-container .reviews .review .review-header .title {
  font-weight: 600;
}
.reviews-container .reviews .review .body {
  margin-bottom: 10px;
}
.reviews-container .reviews .review .author {
  display: flex;
  color: #767da2;
}
.reviews-container .reviews .review .author .name {
  margin-right: 20px;
}
.reviews-container .reviews .review .author .ago {
  font-style: italic;
}

.ratings-bundle {
  margin-bottom: 30px;
}
.ratings-bundle .rating-single {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  margin-top: 5px;
}
.ratings-bundle .rating-single .rate-stars {
  width: 180px;
  max-width: 200px;
  flex: 0 0 180px;
}
.ratings-bundle .rating-single .rate-percent {
  width: 80px;
  max-width: 80px;
  flex: 0 0 80px;
}
.ratings-bundle .rating-single .rate-progress {
  flex-basis: 0;
  flex-grow: 1;
  margin-right: 20px;
}

/*!
 * FilePond 4.27.0
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
/* eslint-disable */
/* Hard to override styles */
/* Hard to override styles on purpose */
/* Hard to override styles */
/* Soft styles */
/* edit button */
/* Hard to override styles */
/**
 * States
 */
@keyframes "spin" {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes "shake" {
  10%, 90% {
    transform: translateX(-0.0625em);
  }
  20%, 80% {
    transform: translateX(0.125em);
  }
  30%, 50%, 70% {
    transform: translateX(-0.25em);
  }
  40%, 60% {
    transform: translateX(0.25em);
  }
}
@keyframes "fall" {
  0% {
    opacity: 0;
    transform: scale(0.5);
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    transform: scale(1.1);
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
/* hard to overide styles on purpose */
/* used for padding so allowed to be restyled */
/**
 * Root element children layout
 */
.filepond--assistant {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.filepond--browser.filepond--browser {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 1em;
  top: 1.75em;
  width: 100%;
  opacity: 0;
  font-size: 0;
}

.filepond--data {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  visibility: hidden;
  pointer-events: none;
  contain: strict;
}

.filepond--drip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.1;
  pointer-events: none;
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0.01);
  z-index: 3;
}

.filepond--drip-blob {
  position: absolute;
  transform-origin: center center;
  top: 0;
  left: 0;
  width: 8em;
  height: 8em;
  margin-left: -4em;
  margin-top: -4em;
  background: #292625;
  border-radius: 50%;
  will-change: transform, opacity;
}

.filepond--drop-label {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
  user-select: none;
  will-change: transform, opacity;
  z-index: 5;
}
.filepond--drop-label label {
  cursor: default;
  font-size: 0.875em;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}

.filepond--drop-label.filepond--drop-label label {
  display: block;
  margin: 0;
  padding: 0.5em;
}

.filepond--label-action {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-color: #a7a4a4;
  text-decoration-color: #a7a4a4;
  cursor: pointer;
}

.filepond--root[data-disabled] {
  pointer-events: none;
}
.filepond--root[data-disabled] .filepond--drop-label label {
  opacity: 0.5;
}
.filepond--root[data-disabled] .filepond--list-scroller {
  position: relative;
  pointer-events: all;
}
.filepond--root[data-disabled] .filepond--list {
  pointer-events: none;
}

.filepond--file-action-button.filepond--file-action-button {
  font-size: 1em;
  width: 1.625em;
  height: 1.625em;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  will-change: transform, opacity;
}
.filepond--file-action-button.filepond--file-action-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}
.filepond--file-action-button.filepond--file-action-button svg {
  width: 100%;
  height: 100%;
}
.filepond--file-action-button.filepond--file-action-button::after {
  position: absolute;
  left: -0.75em;
  right: -0.75em;
  top: -0.75em;
  bottom: -0.75em;
  content: "";
}

.filepond--file-action-button {
  cursor: auto;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.25s ease-in;
  z-index: 102;
}
.filepond--file-action-button:hover {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9);
}
.filepond--file-action-button:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9);
}

.filepond--file-action-button[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.25);
}

.filepond--file-action-button[hidden] {
  display: none;
}

.filepond--action-edit-item.filepond--action-edit-item {
  width: 2em;
  height: 2em;
  padding: 0.1875em;
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=center] {
  margin-left: -0.1875em;
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom] {
  margin-bottom: -0.1875em;
}

.filepond--action-edit-item-alt {
  border: none;
  line-height: inherit;
  background: transparent;
  font-family: inherit;
  color: inherit;
  outline: none;
  padding: 0;
  margin: 0 0 0 0.25em;
  pointer-events: all;
  position: absolute;
}
.filepond--action-edit-item-alt svg {
  width: 1.3125em;
  height: 1.3125em;
}
.filepond--action-edit-item-alt span {
  font-size: 0;
  opacity: 0;
}

.filepond--file-info {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin: 0 0.5em 0 0;
  min-width: 0;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 100;
}
.filepond--file-info * {
  margin: 0;
}
.filepond--file-info .filepond--file-info-main {
  font-size: 0.75em;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.filepond--file-info .filepond--file-info-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  white-space: nowrap;
}
.filepond--file-info .filepond--file-info-sub:empty {
  display: none;
}

.filepond--file-status {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  min-width: 2.25em;
  text-align: right;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 101;
}
.filepond--file-status * {
  margin: 0;
  white-space: nowrap;
}
.filepond--file-status .filepond--file-status-main {
  font-size: 0.75em;
  line-height: 1.2;
}
.filepond--file-status .filepond--file-status-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}

.filepond--file-wrapper.filepond--file-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%;
}
.filepond--file-wrapper.filepond--file-wrapper > legend {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.filepond--file {
  position: static;
  display: flex;
  height: 100%;
  align-items: flex-start;
  padding: 0.5625em 0.5625em;
  color: #fff;
  border-radius: 0.5em;
}
.filepond--file .filepond--file-status {
  margin-left: auto;
  margin-right: 2.25em;
}
.filepond--file .filepond--processing-complete-indicator {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 3;
  position: absolute;
}
.filepond--file .filepond--progress-indicator {
  position: absolute;
  margin-top: 0.1875em;
}
.filepond--file .filepond--file-action-button {
  position: absolute;
}
.filepond--file [data-align*=left] {
  left: 0.5625em;
}
.filepond--file [data-align*=right] {
  right: 0.5625em;
}
.filepond--file [data-align*=center] {
  left: calc(50% - 0.8125em);
}
.filepond--file [data-align*=bottom] {
  bottom: 1.125em;
}
.filepond--file [data-align=center] {
  top: calc(50% - 0.8125em);
}
.filepond--file .filepond--progress-indicator[data-align*=right] {
  margin-right: 0.1875em;
}
.filepond--file .filepond--progress-indicator[data-align*=left] {
  margin-left: 0.1875em;
}

[data-filepond-item-state=cancelled] .filepond--file-info {
  margin-right: 2.25em;
}

[data-filepond-item-state*=invalid] .filepond--file-info {
  margin-right: 2.25em;
}
[data-filepond-item-state*=invalid] .filepond--panel {
  animation: shake 0.65s linear both;
}
[data-filepond-item-state*=invalid] .filepond--file-wrapper {
  animation: shake 0.65s linear both;
}
[data-filepond-item-state*=invalid] .filepond--item-panel {
  background-color: #c44e47;
}

[data-filepond-item-state*=error] .filepond--file-info {
  margin-right: 2.25em;
}
[data-filepond-item-state*=error] .filepond--panel {
  animation: shake 0.65s linear both;
}
[data-filepond-item-state*=error] .filepond--file-wrapper {
  animation: shake 0.65s linear both;
}
[data-filepond-item-state*=error] .filepond--item-panel {
  background-color: #c44e47;
}

[data-filepond-item-state~=processing] .filepond--file-status-sub {
  opacity: 0;
}
[data-filepond-item-state~=processing] .filepond--action-abort-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state=processing-error] .filepond--file-status-sub {
  opacity: 0;
}
[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg {
  animation: fall 0.5s 0.125s linear both;
}
[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub {
  opacity: 0.5;
}
[data-filepond-item-state=processing-complete] .filepond--file-status-sub {
  opacity: 0.5;
}
[data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden]) ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0;
}
[data-filepond-item-state=processing-complete] .filepond--file-info-sub {
  opacity: 0;
}
[data-filepond-item-state=processing-complete] .filepond--item-panel {
  background-color: #369763;
}

[data-filepond-item-state*=busy] .filepond--progress-indicator svg {
  animation: spin 1s linear infinite;
}

.filepond--hopper[data-hopper-state=drag-over] > * {
  pointer-events: none;
}
.filepond--hopper[data-hopper-state=drag-over]::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.filepond--progress-indicator {
  z-index: 103;
  position: static;
  width: 1.25em;
  height: 1.25em;
  color: #fff;
  margin: 0;
  pointer-events: none;
  will-change: transform, opacity;
}
.filepond--progress-indicator svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transform-box: fill-box;
}
.filepond--progress-indicator path {
  fill: none;
  stroke: currentColor;
}

.filepond--item {
  position: relative;
  transform: none !important;
  padding: 0;
  margin: 0.25em;
  will-change: transform, opacity;
}
.filepond--item > .filepond--panel {
  z-index: -1;
  transition: opacity 0.15s ease-out;
}
.filepond--item > .filepond--panel .filepond--panel-bottom {
  box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25);
}
.filepond--item > .filepond--file-wrapper {
  transition: opacity 0.15s ease-out;
}

.filepond--item[data-drag-state] {
  cursor: grab;
}
.filepond--item[data-drag-state] > .filepond--panel {
  transition: box-shadow 0.125s ease-in-out;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.filepond--item[data-drag-state]:not([data-drag-state=idle]) {
  z-index: 2;
}

.filepond--item[data-drag-state=drag] {
  cursor: grabbing;
}
.filepond--item[data-drag-state=drag] > .filepond--panel {
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.325);
}

.filepond--item-panel {
  background-color: #64605e;
  border-radius: 0.5em;
  transition: background-color 0.25s;
}

.filepond--list-scroller {
  margin: 0;
  will-change: transform;
  z-index: 6;
}
.filepond--list-scroller::-webkit-scrollbar {
  background: transparent;
}
.filepond--list-scroller::-webkit-scrollbar:vertical {
  width: 1em;
}
.filepond--list-scroller::-webkit-scrollbar:horizontal {
  height: 0;
}
.filepond--list-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99999px;
  border: 0.3125em solid transparent;
  background-clip: content-box;
}

.filepond--list-scroller[data-state=overflow] {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%);
}
.filepond--list-scroller[data-state=overflow] .filepond--list {
  bottom: 0;
  right: 0;
}

.filepond--list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  will-change: transform;
  left: 0.75em;
  right: 0.75em;
}

.filepond--panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  height: 100% !important;
  pointer-events: none;
}

.filepond-panel:not([data-scalable=false]) {
  height: auto !important;
}

.filepond--panel[data-scalable=false] > div {
  display: none;
}

.filepond--panel[data-scalable=true] {
  transform-style: preserve-3d;
  background-color: transparent !important;
  border: none !important;
}

.filepond--panel-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 0.5em;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
}
.filepond--panel-top::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: inherit;
}

.filepond--panel-bottom {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 0.5em;
  will-change: transform;
  backface-visibility: hidden;
  transform-origin: left top;
  transform: translate3d(0, 0.5em, 0);
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important;
}
.filepond--panel-bottom::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: -1px;
  background-color: inherit;
}

.filepond--panel-center {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  will-change: transform;
  backface-visibility: hidden;
  transform-origin: left top;
  transform: translate3d(0, 0.5em, 0);
  height: 100px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
}
.filepond--panel-center:not([style]) {
  visibility: hidden;
}

.filepond--root {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1em;
  line-height: normal;
  text-align: left;
  max-height: 400px;
  min-height: 10em;
  border: 2px dashed #a5a5c7;
  border-radius: 20px;
  background: #f6f6f6;
  height: auto !important;
}
.filepond--root > .filepond--panel {
  z-index: 2;
}
.filepond--root .filepond--drop-label {
  min-height: 4.75em;
  border-radius: 20px;
  color: #92aab0;
  text-align: center;
  vertical-align: middle;
  font-size: 1.7em;
  cursor: pointer;
  font-weight: bolder;
}
.filepond--root .filepond--list-scroller {
  margin-top: 1em;
  margin-bottom: 1em;
  transform: translate3d(0px, 0px, 0px) !important;
  display: block;
  position: relative;
}
.filepond--root .filepond--credits {
  position: absolute;
  right: 0;
  opacity: 0.175;
  line-height: 0.85;
  font-size: 11px;
  color: inherit;
  text-decoration: none;
  z-index: 3;
  bottom: -14px;
  display: none;
}
.filepond--root .filepond--credits[style] {
  top: 0;
  bottom: auto;
  margin-top: 14px;
}

.filepond--browser {
  z-index: 1;
}

/**
 * You can compile this by https://www.sassmeister.com with
 *
 * - dart-sass v1.18.0
 */
.diff-wrapper.diff {
  background: repeating-linear-gradient(-45deg, rgb(244.8, 244.8, 244.8), rgb(244.8, 244.8, 244.8) 0.5em, rgb(232.05, 232.05, 232.05) 0.5em, rgb(232.05, 232.05, 232.05) 1em);
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid black;
  color: black;
  empty-cells: show;
  font-family: monospace;
  font-size: 13px;
  width: 100%;
  word-break: break-all;
}
.diff-wrapper.diff th {
  font-weight: 700;
}
.diff-wrapper.diff td {
  vertical-align: baseline;
}
.diff-wrapper.diff td,
.diff-wrapper.diff th {
  border-collapse: separate;
  border: none;
  padding: 1px 2px;
  background: #fff;
}
.diff-wrapper.diff td:empty:after,
.diff-wrapper.diff th:empty:after {
  content: " ";
  visibility: hidden;
}
.diff-wrapper.diff td a,
.diff-wrapper.diff th a {
  color: #000;
  cursor: inherit;
  pointer-events: none;
}
.diff-wrapper.diff thead th {
  background: rgb(165.75, 165.75, 165.75);
  border-bottom: 1px solid black;
  padding: 4px;
  text-align: left;
}
.diff-wrapper.diff tbody.skipped {
  border-top: 1px solid black;
}
.diff-wrapper.diff tbody.skipped td,
.diff-wrapper.diff tbody.skipped th {
  display: none;
}
.diff-wrapper.diff tbody th {
  background: #cccccc;
  border-right: 1px solid black;
  text-align: right;
  vertical-align: top;
  width: 4em;
}
.diff-wrapper.diff tbody th.sign {
  background: #fff;
  border-right: none;
  padding: 1px 0;
  text-align: center;
  width: 1em;
}
.diff-wrapper.diff tbody th.sign.del {
  background: rgb(250.75, 225.25, 225.25);
}
.diff-wrapper.diff tbody th.sign.ins {
  background: rgb(225.25, 250.75, 225.25);
}
.diff-wrapper.diff.diff-html {
  white-space: pre-wrap;
}
.diff-wrapper.diff.diff-html.diff-combined .change.change-rep .rep {
  white-space: normal;
}
.diff-wrapper.diff.diff-html .change.change-eq .old,
.diff-wrapper.diff.diff-html .change.change-eq .new {
  background: #fff;
}
.diff-wrapper.diff.diff-html .change .old {
  background: rgb(250.75, 225.25, 225.25);
}
.diff-wrapper.diff.diff-html .change .new {
  background: rgb(225.25, 250.75, 225.25);
}
.diff-wrapper.diff.diff-html .change .rep {
  background: rgb(254, 246, 216.5);
}
.diff-wrapper.diff.diff-html .change .old.none,
.diff-wrapper.diff.diff-html .change .new.none,
.diff-wrapper.diff.diff-html .change .rep.none {
  background: transparent;
  cursor: not-allowed;
}
.diff-wrapper.diff.diff-html .change ins,
.diff-wrapper.diff.diff-html .change del {
  font-weight: bold;
  text-decoration: none;
}
.diff-wrapper.diff.diff-html .change ins {
  background: rgb(147.9, 239.7, 147.9);
}
.diff-wrapper.diff.diff-html .change del {
  background: rgb(239.7, 147.9, 147.9);
}

.settings-v3 {
  /* Progressive Enhancements for larger screens */
}
.settings-v3 * {
  font-family: "Outfit", sans-serif;
}
.settings-v3 .main-heading {
  align-self: stretch;
  height: 35px;
  position: relative;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 20.44px;
}
.settings-v3 .sub-heading {
  color: #676768;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.settings-v3 .small-box {
  flex: 1;
  border-radius: 9px;
  border: 1px solid #e6e6e9;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 8px 9px;
  gap: 19px;
  min-width: 277px;
  max-width: 100%;
  color: var(--final-theme-theme-black);
}
.settings-v3 .login-details {
  flex: 1;
  border-radius: 9px;
  border: 1px solid #e6e6e9;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 8px 9px;
  gap: 19px;
  min-width: 277px;
  max-width: 100%;
  color: var(--final-theme-theme-black);
}
.settings-v3 .login-details-labels {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.settings-v3 .last-login {
  align-self: stretch;
  position: relative;
  line-height: 16px;
  font-weight: 600;
}
.settings-v3 .login-details-labels-child {
  align-self: stretch;
  height: 1px;
  position: relative;
  border-top: 1px solid #e6e6e9;
  box-sizing: border-box;
}
.settings-v3 .date-last-login {
  color: #929293;
}
.settings-v3 .box-border {
  padding: 40px;
  border-radius: 18px;
  border: 1px solid #E6E6E9;
  background: #FFF;
}
.settings-v3 .box-heading {
  font-size: 19.6px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.settings-v3 .input-box {
  padding: 10px 20px;
  border-radius: 6px;
  border: 1px solid #E6E6E9;
  background: #FCFCFF;
}
.settings-v3 .input-label {
  color: #B2B2B4;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
}
.settings-v3 .change-password-container .input-label {
  font-weight: 600;
  color: #000000;
}
.settings-v3 .right-action-button-div {
  display: flex;
  justify-content: flex-end;
}
.settings-v3 .margin-top-20px {
  margin-top: 20px;
}
.settings-v3 .margin-top-10px {
  margin-top: 10px;
}
.settings-v3 .home-section {
  padding: 20px;
}
.settings-v3 .margin-top-40px {
  margin-top: 40px;
}
.settings-v3 .btn {
  display: flex;
  padding: 9px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
}
.settings-v3 .email-warning {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
}
.settings-v3 .email-not-verified {
  display: flex;
  padding: 5px;
  align-items: center;
  gap: 10px;
}
.settings-v3 .warning-icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: rgba(229, 46, 101, 0.3);
}
.settings-v3 .notification-container .box-border {
  padding: 0px;
}
.settings-v3 .notifications {
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 18px;
}
.settings-v3 .notifications.delete-btn {
  padding: 0px 20px 20px 20px;
  display: block;
}
.settings-v3 hr {
  margin: 9px 0 0 0;
}
.settings-v3 .settings-menu .nav-item {
  border-radius: 8px;
  display: flex;
  padding: 7px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 8px;
}
.settings-v3 .settings-menu .nav-item.active {
  color: #000000;
  background: #F5F6FF;
  border: 1px solid #E6E6E9;
}
.settings-v3 .settings-menu .nav-link {
  color: #929293;
}
.settings-v3 .faq-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 95%;
}
.settings-v3 details {
  font-size: 1rem;
  background: #FFF;
  transition: border-color 0.3s ease-in-out;
  border-radius: 9px;
  border: 1px solid #E6E6E9;
}
.settings-v3 summary {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 1em;
}
.settings-v3 summary::-webkit-details-marker {
  display: none;
}
.settings-v3 .faq-title {
  color: #0E0F26;
  flex-grow: 1;
  font-weight: 400;
  transition: opacity 250ms ease-in-out;
}
.settings-v3 .faq-content {
  color: #303651;
  padding: 0.2em 1em 1em 1em;
  font-weight: 300;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.settings-v3 details[open] .faq-content {
  max-height: 1000px;
}
.settings-v3 .expand-icon {
  margin-left: auto;
  transition: transform 150ms ease-out;
}
.settings-v3 details[open] .icon-tabler-circle-plus {
  display: none;
}
.settings-v3 details:not([open]) .icon-tabler-circle-minus {
  display: none;
}
@media (min-width: 768px) {
  .settings-v3 html {
    font-size: 16px;
  }
  .settings-v3 .faq-container {
    width: 90%;
    max-width: 600px;
  }
}
.settings-v3 .integration .card-header {
  border-bottom: none !important;
}
.settings-v3 .integration .custom-switch-input:checked ~ .custom-switch-indicator {
  background: var(--primary-color);
}
.settings-v3 .integration .card {
  box-shadow: none !important;
}
.settings-v3 .integration .btn {
  display: inline-block !important;
}
.settings-v3 .integration .card-footer {
  display: flex;
  gap: 9px;
  padding: 0 1rem 0.8rem;
}
.settings-v3 .integration .card-footer a {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.settings-v3 .upgradeModal .discount .new-price-off {
  padding: 2px 2px !important;
}
.settings-v3 .center-div-bill-and-payments {
  display: flex;
  padding: 30px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
  border: 1px dashed #CECED0;
}
.settings-v3 .center-div-bill-and-payments p {
  margin: 0;
}
.settings-v3 .new-parent-div {
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.settings-v3 .invoice-div {
  min-width: 500px;
}
.settings-v3 .plan-benefits {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 18px;
  border: 1px solid #E6E6E9;
  background: #F5F6FF;
}
.settings-v3 .price-and-upgrade-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.settings-v3 .upgrade-paln-button button {
  border: none;
  color: #FCFCFF;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, #7189FF -0.74%, #830C83 99.26%);
}
.settings-v3 .upgrade-to-pro {
  color: #0E0F26;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}
.settings-v3 .upgrade-your-team {
  color: #676768;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.settings-v3 .see-all-pricing {
  display: flex;
  padding: 7px 12px;
  align-items: center;
  gap: 6.5px;
  align-self: stretch;
}
.settings-v3 .see-all-pricing .see-all-pricing-sub {
  color: #0E0F26;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.settings-v3 upgradeModal .nav-tabs .nav-link {
  color: #929293;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.settings-v3 .upgradeModal .nav-tabs .nav-link.active {
  color: #0E0F26;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 3px solid !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.settings-v3 .upgradeModal .price-card {
  border-radius: 18px;
  border: 4px solid transparent;
  background: #FCFCFF;
  /* neumorph */
  box-shadow: -4px -4px 16px 0px rgba(255, 255, 255, 0.2), 4px 4px 16px 0px rgba(0, 0, 0, 0.2);
}
.settings-v3 .upgradeModal .price-card:hover {
  border: 4px solid #830C83;
}
.settings-v3 .upgradeModal .plan-name {
  color: #0E0F26;
  /* Heading/large */
  font-family: "Outfit", sans-serif;
  font-size: 31.36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.settings-v3 .upgradeModal .dollar-sym {
  color: #0E0F26;
  text-align: justify;
  /* Heading/default */
  font-family: "Outfit", sans-serif;
  font-size: 27.44px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.settings-v3 .upgradeModal .price-fig {
  color: #0E0F26;
  text-align: justify;
  /* Heading/4xlarge */
  font-family: "Outfit", sans-serif;
  font-size: 70.56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.settings-v3 .upgradeModal .price-time {
  color: #676768;
  text-align: center;
  /* Label/default */
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 6em;
  /* 114.286% */
}
.settings-v3 .upgradeModal .discount {
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: center;
}
.settings-v3 .upgradeModal .discount .disc {
  color: #FCFCFF;
  /* Label/default */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
  padding: 4px;
  border-radius: 6px;
  background: #7189FF;
}
.settings-v3 .upgradeModal .get-started {
  display: flex;
  padding: 13px 30px;
  justify-content: center;
  align-items: center;
  gap: 7.5px;
  align-self: stretch;
  border-radius: 12px;
}
.settings-v3 .upgradeModal .select-plan-card {
  border-radius: 18px;
  background: #FCFCFF;
  box-shadow: -4px -4px 16px 0px rgba(255, 255, 255, 0.2), 4px 4px 16px 0px rgba(0, 0, 0, 0.2);
}
.settings-v3 .upgradeModal .plan-variant {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 18px;
  border: 1px solid #76E52E;
  background: rgba(118, 229, 46, 0.1);
}
.settings-v3 .upgradeModal .back-key {
  color: #676768;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.settings-v3 .upgradeModal .p-f-1 {
  color: #0E0F26;
  text-align: justify;
  font-family: "Outfit", sans-serif;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.settings-v3 .upgradeModal .p-f-2 {
  color: #0E0F26;
  text-align: justify;
  font-family: "Outfit", sans-serif;
  font-size: 34.04px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doc-hub-content-container .doc-hub-sidebar {
  padding-left: 0;
}
.doc-hub-content-container .doc-hub-sidebar .doc-hub-items {
  margin-left: 20px;
  padding-bottom: 50px;
}
.doc-hub-content-container .doc-hub-sidebar .slimScrollDiv .doc-hub-items {
  margin-left: 5px;
}
.doc-hub-content-container .doc-hub-sidebar.sticky {
  height: calc(100vh + 100px);
}
.doc-hub-content-container .doc-hub-sidebar.sticky .doc-hub-items {
  position: fixed;
  width: 230px;
  margin-left: 20px;
}
.doc-hub-content-container .doc-hub-sidebar .doc-hub-container {
  margin-bottom: 20px;
}
.doc-hub-content-container .doc-hub-page {
  border-left: 1px solid rgba(0, 40, 100, 0.12);
  margin-left: 5px;
  background-color: #fff;
}
.doc-hub-content-container .doc-hub-page .doc-hub-body {
  margin-left: 20px;
}
.doc-hub-content-container .doc-hub-sections {
  height: calc(100vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;
}
.doc-hub-content-container .doc-hub-sections .doc-hub-sections-items {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.doc-hub-content-container .doc-hub-sections.sticky .doc-hub-sections-items {
  position: fixed;
}
.doc-hub-content-container .doc-hub-sections .doc-hub-container {
  margin-bottom: 20px;
}

.doc-hub-body {
  margin-top: 20px;
  min-height: 600px;
  margin-left: 20px;
  padding-bottom: 50px;
}
.doc-hub-body h1,
.doc-hub-body h2,
.doc-hub-body h3 {
  font-weight: normal;
}
.doc-hub-body h1 {
  font-size: 30px;
  margin-top: 30px;
}
.doc-hub-body h1:first-child {
  margin-top: 0px;
}
.doc-hub-body h2 {
  margin-top: 40px;
  font-size: 23px;
}
.doc-hub-body h3 {
  margin-top: 35px;
  font-size: 20px;
}
.doc-hub-body h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}
.doc-hub-body p {
  line-height: 25px;
  margin: 15px 0 0 0;
  font-size: 15px;
}
.doc-hub-body blockquote {
  margin-top: 20px;
  font-size: 14px;
  padding: 10px;
  padding-left: 40px;
  position: relative;
  border-left: 5px solid #45aaf2;
  background-color: rgb(235.8391959799, 246.243718593, 253.6608040201);
  color: #45aaf2;
}
.doc-hub-body blockquote:before {
  position: absolute;
  font-size: 20px;
  left: 10px;
  top: 5px;
}
.doc-hub-body blockquote.info {
  border-left: 5px solid #45aaf2;
  background-color: rgb(235.8391959799, 246.243718593, 253.6608040201);
  color: #45aaf2;
}
.doc-hub-body blockquote.info:before {
  content: "\F059";
}
.doc-hub-body blockquote.danger {
  border-left: 5px solid #cd201f;
  background-color: rgb(249.1546610169, 216.5338983051, 216.3453389831);
  color: #cd201f;
}
.doc-hub-body blockquote.danger:before {
  content: "\F071";
}
.doc-hub-body blockquote.warning {
  border-left: 5px solid #cd201f;
  background-color: rgb(242.4555084746, 172.4491525424, 172.0444915254);
  color: #cd201f;
}
.doc-hub-body blockquote.warning:before {
  content: "\F071";
}
.doc-hub-body blockquote.success {
  border-left: 5px solid #34b477;
  background-color: white;
  color: #34b477;
}
.doc-hub-body blockquote.success:before {
  content: "\F059";
}
.doc-hub-body blockquote p,
.doc-hub-body blockquote h1,
.doc-hub-body blockquote h2,
.doc-hub-body blockquote h3,
.doc-hub-body blockquote h4,
.doc-hub-body blockquote h5 {
  margin: 0;
  margin-bottom: 5px;
}
.doc-hub-body blockquote.has-icon {
  position: relative;
}
.doc-hub-body blockquote.has-icon p {
  padding-left: 40px;
}
.doc-hub-body blockquote.tip {
  background: #64B5F6;
}
.doc-hub-body blockquote,
.doc-hub-body p code {
  border-radius: 3px;
}
.doc-hub-body ul {
  margin-top: 15px;
}
.doc-hub-body li > ul {
  margin-top: 0;
}
.doc-hub-body li {
  line-height: 25px;
}
.doc-hub-body pre {
  border: 0;
  background-color: #212448;
  margin-top: 15px;
  font-size: 12px;
  line-height: 20px;
  color: #de935f;
  border-radius: 5px;
  padding: 15px;
  text-shadow: none;
}
.doc-hub-body .emoji {
  width: 25px;
}
.doc-hub-body .header-scroll {
  position: relative;
}
.doc-hub-body .header-scroll .hub-anchor {
  display: inline-block;
  font-size: 15px;
  padding-left: 10px;
  color: #e9ecef;
  text-decoration: none;
}
.doc-hub-body .header-scroll .hub-anchor:hover {
  color: #767da2;
}
.doc-hub-body .header-scroll .section-anchor {
  position: absolute;
  top: -30px;
}
.doc-hub-body .header-scroll.header-scroll-2:before {
  content: "#";
  margin-left: -25px;
  position: absolute;
  font-size: 30px;
  color: purple;
  opacity: 0.6;
  top: -3px;
}
.doc-hub-body table {
  max-width: 100%;
  min-width: 400px;
  margin-top: 20px;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 40, 100, 0.12);
}
.doc-hub-body table th,
.doc-hub-body table td {
  padding: 0.55rem;
  vertical-align: top;
  border: 1px solid rgba(0, 40, 100, 0.12);
}
.doc-hub-body table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 40, 100, 0.12);
}
.doc-hub-body table tbody + tbody {
  border-top: 2px solid rgba(0, 40, 100, 0.12);
}
.doc-hub-body table table {
  background-color: #f7f7f7;
}
.doc-hub-body table thead th,
.doc-hub-body table thead td {
  border-bottom-width: 2px;
}

.docs-hub {
  background-color: #fff;
  border-top: 1px solid rgba(0, 40, 100, 0.12);
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}
.docs-hub .container {
  padding-left: 0;
}
.docs-hub .breadcrumb {
  background: none;
  margin: 0;
  padding: 10px;
  font-size: 0.775rem;
  padding-left: 0;
}
.docs-hub .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: "FontAwesome";
  content: "\F105";
}

.doc-hub-sidebar {
  padding-right: 0;
  flex: 0 0 280px;
  min-height: 400px;
}
.doc-hub-sidebar .doc-hub-items {
  margin-top: 20px;
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.doc-hub-sidebar .doc-hub-items > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.doc-hub-sidebar .doc-hub-items > ul > li {
  margin-top: 0;
  margin-bottom: 10px;
  color: #7d7f7f;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: purple;
}
.doc-hub-sidebar .doc-hub-items > ul > li h2,
.doc-hub-sidebar .doc-hub-items > ul > li h1,
.doc-hub-sidebar .doc-hub-items > ul > li h3,
.doc-hub-sidebar .doc-hub-items > ul > li h4 {
  font-weight: 600;
  font-size: 0.85rem;
}
.doc-hub-sidebar .doc-hub-items > ul > li > ul {
  margin-top: 10px;
  padding: 0;
  list-style-type: none;
}
.doc-hub-sidebar .doc-hub-items > ul > li > ul > li {
  display: block;
}
.doc-hub-sidebar .doc-hub-items > ul > li > ul > li.has-child > a:after {
  font-family: "FontAwesome";
  content: "\F105";
  right: 15px;
  position: absolute;
  font-weight: bold;
  font-size: 2.85rem;
}
.doc-hub-sidebar .doc-hub-items > ul > li > ul > li.open > ul {
  display: block !important;
}
.doc-hub-sidebar .doc-hub-items > ul > li > ul > li.open > a {
  background-color: #e9ecef;
}
.doc-hub-sidebar .doc-hub-items > ul > li > ul > li.open > a:after {
  content: "\F107";
}
.doc-hub-sidebar .doc-hub-items > ul > li > ul > li a {
  display: block;
  text-decoration: none;
  border-radius: 3px;
  padding: 5px 9px;
  color: #303030;
  cursor: pointer;
  text-transform: initial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  position: relative;
}
.doc-hub-sidebar .doc-hub-items > ul > li > ul > li a img.emoji {
  width: 20px;
}
.doc-hub-sidebar .doc-hub-items > ul > li > ul > li a:hover, .doc-hub-sidebar .doc-hub-items > ul > li > ul > li a.active {
  background-color: #e9ecef;
}
.doc-hub-sidebar .doc-hub-items > ul > li > ul > li ul {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  display: none;
}
.doc-hub-sidebar .doc-hub-items > ul > li > ul > li ul li {
  list-style-type: none;
  padding-left: 20px;
}

.doc-hub-sections {
  padding-left: 10px;
  flex: 0 0 300px;
}
.doc-hub-sections .doc-hub-sections-title {
  text-transform: uppercase;
  margin-left: 10px;
}
.doc-hub-sections .doc-hub-sections-title a {
  text-decoration: none;
  font-weight: bold;
}
.doc-hub-sections .doc-hub-sections-items {
  border-left: 1px solid rgba(0, 40, 100, 0.12);
  padding-top: 20px;
}
.doc-hub-sections .doc-hub-sections-items ul {
  margin-top: 10px;
  padding: 0;
  list-style-type: none;
}
.doc-hub-sections .doc-hub-sections-items ul > li {
  display: block;
}
.doc-hub-sections .doc-hub-sections-items ul > li a {
  display: block;
  text-decoration: none;
  border-radius: 3px;
  padding: 5px 9px;
  color: #303030;
  cursor: pointer;
  text-transform: initial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}
.doc-hub-sections .doc-hub-sections-items ul > li a:hover, .doc-hub-sections .doc-hub-sections-items ul > li a.active {
  background-color: #eee;
  color: #666;
}
.doc-hub-sections .doc-hub-sections-items ul > li.active > a {
  background-color: #eee;
  color: #666;
}
.doc-hub-sections .doc-hub-sections-items ul > li > ul {
  padding: 0;
  margin: 0;
}
.doc-hub-sections .doc-hub-sections-items ul > li > ul li {
  list-style-type: none;
  padding-left: 20px;
}