/* Turquoise */
/* Red */
/* Yellow */
/* Green */
/* White */
/* Black */
/* Dark */
/* Gray 100 */
/* Gray 200 */
/* Gray 300 */
/* Gray 400 */
/* Gray 500 */
/* Gray 600 */
/* Gray 700 */
/* Gray 800 */
/* Gray 900 */
/* Turquoise */
/* Red */
/* Green */
/* Red */
/* Yellow */
/* Red */
/* make tints and shades */
/* make color variables */
:root {
  --bs-blue: #31b7bc;
  --bs-blue-rgb: 49, 183, 188;
  --bs-blue-tint: rgb(110.8, 204.6, 208.1);
  --bs-blue-shade: rgb(41.65, 155.55, 159.8);
  --bs-blue-light: rgb(152, 219, 221.5);
  --bs-red: #e2001a;
  --bs-red-rgb: 226, 0, 26;
  --bs-red-tint: rgb(234.7, 76.5, 94.7);
  --bs-red-shade: rgb(192.1, 0, 22.1);
  --bs-red-light: rgb(240.5, 127.5, 140.5);
  --bs-yellow: #fbba00;
  --bs-yellow-rgb: 251, 186, 0;
  --bs-yellow-tint: rgb(252.2, 206.7, 76.5);
  --bs-yellow-shade: rgb(213.35, 158.1, 0);
  --bs-yellow-light: rgb(253, 220.5, 127.5);
  --bs-green: #80a41b;
  --bs-green-rgb: 128, 164, 27;
  --bs-green-tint: rgb(166.1, 191.3, 95.4);
  --bs-green-shade: rgb(108.8, 139.4, 22.95);
  --bs-green-light: rgb(191.5, 209.5, 141);
  --bs-white: #FFFFFF;
  --bs-white-rgb: 255, 255, 255;
  --bs-white-tint: white;
  --bs-white-shade: rgb(216.75, 216.75, 216.75);
  --bs-white-light: white;
  --bs-black: #000000;
  --bs-black-rgb: 0, 0, 0;
  --bs-black-tint: rgb(76.5, 76.5, 76.5);
  --bs-black-shade: black;
  --bs-black-light: rgb(127.5, 127.5, 127.5);
  --bs-dark: #363330;
  --bs-dark-rgb: 54, 51, 48;
  --bs-dark-tint: rgb(114.3, 112.2, 110.1);
  --bs-dark-shade: rgb(45.9, 43.35, 40.8);
  --bs-dark-light: rgb(154.5, 153, 151.5);
  --bs-gray-100: #f5f4f3;
  --bs-gray-100-rgb: 245, 244, 243;
  --bs-gray-100-tint: rgb(248, 247.3, 246.6);
  --bs-gray-100-shade: rgb(208.25, 207.4, 206.55);
  --bs-gray-100-light: rgb(250, 249.5, 249);
  --bs-gray-200: #e0dfde;
  --bs-gray-200-rgb: 224, 223, 222;
  --bs-gray-200-tint: rgb(233.3, 232.6, 231.9);
  --bs-gray-200-shade: rgb(190.4, 189.55, 188.7);
  --bs-gray-200-light: rgb(239.5, 239, 238.5);
  --bs-gray-300: #d0cecd;
  --bs-gray-300-rgb: 208, 206, 205;
  --bs-gray-300-tint: rgb(222.1, 220.7, 220);
  --bs-gray-300-shade: rgb(176.8, 175.1, 174.25);
  --bs-gray-300-light: rgb(231.5, 230.5, 230);
  --bs-gray-400: #b8b7b6;
  --bs-gray-400-rgb: 184, 183, 182;
  --bs-gray-400-tint: rgb(205.3, 204.6, 203.9);
  --bs-gray-400-shade: rgb(156.4, 155.55, 154.7);
  --bs-gray-400-light: rgb(219.5, 219, 218.5);
  --bs-gray-500: #9a9998;
  --bs-gray-500-rgb: 154, 153, 152;
  --bs-gray-500-tint: rgb(184.3, 183.6, 182.9);
  --bs-gray-500-shade: rgb(130.9, 130.05, 129.2);
  --bs-gray-500-light: rgb(204.5, 204, 203.5);
  --bs-gray-600: #7c7b7a;
  --bs-gray-600-rgb: 124, 123, 122;
  --bs-gray-600-tint: rgb(163.3, 162.6, 161.9);
  --bs-gray-600-shade: rgb(105.4, 104.55, 103.7);
  --bs-gray-600-light: rgb(189.5, 189, 188.5);
  --bs-gray-700: #5e5d5c;
  --bs-gray-700-rgb: 94, 93, 92;
  --bs-gray-700-tint: rgb(142.3, 141.6, 140.9);
  --bs-gray-700-shade: rgb(79.9, 79.05, 78.2);
  --bs-gray-700-light: rgb(174.5, 174, 173.5);
  --bs-gray-800: #3f3e3d;
  --bs-gray-800-rgb: 63, 62, 61;
  --bs-gray-800-tint: rgb(120.6, 119.9, 119.2);
  --bs-gray-800-shade: rgb(53.55, 52.7, 51.85);
  --bs-gray-800-light: rgb(159, 158.5, 158);
  --bs-gray-900: #211e19;
  --bs-gray-900-rgb: 33, 30, 25;
  --bs-gray-900-tint: rgb(99.6, 97.5, 94);
  --bs-gray-900-shade: rgb(28.05, 25.5, 21.25);
  --bs-gray-900-light: rgb(144, 142.5, 140);
  --bs-primary: #31b7bc;
  --bs-primary-rgb: 49, 183, 188;
  --bs-primary-tint: rgb(110.8, 204.6, 208.1);
  --bs-primary-shade: rgb(41.65, 155.55, 159.8);
  --bs-primary-light: rgb(152, 219, 221.5);
  --bs-secondary: #e2001a;
  --bs-secondary-rgb: 226, 0, 26;
  --bs-secondary-tint: rgb(234.7, 76.5, 94.7);
  --bs-secondary-shade: rgb(192.1, 0, 22.1);
  --bs-secondary-light: rgb(240.5, 127.5, 140.5);
  --bs-success: #80a41b;
  --bs-success-rgb: 128, 164, 27;
  --bs-success-tint: rgb(166.1, 191.3, 95.4);
  --bs-success-shade: rgb(108.8, 139.4, 22.95);
  --bs-success-light: rgb(191.5, 209.5, 141);
  --bs-info: #31b7bc;
  --bs-info-rgb: 49, 183, 188;
  --bs-info-tint: rgb(110.8, 204.6, 208.1);
  --bs-info-shade: rgb(41.65, 155.55, 159.8);
  --bs-info-light: rgb(152, 219, 221.5);
  --bs-warning: #fbba00;
  --bs-warning-rgb: 251, 186, 0;
  --bs-warning-tint: rgb(252.2, 206.7, 76.5);
  --bs-warning-shade: rgb(213.35, 158.1, 0);
  --bs-warning-light: rgb(253, 220.5, 127.5);
  --bs-danger: #e2001a;
  --bs-danger-rgb: 226, 0, 26;
  --bs-danger-tint: rgb(234.7, 76.5, 94.7);
  --bs-danger-shade: rgb(192.1, 0, 22.1);
  --bs-danger-light: rgb(240.5, 127.5, 140.5);
}

/* make text classes */
.text-blue {
  color: #31b7bc !important;
}

.text-red {
  color: #e2001a !important;
}

.text-yellow {
  color: #fbba00 !important;
}

.text-green {
  color: #80a41b !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-black {
  color: #000000 !important;
}

.text-dark {
  color: #363330 !important;
}

.text-gray-100 {
  color: #f5f4f3 !important;
}

.text-gray-200 {
  color: #e0dfde !important;
}

.text-gray-300 {
  color: #d0cecd !important;
}

.text-gray-400 {
  color: #b8b7b6 !important;
}

.text-gray-500 {
  color: #9a9998 !important;
}

.text-gray-600 {
  color: #7c7b7a !important;
}

.text-gray-700 {
  color: #5e5d5c !important;
}

.text-gray-800 {
  color: #3f3e3d !important;
}

.text-gray-900 {
  color: #211e19 !important;
}

.text-primary {
  color: #31b7bc !important;
}

.text-secondary {
  color: #e2001a !important;
}

.text-success {
  color: #80a41b !important;
}

.text-info {
  color: #31b7bc !important;
}

.text-warning {
  color: #fbba00 !important;
}

.text-danger {
  color: #e2001a !important;
}

/* make background classes */
.bg-blue {
  background-color: #31b7bc !important;
}

.bg-red {
  background-color: #e2001a !important;
}

.bg-yellow {
  background-color: #fbba00 !important;
}

.bg-green {
  background-color: #80a41b !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-dark {
  background-color: #363330 !important;
}

.bg-gray-100 {
  background-color: #f5f4f3 !important;
}

.bg-gray-200 {
  background-color: #e0dfde !important;
}

.bg-gray-300 {
  background-color: #d0cecd !important;
}

.bg-gray-400 {
  background-color: #b8b7b6 !important;
}

.bg-gray-500 {
  background-color: #9a9998 !important;
}

.bg-gray-600 {
  background-color: #7c7b7a !important;
}

.bg-gray-700 {
  background-color: #5e5d5c !important;
}

.bg-gray-800 {
  background-color: #3f3e3d !important;
}

.bg-gray-900 {
  background-color: #211e19 !important;
}

.bg-primary {
  background-color: #31b7bc !important;
}

.bg-secondary {
  background-color: #e2001a !important;
}

.bg-success {
  background-color: #80a41b !important;
}

.bg-info {
  background-color: #31b7bc !important;
}

.bg-warning {
  background-color: #fbba00 !important;
}

.bg-danger {
  background-color: #e2001a !important;
}

/* make border classes */
.border-blue {
  border-color: #31b7bc !important;
}

.border-red {
  border-color: #e2001a !important;
}

.border-yellow {
  border-color: #fbba00 !important;
}

.border-green {
  border-color: #80a41b !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

.border-black {
  border-color: #000000 !important;
}

.border-dark {
  border-color: #363330 !important;
}

.border-gray-100 {
  border-color: #f5f4f3 !important;
}

.border-gray-200 {
  border-color: #e0dfde !important;
}

.border-gray-300 {
  border-color: #d0cecd !important;
}

.border-gray-400 {
  border-color: #b8b7b6 !important;
}

.border-gray-500 {
  border-color: #9a9998 !important;
}

.border-gray-600 {
  border-color: #7c7b7a !important;
}

.border-gray-700 {
  border-color: #5e5d5c !important;
}

.border-gray-800 {
  border-color: #3f3e3d !important;
}

.border-gray-900 {
  border-color: #211e19 !important;
}

.border-primary {
  border-color: #31b7bc !important;
}

.border-secondary {
  border-color: #e2001a !important;
}

.border-success {
  border-color: #80a41b !important;
}

.border-info {
  border-color: #31b7bc !important;
}

.border-warning {
  border-color: #fbba00 !important;
}

.border-danger {
  border-color: #e2001a !important;
}

/*# sourceMappingURL=colors.css.map */
