/*
|
| System Color
|
*/
/*
|
| Soft Colors
|
*/
/* Main Border Radius */
.radius {
  border-radius: var(--border-radius);
}

.t-r-radius {
  border-top-right-radius: var(--border-radius);
}

.t-l-radius {
  border-top-left-radius: var(--border-radius);
}

.border-b {
  border-bottom: 1px solid #f5f6fa;
}

.btn {
  padding: 0.5rem 0.85rem;
  border-radius: var(--border-radius) !important;
  transition: all 0.1s linear;
}
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn:hover {
  opacity: 0.9;
}
.btn:active {
  opacity: 0.9;
  transform: scale(0.9);
}
.btn:focus {
  box-shadow: none !important;
}

.btn-sm {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  border-radius: var(--border-radius) !important;
}

/*
|
| Soft Buttons
|
*/
.btn-soft-success {
  background-color: rgba(10, 179, 156, 0.18);
  color: var(--success) !important;
  border-radius: var(--border-radius);
}

.btn-soft-info {
  background-color: rgba(41, 156, 219, 0.18);
  color: var(--info) !important;
  border-radius: var(--border-radius);
}

.btn-soft-primary {
  background-color: rgba(0, 123, 255, 0.18);
  color: var(--primary) !important;
  border-radius: var(--border-radius);
}

.btn-soft-warning {
  background-color: rgba(247, 203, 112, 0.18);
  color: var(--warning) !important;
  border-radius: var(--border-radius);
}

.btn-soft-danger {
  background-color: rgba(240, 101, 72, 0.18);
  color: var(--danger) !important;
  border-radius: var(--border-radius);
}

.btn-soft-light {
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--light) !important;
  border-radius: var(--border-radius);
}

.btn-soft-main {
  background-color: var(--soft-main-color);
  color: var(--main-color) !important;
  border-radius: var(--border-radius);
}

.btn-second {
  background-color: var(--btn-second-bg);
  color: var(--btn-second-color) !important;
}

.btn-soft-second {
  background-color: var(--btn-second-soft-bg);
  color: var(--btn-second-soft-color) !important;
}

.btn-soft-main {
  background-color: var(--btn-soft-bg);
  color: var(--btn-soft-color) !important;
}

.btn-main {
  background-color: var(--btn-bg);
  color: var(--btn-color) !important;
}

.btn-outline-main {
  background-color: transparent;
  border: solid 1px var(--btn-second-bg);
  color: var(--btn-second-bg) !important;
}
.btn-outline-main:hover {
  background-color: var(--btn-second-bg);
  color: var(--btn-second-color) !important;
}

.text-theme {
  color: var(--main-color);
}

.text-main {
  color: var(--color);
}

.text-second {
  color: var(--second-color);
}

.text-decoration-underline {
  text-decoration: underline !important;
}

/* Box Style */
.box {
  padding: 1rem;
  background-color: var(--card-bg);
  border: var(--card-border);
  border-radius: var(--border-radius);
  word-wrap: break-word;
  box-shadow: var(--card-shadow);
  margin-bottom: 20px;
}
.box .box-title {
  padding: 0px 1rem;
  font-size: 18px;
}
.box .box-body {
  padding: 0.5rem 2rem;
}

/*
 |
 | Font Size
 |
*/
.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-27 {
  font-size: 27px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-29 {
  font-size: 29px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-31 {
  font-size: 31px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-33 {
  font-size: 33px !important;
}

.font-34 {
  font-size: 34px !important;
}

.font-35 {
  font-size: 35px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-37 {
  font-size: 37px !important;
}

.font-38 {
  font-size: 38px !important;
}

.font-39 {
  font-size: 39px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-41 {
  font-size: 41px !important;
}

.font-42 {
  font-size: 42px !important;
}

.font-43 {
  font-size: 43px !important;
}

.font-44 {
  font-size: 44px !important;
}

.font-45 {
  font-size: 45px !important;
}

.font-46 {
  font-size: 46px !important;
}

.font-47 {
  font-size: 47px !important;
}

.font-48 {
  font-size: 48px !important;
}

.font-49 {
  font-size: 49px !important;
}

.font-50 {
  font-size: 50px !important;
}

.font-51 {
  font-size: 51px !important;
}

.font-52 {
  font-size: 52px !important;
}

.font-53 {
  font-size: 53px !important;
}

.font-54 {
  font-size: 54px !important;
}

.font-55 {
  font-size: 55px !important;
}

.font-56 {
  font-size: 56px !important;
}

.font-57 {
  font-size: 57px !important;
}

.font-58 {
  font-size: 58px !important;
}

.font-59 {
  font-size: 59px !important;
}

.font-60 {
  font-size: 60px !important;
}

.font-61 {
  font-size: 61px !important;
}

.font-62 {
  font-size: 62px !important;
}

/*
 |
 | Font Weight
 |
*/
.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}/*# sourceMappingURL=components.css.map */