/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

#app {
  text-align: left !important;
}

button:disabled {
  background: #efefef;
  display: inline-block;
}

button.backward {
  color: #000201 !important;
  background: #efefef;
}

.backward:hover,
.forward:hover,
a.primary:hover {
  background-color: #00aa6b !important;
  color: white !important;
}

@media (max-width: 991px) {
  #wizard_container #bottom-wizard {
    margin-top: 1rem !important;
  }
}

.partner {
  margin-top: 32px;
}

.content-partner-background {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  min-height: 300px !important;
}

.logo-partner {
  width: 200px;
}

.validation-error {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: -35px;
  right: -15px;
  z-index: 2;
  height: 35px;
  line-height: 1;
  background-color: #e34f4f;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  padding: 6px 8px;
}
.validation-error:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #ed5d79;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -6px;
  left: 20%;
}

span.error,
.validation-error {
  background-color: #ed5d79;
}

button:disabled {
  background-color: #efede8;
}

.toasted .primary.error,
.toasted.toasted-primary.error {
  background-color: #ed5d79 !important;
}

.toasted .primary .action,
.toasted.toasted-primary .action {
  color: white !important;
  font-weight: 800 !important;
  margin: 8px 0px 5px 10px !important;
}

.toasted.toasted-primary.success {
  background-color: #00aa6b !important;
}

.toasted-container .toasted .action:hover {
  color: #000201 !important;
  text-decoration: none !important;
}

#pass-info.weakpass {
  border: 1px solid #ed5d79 !important;
  background: #ed5d79 !important;
  color: white !important;
}

#pass-info.goodpass {
  border: 1px solid #efede8 !important;
  background: #efede8 !important;
  color: #000201 !important;
}

#bottom-wizard {
  border-top: 0px !important;
  padding-top: 0px !important;
  text-align: right !important;
  margin-top: 0px !important;
}

.dropdown-toggle::after {
  border-top: 0px !important;
}

.v-select .dropdown-toggle {
  padding: 0 9px 0px !important;
  border: 1px solid #d2d8dd;
}

.v-select .dropdown-toggle .clear {
  margin-right: 10px !important;
}

.hr-custom {
  margin-top: 0px;
  margin-bottom: 15px;
}

.full-width {
  width: 100%;
}

.vue-dropzone {
  border: 1px solid #000201 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #000201 !important;
}

.vue-dropzone:hover {
  background-color: #efede8 !important;
}

.v-select input[type='search'],
.v-select input[type='search']:focus {
  cursor: pointer;
  padding: 0px !important;
  margin: 0px !important;
}

/* Cyan theme */

.v-select.dropdown .highlight a,
.v-select.dropdown li:hover a {
  background: #efede8 !important;
  color: #000201 !important;
}

.v-select .selected-tag {
  margin: 0px !important;
  padding: 0px !important;
}

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: #000201;
  color: white;
  padding: 0.75rem 1rem !important;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #000201;
  z-index: 1;
}

.tooltip[x-placement^='top'] {
  margin-bottom: 5px;
}

.tooltip[x-placement^='top'] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^='bottom'] {
  margin-top: 5px;
}

.tooltip[x-placement^='bottom'] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^='right'] {
  margin-left: 5px;
}

.tooltip[x-placement^='right'] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^='left'] {
  margin-right: 5px;
}

.tooltip[x-placement^='left'] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: #000201;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(#000201, 0.1);
}

.tooltip.popover .popover-arrow {
  border-color: #f9f9f9;
}

.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

.logo-field {
  color: #000201 !important;
  opacity: 1 !important;
}

.logo {
  height: 100px;
  margin-bottom: 100px;
}

@media (max-width: 1920px) {
  .logo {
    height: 70px;
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .logo {
    height: 54px !important;
    margin-top: 28px;
    margin-bottom: 28px;
    margin-right: 28px;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 250px !important;
  }
}
@media (max-width: 991px) {
  .logo {
    width: 180px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    height: 78px !important;
  }
}

.dropzone {
  border-radius: 5px;
  background-color: #00aa6b !important;
}

.dropzone .dz-preview {
  width: 100% !important;
}
.vue-dropzone {
  border: 0px !important;
}

.vue-dropzone .dz-preview .dz-details {
  background-color: white !important;
  color: #000201 !important;
}

.vue-dropzone .dz-preview .dz-remove {
  border: 2px #000201 solid !important;
  color: #000201 !important;
  width: 100% !important;
  margin: 0px !important;
}

.dropzone .dz-preview .dz-details {
  font-size: 15px !important;
  padding: 1em 1em !important;
}

.dropzone .dz-preview .dz-progress {
  background: #000201 !important;
  width: 120px !important;
}

.dropzone .dz-message {
  font-weight: 700 !important;
  font-size: 16px !important;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  color: #000201 !important;
}

.modal-body {
  overflow-y: auto !important;
}

.modal-body-min {
  max-height: 70vh !important;
}

.up {
  text-transform: uppercase;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: none;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: none;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: none;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: none;
}
::placeholder {
  /* Recent browsers */
  text-transform: none;
}

.color-orange {
  color: #e34f4f;
}

.color-white {
  color: white;
}

.bg-color-#000201 {
  background-color: #000201;
}

.bg-color-#000201:hover {
  background-color: #000201;
}
