/* Build Progress Bar */
.rtl .client-progress-bar .progress-container .client-bar-title {
  margin: 2px 0 0 5px;
}
.rtl svg.progress {
  margin: 0 0 0 10px !important;
}

.client-progress-bar {
  display: flex;
}
.client-progress-bar .mt-100 {
  margin-top: 200px;
}
.client-progress-bar .progress-holder .progress {
  width: 40px;
  height: 40px;
  line-height: 50px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
  margin-right: 10px;
}
.client-progress-bar .progress-container .title-container .client-bar-title {
  margin: 2px 5px 0 0;
  font-size: 13px;
  color: #075C8F;
  font-weight: 700;
  text-transform: uppercase;
}
.client-progress-bar .progress-container .title-container .client-bar-title .progress-description {
  font-size: 12px;
  font-weight: normal;
  color: #58585b;
}
.client-progress-bar .progress-container span:focus {
  outline: 0;
  box-shadow: none !important;
}
.client-progress-bar .progress-container .fad {
  color: #075C8F;
}
.client-progress-bar .progress-container .fad.fa-info-circle {
  padding-top: 1px;
  cursor: pointer;
}
.client-progress-bar .progress-container .fad.fa-info-circle:focus {
  outline: 0;
  box-shadow: none !important;
}

@media (min-width: 768px) {
  .client-progress-bar {
    margin-bottom: 14px;
  }
  .client-progress-bar .progress-container .title-container .client-bar-title {
    max-width: 230px;
  }
}
.progress-modal-phone .modal-body {
  padding: 0 5% 0px;
}
.progress-modal-phone .modal-body h4 {
  color: #323132;
  font-size: 16px;
}
.progress-modal-phone .modal-footer {
  margin-bottom: 7px;
}

/* Max Width of the popover (depending on the container!) */
.popover-progress {
  width: 100% !important;
}
.popover-progress .popover-header {
  background-color: #fff;
  border: none !important;
  max-height: 35px;
}
.popover-progress .popover-header .popover-title {
  color: #a7a9ab;
  line-height: 10px;
  font-size: 16px;
}
.popover-progress .non-clickable-link {
  pointer-events: none;
  cursor: default;
}
.popover-progress .non-clickable-link:hover {
  text-decoration: none;
}
.popover-progress .popover-body {
  padding-left: 0 !important;
}
.popover-progress .popover-body .fas.fa-check {
  color: #84c561;
}
.popover-progress .popover-body .fal.fa-lock-alt {
  color: #a7a9ab;
}
.popover-progress .popover-body .far.fa-hourglass-half {
  color: #ff671b;
}
.popover-progress .popover-body p {
  line-height: 1.2;
  margin-bottom: 50px;
}
.popover-progress .popover-body p.caption {
  font-style: italic;
  color: #a7a9ab;
  margin: 0 0 4px;
}
.popover-progress .popover-body .list-group .list-group-item a:hover {
  text-decoration: underline;
}
.popover-progress .popover-body .list-group .list-group-item a.verified-account {
  color: #404041;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.popover-progress .popover-body .list-group .list-group-item a.verified-account:hover {
  text-decoration: none;
}
.popover-progress .popover-body .verified-account {
  color: #404041;
}
.popover-progress .popover-body .popover-content:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 95%;
  padding-top: 3px;
  border-bottom: 1px solid #ccc;
}
/**
 * Pass a property, value and list of prefixes
 * @example .test {@include prefix(transition, width 2s linear 1s, moz webkit ms o);} it will create
 * .test {
 *  moz-transition: width 2s linear 1s;
 *  webkit-transition: width 2s linear 1s;
 *  ms-transition: width 2s linear 1s;
 *  o-transition: width 2s linear 1s;
 *  transition: width 2s linear 1s;
 * }
 */
/**
 * Create a class with property for known browsers
 * @see prefix function above
 */
/**
 * Adding a style for hover focus and active state if the element is not disabled
 * Example
 * .btn-test {
 * 	@include hover-active-focus {
 *		font-weight: bold;
 *		color: red;
 *	}
 * }
 */
.btn-rounded {
  border-radius: 0.5rem;
}

.btn-outline-primary {
  color: #075C8F;
  border-color: #075C8F;
}
.btn-outline-primary:not(:disabled):not(.disabled):hover, .btn-outline-primary:not(:disabled):not(.disabled):focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: #075C8F;
  border-color: #075C8F;
  color: #fff;
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #a7a9ab;
  border-color: #a7a9ab;
}

.btn-outline-secondary {
  color: #404041;
  border-color: #404041;
}
.btn-outline-secondary:not(:disabled):not(.disabled):hover, .btn-outline-secondary:not(:disabled):not(.disabled):focus, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
  background-color: #404041;
  border-color: #404041;
  color: #fff;
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #a7a9ab;
  border-color: #a7a9ab;
}

.btn.btn-success-up, .btn.btn-success-down {
  color: #fff;
}
.btn:not(:disabled):not(.disabled).btn-success-up {
  background-color: #84c561;
}
.btn:not(:disabled):not(.disabled).btn-success-down {
  background-color: #ac1d37;
}

.btn-close-pending-order,
.btn-close-deal,
.ticket-close-deals-details-btn-close-deals,
.ticket-close-deal-details-btn-close-deal,
.btn-pl {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  min-width: 85px;
  background-color: #ef5009;
}
.btn-close-pending-order:not(:disabled):not(.disabled).btn-success-up,
.btn-close-deal:not(:disabled):not(.disabled).btn-success-up,
.ticket-close-deals-details-btn-close-deals:not(:disabled):not(.disabled).btn-success-up,
.ticket-close-deal-details-btn-close-deal:not(:disabled):not(.disabled).btn-success-up,
.btn-pl:not(:disabled):not(.disabled).btn-success-up {
  background-color: #84c561;
}
.btn-close-pending-order:not(:disabled):not(.disabled).btn-success-down,
.btn-close-deal:not(:disabled):not(.disabled).btn-success-down,
.ticket-close-deals-details-btn-close-deals:not(:disabled):not(.disabled).btn-success-down,
.ticket-close-deal-details-btn-close-deal:not(:disabled):not(.disabled).btn-success-down,
.btn-pl:not(:disabled):not(.disabled).btn-success-down {
  background-color: #ef5009;
}
.btn-close-pending-order:not(:disabled):not(.disabled).btn-primary,
.btn-close-deal:not(:disabled):not(.disabled).btn-primary,
.ticket-close-deals-details-btn-close-deals:not(:disabled):not(.disabled).btn-primary,
.ticket-close-deal-details-btn-close-deal:not(:disabled):not(.disabled).btn-primary,
.btn-pl:not(:disabled):not(.disabled).btn-primary {
  background-color: #075C8F;
}

.btn-toggle {
  border: 1px solid #a7a9ab;
  border-radius: 0.25rem;
}
.btn-toggle .btn-success:not(:disabled):not(.disabled).active, .btn-toggle .btn-primary:not(:disabled):not(.disabled).active {
  background-color: #84c561 !important;
  color: #fff !important;
  border-radius: 0;
}
.btn-toggle .btn-success:not(:disabled):not(.disabled).active:hover, .btn-toggle .btn-primary:not(:disabled):not(.disabled).active:hover {
  cursor: default;
  border-radius: 0;
}
.btn-toggle .btn.btn-sm {
  border: none;
  background-color: transparent !important;
  border-radius: 0 !important;
  color: #a7a9ab !important;
}
.btn-toggle .btn.btn-sm:hover {
  background-color: #a7a9ab !important;
  color: #fff !important;
  border-radius: 0;
}

.btn-close-pending-order:hover {
  color: #fff;
}

.btn-red {
  color: #fff;
  background-color: #ac1d37;
  border-color: #ac1d37;
}

.btn-outline-red {
  color: #ac1d37;
  border-color: #ac1d37;
}
.btn-outline-red:not(:disabled):not(.disabled):hover, .btn-outline-red:not(:disabled):not(.disabled):focus, .btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active {
  background-color: #ac1d37;
  border-color: #ac1d37;
  color: #fff;
}
.btn-outline-red:disabled, .btn-outline-red.disabled {
  color: #a7a9ab;
  border-color: #a7a9ab;
}

.btn-green {
  color: #fff;
  background-color: #84c561;
  border-color: #84c561;
}

.btn-outline-green {
  color: #84c561;
  border-color: #84c561;
}
.btn-outline-green:not(:disabled):not(.disabled):hover, .btn-outline-green:not(:disabled):not(.disabled):focus, .btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active {
  background-color: #84c561;
  border-color: #84c561;
  color: #fff;
}
.btn-outline-green:disabled, .btn-outline-green.disabled {
  color: #a7a9ab;
  border-color: #a7a9ab;
}

.btn-save-preferences-cookies {
  background-color: #a7a9ab;
}
.btn-save-preferences-cookies:hover {
  background-color: #84c561;
  color: #fff;
}

.btn-zmdi-icon {
  color: #58585b;
}
.btn-zmdi-icon:not(:disabled):not(.disabled):hover, .btn-zmdi-icon:not(:disabled):not(.disabled):focus, .btn-zmdi-icon:not(:disabled):not(.disabled):active, .btn-zmdi-icon:not(:disabled):not(.disabled).active {
  color: #a7a9ab;
}

button.close-deal {
  max-width: 110px;
}

.cursor-pointer {
  cursor: pointer;
}

/**
 * Pass a property, value and list of prefixes
 * @example .test {@include prefix(transition, width 2s linear 1s, moz webkit ms o);} it will create
 * .test {
 *  moz-transition: width 2s linear 1s;
 *  webkit-transition: width 2s linear 1s;
 *  ms-transition: width 2s linear 1s;
 *  o-transition: width 2s linear 1s;
 *  transition: width 2s linear 1s;
 * }
 */
/**
 * Create a class with property for known browsers
 * @see prefix function above
 */
/**
 * Adding a style for hover focus and active state if the element is not disabled
 * Example
 * .btn-test {
 * 	@include hover-active-focus {
 *		font-weight: bold;
 *		color: red;
 *	}
 * }
 */
.onboarding {
  max-width: 800px;
  margin: 0 auto;
  padding: 32px;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  background-color: #fff;
  -moz-box-shadow: 0px 3px 12px rgba(167, 169, 171, 0.12);
  -webkit-box-shadow: 0px 3px 12px rgba(167, 169, 171, 0.12);
  -ms-box-shadow: 0px 3px 12px rgba(167, 169, 171, 0.12);
  -o-box-shadow: 0px 3px 12px rgba(167, 169, 171, 0.12);
  box-shadow: 0px 3px 12px rgba(167, 169, 171, 0.12);
  color: #404041;
  font-size: 12px;
  font-family: roboto;
  /* Error and validation messages */
}
.onboarding strong {
  font-size: 1rem;
}
.onboarding label,
.onboarding strong {
  display: block;
  margin-bottom: 6px;
}
.onboarding .au-st-intro {
  font-size: 1rem;
}
.onboarding .au-st-intro strong {
  display: inline;
}
.onboarding input {
  font-size: 14px;
  max-height: 32px;
}
.onboarding.small {
  max-width: 400px;
}
.onboarding .form-row {
  margin-left: 0;
  margin-right: 0;
}
.onboarding .btn {
  color: #fff;
  background-color: #84c561;
  border-color: #84c561;
  border-radius: 0.25rem;
}
.onboarding .btn:hover {
  background-color: #fff;
  border-color: #84c561;
  color: #84c561 !important;
}
.onboarding .btn:disabled {
  border: 1px solid #a7a9ab;
  color: #fff;
  background: #a7a9ab;
  opacity: 0.65;
}
.onboarding input.validation-error {
  border: solid 1px #ef5009;
}
.onboarding .validation-error {
  color: #ef5009;
}
.onboarding .onboarding__progress-bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  padding-bottom: 17px;
}
.onboarding .onboarding__progress-bar .progress-steps {
  grid-column: span 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.onboarding .onboarding__progress-bar .progress-steps .progress-step {
  width: 100%;
  height: 6px;
  border: 0;
  border-radius: 4px;
  background-color: #ccc;
  transition: background-color 0.3s ease;
  cursor: initial;
}
.onboarding .onboarding__progress-bar .progress-steps .progress-step.completed {
  background-color: #8bc34a;
}
.onboarding .onboarding__progress-bar .progress-steps .progress-step:focus {
  outline: none;
  box-shadow: none;
}
.onboarding .onboarding__progress-bar .progress-label {
  margin-top: 5px;
  font-size: 9px;
}
.onboarding .onboarding__progress-bar .progress-label.progress-label-next {
  justify-self: end;
}
.onboarding .onboarding__title {
  padding: 17px 0 7px 0;
}
.onboarding .onboarding__title strong {
  font-size: 18px;
}
.onboarding .onboarding__plugins {
  margin: 7px 0;
}

/* Onboarding Popup Styles */
.onboarding-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.onboarding-popup-modal {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  max-width: 500px;
  min-width: 350px;
  text-align: center;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}

.onboarding-popup-modal p {
  margin: 0;
}

.onboarding-popup-modal h2 {
  color: #236192;
  margin: 0;
}

.onboarding-popup-demo-span {
  cursor: pointer;
  text-decoration: underline;
  color: #236192;
}

.onboarding-popup-modal .onboarding-popup-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.onboarding-popup-modal .onboarding-popup-verification.active {
  border-radius: 6px;
  border: none;
  padding: 8px 30px;
  font-size: 16px;
  background-color: #84c561 !important;
  color: #ffffff !important;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #84c561;
}
.em-border,
.em-border-top,
.em-border-without-bottom {
  border-top: 1px solid #ddd;
}

.em-border,
.em-border-right,
.em-border-without-top,
.em-border-without-bottom {
  border-right: 1px solid #ddd;
}

.em-border,
.em-border-without-top,
.em-border-bottom {
  border-bottom: 1px solid #ddd;
}

.em-border,
.em-border-left,
.em-border-without-top,
.em-border-without-bottom {
  border-left: 1px solid #ddd;
}

.em-border-rounded,
.em-border-rounded-top,
.em-border-rounded-top-left {
  border-top-left-radius: 0.25rem;
}

.em-border-rounded,
.em-border-rounded-top,
.em-border-rounded-top-right {
  border-top-right-radius: 0.25rem;
}

.em-border-rounded,
.em-border-rounded-bottom,
.em-border-rounded-bottom-left {
  border-bottom-left-radius: 0.25rem;
}

.em-border-rounded,
.em-border-rounded-bottom,
.em-border-rounded-bottom-right {
  border-bottom-right-radius: 0.25rem;
}

.no-border, .no-border-top {
  border-top: 0 !important;
}
.no-border, .no-border-right {
  border-right: 0 !important;
}
.no-border, .no-border-bottom {
  border-bottom: 0 !important;
}
.no-border, .no-border-left {
  border-left: 0 !important;
}

.txt-em-blue {
  color: #075C8F !important;
}

.value-up,
.txt-em-green {
  color: #84c561 !important;
}

.txt-em-gray {
  color: #58585b !important;
}

.txt-em-light-gray {
  color: #a7a9ab !important;
}

.txt-em-charcoal-gray {
  color: #404041 !important;
}

.value-down,
.txt-em-red {
  color: #ef5009 !important;
}

.txt-em-black {
  color: #323132 !important;
}

.txt-white {
  color: #fff !important;
}

.txt-em-warning {
  color: #ff671b !important;
}

.value-unchanged {
  color: inherit;
}

.bg-em-gray {
  background-color: #58585b !important;
}

.bg-em-light-gray {
  background-color: #a7a9ab !important;
}

.bg-em-charcoal-gray {
  background-color: #404041 !important;
}

.bg-light-yellow {
  background-color: #ffefb4 !important;
}

.content-suitability-test #em_column_1 .em-widget-box {
  padding: 0;
}

.suitability-tests .h1 {
  color: #075C8F;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.suitability-tests .select-lang-container {
  margin-top: 30px;
  margin-bottom: 10px;
}
.suitability-tests .bottom-border {
  border-bottom: 1px solid #ddd;
}
.suitability-tests ul {
  padding-left: 20px;
}
.suitability-tests ul.list-controls {
  margin-bottom: 20px;
}
.suitability-tests ul.list-controls li.control {
  margin: 30px 0px;
}
.suitability-tests ul li {
  list-style-type: none;
}
.suitability-tests ol {
  padding-left: 20px;
}
.suitability-tests ol.list-results {
  margin-bottom: 20px;
}
.suitability-tests ol li {
  margin-bottom: 10px;
}
.suitability-tests .control-q {
  padding-bottom: 3px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}
.suitability-tests .active:hover {
  color: #fff !important;
  background-color: #075C8F !important;
}
.suitability-tests .button-wrapper.col-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.suitability-tests .grey-title {
  color: #323232;
}
.suitability-tests h3.txt-em-green {
  font-weight: 500;
}
.suitability-tests .study-material {
  color: #075C8F;
  border: 1px solid #075C8F;
}
.suitability-tests .client-answer-success {
  color: #84c561;
  font-weight: 500;
}
.suitability-tests .client-answer-failed {
  color: #ac1d37;
  font-weight: 500;
}
.suitability-tests .system-correct-answer {
  color: #58585B;
  font-style: italic;
}
.suitability-tests .questions-container {
  background-color: #ddd;
  padding: 3rem 2rem 1rem 2rem;
}
.suitability-tests .questions-container ul.list-controls {
  background: white;
  padding: 0.1rem 2rem;
  border-radius: 2rem;
}
.suitability-tests .onboarding-actions a {
  font-weight: 400;
}
.suitability-tests .onboarding-actions a:hover {
  text-decoration: none;
}
@media (min-width: 576px) {
  .suitability-tests .button-wrapper.col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* @todo fix media screens */
.welcome-bonus-phone-verification .phone-verfication-status {
  border: none !important;
}
.welcome-bonus-phone-verification .pv-headline {
  margin-top: 40px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #58585b;
  text-align: center;
}
.welcome-bonus-phone-verification .pv-screen {
  padding: 0 10% 20px 10%;
  background: #f7f7f7;
}
.welcome-bonus-phone-verification .pv-screen form .row {
  margin-left: 0;
  margin-right: 0;
}
.welcome-bonus-phone-verification .validation-error {
  color: #ac1d37;
  text-align: center;
}
.welcome-bonus-phone-verification .row-margin {
  margin-bottom: 10px;
}
.welcome-bonus-phone-verification .row-warning-mt4-support {
  margin-top: -10px;
}
.welcome-bonus-phone-verification a:link,
.welcome-bonus-phone-verification a:hover {
  text-decoration: none;
  color: #075C8F;
  display: inline-block;
}
.welcome-bonus-phone-verification .btn-resend-code {
  font-size: 18px;
  color: #fff;
  margin-bottom: 25px;
}
.welcome-bonus-phone-verification .btn-resend-code:disabled {
  background-color: #58585B !important;
}
.welcome-bonus-phone-verification .btn-resend-code-active {
  background: -webkit-linear-gradient(top, rgb(177, 177, 177) 0%, rgb(153, 153, 153) 100%);
  background: -o-linear-gradient(top, rgb(177, 177, 177) 0%, rgb(153, 153, 153) 100%);
  background: -ms-linear-gradient(top, rgb(177, 177, 177) 0%, rgb(153, 153, 153) 100%);
  background: -moz-linear-gradient(top, rgb(177, 177, 177) 0%, rgb(153, 153, 153) 100%);
  background: linear-gradient(to bottom, rgb(177, 177, 177) 0%, rgb(153, 153, 153) 100%);
}
.welcome-bonus-phone-verification .gradient {
  filter: none;
}
.welcome-bonus-phone-verification .verify-control {
  font-size: 18px;
}
.welcome-bonus-phone-verification p {
  text-align: center;
  color: #58585b;
}
.welcome-bonus-phone-verification .btn-welcome-bonus {
  width: 262px;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  margin: 15px 0px 10px 0px;
}
.welcome-bonus-phone-verification .lit-phone-number .link-change-number {
  display: inline-block;
}
.welcome-bonus-phone-verification .pv-abc {
  margin-bottom: 5px;
  width: 240px;
}
.welcome-bonus-phone-verification .ph-country-code {
  display: inline-block;
  max-width: 90px;
}
.welcome-bonus-phone-verification .pv-pn {
  display: inline-block;
  width: 130px;
}
.welcome-bonus-phone-verification .pv-pn label,
.welcome-bonus-phone-verification .pv-cc label,
.welcome-bonus-phone-verification .pv-abc label {
  font-weight: 400;
}
.welcome-bonus-phone-verification .row-desc {
  margin-bottom: 27px;
  margin-top: 4px;
}
.welcome-bonus-phone-verification .row-desc strong {
  line-height: 17px;
}
.welcome-bonus-phone-verification .form-group {
  font-size: 13px;
}
.welcome-bonus-phone-verification .txt-pin-code {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}
.welcome-bonus-phone-verification #btn_verify {
  margin-top: 30px;
  margin-bottom: 15px;
}
.welcome-bonus-phone-verification .btn-start-trading {
  font-size: 20px;
  padding: 10px 10px;
}
.welcome-bonus-phone-verification .div-start-trading {
  margin-top: 25px;
  margin-bottom: 25px;
}
.welcome-bonus-phone-verification .resend-counter {
  color: #fff;
  font-weight: 500;
}
.welcome-bonus-phone-verification .hl-verified {
  color: rgb(152, 204, 92);
  font-size: 30px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 10px;
}
.welcome-bonus-phone-verification .lit-bonus-amount {
  font-weight: 700;
  display: inline-block;
}
.welcome-bonus-phone-verification #txt_country_code {
  text-align: center;
}
.welcome-bonus-phone-verification .pv-cong {
  color: #323132;
  font-size: 20px;
  text-align: center;
}
.welcome-bonus-phone-verification .pv-terms {
  text-align: center;
}
/**
 * Pass a property, value and list of prefixes
 * @example .test {@include prefix(transition, width 2s linear 1s, moz webkit ms o);} it will create
 * .test {
 *  moz-transition: width 2s linear 1s;
 *  webkit-transition: width 2s linear 1s;
 *  ms-transition: width 2s linear 1s;
 *  o-transition: width 2s linear 1s;
 *  transition: width 2s linear 1s;
 * }
 */
/**
 * Create a class with property for known browsers
 * @see prefix function above
 */
/**
 * Adding a style for hover focus and active state if the element is not disabled
 * Example
 * .btn-test {
 * 	@include hover-active-focus {
 *		font-weight: bold;
 *		color: red;
 *	}
 * }
 */
.btn-rounded {
  border-radius: 0.5rem;
}

.btn-outline-primary {
  color: #075C8F;
  border-color: #075C8F;
}
.btn-outline-primary:not(:disabled):not(.disabled):hover, .btn-outline-primary:not(:disabled):not(.disabled):focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: #075C8F;
  border-color: #075C8F;
  color: #fff;
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #a7a9ab;
  border-color: #a7a9ab;
}

.btn-outline-secondary {
  color: #404041;
  border-color: #404041;
}
.btn-outline-secondary:not(:disabled):not(.disabled):hover, .btn-outline-secondary:not(:disabled):not(.disabled):focus, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
  background-color: #404041;
  border-color: #404041;
  color: #fff;
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #a7a9ab;
  border-color: #a7a9ab;
}

.btn.btn-success-up, .btn.btn-success-down {
  color: #fff;
}
.btn:not(:disabled):not(.disabled).btn-success-up {
  background-color: #84c561;
}
.btn:not(:disabled):not(.disabled).btn-success-down {
  background-color: #ac1d37;
}

.btn-close-pending-order,
.btn-close-deal,
.ticket-close-deals-details-btn-close-deals,
.ticket-close-deal-details-btn-close-deal,
.btn-pl {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  min-width: 85px;
  background-color: #ef5009;
}
.btn-close-pending-order:not(:disabled):not(.disabled).btn-success-up,
.btn-close-deal:not(:disabled):not(.disabled).btn-success-up,
.ticket-close-deals-details-btn-close-deals:not(:disabled):not(.disabled).btn-success-up,
.ticket-close-deal-details-btn-close-deal:not(:disabled):not(.disabled).btn-success-up,
.btn-pl:not(:disabled):not(.disabled).btn-success-up {
  background-color: #84c561;
}
.btn-close-pending-order:not(:disabled):not(.disabled).btn-success-down,
.btn-close-deal:not(:disabled):not(.disabled).btn-success-down,
.ticket-close-deals-details-btn-close-deals:not(:disabled):not(.disabled).btn-success-down,
.ticket-close-deal-details-btn-close-deal:not(:disabled):not(.disabled).btn-success-down,
.btn-pl:not(:disabled):not(.disabled).btn-success-down {
  background-color: #ef5009;
}
.btn-close-pending-order:not(:disabled):not(.disabled).btn-primary,
.btn-close-deal:not(:disabled):not(.disabled).btn-primary,
.ticket-close-deals-details-btn-close-deals:not(:disabled):not(.disabled).btn-primary,
.ticket-close-deal-details-btn-close-deal:not(:disabled):not(.disabled).btn-primary,
.btn-pl:not(:disabled):not(.disabled).btn-primary {
  background-color: #075C8F;
}

.btn-toggle {
  border: 1px solid #a7a9ab;
  border-radius: 0.25rem;
}
.btn-toggle .btn-success:not(:disabled):not(.disabled).active, .btn-toggle .btn-primary:not(:disabled):not(.disabled).active {
  background-color: #84c561 !important;
  color: #fff !important;
  border-radius: 0;
}
.btn-toggle .btn-success:not(:disabled):not(.disabled).active:hover, .btn-toggle .btn-primary:not(:disabled):not(.disabled).active:hover {
  cursor: default;
  border-radius: 0;
}
.btn-toggle .btn.btn-sm {
  border: none;
  background-color: transparent !important;
  border-radius: 0 !important;
  color: #a7a9ab !important;
}
.btn-toggle .btn.btn-sm:hover {
  background-color: #a7a9ab !important;
  color: #fff !important;
  border-radius: 0;
}

.btn-close-pending-order:hover {
  color: #fff;
}

.btn-red {
  color: #fff;
  background-color: #ac1d37;
  border-color: #ac1d37;
}

.btn-outline-red {
  color: #ac1d37;
  border-color: #ac1d37;
}
.btn-outline-red:not(:disabled):not(.disabled):hover, .btn-outline-red:not(:disabled):not(.disabled):focus, .btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active {
  background-color: #ac1d37;
  border-color: #ac1d37;
  color: #fff;
}
.btn-outline-red:disabled, .btn-outline-red.disabled {
  color: #a7a9ab;
  border-color: #a7a9ab;
}

.btn-green {
  color: #fff;
  background-color: #84c561;
  border-color: #84c561;
}

.btn-outline-green {
  color: #84c561;
  border-color: #84c561;
}
.btn-outline-green:not(:disabled):not(.disabled):hover, .btn-outline-green:not(:disabled):not(.disabled):focus, .btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active {
  background-color: #84c561;
  border-color: #84c561;
  color: #fff;
}
.btn-outline-green:disabled, .btn-outline-green.disabled {
  color: #a7a9ab;
  border-color: #a7a9ab;
}

.btn-save-preferences-cookies {
  background-color: #a7a9ab;
}
.btn-save-preferences-cookies:hover {
  background-color: #84c561;
  color: #fff;
}

.btn-zmdi-icon {
  color: #58585b;
}
.btn-zmdi-icon:not(:disabled):not(.disabled):hover, .btn-zmdi-icon:not(:disabled):not(.disabled):focus, .btn-zmdi-icon:not(:disabled):not(.disabled):active, .btn-zmdi-icon:not(:disabled):not(.disabled).active {
  color: #a7a9ab;
}

button.close-deal {
  max-width: 110px;
}

.cursor-pointer {
  cursor: pointer;
}

/**
 * Pass a property, value and list of prefixes
 * @example .test {@include prefix(transition, width 2s linear 1s, moz webkit ms o);} it will create
 * .test {
 *  moz-transition: width 2s linear 1s;
 *  webkit-transition: width 2s linear 1s;
 *  ms-transition: width 2s linear 1s;
 *  o-transition: width 2s linear 1s;
 *  transition: width 2s linear 1s;
 * }
 */
/**
 * Create a class with property for known browsers
 * @see prefix function above
 */
/**
 * Adding a style for hover focus and active state if the element is not disabled
 * Example
 * .btn-test {
 * 	@include hover-active-focus {
 *		font-weight: bold;
 *		color: red;
 *	}
 * }
 */
.generic-phone-verification {
  margin: 0 auto;
  font-size: 12px;
  font-family: roboto;
  /* Firefox */
  /* Inputs */
  /* Buttons */
  /* Error and validation messages */
}
.generic-phone-verification strong {
  font-size: 14px;
}
.generic-phone-verification label,
.generic-phone-verification strong {
  display: block;
  margin-bottom: 6px;
}
.generic-phone-verification input {
  text-align: center;
  font-size: 14px;
  max-height: 32px;
}
.generic-phone-verification input::-webkit-outer-spin-button,
.generic-phone-verification input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.generic-phone-verification input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.generic-phone-verification .user-phone-code,
.generic-phone-verification .user-phone-number {
  width: 100%;
  margin: 8px 0;
}
.generic-phone-verification .user-phone-number {
  text-align: initial;
}
.generic-phone-verification .btn {
  border-radius: 0.25rem;
}
.generic-phone-verification .btn-send-code,
.generic-phone-verification .btn-resend-code {
  margin-top: 8px;
  padding: 7px 18px;
  width: 100%;
  max-width: 181px;
}
.generic-phone-verification .btn-send-code,
.generic-phone-verification .btn-resend-code {
  color: #fff;
  background-color: #84c561;
  border-color: #84c561;
}
.generic-phone-verification .btn-send-code:hover,
.generic-phone-verification .btn-resend-code:hover {
  background-color: #fff;
  border-color: #84c561;
  color: #84c561 !important;
}
.generic-phone-verification .btn-send-code:disabled,
.generic-phone-verification .btn-resend-code:disabled {
  border: 1px solid #a7a9ab;
  color: #fff;
  background: #a7a9ab;
  opacity: 0.65;
}
.generic-phone-verification input.validation-error {
  border: solid 1px #ef5009;
}
.generic-phone-verification .validation-error {
  color: #ef5009;
}
/**
 * Pass a property, value and list of prefixes
 * @example .test {@include prefix(transition, width 2s linear 1s, moz webkit ms o);} it will create
 * .test {
 *  moz-transition: width 2s linear 1s;
 *  webkit-transition: width 2s linear 1s;
 *  ms-transition: width 2s linear 1s;
 *  o-transition: width 2s linear 1s;
 *  transition: width 2s linear 1s;
 * }
 */
/**
 * Create a class with property for known browsers
 * @see prefix function above
 */
/**
 * Adding a style for hover focus and active state if the element is not disabled
 * Example
 * .btn-test {
 * 	@include hover-active-focus {
 *		font-weight: bold;
 *		color: red;
 *	}
 * }
 */
.btn-rounded {
  border-radius: 0.5rem;
}

.btn-outline-primary {
  color: #075C8F;
  border-color: #075C8F;
}
.btn-outline-primary:not(:disabled):not(.disabled):hover, .btn-outline-primary:not(:disabled):not(.disabled):focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: #075C8F;
  border-color: #075C8F;
  color: #fff;
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #a7a9ab;
  border-color: #a7a9ab;
}

.btn-outline-secondary {
  color: #404041;
  border-color: #404041;
}
.btn-outline-secondary:not(:disabled):not(.disabled):hover, .btn-outline-secondary:not(:disabled):not(.disabled):focus, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
  background-color: #404041;
  border-color: #404041;
  color: #fff;
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #a7a9ab;
  border-color: #a7a9ab;
}

.btn.btn-success-up, .btn.btn-success-down {
  color: #fff;
}
.btn:not(:disabled):not(.disabled).btn-success-up {
  background-color: #84c561;
}
.btn:not(:disabled):not(.disabled).btn-success-down {
  background-color: #ac1d37;
}

.btn-close-pending-order,
.btn-close-deal,
.ticket-close-deals-details-btn-close-deals,
.ticket-close-deal-details-btn-close-deal,
.btn-pl {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  min-width: 85px;
  background-color: #ef5009;
}
.btn-close-pending-order:not(:disabled):not(.disabled).btn-success-up,
.btn-close-deal:not(:disabled):not(.disabled).btn-success-up,
.ticket-close-deals-details-btn-close-deals:not(:disabled):not(.disabled).btn-success-up,
.ticket-close-deal-details-btn-close-deal:not(:disabled):not(.disabled).btn-success-up,
.btn-pl:not(:disabled):not(.disabled).btn-success-up {
  background-color: #84c561;
}
.btn-close-pending-order:not(:disabled):not(.disabled).btn-success-down,
.btn-close-deal:not(:disabled):not(.disabled).btn-success-down,
.ticket-close-deals-details-btn-close-deals:not(:disabled):not(.disabled).btn-success-down,
.ticket-close-deal-details-btn-close-deal:not(:disabled):not(.disabled).btn-success-down,
.btn-pl:not(:disabled):not(.disabled).btn-success-down {
  background-color: #ef5009;
}
.btn-close-pending-order:not(:disabled):not(.disabled).btn-primary,
.btn-close-deal:not(:disabled):not(.disabled).btn-primary,
.ticket-close-deals-details-btn-close-deals:not(:disabled):not(.disabled).btn-primary,
.ticket-close-deal-details-btn-close-deal:not(:disabled):not(.disabled).btn-primary,
.btn-pl:not(:disabled):not(.disabled).btn-primary {
  background-color: #075C8F;
}

.btn-toggle {
  border: 1px solid #a7a9ab;
  border-radius: 0.25rem;
}
.btn-toggle .btn-success:not(:disabled):not(.disabled).active, .btn-toggle .btn-primary:not(:disabled):not(.disabled).active {
  background-color: #84c561 !important;
  color: #fff !important;
  border-radius: 0;
}
.btn-toggle .btn-success:not(:disabled):not(.disabled).active:hover, .btn-toggle .btn-primary:not(:disabled):not(.disabled).active:hover {
  cursor: default;
  border-radius: 0;
}
.btn-toggle .btn.btn-sm {
  border: none;
  background-color: transparent !important;
  border-radius: 0 !important;
  color: #a7a9ab !important;
}
.btn-toggle .btn.btn-sm:hover {
  background-color: #a7a9ab !important;
  color: #fff !important;
  border-radius: 0;
}

.btn-close-pending-order:hover {
  color: #fff;
}

.btn-red {
  color: #fff;
  background-color: #ac1d37;
  border-color: #ac1d37;
}

.btn-outline-red {
  color: #ac1d37;
  border-color: #ac1d37;
}
.btn-outline-red:not(:disabled):not(.disabled):hover, .btn-outline-red:not(:disabled):not(.disabled):focus, .btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active {
  background-color: #ac1d37;
  border-color: #ac1d37;
  color: #fff;
}
.btn-outline-red:disabled, .btn-outline-red.disabled {
  color: #a7a9ab;
  border-color: #a7a9ab;
}

.btn-green {
  color: #fff;
  background-color: #84c561;
  border-color: #84c561;
}

.btn-outline-green {
  color: #84c561;
  border-color: #84c561;
}
.btn-outline-green:not(:disabled):not(.disabled):hover, .btn-outline-green:not(:disabled):not(.disabled):focus, .btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active {
  background-color: #84c561;
  border-color: #84c561;
  color: #fff;
}
.btn-outline-green:disabled, .btn-outline-green.disabled {
  color: #a7a9ab;
  border-color: #a7a9ab;
}

.btn-save-preferences-cookies {
  background-color: #a7a9ab;
}
.btn-save-preferences-cookies:hover {
  background-color: #84c561;
  color: #fff;
}

.btn-zmdi-icon {
  color: #58585b;
}
.btn-zmdi-icon:not(:disabled):not(.disabled):hover, .btn-zmdi-icon:not(:disabled):not(.disabled):focus, .btn-zmdi-icon:not(:disabled):not(.disabled):active, .btn-zmdi-icon:not(:disabled):not(.disabled).active {
  color: #a7a9ab;
}

button.close-deal {
  max-width: 110px;
}

.cursor-pointer {
  cursor: pointer;
}

/**
 * Pass a property, value and list of prefixes
 * @example .test {@include prefix(transition, width 2s linear 1s, moz webkit ms o);} it will create
 * .test {
 *  moz-transition: width 2s linear 1s;
 *  webkit-transition: width 2s linear 1s;
 *  ms-transition: width 2s linear 1s;
 *  o-transition: width 2s linear 1s;
 *  transition: width 2s linear 1s;
 * }
 */
/**
 * Create a class with property for known browsers
 * @see prefix function above
 */
/**
 * Adding a style for hover focus and active state if the element is not disabled
 * Example
 * .btn-test {
 * 	@include hover-active-focus {
 *		font-weight: bold;
 *		color: red;
 *	}
 * }
 */
.otp-container {
  font-size: 12px;
  font-family: roboto;
  /* Firefox */
  /* Error and validation messages */
}
.otp-container strong {
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
}
.otp-container input {
  text-align: center;
  font-size: 14px;
  max-height: 32px;
}
.otp-container input::-webkit-outer-spin-button,
.otp-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-container input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.otp-container .otp-input {
  width: 31px;
  height: 31px;
  display: inline-block;
}
.otp-container .btn-submit {
  color: #fff;
  background-color: #84c561;
  border-color: #84c561;
  float: inline-end;
  padding: 4px 18px;
}
.otp-container .btn-submit:hover {
  background-color: #fff;
  border-color: #84c561;
  color: #84c561 !important;
}
.otp-container .btn-submit:disabled {
  border: 1px solid #a7a9ab;
  color: #fff;
  background: #a7a9ab;
  opacity: 0.65;
}
.otp-container input.validation-error {
  border: solid 1px #ef5009;
}
.otp-container .validation-error {
  color: #ef5009;
}
.otp-container .otp-error {
  font-size: 14px;
}
.email-verification .otp-container .otp-input-container {
  padding-left: 0;
  padding-right: 0;
}
.email-verification .otp-container .btn-submit {
  padding: 4px 14px;
}
.em-border,
.em-border-top,
.em-border-without-bottom {
  border-top: 1px solid #ddd;
}

.em-border,
.em-border-right,
.em-border-without-top,
.em-border-without-bottom {
  border-right: 1px solid #ddd;
}

.em-border,
.em-border-without-top,
.em-border-bottom {
  border-bottom: 1px solid #ddd;
}

.em-border,
.em-border-left,
.em-border-without-top,
.em-border-without-bottom {
  border-left: 1px solid #ddd;
}

.em-border-rounded,
.em-border-rounded-top,
.em-border-rounded-top-left {
  border-top-left-radius: 0.25rem;
}

.em-border-rounded,
.em-border-rounded-top,
.em-border-rounded-top-right {
  border-top-right-radius: 0.25rem;
}

.em-border-rounded,
.em-border-rounded-bottom,
.em-border-rounded-bottom-left {
  border-bottom-left-radius: 0.25rem;
}

.em-border-rounded,
.em-border-rounded-bottom,
.em-border-rounded-bottom-right {
  border-bottom-right-radius: 0.25rem;
}

.no-border, .no-border-top {
  border-top: 0 !important;
}
.no-border, .no-border-right {
  border-right: 0 !important;
}
.no-border, .no-border-bottom {
  border-bottom: 0 !important;
}
.no-border, .no-border-left {
  border-left: 0 !important;
}

.txt-em-blue {
  color: #075C8F !important;
}

.value-up,
.txt-em-green {
  color: #84c561 !important;
}

.txt-em-gray {
  color: #58585b !important;
}

.txt-em-light-gray {
  color: #a7a9ab !important;
}

.txt-em-charcoal-gray {
  color: #404041 !important;
}

.value-down,
.txt-em-red {
  color: #ef5009 !important;
}

.txt-em-black {
  color: #323132 !important;
}

.txt-white {
  color: #fff !important;
}

.txt-em-warning {
  color: #ff671b !important;
}

.value-unchanged {
  color: inherit;
}

.bg-em-gray {
  background-color: #58585b !important;
}

.bg-em-light-gray {
  background-color: #a7a9ab !important;
}

.bg-em-charcoal-gray {
  background-color: #404041 !important;
}

.bg-light-yellow {
  background-color: #ffefb4 !important;
}

/**
 * Base Styles
 */
.kyc-docs {
  padding: 0 10px;
}

.em-widget-box .kyc-docs {
  padding: 0;
}

.kyc-docs .header h1 {
  font-size: 16px;
  font-weight: 700;
  color: #323132;
}

.kyc-docs .kyc-footer {
  border-top: 1px solid #ddd;
  padding: 16px 0 8px 0;
}

.kyc-docs .docs-list {
  padding: 16px 0 8px 0;
}

/**
 * Document Upload Rows
 */
.kyc-docs .docs-upload div[class^=doc-type-] {
  border-top: 1px solid #ddd;
  padding: 16px 0 24px;
}

.kyc-docs .docs-upload h4 {
  font-size: 16px;
  font-weight: 700;
  color: #58585b;
  margin-top: 0;
}

.kyc-docs .docs-upload .kyc-file,
.kyc-docs .docs-upload .files-selected,
.kyc-docs .docs-upload .kyc-status {
  font-weight: 700;
  color: #58585b;
}

.kyc-docs .docs-upload .kyc-file .uploaded-file,
.kyc-docs .docs-upload .files-selected .file-list,
.kyc-docs .docs-upload .kyc-status .status {
  font-weight: 400;
}

.kyc-docs .docs-upload .files-selected .file-list,
.kyc-docs .docs-upload .kyc-file .uploaded-file {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 16px;
}

.kyc-docs .docs-upload .select-identification {
  margin-bottom: 16px;
}

/**
 * Document Status Icons
 */
.kyc-docs .kyc-icon {
  width: 48px;
  min-width: 48px;
  height: 66px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.kyc-docs .back-id-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAABCBAMAAADjxkh+AAAAJ1BMVEUAAADMzMzMzMz////MzMzy8vLm5ubZ2dnW1tbs7Oz5+fn8/Pz19fUd3Mj2AAAAA3RSTlMA7zAFSRtRAAAA4UlEQVQ4y93RwQqCMBjA8Z5hT+A7GIbWRVya51iHrop1N1rQSYjortADhO/gvRdrgw+zbxuDCIr+hw35sc/BRlSNjGRzF+eFjgEuxADHytFD2REDTCtHD25HDCCO6EEc0UHC+SHUQFCIcgCl8Ychp6gYYMtQZ4CNi9r3cOWyErYnwF8i2AawKmQZbANomWxpH4UBj7JfF4+yXxdAva59lB1Qb4DtaVuGWgOo/Sn4tQGaVA8+pbUWGkpTHcz4LuF3BPARieUL4MVimZRiyTMMEIYFh04IaN8rBKzv9gtvTg09AA6Ad7K1pwezAAAAAElFTkSuQmCC);
}

.kyc-docs .back-id-icon-uploaded {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAABCCAMAAAAmNqV/AAAAUVBMVEUAAABmZmZmZmb///+ZzDNmZmbM5pnm8syz2WbZ2dnZ7LOzs7OMjIyDg4O/34Dy+eafz0D19fXs9dnS6aas1ln5/PLf77+m0k3s7OzG4oxwcHCq6dndAAAAA3RSTlMA7zAFSRtRAAABHElEQVRIx83Ub2/CIBAGcB0tMLTQlf7Z9v0/6DpPQ08bniNV0+eFhuR+DXeUHmpRjh+HW+pPhXNKQgiahoQYnL9IyIEiUQBIFAASJYBECSAhBL/nS5r6KAPfp1tqDnB2DHQFoznoDUh/B6wCsY/A2UX4ahXwPvhqHRi9CF+tg2AW2bolDNCWto8Vbmn7WDnAYy3e0isAyLtB+RUNBibs/bu0fzBqa30MUuCmimI7EfDpdFsHAdWnOAhixdIGAIY2FUc//3gAHNuNnf+GPPCp/qpNHlheP0dj0A+e6qVgVMqkbmIe/PyPslt23+XBSA2k+gkdHL1HaVgaAVOx9AMA7OionRwg0abnd6L7EDyRycmvqBmjCbv6CDwXFOYPEhQzY1wVcwQAAAAASUVORK5CYII=);
}

.kyc-docs .front-id-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAABCBAMAAADjxkh+AAAAMFBMVEUAAADMzMzMzMz////MzMzy8vLm5ubZ2dns7OzW1tb8/Pz5+fnS0tLi4uL19fXe3t4xVOXFAAAAA3RSTlMA7zAFSRtRAAABFUlEQVQ4y93TPYrCQBTAcc+QE3iHWWPYwIL4dmOxnYyNpRK1jjgoWEURSxvB2spavIGVJ7Cw8w5i6Xs4fmR8UyiC4h8SSH7MB0ySgtucFPUrzNxc2gITxwKdUZqHaOZY4BuHsCBwCA84hAccwkGgVDvHgB9iVQS2rydDFYz+NDSk0VhDzZdUWZxqncDVEwwUFSWgP0Q4Lpa/AnyZwasUUhUD+KnwfudUMM0iMNvdT70NrbFW3QSsBLbDNVoQJCAiCHGNfli/hkxMIMVCUsULCJ3e7h2gexzsR7uQRuUjMH0oeLEFegUePICYhR5AgYMf1QzUlgF8yAvxCnDpH8hG9NFVTKAY+Fe6pQFwLgm+PDd/hzMHSwdVYnZYsTt2HAAAAABJRU5ErkJggg==);
}

.kyc-docs .front-id-icon-uploaded {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAABCCAMAAAAmNqV/AAAAUVBMVEUAAABmZmZmZmb///+ZzDNmZmbm8szM5pmz2WbZ2dnZ7LOzs7OMjIy/34Cfz0Dy+eaDg4P5/PL19fXf77+s1lmm0k3s9dnS6abG4oy53HPs7OwT7WOdAAAAA3RSTlMA7zAFSRtRAAABSUlEQVRIx83U2XKDIBSA4aTogZIAobil7/+gZXOQpixnpu34X+hMwhc9Gr2MXV3fLnvjO2l3swIHHg8rMOD+YQUKECdQwAsMCAIBokCAKDrBePc9xmsf+LztjQ5gOjGgQzOagwkaTd8AIwpSirzEXgDND8/ZoSKQHMzkQT5VEbgPIeyBHqoDzCkBsf3pKUltv3Gg77JKwS0w27zPsPlNEcyaxJ5xBuY3RcDIHo0zcL8pAeBkD4AQBYd+BHnty4oH1f4f4B9RBc3U2d9L5weGPplYVS/g8xBiSxcQ6e5KXgVpfYo3wTpkSdUAWqbFqzuYaACenQ2zO10HIq2PGuqAZetdtA0mLcL6XmAIgTTNWgebu5TLcfqlDkwYIK2fWzcu/I/SxaItAEPWpKsgv3VhnCJIQqbfX7qeByUCmXn/IwpmBXWql8DvAmRf6Hg0KfkRqKQAAAAASUVORK5CYII=);
}

.kyc-docs .residence-proof-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAABCBAMAAADjxkh+AAAAKlBMVEUAAADMzMzMzMz////MzMzZ2dny8vLm5ubs7Oz19fX8/Pz5+fni4uLR0dERgjJdAAAAA3RSTlMA7zAFSRtRAAABE0lEQVQ4y83UsY3CQBAFUGpwBfQw3JnDEfIYSC44eYeD02WAJWIDJgcqQJQADRBQAC1AP8xKlmHxjIREAD8ZWU8zq/WutoLleBWbFtzHb1YVIE+Bv5+qDPHWU6DBLSIAt8jALTJwiwRnImoKEGScCYOY2uvBz5ykBdTQSXiFGGw+uBguN9CjvoX+P5gNrW7gF1sWuhGYIU7VUU4HYswd1DObo7sG0ZHXcEEf9Ty4+1B3LkM3sRlxMVxC9e+q5/H40X5iG4aYliHIZnDIBmVojAF2yV4YFYEyag521Jvc3Tz1hQLLjgx1xIUIS8SOBF9kIloLwB8hwCvAb+cXDiZpCTgCfFOe0x1gEReCpMj+Hd4rVHIBAy5sQTdzZOIAAAAASUVORK5CYII=);
}

.kyc-docs .residence-proof-icon-uploaded {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAABCCAMAAAAmNqV/AAAAUVBMVEUAAABmZmZmZmb///+ZzDNmZmbm8szZ2dnM5pmz2Wa/34Czs7P5/PKMjIzy+eaDg4Ofz0Ds9dms1ln19fXa7bXS6aa53HOm0k3G4ozs7OxwcHDExs36AAAAA3RSTlMA7zAFSRtRAAABPklEQVRIx+3U0W6DMAwF0HYOdyF1U2C0dPv/D11NYISH4ljqtFXqfagr4YOcENhVRdm/7eZU76TnIMIETicRBnD8EGEBJMIEkjCAJAxgEgYwiULwdRxzqvZl4PMwpxJgyQv8OvAuCyEvd8AZwAICQipAuANw+1mAJz8WufKokZBBggfQyUjnrTVIwrSGDBhHeiYgu2R+0hbQ11mozcvTvA9T8l1GKr4IwHsfU0ERiIipALFsJJnENhLmyfD328q9r2vfcyFg37gxjecS0A7uJ0Org9i4LE1UQe1WqTWA7O59J8dJAZelvyW+lYsC8n4K8mcb8LpfwpsA0hK4W/od9JGYmFO/PhLJU+uYlv5BAcGNQmpKUEBMt112NyqArm6Vq374uvXJ0IGMny9AB4RpBRcUv6KMvgf/u2/r44Ax389PMW1f2NqiAAAAAElFTkSuQmCC);
}

.kyc-docs .card-statement-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAABCCAMAAAAmNqV/AAAAM1BMVEUAAADMzMzMzMz////MzMzy8vLZ2dnm5ubs7Oz8/Pz19fX5+fnS0tLv7+/Pz8/h4eHc3NxGQfYIAAAAA3RSTlMA7zAFSRtRAAAA0klEQVRIx+3VyxKDIAyFYS2HEFHU93/aMmltF01Gsqm9+C8dvwULDh2a6i/dFmLYL1XhA0RVuMBQhQsEER4gwgVEuIAIFxDRCGa6hb4NjOneAhXYxRO8AYxRLVtgAUhpAg0qSOCglidSAS3BqGDQAEqwQlQBmRnA7jAQg9UJHr/NyZwlZA2sZA9f0ECeiaNSWcEaqGKdoEXli1bjxwCzDzDAHsCocTtgSNwKMhHJLmfHoYFQ+wuQsA0B0fPTPpAawfTyJO4AJQPYD/X4IRfoUODsCiROKtKdHw3qAAAAAElFTkSuQmCC);
}

.kyc-docs .card-statement-icon-uploaded {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAABCCAMAAAAmNqV/AAAAY1BMVEUAAABmZmZmZmb///+ZzDNmZmbZ2dlmmQDM5pmz2WZzpg35/PKMjIyzs7O/34Cfz0Ds9dnm8syDg4O53HP19fXy+eazzICm0k3Z7LPS6aas1lmkpKTG4oy50obi4uLf7795eXmiETD+AAAAA3RSTlMA7zAFSRtRAAABHklEQVRIx+3U227CMAwGYFhSlsyQJmShB2Db+z/lNjAKETE2CCGQ+G96469qGtuTRpTp2+SQZqb4zFHIwXqJQgoWnyjEQKGQAxRygEIOUFwAUAjBz3yXZTOVga8FZt0gkGb2Ag8IUrTVxFQH0GoiLVTBoMkMVWBoYKpg+0FmWwWrdzKruwP+0C9wNQg0CFWgHFXvqInzg6lk8E+0BK4H0BtrTQ9CAKbFZWFAAnyXL6DzPEhtsZESC6wuYjkQjt7+PeY2IkHM9V7B3yMy4Kgeu/E8gJN6DRTIR3Aw5nrt+U8CBZCngznD/62NoHJ9xwCndyJPn2NA2r82/93EALXRRTZ889myMzhQLg8nG6CAJ4hBPKIQ+j7AIy2BG4ML8wvaZTUNbCp4rwAAAABJRU5ErkJggg==);
}

/**
 * Popup icons..?
 */
.kyc-docs span.popup-icon {
  display: inline-block;
  margin: 0 10 -5 0;
  width: 27px;
  height: 27px;
}

.kyc-docs span.error-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAV1BMVEUAAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAAD////87+/WMDDPEBD1z8/sn5/fYGDvr6/pj4/icHDZQEDSICDoZPlkAAAAEHRSTlMAgJ9gQN8wEO+PcM+/UK8g+mo2DQAAAMVJREFUKM910VcSgzAMRVEZTG8yLXX/6wy8SGAT5/6e8Yxk0Vlem6Qy6UDXCpOxlKUh1aUK1HqU8KU6RpoRqjhSB7Icqyx2axk9JkbTjVFyPlvdOIFGJ1joIE/nNgQ59+K9lOi787wAQSujnojZQyHUUM4+gjSyHOKdj+SdTCgDqZFPATYyp9C6CMrylUe6iu6XH7bKQMt8fGgruBEQJFeSSd+6CgjPtmqOZKN310H+XL4ESTbzqc0pKG1U+o5+GjqzZQvSPhelIq/7pSDMAAAAAElFTkSuQmCC) no-repeat 50%;
}

.kyc-docs span.upload-completed {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAVFBMVEUAAACZzDOZzDOZzDOZzDOZzDOZzDOZzDOZzDOZzDOZzDOZzDOZzDOZzDOZzDOZzDOZzDP///+/34DZ7LP5/PLs9dnS6aas1lmfz0Dy+ebG4oyz2Wa6aarEAAAAEHRSTlMAv89gQO8wII+fgBDfr3BQOQyy9AAAALlJREFUKM990tsWgiAQQNFhuKl5GUTN6v//M0wBQey8yV6gAuDTPZPkwnqALF1TrOWJ9ZSGKlpNeXKIVkjs1lApqTdTVI5tyPLR5xIWVhebjPVTq8w+kzFmpC0NmNro6JhJHO6NGrg36jyO85obMQhT5vVnC13QuuGX8d8Z3olBcyMe/tNejHTcIZsbnvf2nRpxh+LfqUBVNHncFCyhv2QPvLPiyq2AU4KdSDYPSFMV7tJxT2laiOT5C5I6JYROhqD3AAAAAElFTkSuQmCC) no-repeat 50%;
}

/**
 * Kyc Messages
 */
.kyc-popup h3 {
  font-weight: 400;
  margin-bottom: 10px;
}

.kyc-popup.kyc-error h3 {
  color: #ac1d37;
}

.kyc-popup.kyc-progress .progress {
  height: 0.3rem;
  margin: 15px 0;
}

.kyc-popup.kyc-progress .progress-bar {
  background-color: #26a9e0;
}

.kyc-popup.kyc-progress .modal-footer {
  display: none;
}

.kyc-popup.kyc-progress .modal-body {
  padding-bottom: 38px;
}

/**
 * Status
 */
.widget-status {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #58585b;
  font-weight: 400;
  padding: 10px 0;
  text-align: center;
  background-color: #fff;
  padding: 20px;
}

.widget-status.d-none {
  display: none !important;
}

.widget-status .status-update {
  font-weight: 700;
}

.widget-status .status-update .status {
  font-weight: 400;
}

#shuftipro {
  position: relative;
  overflow: auto;
  height: 700px;
  resize: both;
}

/*# sourceMappingURL=client-progress-bar.bundle.js.map*/