/* here you can put your own css to customize and override the theme */
/* common\views\assets\general\sass\_mixins.scss */
/* common\views\assets\general\sass\customized\_equalize-browser-depending-styles.scss */
@supports (-moz-appearance: none) {
  select {
    -moz-appearance: none !important;
    background: transparent url("data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==") right center no-repeat !important;
    background-position: calc(100% - 5px) center !important;
  }
}
input::-ms-clear {
  display: none;
}
input[type=password]::-ms-reveal {
  display: none;
}

/* common\views\assets\general\sass\customized\adminpro\minimal\_mixins.scss */
/*
 * the following variables are use by the adminpro template (are loaded in adminpro/sass/variable.scss)
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/* common\views\assets\general\sass\customized\adminpro\minimal\pages\_modals.scss */
.ifs-modal-body {
  overflow: hidden;
  width: 100%;
}

/* common\views\assets\general\sass\customized\adminpro\minimal\pages\form-pages.scss */
:not(.form-group) *.select2-container.select2-container--material.select2-container--open .select2-dropdown {
  margin: 0.5rem 0;
}

.form-group textarea.form-control.is-invalid {
  background-position: center bottom, center calc(100% - 1px);
}
.form-group.required input[type=checkbox] + label:after {
  /* prevent asterisk in checkboxes which are styled in adminpro template design  */
  content: "";
}
.form-group.required label:after {
  /* asterisk on label of required fields */
  content: " *";
  display: inline-block;
  width: 10px;
  margin-right: -10px;
  padding-left: 3px;
}
.form-group .s2-input-group ~ *.invalid-feedback:not(:empty), .form-group .s2-input-group ~ *.invalid-tooltip:not(:empty) {
  display: block;
}
.form-group .s2-input-group .select2-selection .select2-search, .form-group .s2-input-group .select2-selection .select2-search__field {
  min-width: 100%;
}
.form-group .s2-input-group .select2-container--material .select2-selection {
  margin: 0.5rem 0 0;
}
.form-group .s2-input-group .select2-container--material .select2-selection--multiple .select2-search__field {
  font-size: 1rem;
}
.form-group .s2-input-group .select2-container--material .select2-selection--multiple .select2-selection__choice {
  font-size: 1rem;
  color: #ffffff;
  background-color: #398bf7;
}
.form-group .s2-input-group .select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
  font-weight: 700;
  color: #ffffff;
  opacity: 0.6;
  font-size: 1.2rem;
}
.form-group .s2-input-group .select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 1;
}
.form-group .s2-input-group .select2-container--krajee-bs4 .select2-selection--multiple {
  border-radius: 0.25rem;
  box-shadow: none;
  float: none;
  background-size: 0 2px, 100% 1px;
}
.form-group .s2-input-group .select2-container--krajee-bs4 .input-group-btn {
  width: 40px;
}
.form-group .s2-input-group.select2-bootstrap-append .select2-container {
  padding-right: 35px;
  margin: 0px;
  left: 0;
  top: 0;
  bottom: 0;
}
.form-group .s2-input-group.select2-bootstrap-append .select2-container .btn {
  box-shadow: none;
}
.form-group .s2-input-group.select2-bootstrap-append .select2-container ~ .input-group-btn {
  z-index: 3;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.form-group .s2-input-group.select2-bootstrap-append .select2-container ~ .input-group-btn .btn {
  box-shadow: none;
}
.form-group .s2-input-group.select2-bootstrap-append .select2-container--krajee-bs4 ~ .input-group-btn .btn {
  height: 100%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-group .s2-input-group.select2-bootstrap-append .select2-container--material ~ .input-group-btn .btn {
  padding: 0.25rem 0.5rem;
}

.position-right-0 {
  right: 0;
}

.position-top-0 {
  top: 0;
}

.position-left-0 {
  left: 0;
}

.position-bottom-0 {
  bottom: 0;
}

body.body-box-content {
  display: flex;
  justify-content: center;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}
body.body-box-content .logo > svg {
  height: 75px;
}
@media (min-width: 576px) {
  body.body-box-content .logo-sm > svg {
    height: 96px;
  }
}
@media (min-width: 768px) {
  body.body-box-content .logo-md > svg {
    height: 128px;
  }
}
@media (min-width: 992px) {
  body.body-box-content .logo-lg > svg {
    height: 165.3333333333px;
  }
}
@media (min-width: 1200px) {
  body.body-box-content .logo-xl > svg {
    height: 200px;
  }
}
body.body-box-content .logo {
  width: 160px;
  display: block;
  margin: 40px auto 40px auto;
}
body.body-box-content .logo svg {
  max-height: 5rem;
}
body.body-box-content .card-box dl.font-weight-normal > dt, body.body-box-content .card-box dl.font-weight-normal > dl {
  font-weight: 400;
}
@media (min-width: 768px) {
  body.body-box-content .card-box.card-box-700 {
    width: 718px;
  }
}
body.fix-header .topbar #language-switcher .dropdown-item {
  cursor: pointer;
}
body.login-page .preloader .loader .loader__figure {
  border-color: #05305d;
  color: red;
}
body.login-page .preloader .loader .loader__label {
  color: #05305d;
}
body.login-page #wrapper .login-register {
  background: #f4f6f9;
}
body.login-page #wrapper .login-register .login-box .card-body .logo {
  width: 160px;
  display: block;
  margin: 20px auto 40px auto;
}
body.login-page #wrapper .login-register .login-box .card-body .logo svg {
  max-height: 5rem;
}
body.login-page .login-without-wrapper .card-body .logo {
  width: 160px;
  display: block;
  margin: 20px auto 40px auto;
}
body.login-page .login-without-wrapper .card-body .logo svg {
  max-height: 5rem;
}

.user-selection__links svg, .user-selection__links i {
  height: 2rem;
  width: 2rem;
}
.user-selection__links button {
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
