/* ===== light theme ===== */

/* Swapped Colors */
:root .theme-light .theme .t-light-text-light {
  color: #f6f9fc!important;
}
:root .theme-light .theme .t-light-bg-light {
  background-color: #f6f9fc!important;
}
:root .theme-light .theme .t-light-text-dark {
  color: #363636!important;
}
:root .theme-light .theme .t-light-bg-dark {
  background-color: #363636!important;
}

/* Modified Colors */
:root .theme-light .theme .t-light-text-primary {
  color: #f03d4d!important;
}
:root .theme-light .theme .t-light-bg-primary {
  background-color: #f03d4d!important;
}
:root .theme-light .theme .t-light-text-link {
  color: #5e5cc7!important;
}
:root .theme-light .theme .t-light-bg-link {
  background-color: #5e5cc7!important;
}
:root .theme-light .theme .t-light-text-dark-link {
  color: #4643e2!important;
}
:root .theme-light .theme .t-light-bg-dark-link {
  background-color: #4643e2!important;
}
:root .theme-light .theme .t-light-text-info {
  color: #2972fa!important;
}
:root .theme-light .theme .t-light-bg-info {
  background-color: #2972fa!important;
}
:root .theme-light .theme .t-light-text-success {
  color: #0dd157!important;
}
:root .theme-light .theme .t-light-bg-success {
  background-color: #0dd157!important;
}
:root .theme-light .theme .t-light-text-warning {
  color: #fab633!important;
}
:root .theme-light .theme .t-light-bg-warning {
  background-color: #fab633!important;
}
:root .theme-light .theme .t-light-text-danger {
  color: #fb4143!important;
}
:root .theme-light .theme .t-light-bg-danger {
  background-color: #fb4143!important;
}

/* Shaded Colors */
:root .theme-light .theme .t-light-text-pink-100 {
  color: #fce8f3!important;
}
:root .theme-light .theme .t-light-bg-pink-100 {
  background-color: #fce8f3!important;
}
:root .theme-light .theme .t-light-text-pink-200 {
  color: #fad1e8!important;
}
:root .theme-light .theme .t-light-bg-pink-200 {
  background-color: #fad1e8!important;
}
:root .theme-light .theme .t-light-text-pink-300 {
  color: #f8b4d9!important;
}
:root .theme-light .theme .t-light-bg-pink-300 {
  background-color: #f8b4d9!important;
}
:root .theme-light .theme .t-light-text-pink-400 {
  color: #f17eb8!important;
}
:root .theme-light .theme .t-light-bg-pink-400 {
  background-color: #f17eb8!important;
}
:root .theme-light .theme .t-light-text-pink-500 {
  color: #e74694!important;
}
:root .theme-light .theme .t-light-bg-pink-500 {
  background-color: #e74694!important;
}
:root .theme-light .theme .t-light-text-pink-600 {
  color: #d61f69!important;
}
:root .theme-light .theme .t-light-bg-pink-600 {
  background-color: #d61f69!important;
}
:root .theme-light .theme .t-light-text-pink-700 {
  color: #bf125d!important;
}
:root .theme-light .theme .t-light-bg-pink-700 {
  background-color: #bf125d!important;
}
:root .theme-light .theme .t-light-text-pink-800 {
  color: #99154b!important;
}
:root .theme-light .theme .t-light-bg-pink-800 {
  background-color: #99154b!important;
}
:root .theme-light .theme .t-light-text-pink-900 {
  color: #751a3d!important;
}
:root .theme-light .theme .t-light-bg-pink-900 {
  background-color: #751a3d!important;
}
:root .theme-light .theme .t-light-text-red-100 {
  color: #fde8e8!important;
}
:root .theme-light .theme .t-light-bg-red-100 {
  background-color: #fde8e8!important;
}
:root .theme-light .theme .t-light-text-red-200 {
  color: #fbd5d5!important;
}
:root .theme-light .theme .t-light-bg-red-200 {
  background-color: #fbd5d5!important;
}
:root .theme-light .theme .t-light-text-red-300 {
  color: #f8b4b4!important;
}
:root .theme-light .theme .t-light-bg-red-300 {
  background-color: #f8b4b4!important;
}
:root .theme-light .theme .t-light-text-red-400 {
  color: #f98080!important;
}
:root .theme-light .theme .t-light-bg-red-400 {
  background-color: #f98080!important;
}
:root .theme-light .theme .t-light-text-red-500 {
  color: #f05252!important;
}
:root .theme-light .theme .t-light-bg-red-500 {
  background-color: #f05252!important;
}
:root .theme-light .theme .t-light-text-red-600 {
  color: #e02424!important;
}
:root .theme-light .theme .t-light-bg-red-600 {
  background-color: #e02424!important;
}
:root .theme-light .theme .t-light-text-red-700 {
  color: #c81e1e!important;
}
:root .theme-light .theme .t-light-bg-red-700 {
  background-color: #c81e1e!important;
}
:root .theme-light .theme .t-light-text-red-800 {
  color: #9b1c1c!important;
}
:root .theme-light .theme .t-light-bg-red-800 {
  background-color: #9b1c1c!important;
}
:root .theme-light .theme .t-light-text-red-900 {
  color: #771d1d!important;
}
:root .theme-light .theme .t-light-bg-red-900 {
  background-color: #771d1d!important;
}
:root .theme-light .theme .t-light-text-orange-100 {
  color: #feecdc!important;
}
:root .theme-light .theme .t-light-bg-orange-100 {
  background-color: #feecdc!important;
}
:root .theme-light .theme .t-light-text-orange-200 {
  color: #fcd9bd!important;
}
:root .theme-light .theme .t-light-bg-orange-200 {
  background-color: #fcd9bd!important;
}
:root .theme-light .theme .t-light-text-orange-300 {
  color: #fdba8c!important;
}
:root .theme-light .theme .t-light-bg-orange-300 {
  background-color: #fdba8c!important;
}
:root .theme-light .theme .t-light-text-orange-400 {
  color: #ff8a4c!important;
}
:root .theme-light .theme .t-light-bg-orange-400 {
  background-color: #ff8a4c!important;
}
:root .theme-light .theme .t-light-text-orange-500 {
  color: #ff5a1f!important;
}
:root .theme-light .theme .t-light-bg-orange-500 {
  background-color: #ff5a1f!important;
}
:root .theme-light .theme .t-light-text-orange-600 {
  color: #d03801!important;
}
:root .theme-light .theme .t-light-bg-orange-600 {
  background-color: #d03801!important;
}
:root .theme-light .theme .t-light-text-orange-700 {
  color: #b43403!important;
}
:root .theme-light .theme .t-light-bg-orange-700 {
  background-color: #b43403!important;
}
:root .theme-light .theme .t-light-text-orange-800 {
  color: #8a2c0d!important;
}
:root .theme-light .theme .t-light-bg-orange-800 {
  background-color: #8a2c0d!important;
}
:root .theme-light .theme .t-light-text-orange-900 {
  color: #73230d!important;
}
:root .theme-light .theme .t-light-bg-orange-900 {
  background-color: #73230d!important;
}
:root .theme-light .theme .t-light-text-yellow-100 {
  color: #fdf6b2!important;
}
:root .theme-light .theme .t-light-bg-yellow-100 {
  background-color: #fdf6b2!important;
}
:root .theme-light .theme .t-light-text-yellow-200 {
  color: #fce96a!important;
}
:root .theme-light .theme .t-light-bg-yellow-200 {
  background-color: #fce96a!important;
}
:root .theme-light .theme .t-light-text-yellow-300 {
  color: #faca15!important;
}
:root .theme-light .theme .t-light-bg-yellow-300 {
  background-color: #faca15!important;
}
:root .theme-light .theme .t-light-text-yellow-400 {
  color: #e3a008!important;
}
:root .theme-light .theme .t-light-bg-yellow-400 {
  background-color: #e3a008!important;
}
:root .theme-light .theme .t-light-text-yellow-500 {
  color: #c27803!important;
}
:root .theme-light .theme .t-light-bg-yellow-500 {
  background-color: #c27803!important;
}
:root .theme-light .theme .t-light-text-yellow-600 {
  color: #9f580a!important;
}
:root .theme-light .theme .t-light-bg-yellow-600 {
  background-color: #9f580a!important;
}
:root .theme-light .theme .t-light-text-yellow-700 {
  color: #8e4b10!important;
}
:root .theme-light .theme .t-light-bg-yellow-700 {
  background-color: #8e4b10!important;
}
:root .theme-light .theme .t-light-text-yellow-800 {
  color: #723b13!important;
}
:root .theme-light .theme .t-light-bg-yellow-800 {
  background-color: #723b13!important;
}
:root .theme-light .theme .t-light-text-yellow-900 {
  color: #633112!important;
}
:root .theme-light .theme .t-light-bg-yellow-900 {
  background-color: #633112!important;
}
:root .theme-light .theme .t-light-text-green-100 {
  color: #def7ec!important;
}
:root .theme-light .theme .t-light-bg-green-100 {
  background-color: #def7ec!important;
}
:root .theme-light .theme .t-light-text-green-200 {
  color: #bcf0da!important;
}
:root .theme-light .theme .t-light-bg-green-200 {
  background-color: #bcf0da!important;
}
:root .theme-light .theme .t-light-text-green-300 {
  color: #84e1bc!important;
}
:root .theme-light .theme .t-light-bg-green-300 {
  background-color: #84e1bc!important;
}
:root .theme-light .theme .t-light-text-green-400 {
  color: #31c48d!important;
}
:root .theme-light .theme .t-light-bg-green-400 {
  background-color: #31c48d!important;
}
:root .theme-light .theme .t-light-text-green-500 {
  color: #0e9f6e!important;
}
:root .theme-light .theme .t-light-bg-green-500 {
  background-color: #0e9f6e!important;
}
:root .theme-light .theme .t-light-text-green-600 {
  color: #057a55!important;
}
:root .theme-light .theme .t-light-bg-green-600 {
  background-color: #057a55!important;
}
:root .theme-light .theme .t-light-text-green-700 {
  color: #046c4e!important;
}
:root .theme-light .theme .t-light-bg-green-700 {
  background-color: #046c4e!important;
}
:root .theme-light .theme .t-light-text-green-800 {
  color: #03543f!important;
}
:root .theme-light .theme .t-light-bg-green-800 {
  background-color: #03543f!important;
}
:root .theme-light .theme .t-light-text-green-900 {
  color: #014737!important;
}
:root .theme-light .theme .t-light-bg-green-900 {
  background-color: #014737!important;
}
:root .theme-light .theme .t-light-text-teal-100 {
  color: #d5f5f6!important;
}
:root .theme-light .theme .t-light-bg-teal-100 {
  background-color: #d5f5f6!important;
}
:root .theme-light .theme .t-light-text-teal-200 {
  color: #afecef!important;
}
:root .theme-light .theme .t-light-bg-teal-200 {
  background-color: #afecef!important;
}
:root .theme-light .theme .t-light-text-teal-300 {
  color: #7edce2!important;
}
:root .theme-light .theme .t-light-bg-teal-300 {
  background-color: #7edce2!important;
}
:root .theme-light .theme .t-light-text-teal-400 {
  color: #16bdca!important;
}
:root .theme-light .theme .t-light-bg-teal-400 {
  background-color: #16bdca!important;
}
:root .theme-light .theme .t-light-text-teal-500 {
  color: #0694a2!important;
}
:root .theme-light .theme .t-light-bg-teal-500 {
  background-color: #0694a2!important;
}
:root .theme-light .theme .t-light-text-teal-600 {
  color: #047481!important;
}
:root .theme-light .theme .t-light-bg-teal-600 {
  background-color: #047481!important;
}
:root .theme-light .theme .t-light-text-teal-700 {
  color: #036672!important;
}
:root .theme-light .theme .t-light-bg-teal-700 {
  background-color: #036672!important;
}
:root .theme-light .theme .t-light-text-teal-800 {
  color: #05505c!important;
}
:root .theme-light .theme .t-light-bg-teal-800 {
  background-color: #05505c!important;
}
:root .theme-light .theme .t-light-text-teal-900 {
  color: #014451!important;
}
:root .theme-light .theme .t-light-bg-teal-900 {
  background-color: #014451!important;
}
:root .theme-light .theme .t-light-text-blue-100 {
  color: #e1effe!important;
}
:root .theme-light .theme .t-light-bg-blue-100 {
  background-color: #e1effe!important;
}
:root .theme-light .theme .t-light-text-blue-200 {
  color: #c3ddfd!important;
}
:root .theme-light .theme .t-light-bg-blue-200 {
  background-color: #c3ddfd!important;
}
:root .theme-light .theme .t-light-text-blue-300 {
  color: #a4cafe!important;
}
:root .theme-light .theme .t-light-bg-blue-300 {
  background-color: #a4cafe!important;
}
:root .theme-light .theme .t-light-text-blue-400 {
  color: #76a9fa!important;
}
:root .theme-light .theme .t-light-bg-blue-400 {
  background-color: #76a9fa!important;
}
:root .theme-light .theme .t-light-text-blue-500 {
  color: #3f83f8!important;
}
:root .theme-light .theme .t-light-bg-blue-500 {
  background-color: #3f83f8!important;
}
:root .theme-light .theme .t-light-text-blue-600 {
  color: #1c64f2!important;
}
:root .theme-light .theme .t-light-bg-blue-600 {
  background-color: #1c64f2!important;
}
:root .theme-light .theme .t-light-text-blue-700 {
  color: #1a56db!important;
}
:root .theme-light .theme .t-light-bg-blue-700 {
  background-color: #1a56db!important;
}
:root .theme-light .theme .t-light-text-blue-800 {
  color: #1e429f!important;
}
:root .theme-light .theme .t-light-bg-blue-800 {
  background-color: #1e429f!important;
}
:root .theme-light .theme .t-light-text-blue-900 {
  color: #233876!important;
}
:root .theme-light .theme .t-light-bg-blue-900 {
  background-color: #233876!important;
}
:root .theme-light .theme .t-light-text-indigo-100 {
  color: #e5edff!important;
}
:root .theme-light .theme .t-light-bg-indigo-100 {
  background-color: #e5edff!important;
}
:root .theme-light .theme .t-light-text-indigo-200 {
  color: #cddbfe!important;
}
:root .theme-light .theme .t-light-bg-indigo-200 {
  background-color: #cddbfe!important;
}
:root .theme-light .theme .t-light-text-indigo-300 {
  color: #b4c6fc!important;
}
:root .theme-light .theme .t-light-bg-indigo-300 {
  background-color: #b4c6fc!important;
}
:root .theme-light .theme .t-light-text-indigo-400 {
  color: #8da2fb!important;
}
:root .theme-light .theme .t-light-bg-indigo-400 {
  background-color: #8da2fb!important;
}
:root .theme-light .theme .t-light-text-indigo-500 {
  color: #6875f5!important;
}
:root .theme-light .theme .t-light-bg-indigo-500 {
  background-color: #6875f5!important;
}
:root .theme-light .theme .t-light-text-indigo-600 {
  color: #5850ec!important;
}
:root .theme-light .theme .t-light-bg-indigo-600 {
  background-color: #5850ec!important;
}
:root .theme-light .theme .t-light-text-indigo-700 {
  color: #5145cd!important;
}
:root .theme-light .theme .t-light-bg-indigo-700 {
  background-color: #5145cd!important;
}
:root .theme-light .theme .t-light-text-indigo-800 {
  color: #42389d!important;
}
:root .theme-light .theme .t-light-bg-indigo-800 {
  background-color: #42389d!important;
}
:root .theme-light .theme .t-light-text-indigo-900 {
  color: #362f78!important;
}
:root .theme-light .theme .t-light-bg-indigo-900 {
  background-color: #362f78!important;
}
:root .theme-light .theme .t-light-text-purple-100 {
  color: #edebfe!important;
}
:root .theme-light .theme .t-light-bg-purple-100 {
  background-color: #edebfe!important;
}
:root .theme-light .theme .t-light-text-purple-200 {
  color: #dcd7fe!important;
}
:root .theme-light .theme .t-light-bg-purple-200 {
  background-color: #dcd7fe!important;
}
:root .theme-light .theme .t-light-text-purple-300 {
  color: #cabffd!important;
}
:root .theme-light .theme .t-light-bg-purple-300 {
  background-color: #cabffd!important;
}
:root .theme-light .theme .t-light-text-purple-400 {
  color: #ac94fa!important;
}
:root .theme-light .theme .t-light-bg-purple-400 {
  background-color: #ac94fa!important;
}
:root .theme-light .theme .t-light-text-purple-500 {
  color: #9061f9!important;
}
:root .theme-light .theme .t-light-bg-purple-500 {
  background-color: #9061f9!important;
}
:root .theme-light .theme .t-light-text-purple-600 {
  color: #7e3af2!important;
}
:root .theme-light .theme .t-light-bg-purple-600 {
  background-color: #7e3af2!important;
}
:root .theme-light .theme .t-light-text-purple-700 {
  color: #6c2bd9!important;
}
:root .theme-light .theme .t-light-bg-purple-700 {
  background-color: #6c2bd9!important;
}
:root .theme-light .theme .t-light-text-purple-800 {
  color: #5521b5!important;
}
:root .theme-light .theme .t-light-bg-purple-800 {
  background-color: #5521b5!important;
}
:root .theme-light .theme .t-light-text-purple-900 {
  color: #4a1d96!important;
}
:root .theme-light .theme .t-light-bg-purple-900 {
  background-color: #4a1d96!important;
}
:root .theme-light .theme .t-light-text-gray-000 {
  color: #f8f9fa!important;
}
:root .theme-light .theme .t-light-bg-gray-000 {
  background-color: #f8f9fa!important;
}
:root .theme-light .theme .t-light-text-gray-100 {
  color: #f1f3f5!important;
}
:root .theme-light .theme .t-light-bg-gray-100 {
  background-color: #f1f3f5!important;
}
:root .theme-light .theme .t-light-text-gray-200 {
  color: #e9ecef!important;
}
:root .theme-light .theme .t-light-bg-gray-200 {
  background-color: #e9ecef!important;
}
:root .theme-light .theme .t-light-text-gray-300 {
  color: #dee2e6!important;
}
:root .theme-light .theme .t-light-bg-gray-300 {
  background-color: #dee2e6!important;
}
:root .theme-light .theme .t-light-text-gray-400 {
  color: #ced4da!important;
}
:root .theme-light .theme .t-light-bg-gray-400 {
  background-color: #ced4da!important;
}
:root .theme-light .theme .t-light-text-gray-500 {
  color: #adb5bd!important;
}
:root .theme-light .theme .t-light-bg-gray-500 {
  background-color: #adb5bd!important;
}
:root .theme-light .theme .t-light-text-gray-600 {
  color: #868e96!important;
}
:root .theme-light .theme .t-light-bg-gray-600 {
  background-color: #868e96!important;
}
:root .theme-light .theme .t-light-text-gray-700 {
  color: #495057!important;
}
:root .theme-light .theme .t-light-bg-gray-700 {
  background-color: #495057!important;
}
:root .theme-light .theme .t-light-text-gray-800 {
  color: #343a40!important;
}
:root .theme-light .theme .t-light-bg-gray-800 {
  background-color: #343a40!important;
}
:root .theme-light .theme .t-light-text-gray-900 {
  color: #212529!important;
}
:root .theme-light .theme .t-light-bg-gray-900 {
  background-color: #212529!important;
}

/* ===== dark theme ===== */

/* Swapped Colors */
:root .theme-dark .theme .t-dark-text-light {
  color: #363636!important;
}
:root .theme-dark .theme .t-dark-bg-light {
  background-color: #363636!important;
}
:root .theme-dark .theme .t-dark-text-dark {
  color: #f6f9fc!important;
}
:root .theme-dark .theme .t-dark-bg-dark {
  background-color: #f6f9fc!important;
}

/* Modified Colors */
:root .theme-dark .theme .t-dark-text-primary {
  color: #f46c78!important;
}
:root .theme-dark .theme .t-dark-bg-primary {
  background-color: #ee2537!important;
}
:root .theme-dark .theme .t-dark-text-link {
  color: #8382d4!important;
}
:root .theme-dark .theme .t-dark-bg-link {
  background-color: #4b49c0!important;
}
:root .theme-dark .theme .t-dark-text-dark-link {
  color: #716fe9!important;
}
:root .theme-dark .theme .t-dark-bg-dark-link {
  background-color: #302ddf!important;
}
:root .theme-dark .theme .t-dark-text-info {
  color: #5b93fb!important;
}
:root .theme-dark .theme .t-dark-bg-info {
  background-color: #1062f9!important;
}
:root .theme-dark .theme .t-dark-text-success {
  color: #20f16f!important;
}
:root .theme-dark .theme .t-dark-bg-success {
  background-color: #0cb94d!important;
}
:root .theme-dark .theme .t-dark-text-warning {
  color: #fbc865!important;
}
:root .theme-dark .theme .t-dark-bg-warning {
  background-color: #f9ad1a!important;
}
:root .theme-dark .theme .t-dark-text-danger {
  color: #fc7374!important;
}
:root .theme-dark .theme .t-dark-bg-danger {
  background-color: #fa282a!important;
}

/* Shaded Colors */
:root .theme-dark .theme .t-dark-text-pink-900 {
  color: #fce8f3!important;
}
:root .theme-dark .theme .t-dark-bg-pink-900 {
  background-color: #fce8f3!important;
}
:root .theme-dark .theme .t-dark-text-pink-800 {
  color: #fad1e8!important;
}
:root .theme-dark .theme .t-dark-bg-pink-800 {
  background-color: #fad1e8!important;
}
:root .theme-dark .theme .t-dark-text-pink-700 {
  color: #f8b4d9!important;
}
:root .theme-dark .theme .t-dark-bg-pink-700 {
  background-color: #f8b4d9!important;
}
:root .theme-dark .theme .t-dark-text-pink-600 {
  color: #f17eb8!important;
}
:root .theme-dark .theme .t-dark-bg-pink-600 {
  background-color: #f17eb8!important;
}
:root .theme-dark .theme .t-dark-text-pink-500 {
  color: #e74694!important;
}
:root .theme-dark .theme .t-dark-bg-pink-500 {
  background-color: #e74694!important;
}
:root .theme-dark .theme .t-dark-text-pink-400 {
  color: #d61f69!important;
}
:root .theme-dark .theme .t-dark-bg-pink-400 {
  background-color: #d61f69!important;
}
:root .theme-dark .theme .t-dark-text-pink-300 {
  color: #bf125d!important;
}
:root .theme-dark .theme .t-dark-bg-pink-300 {
  background-color: #bf125d!important;
}
:root .theme-dark .theme .t-dark-text-pink-200 {
  color: #99154b!important;
}
:root .theme-dark .theme .t-dark-bg-pink-200 {
  background-color: #99154b!important;
}
:root .theme-dark .theme .t-dark-text-pink-100 {
  color: #751a3d!important;
}
:root .theme-dark .theme .t-dark-bg-pink-100 {
  background-color: #751a3d!important;
}
:root .theme-dark .theme .t-dark-text-red-900 {
  color: #fde8e8!important;
}
:root .theme-dark .theme .t-dark-bg-red-900 {
  background-color: #fde8e8!important;
}
:root .theme-dark .theme .t-dark-text-red-800 {
  color: #fbd5d5!important;
}
:root .theme-dark .theme .t-dark-bg-red-800 {
  background-color: #fbd5d5!important;
}
:root .theme-dark .theme .t-dark-text-red-700 {
  color: #f8b4b4!important;
}
:root .theme-dark .theme .t-dark-bg-red-700 {
  background-color: #f8b4b4!important;
}
:root .theme-dark .theme .t-dark-text-red-600 {
  color: #f98080!important;
}
:root .theme-dark .theme .t-dark-bg-red-600 {
  background-color: #f98080!important;
}
:root .theme-dark .theme .t-dark-text-red-500 {
  color: #f05252!important;
}
:root .theme-dark .theme .t-dark-bg-red-500 {
  background-color: #f05252!important;
}
:root .theme-dark .theme .t-dark-text-red-400 {
  color: #e02424!important;
}
:root .theme-dark .theme .t-dark-bg-red-400 {
  background-color: #e02424!important;
}
:root .theme-dark .theme .t-dark-text-red-300 {
  color: #c81e1e!important;
}
:root .theme-dark .theme .t-dark-bg-red-300 {
  background-color: #c81e1e!important;
}
:root .theme-dark .theme .t-dark-text-red-200 {
  color: #9b1c1c!important;
}
:root .theme-dark .theme .t-dark-bg-red-200 {
  background-color: #9b1c1c!important;
}
:root .theme-dark .theme .t-dark-text-red-100 {
  color: #771d1d!important;
}
:root .theme-dark .theme .t-dark-bg-red-100 {
  background-color: #771d1d!important;
}
:root .theme-dark .theme .t-dark-text-orange-900 {
  color: #feecdc!important;
}
:root .theme-dark .theme .t-dark-bg-orange-900 {
  background-color: #feecdc!important;
}
:root .theme-dark .theme .t-dark-text-orange-800 {
  color: #fcd9bd!important;
}
:root .theme-dark .theme .t-dark-bg-orange-800 {
  background-color: #fcd9bd!important;
}
:root .theme-dark .theme .t-dark-text-orange-700 {
  color: #fdba8c!important;
}
:root .theme-dark .theme .t-dark-bg-orange-700 {
  background-color: #fdba8c!important;
}
:root .theme-dark .theme .t-dark-text-orange-600 {
  color: #ff8a4c!important;
}
:root .theme-dark .theme .t-dark-bg-orange-600 {
  background-color: #ff8a4c!important;
}
:root .theme-dark .theme .t-dark-text-orange-500 {
  color: #ff5a1f!important;
}
:root .theme-dark .theme .t-dark-bg-orange-500 {
  background-color: #ff5a1f!important;
}
:root .theme-dark .theme .t-dark-text-orange-400 {
  color: #d03801!important;
}
:root .theme-dark .theme .t-dark-bg-orange-400 {
  background-color: #d03801!important;
}
:root .theme-dark .theme .t-dark-text-orange-300 {
  color: #b43403!important;
}
:root .theme-dark .theme .t-dark-bg-orange-300 {
  background-color: #b43403!important;
}
:root .theme-dark .theme .t-dark-text-orange-200 {
  color: #8a2c0d!important;
}
:root .theme-dark .theme .t-dark-bg-orange-200 {
  background-color: #8a2c0d!important;
}
:root .theme-dark .theme .t-dark-text-orange-100 {
  color: #73230d!important;
}
:root .theme-dark .theme .t-dark-bg-orange-100 {
  background-color: #73230d!important;
}
:root .theme-dark .theme .t-dark-text-yellow-900 {
  color: #fdf6b2!important;
}
:root .theme-dark .theme .t-dark-bg-yellow-900 {
  background-color: #fdf6b2!important;
}
:root .theme-dark .theme .t-dark-text-yellow-800 {
  color: #fce96a!important;
}
:root .theme-dark .theme .t-dark-bg-yellow-800 {
  background-color: #fce96a!important;
}
:root .theme-dark .theme .t-dark-text-yellow-700 {
  color: #faca15!important;
}
:root .theme-dark .theme .t-dark-bg-yellow-700 {
  background-color: #faca15!important;
}
:root .theme-dark .theme .t-dark-text-yellow-600 {
  color: #e3a008!important;
}
:root .theme-dark .theme .t-dark-bg-yellow-600 {
  background-color: #e3a008!important;
}
:root .theme-dark .theme .t-dark-text-yellow-500 {
  color: #c27803!important;
}
:root .theme-dark .theme .t-dark-bg-yellow-500 {
  background-color: #c27803!important;
}
:root .theme-dark .theme .t-dark-text-yellow-400 {
  color: #9f580a!important;
}
:root .theme-dark .theme .t-dark-bg-yellow-400 {
  background-color: #9f580a!important;
}
:root .theme-dark .theme .t-dark-text-yellow-300 {
  color: #8e4b10!important;
}
:root .theme-dark .theme .t-dark-bg-yellow-300 {
  background-color: #8e4b10!important;
}
:root .theme-dark .theme .t-dark-text-yellow-200 {
  color: #723b13!important;
}
:root .theme-dark .theme .t-dark-bg-yellow-200 {
  background-color: #723b13!important;
}
:root .theme-dark .theme .t-dark-text-yellow-100 {
  color: #633112!important;
}
:root .theme-dark .theme .t-dark-bg-yellow-100 {
  background-color: #633112!important;
}
:root .theme-dark .theme .t-dark-text-green-900 {
  color: #def7ec!important;
}
:root .theme-dark .theme .t-dark-bg-green-900 {
  background-color: #def7ec!important;
}
:root .theme-dark .theme .t-dark-text-green-800 {
  color: #bcf0da!important;
}
:root .theme-dark .theme .t-dark-bg-green-800 {
  background-color: #bcf0da!important;
}
:root .theme-dark .theme .t-dark-text-green-700 {
  color: #84e1bc!important;
}
:root .theme-dark .theme .t-dark-bg-green-700 {
  background-color: #84e1bc!important;
}
:root .theme-dark .theme .t-dark-text-green-600 {
  color: #31c48d!important;
}
:root .theme-dark .theme .t-dark-bg-green-600 {
  background-color: #31c48d!important;
}
:root .theme-dark .theme .t-dark-text-green-500 {
  color: #0e9f6e!important;
}
:root .theme-dark .theme .t-dark-bg-green-500 {
  background-color: #0e9f6e!important;
}
:root .theme-dark .theme .t-dark-text-green-400 {
  color: #057a55!important;
}
:root .theme-dark .theme .t-dark-bg-green-400 {
  background-color: #057a55!important;
}
:root .theme-dark .theme .t-dark-text-green-300 {
  color: #046c4e!important;
}
:root .theme-dark .theme .t-dark-bg-green-300 {
  background-color: #046c4e!important;
}
:root .theme-dark .theme .t-dark-text-green-200 {
  color: #03543f!important;
}
:root .theme-dark .theme .t-dark-bg-green-200 {
  background-color: #03543f!important;
}
:root .theme-dark .theme .t-dark-text-green-100 {
  color: #014737!important;
}
:root .theme-dark .theme .t-dark-bg-green-100 {
  background-color: #014737!important;
}
:root .theme-dark .theme .t-dark-text-teal-900 {
  color: #d5f5f6!important;
}
:root .theme-dark .theme .t-dark-bg-teal-900 {
  background-color: #d5f5f6!important;
}
:root .theme-dark .theme .t-dark-text-teal-800 {
  color: #afecef!important;
}
:root .theme-dark .theme .t-dark-bg-teal-800 {
  background-color: #afecef!important;
}
:root .theme-dark .theme .t-dark-text-teal-700 {
  color: #7edce2!important;
}
:root .theme-dark .theme .t-dark-bg-teal-700 {
  background-color: #7edce2!important;
}
:root .theme-dark .theme .t-dark-text-teal-600 {
  color: #16bdca!important;
}
:root .theme-dark .theme .t-dark-bg-teal-600 {
  background-color: #16bdca!important;
}
:root .theme-dark .theme .t-dark-text-teal-500 {
  color: #0694a2!important;
}
:root .theme-dark .theme .t-dark-bg-teal-500 {
  background-color: #0694a2!important;
}
:root .theme-dark .theme .t-dark-text-teal-400 {
  color: #047481!important;
}
:root .theme-dark .theme .t-dark-bg-teal-400 {
  background-color: #047481!important;
}
:root .theme-dark .theme .t-dark-text-teal-300 {
  color: #036672!important;
}
:root .theme-dark .theme .t-dark-bg-teal-300 {
  background-color: #036672!important;
}
:root .theme-dark .theme .t-dark-text-teal-200 {
  color: #05505c!important;
}
:root .theme-dark .theme .t-dark-bg-teal-200 {
  background-color: #05505c!important;
}
:root .theme-dark .theme .t-dark-text-teal-100 {
  color: #014451!important;
}
:root .theme-dark .theme .t-dark-bg-teal-100 {
  background-color: #014451!important;
}
:root .theme-dark .theme .t-dark-text-blue-900 {
  color: #e1effe!important;
}
:root .theme-dark .theme .t-dark-bg-blue-900 {
  background-color: #e1effe!important;
}
:root .theme-dark .theme .t-dark-text-blue-800 {
  color: #c3ddfd!important;
}
:root .theme-dark .theme .t-dark-bg-blue-800 {
  background-color: #c3ddfd!important;
}
:root .theme-dark .theme .t-dark-text-blue-700 {
  color: #a4cafe!important;
}
:root .theme-dark .theme .t-dark-bg-blue-700 {
  background-color: #a4cafe!important;
}
:root .theme-dark .theme .t-dark-text-blue-600 {
  color: #76a9fa!important;
}
:root .theme-dark .theme .t-dark-bg-blue-600 {
  background-color: #76a9fa!important;
}
:root .theme-dark .theme .t-dark-text-blue-500 {
  color: #3f83f8!important;
}
:root .theme-dark .theme .t-dark-bg-blue-500 {
  background-color: #3f83f8!important;
}
:root .theme-dark .theme .t-dark-text-blue-400 {
  color: #1c64f2!important;
}
:root .theme-dark .theme .t-dark-bg-blue-400 {
  background-color: #1c64f2!important;
}
:root .theme-dark .theme .t-dark-text-blue-300 {
  color: #1a56db!important;
}
:root .theme-dark .theme .t-dark-bg-blue-300 {
  background-color: #1a56db!important;
}
:root .theme-dark .theme .t-dark-text-blue-200 {
  color: #1e429f!important;
}
:root .theme-dark .theme .t-dark-bg-blue-200 {
  background-color: #1e429f!important;
}
:root .theme-dark .theme .t-dark-text-blue-100 {
  color: #233876!important;
}
:root .theme-dark .theme .t-dark-bg-blue-100 {
  background-color: #233876!important;
}
:root .theme-dark .theme .t-dark-text-indigo-900 {
  color: #e5edff!important;
}
:root .theme-dark .theme .t-dark-bg-indigo-900 {
  background-color: #e5edff!important;
}
:root .theme-dark .theme .t-dark-text-indigo-800 {
  color: #cddbfe!important;
}
:root .theme-dark .theme .t-dark-bg-indigo-800 {
  background-color: #cddbfe!important;
}
:root .theme-dark .theme .t-dark-text-indigo-700 {
  color: #b4c6fc!important;
}
:root .theme-dark .theme .t-dark-bg-indigo-700 {
  background-color: #b4c6fc!important;
}
:root .theme-dark .theme .t-dark-text-indigo-600 {
  color: #8da2fb!important;
}
:root .theme-dark .theme .t-dark-bg-indigo-600 {
  background-color: #8da2fb!important;
}
:root .theme-dark .theme .t-dark-text-indigo-500 {
  color: #6875f5!important;
}
:root .theme-dark .theme .t-dark-bg-indigo-500 {
  background-color: #6875f5!important;
}
:root .theme-dark .theme .t-dark-text-indigo-400 {
  color: #5850ec!important;
}
:root .theme-dark .theme .t-dark-bg-indigo-400 {
  background-color: #5850ec!important;
}
:root .theme-dark .theme .t-dark-text-indigo-300 {
  color: #5145cd!important;
}
:root .theme-dark .theme .t-dark-bg-indigo-300 {
  background-color: #5145cd!important;
}
:root .theme-dark .theme .t-dark-text-indigo-200 {
  color: #42389d!important;
}
:root .theme-dark .theme .t-dark-bg-indigo-200 {
  background-color: #42389d!important;
}
:root .theme-dark .theme .t-dark-text-indigo-100 {
  color: #362f78!important;
}
:root .theme-dark .theme .t-dark-bg-indigo-100 {
  background-color: #362f78!important;
}
:root .theme-dark .theme .t-dark-text-purple-900 {
  color: #edebfe!important;
}
:root .theme-dark .theme .t-dark-bg-purple-900 {
  background-color: #edebfe!important;
}
:root .theme-dark .theme .t-dark-text-purple-800 {
  color: #dcd7fe!important;
}
:root .theme-dark .theme .t-dark-bg-purple-800 {
  background-color: #dcd7fe!important;
}
:root .theme-dark .theme .t-dark-text-purple-700 {
  color: #cabffd!important;
}
:root .theme-dark .theme .t-dark-bg-purple-700 {
  background-color: #cabffd!important;
}
:root .theme-dark .theme .t-dark-text-purple-600 {
  color: #ac94fa!important;
}
:root .theme-dark .theme .t-dark-bg-purple-600 {
  background-color: #ac94fa!important;
}
:root .theme-dark .theme .t-dark-text-purple-500 {
  color: #9061f9!important;
}
:root .theme-dark .theme .t-dark-bg-purple-500 {
  background-color: #9061f9!important;
}
:root .theme-dark .theme .t-dark-text-purple-400 {
  color: #7e3af2!important;
}
:root .theme-dark .theme .t-dark-bg-purple-400 {
  background-color: #7e3af2!important;
}
:root .theme-dark .theme .t-dark-text-purple-300 {
  color: #6c2bd9!important;
}
:root .theme-dark .theme .t-dark-bg-purple-300 {
  background-color: #6c2bd9!important;
}
:root .theme-dark .theme .t-dark-text-purple-200 {
  color: #5521b5!important;
}
:root .theme-dark .theme .t-dark-bg-purple-200 {
  background-color: #5521b5!important;
}
:root .theme-dark .theme .t-dark-text-purple-100 {
  color: #4a1d96!important;
}
:root .theme-dark .theme .t-dark-bg-purple-100 {
  background-color: #4a1d96!important;
}
:root .theme-dark .theme .t-dark-text-gray-1000 {
  color: #f8f9fa!important;
}
:root .theme-dark .theme .t-dark-bg-gray-1000 {
  background-color: #f8f9fa!important;
}
:root .theme-dark .theme .t-dark-text-gray-900 {
  color: #f1f3f5!important;
}
:root .theme-dark .theme .t-dark-bg-gray-900 {
  background-color: #f1f3f5!important;
}
:root .theme-dark .theme .t-dark-text-gray-800 {
  color: #e9ecef!important;
}
:root .theme-dark .theme .t-dark-bg-gray-800 {
  background-color: #e9ecef!important;
}
:root .theme-dark .theme .t-dark-text-gray-700 {
  color: #dee2e6!important;
}
:root .theme-dark .theme .t-dark-bg-gray-700 {
  background-color: #dee2e6!important;
}
:root .theme-dark .theme .t-dark-text-gray-600 {
  color: #ced4da!important;
}
:root .theme-dark .theme .t-dark-bg-gray-600 {
  background-color: #ced4da!important;
}
:root .theme-dark .theme .t-dark-text-gray-500 {
  color: #adb5bd!important;
}
:root .theme-dark .theme .t-dark-bg-gray-500 {
  background-color: #adb5bd!important;
}
:root .theme-dark .theme .t-dark-text-gray-400 {
  color: #868e96!important;
}
:root .theme-dark .theme .t-dark-bg-gray-400 {
  background-color: #868e96!important;
}
:root .theme-dark .theme .t-dark-text-gray-300 {
  color: #495057!important;
}
:root .theme-dark .theme .t-dark-bg-gray-300 {
  background-color: #495057!important;
}
:root .theme-dark .theme .t-dark-text-gray-200 {
  color: #343a40!important;
}
:root .theme-dark .theme .t-dark-bg-gray-200 {
  background-color: #343a40!important;
}
:root .theme-dark .theme .t-dark-text-gray-100 {
  color: #212529!important;
}
:root .theme-dark .theme .t-dark-bg-gray-100 {
  background-color: #212529!important;
}

