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

.bg-main {
  background-color: var(--brand-main-color);
}

.bg-second {
  background-color: var(--brand-second-color);
}

.radius-sm {
  border-radius: var(--border-radius) !important;
}

.radius-md {
  border-radius: var(--border-radius-md) !important;
}

.border-radius {
  border-radius: var(--card-border-radius) !important;
}

.button {
  text-align: center;
  padding: 12px 30px;
  font-weight: 500;
  border-radius: var(--border-radius);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s linear;
  position: relative;
  overflow: hidden;
}
.button svg {
  width: 22px;
  height: 22px;
  margin-right: 3px;
}

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

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

.btn-outline-main {
  background-color: transparent;
  color: var(--btn-main-bg);
  padding: 8px 12px;
  border-radius: var(--btn-main-border-radius);
  text-align: center;
  border: solid 1px var(--btn-main-bg);
  transition: background-color 0.2s linear, color 0.2s linear;
}
.btn-outline-main svg {
  fill: var(--btn-main-bg);
  width: 22px;
  height: 22px;
  transition: fill 0.2s linear;
}
.btn-outline-main:hover {
  background-color: var(--btn-main-bg);
  color: var(--btn-main-color);
}
.btn-outline-main:hover svg {
  fill: var(--btn-main-color);
}

.btn-outline-second {
  background-color: transparent;
  color: var(--btn-second-bg);
  padding: 8px 12px;
  border-radius: var(--btn-second-border-radius);
  text-align: center;
  display: block;
  border: solid 1px var(--btn-second-bg);
  transition: background-color 0.2s linear, color 0.2s linear;
}
.btn-outline-second svg {
  fill: var(--btn-second-bg);
  width: 22px;
  height: 22px;
  transition: fill 0.2s linear;
}
.btn-outline-second:hover {
  background-color: var(--btn-second-bg);
  color: var(--btn-second-color);
}
.btn-outline-second:hover svg {
  fill: var(--btn-second-color);
}

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

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

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

/* Box Style */
.box {
  padding: var(--card-padding);
  background-color: var(--card-bg);
  border: var(--card-border);
  border-radius: var(--card-border-radius);
  word-wrap: break-word;
  box-shadow: var(--card-shadow);
}

.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 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;
}

/*
1- Dirs
2- Cursor
*/
/* Start Dirs */
.ltr {
  direction: ltr !important;
}

.rtl {
  direction: rtl !important;
}

/* Start Cursor */
.pointer {
  cursor: pointer;
}

.mt-30 {
  margin-top: 30px;
}/*# sourceMappingURL=components.css.map */