/* app global css */
/* app global css */
.bg-part-login {
  position: relative;
  position: relative;
  background: #fff;
  display: table;
  width: 100%;
  min-height: 100vh;
}
.bg-part-login .fixed-width {
  max-width: 1170px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 6px;
  position: relative;
  z-index: 2;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.bg-part-login .fixed-width .two-columns {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  z-index: 2;
  box-shadow: 0px 3px 5px 8px rgba(0, 0, 0, 0.3);
  border-radius: 9px;
  overflow: hidden;
}
.bg-part-login .fixed-width .two-columns .two-columns {
  box-shadow: none;
}
.bg-part-login .fixed-width .two-columns .v-align-div {
  display: table;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}
.bg-part-login .fixed-width .two-columns .v-align-div .logo-box-heading {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}
.bg-part-login .fixed-width .two-columns .v-align-div .logo-box-heading .logo-mid {
  max-width: 250px;
  margin: 0 auto;
}
.bg-part-login .fixed-width .two-columns .v-align-div .logo-box-heading h5 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  color: #ffa726;
  text-transform: uppercase;
  margin-top: 20px;
}
.bg-part-login .fixed-width .two-columns .p-0 {
  padding: 0 !important;
}
.bg-part-login .fixed-width .two-columns .p-3 {
  padding: 15px;
}
.bg-part-login .fixed-width .two-columns .half {
  width: 50%;
}
.bg-part-login .fixed-width .two-columns .half .q-card__section label {
  display: block;
  font-weight: 600;
}
.bg-part-login .fixed-width .two-columns .half .login-heading {
  margin-top: 0;
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
}
.bg-part-login .fixed-width .two-columns .half .login-heading:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 4px;
  background: #2072d6;
  left: 0;
  bottom: -10px;
  border-radius: 4px;
}
.bg-part-login .fixed-width .two-columns .half .g-auth-btn.q-btn:before {
  box-shadow: none !important;
}
.bg-part-login .fixed-width .two-columns .half .g-auth-btn {
  border: 1px solid #cacaca;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px;
  height: 40px;
}
.bg-part-login .fixed-width .two-columns .left {
  float: left;
}
.bg-part-login .fixed-width .two-columns .right {
  float: right;
}
.bg-part-login .fixed-width .two-columns:after {
  display: table-cell;
  content: "";
  clear: both;
}

.bg-part-login:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.text-teal-second {
  color: #2072d6 !important;
}

@media (max-width: 1200px) {
  .bg-part-login .fixed-width .two-columns {
    max-width: 950px;
  }
}
@media (max-width: 991px) {
  .bg-part-login .fixed-width .two-columns {
    max-width: 750px;
  }

  .bg-part-login .fixed-width .two-columns .two-columns {
    display: block;
  }

  .bg-part-login .fixed-width .two-columns .two-columns .half {
    width: 100%;
    float: none;
  }

  .bg-part-login .fixed-width .two-columns .half.left {
    display: block;
  }
}
@media (max-width: 767px) {
  .bg-part-login .fixed-width .two-columns {
    max-width: 500px;
    margin: 0 auto;
    width: 90%;
  }

  .bg-part-login .fixed-width .two-columns {
    display: block;
  }

  .bg-part-login .fixed-width .two-columns .right {
    float: none;
  }

  .bg-part-login .fixed-width .two-columns .half.left {
    display: none;
  }

  .bg-part-login:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2072d6;
  }
}
/* =============== OLD CSSS ==================================== */
.login-page {
  height: 100% !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.login-page:before {
  position: absolute;
  content: "";
  max-width: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  left: -5px;
  top: 0;
  z-index: 9;
  display: block;
  width: 300px;
}

.login-page:after {
  position: absolute;
  content: "";
  max-width: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  right: -5px;
  bottom: 0;
  z-index: 9;
  display: block;
  width: 300px;
}

.login-card {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  position: relative;
  z-index: 10;
}

.error-banner {
  min-height: 40px;
  border-radius: 4px;
}

.breadcrumb-margin {
  margin: -30px 16px 16px 16px;
}

.dashboard-breadcrumb-margin {
  margin: -45px 16px 16px 16px;
}

.q-item__section--avatar {
  min-width: 0;
}

.q-field__bottom {
  padding: 4px 12px 0;
}

.q-field--standard.q-field--readonly .q-field__control:before {
  border-bottom-style: unset;
}

.nav-item-wrapper {
  min-height: 40px;
}

.active-menu-link,
.q-router-link--exact-active {
  color: #fff;
  color: #2072d6;
}

.cursor-pointer {
  cursor: pointer;
}

.view-margin {
  margin-top: -10px !important;
}

.submit-button {
  padding: 0 15px 0 15px !important;
}

.q-uploader__file-status {
  display: none;
}

.q-uploader__subtitle {
  display: none;
}

.change-album:hover {
  color: #ffa726;
  transition: 0.5s;
}

.q-field__bottom {
  padding: 4px 0 0;
}

.no-display {
  display: none;
}

.inner-load-opacity {
  opacity: 0.7;
}

.q-tab--active {
  background-color: #1d74cc;
  color: #ffffff;
}

.q-tab__indicator {
  background-color: #fff;
}

.q-table__top {
  padding: 0 0 16px 0;
}

.q-table thead tr {
  background-color: #f5f5f5;
  color: #ffffff;
}

.q-table thead tr th {
  text-transform: uppercase;
  color: #333333;
}

.q-table thead tr th .q-checkbox__bg {
  border-color: #ffffff;
}

.d-flex {
  display: flex;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 4px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-3 {
  margin-bottom: 12px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 4px;
}

.mt-2 {
  margin-top: 8px;
}

.mt-3 {
  margin-top: 12px;
}

.mt-4 {
  margin-top: 16px;
}

.mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

.mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-3 {
  margin-left: 12px;
  margin-right: 12px;
}

.mx-4 {
  margin-left: 16px;
}

.ml-1 {
  margin-left: 4px;
}

.ml-2 {
  margin-left: 8px;
}

.ml-3 {
  margin-left: 12px;
}

.ml-4 {
  margin-right: 16px;
}

.mr-1 {
  margin-right: 4px;
}

.mr-2 {
  margin-right: 8px;
}

.mr-3 {
  margin-right: 12px;
}

.mr-4 {
  margin-right: 16px;
}

.pa-3 {
  padding: 12px;
}

.b_dark {
  background-color: #303437;
}

.b_dark_grey {
  background-color: #4e4e4e;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 4px;
}

.pt-2 {
  padding-top: 8px;
}

.pt-3 {
  padding-top: 12px;
}

.pt-4 {
  padding-top: 16px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 4px;
}

.pb-2 {
  padding-bottom: 8px;
}

.pb-3 {
  padding-bottom: 12px;
}

.pb-4 {
  padding-bottom: 16px;
}

.mb-6 {
  margin-bottom: 12px;
}

.mb-6 {
  margin-bottom: 12px;
}

.text-capitalize {
  text-transform: capitalize;
}

.d_yellow {
  color: #a49e49;
}

.font_18 {
  font-size: 18px;
}

.flex-1 {
  flex: 1;
}

.raduis_4 {
  border-radius: 4px;
}

.raduis_8 {
  border-radius: 8px;
}

.devider-white {
  width: 100%;
  height: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #686464;
}

.s_input .q-field__control {
  height: 30px !important;
  color: white;
  padding: 0px;
  padding-left: 3px;
}

.s_input .q-field__native {
  color: white;
}

.s_input_no_border .q-field__native {
  color: white;
  text-align: center !important;
}

.s_input.q-field--with-bottom {
  padding-bottom: 0px;
}

.s_input .q-icon {
  display: none;
}

.s_input_icon .q-icon {
  display: block !important;
  color: #fff;
  margin-top: -10px;
  font-size: 21px;
  margin-right: 4px;
}

.s_input.q-field--outlined .q-field__control:before {
  border: 1px solid white;
}

.s_input_no_border.q-field--outlined .q-field__control:before {
  border: none !important;
}

.s_input input::-webkit-outer-spin-button,
.s_input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.s_input input[type=number] {
  -moz-appearance: textfield;
}

/* hide scrollbar but allow scrolling */
div.q-drawer__content {
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow-y: scroll;
}

div.q-drawer__content::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.flex_center {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.my_loading {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: no-drop;
  display: flex;
  justify-content: center;
  background-color: rgba(104, 100, 100, 0.1);
  align-items: center;
}

.my_chip .q-chip__icon--left {
  margin-right: -4px;
}

.text-center {
  text-align: center;
}

.q-table__sort-icon--center {
  margin-left: 1px;
  margin-right: -16px;
}

.q-table__bottom .q-table__control {
  position: relative;
}

.btn-gray.q-btn--actionable.q-btn--standard:before {
  background: #acacac !important;
  box-shadow: none !important;
}

.btn-gray {
  width: 20px;
  height: 20px;
  padding: 0;
  text-align: center;
  line-height: 20px !important;
  font-weight: 400 !important;
}

.btn-gray.q-btn--actionable.q-btn--standard:hover:before {
  background: #8e8d8d !important;
  box-shadow: none !important;
}

.q-date__calendar-item div {
  line-height: 16px;
}

.input_white.q-field--dense .q-field__control {
  background: white !important;
}

.select_white .q-field__native {
  color: white !important;
}

.select_white.q-field--dense .q-field__label {
  color: #b1b1b1 !important;
}

.select_white.q-field--outlined .q-field__control:before {
  border: 1px solid white !important;
}

.select_white.q-field--focused .q-field__control:before {
  border: 1px solid white !important;
}

.select_white.q-field--highlighted .q-field__control:before {
  border: 1px solid white !important;
}

.q-item__section--main ~ .q-item__section--side {
  align-items: flex-end;
  padding-right: 0;
  padding-left: 4px;
}

.el-date-editor .el-input__wrapper,
.el-range-editor.el-input__wrapper {
  height: 40px !important;
  border: 1px solid #b5b3b3 !important;
  box-shadow: none !important;
  max-width: 280px;
}

.el-date-editor.is-active,
.el-date-editor.is-active:hover,
.el-range-editor.is-active,
.el-range-editor.is-active:hover {
  box-shadow: 0 0 0 1px #1d74cc inset;
  border: 2px solid #1d74cc !important;
  max-width: 280px;
}

.el-popper {
  z-index: 7000 !important;
}

.text-bold {
  font-weight: bold;
}

.pa-3 {
  padding: 12px;
}

.break-word {
  word-wrap: break-word;
  white-space: break-spaces;
}

.q-field--outlined.q-field--readonly .q-field__control:before {
  border-style: solid !important;
}

.select_white:focus {
  border-color: #ffffff !important;
}

.badge-hidden {
  display: none !important;
}

.login_password .q-field__control {
  height: 55px;
}

.login_password .q-field__prepend,
.login_password .q-field__append {
  padding-top: 12px;
}

.el-range-editor.el-input__wrapper {
  margin-bottom: 20px;
}

.cursor-text {
  cursor: text;
}

/*# sourceMappingURL=app.4a797558.css.map*/