/**
 * q8-prayertimes v2.0.0
 * @link https://q8p.io
 * @repo https://github.com/m2kio/q8-prayers
 *
 * Kuwait Prayer Times
 * Author MYK <m2kio@pm.me>
 * License MIT
 */
@font-face{font-family:Amiri;font-style:normal;font-weight:100;src:url("./fonts/Amiri-Regular.ttf")}@font-face{font-family:Overpass;font-style:normal;font-weight:100;src:url("./fonts/Overpass-ExtraLight.ttf")}#q8prayers,#q8prayers[data-theme='light']{--prayerTimesColor:hsl(0,0%,10%);--tableHeaderColor:hsl(0,0%,50%);--tableBorderColor:hsl(0,0%,50%);--prayerBorderColor:hsl(0,0%,80%);--errorMessageColor:hsl(0,100%,34%)}#q8prayers[data-theme='dark']{--prayerTimesColor:hsl(0,0%,85%);--tableHeaderColor:hsl(0,0%,75%);--tableBorderColor:hsl(0,0%,75%);--prayerBorderColor:hsl(0,0%,50%);--errorMessageColor:hsl(0,100%,39%)}#q8prayers[data-theme='black']{--prayerTimesColor:hsl(0,0%,0%);--tableHeaderColor:hsl(0,0%,0%);--tableBorderColor:hsl(0,0%,0%);--prayerBorderColor:hsl(0,0%,0%);--errorMessageColor:hsl(0,100%,39%)}#q8prayers[data-theme='white']{--prayerTimesColor:hsl(0,0%,100%);--tableHeaderColor:hsl(0,0%,100%);--tableBorderColor:hsl(0,0%,100%);--prayerBorderColor:hsl(0,0%,100%);--errorMessageColor:hsl(0,100%,39%)}#q8prayers{font-family:Overpass;color:var(--prayerTimesColor)}#q8prayers table{font-size:15px;width:150px;border-collapse:separate;border-spacing:0;border-radius:.75rem;border:1px solid var(--tableBorderColor)}#q8prayers table tr{border:0;border-spacing:0;border-radius:1rem}#q8prayers table th,#q8prayers table td{padding:7px;font-size:1em;border-spacing:0;border:0}#q8prayers table th{text-align:start;color:var(--tableHeaderColor)}#q8prayers table td{text-align:end}#q8prayers table tr:nth-child(1) th,#q8prayers table tr:nth-child(2) th{padding:3px;text-align:center;font-size:1.2em}#q8prayers table tr:nth-child(1) small a,#q8prayers table tr:nth-child(2) small a{font-family:'Franklin Gothic Medium','Arial Narrow',Arial,sans-serif;text-decoration:none;color:var(--tableHeaderColor)}#q8prayers table tr:nth-child(3) th,#q8prayers table tr:nth-child(4) th,#q8prayers table tr:nth-child(5) th,#q8prayers table tr:nth-child(6) th{border-bottom:1px solid var(--prayerBorderColor)}#q8prayers table tr:nth-child(3) td,#q8prayers table tr:nth-child(4) td,#q8prayers table tr:nth-child(5) td,#q8prayers table tr:nth-child(6) td{border-bottom:1px solid var(--prayerBorderColor)}#q8prayers table tr:nth-child(7) th,#q8prayers table tr:nth-child(7) td{padding-bottom:12px}#q8prayers table[dir='rtl']{font-family:Amiri;line-height:1.3}#q8prayers .q8prayers-error{color:var(--errorMessageColor);font-size:small}