/*! _variables.scss | Huro | Css ninja 2020-2021 */
/*
    1. Main Colors
    2. Global colors
*/
/* ==========================================================================
1. Main Colors
========================================================================== */
/* ==========================================================================
2. Global colors
========================================================================== */
.page-title .h-icon {
  background: unset;
}
.page-title a {
  color: #283252;
}
.page-title a:hover {
  color: #671cc9;
}

.view-wrapper {
  margin-top: 0px !important;
  margin-left: 60px !important;
}

.main-sidebar,
.sidebar {
  display: block !important;
}

.main-sidebar.has-labels .sidebar-inner .icon-menu li a::after, .main-sidebar.has-labels .sidebar-inner .bottom-menu li a::after {
  font-size: 0.6rem;
  bottom: -12px;
}

.main-sidebar .icon-sidebar-dropdown .dropdown-menu {
  top: -10px;
  left: 55px;
}
.main-sidebar .icon-sidebar-dropdown .dropdown-trigger:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -40px;
  width: 120px;
  height: 60px;
  display: block;
}
.main-sidebar .profile-dropdown:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -40px;
  width: 120px;
  height: 60px;
  display: block;
}

.collapse .collapse-header {
  height: auto;
  padding: 20px;
}
.collapse .collapse-header .collapse-icon {
  padding: 5px;
  transition: none;
}
.collapse.is-initialized .collapse-header .collapse-icon {
  transition: all 0.3s;
}
.collapse.is-active .collapse-content {
  display: block;
}

button.has-chevron.is-active .icon {
  transform: rotate(180deg);
}
button.has-chevron.is-initialized .icon {
  transition: all 0.3s;
}

.modal .flex-table-wrapper {
  padding: 0;
  border: none;
}

.embedded-flex-table .flex-table-wrapper {
  padding: 0;
  border: none;
}
.embedded-flex-table .flex-table-item {
  border: none;
}
.embedded-flex-table .flex-table-item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.flex-table.is-borderless .flex-table-item {
  border: none;
}
.flex-table.is-borderless .flex-table-item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.list-flex-toolbar .buttons .button {
  margin-bottom: 0;
}
.list-flex-toolbar .choices__list--single {
  padding: 0;
}
.list-flex-toolbar .choices[data-type*=select-one] .choices__inner {
  padding-bottom: 6.5px;
}

.empty-list-placeholder {
  display: none;
}

.empty-list-placeholder:only-child {
  display: flex;
}

.diff {
  overflow: auto;
}

.diff ul {
  background: #fff;
  overflow: auto;
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}

.diff del, .diff ins {
  display: block;
  text-decoration: none;
}

.diff li {
  padding: 0;
  display: table-row;
  margin: 0;
  height: 1em;
}

.diff li.ins {
  background: #dfd;
  color: #080;
}

.diff li.del {
  background: #fee;
  color: #b00;
}

.diff li:hover {
  background: #ffc;
}

/* try 'whitespace:pre;' if you don't want lines to wrap */
.diff del, .diff ins, .diff span {
  white-space: pre-wrap;
  font-family: courier;
}

.diff del strong {
  font-weight: normal;
  background: #fcc;
}

.diff ins strong {
  font-weight: normal;
  background: #9f9;
}

.diff li.diff-comment {
  display: none;
}

.diff li.diff-block-info {
  background: none repeat scroll 0 0 gray;
}

.dropdown.is-modern .is-trigger .button {
  padding-right: 1em;
}
.dropdown.is-modern.is-active .icon:has(.lnil-more-alt) {
  transform: rotate(180deg);
}
.dropdown.is-modern button.dropdown-item {
  background-color: #fff;
  border-color: transparent;
}

.items-picker .selected-items .remove-item {
  display: block;
}
.items-picker .selected-items .add-item {
  display: none;
}
.items-picker .available-items .remove-item {
  display: none;
}
.items-picker .available-items .add-item {
  display: block;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.loading-visible[busy] {
  position: relative;
}

.loading-visible[busy] > * {
  opacity: 0.25;
}

.loading-visible[busy]::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 12rem;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1rem;
  margin-left: -1rem;
  border-radius: 50%;
  border: 0.275rem solid rgba(237, 233, 254, 0.7); /* Semi-transparent border */
  border-top-color: #039be5; /* Solid color for the top border */
  animation: spinner 0.6s linear infinite;
  z-index: 10;
}

.page-placeholder {
  min-height: 300px;
}

.demo-card .demo-title p {
  max-width: 768px;
}

.meta .title {
  margin-bottom: 0;
}

.popover-wrapper {
  display: none;
  width: max-content;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 5px;
}
.popover-wrapper.is-active {
  display: block;
}

.popover-wrapper.is-medium {
  width: 600px;
}

.timeline {
  width: 85%;
  display: flex;
  flex-direction: column;
  margin: 32px;
  padding-left: 32px;
  border-left: 2px solid #b5b5b5;
  font-size: 1.125rem;
}
.timeline .timeline-item {
  display: flex;
  gap: 24px;
}
.timeline .timeline-item + * {
  margin-top: 24px;
}
.timeline .timeline-item + .extra-space {
  margin-top: 48px;
}
.timeline .timeline-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: -52px;
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: 0 0 0 6px #fff;
}
.timeline .timeline-item-icon.faded-icon {
  background-color: #b5b5b5;
  color: grey;
}
.timeline .timeline-item-description {
  padding-top: 6px;
  gap: 8px;
  color: grey;
}
.timeline .timeline-item-description img {
  flex-shrink: 0;
}
.timeline .timeline-item-description a {
  color: #505050;
}
.timeline .timeline-item-description a:hover, .timeline .timeline-item-description a:focus {
  color: var(--bulma-primary);
}
.timeline .timeline-item-extra {
  margin-top: 12px;
}

.radio-select {
  display: flex;
  flex-flow: row wrap;
}
.radio-select .item {
  flex: 1;
  padding: 0.5rem;
}
.radio-select input[type=radio] {
  display: none;
}
.radio-select input[type=radio]:not(:disabled) ~ label {
  cursor: pointer;
}
.radio-select input[type=radio]:disabled ~ label {
  color: #eee;
  border-color: #e5e5e5;
  box-shadow: none;
  cursor: not-allowed;
}
.radio-select label {
  height: 100%;
  display: block;
  background: white;
  border: 2px solid #eee;
  border-radius: 6px;
  padding: 2rem 1rem 1rem;
  margin-bottom: 1rem;
  box-shadow: 0px 3px 10px -2px #ddd;
  position: relative;
}
.radio-select label .icon {
  display: none;
}
.radio-select input[type=radio]:checked + label {
  border: 2px solid rgb(81.275862069, 196.5862068966, 252.724137931);
  box-shadow: 0px 3px 10px -2px rgb(131.6163793103, 213.5129310345, 253.3836206897);
}
.radio-select input[type=radio]:checked + label .icon {
  display: inline-block;
  font-size: 24px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: white;
  border: 2px solid rgb(81.275862069, 196.5862068966, 252.724137931);
  box-shadow: 0px 2px 5px -2px rgb(131.6163793103, 213.5129310345, 253.3836206897);
}

.choices {
  margin-bottom: 0;
}
.choices .choices__inner {
  min-height: 38px;
}
.choices .choices__inner .choices__list.choices__list--single {
  padding: 0;
}
.choices .choices__inner .choices__list.choices__list--single .choices__item {
  background-color: #f9f9f9;
  padding: 0;
}
.choices .choices__inner .choices__list.choices__list--single .choices__item:before {
  all: unset;
}
.choices .choices__inner .choices__list.choices__list--single .choices__item button {
  border: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  margin: -10px 0 0 0;
}
.choices .choices__inner .choices__list.choices__list--single .choices[data-type*=select-one] .choices__inner {
  padding-bottom: 6.5px;
}
.choices .choices__list--dropdown, .choices .choices__list {
  z-index: 10;
}

.control.has-icons-left .choices__inner {
  padding-left: 2.5em;
}

.ts-wrapper.single .ts-dropdown {
  border-color: #e8e8e8;
  background: #fff;
}
.ts-wrapper.single .ts-control {
  border-color: #e8e8e8;
  background: #f9f9f9;
}
.ts-wrapper.single .ts-dropdown .option.selected {
  background: #f5f5f5;
}

.control.has-icons-left .ts-wrapper .ts-control {
  padding-left: 2.5em;
}

.snacks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.snacks .snack {
  margin: 0 5px 3px 0;
}

ul.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4.7px;
  margin-bottom: 0;
  list-style-type: none;
  padding: 25px 35px;
}
ul.steps li {
  position: relative;
  margin-top: 10px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  color: #aaa;
}
ul.steps li.d-none {
  display: none;
}
ul.steps li:last-child:after {
  display: none;
}
ul.steps li:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 47%;
  z-index: 1;
  height: 8px;
  width: 8px;
  background: #039be5;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #eee;
}
ul.steps li:after {
  content: "";
  position: absolute;
  top: -17px;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #039be5;
}
ul.steps li.active ~ li:before {
  background-color: #aaa;
}
ul.steps li.active ~ li:after {
  background-color: rgba(221, 226, 229, 0.4);
}
ul.steps li.active:before {
  background-color: #039be5;
  box-shadow: 0 0 0 3px rgb(232.2974137931, 247.3663793103, 254.7025862069);
}
ul.steps li.active:after {
  background: rgba(221, 226, 229, 0.4);
}

.wizard-wrapper .step-title {
  margin-bottom: 30px;
  text-align: center;
}
.wizard-wrapper .step-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #283252;
  text-align: center;
}
.wizard-wrapper .step-title p {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
}
.wizard-wrapper .step-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.wizard-wrapper .wizard-buttons {
  left: 80px;
  border-radius: 6px;
  transform: translateY(0);
}

.wizard-v1-wrapper .step-content .wizard-types .wizard-card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 500px;
}

.partner-logo {
  max-width: 200px;
  max-height: 50px;
}

.logo-upload-preview {
  width: 480px;
  height: 240px;
  border: 1px dotted black;
  display: flex;
  justify-content: center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
  background-repeat: repeat;
}
.logo-upload-preview img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.image-cropper {
  max-width: 800px;
  max-height: 400px;
}
.image-cropper img {
  max-width: 100%;
}
.image-cropper .cropper-modal {
  background-color: #fff;
}

.image-crop-preview {
  overflow: hidden;
}

.logo-standalone-preview {
  max-width: 230px;
  max-height: 70px;
  border: 1px dotted grey;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.logo-standalone-preview .image-crop-preview {
  display: inline-block;
  align-self: center;
}
.logo-standalone-preview .logo-container {
  display: flex;
  align-items: center;
}

.logo-co-branded-preview {
  max-width: 460px;
  max-height: 70px;
  border: 1px dotted grey;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.logo-co-branded-preview .divider {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(178, 178, 178);
  height: 48px;
  margin: 0 20px;
}
.logo-co-branded-preview .logo-wrapper {
  display: flex;
  align-items: center;
  max-width: 205px;
}
.logo-co-branded-preview .logo-wrapper .logo-container {
  display: inline-block;
  align-self: center;
}
.logo-co-branded-preview .logo-wrapper .logo-container img {
  display: block;
}
.logo-co-branded-preview .matic-logo {
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  transform: none;
}

.email-co-branded-preview {
  border: 1px dotted grey;
}

.flex-table.verification-queue .flex-table-item:hover {
  background-color: #f9f9f9;
}

.policy-commission-reports .dz-preview {
  width: auto;
}
.policy-commission-reports .dz-image {
  display: none;
}

.phone-numbers .info-text {
  width: 200px;
}

.clipped-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.is-max-width-300 {
  max-width: 300px;
}

.is-max-width-400 {
  max-width: 400px;
}

.is-max-width-200 {
  max-width: 200px;
}

.is-max-width-150 {
  max-width: 150px;
}

.is-max-width-100 {
  max-width: 100px;
}

.is-min-height-400 {
  min-height: 400px;
}

.is-min-width-300 {
  min-width: 300px;
}

.is-min-width-200 {
  min-width: 200px;
}

.is-min-width-150 {
  min-width: 150px;
}

.is-min-width-100 {
  min-width: 100px;
}

.fixed-height-400 {
  height: 400px;
}

.rotated-90 {
  transform: rotate(90deg);
}

p {
  font-weight: 400;
}
p.help {
  font-size: 0.9rem;
}

.has-light-text {
  color: #a2a5b9;
}

.content ul, .content ol {
  color: #a2a5b9;
}

.control.has-icons-left .icon, .control.has-icons-right .icon {
  top: 2px;
}

.field > label {
  color: hsl(0, 0%, 21%) !important;
}

code[class*=language-],
pre[class*=language-] {
  font-size: 0.75rem;
}

.has-bold-text {
  font-weight: bold;
}

.is-superscript {
  align-items: flex-start;
  font-size: 0.75rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.filepond--credits {
  display: none;
}

.token.number {
  align-items: revert;
  background-color: revert;
  border-radius: revert;
  display: revert;
  font-size: revert;
  height: revert;
  justify-content: revert;
  margin-right: revert;
  min-width: revert;
  padding: revert;
  text-align: revert;
  vertical-align: revert;
}
