/* Login Page Styles */

/* Container Classes */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.position-sticky {
  position: sticky !important;
}

.z-index-sticky {
  z-index: 1020;
}

.top-0 {
  top: 0 !important;
}

/* Row and Column Classes */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-xl-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-lg-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-lg-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Main Content Classes */
.main-content {
  position: relative;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-sm-0 {
  margin-bottom: 0 !important;
}

/* Page Header Classes */
.page-header {
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: 50%;
}

.min-vh-75 {
  min-height: 75vh !important;
}

/* Card Classes */
.card {
  box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 1rem;
}

.card-plain {
  background-color: transparent;
  box-shadow: none;
}

.card-header {
  padding: 1.5rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.card-body {
  flex: 1 1 auto;
  padding: 1.5rem;
}

.card-footer {
  padding: 1.5rem;
  background-color: #fff;
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.px-lg-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* Text Classes */
.text-left {
  text-align: left !important;
}

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

.text-secondary {
  color: #8392AB !important;
}

.text-info {
  color: #17c1e8 !important;
}
.text-success {
    color: #06CF01 !important;
  }


.text-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}

.text-lg {
  font-size: 1.125rem !important;
}

.alert {
    padding: 1rem;
    margin: 1rem 0;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success {
    color: #1b5e20;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.forget { text-decoration: none; }
.font-weight-bold {
  font-weight: 600 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

/* Form Classes */
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2d6da;
  appearance: none;
  border-radius: 0.5rem;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.73em;
  margin-bottom: 0.125rem;
}

.form-switch {
  padding-left: 2.5em;
}

/* Button Classes */
.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  color: #67748e;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1.5rem;
  font-size: 0.75rem;
  border-radius: 0.5rem;
  transition: all 0.15s ease-in;
}

.bg-gradient-info {
  background-image: linear-gradient(310deg, #2152ff 0%, #21d4fd 100%);
  background-color: #2152ff;
  color: #fff;
}

.w-100 {
  width: 100% !important;
}

/* Image Classes */
.navbar-brand-img {
  height: 40px;
  max-height: 40px;
}

/* Oblique Image Classes */
.oblique {
  transform: skewX(-10deg);
  overflow: hidden;
  width: 60%;
  right: -10rem;
  border-bottom-left-radius: 0.75rem;
}

.oblique-image {
  transform: skewX(10deg);
  width: 100%;
}

.position-absolute {
  position: absolute !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.h-100 {
  height: 100% !important;
}

.bg-cover {
  background-size: cover !important;
}

.z-index-0 {
  z-index: 0 !important;
}

.d-md-block {
  display: block !important;
}

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

.me-n8 {
  margin-right: -8rem !important;
}

.ms-n6 {
  margin-left: -6rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

/* Footer Classes */
.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.me-xl-5 {
  margin-right: 3rem !important;
}

.me-xl-4 {
  margin-right: 1.5rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

/* Responsive Utilities */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  
  .d-md-block {
    display: block !important;
  }
  
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}