/* =================================
   Esri Color Palette - 24 Colors
================================= */

/* Text Colors */
.text-gray-3 {
  color: #464646 !important; }
.text-gray-4 {
  color: #6e6e6e !important; }
.text-gray-5 {
  color: #969696 !important; }
.text-gray-6 {
  color: #b4b4b4 !important; }
.text-brown-7 {
  color: #523b20 !important; }
.text-brown-8 {
  color: #7b4f1c !important; }
.text-brown-9 {
  color: #be9969 !important; }
.text-brown-10 {
  color: #ecdcb9 !important; }
.text-blue-11 {
  color: #004575 !important; }
.text-blue-12 {
  color: #007ac2 !important; }
.text-blue-13 {
  color: #00b9f2 !important; }
.text-blue-14 {
  color: #b9e0f7 !important; }
.text-green-15 {
  color: #2a7433 !important; }
.text-green-16 {
  color: #35ac46 !important; }
.text-green-17 {
  color: #aad04b !important; }
.text-green-18 {
  color: #d1e391 !important; }
.text-orange-19 {
  color: #da4d1e !important; }
.text-orange-20 {
  color: #f36f20 !important; }
.text-orange-21 {
  color: #f89927 !important; }
.text-orange-22 {
  color: #ffec4f !important; }
.text-purple-23 {
  color: #6b1978 !important; }
.text-purple-24 {
  color: #8f499c !important; }
.text-purple-25 {
  color: #b279b4 !important; }
.text-purple-26 {
  color: #dfcce3 !important; }

/* Background Colors */
.bk-gray-3 {
  background: #464646 !important; }
.bk-gray-4 {
  background: #6e6e6e !important; }
.bk-gray-5 {
  background: #969696 !important; }
.bk-gray-6 {
  background: #b4b4b4 !important; }
.bk-brown-7 {
  background: #523b20 !important; }
.bk-brown-8 {
  background: #7b4f1c !important; }
.bk-brown-9 {
  background: #be9969 !important; }
.bk-brown-10 {
  background: #ecdcb9 !important; }
.bk-blue-11 {
  background: #004575 !important; }
.bk-blue-12 {
  background: #007ac2 !important; }
.bk-blue-13 {
  background: #00b9f2 !important; }
.bk-blue-14 {
  background: #b9e0f7 !important; }
.bk-green-15 {
  background: #2a7433 !important; }
.bk-green-16 {
  background: #35ac46 !important; }
.bk-green-17 {
  background: #aad04b !important; }
.bk-green-18 {
  background: #d1e391 !important; }
.bk-orange-19 {
  background: #da4d1e !important; }
.bk-orange-20 {
  background: #f36f20 !important; }
.bk-orange-21 {
  background: #f89927 !important; }
.bk-orange-22 {
  background: #ffec4f !important; }
.bk-purple-23 {
  background: #6b1978 !important; }
.bk-purple-24 {
  background: #8f499c !important; }
.bk-purple-25 {
  background: #b279b4 !important; }
.bk-purple-26 {
  background: #dfcce3 !important; }