/* Fonts */
@import url("https://rsms.me/inter/inter.css");
.alert.alert-success {
  border-left: 0;
  background: linear-gradient(90deg, #D1ECDB, #f3fff7, #D1ECDB);
}
.alert.validation-fail {
  padding: 13px 20px;
  border-left-width: 1px;
  border-radius: 40px;
  box-shadow: none;
}
.alert.validation-fail i {
  font-size: 1.4rem;
}
.alert.validation-fail .btn-close {
  height: 53px;
  font-size: 0.65rem;
}

.light-theme .alert.validation-fail {
  border: 1px dashed #ffeaed;
}

.dark-theme .alert.validation-fail {
  border: 1px dashed #1f2937;
}

.imanila-theme .alert.validation-fail {
  border: 1px dashed #df213a;
}

/* Form Inputs */
.invalid-feedback {
  padding: 0 10px;
}

.form-control[readonly],
.form-select[readonly] {
  box-shadow: none;
  pointer-events: none;
}
.form-control.is-invalid,
.form-select.is-invalid {
  background-position: right 25px center;
}

.form-check {
  display: inline-block;
}

.form-check-input:hover {
  cursor: pointer;
}

.form-colorinput-input[readonly] ~ .form-colorinput-color {
  opacity: 0.3;
  pointer-events: none;
}
.form-colorinput-input[readonly]:checked ~ .form-colorinput-color::before {
  opacity: 0;
}

.form-check-description {
  font-size: 0.7rem;
}

.input-group-flat:focus-within {
  border-radius: 0;
  box-shadow: none;
}
.input-group-flat:focus-within .form-control {
  margin-left: 0 !important;
}
.input-group-flat .input-group-text:first-child {
  padding-right: 10px;
}

.change-permissions[readonly] {
  opacity: 0.5;
  pointer-events: none;
}

.card-view {
  border-radius: 10px;
}
.card-view .form-control,
.card-view .form-select {
  box-shadow: none;
}
.card-view .user-password .col-form-label {
  font-style: italic;
}
.card-view .card-header {
  border-radius: 10px 10px 0 0;
}
.card-view .card-footer {
  border-radius: 0 0 10px 10px;
}

.spinner-border {
  width: 1rem;
  height: 1rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 9999s ease-in-out 0s;
}

.light-theme .card-view .form-control:focus,
.light-theme .card-view .form-select:focus {
  background-color: #df213a;
}
.light-theme .form-control:not(.filter-select):focus,
.light-theme .form-select:not(.filter-select):focus {
  border-color: #ffeaed;
}
.light-theme .form-control[readonly],
.light-theme .form-select[readonly] {
  border-color: #eee;
  background-color: #eee;
}
.light-theme .form-control.is-invalid,
.light-theme .form-select.is-invalid {
  border: 1px dashed;
}
.light-theme .form-check-input:checked {
  background-color: #ffeaed;
}
.light-theme .form-check-input:checked:focus {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"%3e%3ccircle r="3" fill="%23ffffff"/%3e%3c/svg%3e');
}
.light-theme .input-group-flat:focus-within .form-control,
.light-theme .input-group-flat:focus-within .input-group-text {
  border-color: #ffeaed !important;
  background-color: #df213a;
}
.light-theme input:-webkit-autofill,
.light-theme input:-webkit-autofill:hover,
.light-theme input:-webkit-autofill:focus,
.light-theme textarea:-webkit-autofill,
.light-theme textarea:-webkit-autofill:hover,
.light-theme textarea:-webkit-autofill:focus,
.light-theme select:-webkit-autofill,
.light-theme select:-webkit-autofill:hover,
.light-theme select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px inset !important;
  -webkit-text-fill-color: #222 !important;
  caret-color: #222;
}

.dark-theme .card-view .form-control:focus,
.dark-theme .card-view .form-select:focus {
  background-color: #fff;
}
.dark-theme .form-control:not(.filter-select):focus,
.dark-theme .form-select:not(.filter-select):focus {
  border-color: #1f2937;
}
.dark-theme .form-control[readonly],
.dark-theme .form-select[readonly] {
  border-color: #eee;
  background-color: #eee;
}
.dark-theme .form-control.is-invalid,
.dark-theme .form-select.is-invalid {
  border: 1px dashed;
}
.dark-theme .form-check-input:checked {
  background-color: #1f2937;
}
.dark-theme .form-check-input:checked:focus {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"%3e%3ccircle r="3" fill="%23ffffff"/%3e%3c/svg%3e');
}
.dark-theme .input-group-flat:focus-within .form-control,
.dark-theme .input-group-flat:focus-within .input-group-text {
  border-color: #1f2937 !important;
  background-color: #fff;
}
.dark-theme input:-webkit-autofill,
.dark-theme input:-webkit-autofill:hover,
.dark-theme input:-webkit-autofill:focus,
.dark-theme textarea:-webkit-autofill,
.dark-theme textarea:-webkit-autofill:hover,
.dark-theme textarea:-webkit-autofill:focus,
.dark-theme select:-webkit-autofill,
.dark-theme select:-webkit-autofill:hover,
.dark-theme select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px inset !important;
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff;
}

.imanila-theme .card-view .form-control,
.imanila-theme .card-view .form-select {
  background-color: #fcfcfc;
  border-color: #ececec;
}
.imanila-theme .card-view .form-control:focus,
.imanila-theme .card-view .form-select:focus {
  box-shadow: 0 0 4px 3px #ffeaed;
  background-color: #ffeaed;
}
.imanila-theme .card-view .standin-password {
  color: #aaa;
}
.imanila-theme .form-control:not(.filter-select):focus,
.imanila-theme .form-select:not(.filter-select):focus {
  border-color: #df213a;
  box-shadow: 0 0 4px 3px #ffeaed;
}
.imanila-theme .form-control[readonly],
.imanila-theme .form-select[readonly] {
  border-color: #eee;
  background-color: #eee;
}
.imanila-theme .form-control.is-invalid,
.imanila-theme .form-select.is-invalid {
  border: 1px dashed #df213a;
}
.imanila-theme .form-check-input:checked {
  background-color: #df213a;
}
.imanila-theme .form-check-input:checked:focus {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"%3e%3ccircle r="3" fill="%23ffffff"/%3e%3c/svg%3e');
}
.imanila-theme .form-check-input:focus {
  border-color: #d38080;
  box-shadow: 0 0 4px 3px rgba(214, 0, 0, 0.25);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"><circle r="3" fill="%23D38080"/></svg>');
}
.imanila-theme .form-colorinput-input:focus ~ .form-colorinput-color {
  box-shadow: 0 0 4px 3px rgba(214, 0, 0, 0.25);
  border-color: #d38080;
}
.imanila-theme .input-group-flat:focus-within .form-control,
.imanila-theme .input-group-flat:focus-within .input-group-text {
  border-color: #df213a !important;
  background-color: #ffeaed;
}
.imanila-theme .input-group-flat:focus-within .input-group-text {
  box-shadow: 0 0 4px 3px #ffeaed;
}
.imanila-theme input:-webkit-autofill,
.imanila-theme input:-webkit-autofill:hover,
.imanila-theme input:-webkit-autofill:focus,
.imanila-theme textarea:-webkit-autofill,
.imanila-theme textarea:-webkit-autofill:hover,
.imanila-theme textarea:-webkit-autofill:focus,
.imanila-theme select:-webkit-autofill,
.imanila-theme select:-webkit-autofill:hover,
.imanila-theme select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #ffcbd2 inset !important;
  -webkit-text-fill-color: #222 !important;
  caret-color: #222;
}

.btn {
  border-width: 1px;
  border-radius: 6px;
}
.btn:first-chilld:active {
  background-color: transparent;
  color: transparent;
  border-color: transparent;
}
.btn .ti {
  font-size: 1.35rem;
}

.imanila-theme .btn-default {
  background-color: #ffeaed;
  border-color: #ffeaed;
  color: #df213a;
}
.imanila-theme .btn-default:hover, .imanila-theme .btn-default:focus, .imanila-theme .btn-default:active {
  background-color: #fff;
  border-color: #eee;
  color: #df213a;
}
.imanila-theme .btn-primary {
  background: #df213a;
  border-color: #df213a;
  color: #fff;
}
.imanila-theme .btn-primary:hover, .imanila-theme .btn-primary:focus, .imanila-theme .btn-primary:active {
  background-color: transparent;
  border-color: #df213a;
  color: #df213a;
}
.imanila-theme .btn-secondary {
  background-color: #0c8;
  border-color: #0c8;
  color: #fff;
}
.imanila-theme .btn-secondary:hover, .imanila-theme .btn-secondary:focus, .imanila-theme .btn-secondary:active {
  background-color: transparent;
  border-color: #0c8;
  color: #0c8;
}

:root {
  --tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

body {
  font-feature-settings: "cv03", "cv04", "cv11";
}

@keyframes fadeDown {
  from {
    top: -50%;
  }
  to {
    top: 50%;
  }
}
@keyframes fadeUp {
  from {
    top: 150%;
  }
  to {
    top: 50%;
  }
}
@-webkit-keyframes anim {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
  }
}
@keyframes anim {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.login-icon {
  -webkit-animation: anim 10s infinite linear;
  animation: anim 10s infinite linear;
}

.error-animation {
  -webkit-animation: horizontal-shaking 0.3s linear;
  animation: horizontal-shaking 0.3s linear;
}

.module-auth .bg-col-1,
.module-auth .bg-col-2 {
  background-size: cover;
  position: relative;
  display: flex;
}
.module-auth .bg-col-1 {
  background-position: right;
}
.module-auth .bg-col-1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1;
}
.module-auth .bg-col-1 > * {
  position: relative;
  z-index: 4;
}
.module-auth .bg-col-1 > div {
  width: 80%;
}
.module-auth .bg-col-1 .site-title {
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.module-auth .bg-col-2 {
  background-position: left;
  position: relative;
  overflow: hidden;
}
.module-auth .bg-col-2 > * {
  position: relative;
  z-index: 4;
}
.module-auth .bg-col-2::before {
  content: "Log in";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  display: block;
  font-weight: 800;
  color: #bb1a2f;
  opacity: 0.07;
  font-size: 320px;
  left: -338px;
}
.module-auth .bg-col-2.fadeout::before {
  animation: fadeDown 2s ease-out forwards;
}
.module-auth.module-reset .bg-col-2::before {
  content: "Reset";
  left: -317px;
}
.module-auth.module-reset .bg-col-2.fadein::before {
  animation: fadeUp 1.5s ease-out forwards;
}
.module-auth .form-control-group {
  box-shadow: none;
  position: relative;
}
.module-auth .form-control {
  border-radius: 30px;
  border: 1px solid transparent;
  height: 50px;
  padding: 0 30px;
  box-shadow: none !important;
}
.module-auth .form-control:focus {
  box-shadow: none !important;
}
.module-auth .form-control + .toggle-password {
  position: absolute;
  right: 0;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  z-index: 10;
  padding: 0;
  border-radius: 30px;
  margin-right: 20px;
  display: inline-block;
}
.module-auth .form-control + .toggle-password a:hover {
  text-decoration: none;
}
.module-auth .form-control + .toggle-password i {
  font-size: 1.125rem;
}
.module-auth input[type=password] {
  border-radius: 30px !important;
}
.module-auth input[type=password]:focus {
  box-shadow: none;
}
.module-auth input[type=password]:focus + .toggle-password {
  background-color: transparent;
}
.module-auth input[type=password].is-invalid {
  background-position: right 40px center;
}
.module-auth .validation-fail {
  border-radius: 10px;
  border: 0 !important;
}
.module-auth .validation-fail.login {
  text-transform: lowercase;
}
.module-auth .validation-fail.login::first-letter {
  text-transform: uppercase;
}
.module-auth .invalid-feedback {
  text-align: center;
}

.login-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.card-login {
  max-width: 450px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative;
  height: 50vh;
  align-content: center;
  z-index: 5;
}
.card-login .card {
  border-radius: 40px;
  border: 0;
  box-shadow: 0 1px 8px -2px #c9c9c9;
  width: 450px;
}
.card-login .card-body {
  padding: 60px 45px 65px;
}
.card-login .title {
  font-size: 2.5rem;
  font-weight: 500;
}
.card-login .description {
  margin-bottom: 35px;
}
.card-login .flip-container {
  perspective: 1000px;
}
.card-login .flip-container .flipper {
  transition: 1.7s;
  transform-style: preserve-3d;
  position: relative;
}
.card-login .flip-container .flipper .front,
.card-login .flip-container .flipper .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.card-login .flip-container .flipper .front {
  z-index: 2;
  transform: rotateY(0deg);
}
.card-login .flip-container .flipper .back {
  z-index: 2;
  transform: rotateY(180deg);
}
.card-login .flip-container.flip .flipper {
  transform: rotateY(180deg);
}
.card-login .form-footer {
  margin-top: 20px;
}
.card-login .form-footer .btn {
  border-radius: 30px;
  height: 50px;
}
.card-login .form-footer .flip-toggle {
  transition: 0.4s all ease;
}
.card-login .form-footer .flip-toggle:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.4s all ease;
}

.light-theme .module-auth .bg-col-1::before {
  background-color: #ffeaed;
}
.light-theme .module-auth .form-control:focus {
  background-color: #df213a;
}
.light-theme .module-auth .form-control.is-invalid {
  border: 1px dashed;
}
.light-theme .module-auth .form-control + .toggle-password i {
  color: #ffeaed;
}
.light-theme .module-auth .validation-fail {
  background-color: #df213a;
}
.light-theme .card-login .title,
.light-theme .card-login .form-footer a {
  color: #ffeaed;
}
.dark-theme .module-auth .bg-col-1 {
  color: #fff;
}
.dark-theme .module-auth .bg-col-1::before {
  background-color: #1f2937;
}
.dark-theme .module-auth .form-control:focus {
  background-color: #fff;
}
.dark-theme .module-auth .form-control.is-invalid {
  border: 1px dashed;
}
.dark-theme .module-auth .form-control + .toggle-password i {
  color: #1f2937;
}
.dark-theme .module-auth .validation-fail {
  background-color: #fff;
}
.dark-theme .card-login .title,
.dark-theme .card-login .form-footer a {
  color: #1f2937;
}
.imanila-theme .module-auth .bg-col-1 {
  color: #fff;
}
.imanila-theme .module-auth .bg-col-1::before {
  background-color: #df213a;
}
.imanila-theme .module-auth .form-control {
  background-color: #f9f9f9;
}
.imanila-theme .module-auth .form-control:focus {
  background-color: #ffeaed;
}
.imanila-theme .module-auth .form-control.is-invalid {
  border: 1px dashed #df213a;
}
.imanila-theme .module-auth .form-control + .toggle-password i {
  color: #df213a;
}
.imanila-theme .module-auth .validation-fail {
  background-color: #ffeaed;
}
.imanila-theme .card-login .title,
.imanila-theme .card-login .form-footer a {
  color: #df213a;
}
.imanila-theme .card-login .form-footer a {
  color: #981324;
}

/*# sourceMappingURL=auth.css.map */
