.bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255,250,240,var(--bg-opacity))
}

.bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254,235,200,var(--bg-opacity))
}

.bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251,211,141,var(--bg-opacity))
}

.bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246,173,85,var(--bg-opacity))
}
.bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237,137,54,var(--bg-opacity))
}

.bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221,107,32,var(--bg-opacity))
}

.bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192,86,33,var(--bg-opacity))
}

.bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156,66,33,var(--bg-opacity))
}

.bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123,52,30,var(--bg-opacity))
}

.bg-yellow-100 {
    --bg-opacity: 1;
    background-color: ivory;
    background-color: rgba(255,255,240,var(--bg-opacity))
}

.bg-yellow-200 {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254,252,191,var(--bg-opacity))
}

.bg-yellow-300 {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250,240,137,var(--bg-opacity))
}

.bg-yellow-400 {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246,224,94,var(--bg-opacity))
}

.bg-yellow-500 {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236,201,75,var(--bg-opacity))
}

.bg-yellow-600 {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214,158,46,var(--bg-opacity))
}

.bg-yellow-700 {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183,121,31,var(--bg-opacity))
}

.bg-yellow-800 {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151,90,22,var(--bg-opacity))
}

.bg-yellow-900 {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116,66,16,var(--bg-opacity))
}

.bg-green-100 {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240,255,244,var(--bg-opacity))
}

.bg-green-200 {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198,246,213,var(--bg-opacity))
}

.bg-green-300 {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154,230,180,var(--bg-opacity))
}

.bg-green-400 {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104,211,145,var(--bg-opacity))
}

.bg-green-500 {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72,187,120,var(--bg-opacity))
}

.bg-green-600 {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56,161,105,var(--bg-opacity))
}

.bg-green-700 {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47,133,90,var(--bg-opacity))
}

.bg-green-800 {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39,103,73,var(--bg-opacity))
}

.bg-green-900 {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34,84,61,var(--bg-opacity))
}

.bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230,255,250,var(--bg-opacity))
}

.bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178,245,234,var(--bg-opacity))
}

.bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129,230,217,var(--bg-opacity))
}

.bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79,209,197,var(--bg-opacity))
}

.bg-teal-500 {
    --bg-opacity: 1;
    background-color: #e95c1efc;
/*    background-color: rgba(255, 165, 0,var(--bg-opacity))*/
}
.bg-button-blue {
    --bg-opacity: 1;
    background-color: #14236b;
/*    background-color: rgba(255, 165, 0,var(--bg-opacity))*/
}
.bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49,151,149,var(--bg-opacity))
}

.bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44,122,123,var(--bg-opacity))
}

.bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40,94,97,var(--bg-opacity))
}

.bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35,78,82,var(--bg-opacity))
}

.bg-blue-100 {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235,248,255,var(--bg-opacity))
}

.bg-blue-200 {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190,227,248,var(--bg-opacity))
}

.bg-blue-300 {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144,205,244,var(--bg-opacity))
}

.bg-blue-400 {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99,179,237,var(--bg-opacity))
}

.bg-blue-500 {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66,153,225,var(--bg-opacity))
}

.bg-blue-600 {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49,130,206,var(--bg-opacity))
}

.bg-blue-700 {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43,108,176,var(--bg-opacity))
}

.bg-blue-800 {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44,82,130,var(--bg-opacity))
}

.bg-blue-900 {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42,67,101,var(--bg-opacity))
}

.bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235,244,255,var(--bg-opacity))
}

.bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195,218,254,var(--bg-opacity))
}

.bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163,191,250,var(--bg-opacity))
}

.bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127,156,245,var(--bg-opacity))
}

.bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #14236b;
/*    background-color: rgba(102,126,234,var(--bg-opacity))*/
}

.bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90,103,216,var(--bg-opacity))
}

.bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76,81,191,var(--bg-opacity))
}

.bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67,65,144,var(--bg-opacity))
}

.bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60,54,107,var(--bg-opacity))
}

.bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250,245,255,var(--bg-opacity))
}

.bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233,216,253,var(--bg-opacity))
}

.bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214,188,250,var(--bg-opacity))
}

.bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183,148,244,var(--bg-opacity))
}

.bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159,122,234,var(--bg-opacity))
}

.bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128,90,213,var(--bg-opacity))
}

.bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107,70,193,var(--bg-opacity))
}

.bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85,60,154,var(--bg-opacity))
}

.bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68,51,122,var(--bg-opacity))
}

.bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255,245,247,var(--bg-opacity))
}

.bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254,215,226,var(--bg-opacity))
}

.bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251,182,206,var(--bg-opacity))
}

.bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246,135,179,var(--bg-opacity))
}

.bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237,100,166,var(--bg-opacity))
}

.bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213,63,140,var(--bg-opacity))
}

.bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184,50,128,var(--bg-opacity))
}

.bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151,38,109,var(--bg-opacity))
}

.bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112,36,89,var(--bg-opacity))
}
.p-0 {
    padding: 0
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.p-10 {
    padding: 2.5rem
}

.p-12 {
    padding: 3rem
}

.p-16 {
    padding: 4rem
}

.p-20 {
    padding: 5rem
}

.p-24 {
    padding: 6rem
}

.p-32 {
    padding: 8rem
}

.p-40 {
    padding: 10rem
}

.p-48 {
    padding: 12rem
}

.p-56 {
    padding: 14rem
}

.p-64 {
    padding: 16rem
}
.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity))
}

.text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247,250,252,var(--text-opacity))
}

.text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237,242,247,var(--text-opacity))
}

.text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226,232,240,var(--text-opacity))
}

.text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203,213,224,var(--text-opacity))
}

.text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160,174,192,var(--text-opacity))
}

.text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113,128,150,var(--text-opacity))
}

.text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74,85,104,var(--text-opacity))
}

.text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45,55,72,var(--text-opacity))
}

.text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26,32,44,var(--text-opacity))
}

.text-red-100 {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255,245,245,var(--text-opacity))
}

.text-red-200 {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254,215,215,var(--text-opacity))
}

.text-red-300 {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254,178,178,var(--text-opacity))
}

.text-red-400 {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252,129,129,var(--text-opacity))
}

.text-red-500 {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245,101,101,var(--text-opacity))
}

.text-red-600 {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229,62,62,var(--text-opacity))
}

.text-red-700 {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197,48,48,var(--text-opacity))
}

.text-red-800 {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155,44,44,var(--text-opacity))
}

.text-red-900 {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116,42,42,var(--text-opacity))
}

.text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255,250,240,var(--text-opacity))
}

.text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254,235,200,var(--text-opacity))
}

.text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251,211,141,var(--text-opacity))
}

.text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246,173,85,var(--text-opacity))
}

.text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237,137,54,var(--text-opacity))
}

.text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221,107,32,var(--text-opacity))
}

.text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192,86,33,var(--text-opacity))
}

.text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156,66,33,var(--text-opacity))
}

.text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123,52,30,var(--text-opacity))
}

.text-yellow-100 {
    --text-opacity: 1;
    color: ivory;
    color: rgba(255,255,240,var(--text-opacity))
}

.text-yellow-200 {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254,252,191,var(--text-opacity))
}

.text-yellow-300 {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250,240,137,var(--text-opacity))
}

.text-yellow-400 {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246,224,94,var(--text-opacity))
}

.text-yellow-500 {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236,201,75,var(--text-opacity))
}

.text-yellow-600 {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214,158,46,var(--text-opacity))
}

.text-yellow-700 {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183,121,31,var(--text-opacity))
}

.text-yellow-800 {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151,90,22,var(--text-opacity))
}

.text-yellow-900 {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116,66,16,var(--text-opacity))
}

.text-green-100 {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240,255,244,var(--text-opacity))
}

.text-green-200 {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198,246,213,var(--text-opacity))
}

.text-green-300 {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154,230,180,var(--text-opacity))
}

.text-green-400 {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104,211,145,var(--text-opacity))
}

.text-green-500 {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72,187,120,var(--text-opacity))
}

.text-green-600 {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56,161,105,var(--text-opacity))
}

.text-green-700 {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47,133,90,var(--text-opacity))
}

.text-green-800 {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39,103,73,var(--text-opacity))
}

.text-green-900 {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34,84,61,var(--text-opacity))
}

.text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230,255,250,var(--text-opacity))
}

.text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178,245,234,var(--text-opacity))
}

.text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129,230,217,var(--text-opacity))
}

.text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79,209,197,var(--text-opacity))
}

.text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56,178,172,var(--text-opacity))
}

.text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49,151,149,var(--text-opacity))
}

.text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44,122,123,var(--text-opacity))
}

.text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40,94,97,var(--text-opacity))
}

.text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35,78,82,var(--text-opacity))
}

.text-blue-100 {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235,248,255,var(--text-opacity))
}

.text-blue-200 {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190,227,248,var(--text-opacity))
}

.text-blue-300 {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144,205,244,var(--text-opacity))
}

.text-blue-400 {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99,179,237,var(--text-opacity))
}

.text-blue-500 {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66,153,225,var(--text-opacity))
}

.text-blue-600 {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49,130,206,var(--text-opacity))
}

.text-blue-700 {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43,108,176,var(--text-opacity))
}

.text-blue-800 {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44,82,130,var(--text-opacity))
}

.text-blue-900 {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42,67,101,var(--text-opacity))
}

.text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235,244,255,var(--text-opacity))
}

.text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195,218,254,var(--text-opacity))
}

.text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163,191,250,var(--text-opacity))
}

.text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127,156,245,var(--text-opacity))
}

.text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102,126,234,var(--text-opacity))
}

.text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90,103,216,var(--text-opacity))
}

.text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76,81,191,var(--text-opacity))
}

.text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67,65,144,var(--text-opacity))
}

.text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60,54,107,var(--text-opacity))
}

.text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250,245,255,var(--text-opacity))
}

.text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233,216,253,var(--text-opacity))
}

.text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214,188,250,var(--text-opacity))
}

.text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183,148,244,var(--text-opacity))
}

.text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159,122,234,var(--text-opacity))
}

.text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128,90,213,var(--text-opacity))
}

.text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107,70,193,var(--text-opacity))
}

.text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85,60,154,var(--text-opacity))
}

.text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68,51,122,var(--text-opacity))
}

.text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255,245,247,var(--text-opacity))
}

.text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254,215,226,var(--text-opacity))
}

.text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251,182,206,var(--text-opacity))
}

.text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246,135,179,var(--text-opacity))
}

.text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237,100,166,var(--text-opacity))
}

.text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213,63,140,var(--text-opacity))
}

.text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184,50,128,var(--text-opacity))
}

.text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151,38,109,var(--text-opacity))
}

.text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112,36,89,var(--text-opacity))
}
a{
    text-decoration: none !important;
}
a:hover{
    --tw-text-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
    text-decoration: none !important;
}
body .shadow {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%) !important;
    overflow: visible;
}
.input-style, #Productform input  {
        width: 742px;
}
.upload-pdf {
    font-size: 17px;
    margin: 10px 0px;
    display: block;
    font-weight: 700;

}
form#postForm br {
    display: none;
}

form#postForm #Pdffile {
    background-color: #f4f5f68c;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #e95f35;
}
.new-order h2 {
    font-size: 20px;
    font-weight: 700;
}

#orderfields label {
    width: 100%;
    display: inline-block;
    margin: 7px 0px;
    font-weight: 600;
}

#orderfields input {
    width: 742px;
    margin-bottom: 5px;
}

#orderfields textarea {
    width: 742px;
    resize: none;
}

#result span {
    color: #14236b;
}
.button-inline {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fontdesign {
    font-size: 25px;
}
.notification-tab .tab-active #read_unread {
    display: none;
}