@import "fonts.css?ver=CiskomApp.v.2.0.111";
@import "icons.css?ver=CiskomApp.v.2.0.111";
@import "animate.mob.css?ver=CiskomApp.v.2.0.111";
@import "gradient.css?ver=CiskomApp.v.2.0.111";
@import "alert.css?ver=CiskomApp.v.2.0.111";

:root {
  --td-theme-color: #465fff;
  --td-body-color: rgb(238, 244, 249);
  --td-border-color: rgb(226, 232, 240);
  --button-primary: #465fff;
  --button-primary-hover: #3c52e2;
  --button-default: #1e293b;
  --button-default-hover: #161e29;
  --button-secondary: #2a2a2a;
  --button-secondary-hover: #101010;
  --td-gray-100: #f4f5f8;
  --td-gray-200: #e3e7ed;
  --td-gray-300: #cdd4e0;
  --td-gray-400: #b4bdce;
  --td-gray-500: #97a3b9;
  --td-gray-600: #7987a1;
  --td-gray-700: #596882;
  --td-gray-800: #3b4863;
  --td-gray-900: #1c273c;
  --yellow-50: rgb(255, 224, 0);
  --yellow-100: rgb(245, 201, 46);
  --yellow-150: #ffd900;
  --yellow-200: #bfa300;
  --blue100: rgb(109, 176, 245);
  --blue500: rgb(25, 118, 210);
  --blue600: rgb(33, 93, 222);
}

*,
::after,
::before {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  line-height: 1.4;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: rubik, sans-serif;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code,
kbd,
pre,
samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    liberation mono,
    courier new,
    monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  appearance: button;
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  appearance: listbox;
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  appearance: none;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

html,
body {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family:
    rubik,
    helvetica neue,
    helvetica,
    sans-serif;
  font-size: 0.925rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--td-gray-900);
  text-align: left;
  background-color: var(--body-color);
  width: 100%;
  padding: 0 !important;
}

@media (min-width: 767px) {
  body {
    background: #8e9eab;
    background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab);
    background: linear-gradient(to right, #eef2f3, #8e9eab);
  }
}

.td-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.td-row.td-row-sm {
  margin-right: -10px;
  margin-left: -10px;
}

.td-row.td-row-xs {
  margin-right: -5px;
  margin-left: -5px;
}

.td-row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.td-row-animated:not(:first-child) {
  margin-top: 0.5rem;
}

.td-col-1,
.td-col-2,
.td-col-3,
.td-col-4,
.td-col-5,
.td-col-6,
.td-col-7,
.td-col-8,
.td-col-9,
.td-col-10,
.td-col-11,
.td-col-12,
.td-col,
.td-col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.td-row-sm > .td-col,
.td-row-sm > [class*="td-col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.td-row-xs > .td-col,
.td-row-xs > [class*="td-col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.no-gutters > .td-col,
.no-gutters > [class*="td-col-"] {
  padding-right: 0;
  padding-left: 0;
}

.td-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.td-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.td-col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.td-col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.td-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.td-col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.td-col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.td-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.td-col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.td-col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.td-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.td-col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.td-col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.td-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.td-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
}

.td-grid-2 {
  grid-template-columns: 1fr 1fr;
}

.td-grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.td-grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.td-grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.td-grid-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.td-grid-col {
  position: relative;
  padding: 0.75rem 0.5rem;
  background-color: #fff;
  border: 1px solid var(--td-border-color);
  border-radius: 0.5rem;
}

.td-grid-col-sm {
  padding: 0.5rem;
  font-size: 0.825rem;
}

.td-grid-shadow .td-grid-col {
  -webkit-box-shadow: rgba(49, 53, 59, 0.12) 0 1px 6px;
  box-shadow: rgba(49, 53, 59, 0.12) 0 1px 6px;
}

.td-grid-solid {
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--td-theme-color);
}

@media (pointer: fine) {
  * {
    scrollbar-color: var(--td-body-color) transparent;
  }

  ::-webkit-scrollbar {
    background-color: transparent;
    height: 8px;
    width: 8px;
  }

  ::-webkit-scrollbar:hover {
    background-color: #fff;
  }

  ::-webkit-scrollbar-thumb {
    background-color: var(--td-border-color);
    min-height: 48px;
    min-width: 48px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: var(--td-border-color);
  }

  ::-webkit-scrollbar-button {
    width: 0;
    height: 0;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-1 {
  flex: 1 1 auto !important;
}

.flex-0 {
  flex: 0 0 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.bg-theme {
  background-color: var(--td-theme-color) !important;
}

.bg-white {
  background-color: #fff !important;
}

.no-bg {
  background-color: transparent !important;
}

.bg-body {
  background-color: var(--td-body-color) !important;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

.bg-blue-light {
  background-color: #e0eefb !important;
}

.bg-green-light {
  background-color: #e6f7f3 !important;
}

.bg-orange-light {
  background-color: #fff8e3 !important;
}

.bg-yellow-light {
  background-color: #feffe4 !important;
}

.bg-gray-100 {
  background-color: #f4f5f8;
}

.bg-gray-200 {
  background-color: #e3e7ed;
}

.bg-gray-300 {
  background-color: #cdd4e0;
}

.bg-gray-400 {
  background-color: #b4bdce;
}

.bg-gray-500 {
  background-color: #97a3b9;
}

.bg-gray-600 {
  background-color: #7987a1;
}

.bg-gray-700 {
  background-color: #596882;
}

.bg-gray-800 {
  background-color: #3b4863;
}

.bg-gray-900 {
  background-color: #1c273c;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-static {
  position: static !important;
}

.p-sticky {
  position: sticky !important;
}

.p-fixed {
  position: fixed !important;
}

.font-size10 {
  font-size: 10px !important;
}

.font-size11 {
  font-size: 11px !important;
}

.font-size12 {
  font-size: 12px !important;
}

.font-size13 {
  font-size: 13px !important;
}

.font-size14 {
  font-size: 14px !important;
}

.font-size16 {
  font-size: 16px !important;
}

.font-size18 {
  font-size: 18px !important;
}

.font-size20 {
  font-size: 20px !important;
}

.font-size22 {
  font-size: 22px !important;
}

.font-size24 {
  font-size: 24px !important;
}

.font-size26 {
  font-size: 26px !important;
}

.font-size28 {
  font-size: 28px !important;
}

.font-size30 {
  font-size: 30px !important;
}

.font-size32 {
  font-size: 32px !important;
}

.font-size34 {
  font-size: 34px !important;
}

.font-size36 {
  font-size: 36px !important;
}

.font-size38 {
  font-size: 38px !important;
}

.font-size40 {
  font-size: 40px !important;
}

.font-weight300 {
  font-weight: 300 !important;
}

.font-weight400 {
  font-weight: 400 !important;
}

.font-weight500 {
  font-weight: 500 !important;
}

.font-weight600 {
  font-weight: 600 !important;
}

.font-weight700 {
  font-weight: 700 !important;
}

.text-primary {
  color: var(--td-theme-color) !important;
}

.text-red {
  color: red !important;
}

.text-blue {
  color: #046bb9 !important;
}

.text-black {
  color: #212121 !important;
}

.text-green {
  color: #03ad87 !important;
}

.text-orange {
  color: #f7b500 !important;
}

.text-white {
  color: #fff !important;
}

.text-danger {
  color: #cf2a28 !important;
}

.text-success {
  color: #11a428 !important;
}

.text-info {
  color: #0190fe !important;
}

.text-warning {
  color: #eb9234 !important;
}

.text-muted {
  color: #8d9ea7 !important;
}

.text-gold {
  color: #e0b50b !important;
}

.text-gray-100 {
  color: #f4f5f8 !important;
}

.text-gray-200 {
  color: #e3e7ed !important;
}

.text-gray-300 {
  color: #cdd4e0 !important;
}

.text-gray-400 {
  color: #b4bdce !important;
}

.text-gray-500 {
  color: #97a3b9 !important;
}

.text-gray-600 {
  color: #7987a1 !important;
}

.text-gray-700 {
  color: #596882 !important;
}

.text-gray-800 {
  color: #3b4863 !important;
}

.text-gray-900 {
  color: #1c273c !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.margin {
  margin: 0 !important;
}

.margin5 {
  margin: 5px !important;
}

.margin10 {
  margin: 10px !important;
}

.margin15 {
  margin: 1rem !important;
}

.margin20 {
  margin: 20px !important;
}

.margin25 {
  margin: 25px !important;
}

.margin-top {
  margin-top: 0 !important;
}

.margin-top5 {
  margin-top: 5px !important;
}

.margin-top10 {
  margin-top: 10px !important;
}

.margin-top15 {
  margin-top: 15px !important;
}

.margin-top20 {
  margin-top: 20px !important;
}

.margin-top25 {
  margin-top: 25px !important;
}

.margin-top30 {
  margin-top: 30px !important;
}

.margin-top35 {
  margin-top: 35px !important;
}

.margin-top40 {
  margin-top: 40px !important;
}

.margin-top45 {
  margin-top: 45px !important;
}

.margin-top50 {
  margin-top: 50px !important;
}

.margin-bottom {
  margin-bottom: 0 !important;
}

.margin-bottom5 {
  margin-bottom: 5px !important;
}

.margin-bottom10 {
  margin-bottom: 10px !important;
}

.margin-bottom15 {
  margin-bottom: 15px !important;
}

.margin-bottom20 {
  margin-bottom: 20px !important;
}

.margin-bottom25 {
  margin-bottom: 25px !important;
}

.margin-bottom30 {
  margin-bottom: 30px !important;
}

.margin-bottom35 {
  margin-bottom: 35px !important;
}

.margin-bottom40 {
  margin-bottom: 40px !important;
}

.margin-bottom45 {
  margin-bottom: 45px !important;
}

.margin-bottom50 {
  margin-bottom: 50px !important;
}

.margin-right {
  margin-right: 0 !important;
}

.margin-right5 {
  margin-right: 5px !important;
}

.margin-right10 {
  margin-right: 10px !important;
}

.margin-right15 {
  margin-right: 1rem !important;
}

.margin-right20 {
  margin-right: 20px !important;
}

.margin-right25 {
  margin-right: 25px !important;
}

.margin-right30 {
  margin-right: 30px !important;
}

.margin-right35 {
  margin-right: 35px !important;
}

.margin-right40 {
  margin-right: 40px !important;
}

.margin-left {
  margin-left: 0 !important;
}

.margin-left5 {
  margin-left: 5px !important;
}

.margin-left10 {
  margin-left: 10px !important;
}

.margin-left15 {
  margin-left: 1rem !important;
}

.margin-left20 {
  margin-left: 20px !important;
}

.margin-left25 {
  margin-left: 25px !important;
}

.margin-left30 {
  margin-left: 30px !important;
}

.margin-left35 {
  margin-left: 35px !important;
}

.margin-left40 {
  margin-left: 40px !important;
}

.margin-left-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.margintop-offset1 {
  margin-top: -1px;
}

.margintop-offset5 {
  margin-top: -5px;
}

.margintop-offset10 {
  margin-top: -10px;
}

.padding {
  padding: 0 !important;
}

.padding5 {
  padding: 5px !important;
}

.padding10 {
  padding: 10px !important;
}

.padding15 {
  padding: 1rem !important;
}

.padding20 {
  padding: 20px !important;
}

.padding25 {
  padding: 25px !important;
}

.padding-top {
  padding-top: 0 !important;
}

.padding-top5 {
  padding-top: 5px !important;
}

.padding-top10 {
  padding-top: 10px !important;
}

.padding-top15 {
  padding-top: 1rem !important;
}

.padding-top20 {
  padding-top: 20px !important;
}

.padding-top25 {
  padding-top: 25px !important;
}

.padding-top30 {
  padding-top: 30px !important;
}

.padding-top35 {
  padding-top: 35px !important;
}

.padding-top40 {
  padding-top: 40px !important;
}

.padding-bottom {
  padding-bottom: 0 !important;
}

.padding-bottom5 {
  padding-bottom: 5px !important;
}

.padding-bottom10 {
  padding-bottom: 10px !important;
}

.padding-bottom15 {
  padding-bottom: 1rem !important;
}

.padding-bottom20 {
  padding-bottom: 20px !important;
}

.padding-bottom25 {
  padding-bottom: 25px !important;
}

.padding-bottom30 {
  padding-bottom: 30px !important;
}

.padding-bottom35 {
  padding-bottom: 35px !important;
}

.padding-bottom40 {
  padding-bottom: 40px !important;
}

.padding-left {
  padding-left: 0 !important;
}

.padding-left5 {
  padding-left: 5px !important;
}

.padding-left10 {
  padding-left: 10px !important;
}

.padding-left15 {
  padding-left: 1rem !important;
}

.padding-left20 {
  padding-left: 20px !important;
}

.padding-left25 {
  padding-left: 25px !important;
}

.padding-left30 {
  padding-left: 30px !important;
}

.padding-right {
  padding-right: 0 !important;
}

.padding-right5 {
  padding-right: 5px !important;
}

.padding-right10 {
  padding-right: 10px !important;
}

.padding-right15 {
  padding-right: 1rem !important;
}

.padding-right20 {
  padding-right: 20px !important;
}

.padding-right25 {
  padding-right: 25px !important;
}

.padding-right30 {
  padding-right: 30px !important;
}

.right5 {
  right: 5px !important;
}

.right10 {
  right: 10px !important;
}

.right15 {
  right: 15px !important;
}

.right20 {
  right: 20px !important;
}

.right25 {
  right: 25px !important;
}

.right30 {
  right: 30px !important;
}

.right35 {
  right: 35px !important;
}

.right40 {
  right: 40px !important;
}

.bottom5 {
  bottom: 5px !important;
}

.bottom10 {
  bottom: 10px !important;
}

.bottom15 {
  bottom: 15px !important;
}

.bottom20 {
  bottom: 20px !important;
}

.bottom25 {
  bottom: 25px !important;
}

.bottom30 {
  bottom: 30px !important;
}

.bottom35 {
  bottom: 35px !important;
}

.bottom40 {
  bottom: 40px !important;
}

.fullwidth {
  width: 100% !important;
}

.quarterwidth {
  width: 70% !important;
}

.halfwidth {
  width: 50% !important;
}

.smallwidth {
  width: 25% !important;
}

.fullheight {
  height: 100% !important;
}

.fullheight99 {
  height: 99% !important;
}

.halfheight {
  height: 50% !important;
}

.line-height1 {
  line-height: 1 !important;
}

.line-height2 {
  line-height: 1.2 !important;
}

.line-height3 {
  line-height: 1.3 !important;
}

.line-height4 {
  line-height: 1.4 !important;
}

.line-height5 {
  line-height: 1.5 !important;
}

.text-height2 {
  max-height: 45px;
}

.bordered {
  border: 1px solid var(--td-border-color) !important;
}

.bordered-light {
  border: 1px solid #e4ebf5;
}

.border-top {
  border-top: 1px solid var(--td-border-color);
}

.border-bottom {
  border-bottom: 1px solid var(--td-border-color);
}

.border-left {
  border-left: 1px solid var(--td-border-color);
}

.border-right {
  border-right: 1px solid var(--td-border-color);
}

.border-none {
  border: 0 !important;
}

.border-bottom-none {
  border-bottom: 0 !important;
}

.border-top-none {
  border-top: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid var(--td-border-color) !important;
}

.bordered-right-none {
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: var(--td-border-color);
}

.filter-none {
  filter: none;
  -webkit-filter: none;
}

.nooverflow {
  overflow: unset !important;
}

.overflow-el {
  overflow: hidden !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded1 {
  border-radius: 0.25rem !important;
}

.rounded2 {
  border-radius: 0.5rem !important;
}

.rounded3 {
  border-radius: 0.75rem !important;
}

.rounded4 {
  border-radius: 1rem !important;
}

.shadow {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.noshadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.hover:hover {
  background-color: var(--td-body-color);
  cursor: pointer;
}

.img-responsive {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.td-img > img {
  width: 100%;
  height: auto;
  max-width: 60px;
}

.noselect {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectAll {
  -webkit-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

.truncate {
  overflow: hidden !important;
  white-space: nowrap !important;
}

.overflow-ellipsis,
.truncate {
  text-overflow: ellipsis !important;
}

.break-word {
  word-wrap: break-word;
}

.overflow-rows {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}

.overflow-2rows {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.overflow-3rows {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.letter-spacing1 {
  letter-spacing: -0.1rem !important;
}

.letter-spacing2 {
  letter-spacing: -0.05rem !important;
}

.letter-spacing3 {
  letter-spacing: -0.025rem !important;
}

.letter-spacing4 {
  letter-spacing: -0.0125rem !important;
}

.letter-spacing-1 {
  letter-spacing: 0.1rem !important;
}

.letter-spacing-2 {
  letter-spacing: 0.05rem !important;
}

.letter-spacing-3 {
  letter-spacing: 0.025rem !important;
}

.letter-spacing-4 {
  letter-spacing: 0.0125rem !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.center-object {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pointer {
  cursor: pointer;
}

.edit {
  cursor: pointer;
  color: var(--td-main-color) !important;
}

.currencysimbol {
  padding-right: 0.25rem;
  font-weight: inherit;
}

.is-loading {
  padding: 0 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.85rem;
  color: #97a3b9;
  text-align: center;
  line-height: 1.4;
}

.modal-animation .is-loading {
  margin: 0;
  padding-top: 1.25rem;
}

.td-animated {
  position: relative;
  background-color: #fff;
}

.td-animated-body {
  padding: 0.5rem 0.75rem;
}

.td-animated:not(:first-child),
.td-animated-body .td-row:not(:first-child) {
  margin-top: 0.5rem;
}

.td-animated-body .td-row.td-row:not(:first-child) > [class*="td-col-"] {
  padding-top: 0.5rem;
  border-top: 0.75px solid var(--td-body-color);
}

.td-views {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.td-views,
.td-view {
  position: relative;
  width: 100%;
  height: 100%;
}

.td-view {
  overflow: hidden;
  box-sizing: border-box;
  max-width: 450px;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .td-view {
    padding: 1rem;
  }
}
.td-pages {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 991px) {
  .td-pages {
    border-radius: 0.5rem;
  }
}
.td-page {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.td-page.solid-background {
  background-color: #fff;
}

.td-page-gradient .td-page-content {
  background-color: transparent;
}

.td-header {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
  z-index: 1004;
}

.td-header-wrap .td-header {
  border-bottom: 1px solid var(--td-border-color);
}

[data-page="login"] .td-header {
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}

.td-page-solid .td-header {
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.td-page-solid .td-header.td-header-scroll {
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  border-bottom: 1px solid var(--td-border-color);
}

.td-header-theme {
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.td-header-sticky {
  background-color: var(--td-theme-color);
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.td-header-left {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.td-header-logo {
  display: block;
  margin-right: 0.5rem;
  margin-left: 1rem;
}

.td-header-logo img {
  max-width: 20px;
  margin-top: -4px;
}

.td-header-logo svg {
  display: block;
  width: 20px;
  height: 20px;
}

.td-header-title {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
}

.td-header-theme .td-header-title {
  margin-left: 1rem;
}

.td-apps .td-header-title {
  margin-left: 1rem;
  font-size: 1.1rem;
}

.td-header-menu {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  cursor: pointer;
}

.td-header-menu svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.td-header-right {
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
}

.td-header-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.td-header-icon:not(:first-child) {
  margin-left: 0.25rem;
}

.td-desktop .td-header-icon:hover {
  background-color: var(--td-body-color);
  color: #212121;
}

.td-header-icon:hover > .td-icon {
  filter: none;
  -webkit-filter: none;
}

.td-header-intro {
  position: relative;
  height: 180px;
  background: #e5e5e5;
  background: linear-gradient(3deg, #c00000 0%, #760d2b 100%);
}

.td-header-intro-text {
  text-align: center;
  position: relative;
  height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1.5rem;
}

.td-header-intro-text h2 {
  font-size: 2rem;
  margin: 0;
  font-weight: 500;
}

.td-header-intro-text img {
  width: 100%;
  max-width: 160px;
  margin-bottom: 0.25rem;
  filter: brightness(0) invert(1) opacity(0.95);
}

.td-header-intro-text p {
  margin: 0;
  font-size: 1rem;
  color: #fff;
}

.td-header-intro .vector-bottom {
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
}

.td-header-intro .vector-right {
  position: absolute;
  bottom: 40px;
  right: -10px;
  z-index: 2;
  max-width: 180px;
}

.td-footer {
  width: 100%;
  background-color: #fff;
}

.td-page-gradient .td-footer {
  background-color: transparent;
}

.td-footer-inner {
  display: flex;
  height: 50px;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
}

.td-page-content {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  background-color: var(--td-body-color);
}

.td-page-gradient {
  background: linear-gradient(5deg, #f0f0f0 0%, #fff 100%);
}

.td-page-content.with-footer {
  height: calc(100% - 50px);
}

.td-page-solid .td-page-content {
  height: calc(100% - 270px);
  background-color: #fff;
  z-index: 2;
  padding: 2rem;
}

.td-page-content::-webkit-scrollbar {
  width: 5px;
}

.td-page-content::-webkit-scrollbar-track {
  background-color: transparent;
}

.td-page-content::-webkit-scrollbar-thumb {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.16);
}

.td-mobile .td-page-content::-webkit-scrollbar {
  width: 0;
}

.td-page-inner {
  padding: 0.75rem 1rem;
}

.td-page-full {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.grecaptcha-badge {
  right: -100% !important;
}

.td-page-custom {
  position: relative;
  background-color: #fff;
  padding: 1.5rem;
}

.td-content-fixed {
  background: #fff;
}

.td-content-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  background: #fff;
}

.td-page-header {
  /*text-align: center;*/
  margin-bottom: 1.5rem;
}

.td-page-title {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.05rem;
  /*color: var(--td-theme-color);*/
}

.td-logo {
  display: block;
  max-width: 160px;
  margin: 0 auto;
}
.td-page-subtitle {
  margin: 0;
  line-height: 1.3;
  font-size: 14px;
  color: #596882;
}

.vector-content-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 150px;
  z-index: 1;
  opacity: 0.35;
  /*transform: translateY(-15%);*/
  /*display: none;*/
}

.vector-geometric-top {
  position: absolute;
  top: -15px;
  right: 0;
  max-width: 30px;
  transform: rotate(45deg);
  display: none;
}

.vector-geometric-bottom {
  position: absolute;
  bottom: 0;
  right: -10px;
  max-width: 160px;
}
.vector-right {
  position: absolute;
  top: 0;
  right: 0;
}

.td-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.65rem 0.75rem;
  font-size: 1rem;
  line-height: 1.45;
  border-radius: 0.5rem;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  transition: background-color 0.3s ease;
}

.td-btn.td-btn-rounded {
  border-radius: 2rem;
}

.td-btn:hover,
.td-btn:focus {
  text-decoration: none;
}

.td-btn:focus,
.td-btn.focus {
  outline: 0;
}

.td-btn.disabled,
.td-btn:disabled {
  opacity: 0.65;
}

.td-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.td-btn:disabled {
  color: var(--td-gray-700);
  border-color: var(--td-gray-600);
  background: transparent;
  cursor: not-allowed;
}

.td-btn-main {
  color: #fff;
  background: var(--button-primary);
  border-color: var(--button-primary);
}

.td-btn-main:not(:disabled):hover {
  background: var(--button-primary-hover);
  border-color: var(--button-primary-hover);
}

.td-btn-main:focus,
.td-btn-main.focus {
  box-shadow: none;
}
.td-btn-main:disabled {
  border-color: var(--td-gray-300);
  background: var(--td-gray-300);
}

.td-btn-default {
  color: #fff;
  background: var(--td-gray-700);
  border-color: var(--td-gray-700);
}

.td-btn-default:not(:disabled):hover {
  background: var(--td-gray-800);
  border-color: var(--td-gray-800);
}

.td-btn-inverse {
  color: var(--td-gray-700);
  background-color: transparent;
  border-color: var(--td-border-color);
}

.td-btn-inverse:not(:disabled):hover {
  color: var(--td-gray-900);
  background-color: var(--td-body-color);
}

.td-btn-secondary {
  color: #fff;
  background-color: var(--button-secondary);
  border-color: var(--button-secondary);
}

.td-btn-secondary:not(:disabled):hover {
  background-color: var(--button-secondary-hover);
  border-color: var(--button-secondary-hover);
}

.td-btn-danger {
  color: #fff;
  background-color: #a42222;
  border-color: #951818;
}

.td-btn-danger:not(:disabled):hover {
  color: #fff;
  background-color: #991c1c;
  border-color: #991c1c;
}

.td-btn-success {
  background-color: #199855;
  border-color: #199855;
  color: #fff;
}

.td-btn-success:not(:disabled):hover {
  background-color: #0f914c;
  border-color: #0f914c;
}

.td-btn-block {
  display: block;
  width: 100%;
}

.td-btn-block + .td-btn-block {
  margin-top: 0.75rem;
}

.td-btn-middle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.td-btn-middle > i {
  font-size: 1rem;
  margin-right: 0.5rem;
}

.td-btn-sm > i {
  font-size: 0.925rem;
}

.td-button-loader {
  width: 100%;
  display: block !important;
  position: relative;
  overflow: hidden;
  border-color: transparent;
  height: 2.75rem;
  cursor: pointer;
}

.td-btn-secondary .td-button-loader {
  border-color: var(--yellow-500);
}

.td-button-loader:disabled {
  border-color: transparent;
}

.td-button-loader span {
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.td-button-loader:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #339952 !important;
}

.active-button {
  background-color: #7dc694 !important;
  border-color: #339952 !important;
}

.active-button:before {
  width: 100%;
  transition: width 3s linear;
}

.active-button span {
  top: -100%;
  left: -100%;
  transform: translate(-100%);
}

.active-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 3px solid #fff;
  border-top: 3px solid #d85f08;
  border-radius: 50%;
  animation: cssload-spin 1s linear infinite;
  box-sizing: border-box;
  transform-origin: 50% 50%;
}

.td-form-group {
  position: relative;
}

.td-form-group:not(:first-child) {
  margin-top: 0.75rem;
}

.td-form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--td-gray-900);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid var(--td-border-color);
  border-radius: 0.5rem;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
}

.td-form-control:focus {
  border-color: var(--td-secondary-color);
  border-width: 2px;
}

input::-webkit-input-placeholder {
  color: #97a3b9;
}

input::-moz-placeholder {
  color: #97a3b9;
}

input:-ms-input-placeholder {
  color: #97a3b9;
}

input::-ms-input-placeholder {
  color: #97a3b9;
}

input::placeholder {
  color: #97a3b9;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.td-form-wrapper {
  position: relative;
}

.td-form-wrapper:not(:first-child) {
  margin-top: 0.75rem;
}

.td-form-inner {
  position: relative;
  display: flex;
  background-color: #fff;
  border: 1.5px solid var(--td-border-color);
  border-radius: 0.5rem;
  align-items: center;
  overflow: hidden;
}

.td-form-wrapper.focus .td-form-inner {
  background-color: #fff;
  border-color: var(--button-primary);
}

.td-form-inner .td-form-control {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0.75rem 0;
  flex: 1;
}

.td-form-icon {
  height: 40px;
  flex: 0 0 40px;
  max-width: 40px;
  background-size: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  filter: invert(64%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(86%)
    contrast(82%);
  -webkit-filter: invert(64%) sepia(0%) saturate(0%) hue-rotate(159deg)
    brightness(86%) contrast(82%);
}

.td-form-icon:first-child {
  margin-left: 1rem;
}

.td-form-action {
  position: relative;
  margin-top: 0.75rem;
}

.td-form-action-remember {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #596882;
  margin: 1rem 0 2rem;
}

.td-forget > a {
  color: var(--td-theme-color);
  text-decoration: none;
}

.td-form-action-info {
  color: #97a3b9;
  text-decoration: none;
}

.td-form-action-info span {
  color: var(--td-secondary-color);
  font-weight: 500;
}

.td-form-floating {
  position: relative;
}

.td-form-floating:not(:first-child) {
  margin-top: 0.5rem;
}

.td-form-floating > .td-form-control,
.td-form-floating > .td-form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  font-size: 1rem;
}

.td-form-floating > textarea.td-form-control {
  height: calc(3.5rem + 2px);
  resize: none;
}

.td-form-floating > textarea::-webkit-scrollbar {
  display: none;
}

.td-form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem 1.5rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition:
    opacity 0.1s ease-in-out,
    transform 0.1s ease-in-out;
  color: #97a3b9;
  margin: 0;
  font-size: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .td-form-floating > label {
    transition: none;
  }
}

.td-form-floating > .td-form-control {
  padding: 1rem 0.75rem;
}

.td-form-floating > .td-form-control::-moz-placeholder {
  color: transparent;
}

.td-form-floating > .td-form-control::placeholder {
  color: transparent;
}

.td-form-floating > .td-form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.75rem;
  padding-bottom: 0.25rem;
}

.td-form-floating > .td-form-control:focus,
.td-form-floating > .td-form-control:not(:placeholder-shown) {
  padding-top: 1.75rem;
  padding-bottom: 0.25rem;
}

.td-form-floating > .td-form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.425rem;
}

.td-form-floating > .td-form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.425rem;
}

.td-form-floating > .td-form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.td-form-floating > .td-form-control:focus ~ label {
  color: var(--td-theme-color);
}

.td-form-floating > .td-form-control:focus ~ label,
.td-form-floating > .td-form-control:not(:placeholder-shown) ~ label,
.td-form-floating > .td-form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.td-form-floating > .td-form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.td-select-box {
  border: 1.5px solid var(--td-border-color);
  height: 48px;
  position: relative;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background: #fff;
}
.td-select-addon,
.td-select-box__icon {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.td-select-addon {
  width: 55px;
  background-size: 24px;
  filter: invert(64%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(86%)
    contrast(82%);
  -webkit-filter: invert(64%) sepia(0%) saturate(0%) hue-rotate(159deg)
    brightness(86%) contrast(82%);
}
.icon-box-sm {
  background-size: 20px;
}

.icon-box-md {
  background-size: 24px;
}

.td-select-right .td-select-box__icon {
  order: 1;
}

.td-select-box__text {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 0.75rem;
  padding-top: 0.125rem;
}

.td-select-right .td-select-box__text {
  padding-left: 1rem;
}

.td-select-box__text:empty:before {
  content: attr(data-placeholder);
  color: #97a3b9;
}

.td-select-box.with-label {
  height: 58px;
}

.with-label .td-select-box__icon {
  margin-top: 0.25rem;
}

.with-label .td-select-box__text {
  padding: 1.75rem 0.75rem 0.25rem;
}

.with-label .td-select-box__text:before {
  content: attr(data-placeholder);
  position: absolute;
  top: 0.45rem;
  left: 0.75rem;
  font-size: 14px;
  color: #97a3b9;
}

.with-label .td-select-box__text:empty:before {
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

.td-select-box.scroll-el {
  height: auto;
  min-height: 58px;
}

.td-select-box__text > span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding-left: 0.75rem;
}

.td-select-box__text > span:before {
  content: "#";
  position: absolute;
  left: 0;
  top: 1px;
}

.td-header .td-select-box {
  margin-left: 1rem;
  margin-right: 0.5rem;
  height: 2.375rem;
  flex: 1 1 0%;
}

.td-header .td-select-box__icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-size: 20px;
  margin: 0 0.25rem;
}

.td-desktop .actions:hover {
  background-color: var(--td-body-color);
}

.td-page-footer {
  position: relative;
  margin-top: 1.5rem;
  text-align: center;
}

.td-oauth-login__title {
  position: relative;
  width: 100%;
  margin: 0 0 1rem;
  text-align: center;
}

.td-oauth-login__title > span {
  background: #fff;
  color: #b4bdce;
  padding: 0 0.5rem;
  z-index: 2;
  position: relative;
  font-size: 0.825rem;
}

.td-oauth-login__title:after {
  content: "";
  position: absolute;
  background-color: var(--td-border-color);
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 1;
}

.td-oauth-login__text {
  margin-bottom: 1rem;
  font-size: 0.925rem;
  font-weight: 400;
  color: #596882;
}

.td-auth-button {
  position: relative;
  display: inline-flex;
  background: 0 0;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 1rem;
  border: 1px solid var(--td-border-color);
  border-radius: 50%;
  cursor: pointer;
  outline: 0;
  margin-bottom: 0.5rem;
  background-color: #fff;
}

.td-auth-button:hover {
  opacity: 0.8;
}

.td-auth-button span {
  pointer-events: none;
}

.td-auth-button__icon {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}

.td-auth-button[data-provider^="facebook"] {
  background: #4267b2;
  border-color: #4267b2;
  color: #fff !important;
}

.td-auth-button[data-provider^="facebook"] .td-auth-button__icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNC41LDQuNmgzLjdWMC4yaC0zLjdjLTIuOSwwLTUuMiwyLjMtNS4yLDUuMnYyLjJoLTN2NC41aDNWMjRoNC41VjEyLjFoMy43bDAuNy00LjVoLTQuNVY1LjQNCglDMTMuOCw1LDE0LjEsNC42LDE0LjUsNC42eiIvPg0KPC9zdmc+DQo=);
}

.td-auth-button[data-provider^="google"] .td-auth-button__icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CgogICAgPGcgaWQ9Imljbl9nb29nbGUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJsb2dvX2dvb2dsZWdfNDhkcCI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xOS42LDEwLjIyNzI3MjcgQzE5LjYsOS41MTgxODE4MiAxOS41MzYzNjM2LDguODM2MzYzNjQgMTkuNDE4MTgxOCw4LjE4MTgxODE4IEwxMCw4LjE4MTgxODE4IEwxMCwxMi4wNSBMMTUuMzgxODE4MiwxMi4wNSBDMTUuMTUsMTMuMyAxNC40NDU0NTQ1LDE0LjM1OTA5MDkgMTMuMzg2MzYzNiwxNS4wNjgxODE4IEwxMy4zODYzNjM2LDE3LjU3NzI3MjcgTDE2LjYxODE4MTgsMTcuNTc3MjcyNyBDMTguNTA5MDkwOSwxNS44MzYzNjM2IDE5LjYsMTMuMjcyNzI3MyAxOS42LDEwLjIyNzI3MjcgTDE5LjYsMTAuMjI3MjcyNyBaIiBpZD0iU2hhcGUiIGZpbGw9IiM0Mjg1RjQiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTEwLDIwIEMxMi43LDIwIDE0Ljk2MzYzNjQsMTkuMTA0NTQ1NSAxNi42MTgxODE4LDE3LjU3NzI3MjcgTDEzLjM4NjM2MzYsMTUuMDY4MTgxOCBDMTIuNDkwOTA5MSwxNS42NjgxODE4IDExLjM0NTQ1NDUsMTYuMDIyNzI3MyAxMCwxNi4wMjI3MjczIEM3LjM5NTQ1NDU1LDE2LjAyMjcyNzMgNS4xOTA5MDkwOSwxNC4yNjM2MzY0IDQuNDA0NTQ1NDUsMTEuOSBMMS4wNjM2MzYzNiwxMS45IEwxLjA2MzYzNjM2LDE0LjQ5MDkwOTEgQzIuNzA5MDkwOTEsMTcuNzU5MDkwOSA2LjA5MDkwOTA5LDIwIDEwLDIwIEwxMCwyMCBaIiBpZD0iU2hhcGUiIGZpbGw9IiMzNEE4NTMiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTQuNDA0NTQ1NDUsMTEuOSBDNC4yMDQ1NDU0NSwxMS4zIDQuMDkwOTA5MDksMTAuNjU5MDkwOSA0LjA5MDkwOTA5LDEwIEM0LjA5MDkwOTA5LDkuMzQwOTA5MDkgNC4yMDQ1NDU0NSw4LjcgNC40MDQ1NDU0NSw4LjEgTDQuNDA0NTQ1NDUsNS41MDkwOTA5MSBMMS4wNjM2MzYzNiw1LjUwOTA5MDkxIEMwLjM4NjM2MzYzNiw2Ljg1OTA5MDkxIDAsOC4zODYzNjM2NCAwLDEwIEMwLDExLjYxMzYzNjQgMC4zODYzNjM2MzYsMTMuMTQwOTA5MSAxLjA2MzYzNjM2LDE0LjQ5MDkwOTEgTDQuNDA0NTQ1NDUsMTEuOSBMNC40MDQ1NDU0NSwxMS45IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0ZCQkMwNSI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMTAsMy45NzcyNzI3MyBDMTEuNDY4MTgxOCwzLjk3NzI3MjczIDEyLjc4NjM2MzYsNC40ODE4MTgxOCAxMy44MjI3MjczLDUuNDcyNzI3MjcgTDE2LjY5MDkwOTEsMi42MDQ1NDU0NSBDMTQuOTU5MDkwOSwwLjk5MDkwOTA5MSAxMi42OTU0NTQ1LDAgMTAsMCBDNi4wOTA5MDkwOSwwIDIuNzA5MDkwOTEsMi4yNDA5MDkwOSAxLjA2MzYzNjM2LDUuNTA5MDkwOTEgTDQuNDA0NTQ1NDUsOC4xIEM1LjE5MDkwOTA5LDUuNzM2MzYzNjQgNy4zOTU0NTQ1NSwzLjk3NzI3MjczIDEwLDMuOTc3MjcyNzMgTDEwLDMuOTc3MjcyNzMgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjRUE0MzM1Ij48L3BhdGg+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDAgMjAgMCAyMCAyMCAwIDIwIj48L3BvbHlnb24+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}

.td-otp-input input {
  text-align: center;
  padding: 0.5rem 0.725rem;
  border: 1px solid var(--td-border-color);
  border-radius: 0.5rem;
  outline: none;
  height: 75px;
  width: 65px;
  font-size: 32px;
  outline: none;
  box-shadow: none;
}

.td-otp-input input:focus {
  border-color: var(--td-theme-color);
  border-width: 2px;
}

.td-otp-input input:focus::placeholder,
.td-otp-input input::placeholder,
.td-otp-input input::-webkit-placeholder {
  color: transparent;
}

.td-otp-inputt input::-webkit-outer-spin-button,
.td-otp-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.td-otp-input input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.td-otp-input input:not(:first-child) {
  margin-left: 0.5rem;
}

.td-counter {
  font-size: 0.825rem;
  color: #596882;
  margin-top: 1rem;
  text-align: center;
}

.td-counter span {
  color: var(--td-theme-color);
  font-weight: 500;
}

.rdiobox-wrapper {
  position: relative;
}

.rdiobox {
  position: relative;
  display: block;
  margin: 0;
  font-size: 0.925rem;
  color: var(--td-gray-900);
  cursor: pointer;
  font-weight: 400;
}

.rdiobox-block {
  padding: 1.125rem 0 1rem;
  border-bottom: 1px solid var(--td-border-color);
  cursor: pointer;
}

.rdiobox-inner:first-child {
  padding-bottom: 0.25rem;
}

.rdiobox-inner:not(:first-child) {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--td-border-color);
}

.rdiobox input[type="radio"] {
  display: none !important;
}

.rdiobox > span {
  padding-left: 2rem;
  display: block;
  line-height: 1.5;
}

.rdiobox-inner .rdiobox > span {
  padding-left: 0;
  font-size: 1rem;
}

.rdiobox > span::before,
.rdiobox > span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.rdiobox > span::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #97a3b9;
  border-radius: 50px;
  left: 0;
}

.rdiobox-none > span:before,
.rdiobox-none > span::after {
  display: none !important;
}

.rdiobox > span > span {
  position: relative;
  top: 2px;
}

.rdiobox > span > img {
  width: 48px;
  height: auto;
  margin-right: 10px;
}

.rdiobox p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.2;
  padding-left: 2rem;
  color: #97a3b9;
}

.rdiobox strong,
.rdiobox b {
  font-weight: 500;
}

.rdiobox input[type="radio"]:checked + span::before {
  border-color: var(--td-theme-color);
  background-color: #fff;
}

.rdiobox > span::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--td-theme-color);
  border-radius: 50px;
  left: 5px;
  display: none;
}

.rdiobox input[type="radio"]:checked + span::after {
  display: block;
}

.rdiobox-inner .rdiobox > span::before {
  left: auto;
  right: 0;
}

.rdiobox-inner .rdiobox span::after {
  left: auto;
  right: 5px;
}

.tdModelWrapper {
  display: flex;
  align-items: center;
}

.td-radio-control {
  position: relative;
  cursor: pointer;
  font-size: 1.1rem;
  color: var(--td-gray-900);
  margin: 0;
  flex: 1 1 auto;
  padding: 0.625rem;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.td-radio-control:not(:first-child) {
  margin-left: 0.5rem;
}

.td-radio-control input[type="radio"] {
  display: none;
  opacity: 0;
}

.td-radio-control .label {
  position: relative;
  width: 20px;
  height: 20px;
  border: 0.125rem solid var(--td-border-color);
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  z-index: 2;
  margin-right: 0.5rem;
}

.td-radio-control .title {
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.td-radio-control .label:after,
.td-rdo-control .label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--blue-200);
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.05;
  pointer-events: none;
}

.td-radio-control:hover .label:after,
.td-rdo-control:hover .label:after {
  transform: scale(3.6);
}

.td-radio-control input[type="radio"]:checked + .label,
.td-rdo-control input[type="radio"]:checked + .label {
  border-color: #fff;
}

.td-radio-control input[type="radio"]:checked ~ .title {
  color: #fff;
}

.td-radio-control input[type="radio"]:checked ~ .mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--td-theme-color);
  border-radius: 0.5rem;
  z-index: 1;
}

.td-radio-control input[type="radio"]:checked + .label:after,
.td-rdo-control input[type="radio"]:checked + .label:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.4, 0.9, 0.4, 0.9);
  opacity: 1;
  background-color: #fff;
}

.td-rdo-control {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  color: var(--td-gray-900);
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.td-radio-content {
  padding-left: 32px;
}

.td-radio-content > div {
  display: flex;
  align-items: center;
  color: var(--td-gray-600);
  line-height: 1;
}

.td-radio-content > div > span + span {
  border-left: 1px solid var(--td-gray-500);
  display: block;
  margin-left: 10px;
  padding-left: 10px;
  line-height: 1.1;
}

.td-radio-wrapper + .td-radio-wrapper {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--td-gray-300);
}

.td-ckbox {
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  text-align: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

.td-ckbox span {
  padding-left: 1.75rem;
}

.td-ckbox span:before,
.td-ckbox span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.4;
  border-radius: 0.25rem;
  font-size: 0.825rem;
  background-color: #fff;
  border: 1px solid var(--td-border-color);
  content: "";
}

.td-ckbox input[type="checkbox"] {
  display: none;
}

.td-ckbox input[type="checkbox"]:checked + span:after {
  content: "\2713";
  color: #fff;
  background-color: var(--td-theme-color);
  border-color: var(--td-theme-color);
}

.td-ckbox input[type="checkbox"][disabled] + span,
.td-ckbox input[type="checkbox"][disabled] + span:before,
.td-ckbox input[type="checkbox"][disabled] + span:after {
  opacity: 0.75;
}

.parsley-errors-list {
  color: #596882;
  list-style: none;
  font-size: 0.725rem;
  padding: 0;
  margin: 0;
}

.nopadd .parsley-errors-list {
  padding: 0;
}

.parsley-errors-list li {
  margin: 0.25rem 0 0;
  color: #f00;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1203;
  display: none;
  overflow: hidden;
  outline: 0;
  max-width: 450px;
  margin: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-content-animate {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-header .la-close {
  width: 22px;
  height: 22px;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-network-info {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-list,
.modal-form {
  height: 100%;
  position: relative;
}

.modal-image {
  height: 220px;
  width: 100%;
  overflow: hidden;
  background-color: #ebebeb;
  border-radius: 8px;
}

.modal-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-footer {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-top: 1px solid var(--td-border-color);
}

.modal-footer:empty {
  padding: 0;
  border: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal.animate,
.td-search.animate {
  opacity: 0;
}

.modal.animate.show,
.td-search.animate.show {
  opacity: 1;
}

.modal.animate .modal-dialog,
.td-search.animate .td-search-wrapper {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal.animate .a-fadeRight .td-search.animate .a-fadeRight {
  -webkit-animation: fadeOutRight 3s;
  animation: fadeOutRight 0.3s;
}

.modal.animate.show .a-fadeRight,
.td-search.animate.show .a-fadeRight {
  -webkit-animation: fadeInRight 0.3s;
  animation: fadeInRight 0.3s;
}

.modal.animate .a-fadeLeft,
.td-search.animate .a-fadeLeft {
  -webkit-animation: fadeOutLeft 0.3s;
  animation: fadeOutLeft 0.3s;
}

.modal.animate.show .a-fadeLeft,
.td-search.animate.show .a-fadeLeft {
  -webkit-animation: fadeInLeft 0.3s;
  animation: fadeInLeft 0.3s;
}

.modal.animate .a-fadeUp,
.td-search.animate .a-fadeUp {
  -webkit-animation: fadeOutUp 0.3s;
  animation: fadeOutUp 0.3s;
}

.modal.animate.show .a-fadeUp,
.td-search.animate.show .a-fadeUp {
  -webkit-animation: fadeInUp 0.3s;
  animation: fadeInUp 0.3s;
}

.modal.animate .a-fadeDown,
.td-search.animate .a-fadeDown {
  -webkit-animation: fadeOutDown 0.3s;
  animation: fadeOutDown 0.3s;
}

.modal.animate.show .a-fadeDown,
.td-search.animate.show .a-fadeDown {
  -webkit-animation: fadeInDown 0.3s;
  animation: fadeInDown 0.3s;
}

.modal-fullscreen .modal-dialog {
  margin: 0;
  height: 100%;
  max-width: 100%;
  min-width: 0 !important;
}

.modal-fullscreen .modal-content {
  background-color: var(--td-body-color);
}

.bg-white .modal-content {
  background-color: #fff;
}

.modal-fullscreen .modal-content {
  border-style: none;
  border-radius: 0;
  height: 100%;
}

.modal-fullscreen .modal-header {
  height: 55px;
  align-items: center;
  padding: 0 15px;
  background-color: #fff;
  color: #212121;
  z-index: 9;
  border: 0;
  border-bottom: 1px solid var(--td-border-color);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal-fullscreen .modal-subheader {
  position: fixed;
  top: 54px;
  background-color: var(--theme-color);
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0 2px 2px rgb(33 34 41/8%);
  box-shadow: 0 2px 2px rgb(33 34 41/8%);
}

.modal-fullscreen .modal-header > div:first-of-type {
  display: flex;
  align-items: center;
}

.modal-fullscreen .modal-header .dropdown > a {
  color: #64748b;
}

.modal-fullscreen .modal-title {
  white-space: nowrap;
  line-height: 1;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
}

.modal-fullscreen .modal-profile {
  height: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
}

.modal-fullscreen .modal-profile img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.modal-fullscreen .modal-header .close {
  opacity: 1;
  padding: 0;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 -0.5rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.modal-fullscreen .modal-header-fixed {
  height: auto;
  flex-direction: column;
}

.modal-fullscreen .modal-header-fixed .close {
  line-height: 56px;
}

.modal-fullscreen .modal-header-top {
  display: flex;
  align-items: center;
  width: 100%;
}

.modal-fullscreen .modal-header-bottom {
  width: 100%;
}

.modal-filter-wrap {
  position: fixed;
  z-index: 9;
  top: 55px;
  left: 0;
  width: 100%;
  height: calc(100% - 55px);
  display: none;
  z-index: 9;
}

.modal-filter-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.54);
  z-index: 7;
}

.modal-footer-actions {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9;
  display: none;
}

.modal-footer-filter {
  position: relative;
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border-top: 1px solid var(--td-border-color);
}

.modal-dialog-active .modal-button {
  display: none;
}

.modal-dialog-active .modal-footer-actions,
.modal-dialog-active .modal-filter-wrap {
  display: block;
}

.modal-dialog-active .modal-body {
  overflow: hidden !important;
}

.modal-button .btn {
  border-radius: 0 !important;
}

.modal-footer-filter .td-select:not(:first-child) {
  margin-top: 7px;
}

.modal-footer-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
}

.modal-header-fixed .td-form-control::placeholder,
.modal-header-fixed .td-form-control::-webkit-placeholder {
  color: #8d9ea7;
}

.modal-fullscreen .modal-body {
  padding: 15px;
  flex-shrink: 3;
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.modal-fullscreen .modal-body .modal-inner {
  padding: 0.5rem 0.25rem;
}

.modal-fullscreen .modal-body::-webkit-scrollbar {
  width: 5px;
}

.modal-fullscreen .modal-body::-webkit-scrollbar-track {
  background-color: transparent;
}

.modal-fullscreen .modal-body::-webkit-scrollbar-thumb {
  box-shadow: none;
  background-color: #cdd4e0;
}

.modal-fullscreen .tab-content {
  padding: 48px 0 0;
}

.modal-info {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  padding: 15px 15px 0;
}

.modal-bottom .modal-dialog {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100% !important;
  margin: 0;
}

.modal-bottom .modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 0.75rem 0.75rem 0 0;
  min-height: 12rem;
  max-height: calc(100vh - 3rem);
  border: 0;
  background-clip: padding-box;
  box-shadow: 0 0 3px rgba(18, 22, 33, 0.15);
  -webkit-box-shadow: 0 0 3px rgba(18, 22, 33, 0.15);
}

.modal-bottom .modal-fixed-height {
  height: calc(100vh - 3rem);
}

.modal-bottom .modal-content.with-date {
  height: 1rem;
  overflow: hidden;
}

.with-date .modal-bottom .modal-body {
  overflow: hidden;
}

.modal-bottom .modal-header {
  padding: 1.25rem;
  border-bottom: 0;
}

.modal-sheet .modal-header {
  padding: 1rem 1.25rem;
}

.modal-bottom .modal-title {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3;
}

.modal-bottom .modal-body {
  padding: 0.25rem 1.25rem 1.25rem;
  flex-shrink: 3;
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.modal-bottom .modal-header .close {
  font-size: 1.25rem;
}

.modal-trash-body {
  position: relative;
  text-align: center;
  padding-top: 1.5rem;
}

.modal-trash-body h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

.modal-trash-body .modal-icon-remove {
  width: 5rem;
  height: 5rem;
  margin: 1rem auto 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2IiB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxnIGZpbGw9IiNjMzMiPjxwYXRoIGQ9Ik0yMDguNzAzIDU1Ljg5MmMtMS4wNjItMS4xMjctMi41NC0xLjc2NS00LjA4OS0xLjc2NUg1MS4xMDFhNS42MiA1LjYyIDAgMCAwLTUuNjEyIDUuOTQ5bDEwLjIyIDE3NC41NTRjLjY0NiAxMS4wMzIgOS44MSAxOS42NzYgMjAuODY0IDE5LjY3NmgxMDIuNTYyYzExLjA1NSAwIDIwLjIxOC04LjY0NCAyMC44Ny0xOS42NzhsMTAuMjItMTc0LjU1NGE1LjY0IDUuNjQgMCAwIDAtMS41MjMtNC4xODF6bTEyLjAzLTEzLjYzNEgzNC45OGMtMy4xMDIgMC01LjYyLTIuNTE4LTUuNjItNS42MnMyLjUxOC01LjYyIDUuNjItNS42MmgxODUuNzUyYzMuMTAyIDAgNS42MiAyLjUxOCA1LjYyIDUuNjJzLTIuNTE4IDUuNjItNS42MiA1LjYyeiIvPjxwYXRoIGQ9Ik0xNjMuNTc1IDQyLjI1OEg5Mi4xMzljLTMuMTAyIDAtNS42Mi0yLjUxOC01LjYyLTUuNjJ2LTE0LjU1YzAtMTEuNDA2IDkuMjc5LTIwLjY4MiAyMC42ODItMjAuNjgyaDQxLjMxNWMxMS40MDMgMCAyMC42NzkgOS4yNzkgMjAuNjc5IDIwLjY4MnYxNC41NWE1LjYyIDUuNjIgMCAwIDEtNS42MiA1LjYyem0tNjUuODE2LTExLjI0aDYwLjE5NnYtOC45M2MwLTUuMjA3LTQuMjM1LTkuNDQyLTkuNDM5LTkuNDQySDEwNy4yYy01LjIwNyAwLTkuNDQyIDQuMjM1LTkuNDQyIDkuNDQydjguOTN6Ii8+PC9nPjxwYXRoIGQ9Ik0xNjIuNTM4IDIxNS4yNTZhNC40OCA0LjQ4IDAgMCAxLS4zMzQtLjAxMSA1LjYyIDUuNjIgMCAwIDEtNS4yOC01LjkzOEwxNjMuMzU4IDk5LjRjLjE3Ny0zLjA5OSAyLjc5LTUuNDg1IDUuOTM4LTUuMjgzYTUuNjIgNS42MiAwIDAgMSA1LjI4MyA1LjkzOGwtNi40MzggMTA5LjkxYTUuNjIgNS42MiAwIDAgMS01LjYwMyA1LjI5MXptLTY5LjM2MiAwYTUuNjIgNS42MiAwIDAgMS01LjYwNi01LjI5MWwtNi40MzUtMTA5LjkxYTUuNjIgNS42MiAwIDAgMSA1LjI4My01LjkzOGMzLjA1Ny0uMTc0IDUuNzU4IDIuMTgzIDUuOTM4IDUuMjgzbDYuNDM1IDEwOS45MDhhNS42MiA1LjYyIDAgMCAxLTUuMjgzIDUuOTM4bC0uMzMyLjAxMXptMzQuNjgxIDBjLTMuMTAyIDAtNS42Mi0yLjUxOC01LjYyLTUuNjJWOTkuNzI2YzAtMy4xMDIgMi41MTgtNS42MiA1LjYyLTUuNjJzNS42MiAyLjUxOCA1LjYyIDUuNjJ2MTA5LjkxYzAgMy4xMDItMi41MTggNS42Mi01LjYyIDUuNjJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}

.modal-actions {
  align-items: center;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--td-border-color);
}

.modal-actions > div {
  flex-grow: 1;
  padding: 0.75rem 1rem;
  text-align: center;
  color: #596882;
  font-size: 0.925rem;
  font-weight: 500;
  cursor: pointer;
}

.modal-actions > div:not(:first-child) {
  border-left: 1px solid var(--td-border-color);
  color: #c33;
}

.modal-backdrop,
.td-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1202;
  display: none;
  background-color: rgba(0, 0, 0, 0.54);
  max-width: 450px;
  margin: auto;
}

.td-backdrop .td-modal-backdrop,
.modal-backdrop.show {
  display: block;
}

.td-searchbar {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.425rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 1px solid var(--td-border-color);
  transition: margin 0.24s ease 0s;
}

.td-searchbar input {
  display: block;
  border: none;
  width: 100%;
  flex: 1 1 auto;
  outline: none;
  background-color: transparent;
  font-family: inherit;
  font-size: 1rem;
  color: #212121;
}

.td-searchbar-addon {
  flex: 0 0 1.5rem;
  max-width: 1.5rem;
}

.td-searchbar input::-webkit-search-cancel-button {
  display: none;
  appearance: none;
  -webkit-appearance: none;
}

.td-table-wrap {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.td-table-wrap.is_height {
  height: calc(100vh - 60px);
}

.td-table-slim > .td-table-bordered {
  border: 0;
}

.td-table {
  width: 100%;
  background-color: transparent;
}

.td-table th,
.td-table td {
  padding: 0.325rem 0.75rem;
  vertical-align: top;
  border-top: 1px solid var(--td-border-color);
  font-size: 0.925rem;
  color: #212121;
}

.td-table-sm th,
.td-table-sm td {
  padding: 0.25rem 0.5rem !important;
}

.td-table thead th {
  font-weight: 500;
  vertical-align: bottom;
  border-bottom: 1px solid var(--td-border-color);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.td-table thead th.middle,
.td-table thead td.middle,
.td-table tbody td.middle {
  vertical-align: middle;
}

.td-table-bordered {
  border: 1px solid var(--td-border-color);
}

.td-table-inv-bordered th,
.td-table-inv-bordered td {
  border: 1px solid var(--td-border-color) !important;
}

.td-table-bordered th,
.td-table-bordered td {
  border: 1px solid var(--td-border-color);
}

.td-table-striped tbody tr:nth-of-type(odd) {
  background-color: var(--td-body-color);
}

.td-table-hover tbody tr.edit {
  cursor: pointer;
}

.td-table-hover tbody tr:hover {
  background-color: var(--td-body-color);
}

.td-table-hover tbody tr.empty:hover {
  background-color: inherit;
}

.td-table-flat tr > td:first-child {
  border-left: 0;
}

.td-table-bordered th:first-child,
.td-table-bordered td:first-child {
  border-left-width: 0;
}

.td-table-bordered th:last-child,
.td-table-bordered td:last-child {
  border-right-width: 0;
}

.td-table-bordered tr:last-child > td {
  border-bottom-width: 0;
}

.td-table-bordered tr.first-child > th {
  border-top: 0;
}

.td-table-invoice td,
.td-table-invoice th {
  padding: 0.425rem 0.5rem;
  vertical-align: middle;
}

.td-table-invoice thead th {
  background-color: var(--td-body-color);
  border: 0;
}

.td-table-invoice tbody tr:first-child td {
  border-top: 0;
}

.td-table-invoice tbody tr:last-child td {
  border-bottom: 1px solid var(--td-border-color);
}

.td-table-invoice th,
.td-table-invoice td {
  font-size: 0.925rem;
}

.td-table-invoice tfoot td.note {
  width: 48%;
  color: #596882;
  font-size: 0.85rem;
  line-height: 1.24;
}

.td-table-invoice tfoot td.caption {
  padding-right: 0;
  padding-left: 0.25rem;
}

.td-table-invoice tfoot td.value {
  text-align: right;
  padding-left: 0;
}

.td-invoice .modal-content {
  background: #8e9eab;
  background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab);
  background: linear-gradient(to right, #eef2f3, #8e9eab);
}

.td-invoice .modal-body {
  padding: 1rem;
}

.td-invoice-detail {
  position: relative;
  padding: 1.25rem;
  border-radius: 0.75rem;
  background-color: #fff;
  -webkit-box-shadow: rgba(49, 53, 59, 0.12) 0 1px 6px;
  box-shadow: rgba(49, 53, 59, 0.12) 0 1px 6px;
  min-height: calc(100% - 60px);
}

.td-invoice-heading {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1.5rem;
}

.td-invoice-title {
  flex-grow: 1;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.075rem;
}

.td-billed-to {
  padding: 1rem;
  border: 1px solid var(--td-border-color);
  border-radius: 0.5rem;
}

.td-billed-to .td-invoice-title {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 0.25rem;
}

.td-invoice-info {
  position: relative;
  margin-bottom: 1rem;
}

.td-invoice-detail .td-grid + .td-grid {
  padding-top: 0.325rem;
  margin-top: 0.325rem;
  border-top: 1px dashed var(--td-border-color);
}

.td-info-row {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px dashed var(--td-border-color);
}

.td-info-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.swal2-container {
  padding: 0 !important;
  max-width: 500px !important;
  margin: auto !important;
}

.td-btn-toggle-pw {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #9ca3af;
  padding: 4px;
  line-height: 1;
  transition: color 0.2s;
}
.td-btn-toggle-pw:hover {
  color: #4b5563;
}

.td-form-remember {
  display: flex;
  align-items: center;
}
.td-checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 13px;
  color: #6b7280;
  user-select: none;
}
.td-checkbox {
  display: none;
}
.td-checkbox-custom {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1.5px solid #d1d5db;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.15s;
}
.td-checkbox:checked + .td-checkbox-custom {
  background: var(--td-primary, #0284c7);
  border-color: var(--td-primary, #0284c7);
}
.td-checkbox:checked + .td-checkbox-custom::after {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-1px);
  display: block;
  margin-left: 2px;
}

.td-alert {
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  animation: tdAlertIn 0.25s ease;
}
@keyframes tdAlertIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.td-alert-danger {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
}
.td-alert-success {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #15803d;
}
.td-alert-primary {
  background: #bedbff;
  border: 1px solid #8ec5ff;
  color: #162556;
}

/* ── Button spinner ── */
.btn-spinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: tdSpin 0.6s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
@keyframes tdSpin {
  to {
    transform: rotate(360deg);
  }
}

.qrcode-wrapper {
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 12px;
  margin-bottom: 15px;
}
.qrcode-wrapper > img {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  display: block;
}
.qrcode-wrapper > p {
  font-size: 0.725rem;
  color: var(--text-gary-600);
  margin-bottom: 4px;
}
.qrcode-wrapper > code {
  font-size: 0.825rem;
  letter-spacing: 2px;
  color: var(--text-gary-700);
  word-break: break-all;
  background: var(--td-body-color);
  padding: 0.125rem 0.325rem;
  border-radius: 0.25rem;
  display: inline-block;
}
/* ── OTP digit boxes ──────────────────────────────────────── */
.td-otp-digit {
  width: 44px;
  height: 52px;
  border: 1.5px solid #dde1ea;
  border-radius: 8px;
  background: #f8f9fc;
  color: #1a1a2e;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  outline: none;
  transition:
    border-color 0.15s,
    box-shadow 0.15s,
    transform 0.1s;
  appearance: none;
  -webkit-appearance: none;
  caret-color: transparent;
}
.td-otp-digit:focus {
  border-color: var(--td-primary, #4f7ef7);
  box-shadow: 0 0 0 3px rgba(79, 126, 247, 0.15);
  background: #fff;
  transform: translateY(-1px);
}
.td-otp-digit.otp-filled {
  border-color: rgba(79, 126, 247, 0.45);
  background: #fff;
}
.td-otp-sep {
  align-self: center;
  color: #bbb;
  font-size: 18px;
  line-height: 52px;
  margin: 0 -2px;
  user-select: none;
}

/* ── Back / link button ───────────────────────────────────── */
.td-btn-link {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  border: 0 !important;
  outline: none !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: background 0.15s;
  font-family: inherit;
  color: var(--td-gray-600);
  font-size: 0.825rem;
}
.td-btn-link:hover {
  background: rgba(0, 0, 0, 0.035);
}

/* ── Panel fade-in ────────────────────────────────────────── */
#panelOtp,
#panelSetup2fa {
  animation: tdFadeSlide 0.22s ease;
}
@keyframes tdFadeSlide {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
