@charset "UTF-8";

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*!
 * BootstrapVue Custom CSS (https://bootstrap-vue.org)
 */
.form-control.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important;
}
.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important;
}
.dropdown .dropdown-menu:focus {
  outline: none;
}
.b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400;
}
.b-dropdown-form:focus {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.b-dropdown-form.disabled, .b-dropdown-form:disabled {
  outline: 0 !important;
  color: #adb5bd;
  pointer-events: none;
}
.b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter;
}
.b-form-btn-label-control.form-control.is-valid > .btn {
  color: #28a745;
}
.b-form-btn-label-control.form-control.is-invalid > .btn {
  color: #dc3545;
}
.was-validated .form-control:invalid, .was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}
input[type=color].form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.125rem 0.25rem;
}
input[type=color].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65;
}
.was-validated .input-group .custom-range:valid, .input-group .custom-range.is-valid {
  border-color: #28a745;
}
.was-validated .input-group .custom-range:valid:focus, .input-group .custom-range.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid ~ .valid-feedback,
.was-validated .custom-range:valid ~ .valid-tooltip, .custom-range.is-valid ~ .valid-feedback,
.custom-range.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated .input-group .custom-range:invalid, .input-group .custom-range.is-invalid {
  border-color: #dc3545;
}
.was-validated .input-group .custom-range:invalid:focus, .input-group .custom-range.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {
  background: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid ~ .invalid-feedback,
.was-validated .custom-range:invalid ~ .invalid-tooltip, .custom-range.is-invalid ~ .invalid-feedback,
.custom-range.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {
  background: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {
  background: rgba(220, 53, 69, 0.35);
}
.b-form-tags.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.b-form-tags.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.modal-backdrop {
  opacity: 0.5;
}
.b-pagination-pills .page-item .page-link {
  border-radius: 50rem !important;
  margin-left: 0.25rem;
  line-height: 1;
}
.b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0;
}
.popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0;
}
.popover.b-popover.fade:not(.show) {
  opacity: 0;
}
.popover.b-popover.show {
  opacity: 1;
}
.b-popover-primary.popover {
  background-color: #cce5ff;
  border-color: #b8daff;
}
.b-popover-primary.bs-popover-top > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #b8daff;
}
.b-popover-primary.bs-popover-top > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #cce5ff;
}
.b-popover-primary.bs-popover-right > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #b8daff;
}
.b-popover-primary.bs-popover-right > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #cce5ff;
}
.b-popover-primary.bs-popover-bottom > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #b8daff;
}
.b-popover-primary.bs-popover-bottom > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #bdddff;
}
.b-popover-primary.bs-popover-bottom .popover-header::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #bdddff;
}
.b-popover-primary.bs-popover-left > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #b8daff;
}
.b-popover-primary.bs-popover-left > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #cce5ff;
}
.b-popover-primary .popover-header {
  color: #212529;
  background-color: #bdddff;
  border-bottom-color: #a3d0ff;
}
.b-popover-primary .popover-body {
  color: #004085;
}
.b-popover-secondary.popover {
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.b-popover-secondary.bs-popover-top > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #d6d8db;
}
.b-popover-secondary.bs-popover-top > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #e2e3e5;
}
.b-popover-secondary.bs-popover-right > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #d6d8db;
}
.b-popover-secondary.bs-popover-right > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #e2e3e5;
}
.b-popover-secondary.bs-popover-bottom > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #d6d8db;
}
.b-popover-secondary.bs-popover-bottom > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #dadbde;
}
.b-popover-secondary.bs-popover-bottom .popover-header::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #dadbde;
}
.b-popover-secondary.bs-popover-left > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #d6d8db;
}
.b-popover-secondary.bs-popover-left > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #e2e3e5;
}
.b-popover-secondary .popover-header {
  color: #212529;
  background-color: #dadbde;
  border-bottom-color: #ccced2;
}
.b-popover-secondary .popover-body {
  color: #383d41;
}
.b-popover-success.popover {
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.b-popover-success.bs-popover-top > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c3e6cb;
}
.b-popover-success.bs-popover-top > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d4edda;
}
.b-popover-success.bs-popover-right > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c3e6cb;
}
.b-popover-success.bs-popover-right > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d4edda;
}
.b-popover-success.bs-popover-bottom > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c3e6cb;
}
.b-popover-success.bs-popover-bottom > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c9e8d1;
}
.b-popover-success.bs-popover-bottom .popover-header::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c9e8d1;
}
.b-popover-success.bs-popover-left > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c3e6cb;
}
.b-popover-success.bs-popover-left > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d4edda;
}
.b-popover-success .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1;
}
.b-popover-success .popover-body {
  color: #155724;
}
.b-popover-info.popover {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.b-popover-info.bs-popover-top > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #bee5eb;
}
.b-popover-info.bs-popover-top > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d1ecf1;
}
.b-popover-info.bs-popover-right > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #bee5eb;
}
.b-popover-info.bs-popover-right > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d1ecf1;
}
.b-popover-info.bs-popover-bottom > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #bee5eb;
}
.b-popover-info.bs-popover-bottom > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c5e7ed;
}
.b-popover-info.bs-popover-bottom .popover-header::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c5e7ed;
}
.b-popover-info.bs-popover-left > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #bee5eb;
}
.b-popover-info.bs-popover-left > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d1ecf1;
}
.b-popover-info .popover-header {
  color: #212529;
  background-color: #c5e7ed;
  border-bottom-color: #b2dfe7;
}
.b-popover-info .popover-body {
  color: #0c5460;
}
.b-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.b-popover-warning.bs-popover-top > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #ffeeba;
}
.b-popover-warning.bs-popover-top > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fff3cd;
}
.b-popover-warning.bs-popover-right > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #ffeeba;
}
.b-popover-warning.bs-popover-right > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fff3cd;
}
.b-popover-warning.bs-popover-bottom > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #ffeeba;
}
.b-popover-warning.bs-popover-bottom > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ffefbe;
}
.b-popover-warning.bs-popover-bottom .popover-header::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ffefbe;
}
.b-popover-warning.bs-popover-left > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #ffeeba;
}
.b-popover-warning.bs-popover-left > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fff3cd;
}
.b-popover-warning .popover-header {
  color: #212529;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4;
}
.b-popover-warning .popover-body {
  color: #856404;
}
.b-popover-danger.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.b-popover-danger.bs-popover-top > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #f5c6cb;
}
.b-popover-danger.bs-popover-top > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #f8d7da;
}
.b-popover-danger.bs-popover-right > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #f5c6cb;
}
.b-popover-danger.bs-popover-right > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #f8d7da;
}
.b-popover-danger.bs-popover-bottom > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #f5c6cb;
}
.b-popover-danger.bs-popover-bottom > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f6cace;
}
.b-popover-danger.bs-popover-bottom .popover-header::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6cace;
}
.b-popover-danger.bs-popover-left > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #f5c6cb;
}
.b-popover-danger.bs-popover-left > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #f8d7da;
}
.b-popover-danger .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba;
}
.b-popover-danger .popover-body {
  color: #721c24;
}
.b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.b-popover-light.bs-popover-top > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #fdfdfe;
}
.b-popover-light.bs-popover-top > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fefefe;
}
.b-popover-light.bs-popover-right > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #fdfdfe;
}
.b-popover-light.bs-popover-right > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fefefe;
}
.b-popover-light.bs-popover-bottom > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #fdfdfe;
}
.b-popover-light.bs-popover-bottom > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f6f6f6;
}
.b-popover-light.bs-popover-bottom .popover-header::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6f6f6;
}
.b-popover-light.bs-popover-left > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #fdfdfe;
}
.b-popover-light.bs-popover-left > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fefefe;
}
.b-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea;
}
.b-popover-light .popover-body {
  color: #818182;
}
.b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d6d8d9;
}
.b-popover-dark.bs-popover-right > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c6c8ca;
}
.b-popover-dark.bs-popover-right > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d6d8d9;
}
.b-popover-dark.bs-popover-bottom > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c6c8ca;
}
.b-popover-dark.bs-popover-bottom > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-bottom .popover-header::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-left > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c6c8ca;
}
.b-popover-dark.bs-popover-left > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d6d8d9;
}
.b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5;
}
.b-popover-dark .popover-body {
  color: #1b1e21;
}
@-webkit-keyframes b-skeleton-animate-wave {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes b-skeleton-animate-wave {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes b-skeleton-animate-throb {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.975);
    transform: scale(0.975);
  }
}
@keyframes b-skeleton-animate-throb {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.975);
    transform: scale(0.975);
  }
}
.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem;
}
.b-toast .toast {
  background-color: rgba(255, 255, 255, 0.85);
}
.b-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.b-toast.b-toast-solid .toast {
  background-color: white;
}
.b-toast .toast {
  opacity: 1;
}
.b-toast .toast.fade:not(.show) {
  opacity: 0;
}
.b-toast .toast .toast-body {
  display: block;
}
.b-toast-primary .toast {
  background-color: rgba(230, 242, 255, 0.85);
  border-color: rgba(184, 218, 255, 0.85);
  color: #004085;
}
.b-toast-primary .toast .toast-header {
  color: #004085;
  background-color: rgba(204, 229, 255, 0.85);
  border-bottom-color: rgba(184, 218, 255, 0.85);
}
.b-toast-primary.b-toast-solid .toast {
  background-color: #e6f2ff;
}
.b-toast-secondary .toast {
  background-color: rgba(239, 240, 241, 0.85);
  border-color: rgba(214, 216, 219, 0.85);
  color: #383d41;
}
.b-toast-secondary .toast .toast-header {
  color: #383d41;
  background-color: rgba(226, 227, 229, 0.85);
  border-bottom-color: rgba(214, 216, 219, 0.85);
}
.b-toast-secondary.b-toast-solid .toast {
  background-color: #eff0f1;
}
.b-toast-success .toast {
  background-color: rgba(230, 245, 233, 0.85);
  border-color: rgba(195, 230, 203, 0.85);
  color: #155724;
}
.b-toast-success .toast .toast-header {
  color: #155724;
  background-color: rgba(212, 237, 218, 0.85);
  border-bottom-color: rgba(195, 230, 203, 0.85);
}
.b-toast-success.b-toast-solid .toast {
  background-color: #e6f5e9;
}
.b-toast-info .toast {
  background-color: rgba(229, 244, 247, 0.85);
  border-color: rgba(190, 229, 235, 0.85);
  color: #0c5460;
}
.b-toast-info .toast .toast-header {
  color: #0c5460;
  background-color: rgba(209, 236, 241, 0.85);
  border-bottom-color: rgba(190, 229, 235, 0.85);
}
.b-toast-info.b-toast-solid .toast {
  background-color: #e5f4f7;
}
.b-toast-warning .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
  color: #856404;
}
.b-toast-warning .toast .toast-header {
  color: #856404;
  background-color: rgba(255, 243, 205, 0.85);
  border-bottom-color: rgba(255, 238, 186, 0.85);
}
.b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7;
}
.b-toast-danger .toast {
  background-color: rgba(252, 237, 238, 0.85);
  border-color: rgba(245, 198, 203, 0.85);
  color: #721c24;
}
.b-toast-danger .toast .toast-header {
  color: #721c24;
  background-color: rgba(248, 215, 218, 0.85);
  border-bottom-color: rgba(245, 198, 203, 0.85);
}
.b-toast-danger.b-toast-solid .toast {
  background-color: #fcedee;
}
.b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #818182;
}
.b-toast-light .toast .toast-header {
  color: #818182;
  background-color: rgba(254, 254, 254, 0.85);
  border-bottom-color: rgba(253, 253, 254, 0.85);
}
.b-toast-light.b-toast-solid .toast {
  background-color: white;
}
.b-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #1b1e21;
}
.b-toast-dark .toast .toast-header {
  color: #1b1e21;
  background-color: rgba(214, 216, 217, 0.85);
  border-bottom-color: rgba(198, 200, 202, 0.85);
}
.b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5;
}
.b-toaster {
  z-index: 1100;
}
.b-toaster .b-toaster-slot {
  position: relative;
  display: block;
}
.b-toaster .b-toaster-slot:empty {
  display: none !important;
}
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%;
  /* IE 11 fix */
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {
  top: 0;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
  top: 0.5rem;
}
.b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  bottom: 0;
}
.b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  bottom: 0.5rem;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto;
}
.b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: -webkit-transform 0.175s;
  transition: transform 0.175s;
  transition: transform 0.175s, -webkit-transform 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
  transition-delay: 0s;
}
.tooltip.b-tooltip {
  display: block;
  opacity: 0.9;
  outline: 0;
}
.tooltip.b-tooltip.fade:not(.show) {
  opacity: 0;
}
.tooltip.b-tooltip.show {
  opacity: 0.9;
}
.tooltip.b-tooltip.noninteractive {
  pointer-events: none;
}
.tooltip.b-tooltip .arrow {
  margin: 0 0.25rem;
}
.tooltip.b-tooltip.bs-tooltip-right .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow {
  margin: 0.25rem 0;
}
.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #007bff;
}
.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #007bff;
}
.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #6c757d;
}
.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: #6c757d;
}
.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #28a745;
}
.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #28a745;
}
.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #17a2b8;
}
.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #17a2b8;
}
.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #ffc107;
}
.tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #ffc107;
}
.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #dc3545;
}
.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #dc3545;
}
.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #f8f9fa;
}
.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa;
}
.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #343a40;
}
.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40;
}
@-webkit-keyframes b-icon-animation-cylon {
  0% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}
@keyframes b-icon-animation-cylon {
  0% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}
@-webkit-keyframes b-icon-animation-cylon-vertical {
  0% {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}
@keyframes b-icon-animation-cylon-vertical {
  0% {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}
@-webkit-keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes b-icon-animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes b-icon-animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.dropdown-toggle .b-icon.bi,
.dropdown-item .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
 .col-xl-10, .col-lg-12, .col-lg-10, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-md-12, .col-md-6, .col-md-4, .col-md-3, .col-md-1, .col-sm-12, .col-sm-9, .col-sm-8, .col-sm-6, .col-sm-4, .col-sm-3, .col-sm-1, .col, .col-12, .col-6, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  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: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type=date].form-control,
input[type=time].form-control {
  appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}
.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.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.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: #28a745;
  padding-right: calc(1.5em + 0.75rem) !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='%2328a745' 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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%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='%2328a745' 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.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.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: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.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.2rem rgba(40, 167, 69, 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: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.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.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.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: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%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='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.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: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.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.2rem rgba(220, 53, 69, 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: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.media {
  display: flex;
  align-items: flex-start;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}
.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}
.bg-white {
  background-color: #fff !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.d-none {
  display: none !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.flex-column {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-self-center {
  align-self: center !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
}

.py-5 {
  padding-bottom: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
}
.mr-auto {
  margin-right: auto !important;
}
@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-4 {
    padding: 1.5rem !important;
  }
  
  .py-md-5 {
    padding-top: 3rem !important;
  }
  
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-5 {
    padding: 3rem !important;
  }
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.text-white {
  color: #fff !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.visible {
  visibility: visible !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
}
.tooltip-label {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -38px;
  bottom: auto;
  left: 50%;
  background: #000000;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 6px;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1.5;
  transform: translateX(-50%);
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  -ms-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/*======================================================================
  7. Headers Style
========================================================================*/
/* Top Info Bar */
.top-info-bar .slick-slider .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-info-bar.style1 .slick-slide {
  color: #fff;
  background-color: #5aa2de;
}
.top-info-bar.style1 .slick-slide + .slick-slide {
  color: #000;
  background-color: #deeefc;
}
.top-info-bar.style1 .slick-slide + .slick-slide .btn-close {
  color: #222;
}
.top-info-bar.style2 .slick-slide {
  background-color: #56a1b6 !important;
  color: #ffffff !important;
}
/* Marquee text */
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
/* Top Bar */
/*Promo Counter Style Days Hr:Min:Sec */
.header-main {
  position: relative;
  z-index: 49;
  background-color: #ffffff;
  border-bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  min-height: 60px;
}
body:not(.searchact) .header-main:not(.sticky-header) {
  background: none;
  box-shadow: none;
  border: 0;
}
.sticky-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  left: 0;
  background-color: #fff;
  border-bottom: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.logo {
  margin: 0;
}
.logo .logodiv {
  position: relative;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
}
.counter {
  font-size: 11px;
  color: #fff;
  background-color: #000;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  top: 3px;
  left: -13px;
}
 #userLinks {
  color: #050000;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(5, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(5, 0, 0, 0.1);
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
 #userLinks {
  visibility: hidden;
  opacity: 0;
  padding: 20px;
  width: 300px;
  text-align: right;
  position: absolute;
  top: 130%;
  left: 15px;
  z-index: 99;
}
 #userLinks.active {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
#userLinks {
  width: 200px;
}
#userLinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#userLinks ul li {
  display: block;
}
#userLinks li a {
  padding: 5px;
  display: block;
  color: #666;
  text-transform: uppercase;
}
.icons-col .customer-links {
  font-size: 12px;
  text-transform: uppercase;
}
.icons-col .customer-links .register {
  text-decoration: underline;
}
.modal-open {
  padding-right: 0 !important;
}
.modal-open .modal {
  padding-right: 0 !important;
}
/* Navigation */
#siteNav {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
#siteNav.right {
  text-align: right;
  justify-content: flex-end;
}
#siteNav.left {
  text-align: left;
  justify-content: flex-start;
}
#siteNav.center {
  text-align: center;
  justify-content: center;
}
.mobile-nav-wrapper, .site-header__logo.mobileview {
  display: none;
}
@media (min-width: 990px) {
  .header .container {
    position: relative;
  }
  .header .container .d-menu-col {
    position: static;
  }
  #siteNav a {
    text-decoration: none;
    display: block;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
    position: relative;
  }
  #siteNav > li {
    display: inline-block;
    text-align: left;
  }
  #siteNav > li > a {
    padding: 10px 15px;
    text-transform: uppercase;
  }
  #siteNav > li > a:after {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background-color: #000;
  }
  #siteNav > li > a:hover:after, #siteNav > li > a:focus:after {
    width: 100%;
  }
  #siteNav.medium > li a {
    font-weight: 500;
  }
  #siteNav > li > a .an {
    vertical-align: middle;
  }
  #siteNav > li .megamenu {
    opacity: 0;
    visibility: hidden;
    padding: 30px;
    width: 100%;
    position: absolute;
    top: auto;
    right: 0;
    text-align: right;
    z-index: 999;
    background-color: #fff;
    box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    max-height: 650px;
    overflow: auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  #siteNav > li .megamenu ul {
    padding: 0;
    list-style: none;
  }
  #siteNav > li:hover > .megamenu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
  #siteNav > li.mdropdown {
    position: relative;
  }
  #siteNav > li.dropdown {
    position: relative;
  }
  #siteNav > li .dropdown, #siteNav > li .dropdown ul {
    background-color: #fff;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    width: 220px;
    position: absolute;
    top: 59px;
    right: 0;
    text-align: right;
    z-index: 999;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #siteNav > li:hover > .dropdown, #siteNav > li .dropdown li:hover > ul {
    top: 50px;
    opacity: 1;
    visibility: visible;
  }
  #siteNav > li ul.dropdown li {
    border-top: 1px solid #eeeeee;
    position: relative;
  }
  #siteNav > li ul.dropdown li:first-child {
    border: 0;
  }
  #siteNav > li ul.dropdown li a {
    color: #000;
    font-weight: 400;
    padding: 8px 12px;
  }
  #siteNav > li ul.dropdown li:hover > a, #siteNav > li ul.dropdown li a:hover {
    color: #000;
    padding-right: 15px;
  }
  #siteNav > li ul.dropdown li a .an {
    font-size: 18px;
    position: absolute;
    left: 5px;
    top: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #siteNav > li ul.dropdown li ul {
    top: 20px;
    right: 100%;
  }
  #siteNav > li ul.dropdown li:hover > ul {
    top: 0;
  }
}
/*----- Classic Header Style -----*/
/*-----  7.1 Header Styles ----- */
.header .header-main {
  min-height: 90px;
}
/* Sticky Menubar Mobile */
@media screen and (max-width: 600px) {
  .btnbgc {
    background-color: transparent !important;
  }
  .mobilelogof {
    position: absolute;
    width: 100vw;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
  }
  .mobilelogof a,
  .mobilelogof .logodiv,
  .mobilelogof .logo-img {
    pointer-events: auto;
  }
  html[dir=ltr] .mobilelogof {
    left: -15px;
  }
  html[dir=rtl] .mobilelogof {
    right: -15px;
  }
  .zi {
    z-index: 2;
    position: relative;
  }
}
.breadcrumbs a, .breadcrumbs span {
  color: #222222;
  display: inline-block;
  padding: 0 0 0 3px;
  margin-left: 3px;
  font-size: 12px;
}
.collection-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.collection-hero__image {
  background-color: #f2f2f2;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  opacity: 1;
}
.collection-hero__title-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.collection-hero__title-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
}
.collection-hero__title {
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.collection-hero.large .collection-hero__image {
  height: 280px;
}
.collection-hero.medium .collection-hero__image {
  height: 200px;
}
.collection-hero .collection-hero__title.medium {
  font-size: 18px;
}
#Breadcrumb {
  list-style: none;
  margin: 0;
}
#Breadcrumb li {
  display: inline-flex;
  padding: 0 1px;
  margin: 0;
}
/*********************************************************************************
    Template Name: Optimal Multipurpose eCommerce Bootstrap 5 Html Template
    Description: A perfect template to build beautiful and unique Fashion websites. It comes with nice and clean design.
    Version: 1.0
**********************************************************************************/
@media only screen and (max-width: 1199px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .logo-bar .slick-prev {
    left: -15px;
  }
  .logo-bar .slick-next {
    right: -15px;
  }
  .arwOut3 .slick-prev {
    left: -15px;
  }
  .arwOut3 .slick-next {
    right: -15px;
  }
  .productSlider .slick-prev, .productPageSlider .slick-prev, .productSlider-style1 .slick-prev,
  .productSlider-style2 .slick-prev, .productSlider-fullwidth .slick-prev, .home-blog-post .slick-prev {
    left: -10px;
  }
  .productSlider .slick-next, .productPageSlider .slick-next, .productSlider-style1 .slick-next,
  .productSlider-style2 .slick-next, .productSlider-fullwidth .slick-next, .home-blog-post .slick-next {
    right: -10px;
  }
  .collection-slider-full .slick-prev {
    left: -10px;
  }
  .collection-slider-full .slick-next {
    right: -10px;
  }
}
@media only screen and (max-width: 1024px) {
  .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .row > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .productSlider.slick-slider .slick-list, .productPageSlider.slick-slider .slick-list, .productSlider-style2.slick-slider .slick-list {
    margin: 0 -7.5px;
  }
  .productSlider.slick-slider .slick-slide, .productPageSlider.slick-slider .slick-slide, .productSlider-style2.slick-slider .slick-slide {
    margin: 0 7.5px;
  }
  .collection-box .slick-arrow, .collection-box:hover .slick-arrow, .product-details-img .product-thumb .slick-arrow,
  .productSlider .slick-arrow, .productPageSlider .slick-arrow, .productSlider-style1 .slick-arrow, .productSlider-style2 .slick-arrow,
  .productSlider-fullwidth .slick-arrow, .product-single-center-mode .product-center-style3 .slick-arrow,
  .home-blog-post .slick-arrow {
    opacity: 1;
    visibility: visible;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.78);
  }
  .instagram-section .slick-prev, .instagram-section .slick-next {
    opacity: 1;
    visibility: visible;
  }
  .productSlider .slick-next, .collection-box .collection-grid .slick-next, .productPageSlider .slick-next {
    right: -10px;
  }
  .productSlider .slick-prev, .collection-box .collection-grid .slick-prev, .productPageSlider .slick-prev {
    left: -10px;
  }
  .productSlider .slick-prev:before, .productSlider .slick-next:before {
    font-size: 15px;
  }
  .home-blog-post .slick-list, .quote-wraper .slick-list, .collection-grid-slider .slick-list {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .home-blog-post .slick-slide, .quote-wraper .slick-slide, .collection-grid-slider .slick-slide {
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
  .logo-bar .slick-list, .slider-gp30.slick-slider .slick-list {
    margin: 0 -7.5px;
  }
  .logo-bar .slick-slide, .slider-gp30.slick-slider .slick-slide {
    padding: 0 7.5px;
  }
  .arwOut3 .slick-arrow {
    opacity: 1;
    visibility: visible;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.78);
  }
  .arwOut3 .slick-prev {
    left: -10px;
  }
  .arwOut3 .slick-next {
    right: -10px;
  }
  .slideshow .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
  .variants.add {
    bottom: 0px;
    margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
  }
  .variants.add .btn {
    padding: 5px 12px;
    font-size: 10px;
    background-color: #f7f7f7;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 15px;
    line-height: 18px;
  }
  .collection-hero.large .collection-hero__image {
    height: 200px;
  }
  .collection-hero .collection-hero__title.medium {
    font-size: 15px;
  }
  .collection-hero.medium .collection-hero__image {
    height: 150px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    overflow-x: hidden;
  }
  .btn-lg {
    padding: 10px 20px;
  }
  .site-header__logo.mobileview {
    display: block;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  #siteNav, .d-menu-col {
    display: none;
  }
  .header .header-main {
    min-height: 60px;
  }
  .mobile-nav-wrapper {
    display: block;
  }
  body.menuOn {
    overflow: hidden;
  }
  body.menuOn:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .js-mobile-nav-toggle .an {
    display: none;
    color: #000;
  }
  .site-header__menu {
    border: 0;
    padding: 0;
    display: block;
    cursor: pointer;
  }
  .js-mobile-nav-toggle.mobile-nav--open .an-bars-l,
  .js-mobile-nav-toggle.mobile-nav--close .icon.an.an-times-l {
    display: inline-block;
  }
  #MobileNav {
    height: 95%;
    overflow: auto;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mobile-nav-wrapper .closemobileMenu {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    background-color: #eee;
    cursor: pointer;
  }
  .mobile-nav-wrapper .closemobileMenu .an {
    font-size: 15px;
    padding: 2px;
    float: left;
    width: 20px;
    height: 23px;
    line-height: 18px;
  }
  .mobile-nav-wrapper {
    width: 300px;
    height: 100%;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 10000;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .mobile-nav-wrapper.active {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  #MobileNav li {
    border-top: 1px solid #eeeeee;
    position: relative;
  }
  #MobileNav li.acLink {
    border-top: 1px solid rgba(34, 34, 34, 0.5);
  }
  #MobileNav li a {
    color: #333333;
    text-decoration: none;
    display: block;
    padding: 15px 15px 15px 45px;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
  }
  #MobileNav li a .an {
    color: #333333;
    font-size: 15px;
    display: block;
    width: 40px;
    height: 100%;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
  }
  #MobileNav.medium li a {
    font-weight: 500;
  }
  #MobileNav li ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #MobileNav li li a {
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #MobileNav li li li a {
    padding-left: 30px;
    font-size: 13px;
  }
  #MobileNav li li li li a {
    padding-left: 40px;
    font-size: 13px;
  }
  #MobileNav li li a .an {
    line-height: 45px;
  }
  #MobileNav li.help {
    padding: 15px;
    background-color: rgba(34, 34, 34, 0.05);
  }
  .slideshow .slick-prev {
    left: 10px;
  }
  .slideshow .slick-next {
    right: 10px;
  }
  .footer .footer-top {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .footer-10 .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
  }
  .footer-social {
    margin-top: 30px;
  }
  .product-details-img .product-tab-left .slick-prev,
  .product-details-img .product-tab-left .slick-next {
    bottom: -5px;
    height: 24px;
  }
  .collection-slider .slick-arrow, .collection-slider:hover .slick-arrow, .home-blog-post .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
  .home-blog-post .slick-arrow {
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 29px;
    font-size: 0;
  }
  .home-blog-post .slick-next:before, .home-blog-post .slick-next:after,
  .home-blog-post .slick-prev:before, .home-blog-post .slick-prev:after {
    font-size: 16px;
    line-height: 31px;
  }
  .home-blog-post .slick-prev {
    left: -10px;
  }
  .home-blog-post .slick-next {
    right: -10px;
  }
  .instagram-slider-style2 .slick-prev, .instagram-slider-style2 .slick-next {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .instagram-slider-style2 .slick-prev {
    left: -10px;
  }
  .instagram-slider-style2 .slick-next {
    right: -10px;
  }
  .footer .instagram-col {
    max-width: 100%;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    margin-top: 20px;
  }
  .tab_container .grid-products .slick-arrow:before {
    font-size: 15px;
    line-height: 18px;
  }
  .sideProSlider .slick-arrow,
  .collection-grid-slider .slick-arrow {
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
    visibility: visible;
  }
  .collection-slider-full .slick-prev {
    left: 5px;
  }
  .collection-slider-full .slick-next {
    right: 5px;
  }
  .collection-slider.background-none .slick-prev {
    left: 0;
  }
  .collection-slider.background-none .slick-next {
    right: 0;
  }
  /*.button-set-top .quick-view { opacity:1; visibility:visible; }*/
  .tooltip-label {
    display: none !important;
  }
}
@media only screen and (min-width: 767px) {
  .contactus-page .footer.footer-1 {
    margin-top: 0;
  }
  .footer-7 .footer-bottom {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 1.69231em;
  }
  h2, .h2 {
    font-size: 1.38462em;
  }
  h3, .h3 {
    font-size: 1.15385em;
  }
  h6, .h6 {
    font-size: 13px;
  }
  .btn-lg {
    font-size: 13px;
    padding: 8px 25px;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  /*.section-header p br { display:none; } */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
   .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .productSlider.slick-slider .slick-list, .productPageSlider.slick-slider .slick-list, .productSlider-style2.slick-slider .slick-list {
    margin: 0 -5px;
  }
  .productSlider.slick-slider .slick-slide, .productPageSlider.slick-slider .slick-slide, .productSlider-style2.slick-slider .slick-slide {
    margin: 0 5px;
  }
  .collection-box .slick-arrow:before, .collection-box:hover .slick-arrow,
  .productSlider .slick-arrow:before, .productPageSlider .slick-arrow:before,
  .productSlider-style1 .slick-arrow:before, .productSlider-style2 .slick-arrow:before, .productSlider-fullwidth .slick-arrow:before {
    font-size: 15px;
    line-height: 20px;
  }
  .home-blog-post .slick-list, .quote-wraper .slick-list, .collection-grid-slider .slick-list {
    margin-right: -5px;
    margin-left: -5px;
  }
  .home-blog-post .slick-slide, .quote-wraper .slick-slide, .collection-grid-slider .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
  }
  .logo-bar .slick-list, .slider-gp30.slick-slider .slick-list {
    margin: 0 -5px;
  }
  .logo-bar .slick-slide, .slider-gp30.slick-slider .slick-slide {
    padding: 0 5px;
  }
  .slideshow .slick-prev, .slideshow .slick-next {
    width: 30px;
    height: 30px;
  }
  .slideshow .slick-prev::before, .slideshow .slick-next::before {
    font-size: 17px;
  }
  .logo-bar .slick-list {
    margin: 0 -5px;
  }
  .logo-bar .slick-slide {
    padding: 0 5px;
  }
  .grid-products.productSlider .slick-arrow {
    margin-top: -40px;
  }
  .collection-box:hover .slick-arrow {
    margin: 0;
    line-height: 0;
  }
  .product-single-style2 .product-details-img .slick-arrow,
  .product-single-style4 .product-details-img .slick-arrow {
    color: #000;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.89);
    width: 30px;
    height: 30px;
    display: block;
  }
  .product-single-style2 .product-details-img .slick-arrow.slick-prev,
  .product-single-style4 .product-details-img .slick-arrow.slick-prev {
    left: 5px;
  }
  .product-single-style2 .product-details-img .slick-arrow.slick-next,
  .product-single-style4 .product-details-img .slick-arrow.slick-next {
    right: 5px;
  }
  .footer .footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .social-icons-col {
    margin-top: 20px;
  }
  .footer .footer-top .footer-links {
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
  }
  .footer .footer-top .footer-links .h4 {
    cursor: pointer;
    border-bottom: 1px solid #ececec;
    padding-bottom: 12px;
    margin-bottom: 0;
  }
  .footer .footer-top .footer-links .h4:after {
    content: "\ea45";
    font-family: "annimex-icons";
    font-size: 15px;
    display: block;
    position: absolute;
    left: 5px;
    top: 8px;
  }
  .footer .footer-top .footer-links .h4.active:after {
    content: "\ea48";
  }
  .footer .footer-top .footer-links ul {
    display: none;
    padding-top: 10px;
  }
  .footer .footer-contact p:not(:last-child) {
    margin: 0 0 10px;
  }
  .footer-bottom img + .copytext {
    margin-top: 10px;
  }
  .footer-8-black.footer .footer-top .footer-links .h4 {
    border-color: #5e5e5e;
  }
  .footer-8-black.footer .footer-newsletter .newsletter-input {
    border: 0;
  }
  .footer-2 .footer-contact {
    margin-top: 10px;
  }
  .footer-2 .footer-top .footer-links .h4 {
    border-color: #222;
  }
  .footer-3 .about-col {
    padding: 20px 0;
  }
  .footer-3 .social-icons-col {
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }
  .footer-4 .footer-top .footer-links .h4 {
    border-bottom: 1px solid #d5e2ef;
  }
  .footer-10 .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-5 .footer-top .footer-links .h4 {
    border-bottom: 1px solid #cfe3e9;
    margin-bottom: 10px;
  }
  .footer-5 .footer-about {
    border-bottom: 1px solid #cfe3e9;
    border-top: 1px solid #cfe3e9;
    padding: 20px 0;
    margin: 15px 0 8px;
  }
  .footer-8 .footer-about {
    border-bottom: 1px solid #f7dfd5;
    padding: 0 0 20px;
    margin: 0 0 4px;
  }
  .footer-8 .footer-top .footer-links .h4 {
    border-bottom-color: #f7dfd5;
    margin-bottom: 10px;
  }
  .footer-9 .footer-about {
    border-bottom: 1px solid #458091;
    margin: 0 0 4px;
  }
  .footer-9 .footer-top .footer-links .h4 {
    border-color: #458091;
  }
  .footer-11 .footer-top .footer-links .h4 {
    border-color: #333333;
  }
  .footer-11 .footer-top .newsletter-col {
    border-top: 1px solid #333;
    padding: 18px 0 0;
    margin: 12px 0 0;
  }
  .footer-12 .footer-about {
    border-bottom: 1px solid #333333;
    margin: 0 0 4px;
  }
  .footer-12 .footer-top .footer-links .h4 {
    border-color: #333333;
  }
  .footer-13.footer .footer-top .footer-links .h4 {
    border-color: #333333;
  }
  .collection-hero {
    margin-bottom: 20px;
  }
  .collection-hero .collection-hero__image {
    height: 80px;
  }
  .collection-hero.large .collection-hero__image,
  .collection-hero.medium .collection-hero__image {
    height: 100px;
  }
  .cart tr, .cart tbody {
    width: 100%;
    display: table;
  }
  .cart td {
    padding: 10px 5px;
  }
  #newsletter-modal.style2 {
    max-width: 320px;
  }
  #newsletter-modal.style2 .newsltr-text {
    padding: 25px 25px;
  }
  #newsletter-modal.style2 .title, #newsletter-modal.style3 .title {
    font-size: 22px;
  }
  #newsletter-modal.style3 p {
    font-size: 14px;
  }
  #newsletter-modal.style3 .newsltr-text {
    padding: 40px 30px;
  }
  #newsletter-modal.style3 .newsltr-text .btn {
    padding: 10px 25px;
    font-size: 14px;
  }
  .quotes-slider-1item .slick-dots {
    margin-top: 0;
  }
  .quotes-slider .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
  .quote-wraper .slick-next {
    right: -5px;
  }
  .quote-wraper .slick-prev {
    left: -3px;
  }
  #footer .addressFooter li:last-of-type {
    padding-bottom: 0;
  }
  .stickyCart .img {
    display: none;
  }
  .stickyCart .stickyOptions {
    width: 50%;
  }
  .stickyCart .stickyOptions .selectedOpt {
    width: 100%;
  }
  .quotes-slider .slick-arrow {
    height: 30px;
    line-height: 29px;
    width: 30px;
  }
  .quotes-slider .slick-prev:before, .quotes-slider .slick-next:before {
    font-size: 15px;
    line-height: 30px;
  }
  .slideshow .slick-dots {
    bottom: 20px;
  }
  .topbar-slider-items .slick-arrow,
  .topbar-slider-items:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
  .footer .instagram-col .insta-img {
    max-width: 68px;
  }
  .category-banner-slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .category-banner-slider .slick-arrow:before {
    font-size: 13px;
    line-height: 30px;
  }
  #quickView-modal {
    padding: 20px;
  }
  #quickView-modal .product-title {
    font-size: 18px;
  }
  #quickView-modal .pricebox .price {
    font-size: 18px;
  }
  #quickView-modal .pricebox .old-price {
    font-size: 14px;
  }
  .mfp-close {
    width: 35px;
    height: 35px;
    line-height: 35px;
    top: -3px;
    right: -6px;
  }
  .zoomContainer {
    display: none;
  }
  .blog-post-slider .slick-list {
    padding-bottom: 10px;
  }
  .modal-popup-style .minicart-content,
  .modal-popup-style .minicart-bottom {
    width: 100%;
    padding: 0;
    border: none;
  }
  .modal-popup-style .minicart-right-drawer.right .modal-dialog {
    max-width: 360px;
  }
  .modal-popup-style .minicart-content {
    height: 230px;
    overflow: auto;
  }
  .modal-popup-style .minicart-right-drawer.right.fade .modal-dialog,
  .modal-popup-style .minicart-right-drawer.right.fade.show .modal-dialog {
    top: 40%;
  }
  #newsletter-modal .title {
    font-size: 30px;
  }
  #newsletter-modal .mfp-close {
    color: #222;
  }
  .index-demo19 .footer-19 .footer-top .inline-links {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .index-demo21 .footer .footer-top .footer-links:last-child .h4:not(.active) {
    border: none;
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  .footer-bottom .copyright {
    text-align: center;
  }
  .grid-sizer, .collection-page-item {
    max-width: 100%;
  }
  .product-details-img .product-tab-left div.slick-slide {
    margin-bottom: 5px;
  }
  .blog--list-view .article {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #footer {
    margin-top: 20px;
  }
  .grid-products .slick-slider .item, .grid-products.slick-slider .item {
    padding: 0;
  }
  .productSlider .slick-prev, .collection-box .collection-grid .slick-prev, .productPageSlider .slick-prev {
    left: -10px;
  }
  .productSlider .slick-next, .collection-box .collection-grid .slick-next, .productPageSlider .slick-next {
    right: -10px;
  }
}
/* === BASE HEADING === */
h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h1 em {
  font-style: normal;
  font-weight: 600;
}
/* === HEADING STYLE #1 === */
.one h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.one h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
}
.one h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #b80000;
}
/* === HEADING STYLE #2 === */
.two h1 {
  text-transform: capitalize;
}
.two h1:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #c50000;
}
.two h1 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 3em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}
/* === HEADING STYLE #3 === */
/* === HEADING STYLE #4 === */
/* === HEADING STYLE #5 === */
/* STYLE 6
   ----------------------------- */
/* Style 7
   ----------------------------- */
/* Style 8
   ----------------------------- */
/* Style 9
   ----------------------------- */
/* ------- Helper Styles -------------*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1:before,
h1:after {
  background-color: #c50000;
}
/* ==================== */
/* Layout Base - ללא Bootstrap */
/* ==================== */
/* Headers משותפים */
/* ==================== */
/* תיאור מוצר */
/* ==================== */
.description-text {
  color: var(--optextcolor);
  line-height: 1.7;
  font-size: 1rem;
}
.description-text p {
  margin-bottom: 1rem;
}
.description-text h3,
.description-text h4 {
  color: var(--title);
  margin: 1.5rem 0 0.75rem;
}
.description-text ul,
.description-text ol {
  margin: 1rem 0;
  padding-inline-start: 1.5rem;
}
.description-text li {
  margin-bottom: 0.5rem;
}
/* ==================== */
/* מוצרים קשורים - Grid רספונסיבי */
/* ==================== */
/* Breakpoints רספונסיביים */
/* ==================== */
/* כרטיס מוצר מיני */
/* ==================== */
/* תמונה */
/* תג הנחה */
/* מידע מוצר */
/* מחירים */
/* ==================== */
/* RTL Support */
/* ==================== */
[dir=rtl] .description-text ul,
[dir=rtl] .description-text ol {
  padding-right: 1.5rem;
  padding-left: 0;
}
/* ==================== */
/* States & Animations */
/* ==================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* עיכוב אנימציה לכל כרטיס */
/* ==================== */
/* Accessibility */
/* ==================== */
/* Loading skeleton */
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/* Print styles */
@media print {
  .description-text {
    max-width: 100%;
  }
}
.checkout {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  padding: 9px 16px;
  border: 0;
  border-bottom: 1px solid #F2F2F2;
  font-size: 14px;
  font-weight: 300;
  color: #7D7D7D;
}
.checkout .price {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.checkout .delete {
  color: #FF4B22;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./material-icons.woff2") format("woff2"), url("./material-icons.woff") format("woff");
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./material-icons-outlined.woff2") format("woff2"), url("./material-icons-outlined.woff") format("woff");
}
@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./material-icons-round.woff2") format("woff2"), url("./material-icons-round.woff") format("woff");
}
@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./material-icons-sharp.woff2") format("woff2"), url("./material-icons-sharp.woff") format("woff");
}
@font-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./material-icons-two-tone.woff2") format("woff2"), url("./material-icons-two-tone.woff") format("woff");
}
:root {
  --colorborder: #ef1212;
  --font-size: 16px;
  --colortextmain: #000;
  --catmaincolor: #000;
  --menuColor: #ffffff;
  --max-width-megamenu: 1400px;
}
.mp-toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  max-width: 400px;
  word-wrap: break-word;
}
[dir=rtl] .mp-toast {
  direction: rtl;
}
@media (prefers-color-scheme: dark) {
  .mp-toast {
    background: #2a2a2a;
    color: #e0e0e0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  }
}
.mp-toast svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.mp-toast.mp-toast-success {
  border-left: 4px solid #059669;
}
.mp-toast.mp-toast-success svg {
  color: #059669;
}
.mp-toast.mp-toast-error {
  border-left: 4px solid #dc2626;
}
.mp-toast.mp-toast-error svg {
  color: #dc2626;
}
.mp-toast.mp-toast-warning {
  border-left: 4px solid #f59e0b;
}
.mp-toast.mp-toast-warning svg {
  color: #f59e0b;
}
.mp-toast.mp-toast-info {
  border-left: 4px solid #3b82f6;
}
.mp-toast.mp-toast-info svg {
  color: #3b82f6;
}
[dir=rtl] .mp-toast {
  border-left: none;
  border-right: 4px solid;
}
[dir=rtl] .mp-toast.mp-toast-success {
  border-right-color: #059669;
}
[dir=rtl] .mp-toast.mp-toast-error {
  border-right-color: #dc2626;
}
[dir=rtl] .mp-toast.mp-toast-warning {
  border-right-color: #f59e0b;
}
[dir=rtl] .mp-toast.mp-toast-info {
  border-right-color: #3b82f6;
}
@media (max-width: 480px) {
  .mp-toast {
    bottom: 1rem;
    padding: 0.75rem 1rem;
    font-size: 0.813rem;
    max-width: 90%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
@supports (padding: max(0px)) {
  .mp-toast {
    bottom: max(2rem, env(safe-area-inset-bottom) + 1rem);
  }
}
.mp-toast span {
  flex: 1;
  color: #1f2937;
}
@media (prefers-color-scheme: dark) {
  .mp-toast span {
    color: #e5e7eb;
  }
}
.toast-slide-enter-active,
.toast-slide-leave-active {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.toast-slide-enter-from {
  transform: translate(-50%, 100%);
  opacity: 0;
}
.toast-slide-leave-to {
  transform: translate(-50%, 100%);
  opacity: 0;
}
@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media print {
  .mp-toast {
    display: none !important;
  }
}
@media (prefers-contrast: high) {
  .mp-toast {
    border-width: 2px;
  }
  .mp-toast.mp-toast-success {
    background: #dcfce7;
    color: #14532d;
  }
  .mp-toast.mp-toast-error {
    background: #fee2e2;
    color: #7f1d1d;
  }
}
@media (forced-colors: active) {
  .mp-toast {
    border: 2px solid;
    forced-color-adjust: none;
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@supports (padding: max(0px)) {
}
@media (orientation: landscape) {
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.share-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.share-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.share-modal-container {
  position: relative;
  background: white;
  border-radius: 24px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: modalSlideIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 #f1f5f9;
}
.share-modal-container::-webkit-scrollbar {
  width: 8px;
}
.share-modal-container::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 10px;
}
.share-modal-container::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}
.share-modal-container::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}
.share-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 24px 24px 0 0;
  color: white;
}
.share-modal-header-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.share-modal-icon-wrapper {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 12px;
}
.share-modal-icon {
  width: 24px;
  height: 24px;
  color: white;
}
.share-modal-titles {
  flex: 1;
}
.share-modal-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.share-modal-subtitle {
  margin: 0.25rem 0 0 0;
  font-size: 0.875rem;
  opacity: 0.9;
}
.share-modal-close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.share-modal-close svg {
  width: 20px;
  height: 20px;
  color: white;
}
.share-modal-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}
.share-modal-close:active {
  transform: scale(0.95);
}
.share-toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  z-index: 100000;
  animation: toastSlideUp 0.3s ease;
}
.share-toast-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.share-toast-icon svg {
  width: 20px;
  height: 20px;
}
.share-toast-success .share-toast-icon {
  background: #d1fae5;
  color: #059669;
}
.share-toast-error .share-toast-icon {
  background: #fee2e2;
  color: #dc2626;
}
.share-toast-content {
  flex: 1;
}
.share-toast-title {
  margin: 0 0 0.25rem 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a1a1a;
}
.share-toast-message {
  margin: 0;
  font-size: 0.875rem;
  color: #6b7280;
}
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes toastSlideUp {
  from {
    opacity: 0;
    transform: translate(-50%, 100%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.share-modal-fade-enter-active,
.share-modal-fade-leave-active {
  transition: opacity 0.3s ease;
}
.share-modal-fade-enter-active .share-modal-container,
.share-modal-fade-leave-active .share-modal-container {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}
.share-modal-fade-enter-from {
  opacity: 0;
}
.share-modal-fade-enter-from .share-modal-container {
  transform: translateY(20px) scale(0.95);
}
.share-modal-fade-leave-to {
  opacity: 0;
}
.share-modal-fade-leave-to .share-modal-container {
  transform: translateY(-20px) scale(0.95);
}
.toast-slide-enter-active,
.toast-slide-leave-active {
  transition: all 0.3s ease;
}
.toast-slide-enter-from,
.toast-slide-leave-to {
  opacity: 0;
  transform: translate(-50%, 100%);
}
@media (prefers-color-scheme: dark) {
  .share-modal-container {
    background: #1a1a1a;
    color: #e5e7eb;
  }
  .share-modal-header {
    background: linear-gradient(135deg, #4c1d95 0%, #5b21b6 100%);
    border-bottom-color: #374151;
  }
  .share-toast {
    background: #1f2937;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5);
  }
  .share-toast-title {
    color: #f3f4f6;
  }
}
@media (max-width: 768px) {
  .share-modal-wrapper {
    padding: 0;
  }
  .share-modal-container {
    max-width: 100%;
    max-height: 100vh;
    border-radius: 0;
    animation: mobileSlideUp 0.3s ease;
  }
  @keyframes mobileSlideUp {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }
  .share-modal-header {
    border-radius: 0;
    padding: 1.25rem;
  }
  .share-modal-title {
    font-size: 1.25rem;
  }
  .share-toast {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    transform: none;
  }
}
@media (max-width: 480px) {
  .share-modal-header {
    padding: 1rem;
  }
  .share-modal-icon-wrapper {
    width: 40px;
    height: 40px;
  }
  .share-modal-title {
    font-size: 1.125rem;
  }
  .share-modal-subtitle {
    font-size: 0.75rem;
  }
  .share-modal-close {
    width: 36px;
    height: 36px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@media (prefers-contrast: high) {
  .share-modal-container {
    border: 2px solid currentColor;
  }
}
.share-modal-close:focus-visible {
  outline: 3px solid #4f46e5;
  outline-offset: 2px;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@media print {
  .share-modal-wrapper {
    display: none !important;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 500px;
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    max-height: 500px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes wave {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-15px);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 5px rgba(79, 70, 229, 0.5);
  }
  50% {
    box-shadow: 0 0 20px rgba(79, 70, 229, 0.8);
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes jello {
  11.1% {
    transform: skewX(-12deg) skewY(-12deg);
  }
  22.2% {
    transform: skewX(6.5deg) skewY(6.5deg);
  }
  33.3% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  44.4% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  55.5% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  66.6% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  77.7% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    transform: skewX(0) skewY(0);
  }
}
@keyframes skeleton {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}
@keyframes typing {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes blinkCursor {
  0%, 100% {
    border-color: transparent;
  }
  50% {
    border-color: currentColor;
  }
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
#etxcart .etx-checkout {
  --primary: #667eea;
  --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --border: #e5e7eb;
  --bg-main: #f5f6fa;
  --bg-card: #ffffff;
  --bg-light: #f9fafb;
  --text-dark: #111827;
  --text-muted: #6b7280;
  --success: #10b981;
  --success-bg: #fdfdec;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);
  min-height: 100vh;
  background: var(--bg-main);
  padding: 1rem;
}
#etxcart .etx-checkout * {
  box-sizing: border-box;
}
#etxcart .etx-checkout-container {
  max-width: 1400px;
  margin: 0 auto;
}
#etxcart .etx-checkout-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
}
#etxcart .etx-checkout-header h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0;
}
#etxcart .etx-checkout-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.95fr 1.1fr;
  gap: 1rem;
  align-items: stretch;
}
#etxcart .etx-checkout .etx-column {
  background: var(--bg-card);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  min-height: 600px;
  max-height: 750px;
  display: flex;
  flex-direction: column;
}
#etxcart .etx-checkout .etx-column-content {
  padding: 1rem;
  overflow-y: auto;
  flex: 1;
}
#etxcart .etx-checkout .etx-column-content::-webkit-scrollbar {
  width: 4px;
}
#etxcart .etx-checkout .etx-column-content::-webkit-scrollbar-thumb {
  background: #cbd5e0;
  border-radius: 2px;
}
#etxcart .etx-checkout .etx-column-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border);
  color: var(--text-dark);
}
#etxcart .etx-checkout .etx-column--payment .etx-column-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
#etxcart .etx-checkout .etx-column--payment .etx-payment-section {
  padding: 1rem 1.25rem;
}
#etxcart .etx-checkout .etx-column--payment .etx-payment-section:last-child {
  border-bottom: none;
}
#etxcart .etx-checkout .etx-column--payment .etx-section-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#etxcart .etx-checkout .etx-column--payment .etx-section-title i {
  color: var(--primary);
}
#etxcart .etx-checkout .etx-column--payment .etx-shipping-options,
#etxcart .etx-checkout .etx-column--payment .etx-order-summary,
#etxcart .etx-checkout .etx-column--payment .etx-payment-options {
  padding: 0;
  background: transparent;
  border: none;
  margin: 0;
}
#etxcart .etx-checkout .etx-column--payment .etx-shipping-list {
  gap: 0.375rem;
}
#etxcart .etx-checkout .etx-column--payment .etx-option-content {
  padding: 0.75rem;
}
#etxcart .etx-checkout .etx-column--payment .etx-option-content:hover {
  background: #f3f4f6;
}
#etxcart .etx-checkout .etx-column--payment .etx-shipping-option--selected .etx-option-content {
  background: var(--success-bg);
  border-color: var(--success);
  margin-bottom: 0;
}
#etxcart .etx-checkout .etx-column--payment .etx-summary-line {
  padding: 0.5rem 0;
  font-size: 0.9rem;
}
#etxcart .etx-checkout .etx-column--payment .etx-line--total {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 2px solid var(--border);
}
#etxcart .etx-checkout .etx-column--payment .etx-value--total {
  font-size: 1.25rem;
  font-weight: 800;
}
#etxcart .etx-checkout .etx-column--payment .etx-benefits,
#etxcart .etx-checkout .etx-column--payment .etx-installments,
#etxcart .etx-checkout .etx-column--payment .etx-payment-description,
#etxcart .etx-checkout .etx-column--payment .etx-payment-info-box {
  display: none;
}
#etxcart .etx-checkout .etx-column--payment .etx-checkout-final {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
  padding: 1.5rem;
  border-top: 2px solid rgba(102, 126, 234, 0.2);
  margin-top: auto;
}
#etxcart .etx-checkout .etx-column--payment .etx-checkout-final .etx-btn-checkout {
  margin-top: 1rem;
  box-shadow: 0 10px 25px -5px rgba(102, 126, 234, 0.25);
}
#etxcart .etx-checkout .etx-column--payment .etx-checkout-final .etx-btn-checkout:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -5px rgba(102, 126, 234, 0.35);
}
#etxcart .etx-checkout .etx-column--shipping input,
#etxcart .etx-checkout .etx-column--shipping textarea {
  padding: 0.5rem;
  font-size: 0.9rem;
}
#etxcart .etx-checkout .etx-column--shipping label {
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
}
#etxcart .etx-checkout .etx-secure-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #28a745;
  font-size: 0.9rem;
}
#etxcart .etx-checkout .etx-security-badges {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border);
}
#etxcart .etx-checkout .etx-security-badges img {
  height: 20px;
  opacity: 0.7;
  filter: grayscale(100%);
  transition: all 0.2s;
}
#etxcart .etx-checkout .etx-security-badges img:hover {
  opacity: 1;
  filter: grayscale(0%);
}
@media (max-width: 1024px) {
  #etxcart .etx-checkout-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #etxcart .etx-checkout .etx-column {
    min-height: auto;
    max-height: none;
  }
  #etxcart .etx-checkout .etx-column--items {
    order: 1;
  }
  #etxcart .etx-checkout .etx-column--shipping {
    order: 2;
  }
  #etxcart .etx-checkout .etx-column--payment {
    order: 3;
  }
}
@media (max-width: 768px) {
  #etxcart .etx-checkout {
    padding: 0.5rem;
  }
  #etxcart .etx-checkout-header {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
  #etxcart .etx-checkout-header h1 {
    font-size: 1.25rem;
  }
  #etxcart .etx-checkout .etx-column-content {
    padding: 0.75rem;
  }
}
#etxcart [dir=rtl] .etx-checkout-grid {
  direction: rtl;
}
#etxcart [dir=rtl] .etx-secure-badge,
#etxcart [dir=rtl] .etx-column-title {
  flex-direction: row-reverse;
}
#etxcart .etx-security-bar {
  background: linear-gradient(90deg, #f0fdf4 0%, #e0f2fe 100%);
  border-bottom: 1px solid #e5e7eb;
  padding: 0.625rem 0;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
#etxcart .etx-security-bar__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 0 1rem;
}
#etxcart .etx-security-bar__item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.8125rem;
  color: #374151;
}
#etxcart .etx-security-bar__item i {
  font-size: 0.875rem;
  color: #10b981;
}
#etxcart .etx-trust-section {
  margin: 1rem 0;
  padding: 0.75rem;
  background: #f9fafb;
  border-radius: 6px;
}
#etxcart .etx-trust-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
#etxcart .etx-card-logo {
  height: 20px;
  width: auto;
  opacity: 0.7;
}
#etxcart .etx-trust-divider {
  width: 1px;
  height: 20px;
  background: #e5e7eb;
}
#etxcart .etx-trust-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.8125rem;
  color: #6b7280;
}
#etxcart .etx-trust-item i {
  color: #10b981;
}
#etxcart .etx-checkout-btn {
  width: 100%;
  padding: 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#etxcart .etx-checkout-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}
#etxcart .etx-checkout-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#etxcart .etx-checkout-btn--loading {
  background: #9ca3af;
}
#etxcart .etx-checkout-btn i {
  font-size: 0.875rem;
}
#etxcart .etx-checkout-footer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}
#etxcart .etx-footer-security {
  text-align: center;
}
#etxcart .etx-footer-security__text {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: #6b7280;
}
#etxcart .etx-footer-security__text i {
  color: #3b82f6;
}
#etxcart .etx-payment-section {
  margin-bottom: 0;
}
#etxcart .etx-payment-section:last-child {
  margin-bottom: 0;
}
#etxcart .etx-section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.75rem;
}
#etxcart .etx-section-title i {
  font-size: 0.875rem;
  color: #6b7280;
}
#etxcart .etx-checkout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  align-items: start;
}
#etxcart .etx-column {
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 100%;
  min-height: 600px;
  max-height: 700px;
  display: flex;
  flex-direction: column;
}
#etxcart .etx-column-content {
  padding: 1rem;
  overflow-y: auto;
  flex: 1;
}
@media (max-width: 1024px) {
  #etxcart .etx-checkout-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #etxcart .etx-column {
    min-height: auto;
    max-height: none;
  }
}
@media (max-width: 640px) {
  #etxcart .etx-security-bar__content {
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }
  #etxcart .etx-trust-badges {
    flex-wrap: wrap;
  }
}
#etxcart .etx-checkout-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 3rem;
}
#etxcart .etx-loading-container {
  text-align: center;
}
#etxcart .etx-loading-spinner {
  width: 50px;
  height: 50px;
  margin: 0 auto 1rem;
  position: relative;
}
#etxcart .etx-loading-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-top-color: #6366f1;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
#etxcart .etx-loading-ring:nth-child(2) {
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  border-top-color: #8b5cf6;
  animation-delay: 0.2s;
}
#etxcart .etx-loading-ring:nth-child(3) {
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  border-top-color: #a78bfa;
  animation-delay: 0.4s;
}
#etxcart .etx-loading-text {
  font-size: 1.125rem;
  color: #6b7280;
  font-weight: 500;
}
#etxcart .etx-empty-cart-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 3rem;
}
#etxcart .etx-empty-cart {
  text-align: center;
  max-width: 400px;
}
#etxcart .etx-empty-cart__icon {
  font-size: 5rem;
  color: #e5e7eb;
  margin-bottom: 1.5rem;
}
#etxcart .etx-empty-cart__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.75rem;
}
#etxcart .etx-empty-cart__text {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 2rem;
}
#etxcart .etx-empty-cart__button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  background: #6366f1;
  color: white;
  font-weight: 600;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.2s;
}
#etxcart .etx-empty-cart__button:hover {
  background: #4f46e5;
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(99, 102, 241, 0.25);
}
#etxcart .etx-empty-cart__button i {
  font-size: 0.875rem;
}
#etxcart .etx-security-bar {
  background: linear-gradient(90deg, #f9fafb, #f3f4f6);
  border-bottom: 1px solid #e5e7eb;
  padding: 0.75rem 0;
  margin-bottom: 2rem;
}
#etxcart .etx-security-bar__content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding: 0 1rem;
}
#etxcart .etx-security-bar__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
}
#etxcart .etx-security-bar__item i {
  color: #10b981;
}
#etxcart .etx-section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1rem;
}
#etxcart .etx-section-title i {
  color: #6366f1;
}
#etxcart .etx-checkout-btn {
  width: 100%;
  padding: 1rem;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: white;
  font-size: 1.125rem;
  font-weight: 600;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
#etxcart .etx-checkout-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(99, 102, 241, 0.25);
}
#etxcart .etx-checkout-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#etxcart .etx-checkout-btn--loading {
  background: #9ca3af;
}
#etxcart .etx-checkout-btn i {
  font-size: 1rem;
}
#etxcart .etx-checkout-footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}
#etxcart .etx-footer-security {
  text-align: center;
}
#etxcart .etx-footer-security__text {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
}
#etxcart .etx-footer-security__text i {
  color: #10b981;
}
#etxcart .etx-payment-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}
#etxcart .etx-user-alert {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  background: #f0fdf4;
  border: 1px solid #86efac;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
#etxcart .etx-user-alert i {
  color: #10b981;
  font-size: 1.5rem;
}
#etxcart .etx-user-alert-content {
  flex: 1;
}
#etxcart .etx-user-alert-content strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #166534;
}
#etxcart .etx-user-alert-content p {
  margin: 0.25rem 0;
  color: #15803d;
  font-size: 0.875rem;
}
#etxcart .etx-order-header {
  text-align: center;
  margin-bottom: 2rem;
}
#etxcart .etx-order-header h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}
#etxcart .etx-order-header .etx-order-total {
  font-size: 1.25rem;
  color: #6b7280;
}
#etxcart .etx-order-header .etx-order-total strong {
  color: #6366f1;
  font-size: 1.5rem;
}
#etxcart .etx-payment-frame {
  position: relative;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
#etxcart .etx-payment-frame iframe {
  width: 100%;
  height: 600px;
  border: none;
}
#etxcart .etx-payment-frame .etx-iframe-loading {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#etxcart .etx-payment-frame .etx-iframe-loading .etx-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e5e7eb;
  border-top-color: #6366f1;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-bottom: 1rem;
}
#etxcart .etx-payment-frame .etx-iframe-loading p {
  color: #6b7280;
  font-size: 0.875rem;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1200px) {
  #etxcart .etx-checkout-grid {
    grid-template-columns: 1fr;
  }
  #etxcart .etx-checkout-grid .etx-column--items {
    order: 2;
  }
  #etxcart .etx-checkout-grid .etx-column--shipping {
    order: 1;
  }
  #etxcart .etx-checkout-grid .etx-column--payment {
    order: 3;
  }
}
@media (max-width: 768px) {
  #etxcart .etx-security-bar__content {
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
  }
  #etxcart .etx-column-content {
    padding: 1rem;
  }
  #etxcart .etx-empty-cart__icon {
    font-size: 4rem;
  }
  #etxcart .etx-empty-cart__title {
    font-size: 1.5rem;
  }
  #etxcart .etx-empty-cart__text {
    font-size: 1rem;
  }
}
#etxcart [dir=rtl] .etx-empty-cart__button {
  flex-direction: row-reverse;
}
#etxcart [dir=rtl] .etx-empty-cart__button i {
  transform: rotate(180deg);
}
#etxcart [dir=rtl] .etx-section-title {
  flex-direction: row-reverse;
}
#etxcart [dir=rtl] .etx-footer-security__text {
  flex-direction: row-reverse;
}
#etxcart .etx-shipping-options {
  width: 100%;
}
#etxcart .etx-shipping-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#etxcart .etx-shipping-option {
  display: block;
  cursor: pointer;
  margin-bottom: 0;
  border-bottom: 1px solid #e9ecef;
}
#etxcart .etx-shipping-option .etx-radio-input {
  display: none;
}
#etxcart .etx-shipping-option .etx-option-content {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding: 0;
  background: white;
  border-radius: 6px;
  transition: all 0.15s ease;
}
#etxcart .etx-shipping-option:hover .etx-option-content {
  background: #f9fafb;
  border-color: #d1d5db;
}
#etxcart .etx-shipping-option--selected .etx-option-content {
  background: #ecfdf5;
  border-color: #10b981;
  box-shadow: 0 0 0 1px #10b981;
}
#etxcart .etx-option-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
#etxcart .etx-option-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #111827;
  flex: 1;
}
#etxcart .etx-option-price {
  font-size: 0.9rem;
  font-weight: 700;
  color: #111827;
  white-space: nowrap;
  margin-inline-start: auto;
}
#etxcart .etx-price--free {
  color: #10b981;
  background: #d1fae5;
  padding: 0.125rem 0.5rem;
  border-radius: 4px;
  font-size: 0.85rem;
}
#etxcart .etx-option-time {
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1;
}
#etxcart .etx-delivery-notice {
  margin-top: 0.75rem;
  padding: 0.75rem;
  background: #fef3c7;
  border: 1px solid #fcd34d;
  border-radius: 6px;
  font-size: 0.8rem;
  color: #92400e;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#etxcart .etx-delivery-notice i {
  color: #f59e0b;
  font-size: 0.9rem;
}
#etxcart .etx-column--payment .etx-shipping-options {
  padding: 0;
  margin: 0;
}
#etxcart .etx-column--payment .etx-shipping-list {
  gap: 0.375rem;
}
#etxcart .etx-column--payment .etx-option-content {
  padding: 0;
  border-radius: 0;
}
#etxcart .etx-column--payment .etx-option-title {
  font-size: 0.875rem;
}
#etxcart .etx-column--payment .etx-option-time {
  font-size: 0.7rem;
}
@media (max-width: 768px) {
  #etxcart .etx-option-content {
    padding: 0.75rem;
  }
  #etxcart .etx-option-title {
    font-size: 0.875rem;
  }
  #etxcart .etx-option-time {
    font-size: 0.7rem;
  }
  #etxcart .etx-option-price {
    font-size: 0.85rem;
  }
}
#etxcart [dir=rtl] .etx-delivery-notice {
  flex-direction: row-reverse;
}
#etxcart .etx-shipping-form {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
#etxcart .etx-form-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  margin: 0 0 1.25rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #e5e7eb;
}
#etxcart .etx-form-title i {
  color: #667eea;
  font-size: 0.9rem;
}
#etxcart .etx-address-selector {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #f9fafb;
  border-radius: 10px;
}
#etxcart .etx-selector-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #111827;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#etxcart .etx-selector-title i {
  color: #667eea;
  font-size: 0.8rem;
}
#etxcart .etx-address-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
#etxcart .etx-address-option {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.875rem;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
#etxcart .etx-address-option:hover {
  border-color: #818cf8;
  background: rgba(102, 126, 234, 0.02);
}
#etxcart .etx-address-option:has(input:checked) {
  border-color: #667eea;
  background: rgba(102, 126, 234, 0.05);
}
#etxcart .etx-radio {
  margin-top: 0.25rem;
  accent-color: #667eea;
  cursor: pointer;
}
#etxcart .etx-address-card {
  flex: 1;
}
#etxcart .etx-address-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
#etxcart .etx-address-header strong {
  font-size: 0.9rem;
  color: #111827;
}
#etxcart .etx-badge-recent {
  padding: 0.125rem 0.5rem;
  background: #10b981;
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  border-radius: 12px;
}
#etxcart .etx-address-details {
  font-size: 0.8125rem;
  color: #374151;
  line-height: 1.5;
}
#etxcart .etx-btn-new-address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem;
  background: white;
  color: #667eea;
  border: 2px dashed #667eea;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
}
#etxcart .etx-btn-new-address:hover {
  background: rgba(102, 126, 234, 0.05);
  border-style: solid;
}
#etxcart .etx-btn-new-address i {
  font-size: 0.75rem;
}
#etxcart .etx-form-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#etxcart .etx-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
#etxcart .etx-form-row--three {
  grid-template-columns: 1fr 1fr 1fr;
}
#etxcart .etx-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
#etxcart .etx-label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
}
#etxcart .etx-label .etx-required {
  color: #ef4444;
  font-size: 0.875rem;
}
#etxcart .etx-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
#etxcart .etx-input-wrapper i {
  position: absolute;
  right: 0.875rem;
  color: #9ca3af;
  font-size: 0.8rem;
  pointer-events: none;
  z-index: 1;
}
#etxcart .etx-input-wrapper--textarea {
  align-items: flex-start;
}
#etxcart .etx-input-wrapper--textarea i {
  top: 0.875rem;
}
#etxcart .etx-input,
#etxcart .etx-textarea {
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 0.875rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #111827;
  background: white;
  transition: all 0.2s ease;
  direction: rtl;
  text-align: right;
}
#etxcart .etx-input::placeholder,
#etxcart .etx-textarea::placeholder {
  color: #9ca3af;
  font-size: 0.8125rem;
  font-weight: 400;
}
#etxcart .etx-input:hover:not(:focus),
#etxcart .etx-textarea:hover:not(:focus) {
  border-color: #d1d5db;
  background: #f9fafb;
}
#etxcart .etx-input:focus,
#etxcart .etx-textarea:focus {
  outline: none;
  border-color: #667eea;
  background: white;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
#etxcart .etx-input--error,
#etxcart .etx-textarea--error {
  border-color: #ef4444;
  background: #fef2f2;
}
#etxcart .etx-input--error:focus,
#etxcart .etx-textarea--error:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
#etxcart .etx-textarea {
  resize: vertical;
  min-height: 70px;
  padding-top: 0.75rem;
  line-height: 1.5;
}
#etxcart .etx-error-msg {
  font-size: 0.7rem;
  color: #ef4444;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
#etxcart .etx-error-msg::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  background: #ef4444;
  color: white;
  border-radius: 50%;
  font-size: 0.6rem;
  font-weight: bold;
}
#etxcart .etx-input-note {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 0.75rem;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05), rgba(102, 126, 234, 0.08));
  border-right: 3px solid #667eea;
  border-radius: 0 6px 6px 0;
  font-size: 0.75rem;
  color: #667eea;
  font-weight: 500;
}
#etxcart .etx-input-note i {
  font-size: 0.8rem;
  opacity: 0.8;
}
#etxcart .etx-saved-address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: linear-gradient(135deg, #667eea 0%, #818cf8 100%);
  color: white;
  border-radius: 10px;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.25);
}
#etxcart .etx-saved-content {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
#etxcart .etx-saved-content i {
  font-size: 1.5rem;
  opacity: 0.9;
}
#etxcart .etx-saved-details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
#etxcart .etx-saved-details strong {
  font-size: 0.95rem;
  font-weight: 600;
}
#etxcart .etx-saved-details span {
  font-size: 0.8125rem;
  opacity: 0.95;
  line-height: 1.3;
}
#etxcart .etx-btn-edit {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  background: white;
  color: #667eea;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.8125rem;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#etxcart .etx-btn-edit:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
#etxcart .etx-btn-edit i {
  font-size: 0.75rem;
}
#etxcart .etx-save-address {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  background: #f9fafb;
  border-radius: 6px;
  margin-top: 0.5rem;
}
#etxcart .etx-checkbox {
  width: 1.125rem;
  height: 1.125rem;
  accent-color: #667eea;
  cursor: pointer;
}
#etxcart .etx-checkbox-label {
  font-size: 0.8125rem;
  color: #374151;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 768px) {
  #etxcart .etx-form-row {
    grid-template-columns: 1fr;
  }
  #etxcart .etx-form-row--three {
    grid-template-columns: 1fr;
  }
  #etxcart .etx-saved-address {
    flex-direction: column;
    gap: 0.875rem;
    align-items: stretch;
  }
  #etxcart .etx-btn-edit {
    width: 100%;
    justify-content: center;
  }
  #etxcart .etx-address-options {
    max-height: 300px;
    overflow-y: auto;
  }
}
#etxcart [dir=ltr] .etx-input-wrapper i {
  right: auto;
  left: 0.875rem;
}
#etxcart [dir=ltr] .etx-input,
#etxcart [dir=ltr] .etx-textarea {
  padding: 0.75rem 0.875rem 0.75rem 2.5rem;
  text-align: left;
  direction: ltr;
}
#etxcart [dir=ltr] .etx-input-note {
  border-right: none;
  border-left: 3px solid #667eea;
  border-radius: 6px 0 0 6px;
}
#etxcart .etx-terms-checkbox {
  width: 100%;
  margin: 1rem 0;
}
#etxcart .etx-terms-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  position: relative;
  padding: 0.75rem;
  background: #f8f9fa;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  transition: all 0.2s;
}
#etxcart .etx-terms-label:hover {
  background: #f1f5f9;
  border-color: #cbd5e0;
}
#etxcart .etx-terms--error {
  background: #fef2f2;
  border-color: #fca5a5;
}
#etxcart .etx-terms-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#etxcart .etx-checkbox-custom {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #cbd5e0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  position: relative;
}
#etxcart .etx-terms-input:checked ~ .etx-checkbox-custom {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-color: #667eea;
}
#etxcart .etx-checkbox-custom i {
  color: white;
  font-size: 0.75rem;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s;
}
#etxcart .etx-terms-input:checked ~ .etx-checkbox-custom i {
  opacity: 1;
  transform: scale(1);
}
#etxcart .etx-checkbox--success {
  animation: success 0.6s ease;
}
@keyframes success {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#etxcart .etx-terms-text {
  font-size: 0.9rem;
  color: #4a5568;
  line-height: 1.5;
}
#etxcart .etx-terms-link {
  color: #667eea;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s;
}
#etxcart .etx-terms-link:hover {
  color: #764ba2;
}
#etxcart .etx-terms-error {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: #fef2f2;
  border: 1px solid #fca5a5;
  border-radius: 6px;
  color: #dc2626;
  font-size: 0.875rem;
}
#etxcart .etx-terms-error i {
  font-size: 1rem;
}
#etxcart .etx-shake {
  animation: shake 0.5s;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-4px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(4px);
  }
}
#etxcart .etx-legal-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  font-size: 0.8rem;
}
#etxcart .etx-legal-links a {
  color: #718096;
  text-decoration: none;
  transition: color 0.2s;
}
#etxcart .etx-legal-links a:hover {
  color: #667eea;
  text-decoration: underline;
}
#etxcart .etx-separator {
  color: #cbd5e0;
}
#etxcart .etx-trust-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding: 0.5rem;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.062745098) 0%, rgba(118, 75, 162, 0.062745098) 100%);
  border-radius: 6px;
  font-size: 0.8rem;
  color: #4a5568;
}
#etxcart .etx-trust-badge i {
  color: #667eea;
  font-size: 1rem;
}
#etxcart [dir=rtl] .etx-terms-error {
  flex-direction: row-reverse;
}
#etxcart [dir=rtl] .etx-trust-badge {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  #etxcart .etx-terms-label {
    padding: 0.5rem;
  }
  #etxcart .etx-terms-text {
    font-size: 0.85rem;
  }
  #etxcart .etx-legal-links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
#etxcart .etx-payment-options {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
#etxcart .etx-payment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 1rem;
}
#etxcart .etx-payment-option {
  display: block;
  cursor: pointer;
  position: relative;
}
#etxcart .etx-payment-option .etx-radio-input {
  display: none;
}
#etxcart .etx-payment-option .etx-payment-content {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.6rem 1.125rem;
  background: #ffffff;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 54px;
}
#etxcart .etx-payment-option:hover .etx-payment-content {
  background: #fafafa;
  border-color: #cbd5e0;
  transform: translateY(-1px);
}
#etxcart .etx-payment-option--selected .etx-payment-content {
  background: #5046e5;
  border-color: #5046e5;
  color: white;
  box-shadow: 0 4px 14px rgba(80, 70, 229, 0.25);
}
#etxcart .etx-payment-option--selected .etx-payment-content .etx-payment-name {
  color: white;
  font-weight: 600;
}
#etxcart .etx-payment-option--selected .etx-payment-content .etx-payment-icon-wrapper {
  background: rgba(255, 255, 255, 0.15);
}
#etxcart .etx-payment-option--selected .etx-payment-content .etx-payment-icon-wrapper i {
  color: white;
}
#etxcart .etx-payment-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #f3f4f6;
  border-radius: 10px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
#etxcart .etx-payment-icon-wrapper i {
  font-size: 1rem;
  color: #4b5563;
  transition: color 0.2s ease;
}
#etxcart .etx-payment-icon-wrapper i.fa-mobile-alt {
  color: #00d4aa;
  font-size: 1.1rem;
}
#etxcart .etx-payment-icon-wrapper i.fa-paypal {
  color: #003087;
  font-size: 1.1rem;
}
#etxcart .etx-payment-icon-wrapper i.fa-hand-holding-usd {
  color: #f59e0b;
  font-size: 0.9rem;
}
#etxcart .etx-payment-icon-wrapper i.fa-credit-card {
  color: #6366f1;
  font-size: 0.95rem;
}
#etxcart .etx-payment-name {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1f2937;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
#etxcart .etx-security-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem;
  font-size: 0.8125rem;
  color: #6b7280;
  font-weight: 500;
}
#etxcart .etx-security-notice i {
  font-size: 0.875rem;
  color: #10b981;
}
@keyframes selectPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(80, 70, 229, 0.4);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(80, 70, 229, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(80, 70, 229, 0);
  }
}
#etxcart .etx-payment-option--selected .etx-payment-content {
  animation: selectPulse 0.4s ease-out;
}
@media (max-width: 640px) {
  #etxcart .etx-payment-list {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
  #etxcart .etx-payment-content {
    padding: 0.875rem 1rem;
    min-height: 50px;
  }
  #etxcart .etx-payment-icon-wrapper {
    width: 32px;
    height: 32px;
  }
  #etxcart .etx-payment-icon-wrapper i {
    font-size: 0.875rem;
  }
  #etxcart .etx-payment-name {
    font-size: 0.875rem;
  }
}
#etxcart .etx-payment-options {
  color-scheme: light;
}
#etxcart .etx-order-summary {
  width: 100%;
  padding: 0;
  margin: 0;
}
#etxcart .etx-summary-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#etxcart .etx-coupon-section {
  padding: 0.75rem;
  background: #f9fafb;
  border-radius: 6px;
  margin-bottom: 0.5rem;
}
#etxcart .etx-price-lines {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#etxcart .etx-summary-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  padding: 0;
}
#etxcart .etx-line-label {
  color: #6b7280;
  font-weight: 500;
}
#etxcart .etx-line-value {
  font-weight: 600;
  color: #111827;
}
#etxcart .etx-line--discount .etx-line-label {
  color: #059669;
}
#etxcart .etx-line--discount .etx-value--discount {
  color: #059669;
  font-weight: 700;
}
#etxcart .etx-value--free {
  color: #059669;
  font-weight: 700;
  font-size: 0.875rem;
}
#etxcart .etx-summary-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 0.5rem 0;
}
#etxcart .etx-line--total {
  font-size: 1rem;
  padding-top: 0.5rem;
}
#etxcart .etx-line--total .etx-line-label {
  font-weight: 700;
  color: #111827;
}
#etxcart .etx-line--total .etx-value--total {
  font-size: 1.25rem;
  font-weight: 800;
  color: #667eea;
}
#etxcart .etx-vat-note {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 0.5rem;
}
#etxcart .etx-vat-note i {
  font-size: 0.7rem;
}
#etxcart .etx-column--payment .etx-order-summary {
  padding: 0;
  background: transparent;
  border: none;
}
#etxcart .etx-column--payment .etx-coupon-section {
  padding: 0.5rem;
  margin-bottom: 0.375rem;
}
#etxcart .etx-column--payment .etx-summary-line {
  padding: 0.25rem 0;
  font-size: 0.8rem;
}
#etxcart .etx-column--payment .etx-line--total {
  padding-top: 0.375rem;
}
#etxcart .etx-column--payment .etx-line--total .etx-value--total {
  font-size: 1.125rem;
}
#etxcart .etx-column--payment .etx-vat-note {
  font-size: 0.7rem;
}
#etxcart [dir=rtl] .etx-summary-line {
  direction: rtl;
}
#etxcart [dir=rtl] .etx-vat-note {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  #etxcart .etx-summary-content {
    gap: 0.5rem;
  }
  #etxcart .etx-summary-line {
    font-size: 0.8rem;
  }
  #etxcart .etx-value--total {
    font-size: 1.125rem;
  }
}
#etxcart .etx-order-items {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
#etxcart .etx-items-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}
#etxcart .etx-items-header .etx-header-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}
#etxcart .etx-items-header .etx-header-title i {
  color: #6366f1;
  font-size: 1.125rem;
}
#etxcart .etx-items-header .etx-header-count {
  padding: 0.25rem 0.75rem;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 1rem;
}
#etxcart .etx-items-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#etxcart .etx-item-card {
  position: relative;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  transition: all 0.2s;
}
#etxcart .etx-item-card:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
#etxcart .etx-item-card--promo {
  background: linear-gradient(to right, #faf5ff, #f0f9ff);
  border-color: #c7d2fe;
}
#etxcart .etx-promo-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.25rem 0.625rem;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 0.375rem;
  z-index: 1;
}
#etxcart .etx-item-layout {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  position: relative;
}
#etxcart .etx-item-image {
  position: relative;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #f9fafb;
}
#etxcart .etx-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#etxcart .etx-item-image .etx-discount-label {
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  padding: 0.125rem 0.375rem;
  background: #ef4444;
  color: white;
  font-size: 0.6875rem;
  font-weight: 600;
  border-radius: 0.25rem;
}
#etxcart .etx-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
#etxcart .etx-item-title {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  line-height: 1.4;
  margin: 0 0 0.375rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#etxcart .etx-item-variant {
  font-size: 0.8125rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}
#etxcart .etx-item-footer {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: auto;
  padding-top: 0.5rem;
}
#etxcart .etx-price-section {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
#etxcart .etx-price-section .etx-price-current {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
}
#etxcart .etx-price-section .etx-price-original {
  font-size: 0.75rem;
  color: #9ca3af;
  text-decoration: line-through;
}
#etxcart .etx-price-section .etx-saved-text {
  font-size: 0.6875rem;
  color: #10b981;
  font-weight: 500;
}
#etxcart .etx-quantity-controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.25rem 0.5rem;
  background: #f9fafb;
  border-radius: 0.5rem;
}
#etxcart .etx-quantity-controls .etx-qty-btn {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.25rem;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.15s;
}
#etxcart .etx-quantity-controls .etx-qty-btn:hover:not(:disabled) {
  background: #6366f1;
  border-color: #6366f1;
  color: white;
}
#etxcart .etx-quantity-controls .etx-qty-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
#etxcart .etx-quantity-controls .etx-qty-btn i {
  font-size: 0.625rem;
}
#etxcart .etx-quantity-controls .etx-qty-value {
  min-width: 1.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.875rem;
  color: #111827;
}
#etxcart .etx-total-section {
  margin-left: auto;
  text-align: right;
}
#etxcart .etx-total-section .etx-total-label {
  display: block;
  font-size: 0.6875rem;
  color: #9ca3af;
  margin-bottom: 0.125rem;
  text-transform: uppercase;
}
#etxcart .etx-total-section .etx-total-price {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
}
#etxcart .etx-remove-button {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1px solid #fee2e2;
  border-radius: 50%;
  color: #ef4444;
  cursor: pointer;
  transition: all 0.2s;
}
#etxcart .etx-remove-button:hover {
  background: #ef4444;
  color: white;
  transform: rotate(90deg);
}
#etxcart .etx-remove-button i {
  font-size: 0.875rem;
}
#etxcart .etx-loading-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  z-index: 10;
}
#etxcart .etx-loading-overlay .etx-spinner {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #e5e7eb;
  border-top-color: #6366f1;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  #etxcart .etx-item-layout {
    padding: 0.75rem;
  }
  #etxcart .etx-item-image {
    width: 80px;
    height: 80px;
  }
  #etxcart .etx-item-footer {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  #etxcart .etx-total-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #etxcart .etx-total-section .etx-total-label {
    display: inline;
    margin: 0;
  }
  #etxcart .etx-total-section .etx-total-price {
    display: inline;
  }
  #etxcart .etx-promo-badge {
    top: 0.5rem;
    right: 0.5rem;
    font-size: 0.625rem;
    padding: 0.125rem 0.375rem;
  }
}
#etxcart [dir=rtl] .etx-promo-badge {
  right: auto;
  left: 0.75rem;
}
#etxcart [dir=rtl] .etx-remove-button {
  left: auto;
  right: 0.75rem;
}
#etxcart [dir=rtl] .etx-item-image .etx-discount-label {
  left: auto;
  right: 0.375rem;
}
#etxcart [dir=rtl] .etx-total-section {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
#etxcart .etx-checkout-button-wrapper {
  width: 100%;
  margin-top: 1rem;
}
#etxcart .etx-checkout-btn {
  width: 100%;
  padding: 1.25rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
#etxcart .etx-checkout-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(102, 126, 234, 0.5);
}
#etxcart .etx-checkout-btn:active:not(:disabled) {
  transform: translateY(0);
}
#etxcart .etx-checkout-btn--pulse {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% {
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
  }
  50% {
    box-shadow: 0 4px 25px rgba(102, 126, 234, 0.6);
  }
}
#etxcart .etx-btn-clicked {
  animation: click 0.3s ease;
}
@keyframes click {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.98);
  }
}
#etxcart .etx-btn-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
#etxcart .etx-btn-icon {
  font-size: 1rem;
}
#etxcart .etx-btn-text {
  font-size: 1.05rem;
}
#etxcart .etx-btn-amount {
  padding: 0.25rem 0.75rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  font-size: 1.1rem;
  font-weight: 800;
}
#etxcart .etx-checkout-btn--disabled {
  background: #cbd5e0;
  cursor: not-allowed;
  box-shadow: none;
}
#etxcart .etx-checkout-btn--disabled:hover {
  transform: none;
}
#etxcart .etx-checkout-btn--loading {
  pointer-events: none;
}
#etxcart .etx-btn-spinner {
  display: inline-flex;
  gap: 0.25rem;
  margin-left: 0.5rem;
}
#etxcart .etx-btn-spinner span {
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  animation: bounce 1.4s infinite ease-in-out both;
}
#etxcart .etx-btn-spinner span:nth-child(1) {
  animation-delay: -0.32s;
}
#etxcart .etx-btn-spinner span:nth-child(2) {
  animation-delay: -0.16s;
}
@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
#etxcart .etx-express-options {
  margin-top: 1.5rem;
}
#etxcart .etx-express-divider {
  text-align: center;
  position: relative;
  margin: 1rem 0;
}
#etxcart .etx-express-divider span {
  background: white;
  padding: 0 1rem;
  color: #718096;
  font-size: 0.875rem;
  position: relative;
  z-index: 1;
}
#etxcart .etx-express-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e2e8f0;
}
#etxcart .etx-express-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 0.75rem;
}
#etxcart .etx-express-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  background: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
#etxcart .etx-express-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#etxcart .etx-express-paypal {
  color: #003087;
}
#etxcart .etx-express-paypal:hover {
  border-color: #003087;
  background: #003087;
  color: white;
}
#etxcart .etx-express-apple {
  color: #000;
}
#etxcart .etx-express-apple:hover {
  border-color: #000;
  background: #000;
  color: white;
}
#etxcart .etx-express-google {
  color: #4285f4;
}
#etxcart .etx-express-google:hover {
  border-color: #4285f4;
  background: #4285f4;
  color: white;
}
#etxcart .etx-security-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.75rem;
  background: #f0f9ff;
  border-radius: 8px;
  font-size: 0.875rem;
  color: #1e40af;
}
#etxcart .etx-security-note i:first-child {
  color: #3b82f6;
}
#etxcart .etx-security-info {
  margin-top: 0.5rem;
  padding: 1rem;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.875rem;
  color: #4a5568;
}
#etxcart .etx-security-badges {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.75rem;
  justify-content: center;
}
#etxcart .etx-security-badges img {
  height: 24px;
  width: auto;
  opacity: 0.7;
}
#etxcart .etx-urgency-message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding: 0.5rem;
  background: #fef3c7;
  border: 1px solid #fbbf24;
  border-radius: 6px;
  font-size: 0.875rem;
  color: #92400e;
  animation: fadeInOut 5s infinite;
}
#etxcart .etx-urgency-message i {
  color: #f59e0b;
  animation: flame 1s infinite;
}
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  10%, 90% {
    opacity: 1;
  }
}
@keyframes flame {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
#etxcart [dir=rtl] .etx-btn-content {
  flex-direction: row-reverse;
}
#etxcart [dir=rtl] .etx-security-note {
  flex-direction: row-reverse;
}
#etxcart [dir=rtl] .etx-urgency-message {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  #etxcart .etx-checkout-btn {
    padding: 1rem;
    font-size: 1rem;
  }
  #etxcart .etx-btn-amount {
    font-size: 1rem;
  }
  #etxcart .etx-express-buttons {
    grid-template-columns: 1fr;
  }
}
#etxcart .etx-coupon-box {
  --cp-primary: var(--btn-primary-bg, #1a1a1a);
  --cp-success: #10b981;
  --cp-error: #ef4444;
  --cp-bg: #ffffff;
  --cp-bg-secondary: #f9fafb;
  --cp-border: #e5e7eb;
  --cp-text: #1f2937;
  --cp-text-secondary: #6b7280;
  margin-bottom: 1rem;
}
#etxcart .etx-coupon-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1rem;
  background: var(--cp-bg-secondary);
  border: 1px solid var(--cp-border);
  border-radius: 8px;
  color: var(--cp-text);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
#etxcart .etx-coupon-toggle:hover {
  background: var(--cp-bg);
  border-color: var(--cp-primary);
}
#etxcart .etx-coupon-toggle i {
  color: var(--cp-primary);
}
#etxcart .etx-coupon-input-wrapper {
  margin-top: 0.75rem;
}
#etxcart .etx-coupon-input-group {
  display: flex;
  gap: 0.5rem;
}
#etxcart .etx-coupon-input {
  flex: 1;
  padding: 0.75rem 1rem;
  background: var(--cp-bg);
  border: 2px solid var(--cp-border);
  border-radius: 8px;
  font-size: 0.875rem;
  font-family: monospace;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
}
#etxcart .etx-coupon-input:focus {
  outline: none;
  border-color: var(--cp-primary);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}
#etxcart .etx-coupon-input--error {
  border-color: var(--cp-error);
}
#etxcart .etx-coupon-input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#etxcart .etx-coupon-input::placeholder {
  color: var(--cp-text-secondary);
  text-transform: none;
  letter-spacing: normal;
}
#etxcart .etx-coupon-apply,
#etxcart .etx-coupon-cancel {
  padding: 0.75rem 1.25rem;
  border: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
#etxcart .etx-coupon-apply {
  background: var(--cp-primary);
  color: white;
  min-width: 80px;
}
#etxcart .etx-coupon-apply:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#etxcart .etx-coupon-apply:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#etxcart .etx-coupon-cancel {
  background: var(--cp-bg-secondary);
  color: var(--cp-text-secondary);
  padding: 0.75rem;
}
#etxcart .etx-coupon-cancel:hover {
  background: var(--cp-error);
  color: white;
}
#etxcart .etx-coupon-error {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: #fef2f2;
  border-inline-start: 3px solid var(--cp-error);
  color: var(--cp-error);
  font-size: 0.8125rem;
  border-radius: 4px;
}
#etxcart .etx-coupon-applied {
  padding: 1rem;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border: 1px solid var(--cp-success);
  border-radius: 8px;
  position: relative;
}
#etxcart .etx-coupon-applied::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  height: 3px;
  background: var(--cp-success);
  border-radius: 8px 8px 0 0;
}
#etxcart .etx-coupon-applied--success {
  animation: pulseSuccess 0.5s ease;
}
#etxcart .etx-coupon-applied-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#etxcart .etx-coupon-applied-icon {
  color: var(--cp-success);
  font-size: 1.25rem;
}
#etxcart .etx-coupon-applied-details {
  flex: 1;
}
#etxcart .etx-coupon-code {
  font-weight: 600;
  font-size: 0.875rem;
  color: #065f46;
  font-family: monospace;
  margin-bottom: 0.25rem;
}
#etxcart .etx-coupon-discount {
  font-size: 0.8125rem;
  color: #047857;
}
#etxcart .etx-coupon-remove {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1px solid var(--cp-border);
  border-radius: 6px;
  color: var(--cp-text-secondary);
  cursor: pointer;
  transition: all 0.2s ease;
}
#etxcart .etx-coupon-remove:hover {
  background: #fef2f2;
  border-color: var(--cp-error);
  color: var(--cp-error);
}
#etxcart .etx-coupon-coverage {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(16, 185, 129, 0.2);
  font-size: 0.75rem;
  color: #065f46;
}
@keyframes pulseSuccess {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
#etxcart .etx-slide-enter-active,
#etxcart .etx-slide-leave-active {
  transition: all 0.3s ease;
}
#etxcart .etx-slide-enter,
#etxcart .etx-slide-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
#etxcart .etx-fade-enter-active,
#etxcart .etx-fade-leave-active {
  transition: opacity 0.2s;
}
#etxcart .etx-fade-enter,
#etxcart .etx-fade-leave-to {
  opacity: 0;
}
@media (max-width: 480px) {
  #etxcart .etx-coupon-input-group {
    flex-wrap: wrap;
  }
  #etxcart .etx-coupon-input {
    flex: 1 1 100%;
    margin-bottom: 0.5rem;
  }
  #etxcart .etx-coupon-apply,
  #etxcart .etx-coupon-cancel {
    flex: 1;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
#etxcart .etx-payment-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  direction: rtl;
  min-height: 100vh;
  position: relative;
}
#etxcart .etx-payment-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/img/pattern.png") repeat;
  opacity: 0.03;
  pointer-events: none;
}
#etxcart .etx-progress-bar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
#etxcart .etx-progress-bar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #e2e8f0;
  transform: translateY(-50%);
  z-index: 0;
}
#etxcart .etx-progress-bar .etx-progress-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
#etxcart .etx-progress-bar .etx-progress-step i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #718096;
  transition: all 0.3s;
}
#etxcart .etx-progress-bar .etx-progress-step span {
  font-size: 12px;
  color: #718096;
  font-weight: 500;
}
#etxcart .etx-progress-bar .etx-progress-step.etx-step--completed i {
  background: #48bb78;
  border-color: #48bb78;
  color: #ffffff;
}
#etxcart .etx-progress-bar .etx-progress-step.etx-step--completed span {
  color: #2d3748;
}
#etxcart .etx-progress-bar .etx-progress-step.etx-step--active i {
  background: #5a67d8;
  border-color: #5a67d8;
  color: #ffffff;
  animation: pulse 2s infinite;
}
#etxcart .etx-progress-bar .etx-progress-step.etx-step--active span {
  color: #5a67d8;
  font-weight: 600;
}
#etxcart .etx-account-created {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
  display: flex;
  gap: 20px;
  position: relative;
  overflow: hidden;
  animation: slideDown 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#etxcart .etx-account-created::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #5a67d8, #48bb78, #ed8936);
  background-size: 200% 100%;
  animation: shimmer 3s linear infinite;
}
#etxcart .etx-account-created .etx-account-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5a67d8, #48bb78);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#etxcart .etx-account-created .etx-account-icon i {
  font-size: 28px;
  color: #ffffff;
  animation: pulse 2s infinite;
}
#etxcart .etx-account-created .etx-account-content {
  flex: 1;
}
#etxcart .etx-account-created .etx-account-content h3 {
  margin: 0 0 12px 0;
  font-size: 20px;
  color: #2d3748;
  font-weight: 600;
}
#etxcart .etx-account-created .etx-account-content p {
  margin: 0 0 12px 0;
  color: #718096;
  font-size: 14px;
}
#etxcart .etx-account-created .etx-account-content .etx-benefits {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
#etxcart .etx-account-created .etx-account-content .etx-benefits span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #2d3748;
}
#etxcart .etx-account-created .etx-account-content .etx-benefits span i {
  color: #48bb78;
  font-size: 12px;
}
#etxcart .etx-account-created .etx-account-content .etx-login-details {
  background: #f7fafc;
  border-radius: 8px;
  padding: 12px;
}
#etxcart .etx-account-created .etx-account-content .etx-login-details div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #2d3748;
}
#etxcart .etx-account-created .etx-account-content .etx-login-details div:last-child {
  margin-bottom: 0;
}
#etxcart .etx-account-created .etx-account-content .etx-login-details div i {
  color: #5a67d8;
  width: 16px;
}
#etxcart .etx-account-created .etx-dismiss {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: #718096;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
#etxcart .etx-account-created .etx-dismiss:hover {
  background: rgba(0, 0, 0, 0.2);
  transform: rotate(90deg);
}
#etxcart .etx-payment-content {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 24px;
}
@media (max-width: 1024px) {
  #etxcart .etx-payment-content {
    grid-template-columns: 1fr;
  }
}
#etxcart .etx-summary-sidebar .etx-summary-sticky {
  position: sticky;
  top: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  #etxcart .etx-summary-sidebar .etx-summary-sticky {
    position: static;
  }
}
#etxcart .etx-summary-sidebar .etx-summary-header {
  background: linear-gradient(135deg, #5a67d8, rgb(131.25, 141, 225.75));
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#etxcart .etx-summary-sidebar .etx-summary-header h3 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
#etxcart .etx-summary-sidebar .etx-summary-header .etx-order-id {
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 12px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
}
#etxcart .etx-summary-sidebar .etx-summary-items {
  padding: 16px 20px;
  max-height: 250px;
  overflow-y: auto;
  border-bottom: 1px solid #e2e8f0;
}
#etxcart .etx-summary-sidebar .etx-summary-items::-webkit-scrollbar {
  width: 4px;
}
#etxcart .etx-summary-sidebar .etx-summary-items::-webkit-scrollbar-track {
  background: #e2e8f0;
}
#etxcart .etx-summary-sidebar .etx-summary-items::-webkit-scrollbar-thumb {
  background: #718096;
  border-radius: 2px;
}
#etxcart .etx-summary-sidebar .etx-summary-items .etx-summary-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #e2e8f0;
}
#etxcart .etx-summary-sidebar .etx-summary-items .etx-summary-item:last-child {
  border-bottom: none;
}
#etxcart .etx-summary-sidebar .etx-summary-items .etx-summary-item .etx-item-info {
  flex: 1;
}
#etxcart .etx-summary-sidebar .etx-summary-items .etx-summary-item .etx-item-info .etx-item-name {
  display: block;
  color: #2d3748;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
#etxcart .etx-summary-sidebar .etx-summary-items .etx-summary-item .etx-item-info .etx-item-variant {
  display: block;
  color: #718096;
  font-size: 12px;
}
#etxcart .etx-summary-sidebar .etx-summary-items .etx-summary-item .etx-item-price-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
#etxcart .etx-summary-sidebar .etx-summary-items .etx-summary-item .etx-item-price-info .etx-item-qty {
  color: #718096;
  font-size: 13px;
}
#etxcart .etx-summary-sidebar .etx-summary-items .etx-summary-item .etx-item-price-info .etx-item-price {
  color: #2d3748;
  font-weight: 600;
  font-size: 14px;
}
#etxcart .etx-summary-sidebar .etx-summary-pricing {
  padding: 16px 20px;
  background: #f7fafc;
}
#etxcart .etx-summary-sidebar .etx-summary-pricing .etx-price-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
  color: #2d3748;
}
#etxcart .etx-summary-sidebar .etx-summary-pricing .etx-price-row.etx-discount {
  color: #48bb78;
}
#etxcart .etx-summary-sidebar .etx-summary-pricing .etx-price-row.etx-discount .etx-discount-amount {
  font-weight: 600;
}
#etxcart .etx-summary-sidebar .etx-summary-pricing .etx-price-row.etx-total {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 2px solid #5a67d8;
  font-size: 18px;
  font-weight: 600;
}
#etxcart .etx-summary-sidebar .etx-summary-pricing .etx-price-row.etx-total .etx-total-price {
  color: #5a67d8;
  font-size: 22px;
}
#etxcart .etx-summary-sidebar .etx-summary-pricing .etx-price-row .etx-free {
  color: #48bb78;
  font-weight: 600;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping {
  padding: 20px;
  border-top: 1px solid #e2e8f0;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-shipping-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-shipping-header h4 {
  margin: 0;
  font-size: 16px;
  color: #2d3748;
  font-weight: 600;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-shipping-header .etx-edit-btn {
  background: none;
  border: none;
  color: #5a67d8;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 8px;
  transition: all 0.3s;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-shipping-header .etx-edit-btn:hover {
  background: rgba(90, 103, 216, 0.1);
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-display .etx-address-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #718096;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-display .etx-address-line:last-child {
  margin-bottom: 0;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-display .etx-address-line i {
  width: 16px;
  color: rgb(171.6396761134, 180.4453441296, 193.3603238866);
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-edit form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-edit form input {
  padding: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-edit form input:focus {
  outline: none;
  border-color: #5a67d8;
  box-shadow: 0 0 0 3px rgba(90, 103, 216, 0.1);
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-edit form .etx-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-edit form .etx-edit-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-edit form .etx-edit-actions button {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-edit form .etx-edit-actions button.etx-save-btn {
  background: #48bb78;
  color: #ffffff;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-edit form .etx-edit-actions button.etx-save-btn:hover {
  background: rgb(56.3505976096, 151.6494023904, 96.1274900398);
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-edit form .etx-edit-actions button.etx-cancel-btn {
  background: #e2e8f0;
  color: #718096;
}
#etxcart .etx-summary-sidebar .etx-summary-shipping .etx-address-edit form .etx-edit-actions button.etx-cancel-btn:hover {
  background: rgb(192.3863636364, 205.3409090909, 222.6136363636);
}
#etxcart .etx-payment-main {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
}
#etxcart .etx-payment-main .etx-payment-header {
  background: linear-gradient(135deg, #2d3748, rgb(74.4230769231, 90.9615384615, 119.0769230769));
  padding: 24px;
}
#etxcart .etx-payment-main .etx-payment-header .etx-header-content h2 {
  margin: 0 0 12px 0;
  color: #ffffff;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#etxcart .etx-payment-main .etx-payment-header .etx-header-content h2 i {
  color: #48bb78;
}
#etxcart .etx-payment-main .etx-payment-header .etx-header-content .etx-trust-badges {
  display: flex;
  gap: 16px;
}
#etxcart .etx-payment-main .etx-payment-header .etx-header-content .etx-trust-badges span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}
#etxcart .etx-payment-main .etx-payment-header .etx-header-content .etx-trust-badges span i {
  color: #48bb78;
}
#etxcart .etx-payment-main .etx-frame-container {
  background: #ffffff;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-top-bar {
  background: #f7fafc;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #e2e8f0;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-top-bar .etx-payment-amount {
  display: flex;
  align-items: center;
  gap: 8px;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-top-bar .etx-payment-amount span {
  color: #718096;
  font-size: 14px;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-top-bar .etx-payment-amount strong {
  color: #5a67d8;
  font-size: 20px;
  font-weight: 700;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-top-bar .etx-payment-timer {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  color: #ed8936;
  font-size: 14px;
  font-weight: 500;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-top-bar .etx-payment-timer i {
  animation: pulse 1s infinite;
}
#etxcart .etx-payment-main .etx-frame-container .etx-iframe-wrapper {
  position: relative;
  background: #f7fafc;
  min-height: 600px;
}
#etxcart .etx-payment-main .etx-frame-container .etx-iframe-wrapper iframe {
  width: 100%;
  border: none;
  background: #ffffff;
  transition: height 0.3s;
}
#etxcart .etx-payment-main .etx-frame-container .etx-iframe-wrapper .etx-iframe-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
#etxcart .etx-payment-main .etx-frame-container .etx-iframe-wrapper .etx-iframe-loading .etx-loading-content {
  text-align: center;
}
#etxcart .etx-payment-main .etx-frame-container .etx-iframe-wrapper .etx-iframe-loading .etx-loading-content .etx-spinner-circle {
  width: 60px;
  height: 60px;
  border: 4px solid #e2e8f0;
  border-top-color: #5a67d8;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 20px;
}
#etxcart .etx-payment-main .etx-frame-container .etx-iframe-wrapper .etx-iframe-loading .etx-loading-content p {
  color: #718096;
  font-size: 14px;
  margin-bottom: 16px;
}
#etxcart .etx-payment-main .etx-frame-container .etx-iframe-wrapper .etx-iframe-loading .etx-loading-content .etx-loading-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}
#etxcart .etx-payment-main .etx-frame-container .etx-iframe-wrapper .etx-iframe-loading .etx-loading-content .etx-loading-dots span {
  width: 8px;
  height: 8px;
  background: #5a67d8;
  border-radius: 50%;
  animation: pulse 1.4s infinite;
}
#etxcart .etx-payment-main .etx-frame-container .etx-iframe-wrapper .etx-iframe-loading .etx-loading-content .etx-loading-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
#etxcart .etx-payment-main .etx-frame-container .etx-iframe-wrapper .etx-iframe-loading .etx-loading-content .etx-loading-dots span:nth-child(3) {
  animation-delay: 0.4s;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-bottom {
  padding: 20px 24px;
  background: #f7fafc;
  border-top: 1px solid #e2e8f0;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-bottom .etx-security-text {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #718096;
  font-size: 13px;
  margin-bottom: 16px;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-bottom .etx-security-text i {
  color: #5a67d8;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-bottom .etx-payment-methods {
  display: flex;
  justify-content: center;
  gap: 16px;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-bottom .etx-payment-methods img {
  height: 32px;
  opacity: 0.6;
  transition: all 0.3s;
}
#etxcart .etx-payment-main .etx-frame-container .etx-frame-bottom .etx-payment-methods img:hover {
  opacity: 1;
  transform: scale(1.1);
}
#etxcart .etx-support-float {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 100;
}
#etxcart .etx-support-float .etx-support-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5a67d8, #48bb78);
  border: none;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#etxcart .etx-support-float .etx-support-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
#etxcart .etx-support-float .etx-support-btn i {
  animation: pulse 2s infinite;
}
#etxcart .etx-support-float .etx-support-popup {
  position: absolute;
  bottom: 70px;
  left: 0;
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  animation: slideUp 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#etxcart .etx-support-float .etx-support-popup h4 {
  margin: 0 0 8px 0;
  font-size: 16px;
  color: #2d3748;
}
#etxcart .etx-support-float .etx-support-popup p {
  margin: 0 0 12px 0;
  font-size: 13px;
  color: #718096;
}
#etxcart .etx-support-float .etx-support-popup a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 8px;
  transition: all 0.3s;
}
#etxcart .etx-support-float .etx-support-popup a.etx-support-call {
  background: #5a67d8;
  color: #ffffff;
}
#etxcart .etx-support-float .etx-support-popup a.etx-support-call:hover {
  background: rgb(48.75, 65, 206.25);
}
#etxcart .etx-support-float .etx-support-popup a.etx-support-whatsapp {
  background: #25d366;
  color: #ffffff;
}
#etxcart .etx-support-float .etx-support-popup a.etx-support-whatsapp:hover {
  background: rgb(29.3911290323, 167.6088709677, 81.0241935484);
}
@media (max-width: 768px) {
  #etxcart .etx-payment-page {
    padding: 12px;
  }
  #etxcart .etx-payment-content {
    grid-template-columns: 1fr;
  }
  #etxcart .etx-summary-sidebar {
    order: 2;
  }
  #etxcart .etx-payment-main {
    order: 1;
  }
  #etxcart .etx-progress-bar {
    padding: 12px;
  }
  #etxcart .etx-progress-bar .etx-progress-step span {
    display: none;
  }
}
/* Variables & Base */
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes click-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes toast-slide-in {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes toast-slide-out {
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dc-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes dc-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}
@keyframes checkIn {
  0% {
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
  50% {
    transform: translateY(-50%) scale(1.2);
  }
  100% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
}
@media (max-width: 375px) {
  .dc-autocomplete-dropdown {
    max-height: 160px;
  }
  .dc-autocomplete-dropdown .dc-autocomplete-item {
    padding: 10px;
  }
  .dc-autocomplete-dropdown .dc-autocomplete-item .main-text {
    font-size: 12px;
  }
  .dc-autocomplete-dropdown .dc-autocomplete-item .secondary-text {
    font-size: 11px;
  }
}
@media (max-height: 500px) and (orientation: landscape) {
  .dc-autocomplete-dropdown {
    max-height: 140px !important;
  }
}
@keyframes slideUpButton {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}
@keyframes checkIn {
  0% {
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
  50% {
    transform: translateY(-50%) scale(1.2);
  }
  100% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .dc-autocomplete-dropdown {
    -webkit-overflow-scrolling: touch;
  }
  
  select {
    font-size: 16px !important;
  }
}
.etx-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99997;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
}
.etx-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 99998;
  cursor: pointer;
  animation: fadeIn 0.3s ease;
  pointer-events: auto;
}
.etx-popup-type1,
.etx-popup-type2,
.etx-popup-type3,
.etx-popup-type4,
.etx-popup-type5 {
  position: relative;
  background: var(--popup-bg, white);
  color: var(--popup-color, #333333);
  border-radius: var(--popup-radius, 16px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: 90vw;
  max-height: 90vh;
  overflow: auto;
  animation: slideUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 99999;
  pointer-events: auto;
}
.etx-popup-type1::-webkit-scrollbar,
.etx-popup-type2::-webkit-scrollbar,
.etx-popup-type3::-webkit-scrollbar,
.etx-popup-type4::-webkit-scrollbar,
.etx-popup-type5::-webkit-scrollbar {
  width: 6px;
}
.etx-popup-type1::-webkit-scrollbar-track,
.etx-popup-type2::-webkit-scrollbar-track,
.etx-popup-type3::-webkit-scrollbar-track,
.etx-popup-type4::-webkit-scrollbar-track,
.etx-popup-type5::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.etx-popup-type1::-webkit-scrollbar-thumb,
.etx-popup-type2::-webkit-scrollbar-thumb,
.etx-popup-type3::-webkit-scrollbar-thumb,
.etx-popup-type4::-webkit-scrollbar-thumb,
.etx-popup-type5::-webkit-scrollbar-thumb {
  background: var(--popup-color, #888);
  opacity: 0.3;
  border-radius: 10px;
}
.etx-popup-type1::-webkit-scrollbar-thumb:hover,
.etx-popup-type2::-webkit-scrollbar-thumb:hover,
.etx-popup-type3::-webkit-scrollbar-thumb:hover,
.etx-popup-type4::-webkit-scrollbar-thumb:hover,
.etx-popup-type5::-webkit-scrollbar-thumb:hover {
  opacity: 0.5;
}
.etx-popup-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.etx-popup-close-btn:hover {
  background: white;
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.etx-popup-close-btn svg {
  width: 20px;
  height: 20px;
  color: #374151;
}
.etx-popup-content {
  padding: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .etx-popup-content {
    padding: 24px;
  }
}
.etx-popup-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 12px;
  color: inherit;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .etx-popup-title {
    font-size: 22px;
  }
}
.etx-popup-text {
  font-size: 16px;
  margin: 0 0 24px;
  color: inherit;
  opacity: 0.9;
  line-height: 1.6;
}
.etx-popup-form {
  margin: 24px 0;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.etx-field {
  margin-bottom: 20px;
  text-align: right;
  position: relative;
  z-index: 3;
}
.etx-field.etx-field-privacy {
  margin-top: 24px;
}
.etx-field-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: inherit;
  opacity: 0.9;
  text-align: right;
}
.etx-field-label .etx-required {
  color: currentColor;
  opacity: 1;
  margin-right: 2px;
}
.etx-input,
.etx-textarea,
.etx-select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-size: 16px;
  font-family: inherit;
  transition: all 0.2s ease;
  background: rgba(255, 255, 255, 0.95);
  color: #111827;
  position: relative;
  z-index: 4;
}
.etx-input:hover,
.etx-textarea:hover,
.etx-select:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgb(255, 255, 255);
}
.etx-input:focus,
.etx-textarea:focus,
.etx-select:focus {
  outline: none;
  border-color: var(--popup-btn-bg, #5B6FED);
  box-shadow: 0 0 0 3px rgba(91, 111, 237, 0.1);
  background: white;
  z-index: 5;
}
.etx-input::placeholder,
.etx-textarea::placeholder,
.etx-select::placeholder {
  color: #9CA3AF;
}
.etx-input.etx-invalid,
.etx-textarea.etx-invalid,
.etx-select.etx-invalid {
  border-color: #EF4444;
}
.etx-input.etx-invalid:focus,
.etx-textarea.etx-invalid:focus,
.etx-select.etx-invalid:focus {
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.etx-input:disabled,
.etx-textarea:disabled,
.etx-select:disabled {
  background: #F9FAFB;
  cursor: not-allowed;
  opacity: 0.6;
}
.etx-textarea {
  min-height: 100px;
  resize: vertical;
}
.etx-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 20px;
  padding-left: 40px;
}
.etx-privacy-wrapper {
  position: relative;
  z-index: 3;
}
.etx-privacy-wrapper .etx-privacy-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transition: all 0.2s ease;
}
.etx-privacy-wrapper .etx-privacy-label:hover {
  background: rgba(255, 255, 255, 0.15);
}
.etx-privacy-wrapper .etx-privacy-checkbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-top: 2px;
  accent-color: var(--popup-btn-bg, #5B6FED);
  cursor: pointer;
  position: relative;
  z-index: 4;
}
.etx-privacy-wrapper .etx-privacy-text {
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
  color: inherit;
  opacity: 0.9;
}
.etx-privacy-wrapper .etx-privacy-text a {
  color: var(--popup-btn-bg, #5B6FED);
  text-decoration: underline;
  font-weight: 600;
  opacity: 1;
  position: relative;
  z-index: 5;
}
.etx-privacy-wrapper .etx-privacy-text a:hover {
  filter: brightness(1.2);
}
.etx-field-error {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  padding: 8px 12px;
  background: #FEE2E2;
  border: 1px solid #FECACA;
  border-radius: 6px;
  color: #991B1B;
  font-size: 13px;
  text-align: right;
  animation: shake 0.5s ease;
  position: relative;
  z-index: 6;
}
.etx-field-error svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.etx-btn {
  padding: 14px 28px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 120px;
  position: relative;
  z-index: 5;
}
.etx-btn.etx-btn-primary {
  background: var(--popup-btn-bg, #5B6FED);
  color: var(--popup-btn-color, white);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
}
.etx-btn.etx-btn-primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  filter: brightness(1.1);
  z-index: 6;
}
.etx-btn.etx-btn-primary:active {
  transform: translateY(0);
}
.etx-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}
.etx-dice-item {
  background: var(--game-bg, #F3F4F6);
  color: var(--game-color, #333333);
  position: relative;
  z-index: 2;
}
.etx-dice-item.etx-active {
  border-color: var(--popup-btn-bg, #5B6FED);
  z-index: 3;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}
[dir=rtl] .etx-field-label,
[dir=rtl] .etx-field,
[dir=rtl] .etx-privacy-text,
[dir=rtl] .etx-field-error {
  text-align: right;
}
[dir=rtl] .etx-popup-close-btn {
  right: auto;
  left: 16px;
}
[dir=rtl] .etx-select {
  background-position: right 12px center;
  padding-right: 40px;
  padding-left: 16px;
}
[dir=rtl] .etx-required {
  margin-right: 0;
  margin-left: 2px;
}
@media (max-width: 640px) {
  .etx-popup-type1,
  .etx-popup-type2,
  .etx-popup-type3,
  .etx-popup-type4,
  .etx-popup-type5 {
    margin: 20px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
  }
  .etx-popup-content {
    padding: 24px 20px;
  }
  .etx-dice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
#etx-popup .etx-popup-type1 {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: etx-popup-scale-in 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#etx-popup .etx-popup-type1 .etx-popup-split {
  display: flex;
  min-height: 500px;
}
@media (max-width: 768px) {
  #etx-popup .etx-popup-type1 .etx-popup-split {
    flex-direction: column;
    min-height: auto;
  }
}
#etx-popup .etx-popup-type1 .etx-popup-image {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #etx-popup .etx-popup-type1 .etx-popup-image {
    flex: none;
    height: 280px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  #etx-popup .etx-popup-type1 .etx-popup-image {
    height: 200px;
  }
}
#etx-popup .etx-popup-type1 .etx-popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
#etx-popup .etx-popup-type1 .etx-popup-content {
  flex: 0 0 50%;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: right;
}
@media (max-width: 992px) {
  #etx-popup .etx-popup-type1 .etx-popup-content {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  #etx-popup .etx-popup-type1 .etx-popup-content {
    flex: 1;
    padding: 32px;
  }
}
@media (max-width: 480px) {
  #etx-popup .etx-popup-type1 .etx-popup-content {
    padding: 24px;
  }
}
#etx-popup .etx-popup-type1 .etx-popup-title {
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: inherit;
}
@media (max-width: 768px) {
  #etx-popup .etx-popup-type1 .etx-popup-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  #etx-popup .etx-popup-type1 .etx-popup-title {
    font-size: 24px;
  }
}
#etx-popup .etx-popup-type1 .etx-popup-text {
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 1.6;
  color: inherit;
  opacity: 0.9;
}
@media (max-width: 768px) {
  #etx-popup .etx-popup-type1 .etx-popup-text {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
#etx-popup .etx-popup-type1 .etx-popup-form {
  width: 100%;
}
#etx-popup .etx-popup-type1 .etx-popup-form > * {
  margin-bottom: 20px;
}
#etx-popup .etx-popup-type1 .etx-popup-form > *:last-child {
  margin-bottom: 0;
  margin-top: 28px;
}
@media (max-width: 768px) {
  #etx-popup .etx-popup-type1 .etx-popup-form > * {
    margin-bottom: 16px;
  }
  #etx-popup .etx-popup-type1 .etx-popup-form > *:last-child {
    margin-top: 24px;
  }
}
#etx-popup .etx-popup-type1 .etx-btn {
  width: 100%;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: none;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
}
#etx-popup .etx-popup-type1 .etx-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  filter: brightness(1.05);
}
#etx-popup .etx-popup-type1 .etx-btn:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#etx-popup .etx-popup-type1 .etx-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
}
#etx-popup .etx-popup-type1 .etx-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#etx-popup .etx-popup-type1 .etx-btn:disabled span::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
  border-top-color: transparent;
  animation: etx-spin 0.8s linear infinite;
}
#etx-popup .etx-popup-type1 :deep(.etx-popup-close-btn) {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
}
[dir=rtl] #etx-popup .etx-popup-type1 .etx-popup-split {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  [dir=rtl] #etx-popup .etx-popup-type1 .etx-popup-split {
    flex-direction: column;
  }
}
[dir=rtl] #etx-popup .etx-popup-type1 :deep(.etx-popup-close-btn) {
  right: auto;
  left: 16px;
}
[dir=ltr] #etx-popup .etx-popup-type1 .etx-popup-content {
  text-align: left;
}
@media (max-height: 600px) and (orientation: landscape) {
  #etx-popup .etx-popup-type1 .etx-popup-split {
    min-height: auto;
  }
  #etx-popup .etx-popup-type1 .etx-popup-image {
    flex: 0 0 35%;
  }
  #etx-popup .etx-popup-type1 .etx-popup-content {
    flex: 1;
    padding: 24px 32px;
  }
  #etx-popup .etx-popup-type1 .etx-popup-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  #etx-popup .etx-popup-type1 .etx-popup-text {
    margin-bottom: 20px;
  }
}
@media (prefers-contrast: high) {
  #etx-popup .etx-popup-type1 {
    border: 2px solid currentColor;
  }
}
@media (prefers-reduced-motion: reduce) {
  #etx-popup .etx-popup-type1 {
    animation: none;
  }
  #etx-popup .etx-popup-type1 .etx-btn {
    transition: none;
  }
}
@keyframes etx-popup-scale-in {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes etx-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#etx-popup .etx-popup-type1 .etx-field {
  margin-bottom: 20px;
}
#etx-popup .etx-popup-type1 .etx-field:last-child {
  margin-bottom: 0;
}
#etx-popup .etx-popup-type1 .etx-field.etx-field-privacy .etx-privacy-checkbox:not(:checked) {
  background: transparent !important;
}
#etx-popup .etx-popup-type1[data-dark-bg=true] .etx-field input,
#etx-popup .etx-popup-type1[data-dark-bg=true] .etx-field textarea,
#etx-popup .etx-popup-type1[data-dark-bg=true] .etx-field select {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}
#etx-popup .etx-popup-type1[data-dark-bg=true] .etx-field input::placeholder,
#etx-popup .etx-popup-type1[data-dark-bg=true] .etx-field textarea::placeholder,
#etx-popup .etx-popup-type1[data-dark-bg=true] .etx-field select::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#etx-popup .etx-popup-type1[data-dark-bg=true] .etx-field input:focus,
#etx-popup .etx-popup-type1[data-dark-bg=true] .etx-field textarea:focus,
#etx-popup .etx-popup-type1[data-dark-bg=true] .etx-field select:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}
#etx-popup {
  /* Type 2 Specific Styles */
}
#etx-popup .etx-popup-type2 {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 6px rgba(0, 0, 0, 0.07), 0 12px 16px rgba(0, 0, 0, 0.08), 0 24px 32px rgba(0, 0, 0, 0.12), 0 40px 64px rgba(0, 0, 0, 0.16);
  border-radius: var(--popup-radius, 16px);
  overflow: hidden;
}
#etx-popup .etx-popup-bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  min-height: 500px;
  background-color: #f5f5f5;
}
#etx-popup {
  /* שכבה כהה מעל התמונה */
}
#etx-popup .etx-popup-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}
#etx-popup .etx-popup-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 400px;
  padding: 40px;
  /* משתמש במשתנה במקום צבע קשיח */
  background: var(--popup-bg, rgba(255, 255, 255, 0.98));
  color: var(--popup-color, #333333);
  backdrop-filter: blur(20px);
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.15), 0 20px 40px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#etx-popup .etx-popup-title {
  color: inherit;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
#etx-popup .etx-popup-text {
  color: inherit;
  opacity: 0.9;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.6;
}
#etx-popup .etx-popup-type2 .etx-popup-form {
  position: relative;
  z-index: 3;
}
#etx-popup {
  /* שדות - התאמה לרקע כהה */
}
#etx-popup .etx-popup-type2 .etx-field input,
#etx-popup .etx-popup-type2 .etx-field textarea,
#etx-popup .etx-popup-type2 .etx-field select {
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: #111827;
  position: relative;
  z-index: 4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
#etx-popup .etx-popup-type2 .etx-field input:focus,
#etx-popup .etx-popup-type2 .etx-field textarea:focus,
#etx-popup .etx-popup-type2 .etx-field select:focus {
  background: white;
  border-color: var(--popup-btn-bg, #5B6FED);
  box-shadow: 0 0 0 3px rgba(91, 111, 237, 0.1);
  z-index: 5;
}
#etx-popup .etx-popup-type2 .etx-privacy-wrapper {
  position: relative;
  z-index: 4;
}
#etx-popup .etx-popup-type2 .etx-privacy-label {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
#etx-popup .etx-popup-type2 .etx-privacy-label:hover {
  background: rgba(0, 0, 0, 0.05);
}
#etx-popup .etx-popup-type2 .etx-btn {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 300px;
  margin: 20px auto 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
#etx-popup .etx-popup-type2 .etx-popup-close-btn {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
#etx-popup .etx-popup-type2 .etx-popup-close-btn:hover {
  background: white;
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.2);
}
#etx-popup .etx-popup-type2 .etx-field-error {
  position: relative;
  z-index: 6;
  background: #FEE2E2;
  border: 1px solid #FECACA;
}
@media (max-width: 640px) {
  #etx-popup .etx-popup-type2 {
    max-width: calc(100vw - 40px);
  }
  #etx-popup .etx-popup-bg {
    padding: 40px 20px;
    min-height: 450px;
  }
  #etx-popup .etx-popup-content {
    padding: 24px;
    max-width: 100%;
  }
  #etx-popup .etx-popup-title {
    font-size: 22px;
  }
  #etx-popup .etx-popup-text {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  #etx-popup .etx-popup-bg {
    padding: 30px 15px;
  }
  #etx-popup .etx-popup-content {
    padding: 20px;
  }
  #etx-popup .etx-popup-title {
    font-size: 20px;
  }
}
#etx-popup .etx-popup-type3 {
  animation: etx-slideUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
}
#etx-popup {
  /* Close Button */
}
#etx-popup .etx-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  backdrop-filter: blur(10px);
}
#etx-popup .etx-close-btn:hover {
  transform: rotate(90deg) scale(1.1);
}
#etx-popup {
  /* Inner Content */
}
#etx-popup .etx-popup-inner {
  position: relative;
  text-align: center;
}
#etx-popup {
  /* Typography */
}
#etx-popup .etx-popup-title {
  margin: 0 0 12px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
#etx-popup .etx-popup-text {
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
}
#etx-popup {
  /* Form */
}
#etx-popup .etx-popup-form {
  width: 100%;
  margin-top: 25px;
}
#etx-popup .etx-field-wrapper {
  margin-bottom: 20px;
}
#etx-popup .etx-field-group {
  width: 100%;
  text-align: right;
}
#etx-popup .etx-field-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.9;
  text-align: right;
}
#etx-popup .etx-required {
  color: currentColor;
  opacity: 1;
  font-weight: 700;
  margin-right: 3px;
}
#etx-popup {
  /* Inputs */
}
#etx-popup .etx-input-container {
  position: relative;
}
#etx-popup .etx-input {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  outline: none;
  backdrop-filter: blur(10px);
  text-align: right;
  direction: rtl;
}
#etx-popup .etx-input-email {
  padding-left: 45px;
}
#etx-popup .etx-input::placeholder {
  color: var(--placeholder-color);
}
#etx-popup .etx-input:focus {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
#etx-popup .etx-input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  opacity: 0.6;
}
#etx-popup {
  /* Privacy Checkbox */
}
#etx-popup .etx-privacy-field {
  margin: 25px 0;
  text-align: right;
}
#etx-popup .etx-privacy-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
  direction: rtl;
}
#etx-popup .etx-privacy-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#etx-popup .etx-checkbox-indicator {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 2px solid;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-top: 2px;
  backdrop-filter: blur(10px);
}
#etx-popup .etx-privacy-checkbox:checked ~ .etx-checkbox-indicator {
  background-color: var(--popup-color);
  border-color: var(--popup-color);
}
#etx-popup .etx-privacy-checkbox:checked ~ .etx-checkbox-indicator::after {
  content: "✓";
  color: var(--popup-bg);
  font-size: 14px;
  font-weight: bold;
}
#etx-popup .etx-privacy-text {
  flex: 1;
  opacity: 0.95;
}
#etx-popup .etx-privacy-link {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}
#etx-popup .etx-privacy-link:hover {
  opacity: 0.8;
}
#etx-popup {
  /* Submit Button */
}
#etx-popup .etx-submit-btn {
  width: 100%;
  padding: 16px 24px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 30px;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
  overflow: hidden;
}
#etx-popup .etx-submit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
#etx-popup .etx-submit-btn:hover::before {
  left: 100%;
}
#etx-popup .etx-submit-btn:not(:disabled):hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
#etx-popup .etx-submit-btn:not(:disabled):active {
  transform: translateY(-1px);
}
#etx-popup .etx-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
#etx-popup .etx-loading {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
#etx-popup .etx-spinner {
  animation: etx-spin 1s linear infinite;
}
#etx-popup {
  /* Animations */
}
@keyframes etx-slideUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes etx-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#etx-popup {
  /* Mobile */
}
@media (max-width: 768px) {
  #etx-popup .etx-popup-type3 {
    padding: 35px 25px;
    margin: 20px;
    max-width: calc(100% - 40px);
  }
  #etx-popup .etx-popup-title {
    font-size: 26px;
  }
  #etx-popup .etx-popup-text {
    font-size: 15px;
  }
  #etx-popup .etx-close-btn {
    width: 36px;
    height: 36px;
  }
  #etx-popup .etx-submit-btn {
    font-size: 16px;
    padding: 14px 20px;
  }
}
#etx-popup {
  /* RTL */
}
#etx-popup [dir=rtl] .etx-close-btn {
  right: auto;
  left: 20px;
}
#etx-popup {
  /* Container */
}
#etx-popup .etx-popup-type4 {
  position: relative;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  animation: etx-scaleIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  direction: rtl;
}
#etx-popup {
  /* כפתור סגירה */
}
#etx-popup .etx-popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: inherit;
  z-index: 100;
}
#etx-popup .etx-popup-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}
#etx-popup {
  /* Layout מפוצל */
}
#etx-popup .etx-game-layout {
  display: flex;
  height: 100%;
  min-height: 500px;
  max-height: 600px;
  direction: rtl;
}
#etx-popup {
  /* צד הפרסים */
}
#etx-popup .etx-prizes-side {
  flex: 0 0 50%;
  background: rgba(0, 0, 0, 0.02);
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
#etx-popup .etx-prizes-side.etx-game-active {
  background: linear-gradient(135deg, rgba(91, 111, 237, 0.05), rgba(91, 111, 237, 0.02));
}
#etx-popup .etx-prizes-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
#etx-popup .etx-prizes-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}
#etx-popup .etx-prizes-badge i {
  color: #f59e0b;
}
#etx-popup .etx-prizes-timer {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  background: rgba(239, 68, 68, 0.1);
  border-radius: 20px;
  font-size: 0.8rem;
  color: #dc2626;
  font-weight: 600;
}
#etx-popup .etx-prizes-timer i {
  font-size: 0.75rem;
}
#etx-popup {
  /* רשת פרסים 3x3 */
}
#etx-popup .etx-prizes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 0.625rem;
  flex: 1;
  margin-bottom: 0.75rem;
}
#etx-popup .etx-prizes-grid.etx-rolling-active .etx-prize-card {
  transition: all 0.15s ease;
}
#etx-popup .etx-prize-card {
  position: relative;
  padding: 0.75rem 0.5rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
  min-height: 85px;
}
#etx-popup .etx-prize-card.etx-top-prize {
  animation: shimmer 3s infinite;
}
#etx-popup .etx-prize-card.etx-highlight {
  animation: highlightPulse 0.3s ease;
}
#etx-popup .etx-prize-card.etx-winner {
  color: white !important;
  animation: winnerBounce 0.6s ease;
}
#etx-popup .etx-prize-card.etx-winner .etx-prize-value,
#etx-popup .etx-prize-card.etx-winner .etx-prize-label {
  color: white !important;
}
#etx-popup .etx-top-badge {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  padding: 0.125rem 0.375rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.6rem;
  font-weight: bold;
  color: #333;
}
#etx-popup .etx-top-badge i {
  font-size: 0.5rem;
  color: #333;
}
#etx-popup .etx-prize-value {
  display: flex;
  align-items: baseline;
  gap: 0.125rem;
  margin-bottom: 0.25rem;
}
#etx-popup .etx-prize-value .etx-prize-number {
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1;
}
#etx-popup .etx-prize-value .etx-prize-unit {
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0.8;
}
#etx-popup .etx-prize-value .etx-prize-icon {
  font-size: 1.25rem;
  opacity: 0.6;
}
#etx-popup .etx-prize-label {
  font-size: 0.625rem;
  text-align: center;
  line-height: 1.1;
  opacity: 0.8;
}
#etx-popup .etx-winner-indicator {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
}
#etx-popup .etx-winner-circle {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: winnerPop 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#etx-popup .etx-winner-circle i {
  font-size: 28px;
  color: #10b981;
}
#etx-popup {
  /* סטטוס משחק */
}
#etx-popup .etx-game-status {
  text-align: center;
  padding: 0.875rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#etx-popup .etx-rolling-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
}
#etx-popup .etx-rolling-status span {
  font-size: 0.875rem;
  font-weight: 600;
}
#etx-popup .etx-dice-animation {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 0.5rem;
}
#etx-popup .etx-dice-animation i {
  font-size: 1.5rem;
  animation: diceRoll 0.6s infinite;
}
#etx-popup .etx-dice-animation i:nth-child(1) {
  animation-delay: 0s;
  color: #ef4444;
}
#etx-popup .etx-dice-animation i:nth-child(2) {
  animation-delay: 0.1s;
  color: #3b82f6;
}
#etx-popup .etx-dice-animation i:nth-child(3) {
  animation-delay: 0.2s;
  color: #10b981;
}
#etx-popup .etx-progress-bar {
  width: 120px;
  height: 3px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
  margin-top: 0.25rem;
}
#etx-popup .etx-progress-bar .etx-progress-fill {
  height: 100%;
  background: currentColor;
  animation: progressFill 2s ease-in-out;
}
#etx-popup .etx-roll-btn {
  position: relative;
  padding: 0.625rem 1.25rem;
  background: var(--btn-bg);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: visible;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#etx-popup .etx-roll-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
#etx-popup .etx-pulse-ring {
  position: absolute;
  inset: -10px;
  border: 2px solid currentColor;
  border-radius: 12px;
  opacity: 0;
  animation: pulseRing 2s infinite;
}
#etx-popup .etx-winner-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
#etx-popup .etx-winner-badge {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: #10b981;
  font-weight: 700;
  font-size: 1rem;
}
#etx-popup .etx-winner-badge i {
  color: gold;
}
#etx-popup .etx-winner-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
#etx-popup .etx-winner-details strong {
  font-size: 1.25rem;
  color: inherit;
}
#etx-popup .etx-winner-details span {
  font-size: 0.75rem;
  opacity: 0.8;
}
#etx-popup {
  /* צד הטופס */
}
#etx-popup .etx-form-side {
  flex: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#etx-popup .etx-main-header {
  text-align: center;
  margin-bottom: 1.25rem;
}
#etx-popup .etx-header-icon {
  font-size: 2rem;
  color: inherit;
  opacity: 0.5;
  margin-bottom: 0.5rem;
}
#etx-popup .etx-main-header h3 {
  margin: 0 0 0.375rem;
  font-size: 1.625rem;
  font-weight: 800;
  color: inherit;
}
#etx-popup .etx-main-header p {
  margin: 0;
  font-size: 0.875rem;
  opacity: 0.8;
  line-height: 1.4;
}
#etx-popup {
  /* טופס קומפקטי */
}
#etx-popup .etx-compact-form form {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
#etx-popup .etx-form-grid {
  display: grid;
  gap: 0.75rem;
}
#etx-popup .etx-field-compact {
  position: relative;
}
#etx-popup .etx-input-group {
  position: relative;
}
#etx-popup .etx-input-group i:first-child {
  position: absolute;
  right: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  opacity: 0.4;
  font-size: 0.8rem;
}
#etx-popup .etx-input-compact {
  width: 100%;
  padding: 0.75rem 2.25rem 0.75rem 0.875rem;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.5);
  color: inherit;
  transition: all 0.3s ease;
  direction: rtl;
}
#etx-popup .etx-input-compact:focus {
  outline: none;
  border-color: currentColor;
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
#etx-popup .etx-input-compact::placeholder {
  color: inherit;
  opacity: 0.4;
}
#etx-popup .etx-field-check {
  position: absolute;
  left: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  color: #10b981;
  animation: checkIn 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#etx-popup {
  /* Privacy קומפקטי */
}
#etx-popup .etx-privacy-compact {
  margin: 0.25rem 0;
}
#etx-popup .etx-privacy-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.8rem;
}
#etx-popup .etx-privacy-label input[type=checkbox] {
  display: none;
}
#etx-popup .etx-checkbox-box {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid currentColor;
  border-radius: 4px;
  position: relative;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
#etx-popup .etx-checkbox-box i {
  font-size: 0.7rem;
  font-weight: bold;
}
#etx-popup .etx-privacy-text {
  flex: 1;
}
#etx-popup .etx-privacy-text a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}
#etx-popup {
  /* כפתור שחק */
}
#etx-popup .etx-play-btn {
  position: relative;
  width: 100%;
  padding: 0.875rem;
  border: none;
  border-radius: 12px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  margin-top: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#etx-popup .etx-play-btn.etx-ready {
  animation: pulse 2s infinite;
}
#etx-popup .etx-play-btn.etx-ready .etx-arrow {
  animation: slideArrow 1.5s infinite;
}
#etx-popup .etx-play-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
#etx-popup .etx-play-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#etx-popup .etx-btn-content,
#etx-popup .etx-btn-loading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#etx-popup .etx-btn-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shine 3s infinite;
}
#etx-popup {
  /* אינדיקטורים */
}
#etx-popup .etx-form-indicators {
  display: flex;
  justify-content: center;
  gap: 0.875rem;
  margin-top: 0.625rem;
}
#etx-popup .etx-progress-indicator {
  width: 100%;
}
#etx-popup .etx-progress-track {
  height: 6px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
#etx-popup .etx-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #3b82f6, #10b981);
  border-radius: 3px;
  transition: width 0.3s ease;
}
#etx-popup .etx-progress-text {
  font-size: 0.75rem;
  opacity: 0.6;
  text-align: center;
  display: block;
}
#etx-popup {
  /* הודעות משחק */
}
#etx-popup .etx-loading-message,
#etx-popup .etx-error-message,
#etx-popup .etx-game-message {
  text-align: center;
  padding: 2rem 1rem;
}
#etx-popup .etx-spinner-container {
  margin-bottom: 1rem;
}
#etx-popup .etx-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(91, 111, 237, 0.1);
  border-top-color: #5B6FED;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto;
}
#etx-popup .etx-error-icon {
  font-size: 2.5rem;
  color: #ef4444;
  margin-bottom: 0.75rem;
}
#etx-popup .etx-message-icon {
  font-size: 2.5rem;
  color: inherit;
  opacity: 0.5;
  margin-bottom: 0.75rem;
}
#etx-popup .etx-message-icon i {
  animation: bounce 2s infinite;
}
#etx-popup .etx-retry-btn {
  margin-top: 1rem;
  padding: 0.625rem 1.25rem;
  border: none;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
#etx-popup .etx-retry-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
#etx-popup {
  /* תוצאת זכייה */
}
#etx-popup .etx-result-display {
  text-align: center;
  position: relative;
}
#etx-popup .etx-confetti-burst {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}
#etx-popup .etx-confetti {
  position: absolute;
  top: 0;
  left: calc(var(--i) * 8.33%);
  font-size: 1.5rem;
  animation: confettiFloat 3s ease-out;
  animation-delay: calc(var(--i) * 0.1s);
}
#etx-popup .etx-congrats-title {
  margin: 0 0 1.25rem;
  font-size: 1.625rem;
  color: #10b981;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#etx-popup .etx-congrats-title i {
  color: gold;
}
#etx-popup .etx-prize-box {
  padding: 1.25rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(16, 185, 129, 0.05));
  border: 2px solid #10b981;
  border-radius: 14px;
  margin-bottom: 1.25rem;
}
#etx-popup .etx-prize-amount {
  font-size: 2.25rem;
  font-weight: 800;
  color: #10b981;
  margin-bottom: 0.375rem;
}
#etx-popup .etx-prize-desc {
  font-size: 0.875rem;
  opacity: 0.8;
}
#etx-popup {
  /* קופון משודרג */
}
#etx-popup .etx-coupon-section {
  margin: 1.5rem 0;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
  border-radius: 16px;
  border: 2px dashed #3b82f6;
}
#etx-popup .etx-coupon-label {
  font-size: 0.875rem;
  opacity: 0.7;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}
#etx-popup .etx-coupon-code {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: white;
  border-radius: 12px;
  margin: 1rem 0;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
#etx-popup .etx-coupon-code:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#etx-popup .etx-code-text {
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: 3px;
  background: linear-gradient(135deg, #3b82f6, #10b981);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Courier New", monospace;
}
#etx-popup .etx-copy-btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 2px solid #e5e7eb;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #6b7280;
}
#etx-popup .etx-copy-btn:hover {
  background: #3b82f6;
  color: white;
  border-color: #3b82f6;
}
#etx-popup .etx-copied-msg {
  margin-top: 0.5rem;
  color: #10b981;
  font-weight: 700;
  font-size: 0.875rem;
  animation: fadeInUp 0.3s ease;
}
#etx-popup .etx-coupon-expiry {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
#etx-popup .etx-claim-btn {
  margin-top: 1rem;
  padding: 0.875rem 1.5rem;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
#etx-popup .etx-claim-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
#etx-popup {
  /* Animations */
}
@keyframes etx-scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes shimmer {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@keyframes highlightPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes winnerBounce {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2) rotate(5deg);
  }
  50% {
    transform: scale(1.15) rotate(-5deg);
  }
  75% {
    transform: scale(1.18) rotate(3deg);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes winnerPop {
  from {
    transform: scale(0) rotate(-180deg);
  }
  to {
    transform: scale(1) rotate(0);
  }
}
@keyframes diceRoll {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.2);
  }
}
@keyframes progressFill {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes pulseRing {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
@keyframes slideArrow {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes checkIn {
  from {
    transform: translateY(-50%) scale(0) rotate(-45deg);
  }
  to {
    transform: translateY(-50%) scale(1) rotate(0);
  }
}
@keyframes shine {
  to {
    left: 100%;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes confettiFloat {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh) rotate(720deg);
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#etx-popup {
  /* Transitions */
}
#etx-popup .pop-enter-active, #etx-popup .pop-leave-active {
  transition: all 0.3s ease;
}
#etx-popup .pop-enter, #etx-popup .pop-leave-to {
  transform: scale(0);
  opacity: 0;
}
#etx-popup .fade-enter-active, #etx-popup .fade-leave-active {
  transition: all 0.2s ease;
}
#etx-popup .fade-enter, #etx-popup .fade-leave-to {
  opacity: 0;
}
#etx-popup {
  /* Mobile */
}
@media (max-width: 768px) {
  #etx-popup .etx-popup-type4 {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
  }
  #etx-popup .etx-game-layout {
    flex-direction: column;
    max-height: none;
  }
  #etx-popup .etx-prizes-side {
    flex: none;
    padding: 1.25rem 1rem;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  #etx-popup .etx-prizes-grid {
    gap: 0.375rem;
    margin-bottom: 0.5rem;
  }
  #etx-popup .etx-prize-card {
    min-height: 70px;
    padding: 0.5rem 0.375rem;
  }
  #etx-popup .etx-prize-value .etx-prize-number {
    font-size: 1.125rem;
  }
  #etx-popup .etx-form-side {
    padding: 1.25rem 1rem;
  }
  #etx-popup .etx-main-header h3 {
    font-size: 1.375rem;
  }
  #etx-popup .etx-code-text {
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
}
/* Input container */
/* Input field */
/* Input label */
/* Input highlight */
/* Input field:focus styles */
@keyframes an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop {
  to {
    transform: translateX(-25%);
  }
}
@keyframes slide {
  0% {
    top: 0;
  }
  25% {
    top: -4rem;
  }
  50% {
    top: -8rem;
  }
  72.5% {
    top: -12.25rem;
  }
}
@media screen and (max-width: 600px) {
  @keyframes slide-mob {
    0% {
      top: 0;
    }
    25% {
      top: -2.125rem;
    }
    50% {
      top: -4.25rem;
    }
    72.5% {
      top: -6.375rem;
    }
  }
}
@keyframes text-animation {
  0% {
    margin-top: 0;
  }
  10% {
    margin-top: 0;
  }
  20% {
    margin-top: -5.62rem;
  }
  30% {
    margin-top: -5.62rem;
  }
  40% {
    margin-top: -11.24rem;
  }
  60% {
    margin-top: -11.24rem;
  }
  70% {
    margin-top: -5.62rem;
  }
  80% {
    margin-top: -5.62rem;
  }
  90% {
    margin-top: 0;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shine {
  0% {
    background-position: 0% 50%;
  }
  80% {
    background-position: 50% 90%;
  }
  100% {
    background-position: 91% 100%;
  }
}
/* סרט אלכסוני (Corner Ribbon) */
/* טקסט אלגנטי בתוך הסרט */
#etx-notifications {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 10000;
}
.etx-notification {
  position: fixed;
  pointer-events: all;
  animation: notifSlideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.etx-notification.etx-error {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10002;
}
.etx-notification.etx-error .etx-notif-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  animation: fadeIn 0.3s ease;
}
.etx-notification.etx-error .etx-notif-card {
  position: relative;
  background: white;
  border-radius: 20px;
  padding: 0;
  min-width: 400px;
  max-width: 500px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  animation: bounceIn 0.5s ease;
}
.etx-notification.etx-error .etx-notif-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 30px;
  text-align: center;
  color: white;
}
.etx-notification.etx-error .etx-notif-header .etx-notif-icon-wrap {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}
.etx-notification.etx-error .etx-notif-header .etx-notif-icon-wrap i {
  font-size: 40px;
  color: white;
}
.etx-notification.etx-error .etx-notif-header h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}
.etx-notification.etx-error .etx-notif-body {
  padding: 30px;
  max-height: 300px;
  overflow-y: auto;
}
.etx-notification.etx-error .etx-notif-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  margin-bottom: 10px;
  background: #FEF2F2;
  border-radius: 12px;
  border-left: 4px solid #EF4444;
}
.etx-notification.etx-error .etx-notif-item i {
  color: #DC2626;
  margin-top: 2px;
}
.etx-notification.etx-error .etx-notif-item span {
  flex: 1;
  color: #7C2D12;
  font-size: 14px;
  line-height: 1.5;
}
.etx-notification.etx-error .etx-notif-dismiss {
  width: 100%;
  padding: 18px;
  background: #0F172A;
  color: white;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.etx-notification.etx-error .etx-notif-dismiss:hover {
  background: #1E293B;
}
.etx-notification.etx-success {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10001;
}
.etx-notification.etx-success .etx-notif-compact {
  display: flex;
  align-items: center;
  gap: 20px;
  background: white;
  padding: 20px 30px;
  border-radius: 100px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.etx-notification.etx-success .etx-notif-icon-pulse {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #51db71 0%, #3ec758 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.etx-notification.etx-success .etx-notif-icon-pulse::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.etx-notification.etx-success .etx-notif-icon-pulse i {
  color: white;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.etx-notification.etx-success .etx-notif-text strong {
  display: block;
  font-size: 16px;
  color: #0F172A;
  margin-bottom: 4px;
}
.etx-notification.etx-success .etx-notif-text p {
  margin: 0;
  color: #64748B;
  font-size: 14px;
}
.etx-notification.etx-success .etx-notif-close {
  width: 36px;
  height: 36px;
  border: none;
  background: #F1F5F9;
  border-radius: 50%;
  color: #64748B;
  cursor: pointer;
  transition: all 0.2s;
}
.etx-notification.etx-success .etx-notif-close:hover {
  background: #E2E8F0;
  transform: rotate(90deg);
}
.etx-notification.etx-danger {
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 10001;
}
.etx-notification.etx-danger .etx-notif-banner {
  background: white;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(220, 38, 38, 0.2), 0 10px 10px -5px rgba(220, 38, 38, 0.1), 0 0 0 1px rgba(220, 38, 38, 0.1);
}
.etx-notification.etx-danger .etx-notif-banner .etx-notif-stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #DC2626 0%, #EF4444 25%, #DC2626 50%, #EF4444 75%, #DC2626 100%);
  background-size: 200% 100%;
  animation: stripeMove 3s linear infinite;
}
.etx-notification.etx-danger .etx-notif-banner .etx-notif-big-icon {
  font-size: 48px;
  color: #DC2626;
  animation: shake 0.5s ease;
}
.etx-notification.etx-danger .etx-notif-banner .etx-notif-content {
  flex: 1;
}
.etx-notification.etx-danger .etx-notif-banner .etx-notif-content h4 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 700;
  color: #0F172A;
}
.etx-notification.etx-danger .etx-notif-banner .etx-notif-content p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.5;
}
.etx-notification.etx-danger .etx-notif-banner .etx-notif-action {
  padding: 12px 24px;
  background: #DC2626;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.etx-notification.etx-danger .etx-notif-banner .etx-notif-action:hover {
  background: #B91C1C;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}
@keyframes notifSlideIn {
  from {
    opacity: 0;
    transform: translateY(-100%) translateX(-50%);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes stripeMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}
@media (max-width: 480px) {
  .etx-notification.etx-error .etx-notif-card {
    min-width: 90vw;
    max-width: 90vw;
  }
  .etx-notification.etx-success {
    left: 10px;
    right: 10px;
    transform: none;
  }
  .etx-notification.etx-success .etx-notif-compact {
    border-radius: 16px;
    padding: 16px 20px;
  }
  .etx-notification.etx-danger {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .etx-notification.etx-danger .etx-notif-banner {
    flex-direction: column;
    text-align: center;
  }
}
[dir=rtl] .etx-notif-item {
  border-left: none;
  border-right: 4px solid #EF4444;
}
.etx-notification.hiding {
  animation: notifSlideOut 0.3s ease forwards;
}
@keyframes notifSlideOut {
  to {
    opacity: 0;
    transform: translateY(-100%) translateX(-50%) scale(0.9);
  }
}
body, html {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body {
  background-color: #fafafa;
  margin: 0 !important;
}
.rtl {
  direction: rtl;
  text-align: right;
}
::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: rgba(1, 2, 3, 0.4);
  border-radius: 10px;
}
.img {
  min-height: 80px;
  object-fit: cover;
}
/*
Naming convention:
Block
element
-modifier
*/
:root {
  --rotate:rotate(-135deg) ;
  --sidedrop: -100%;
  --fontsize: 16px;
  --bgtt: #fff;
  --fontcolortt: #000;
  --fontcolor: #000;
  --fontfamily: 'Arial, Helvetica, Sans';
}
.Menu {
  display: none;
  position: relative;
}
@media screen and (max-width: 600px) {
  .Menu {
    width: 100%;
  }
}
/* Three basic menu layouts */
/* This also enforces that menu is a ul, and that
 * layout modifier is specified
 */
/* Menu and menu-item layout */
.Menu,
.Menu li,
.Menu li > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.Menu li {
  display: block;
  position: relative;
  white-space: nowrap;
  word-break: keep-all;
}
.Menu li > * {
  display: block;
  position: relative;
}
.Menu li > ul {
  position: absolute;
  min-width: 100%;
  top: 0px;
  left: var(--sidedrop);
}
@media screen and (max-width: 600px) {
  .Menu li > ul {
    position: static;
    min-width: 100%;
  }
}
/* Menu behaviour */
.Menu li > ul {
  display: none;
}
/* Menu animation */
.Menu li > ul {
  opacity: 1;
  transform: scale(1) translateY(0px);
  background-color: var(--bgtt);
  color: var(--fontcolortt);
  transform-origin: left top;
}
/* Menu item icons */
.Menu .Icon {
  line-height: inherit;
}
.Menu .Icon {
  padding: 0px;
}
/* Submenu chevrons */
/*
** Configurable values
*/
/* Height of navbar, and menu items */
/* All of these must be of equal value */
.Menu {
  line-height: 40px;
}

.Menu .Icon {
  width: 40px;
  height: 40px;
}
/* Default font settings for menu */
.Menu {
  font-family: var(--fontfamily);
  font-size: var(--fontsize);
}
/* Icon font sizes */

.Menu .Icon {
  font-size: 24px;
}
/* For submenus */
.Menu > li ul .Icon {
  font-size: 18px;
}
/* Colouring of menus */
/* Foreground */
.Menu {
  color: var(--fontcolor);
  border-color: var(--fontcolor); /* chevron colour */
}
/* Background */
.Menu ul {
  background: white;
}
/* Padding for each menu item */
.Menu li > * {
  padding: 0px 12px;
}
/* Indent of chevron */
/* Minimum width of dropdown menus */
/* Animation speed of dropdown menus */
.Menu li > ul {
  transition: width 0.1s, height 0.1s, transform 0.1s, opacity 0.1s;
}
/* Styling of hyperlink text */
.Menu li > a {
  text-decoration: none;
  color: inherit;
}
/* Animation speed of :hover shading */
.Menu li > a:first-child {
  transition: background-color 0.2s;
}
/* Colour of :hover shading */
.Menu li:hover > a:first-child,
.Menu li.-active > a:first-child {
  opacity: 0.8;
}
/*
** End configurable values
*/
/* 9.1 Homepage Slideshow */
/* Slide Caption Animation */
.slideshow .slick-active .animation.style1 {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.slideshow .slick-active .animation.style2 {
  opacity: 1;
  margin-bottom: 0;
}
.slideshow .slick-active .animation.style3 {
  opacity: 1;
  transform: translateY(0);
}
.slideshow .slick-active .animation.style3 .ss-btnWrap {
  opacity: 1;
  transform: translateY(0);
}
.slideshow .slick-active .animation.style4 .ss-small-title {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
.slideshow .slick-active .animation.style4 .ss-mega-title {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
.slideshow .slick-active .animation.style4 .ss-sub-title {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.slideshow .slick-active .animation.style4 .ss-btnWrap {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
/* End Slide Caption Animation */
.slideshow .slick-slide img {
  width: 100%;
}
.slideshow .slick-prev, .slideshow .slick-next {
  line-height: normal;
  font-size: 0px;
  padding: 0;
  border: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 4;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  -ms-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.slideshow:hover .slick-prev, .slideshow:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
.slideshow .slick-prev {
  left: 30px;
}
.slideshow .slick-next {
  right: 30px;
}
.slideshow .slick-next:before {
  content: "\ea8c";
  font-family: "annimex-icons";
  color: #fff;
}
.slideshow .slick-prev:before {
  content: "\ea8b";
  font-family: "annimex-icons";
  color: #fff;
}
.slideshow .slick-prev:before, .slideshow .slick-next:before {
  font-size: 25px;
  line-height: 25px;
}
.slideshow .slick-dots {
  margin: 0;
  width: auto;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.slideshow .slick-dots li {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  margin-right: 8px;
}
.slideshow .slick-dots li button {
  color: transparent;
  line-height: 0;
  font-size: 0;
  background: transparent;
  display: block;
  cursor: pointer;
  color: #fff;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  padding: 0;
  border-radius: 100%;
  border: 2px solid #fff;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  opacity: 1;
}
.slideshow .slick-dots li.slick-active button {
  background-color: #fff;
}
/* Video Elemnets */
@-webkit-keyframes video-button {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes video-button {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@keyframes video-button {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
/* 9.2 Products With Tab Slider */
.tab_container .grid-products .slick-arrow {
  width: 30px;
}
 .collection-page-item:after {
  content: "";
  display: block;
  clear: both;
}
 .collection-page-item {
  float: left;
  margin-bottom: 20px;
}
 .collection-page-item img {
  display: block;
  max-width: 100%;
}
.grid-sizer, .collection-page-item {
  max-width: 50%;
}
/* Grid gaping */
.grid-mr-10 {
  margin: -5px;
}
.grid-mr-10 .cl-item {
  padding: 5px;
  margin-bottom: 0 !important;
}
#menubatopen {
  display: none;
  opacity: 0;
  transition: all 0.5s ease-in;
}
#menubatopen.show {
  display: block;
  opacity: 1;
}
.menu {
  padding: 0;
}
.menu-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(204, 191, 191, 0.34);
  list-style: none;
  transition: all 0.2s ease-in;
  font-size: 14pt;
}
.menu-item:hover {
  background-color: rgba(11, 15, 19, 0.06);
  padding-right: 1.5rem;
}
.sub-menu {
  display: none;
  padding: 0;
}
.sub-menu.show {
  display: block;
}
.footer {
  padding: 1rem;
  border-top: 1px solid rgba(60, 64, 67, 0.15);
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.17) !important;
}
/* Cart Animation Styles */
@keyframes centerSuccess {
  0% {
    transform: translate(-50%, -50%) scale(0) rotate(0deg);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2) rotate(180deg);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0) rotate(360deg);
    opacity: 0;
  }
}
/* Cart Icon Bounce */
@keyframes cartBounce {
  0%, 100% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.3);
  }
  60% {
    transform: scale(0.9);
  }
}
/* Pulse Effect */
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
/* Success Checkmark */
@keyframes checkCircle {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes checkMark {
  to {
    stroke-dashoffset: 0;
  }
}
/* Mobile Optimizations */
/* RTL Support */
/* Dark Mode Support */
/* 🎯 ETX Header Icons - יישור מושלם */
.etx-header-icons {
  display: flex;
  align-items: center;
}
.etx-header-icons .d-flex {
  gap: 0;
}
.etx-icon-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}
.etx-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: inherit;
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
}
.etx-icon-link:hover {
  background: rgba(0, 0, 0, 0.05);
  color: inherit;
}
.etx-icon-link i {
  font-size: 20px;
}
/* 👤 User Menu */
.etx-user-menu {
  position: relative;
}
.etx-user-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: inherit;
}
.etx-status-dot {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 8px;
  background: #10b981;
  border: 2px solid white;
  border-radius: 50%;
}
[dir=rtl] .etx-status-dot {
  right: auto;
  left: 8px;
}
/* Dropdown */
.etx-user-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 280px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  z-index: 9999;
}
[dir=rtl] .etx-user-dropdown {
  right: auto;
  left: 0;
}
.etx-user-menu:hover .etx-user-dropdown,
.etx-user-dropdown:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* Arrow */
.etx-user-dropdown::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 12px;
  border: 8px solid transparent;
  border-bottom-color: white;
}
[dir=rtl] .etx-user-dropdown::before {
  right: auto;
  left: 12px;
}
/* User Info (מחובר) */
.etx-user-info {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 8px;
}
.etx-user-avatar i {
  font-size: 36px;
}
.etx-user-details strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}
.etx-user-details small {
  display: block;
  font-size: 12px;
  opacity: 0.9;
}
/* Guest Info */
.etx-guest-info {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #f3f4f6;
  border-radius: 8px;
}
.etx-guest-info i {
  font-size: 32px;
  color: #6b7280;
}
.etx-guest-info strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #1f2937;
}
.etx-guest-info small {
  display: block;
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
}
/* Dropdown Links */
.etx-dropdown-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  color: #374151 !important;
  text-decoration: none !important;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.15s;
}
.etx-dropdown-link:hover {
  background: #f3f4f6;
  color: #1f2937 !important;
}
.etx-dropdown-link i {
  width: 18px;
  text-align: center;
  color: #6b7280;
}
/* Primary Link */
.etx-dropdown-link.etx-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white !important;
  font-weight: 500;
}
.etx-dropdown-link.etx-primary i {
  color: white;
}
.etx-dropdown-link.etx-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
/* Logout */
.etx-dropdown-link.etx-logout {
  color: #dc2626 !important;
}
.etx-dropdown-link.etx-logout:hover {
  background: #fee2e2;
}
.etx-dropdown-link.etx-logout i {
  color: #dc2626;
}
/* Divider */
.etx-dropdown-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 6px 0;
}
/* Mobile */
@media (max-width: 767px) {
  .etx-icon-item {
    margin: 0 6px;
  }
  .etx-icon-link {
    width: 36px;
    height: 36px;
  }
  .etx-icon-link i {
    font-size: 18px;
  }
}