From 23ae96012414c1d9b45ee74bd58380fe074655bf Mon Sep 17 00:00:00 2001 From: Matt Daneshvar Date: Fri, 4 Dec 2020 15:21:58 +0800 Subject: [PATCH] Update docs style --- docs/output.css | 1096 +---------------------------------------------- 1 file changed, 20 insertions(+), 1076 deletions(-) diff --git a/docs/output.css b/docs/output.css index fe13b3b..48d3741 100644 --- a/docs/output.css +++ b/docs/output.css @@ -867,23 +867,23 @@ select { transition-duration: 200ms; cursor: pointer; border-radius: 0.25rem; - background-color: #ff6394; + background-color: #000; color: #fff; } .btn:hover { - background-color: #ff3071; + background-color: #333333; } .btn-outline { border-width: 1px; - border-color: #ff6394; - color: #ff6394; + border-color: #000; + color: #000; background-color: transparent; } .btn-outline:hover { - background-color: #ff6394; + background-color: #000; color: #fff; } @@ -896,7 +896,7 @@ select { border-radius: 0.25rem; font-size: 0.875rem; font-weight: 700; - background-color: #ff6394; + background-color: #000; color: #fff; } @@ -934,12 +934,12 @@ select { transition-property: color; transition-duration: 200ms; cursor: pointer; - color: #ff6394; + color: #000; text-decoration: underline; } .link:hover { - color: #ff3071; + color: #333333; } .form-input { @@ -952,8 +952,8 @@ select { .form-input:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color); - --tw-ring-color: rgba(255, 99, 148, 0.1); - border-color: rgba(255, 99, 148, 0.6); + --tw-ring-color: rgba(0, 0, 0, 0.1); + border-color: rgba(0, 0, 0, 0.6); box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000); } @@ -967,8 +967,8 @@ select { .form-select:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color); - --tw-ring-color: rgba(255, 99, 148, 0.1); - border-color: rgba(255, 99, 148, 0.6); + --tw-ring-color: rgba(0, 0, 0, 0.1); + border-color: rgba(0, 0, 0, 0.6); box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000); } @@ -976,14 +976,14 @@ select { border-color: #e2e8f0; border-width: 1px; border-radius: 0.25rem; - color: #ff6394; + color: #000; } .form-checkbox:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color); - --tw-ring-color: rgba(255, 99, 148, 0.1); - border-color: rgba(255, 99, 148, 0.6); + --tw-ring-color: rgba(0, 0, 0, 0.1); + border-color: rgba(0, 0, 0, 0.6); box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000); } @@ -991,14 +991,14 @@ select { border-color: #e2e8f0; border-width: 1px; border-radius: 100%; - color: #ff6394; + color: #000; } .form-radio:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color); - --tw-ring-color: rgba(255, 99, 148, 0.1); - border-color: rgba(255, 99, 148, 0.6); + --tw-ring-color: rgba(0, 0, 0, 0.1); + border-color: rgba(0, 0, 0, 0.6); box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000); } @@ -1012,8 +1012,8 @@ select { .form-textarea:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color); - --tw-ring-color: rgba(255, 99, 148, 0.1); - border-color: rgba(255, 99, 148, 0.6); + --tw-ring-color: rgba(0, 0, 0, 0.1); + border-color: rgba(0, 0, 0, 0.6); box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000); } @@ -2351,11 +2351,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-divide-opacity)); } -.divide-primary > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-divide-opacity)); -} - .divide-solid > :not([hidden]) ~ :not([hidden]) { border-style: solid; } @@ -2958,11 +2953,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } -.bg-primary { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); -} - .group:hover .group-hover\:bg-transparent { background-color: transparent; } @@ -3381,11 +3371,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } -.group:hover .group-hover\:bg-primary { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); -} - .focus-within\:bg-transparent:focus-within { background-color: transparent; } @@ -3804,11 +3789,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } -.focus-within\:bg-primary:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); -} - .hover\:bg-transparent:hover { background-color: transparent; } @@ -4227,11 +4207,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } -.hover\:bg-primary:hover { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); -} - .focus\:bg-transparent:focus { background-color: transparent; } @@ -4650,11 +4625,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } -.focus\:bg-primary:focus { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); -} - .bg-none { background-image: none; } @@ -5111,11 +5081,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); } -.from-primary { - --tw-gradient-from: #ff6394; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 99, 148, 0)); -} - .via-transparent { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); } @@ -5452,10 +5417,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); } -.via-primary { - --tw-gradient-stops: var(--tw-gradient-from), #ff6394, var(--tw-gradient-to, rgba(255, 99, 148, 0)); -} - .to-transparent { --tw-gradient-to: transparent; } @@ -5792,10 +5753,6 @@ select { --tw-gradient-to: #831843; } -.to-primary { - --tw-gradient-to: #ff6394; -} - .hover\:from-transparent:hover { --tw-gradient-from: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); @@ -6216,11 +6173,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); } -.hover\:from-primary:hover { - --tw-gradient-from: #ff6394; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 99, 148, 0)); -} - .hover\:via-transparent:hover { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); } @@ -6557,10 +6509,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); } -.hover\:via-primary:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ff6394, var(--tw-gradient-to, rgba(255, 99, 148, 0)); -} - .hover\:to-transparent:hover { --tw-gradient-to: transparent; } @@ -6897,10 +6845,6 @@ select { --tw-gradient-to: #831843; } -.hover\:to-primary:hover { - --tw-gradient-to: #ff6394; -} - .focus\:from-transparent:focus { --tw-gradient-from: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); @@ -7321,11 +7265,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); } -.focus\:from-primary:focus { - --tw-gradient-from: #ff6394; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 99, 148, 0)); -} - .focus\:via-transparent:focus { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); } @@ -7662,10 +7601,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); } -.focus\:via-primary:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ff6394, var(--tw-gradient-to, rgba(255, 99, 148, 0)); -} - .focus\:to-transparent:focus { --tw-gradient-to: transparent; } @@ -8002,10 +7937,6 @@ select { --tw-gradient-to: #831843; } -.focus\:to-primary:focus { - --tw-gradient-to: #ff6394; -} - .bg-opacity-0 { --tw-bg-opacity: 0; } @@ -8804,11 +8735,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } -.border-primary { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); -} - .group:hover .group-hover\:border-transparent { border-color: transparent; } @@ -9227,11 +9153,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } -.group:hover .group-hover\:border-primary { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); -} - .focus-within\:border-transparent:focus-within { border-color: transparent; } @@ -9650,11 +9571,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } -.focus-within\:border-primary:focus-within { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); -} - .hover\:border-transparent:hover { border-color: transparent; } @@ -10073,11 +9989,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } -.hover\:border-primary:hover { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); -} - .focus\:border-transparent:focus { border-color: transparent; } @@ -10496,11 +10407,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } -.focus\:border-primary:focus { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); -} - .border-opacity-0 { --tw-border-opacity: 0; } @@ -17346,21 +17252,6 @@ select { color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); } -.placeholder-primary::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); -} - -.placeholder-primary:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); -} - -.placeholder-primary::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); -} - .focus\:placeholder-transparent:focus::-moz-placeholder { color: transparent; } @@ -18615,21 +18506,6 @@ select { color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); } -.focus\:placeholder-primary:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-primary:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); -} - .placeholder-opacity-0::-moz-placeholder { --tw-placeholder-opacity: 0; } @@ -22509,10 +22385,6 @@ select { --tw-ring-offset-color: #831843; } -.ring-offset-primary { - --tw-ring-offset-color: #ff6394; -} - .focus-within\:ring-offset-transparent:focus-within { --tw-ring-offset-color: transparent; } @@ -22849,10 +22721,6 @@ select { --tw-ring-offset-color: #831843; } -.focus-within\:ring-offset-primary:focus-within { - --tw-ring-offset-color: #ff6394; -} - .focus\:ring-offset-transparent:focus { --tw-ring-offset-color: transparent; } @@ -23189,10 +23057,6 @@ select { --tw-ring-offset-color: #831843; } -.focus\:ring-offset-primary:focus { - --tw-ring-offset-color: #ff6394; -} - .ring-offset-0 { --tw-ring-offset-width: 0px; } @@ -23671,11 +23535,6 @@ select { --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); } -.ring-primary { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 99, 148, var(--tw-ring-opacity)); -} - .focus-within\:ring-transparent:focus-within { --tw-ring-color: transparent; } @@ -24094,11 +23953,6 @@ select { --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); } -.focus-within\:ring-primary:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 99, 148, var(--tw-ring-opacity)); -} - .focus\:ring-transparent:focus { --tw-ring-color: transparent; } @@ -24517,11 +24371,6 @@ select { --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); } -.focus\:ring-primary:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 99, 148, var(--tw-ring-opacity)); -} - .ring-opacity-0 { --tw-ring-opacity: 0; } @@ -25164,11 +25013,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } -.text-primary { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); -} - .group:hover .group-hover\:text-transparent { color: transparent; } @@ -25587,11 +25431,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } -.group:hover .group-hover\:text-primary { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); -} - .focus-within\:text-transparent:focus-within { color: transparent; } @@ -26010,11 +25849,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } -.focus-within\:text-primary:focus-within { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); -} - .hover\:text-transparent:hover { color: transparent; } @@ -26433,11 +26267,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } -.hover\:text-primary:hover { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); -} - .focus\:text-transparent:focus { color: transparent; } @@ -26856,11 +26685,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } -.focus\:text-primary:focus { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); -} - .text-opacity-0 { --tw-text-opacity: 0; } @@ -33149,11 +32973,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-divide-opacity)); } - .sm\:divide-primary > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-divide-opacity)); - } - .sm\:divide-solid > :not([hidden]) ~ :not([hidden]) { border-style: solid; } @@ -33756,11 +33575,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .sm\:bg-primary { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .group:hover .sm\:group-hover\:bg-transparent { background-color: transparent; } @@ -34179,11 +33993,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .group:hover .sm\:group-hover\:bg-primary { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .sm\:focus-within\:bg-transparent:focus-within { background-color: transparent; } @@ -34602,11 +34411,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .sm\:focus-within\:bg-primary:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .sm\:hover\:bg-transparent:hover { background-color: transparent; } @@ -35025,11 +34829,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .sm\:hover\:bg-primary:hover { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .sm\:focus\:bg-transparent:focus { background-color: transparent; } @@ -35448,11 +35247,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .sm\:focus\:bg-primary:focus { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .sm\:bg-none { background-image: none; } @@ -35909,11 +35703,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .sm\:from-primary { - --tw-gradient-from: #ff6394; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .sm\:via-transparent { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); } @@ -36250,10 +36039,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .sm\:via-primary { - --tw-gradient-stops: var(--tw-gradient-from), #ff6394, var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .sm\:to-transparent { --tw-gradient-to: transparent; } @@ -36590,10 +36375,6 @@ select { --tw-gradient-to: #831843; } - .sm\:to-primary { - --tw-gradient-to: #ff6394; - } - .sm\:hover\:from-transparent:hover { --tw-gradient-from: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); @@ -37014,11 +36795,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .sm\:hover\:from-primary:hover { - --tw-gradient-from: #ff6394; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .sm\:hover\:via-transparent:hover { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); } @@ -37355,10 +37131,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .sm\:hover\:via-primary:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ff6394, var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .sm\:hover\:to-transparent:hover { --tw-gradient-to: transparent; } @@ -37695,10 +37467,6 @@ select { --tw-gradient-to: #831843; } - .sm\:hover\:to-primary:hover { - --tw-gradient-to: #ff6394; - } - .sm\:focus\:from-transparent:focus { --tw-gradient-from: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); @@ -38119,11 +37887,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .sm\:focus\:from-primary:focus { - --tw-gradient-from: #ff6394; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .sm\:focus\:via-transparent:focus { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); } @@ -38460,10 +38223,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .sm\:focus\:via-primary:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ff6394, var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .sm\:focus\:to-transparent:focus { --tw-gradient-to: transparent; } @@ -38800,10 +38559,6 @@ select { --tw-gradient-to: #831843; } - .sm\:focus\:to-primary:focus { - --tw-gradient-to: #ff6394; - } - .sm\:bg-opacity-0 { --tw-bg-opacity: 0; } @@ -39602,11 +39357,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .sm\:border-primary { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .group:hover .sm\:group-hover\:border-transparent { border-color: transparent; } @@ -40025,11 +39775,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .group:hover .sm\:group-hover\:border-primary { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .sm\:focus-within\:border-transparent:focus-within { border-color: transparent; } @@ -40448,11 +40193,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .sm\:focus-within\:border-primary:focus-within { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .sm\:hover\:border-transparent:hover { border-color: transparent; } @@ -40871,11 +40611,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .sm\:hover\:border-primary:hover { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .sm\:focus\:border-transparent:focus { border-color: transparent; } @@ -41294,11 +41029,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .sm\:focus\:border-primary:focus { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .sm\:border-opacity-0 { --tw-border-opacity: 0; } @@ -48144,21 +47874,6 @@ select { color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); } - .sm\:placeholder-primary::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-primary::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - .sm\:focus\:placeholder-transparent:focus::-moz-placeholder { color: transparent; } @@ -49413,21 +49128,6 @@ select { color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-primary:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-primary:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - .sm\:placeholder-opacity-0::-moz-placeholder { --tw-placeholder-opacity: 0; } @@ -53294,10 +52994,6 @@ select { --tw-ring-offset-color: #831843; } - .sm\:ring-offset-primary { - --tw-ring-offset-color: #ff6394; - } - .sm\:focus-within\:ring-offset-transparent:focus-within { --tw-ring-offset-color: transparent; } @@ -53634,10 +53330,6 @@ select { --tw-ring-offset-color: #831843; } - .sm\:focus-within\:ring-offset-primary:focus-within { - --tw-ring-offset-color: #ff6394; - } - .sm\:focus\:ring-offset-transparent:focus { --tw-ring-offset-color: transparent; } @@ -53974,10 +53666,6 @@ select { --tw-ring-offset-color: #831843; } - .sm\:focus\:ring-offset-primary:focus { - --tw-ring-offset-color: #ff6394; - } - .sm\:ring-offset-0 { --tw-ring-offset-width: 0px; } @@ -54456,11 +54144,6 @@ select { --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); } - .sm\:ring-primary { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 99, 148, var(--tw-ring-opacity)); - } - .sm\:focus-within\:ring-transparent:focus-within { --tw-ring-color: transparent; } @@ -54879,11 +54562,6 @@ select { --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); } - .sm\:focus-within\:ring-primary:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 99, 148, var(--tw-ring-opacity)); - } - .sm\:focus\:ring-transparent:focus { --tw-ring-color: transparent; } @@ -55302,11 +54980,6 @@ select { --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); } - .sm\:focus\:ring-primary:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 99, 148, var(--tw-ring-opacity)); - } - .sm\:ring-opacity-0 { --tw-ring-opacity: 0; } @@ -55949,11 +55622,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .sm\:text-primary { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .group:hover .sm\:group-hover\:text-transparent { color: transparent; } @@ -56372,11 +56040,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .group:hover .sm\:group-hover\:text-primary { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .sm\:focus-within\:text-transparent:focus-within { color: transparent; } @@ -56795,11 +56458,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .sm\:focus-within\:text-primary:focus-within { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .sm\:hover\:text-transparent:hover { color: transparent; } @@ -57218,11 +56876,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .sm\:hover\:text-primary:hover { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .sm\:focus\:text-transparent:focus { color: transparent; } @@ -57641,11 +57294,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .sm\:focus\:text-primary:focus { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .sm\:text-opacity-0 { --tw-text-opacity: 0; } @@ -63869,11 +63517,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-divide-opacity)); } - .md\:divide-primary > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-divide-opacity)); - } - .md\:divide-solid > :not([hidden]) ~ :not([hidden]) { border-style: solid; } @@ -64476,11 +64119,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .md\:bg-primary { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .group:hover .md\:group-hover\:bg-transparent { background-color: transparent; } @@ -64899,11 +64537,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .group:hover .md\:group-hover\:bg-primary { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .md\:focus-within\:bg-transparent:focus-within { background-color: transparent; } @@ -65322,11 +64955,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .md\:focus-within\:bg-primary:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .md\:hover\:bg-transparent:hover { background-color: transparent; } @@ -65745,11 +65373,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .md\:hover\:bg-primary:hover { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .md\:focus\:bg-transparent:focus { background-color: transparent; } @@ -66168,11 +65791,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .md\:focus\:bg-primary:focus { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .md\:bg-none { background-image: none; } @@ -66629,11 +66247,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .md\:from-primary { - --tw-gradient-from: #ff6394; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .md\:via-transparent { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); } @@ -66970,10 +66583,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .md\:via-primary { - --tw-gradient-stops: var(--tw-gradient-from), #ff6394, var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .md\:to-transparent { --tw-gradient-to: transparent; } @@ -67310,10 +66919,6 @@ select { --tw-gradient-to: #831843; } - .md\:to-primary { - --tw-gradient-to: #ff6394; - } - .md\:hover\:from-transparent:hover { --tw-gradient-from: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); @@ -67734,11 +67339,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .md\:hover\:from-primary:hover { - --tw-gradient-from: #ff6394; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .md\:hover\:via-transparent:hover { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); } @@ -68075,10 +67675,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .md\:hover\:via-primary:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ff6394, var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .md\:hover\:to-transparent:hover { --tw-gradient-to: transparent; } @@ -68415,10 +68011,6 @@ select { --tw-gradient-to: #831843; } - .md\:hover\:to-primary:hover { - --tw-gradient-to: #ff6394; - } - .md\:focus\:from-transparent:focus { --tw-gradient-from: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); @@ -68839,11 +68431,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .md\:focus\:from-primary:focus { - --tw-gradient-from: #ff6394; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .md\:focus\:via-transparent:focus { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); } @@ -69180,10 +68767,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .md\:focus\:via-primary:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ff6394, var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .md\:focus\:to-transparent:focus { --tw-gradient-to: transparent; } @@ -69520,10 +69103,6 @@ select { --tw-gradient-to: #831843; } - .md\:focus\:to-primary:focus { - --tw-gradient-to: #ff6394; - } - .md\:bg-opacity-0 { --tw-bg-opacity: 0; } @@ -70322,11 +69901,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .md\:border-primary { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .group:hover .md\:group-hover\:border-transparent { border-color: transparent; } @@ -70745,11 +70319,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .group:hover .md\:group-hover\:border-primary { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .md\:focus-within\:border-transparent:focus-within { border-color: transparent; } @@ -71168,11 +70737,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .md\:focus-within\:border-primary:focus-within { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .md\:hover\:border-transparent:hover { border-color: transparent; } @@ -71591,11 +71155,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .md\:hover\:border-primary:hover { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .md\:focus\:border-transparent:focus { border-color: transparent; } @@ -72014,11 +71573,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .md\:focus\:border-primary:focus { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .md\:border-opacity-0 { --tw-border-opacity: 0; } @@ -78864,21 +78418,6 @@ select { color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); } - .md\:placeholder-primary::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-primary::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - .md\:focus\:placeholder-transparent:focus::-moz-placeholder { color: transparent; } @@ -80133,21 +79672,6 @@ select { color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-primary:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-primary:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - .md\:placeholder-opacity-0::-moz-placeholder { --tw-placeholder-opacity: 0; } @@ -84014,10 +83538,6 @@ select { --tw-ring-offset-color: #831843; } - .md\:ring-offset-primary { - --tw-ring-offset-color: #ff6394; - } - .md\:focus-within\:ring-offset-transparent:focus-within { --tw-ring-offset-color: transparent; } @@ -84354,10 +83874,6 @@ select { --tw-ring-offset-color: #831843; } - .md\:focus-within\:ring-offset-primary:focus-within { - --tw-ring-offset-color: #ff6394; - } - .md\:focus\:ring-offset-transparent:focus { --tw-ring-offset-color: transparent; } @@ -84694,10 +84210,6 @@ select { --tw-ring-offset-color: #831843; } - .md\:focus\:ring-offset-primary:focus { - --tw-ring-offset-color: #ff6394; - } - .md\:ring-offset-0 { --tw-ring-offset-width: 0px; } @@ -85176,11 +84688,6 @@ select { --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); } - .md\:ring-primary { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 99, 148, var(--tw-ring-opacity)); - } - .md\:focus-within\:ring-transparent:focus-within { --tw-ring-color: transparent; } @@ -85599,11 +85106,6 @@ select { --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); } - .md\:focus-within\:ring-primary:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 99, 148, var(--tw-ring-opacity)); - } - .md\:focus\:ring-transparent:focus { --tw-ring-color: transparent; } @@ -86022,11 +85524,6 @@ select { --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); } - .md\:focus\:ring-primary:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 99, 148, var(--tw-ring-opacity)); - } - .md\:ring-opacity-0 { --tw-ring-opacity: 0; } @@ -86669,11 +86166,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .md\:text-primary { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .group:hover .md\:group-hover\:text-transparent { color: transparent; } @@ -87092,11 +86584,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .group:hover .md\:group-hover\:text-primary { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .md\:focus-within\:text-transparent:focus-within { color: transparent; } @@ -87515,11 +87002,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .md\:focus-within\:text-primary:focus-within { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .md\:hover\:text-transparent:hover { color: transparent; } @@ -87938,11 +87420,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .md\:hover\:text-primary:hover { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .md\:focus\:text-transparent:focus { color: transparent; } @@ -88361,11 +87838,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .md\:focus\:text-primary:focus { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .md\:text-opacity-0 { --tw-text-opacity: 0; } @@ -94589,11 +94061,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-divide-opacity)); } - .lg\:divide-primary > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-divide-opacity)); - } - .lg\:divide-solid > :not([hidden]) ~ :not([hidden]) { border-style: solid; } @@ -95196,11 +94663,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .lg\:bg-primary { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .group:hover .lg\:group-hover\:bg-transparent { background-color: transparent; } @@ -95619,11 +95081,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .group:hover .lg\:group-hover\:bg-primary { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .lg\:focus-within\:bg-transparent:focus-within { background-color: transparent; } @@ -96042,11 +95499,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .lg\:focus-within\:bg-primary:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .lg\:hover\:bg-transparent:hover { background-color: transparent; } @@ -96465,11 +95917,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .lg\:hover\:bg-primary:hover { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .lg\:focus\:bg-transparent:focus { background-color: transparent; } @@ -96888,11 +96335,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .lg\:focus\:bg-primary:focus { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .lg\:bg-none { background-image: none; } @@ -97349,11 +96791,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .lg\:from-primary { - --tw-gradient-from: #ff6394; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .lg\:via-transparent { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); } @@ -97690,10 +97127,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .lg\:via-primary { - --tw-gradient-stops: var(--tw-gradient-from), #ff6394, var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .lg\:to-transparent { --tw-gradient-to: transparent; } @@ -98030,10 +97463,6 @@ select { --tw-gradient-to: #831843; } - .lg\:to-primary { - --tw-gradient-to: #ff6394; - } - .lg\:hover\:from-transparent:hover { --tw-gradient-from: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); @@ -98454,11 +97883,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .lg\:hover\:from-primary:hover { - --tw-gradient-from: #ff6394; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .lg\:hover\:via-transparent:hover { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); } @@ -98795,10 +98219,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .lg\:hover\:via-primary:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ff6394, var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .lg\:hover\:to-transparent:hover { --tw-gradient-to: transparent; } @@ -99135,10 +98555,6 @@ select { --tw-gradient-to: #831843; } - .lg\:hover\:to-primary:hover { - --tw-gradient-to: #ff6394; - } - .lg\:focus\:from-transparent:focus { --tw-gradient-from: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); @@ -99559,11 +98975,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .lg\:focus\:from-primary:focus { - --tw-gradient-from: #ff6394; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .lg\:focus\:via-transparent:focus { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); } @@ -99900,10 +99311,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .lg\:focus\:via-primary:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ff6394, var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .lg\:focus\:to-transparent:focus { --tw-gradient-to: transparent; } @@ -100240,10 +99647,6 @@ select { --tw-gradient-to: #831843; } - .lg\:focus\:to-primary:focus { - --tw-gradient-to: #ff6394; - } - .lg\:bg-opacity-0 { --tw-bg-opacity: 0; } @@ -101042,11 +100445,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .lg\:border-primary { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .group:hover .lg\:group-hover\:border-transparent { border-color: transparent; } @@ -101465,11 +100863,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .group:hover .lg\:group-hover\:border-primary { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .lg\:focus-within\:border-transparent:focus-within { border-color: transparent; } @@ -101888,11 +101281,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .lg\:focus-within\:border-primary:focus-within { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .lg\:hover\:border-transparent:hover { border-color: transparent; } @@ -102311,11 +101699,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .lg\:hover\:border-primary:hover { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .lg\:focus\:border-transparent:focus { border-color: transparent; } @@ -102734,11 +102117,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .lg\:focus\:border-primary:focus { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .lg\:border-opacity-0 { --tw-border-opacity: 0; } @@ -109584,21 +108962,6 @@ select { color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); } - .lg\:placeholder-primary::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-primary::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - .lg\:focus\:placeholder-transparent:focus::-moz-placeholder { color: transparent; } @@ -110853,21 +110216,6 @@ select { color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-primary:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-primary:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - .lg\:placeholder-opacity-0::-moz-placeholder { --tw-placeholder-opacity: 0; } @@ -114734,10 +114082,6 @@ select { --tw-ring-offset-color: #831843; } - .lg\:ring-offset-primary { - --tw-ring-offset-color: #ff6394; - } - .lg\:focus-within\:ring-offset-transparent:focus-within { --tw-ring-offset-color: transparent; } @@ -115074,10 +114418,6 @@ select { --tw-ring-offset-color: #831843; } - .lg\:focus-within\:ring-offset-primary:focus-within { - --tw-ring-offset-color: #ff6394; - } - .lg\:focus\:ring-offset-transparent:focus { --tw-ring-offset-color: transparent; } @@ -115414,10 +114754,6 @@ select { --tw-ring-offset-color: #831843; } - .lg\:focus\:ring-offset-primary:focus { - --tw-ring-offset-color: #ff6394; - } - .lg\:ring-offset-0 { --tw-ring-offset-width: 0px; } @@ -115896,11 +115232,6 @@ select { --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); } - .lg\:ring-primary { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 99, 148, var(--tw-ring-opacity)); - } - .lg\:focus-within\:ring-transparent:focus-within { --tw-ring-color: transparent; } @@ -116319,11 +115650,6 @@ select { --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); } - .lg\:focus-within\:ring-primary:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 99, 148, var(--tw-ring-opacity)); - } - .lg\:focus\:ring-transparent:focus { --tw-ring-color: transparent; } @@ -116742,11 +116068,6 @@ select { --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); } - .lg\:focus\:ring-primary:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 99, 148, var(--tw-ring-opacity)); - } - .lg\:ring-opacity-0 { --tw-ring-opacity: 0; } @@ -117389,11 +116710,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .lg\:text-primary { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .group:hover .lg\:group-hover\:text-transparent { color: transparent; } @@ -117812,11 +117128,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .group:hover .lg\:group-hover\:text-primary { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .lg\:focus-within\:text-transparent:focus-within { color: transparent; } @@ -118235,11 +117546,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .lg\:focus-within\:text-primary:focus-within { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .lg\:hover\:text-transparent:hover { color: transparent; } @@ -118658,11 +117964,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .lg\:hover\:text-primary:hover { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .lg\:focus\:text-transparent:focus { color: transparent; } @@ -119081,11 +118382,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .lg\:focus\:text-primary:focus { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .lg\:text-opacity-0 { --tw-text-opacity: 0; } @@ -125309,11 +124605,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-divide-opacity)); } - .xl\:divide-primary > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-divide-opacity)); - } - .xl\:divide-solid > :not([hidden]) ~ :not([hidden]) { border-style: solid; } @@ -125916,11 +125207,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .xl\:bg-primary { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .group:hover .xl\:group-hover\:bg-transparent { background-color: transparent; } @@ -126339,11 +125625,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .group:hover .xl\:group-hover\:bg-primary { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .xl\:focus-within\:bg-transparent:focus-within { background-color: transparent; } @@ -126762,11 +126043,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .xl\:focus-within\:bg-primary:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .xl\:hover\:bg-transparent:hover { background-color: transparent; } @@ -127185,11 +126461,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .xl\:hover\:bg-primary:hover { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .xl\:focus\:bg-transparent:focus { background-color: transparent; } @@ -127608,11 +126879,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .xl\:focus\:bg-primary:focus { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .xl\:bg-none { background-image: none; } @@ -128069,11 +127335,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .xl\:from-primary { - --tw-gradient-from: #ff6394; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .xl\:via-transparent { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); } @@ -128410,10 +127671,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .xl\:via-primary { - --tw-gradient-stops: var(--tw-gradient-from), #ff6394, var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .xl\:to-transparent { --tw-gradient-to: transparent; } @@ -128750,10 +128007,6 @@ select { --tw-gradient-to: #831843; } - .xl\:to-primary { - --tw-gradient-to: #ff6394; - } - .xl\:hover\:from-transparent:hover { --tw-gradient-from: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); @@ -129174,11 +128427,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .xl\:hover\:from-primary:hover { - --tw-gradient-from: #ff6394; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .xl\:hover\:via-transparent:hover { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); } @@ -129515,10 +128763,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .xl\:hover\:via-primary:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ff6394, var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .xl\:hover\:to-transparent:hover { --tw-gradient-to: transparent; } @@ -129855,10 +129099,6 @@ select { --tw-gradient-to: #831843; } - .xl\:hover\:to-primary:hover { - --tw-gradient-to: #ff6394; - } - .xl\:focus\:from-transparent:focus { --tw-gradient-from: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); @@ -130279,11 +129519,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .xl\:focus\:from-primary:focus { - --tw-gradient-from: #ff6394; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .xl\:focus\:via-transparent:focus { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); } @@ -130620,10 +129855,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .xl\:focus\:via-primary:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ff6394, var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .xl\:focus\:to-transparent:focus { --tw-gradient-to: transparent; } @@ -130960,10 +130191,6 @@ select { --tw-gradient-to: #831843; } - .xl\:focus\:to-primary:focus { - --tw-gradient-to: #ff6394; - } - .xl\:bg-opacity-0 { --tw-bg-opacity: 0; } @@ -131762,11 +130989,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .xl\:border-primary { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .group:hover .xl\:group-hover\:border-transparent { border-color: transparent; } @@ -132185,11 +131407,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .group:hover .xl\:group-hover\:border-primary { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .xl\:focus-within\:border-transparent:focus-within { border-color: transparent; } @@ -132608,11 +131825,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .xl\:focus-within\:border-primary:focus-within { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .xl\:hover\:border-transparent:hover { border-color: transparent; } @@ -133031,11 +132243,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .xl\:hover\:border-primary:hover { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .xl\:focus\:border-transparent:focus { border-color: transparent; } @@ -133454,11 +132661,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .xl\:focus\:border-primary:focus { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .xl\:border-opacity-0 { --tw-border-opacity: 0; } @@ -140304,21 +139506,6 @@ select { color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); } - .xl\:placeholder-primary::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-primary::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - .xl\:focus\:placeholder-transparent:focus::-moz-placeholder { color: transparent; } @@ -141573,21 +140760,6 @@ select { color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-primary:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-primary:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - .xl\:placeholder-opacity-0::-moz-placeholder { --tw-placeholder-opacity: 0; } @@ -145454,10 +144626,6 @@ select { --tw-ring-offset-color: #831843; } - .xl\:ring-offset-primary { - --tw-ring-offset-color: #ff6394; - } - .xl\:focus-within\:ring-offset-transparent:focus-within { --tw-ring-offset-color: transparent; } @@ -145794,10 +144962,6 @@ select { --tw-ring-offset-color: #831843; } - .xl\:focus-within\:ring-offset-primary:focus-within { - --tw-ring-offset-color: #ff6394; - } - .xl\:focus\:ring-offset-transparent:focus { --tw-ring-offset-color: transparent; } @@ -146134,10 +145298,6 @@ select { --tw-ring-offset-color: #831843; } - .xl\:focus\:ring-offset-primary:focus { - --tw-ring-offset-color: #ff6394; - } - .xl\:ring-offset-0 { --tw-ring-offset-width: 0px; } @@ -146616,11 +145776,6 @@ select { --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); } - .xl\:ring-primary { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 99, 148, var(--tw-ring-opacity)); - } - .xl\:focus-within\:ring-transparent:focus-within { --tw-ring-color: transparent; } @@ -147039,11 +146194,6 @@ select { --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); } - .xl\:focus-within\:ring-primary:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 99, 148, var(--tw-ring-opacity)); - } - .xl\:focus\:ring-transparent:focus { --tw-ring-color: transparent; } @@ -147462,11 +146612,6 @@ select { --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); } - .xl\:focus\:ring-primary:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 99, 148, var(--tw-ring-opacity)); - } - .xl\:ring-opacity-0 { --tw-ring-opacity: 0; } @@ -148109,11 +147254,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .xl\:text-primary { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .group:hover .xl\:group-hover\:text-transparent { color: transparent; } @@ -148532,11 +147672,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .group:hover .xl\:group-hover\:text-primary { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .xl\:focus-within\:text-transparent:focus-within { color: transparent; } @@ -148955,11 +148090,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .xl\:focus-within\:text-primary:focus-within { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .xl\:hover\:text-transparent:hover { color: transparent; } @@ -149378,11 +148508,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .xl\:hover\:text-primary:hover { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .xl\:focus\:text-transparent:focus { color: transparent; } @@ -149801,11 +148926,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .xl\:focus\:text-primary:focus { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .xl\:text-opacity-0 { --tw-text-opacity: 0; } @@ -156029,11 +155149,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-divide-opacity)); } - .\32xl\:divide-primary > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-divide-opacity)); - } - .\32xl\:divide-solid > :not([hidden]) ~ :not([hidden]) { border-style: solid; } @@ -156636,11 +155751,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .\32xl\:bg-primary { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .group:hover .\32xl\:group-hover\:bg-transparent { background-color: transparent; } @@ -157059,11 +156169,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .group:hover .\32xl\:group-hover\:bg-primary { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .\32xl\:focus-within\:bg-transparent:focus-within { background-color: transparent; } @@ -157482,11 +156587,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .\32xl\:focus-within\:bg-primary:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .\32xl\:hover\:bg-transparent:hover { background-color: transparent; } @@ -157905,11 +157005,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .\32xl\:hover\:bg-primary:hover { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .\32xl\:focus\:bg-transparent:focus { background-color: transparent; } @@ -158328,11 +157423,6 @@ select { background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); } - .\32xl\:focus\:bg-primary:focus { - --tw-bg-opacity: 1; - background-color: rgba(255, 99, 148, var(--tw-bg-opacity)); - } - .\32xl\:bg-none { background-image: none; } @@ -158789,11 +157879,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .\32xl\:from-primary { - --tw-gradient-from: #ff6394; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .\32xl\:via-transparent { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); } @@ -159130,10 +158215,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .\32xl\:via-primary { - --tw-gradient-stops: var(--tw-gradient-from), #ff6394, var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .\32xl\:to-transparent { --tw-gradient-to: transparent; } @@ -159470,10 +158551,6 @@ select { --tw-gradient-to: #831843; } - .\32xl\:to-primary { - --tw-gradient-to: #ff6394; - } - .\32xl\:hover\:from-transparent:hover { --tw-gradient-from: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); @@ -159894,11 +158971,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .\32xl\:hover\:from-primary:hover { - --tw-gradient-from: #ff6394; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .\32xl\:hover\:via-transparent:hover { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); } @@ -160235,10 +159307,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .\32xl\:hover\:via-primary:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ff6394, var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .\32xl\:hover\:to-transparent:hover { --tw-gradient-to: transparent; } @@ -160575,10 +159643,6 @@ select { --tw-gradient-to: #831843; } - .\32xl\:hover\:to-primary:hover { - --tw-gradient-to: #ff6394; - } - .\32xl\:focus\:from-transparent:focus { --tw-gradient-from: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); @@ -160999,11 +160063,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .\32xl\:focus\:from-primary:focus { - --tw-gradient-from: #ff6394; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .\32xl\:focus\:via-transparent:focus { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)); } @@ -161340,10 +160399,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); } - .\32xl\:focus\:via-primary:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ff6394, var(--tw-gradient-to, rgba(255, 99, 148, 0)); - } - .\32xl\:focus\:to-transparent:focus { --tw-gradient-to: transparent; } @@ -161680,10 +160735,6 @@ select { --tw-gradient-to: #831843; } - .\32xl\:focus\:to-primary:focus { - --tw-gradient-to: #ff6394; - } - .\32xl\:bg-opacity-0 { --tw-bg-opacity: 0; } @@ -162482,11 +161533,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .\32xl\:border-primary { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .group:hover .\32xl\:group-hover\:border-transparent { border-color: transparent; } @@ -162905,11 +161951,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .group:hover .\32xl\:group-hover\:border-primary { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .\32xl\:focus-within\:border-transparent:focus-within { border-color: transparent; } @@ -163328,11 +162369,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .\32xl\:focus-within\:border-primary:focus-within { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .\32xl\:hover\:border-transparent:hover { border-color: transparent; } @@ -163751,11 +162787,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .\32xl\:hover\:border-primary:hover { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .\32xl\:focus\:border-transparent:focus { border-color: transparent; } @@ -164174,11 +163205,6 @@ select { border-color: rgba(131, 24, 67, var(--tw-border-opacity)); } - .\32xl\:focus\:border-primary:focus { - --tw-border-opacity: 1; - border-color: rgba(255, 99, 148, var(--tw-border-opacity)); - } - .\32xl\:border-opacity-0 { --tw-border-opacity: 0; } @@ -171024,21 +170050,6 @@ select { color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-primary::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-primary::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - .\32xl\:focus\:placeholder-transparent:focus::-moz-placeholder { color: transparent; } @@ -172293,21 +171304,6 @@ select { color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-primary:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-primary:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(255, 99, 148, var(--tw-placeholder-opacity)); - } - .\32xl\:placeholder-opacity-0::-moz-placeholder { --tw-placeholder-opacity: 0; } @@ -176174,10 +175170,6 @@ select { --tw-ring-offset-color: #831843; } - .\32xl\:ring-offset-primary { - --tw-ring-offset-color: #ff6394; - } - .\32xl\:focus-within\:ring-offset-transparent:focus-within { --tw-ring-offset-color: transparent; } @@ -176514,10 +175506,6 @@ select { --tw-ring-offset-color: #831843; } - .\32xl\:focus-within\:ring-offset-primary:focus-within { - --tw-ring-offset-color: #ff6394; - } - .\32xl\:focus\:ring-offset-transparent:focus { --tw-ring-offset-color: transparent; } @@ -176854,10 +175842,6 @@ select { --tw-ring-offset-color: #831843; } - .\32xl\:focus\:ring-offset-primary:focus { - --tw-ring-offset-color: #ff6394; - } - .\32xl\:ring-offset-0 { --tw-ring-offset-width: 0px; } @@ -177336,11 +176320,6 @@ select { --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); } - .\32xl\:ring-primary { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 99, 148, var(--tw-ring-opacity)); - } - .\32xl\:focus-within\:ring-transparent:focus-within { --tw-ring-color: transparent; } @@ -177759,11 +176738,6 @@ select { --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); } - .\32xl\:focus-within\:ring-primary:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 99, 148, var(--tw-ring-opacity)); - } - .\32xl\:focus\:ring-transparent:focus { --tw-ring-color: transparent; } @@ -178182,11 +177156,6 @@ select { --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); } - .\32xl\:focus\:ring-primary:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 99, 148, var(--tw-ring-opacity)); - } - .\32xl\:ring-opacity-0 { --tw-ring-opacity: 0; } @@ -178829,11 +177798,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .\32xl\:text-primary { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .group:hover .\32xl\:group-hover\:text-transparent { color: transparent; } @@ -179252,11 +178216,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .group:hover .\32xl\:group-hover\:text-primary { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .\32xl\:focus-within\:text-transparent:focus-within { color: transparent; } @@ -179675,11 +178634,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .\32xl\:focus-within\:text-primary:focus-within { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .\32xl\:hover\:text-transparent:hover { color: transparent; } @@ -180098,11 +179052,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .\32xl\:hover\:text-primary:hover { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .\32xl\:focus\:text-transparent:focus { color: transparent; } @@ -180521,11 +179470,6 @@ select { color: rgba(131, 24, 67, var(--tw-text-opacity)); } - .\32xl\:focus\:text-primary:focus { - --tw-text-opacity: 1; - color: rgba(255, 99, 148, var(--tw-text-opacity)); - } - .\32xl\:text-opacity-0 { --tw-text-opacity: 0; }