vendor-d2584aeaa01efa888cdf.css 119 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. -webkit-user-select: none;
  5. -moz-user-select: none;
  6. -ms-user-select: none;
  7. user-select: none;
  8. }
  9. *, *::before, *::after {
  10. box-sizing: border-box;
  11. }
  12. html {
  13. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  14. }
  15. input, button, select, textarea {
  16. font-family: inherit;
  17. font-size: inherit;
  18. line-height: inherit;
  19. }
  20. html, body {
  21. font-family: -apple-system, "SF UI Text", "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Zen Hei", sans-serif;
  22. font-weight: normal;
  23. line-height: 18px;
  24. font-size: 16px;
  25. height: 100%;
  26. overflow: hidden;
  27. }
  28. body {
  29. font-size: 12px;
  30. }
  31. @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  32. body {
  33. -webkit-font-smoothing: antialiased;
  34. -moz-osx-font-smoothing: grayscale;
  35. }
  36. }
  37. body {
  38. background-color: #f5f5f5;
  39. color: #525e71;
  40. }
  41. body.mobile {
  42. background-color: white
  43. }
  44. @font-face {
  45. font-family: Inter;
  46. src: url('./fonts/Inter-Regular.ttf'), url('./fonts/Inter-SemiBold.ttf');
  47. }
  48. html.isWonderShare, body.isWonderShare {
  49. font-family: Inter, -apple-system, "SF UI Text", "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Zen Hei", sans-serif;
  50. }
  51. .spinner {
  52. width: 30px;
  53. height: 30px;
  54. border-width: 3px;
  55. border-style: solid;
  56. border-color: rgba(51, 54, 58, 0.6) transparent;
  57. border-radius: 100%;
  58. transform-origin: 50% 50% 0;
  59. -webkit-animation: mb-spin .8s infinite linear;
  60. animation: mb-spin .8s infinite linear;
  61. display: inline-block;
  62. }
  63. @-webkit-keyframes mb-spin {
  64. 0% {
  65. transform: rotate(0deg);
  66. }
  67. 100% {
  68. transform: rotate(359deg);
  69. }
  70. }
  71. @keyframes mb-spin {
  72. 0% {
  73. transform: rotate(0deg);
  74. }
  75. 100% {
  76. transform: rotate(359deg);
  77. }
  78. }
  79. #loading {
  80. width: 86px;
  81. height: 86px;
  82. z-index: 2;
  83. position: absolute;
  84. top: 30%;
  85. left: 50%;
  86. margin-left: -43px;
  87. text-align: center;
  88. font-size: 12px;
  89. }
  90. #loading .logo, #loading .indicator {
  91. position: absolute;
  92. top: -3px;
  93. left: -3px;
  94. width: 86px;
  95. height: 86px;
  96. overflow: hidden;
  97. background: url('./images/logo-lg.svg');
  98. background-size: 86px 86px;
  99. }
  100. #loading .logo {
  101. opacity: 0.3
  102. }
  103. #loading .indicator {
  104. opacity: 1;
  105. transition: all 0.5s ease-in-out;
  106. height: 0;
  107. }
  108. #loading span {
  109. position: absolute;
  110. width: 300px;
  111. left: 50%;
  112. top: 110px;
  113. margin-left: -150px;
  114. font-size: 14px;
  115. line-height: 28px;
  116. color: #F77D77;
  117. }
  118. /* reset */
  119. button {
  120. background: none;
  121. border: 0;
  122. outline: 0;
  123. border-radius: 0;
  124. color: inherit;
  125. cursor: pointer;
  126. }
  127. input {
  128. background: none;
  129. border: 0;
  130. outline: 0;
  131. }
  132. /* ellipsis */
  133. .quote {
  134. display: inline-block;
  135. }
  136. .user-name {
  137. overflow: hidden;
  138. text-overflow: ellipsis;
  139. white-space: nowrap;
  140. max-width: 10em;
  141. }
  142. .project-name {
  143. overflow: hidden;
  144. text-overflow: ellipsis;
  145. white-space: nowrap;
  146. max-width: 15em;
  147. }
  148. .widget-name {
  149. display: block;
  150. overflow: hidden;
  151. text-overflow: ellipsis;
  152. white-space: nowrap;
  153. max-width: 12em;
  154. }
  155. /* form */
  156. input.regular:not([type="radio"]):not([type="checkbox"]):not([readonly]) {
  157. padding: .25em .5em;
  158. background: #fff;
  159. border: 0;
  160. border-bottom: 1px solid #d7d7d7;
  161. border-radius: 0;
  162. color: #27364e;
  163. transition: all .2s ease-out;
  164. }
  165. input.regular:not([type="radio"]):not([type="checkbox"]):not([readonly])::-moz-placeholder {
  166. color: #a9afb8;
  167. }
  168. input.regular:not([type="radio"]):not([type="checkbox"]):not([readonly]):-ms-input-placeholder {
  169. color: #a9afb8;
  170. }
  171. input.regular:not([type="radio"]):not([type="checkbox"]):not([readonly])::placeholder {
  172. color: #a9afb8;
  173. }
  174. input.regular:not([type="radio"]):not([type="checkbox"]):not([readonly]):hover, input.regular:not([type="radio"]):not([type="checkbox"]):not([readonly]):focus {
  175. border-color: #eb5648;
  176. }
  177. input.regular[readonly] {
  178. padding: .25em .5em;
  179. background-color: #f6f6f6;
  180. border: 0;
  181. color: rgba(#27364e, .4);
  182. }
  183. textarea.regular:focus {
  184. outline: 0;
  185. }
  186. textarea.regular[readonly] {
  187. padding: .25em .5em;
  188. background-color: #f6f6f6;
  189. border: 0;
  190. color: rgba(#27364e, .4);
  191. }
  192. button.regular, button.primary {
  193. padding: .25em;
  194. border: 1px solid #eb5648;
  195. border-radius: 1px;
  196. color: #eb5648;
  197. cursor: pointer;
  198. transition: all .2s ease-out;
  199. }
  200. button.regular:not(button), button.primary:not(button) {
  201. display: inline-flex;
  202. justify-content: center;
  203. align-items: center;
  204. }
  205. button.regular:hover:not([disabled]), button.primary:hover:not([disabled]) {
  206. background-color: #eb5648;
  207. border: 1px solid #eb5648;
  208. color: #fff;
  209. }
  210. button.regular[disabled], button.primary[disabled] {
  211. opacity: .6;
  212. }
  213. button.primary {
  214. background-color: #eb5648;
  215. color: #fff;
  216. }
  217. button.primary:hover:not([disabled]) {
  218. background-color: #ff7c75;
  219. border-color: #ff7c75;
  220. color: #fff;
  221. }
  222. @font-face {
  223. font-family: Dora;
  224. src: url(./dora.woff) format('woff'), url(./dora.ttf) format('truetype'), url(./dora.svg) format('svg');
  225. font-weight: normal;
  226. font-style: normal;
  227. }
  228. .dora,
  229. .duodora {
  230. display: inline-block;
  231. width: 1em;
  232. font: normal normal normal 1em/1 Dora;
  233. font-size: inherit;
  234. speak: none;
  235. font-style: normal;
  236. font-weight: normal;
  237. font-variant: normal;
  238. line-height: 1;
  239. letter-spacing: normal;
  240. text-transform: none;
  241. word-wrap: normal;
  242. white-space: nowrap;
  243. direction: ltr;
  244. -webkit-font-feature-settings: 'liga';
  245. -moz-font-feature-settings: 'liga=1';
  246. -moz-font-feature-settings: 'liga';
  247. -ms-font-feature-settings: 'liga' 1;
  248. font-feature-settings: 'liga';
  249. -webkit-font-smoothing: antialiased;
  250. -moz-osx-font-smoothing: grayscal;
  251. text-rendering: optimizeLegibility;
  252. -webkit-font-variant-ligatures: discretionary-ligatures;
  253. font-variant-ligatures: discretionary-ligatures;
  254. }
  255. .duodora {
  256. position: relative;
  257. display: inline-block;
  258. }
  259. .duodora > .layer:not(:first-child) {
  260. position: absolute;
  261. left: 0;
  262. top: 0;
  263. }
  264. @font-face {
  265. font-family: mb-icons;
  266. font-weight: normal;
  267. font-style: normal;
  268. src: url(./mb-icons.woff) format('woff'), url(./mb-icons.ttf) format('truetype'), url(./mb-icons.svg) format('svg');
  269. }
  270. [class^="icon-"],
  271. [class*=" icon-"] {
  272. display: inline-block;
  273. font: normal normal normal 1em/1 mb-icons;
  274. speak: none;
  275. font-size: inherit;
  276. letter-spacing: normal;
  277. text-transform: none;
  278. text-rendering: auto;
  279. -webkit-font-smoothing: antialiased;
  280. -moz-osx-font-smoothing: grayscale;
  281. }
  282. .icon-align-h-center:before {
  283. content: "\e900";
  284. }
  285. .icon-align-h-left:before {
  286. content: "\e901";
  287. }
  288. .icon-align-h-right:before {
  289. content: "\e902";
  290. }
  291. .icon-align-v-bottom:before {
  292. content: "\e903";
  293. }
  294. .icon-align-v-center:before {
  295. content: "\e904";
  296. }
  297. .icon-align-v-top:before {
  298. content: "\e905";
  299. }
  300. .icon-all-img-o:before {
  301. content: "\e906";
  302. }
  303. .icon-android-o:before {
  304. content: "\e907";
  305. }
  306. .icon-android:before {
  307. content: "\e908";
  308. }
  309. .icon-angle-circle-bottom:before {
  310. content: "\e909";
  311. }
  312. .icon-angle-circle-left:before {
  313. content: "\e90a";
  314. }
  315. .icon-angle-circle-right:before {
  316. content: "\e90b";
  317. }
  318. .icon-angle-circle-top:before {
  319. content: "\e90c";
  320. }
  321. .icon-angle-left:before {
  322. content: "\e90d";
  323. }
  324. .icon-angle-right:before {
  325. content: "\e90e";
  326. }
  327. .icon-apple-o:before {
  328. content: "\e90f";
  329. }
  330. .icon-apple:before {
  331. content: "\e910";
  332. }
  333. .icon-arrow-bottom:before {
  334. content: "\e911";
  335. }
  336. .icon-arrow-left:before {
  337. content: "\e912";
  338. }
  339. .icon-arrow-right:before {
  340. content: "\e913";
  341. }
  342. .icon-arrow-top:before {
  343. content: "\e914";
  344. }
  345. .icon-book:before {
  346. content: "\e915";
  347. }
  348. .icon-border:before {
  349. content: "\e916";
  350. }
  351. .icon-cloud:before {
  352. content: "\e917";
  353. }
  354. .icon-cog:before {
  355. content: "\e918";
  356. }
  357. .icon-comment:before {
  358. content: "\e919";
  359. }
  360. .icon-copy:before {
  361. content: "\e91a";
  362. }
  363. .icon-cube:before {
  364. content: "\e91b";
  365. }
  366. .icon-cubes:before {
  367. content: "\e91c";
  368. }
  369. .icon-cut:before {
  370. content: "\e91d";
  371. }
  372. .icon-delete-path:before {
  373. content: "\e91e";
  374. }
  375. .icon-design:before {
  376. content: "\e91f";
  377. }
  378. .icon-discuss:before {
  379. content: "\e920";
  380. }
  381. .icon-distribute-h:before {
  382. content: "\e921";
  383. }
  384. .icon-distribute-v:before {
  385. content: "\e922";
  386. }
  387. .icon-distribute:before {
  388. content: "\e923";
  389. }
  390. .icon-download:before {
  391. content: "\e924";
  392. }
  393. .icon-dribble:before {
  394. content: "\e925";
  395. }
  396. .icon-duplicate:before {
  397. content: "\e926";
  398. }
  399. .icon-ellipsis-o:before {
  400. content: "\e927";
  401. }
  402. .icon-ellipsis-v-filled:before {
  403. content: "\e928";
  404. }
  405. .icon-ellipsis-v:before {
  406. content: "\e929";
  407. }
  408. .icon-exchange:before {
  409. content: "\e92a";
  410. }
  411. .icon-export:before {
  412. content: "\e92b";
  413. }
  414. .icon-eye:before {
  415. content: "\e92c";
  416. }
  417. .icon-facebook:before {
  418. content: "\e92d";
  419. }
  420. .icon-font:before {
  421. content: "\e92e";
  422. }
  423. .icon-gesture-down:before {
  424. content: "\e92f";
  425. }
  426. .icon-gesture-dtap:before {
  427. content: "\e930";
  428. }
  429. .icon-gesture-hold:before {
  430. content: "\e931";
  431. }
  432. .icon-gesture-left:before {
  433. content: "\e932";
  434. }
  435. .icon-gesture-right:before {
  436. content: "\e933";
  437. }
  438. .icon-gesture-shake:before {
  439. content: "\e934";
  440. }
  441. .icon-gesture-tap:before {
  442. content: "\e935";
  443. }
  444. .icon-gesture-timer:before {
  445. content: "\e936";
  446. }
  447. .icon-gesture-up:before {
  448. content: "\e937";
  449. }
  450. .icon-gift:before {
  451. content: "\e938";
  452. }
  453. .icon-global:before {
  454. content: "\e939";
  455. }
  456. .icon-grid:before {
  457. content: "\e93a";
  458. }
  459. .icon-group:before {
  460. content: "\e93b";
  461. }
  462. .icon-html-o:before {
  463. content: "\e93c";
  464. }
  465. .icon-img:before {
  466. content: "\e93d";
  467. }
  468. .icon-keyboard:before {
  469. content: "\e93e";
  470. }
  471. .icon-layer:before {
  472. content: "\e93f";
  473. }
  474. .icon-layout:before {
  475. content: "\e940";
  476. }
  477. .icon-like:before {
  478. content: "\e941";
  479. }
  480. .icon-link:before {
  481. content: "\e942";
  482. }
  483. .icon-lock-o:before {
  484. content: "\e943";
  485. }
  486. .icon-lock:before {
  487. content: "\e944";
  488. }
  489. .icon-logout:before {
  490. content: "\e945";
  491. }
  492. .icon-magnet:before {
  493. content: "\e946";
  494. }
  495. .icon-mail:before {
  496. content: "\e947";
  497. }
  498. .icon-medium:before {
  499. content: "\e948";
  500. }
  501. .icon-menu:before {
  502. content: "\e949";
  503. }
  504. .icon-minus-o:before {
  505. content: "\e94a";
  506. }
  507. .icon-minus-sm:before {
  508. content: "\e94b";
  509. }
  510. .icon-minus:before {
  511. content: "\e94c";
  512. }
  513. .icon-mobile-back-to-list:before {
  514. content: "\e94d";
  515. }
  516. .icon-mobile-back:before {
  517. content: "\e94e";
  518. }
  519. .icon-mobile-browse-img:before {
  520. content: "\e94f";
  521. }
  522. .icon-mobile-close:before {
  523. content: "\e950";
  524. }
  525. .icon-mobile-copy-link:before {
  526. content: "\e951";
  527. }
  528. .icon-mobile-hide-comment:before {
  529. content: "\e952";
  530. }
  531. .icon-mobile-highlight-link:before {
  532. content: "\e953";
  533. }
  534. .icon-mobile-offline-mode:before {
  535. content: "\e954";
  536. }
  537. .icon-mobile-offline-update:before {
  538. content: "\e955";
  539. }
  540. .icon-mobile-page-list:before {
  541. content: "\e956";
  542. }
  543. .icon-mobile-page:before {
  544. content: "\e957";
  545. }
  546. .icon-mobile-refresh:before {
  547. content: "\e958";
  548. }
  549. .icon-mobile-share:before {
  550. content: "\e959";
  551. }
  552. .icon-mockingbot:before {
  553. content: "\e95a";
  554. }
  555. .icon-paste:before {
  556. content: "\e95b";
  557. }
  558. .icon-path:before {
  559. content: "\e95c";
  560. }
  561. .icon-pencil:before {
  562. content: "\e95d";
  563. }
  564. .icon-pipet:before {
  565. content: "\e95e";
  566. }
  567. .icon-play:before {
  568. content: "\e95f";
  569. }
  570. .icon-plus-o:before {
  571. content: "\e960";
  572. }
  573. .icon-plus-sm:before {
  574. content: "\e961";
  575. }
  576. .icon-plus:before {
  577. content: "\e962";
  578. }
  579. .icon-proto:before {
  580. content: "\e963";
  581. }
  582. .icon-qq:before {
  583. content: "\e964";
  584. }
  585. .icon-question-filled:before {
  586. content: "\e965";
  587. }
  588. .icon-question:before {
  589. content: "\e966";
  590. }
  591. .icon-recycle:before {
  592. content: "\e967";
  593. }
  594. .icon-redo:before {
  595. content: "\e968";
  596. }
  597. .icon-rotate-acw:before {
  598. content: "\e969";
  599. }
  600. .icon-rotate-cw:before {
  601. content: "\e96a";
  602. }
  603. .icon-rotate:before {
  604. content: "\e96b";
  605. }
  606. .icon-ruler:before {
  607. content: "\e96c";
  608. }
  609. .icon-save:before {
  610. content: "\e96d";
  611. }
  612. .icon-search:before {
  613. content: "\e96e";
  614. }
  615. .icon-shadow:before {
  616. content: "\e96f";
  617. }
  618. .icon-share:before {
  619. content: "\e970";
  620. }
  621. .icon-single-comment:before {
  622. content: "\e971";
  623. }
  624. .icon-single-img-o:before {
  625. content: "\e972";
  626. }
  627. .icon-sketch-o:before {
  628. content: "\e973";
  629. }
  630. .icon-sketch:before {
  631. content: "\e974";
  632. }
  633. .icon-smiley:before {
  634. content: "\e975";
  635. }
  636. .icon-sort-asc:before {
  637. content: "\e976";
  638. }
  639. .icon-sort-desc:before {
  640. content: "\e977";
  641. }
  642. .icon-state:before {
  643. content: "\e978";
  644. }
  645. .icon-t-align-center:before {
  646. content: "\e979";
  647. }
  648. .icon-t-align-left:before {
  649. content: "\e97a";
  650. }
  651. .icon-t-align-right:before {
  652. content: "\e97b";
  653. }
  654. .icon-t-align-v-bottom:before {
  655. content: "\e97c";
  656. }
  657. .icon-t-align-v-middle:before {
  658. content: "\e97d";
  659. }
  660. .icon-t-align-v-top:before {
  661. content: "\e97e";
  662. }
  663. .icon-t-bold:before {
  664. content: "\e97f";
  665. }
  666. .icon-t-italic:before {
  667. content: "\e980";
  668. }
  669. .icon-t-ol:before {
  670. content: "\e981";
  671. }
  672. .icon-t-strikethrough:before {
  673. content: "\e982";
  674. }
  675. .icon-t-table:before {
  676. content: "\e983";
  677. }
  678. .icon-t-ul:before {
  679. content: "\e984";
  680. }
  681. .icon-t-underline:before {
  682. content: "\e985";
  683. }
  684. .icon-template:before {
  685. content: "\e986";
  686. }
  687. .icon-times-circle-filled:before {
  688. content: "\e987";
  689. }
  690. .icon-times-circle:before {
  691. content: "\e988";
  692. }
  693. .icon-times-sm:before {
  694. content: "\e989";
  695. }
  696. .icon-times:before {
  697. content: "\e98a";
  698. }
  699. .icon-trash-can:before {
  700. content: "\e98b";
  701. }
  702. .icon-tri-arrow-down:before {
  703. content: "\e98c";
  704. }
  705. .icon-tri-arrow-left:before {
  706. content: "\e98d";
  707. }
  708. .icon-tri-arrow-right:before {
  709. content: "\e98e";
  710. }
  711. .icon-tri-arrow-up:before {
  712. content: "\e98f";
  713. }
  714. .icon-twitter:before {
  715. content: "\e990";
  716. }
  717. .icon-ubuntu-o:before {
  718. content: "\e991";
  719. }
  720. .icon-ubuntu:before {
  721. content: "\e992";
  722. }
  723. .icon-undo:before {
  724. content: "\e993";
  725. }
  726. .icon-ungroup:before {
  727. content: "\e994";
  728. }
  729. .icon-unlock-o:before {
  730. content: "\e995";
  731. }
  732. .icon-update:before {
  733. content: "\e996";
  734. }
  735. .icon-user:before {
  736. content: "\e997";
  737. }
  738. .icon-users:before {
  739. content: "\e998";
  740. }
  741. .icon-wechat-moment:before {
  742. content: "\e999";
  743. }
  744. .icon-wechat:before {
  745. content: "\e99a";
  746. }
  747. .icon-weibo:before {
  748. content: "\e99b";
  749. }
  750. .icon-widget-bar:before {
  751. content: "\e99c";
  752. }
  753. .icon-widget-batch-import:before {
  754. content: "\e99d";
  755. }
  756. .icon-widget-battery:before {
  757. content: "\e99e";
  758. }
  759. .icon-widget-btn:before {
  760. content: "\e99f";
  761. }
  762. .icon-widget-checkbox:before {
  763. content: "\e9a0";
  764. }
  765. .icon-widget-circle:before {
  766. content: "\e9a1";
  767. }
  768. .icon-widget-file:before {
  769. content: "\e9a2";
  770. }
  771. .icon-widget-flow-link:before {
  772. content: "\e9a3";
  773. }
  774. .icon-widget-flow-page:before {
  775. content: "\e9a4";
  776. }
  777. .icon-widget-footer:before {
  778. content: "\e9a5";
  779. }
  780. .icon-widget-gesture:before {
  781. content: "\e9a6";
  782. }
  783. .icon-widget-header:before {
  784. content: "\e9a7";
  785. }
  786. .icon-widget-horizontal-line:before {
  787. content: "\e9a8";
  788. }
  789. .icon-widget-icon-label:before {
  790. content: "\e9a9";
  791. }
  792. .icon-widget-img:before {
  793. content: "\e9aa";
  794. }
  795. .icon-widget-input:before {
  796. content: "\e9ab";
  797. }
  798. .icon-widget-keyboard:before {
  799. content: "\e9ac";
  800. }
  801. .icon-widget-link:before {
  802. content: "\e9ad";
  803. }
  804. .icon-widget-map:before {
  805. content: "\e9ae";
  806. }
  807. .icon-widget-new-page:before {
  808. content: "\e9af";
  809. }
  810. .icon-widget-paragraph:before {
  811. content: "\e9b0";
  812. }
  813. .icon-widget-radio:before {
  814. content: "\e9b1";
  815. }
  816. .icon-widget-rectangle:before {
  817. content: "\e9b2";
  818. }
  819. .icon-widget-search-input:before {
  820. content: "\e9b3";
  821. }
  822. .icon-widget-select:before {
  823. content: "\e9b4";
  824. }
  825. .icon-widget-sticker:before {
  826. content: "\e9b5";
  827. }
  828. .icon-widget-text:before {
  829. content: "\e9b6";
  830. }
  831. .icon-widget-textarea:before {
  832. content: "\e9b7";
  833. }
  834. .icon-widget-toggle:before {
  835. content: "\e9b8";
  836. }
  837. .icon-widget-tooltip:before {
  838. content: "\e9b9";
  839. }
  840. .icon-widget-triangle-left-bottom:before {
  841. content: "\e9ba";
  842. }
  843. .icon-widget-triangle-top:before {
  844. content: "\e9bb";
  845. }
  846. .icon-widget-vertical-line:before {
  847. content: "\e9bc";
  848. }
  849. .icon-widget-webpage:before {
  850. content: "\e9bd";
  851. }
  852. .icon-windows-o:before {
  853. content: "\e9be";
  854. }
  855. .icon-windows:before {
  856. content: "\e9bf";
  857. }
  858. .icon-z-back:before {
  859. content: "\e9c0";
  860. }
  861. .icon-z-backward:before {
  862. content: "\e9c1";
  863. }
  864. .icon-z-forward:before {
  865. content: "\e9c2";
  866. }
  867. .icon-z-front:before {
  868. content: "\e9c3";
  869. }
  870. .icon-zoom-in:before {
  871. content: "\e9c4";
  872. }
  873. .icon-zoom-out:before {
  874. content: "\e9c5";
  875. }
  876. @font-face {
  877. font-family: 'Material Icons';
  878. font-style: normal;
  879. font-weight: 400;
  880. src: local('Material Icons'), local('MaterialIcons-Regular'), url(./material.woff2) format('woff2'), url(./material.woff) format('woff'), url(./material.ttf) format('truetype');
  881. }
  882. .md {
  883. display: inline-block;
  884. font: normal normal normal 1em/1 'Material Icons';
  885. font-size: inherit;
  886. letter-spacing: normal;
  887. text-transform: none;
  888. word-wrap: normal;
  889. white-space: nowrap;
  890. direction: ltr;
  891. -webkit-font-smoothing: antialiased;
  892. text-rendering: optimizeLegibility;
  893. -moz-osx-font-smoothing: grayscale;
  894. font-feature-settings: 'liga';
  895. }
  896. @font-face {
  897. font-family: FontAwesome;
  898. font-weight: normal;
  899. font-style: normal;
  900. src: url(./font-awesome.woff2) format('woff2'), url(./font-awesome.woff) format('woff'), url(./font-awesome.ttf) format('truetype'), url(./font-awesome.svg#fontawesomeregular) format('svg');
  901. }
  902. .fa {
  903. display: inline-block;
  904. font: normal normal normal 1em/1 FontAwesome;
  905. font-size: inherit;
  906. letter-spacing: normal;
  907. text-transform: none;
  908. text-rendering: auto;
  909. -webkit-font-smoothing: antialiased;
  910. -moz-osx-font-smoothing: grayscale;
  911. }
  912. .fa-glass:before {
  913. content: "\f000";
  914. }
  915. .fa-music:before {
  916. content: "\f001";
  917. }
  918. .fa-search:before {
  919. content: "\f002";
  920. }
  921. .fa-envelope-o:before {
  922. content: "\f003";
  923. }
  924. .fa-heart:before {
  925. content: "\f004";
  926. }
  927. .fa-star:before {
  928. content: "\f005";
  929. }
  930. .fa-star-o:before {
  931. content: "\f006";
  932. }
  933. .fa-user:before {
  934. content: "\f007";
  935. }
  936. .fa-film:before {
  937. content: "\f008";
  938. }
  939. .fa-th-large:before {
  940. content: "\f009";
  941. }
  942. .fa-th:before {
  943. content: "\f00a";
  944. }
  945. .fa-th-list:before {
  946. content: "\f00b";
  947. }
  948. .fa-check:before {
  949. content: "\f00c";
  950. }
  951. .fa-remove:before,
  952. .fa-close:before,
  953. .fa-times:before {
  954. content: "\f00d";
  955. }
  956. .fa-search-plus:before {
  957. content: "\f00e";
  958. }
  959. .fa-search-minus:before {
  960. content: "\f010";
  961. }
  962. .fa-power-off:before {
  963. content: "\f011";
  964. }
  965. .fa-signal:before {
  966. content: "\f012";
  967. }
  968. .fa-gear:before,
  969. .fa-cog:before {
  970. content: "\f013";
  971. }
  972. .fa-trash-o:before {
  973. content: "\f014";
  974. }
  975. .fa-home:before {
  976. content: "\f015";
  977. }
  978. .fa-file-o:before {
  979. content: "\f016";
  980. }
  981. .fa-clock-o:before {
  982. content: "\f017";
  983. }
  984. .fa-road:before {
  985. content: "\f018";
  986. }
  987. .fa-download:before {
  988. content: "\f019";
  989. }
  990. .fa-arrow-circle-o-down:before {
  991. content: "\f01a";
  992. }
  993. .fa-arrow-circle-o-up:before {
  994. content: "\f01b";
  995. }
  996. .fa-inbox:before {
  997. content: "\f01c";
  998. }
  999. .fa-play-circle-o:before {
  1000. content: "\f01d";
  1001. }
  1002. .fa-rotate-right:before,
  1003. .fa-repeat:before {
  1004. content: "\f01e";
  1005. }
  1006. .fa-refresh:before {
  1007. content: "\f021";
  1008. }
  1009. .fa-list-alt:before {
  1010. content: "\f022";
  1011. }
  1012. .fa-lock:before {
  1013. content: "\f023";
  1014. }
  1015. .fa-flag:before {
  1016. content: "\f024";
  1017. }
  1018. .fa-headphones:before {
  1019. content: "\f025";
  1020. }
  1021. .fa-volume-off:before {
  1022. content: "\f026";
  1023. }
  1024. .fa-volume-down:before {
  1025. content: "\f027";
  1026. }
  1027. .fa-volume-up:before {
  1028. content: "\f028";
  1029. }
  1030. .fa-qrcode:before {
  1031. content: "\f029";
  1032. }
  1033. .fa-barcode:before {
  1034. content: "\f02a";
  1035. }
  1036. .fa-tag:before {
  1037. content: "\f02b";
  1038. }
  1039. .fa-tags:before {
  1040. content: "\f02c";
  1041. }
  1042. .fa-book:before {
  1043. content: "\f02d";
  1044. }
  1045. .fa-bookmark:before {
  1046. content: "\f02e";
  1047. }
  1048. .fa-print:before {
  1049. content: "\f02f";
  1050. }
  1051. .fa-camera:before {
  1052. content: "\f030";
  1053. }
  1054. .fa-font:before {
  1055. content: "\f031";
  1056. }
  1057. .fa-bold:before {
  1058. content: "\f032";
  1059. }
  1060. .fa-italic:before {
  1061. content: "\f033";
  1062. }
  1063. .fa-text-height:before {
  1064. content: "\f034";
  1065. }
  1066. .fa-text-width:before {
  1067. content: "\f035";
  1068. }
  1069. .fa-align-left:before {
  1070. content: "\f036";
  1071. }
  1072. .fa-align-center:before {
  1073. content: "\f037";
  1074. }
  1075. .fa-align-right:before {
  1076. content: "\f038";
  1077. }
  1078. .fa-align-justify:before {
  1079. content: "\f039";
  1080. }
  1081. .fa-list:before {
  1082. content: "\f03a";
  1083. }
  1084. .fa-dedent:before,
  1085. .fa-outdent:before {
  1086. content: "\f03b";
  1087. }
  1088. .fa-indent:before {
  1089. content: "\f03c";
  1090. }
  1091. .fa-video-camera:before {
  1092. content: "\f03d";
  1093. }
  1094. .fa-photo:before,
  1095. .fa-image:before,
  1096. .fa-picture-o:before {
  1097. content: "\f03e";
  1098. }
  1099. .fa-pencil:before {
  1100. content: "\f040";
  1101. }
  1102. .fa-map-marker:before {
  1103. content: "\f041";
  1104. }
  1105. .fa-adjust:before {
  1106. content: "\f042";
  1107. }
  1108. .fa-tint:before {
  1109. content: "\f043";
  1110. }
  1111. .fa-edit:before,
  1112. .fa-pencil-square-o:before {
  1113. content: "\f044";
  1114. }
  1115. .fa-share-square-o:before {
  1116. content: "\f045";
  1117. }
  1118. .fa-check-square-o:before {
  1119. content: "\f046";
  1120. }
  1121. .fa-arrows:before {
  1122. content: "\f047";
  1123. }
  1124. .fa-step-backward:before {
  1125. content: "\f048";
  1126. }
  1127. .fa-fast-backward:before {
  1128. content: "\f049";
  1129. }
  1130. .fa-backward:before {
  1131. content: "\f04a";
  1132. }
  1133. .fa-play:before {
  1134. content: "\f04b";
  1135. }
  1136. .fa-pause:before {
  1137. content: "\f04c";
  1138. }
  1139. .fa-stop:before {
  1140. content: "\f04d";
  1141. }
  1142. .fa-forward:before {
  1143. content: "\f04e";
  1144. }
  1145. .fa-fast-forward:before {
  1146. content: "\f050";
  1147. }
  1148. .fa-step-forward:before {
  1149. content: "\f051";
  1150. }
  1151. .fa-eject:before {
  1152. content: "\f052";
  1153. }
  1154. .fa-chevron-left:before {
  1155. content: "\f053";
  1156. }
  1157. .fa-chevron-right:before {
  1158. content: "\f054";
  1159. }
  1160. .fa-plus-circle:before {
  1161. content: "\f055";
  1162. }
  1163. .fa-minus-circle:before {
  1164. content: "\f056";
  1165. }
  1166. .fa-times-circle:before {
  1167. content: "\f057";
  1168. }
  1169. .fa-check-circle:before {
  1170. content: "\f058";
  1171. }
  1172. .fa-question-circle:before {
  1173. content: "\f059";
  1174. }
  1175. .fa-info-circle:before {
  1176. content: "\f05a";
  1177. }
  1178. .fa-crosshairs:before {
  1179. content: "\f05b";
  1180. }
  1181. .fa-times-circle-o:before {
  1182. content: "\f05c";
  1183. }
  1184. .fa-check-circle-o:before {
  1185. content: "\f05d";
  1186. }
  1187. .fa-ban:before {
  1188. content: "\f05e";
  1189. }
  1190. .fa-arrow-left:before {
  1191. content: "\f060";
  1192. }
  1193. .fa-arrow-right:before {
  1194. content: "\f061";
  1195. }
  1196. .fa-arrow-up:before {
  1197. content: "\f062";
  1198. }
  1199. .fa-arrow-down:before {
  1200. content: "\f063";
  1201. }
  1202. .fa-mail-forward:before,
  1203. .fa-share:before {
  1204. content: "\f064";
  1205. }
  1206. .fa-expand:before {
  1207. content: "\f065";
  1208. }
  1209. .fa-compress:before {
  1210. content: "\f066";
  1211. }
  1212. .fa-plus:before {
  1213. content: "\f067";
  1214. }
  1215. .fa-minus:before {
  1216. content: "\f068";
  1217. }
  1218. .fa-asterisk:before {
  1219. content: "\f069";
  1220. }
  1221. .fa-exclamation-circle:before {
  1222. content: "\f06a";
  1223. }
  1224. .fa-gift:before {
  1225. content: "\f06b";
  1226. }
  1227. .fa-leaf:before {
  1228. content: "\f06c";
  1229. }
  1230. .fa-fire:before {
  1231. content: "\f06d";
  1232. }
  1233. .fa-eye:before {
  1234. content: "\f06e";
  1235. }
  1236. .fa-eye-slash:before {
  1237. content: "\f070";
  1238. }
  1239. .fa-warning:before,
  1240. .fa-exclamation-triangle:before {
  1241. content: "\f071";
  1242. }
  1243. .fa-plane:before {
  1244. content: "\f072";
  1245. }
  1246. .fa-calendar:before {
  1247. content: "\f073";
  1248. }
  1249. .fa-random:before {
  1250. content: "\f074";
  1251. }
  1252. .fa-comment:before {
  1253. content: "\f075";
  1254. }
  1255. .fa-magnet:before {
  1256. content: "\f076";
  1257. }
  1258. .fa-chevron-up:before {
  1259. content: "\f077";
  1260. }
  1261. .fa-chevron-down:before {
  1262. content: "\f078";
  1263. }
  1264. .fa-retweet:before {
  1265. content: "\f079";
  1266. }
  1267. .fa-shopping-cart:before {
  1268. content: "\f07a";
  1269. }
  1270. .fa-folder:before {
  1271. content: "\f07b";
  1272. }
  1273. .fa-folder-open:before {
  1274. content: "\f07c";
  1275. }
  1276. .fa-arrows-v:before {
  1277. content: "\f07d";
  1278. }
  1279. .fa-arrows-h:before {
  1280. content: "\f07e";
  1281. }
  1282. .fa-bar-chart-o:before,
  1283. .fa-bar-chart:before {
  1284. content: "\f080";
  1285. }
  1286. .fa-twitter-square:before {
  1287. content: "\f081";
  1288. }
  1289. .fa-facebook-square:before {
  1290. content: "\f082";
  1291. }
  1292. .fa-camera-retro:before {
  1293. content: "\f083";
  1294. }
  1295. .fa-key:before {
  1296. content: "\f084";
  1297. }
  1298. .fa-gears:before,
  1299. .fa-cogs:before {
  1300. content: "\f085";
  1301. }
  1302. .fa-comments:before {
  1303. content: "\f086";
  1304. }
  1305. .fa-thumbs-o-up:before {
  1306. content: "\f087";
  1307. }
  1308. .fa-thumbs-o-down:before {
  1309. content: "\f088";
  1310. }
  1311. .fa-star-half:before {
  1312. content: "\f089";
  1313. }
  1314. .fa-heart-o:before {
  1315. content: "\f08a";
  1316. }
  1317. .fa-sign-out:before {
  1318. content: "\f08b";
  1319. }
  1320. .fa-linkedin-square:before {
  1321. content: "\f08c";
  1322. }
  1323. .fa-thumb-tack:before {
  1324. content: "\f08d";
  1325. }
  1326. .fa-external-link:before {
  1327. content: "\f08e";
  1328. }
  1329. .fa-sign-in:before {
  1330. content: "\f090";
  1331. }
  1332. .fa-trophy:before {
  1333. content: "\f091";
  1334. }
  1335. .fa-github-square:before {
  1336. content: "\f092";
  1337. }
  1338. .fa-upload:before {
  1339. content: "\f093";
  1340. }
  1341. .fa-lemon-o:before {
  1342. content: "\f094";
  1343. }
  1344. .fa-phone:before {
  1345. content: "\f095";
  1346. }
  1347. .fa-square-o:before {
  1348. content: "\f096";
  1349. }
  1350. .fa-bookmark-o:before {
  1351. content: "\f097";
  1352. }
  1353. .fa-phone-square:before {
  1354. content: "\f098";
  1355. }
  1356. .fa-twitter:before {
  1357. content: "\f099";
  1358. }
  1359. .fa-facebook-f:before,
  1360. .fa-facebook:before {
  1361. content: "\f09a";
  1362. }
  1363. .fa-github:before {
  1364. content: "\f09b";
  1365. }
  1366. .fa-unlock:before {
  1367. content: "\f09c";
  1368. }
  1369. .fa-credit-card:before {
  1370. content: "\f09d";
  1371. }
  1372. .fa-feed:before,
  1373. .fa-rss:before {
  1374. content: "\f09e";
  1375. }
  1376. .fa-hdd-o:before {
  1377. content: "\f0a0";
  1378. }
  1379. .fa-bullhorn:before {
  1380. content: "\f0a1";
  1381. }
  1382. .fa-bell:before {
  1383. content: "\f0f3";
  1384. }
  1385. .fa-certificate:before {
  1386. content: "\f0a3";
  1387. }
  1388. .fa-hand-o-right:before {
  1389. content: "\f0a4";
  1390. }
  1391. .fa-hand-o-left:before {
  1392. content: "\f0a5";
  1393. }
  1394. .fa-hand-o-up:before {
  1395. content: "\f0a6";
  1396. }
  1397. .fa-hand-o-down:before {
  1398. content: "\f0a7";
  1399. }
  1400. .fa-arrow-circle-left:before {
  1401. content: "\f0a8";
  1402. }
  1403. .fa-arrow-circle-right:before {
  1404. content: "\f0a9";
  1405. }
  1406. .fa-arrow-circle-up:before {
  1407. content: "\f0aa";
  1408. }
  1409. .fa-arrow-circle-down:before {
  1410. content: "\f0ab";
  1411. }
  1412. .fa-globe:before {
  1413. content: "\f0ac";
  1414. }
  1415. .fa-wrench:before {
  1416. content: "\f0ad";
  1417. }
  1418. .fa-tasks:before {
  1419. content: "\f0ae";
  1420. }
  1421. .fa-filter:before {
  1422. content: "\f0b0";
  1423. }
  1424. .fa-briefcase:before {
  1425. content: "\f0b1";
  1426. }
  1427. .fa-arrows-alt:before {
  1428. content: "\f0b2";
  1429. }
  1430. .fa-group:before,
  1431. .fa-users:before {
  1432. content: "\f0c0";
  1433. }
  1434. .fa-chain:before,
  1435. .fa-link:before {
  1436. content: "\f0c1";
  1437. }
  1438. .fa-cloud:before {
  1439. content: "\f0c2";
  1440. }
  1441. .fa-flask:before {
  1442. content: "\f0c3";
  1443. }
  1444. .fa-cut:before,
  1445. .fa-scissors:before {
  1446. content: "\f0c4";
  1447. }
  1448. .fa-copy:before,
  1449. .fa-files-o:before {
  1450. content: "\f0c5";
  1451. }
  1452. .fa-paperclip:before {
  1453. content: "\f0c6";
  1454. }
  1455. .fa-save:before,
  1456. .fa-floppy-o:before {
  1457. content: "\f0c7";
  1458. }
  1459. .fa-square:before {
  1460. content: "\f0c8";
  1461. }
  1462. .fa-navicon:before,
  1463. .fa-reorder:before,
  1464. .fa-bars:before {
  1465. content: "\f0c9";
  1466. }
  1467. .fa-list-ul:before {
  1468. content: "\f0ca";
  1469. }
  1470. .fa-list-ol:before {
  1471. content: "\f0cb";
  1472. }
  1473. .fa-strikethrough:before {
  1474. content: "\f0cc";
  1475. }
  1476. .fa-underline:before {
  1477. content: "\f0cd";
  1478. }
  1479. .fa-table:before {
  1480. content: "\f0ce";
  1481. }
  1482. .fa-magic:before {
  1483. content: "\f0d0";
  1484. }
  1485. .fa-truck:before {
  1486. content: "\f0d1";
  1487. }
  1488. .fa-pinterest:before {
  1489. content: "\f0d2";
  1490. }
  1491. .fa-pinterest-square:before {
  1492. content: "\f0d3";
  1493. }
  1494. .fa-google-plus-square:before {
  1495. content: "\f0d4";
  1496. }
  1497. .fa-google-plus:before {
  1498. content: "\f0d5";
  1499. }
  1500. .fa-money:before {
  1501. content: "\f0d6";
  1502. }
  1503. .fa-caret-down:before {
  1504. content: "\f0d7";
  1505. }
  1506. .fa-caret-up:before {
  1507. content: "\f0d8";
  1508. }
  1509. .fa-caret-left:before {
  1510. content: "\f0d9";
  1511. }
  1512. .fa-caret-right:before {
  1513. content: "\f0da";
  1514. }
  1515. .fa-columns:before {
  1516. content: "\f0db";
  1517. }
  1518. .fa-unsorted:before,
  1519. .fa-sort:before {
  1520. content: "\f0dc";
  1521. }
  1522. .fa-sort-down:before,
  1523. .fa-sort-desc:before {
  1524. content: "\f0dd";
  1525. }
  1526. .fa-sort-up:before,
  1527. .fa-sort-asc:before {
  1528. content: "\f0de";
  1529. }
  1530. .fa-envelope:before {
  1531. content: "\f0e0";
  1532. }
  1533. .fa-linkedin:before {
  1534. content: "\f0e1";
  1535. }
  1536. .fa-rotate-left:before,
  1537. .fa-undo:before {
  1538. content: "\f0e2";
  1539. }
  1540. .fa-legal:before,
  1541. .fa-gavel:before {
  1542. content: "\f0e3";
  1543. }
  1544. .fa-dashboard:before,
  1545. .fa-tachometer:before {
  1546. content: "\f0e4";
  1547. }
  1548. .fa-comment-o:before {
  1549. content: "\f0e5";
  1550. }
  1551. .fa-comments-o:before {
  1552. content: "\f0e6";
  1553. }
  1554. .fa-flash:before,
  1555. .fa-bolt:before {
  1556. content: "\f0e7";
  1557. }
  1558. .fa-sitemap:before {
  1559. content: "\f0e8";
  1560. }
  1561. .fa-umbrella:before {
  1562. content: "\f0e9";
  1563. }
  1564. .fa-paste:before,
  1565. .fa-clipboard:before {
  1566. content: "\f0ea";
  1567. }
  1568. .fa-lightbulb-o:before {
  1569. content: "\f0eb";
  1570. }
  1571. .fa-exchange:before {
  1572. content: "\f0ec";
  1573. }
  1574. .fa-cloud-download:before {
  1575. content: "\f0ed";
  1576. }
  1577. .fa-cloud-upload:before {
  1578. content: "\f0ee";
  1579. }
  1580. .fa-user-md:before {
  1581. content: "\f0f0";
  1582. }
  1583. .fa-stethoscope:before {
  1584. content: "\f0f1";
  1585. }
  1586. .fa-suitcase:before {
  1587. content: "\f0f2";
  1588. }
  1589. .fa-bell-o:before {
  1590. content: "\f0a2";
  1591. }
  1592. .fa-coffee:before {
  1593. content: "\f0f4";
  1594. }
  1595. .fa-cutlery:before {
  1596. content: "\f0f5";
  1597. }
  1598. .fa-file-text-o:before {
  1599. content: "\f0f6";
  1600. }
  1601. .fa-building-o:before {
  1602. content: "\f0f7";
  1603. }
  1604. .fa-hospital-o:before {
  1605. content: "\f0f8";
  1606. }
  1607. .fa-ambulance:before {
  1608. content: "\f0f9";
  1609. }
  1610. .fa-medkit:before {
  1611. content: "\f0fa";
  1612. }
  1613. .fa-fighter-jet:before {
  1614. content: "\f0fb";
  1615. }
  1616. .fa-beer:before {
  1617. content: "\f0fc";
  1618. }
  1619. .fa-h-square:before {
  1620. content: "\f0fd";
  1621. }
  1622. .fa-plus-square:before {
  1623. content: "\f0fe";
  1624. }
  1625. .fa-angle-double-left:before {
  1626. content: "\f100";
  1627. }
  1628. .fa-angle-double-right:before {
  1629. content: "\f101";
  1630. }
  1631. .fa-angle-double-up:before {
  1632. content: "\f102";
  1633. }
  1634. .fa-angle-double-down:before {
  1635. content: "\f103";
  1636. }
  1637. .fa-angle-left:before {
  1638. content: "\f104";
  1639. }
  1640. .fa-angle-right:before {
  1641. content: "\f105";
  1642. }
  1643. .fa-angle-up:before {
  1644. content: "\f106";
  1645. }
  1646. .fa-angle-down:before {
  1647. content: "\f107";
  1648. }
  1649. .fa-desktop:before {
  1650. content: "\f108";
  1651. }
  1652. .fa-laptop:before {
  1653. content: "\f109";
  1654. }
  1655. .fa-tablet:before {
  1656. content: "\f10a";
  1657. }
  1658. .fa-mobile-phone:before,
  1659. .fa-mobile:before {
  1660. content: "\f10b";
  1661. }
  1662. .fa-circle-o:before {
  1663. content: "\f10c";
  1664. }
  1665. .fa-quote-left:before {
  1666. content: "\f10d";
  1667. }
  1668. .fa-quote-right:before {
  1669. content: "\f10e";
  1670. }
  1671. .fa-spinner:before {
  1672. content: "\f110";
  1673. }
  1674. .fa-circle:before {
  1675. content: "\f111";
  1676. }
  1677. .fa-mail-reply:before,
  1678. .fa-reply:before {
  1679. content: "\f112";
  1680. }
  1681. .fa-github-alt:before {
  1682. content: "\f113";
  1683. }
  1684. .fa-folder-o:before {
  1685. content: "\f114";
  1686. }
  1687. .fa-folder-open-o:before {
  1688. content: "\f115";
  1689. }
  1690. .fa-smile-o:before {
  1691. content: "\f118";
  1692. }
  1693. .fa-frown-o:before {
  1694. content: "\f119";
  1695. }
  1696. .fa-meh-o:before {
  1697. content: "\f11a";
  1698. }
  1699. .fa-gamepad:before {
  1700. content: "\f11b";
  1701. }
  1702. .fa-keyboard-o:before {
  1703. content: "\f11c";
  1704. }
  1705. .fa-flag-o:before {
  1706. content: "\f11d";
  1707. }
  1708. .fa-flag-checkered:before {
  1709. content: "\f11e";
  1710. }
  1711. .fa-terminal:before {
  1712. content: "\f120";
  1713. }
  1714. .fa-code:before {
  1715. content: "\f121";
  1716. }
  1717. .fa-mail-reply-all:before,
  1718. .fa-reply-all:before {
  1719. content: "\f122";
  1720. }
  1721. .fa-star-half-empty:before,
  1722. .fa-star-half-full:before,
  1723. .fa-star-half-o:before {
  1724. content: "\f123";
  1725. }
  1726. .fa-location-arrow:before {
  1727. content: "\f124";
  1728. }
  1729. .fa-crop:before {
  1730. content: "\f125";
  1731. }
  1732. .fa-code-fork:before {
  1733. content: "\f126";
  1734. }
  1735. .fa-unlink:before,
  1736. .fa-chain-broken:before {
  1737. content: "\f127";
  1738. }
  1739. .fa-question:before {
  1740. content: "\f128";
  1741. }
  1742. .fa-info:before {
  1743. content: "\f129";
  1744. }
  1745. .fa-exclamation:before {
  1746. content: "\f12a";
  1747. }
  1748. .fa-superscript:before {
  1749. content: "\f12b";
  1750. }
  1751. .fa-subscript:before {
  1752. content: "\f12c";
  1753. }
  1754. .fa-eraser:before {
  1755. content: "\f12d";
  1756. }
  1757. .fa-puzzle-piece:before {
  1758. content: "\f12e";
  1759. }
  1760. .fa-microphone:before {
  1761. content: "\f130";
  1762. }
  1763. .fa-microphone-slash:before {
  1764. content: "\f131";
  1765. }
  1766. .fa-shield:before {
  1767. content: "\f132";
  1768. }
  1769. .fa-calendar-o:before {
  1770. content: "\f133";
  1771. }
  1772. .fa-fire-extinguisher:before {
  1773. content: "\f134";
  1774. }
  1775. .fa-rocket:before {
  1776. content: "\f135";
  1777. }
  1778. .fa-maxcdn:before {
  1779. content: "\f136";
  1780. }
  1781. .fa-chevron-circle-left:before {
  1782. content: "\f137";
  1783. }
  1784. .fa-chevron-circle-right:before {
  1785. content: "\f138";
  1786. }
  1787. .fa-chevron-circle-up:before {
  1788. content: "\f139";
  1789. }
  1790. .fa-chevron-circle-down:before {
  1791. content: "\f13a";
  1792. }
  1793. .fa-html5:before {
  1794. content: "\f13b";
  1795. }
  1796. .fa-css3:before {
  1797. content: "\f13c";
  1798. }
  1799. .fa-anchor:before {
  1800. content: "\f13d";
  1801. }
  1802. .fa-unlock-alt:before {
  1803. content: "\f13e";
  1804. }
  1805. .fa-bullseye:before {
  1806. content: "\f140";
  1807. }
  1808. .fa-ellipsis-h:before {
  1809. content: "\f141";
  1810. }
  1811. .fa-ellipsis-v:before {
  1812. content: "\f142";
  1813. }
  1814. .fa-rss-square:before {
  1815. content: "\f143";
  1816. }
  1817. .fa-play-circle:before {
  1818. content: "\f144";
  1819. }
  1820. .fa-ticket:before {
  1821. content: "\f145";
  1822. }
  1823. .fa-minus-square:before {
  1824. content: "\f146";
  1825. }
  1826. .fa-minus-square-o:before {
  1827. content: "\f147";
  1828. }
  1829. .fa-level-up:before {
  1830. content: "\f148";
  1831. }
  1832. .fa-level-down:before {
  1833. content: "\f149";
  1834. }
  1835. .fa-check-square:before {
  1836. content: "\f14a";
  1837. }
  1838. .fa-pencil-square:before {
  1839. content: "\f14b";
  1840. }
  1841. .fa-external-link-square:before {
  1842. content: "\f14c";
  1843. }
  1844. .fa-share-square:before {
  1845. content: "\f14d";
  1846. }
  1847. .fa-compass:before {
  1848. content: "\f14e";
  1849. }
  1850. .fa-toggle-down:before,
  1851. .fa-caret-square-o-down:before {
  1852. content: "\f150";
  1853. }
  1854. .fa-toggle-up:before,
  1855. .fa-caret-square-o-up:before {
  1856. content: "\f151";
  1857. }
  1858. .fa-toggle-right:before,
  1859. .fa-caret-square-o-right:before {
  1860. content: "\f152";
  1861. }
  1862. .fa-euro:before,
  1863. .fa-eur:before {
  1864. content: "\f153";
  1865. }
  1866. .fa-gbp:before {
  1867. content: "\f154";
  1868. }
  1869. .fa-dollar:before,
  1870. .fa-usd:before {
  1871. content: "\f155";
  1872. }
  1873. .fa-rupee:before,
  1874. .fa-inr:before {
  1875. content: "\f156";
  1876. }
  1877. .fa-cny:before,
  1878. .fa-rmb:before,
  1879. .fa-yen:before,
  1880. .fa-jpy:before {
  1881. content: "\f157";
  1882. }
  1883. .fa-ruble:before,
  1884. .fa-rouble:before,
  1885. .fa-rub:before {
  1886. content: "\f158";
  1887. }
  1888. .fa-won:before,
  1889. .fa-krw:before {
  1890. content: "\f159";
  1891. }
  1892. .fa-bitcoin:before,
  1893. .fa-btc:before {
  1894. content: "\f15a";
  1895. }
  1896. .fa-file:before {
  1897. content: "\f15b";
  1898. }
  1899. .fa-file-text:before {
  1900. content: "\f15c";
  1901. }
  1902. .fa-sort-alpha-asc:before {
  1903. content: "\f15d";
  1904. }
  1905. .fa-sort-alpha-desc:before {
  1906. content: "\f15e";
  1907. }
  1908. .fa-sort-amount-asc:before {
  1909. content: "\f160";
  1910. }
  1911. .fa-sort-amount-desc:before {
  1912. content: "\f161";
  1913. }
  1914. .fa-sort-numeric-asc:before {
  1915. content: "\f162";
  1916. }
  1917. .fa-sort-numeric-desc:before {
  1918. content: "\f163";
  1919. }
  1920. .fa-thumbs-up:before {
  1921. content: "\f164";
  1922. }
  1923. .fa-thumbs-down:before {
  1924. content: "\f165";
  1925. }
  1926. .fa-youtube-square:before {
  1927. content: "\f166";
  1928. }
  1929. .fa-youtube:before {
  1930. content: "\f167";
  1931. }
  1932. .fa-xing:before {
  1933. content: "\f168";
  1934. }
  1935. .fa-xing-square:before {
  1936. content: "\f169";
  1937. }
  1938. .fa-youtube-play:before {
  1939. content: "\f16a";
  1940. }
  1941. .fa-dropbox:before {
  1942. content: "\f16b";
  1943. }
  1944. .fa-stack-overflow:before {
  1945. content: "\f16c";
  1946. }
  1947. .fa-instagram:before {
  1948. content: "\f16d";
  1949. }
  1950. .fa-flickr:before {
  1951. content: "\f16e";
  1952. }
  1953. .fa-adn:before {
  1954. content: "\f170";
  1955. }
  1956. .fa-bitbucket:before {
  1957. content: "\f171";
  1958. }
  1959. .fa-bitbucket-square:before {
  1960. content: "\f172";
  1961. }
  1962. .fa-tumblr:before {
  1963. content: "\f173";
  1964. }
  1965. .fa-tumblr-square:before {
  1966. content: "\f174";
  1967. }
  1968. .fa-long-arrow-down:before {
  1969. content: "\f175";
  1970. }
  1971. .fa-long-arrow-up:before {
  1972. content: "\f176";
  1973. }
  1974. .fa-long-arrow-left:before {
  1975. content: "\f177";
  1976. }
  1977. .fa-long-arrow-right:before {
  1978. content: "\f178";
  1979. }
  1980. .fa-apple:before {
  1981. content: "\f179";
  1982. }
  1983. .fa-windows:before {
  1984. content: "\f17a";
  1985. }
  1986. .fa-android:before {
  1987. content: "\f17b";
  1988. }
  1989. .fa-linux:before {
  1990. content: "\f17c";
  1991. }
  1992. .fa-dribbble:before {
  1993. content: "\f17d";
  1994. }
  1995. .fa-skype:before {
  1996. content: "\f17e";
  1997. }
  1998. .fa-foursquare:before {
  1999. content: "\f180";
  2000. }
  2001. .fa-trello:before {
  2002. content: "\f181";
  2003. }
  2004. .fa-female:before {
  2005. content: "\f182";
  2006. }
  2007. .fa-male:before {
  2008. content: "\f183";
  2009. }
  2010. .fa-gittip:before,
  2011. .fa-gratipay:before {
  2012. content: "\f184";
  2013. }
  2014. .fa-sun-o:before {
  2015. content: "\f185";
  2016. }
  2017. .fa-moon-o:before {
  2018. content: "\f186";
  2019. }
  2020. .fa-archive:before {
  2021. content: "\f187";
  2022. }
  2023. .fa-bug:before {
  2024. content: "\f188";
  2025. }
  2026. .fa-vk:before {
  2027. content: "\f189";
  2028. }
  2029. .fa-weibo:before {
  2030. content: "\f18a";
  2031. }
  2032. .fa-renren:before {
  2033. content: "\f18b";
  2034. }
  2035. .fa-pagelines:before {
  2036. content: "\f18c";
  2037. }
  2038. .fa-stack-exchange:before {
  2039. content: "\f18d";
  2040. }
  2041. .fa-arrow-circle-o-right:before {
  2042. content: "\f18e";
  2043. }
  2044. .fa-arrow-circle-o-left:before {
  2045. content: "\f190";
  2046. }
  2047. .fa-toggle-left:before,
  2048. .fa-caret-square-o-left:before {
  2049. content: "\f191";
  2050. }
  2051. .fa-dot-circle-o:before {
  2052. content: "\f192";
  2053. }
  2054. .fa-wheelchair:before {
  2055. content: "\f193";
  2056. }
  2057. .fa-vimeo-square:before {
  2058. content: "\f194";
  2059. }
  2060. .fa-turkish-lira:before,
  2061. .fa-try:before {
  2062. content: "\f195";
  2063. }
  2064. .fa-plus-square-o:before {
  2065. content: "\f196";
  2066. }
  2067. .fa-space-shuttle:before {
  2068. content: "\f197";
  2069. }
  2070. .fa-slack:before {
  2071. content: "\f198";
  2072. }
  2073. .fa-envelope-square:before {
  2074. content: "\f199";
  2075. }
  2076. .fa-wordpress:before {
  2077. content: "\f19a";
  2078. }
  2079. .fa-openid:before {
  2080. content: "\f19b";
  2081. }
  2082. .fa-institution:before,
  2083. .fa-bank:before,
  2084. .fa-university:before {
  2085. content: "\f19c";
  2086. }
  2087. .fa-mortar-board:before,
  2088. .fa-graduation-cap:before {
  2089. content: "\f19d";
  2090. }
  2091. .fa-yahoo:before {
  2092. content: "\f19e";
  2093. }
  2094. .fa-google:before {
  2095. content: "\f1a0";
  2096. }
  2097. .fa-reddit:before {
  2098. content: "\f1a1";
  2099. }
  2100. .fa-reddit-square:before {
  2101. content: "\f1a2";
  2102. }
  2103. .fa-stumbleupon-circle:before {
  2104. content: "\f1a3";
  2105. }
  2106. .fa-stumbleupon:before {
  2107. content: "\f1a4";
  2108. }
  2109. .fa-delicious:before {
  2110. content: "\f1a5";
  2111. }
  2112. .fa-digg:before {
  2113. content: "\f1a6";
  2114. }
  2115. .fa-pied-piper-pp:before {
  2116. content: "\f1a7";
  2117. }
  2118. .fa-pied-piper-alt:before {
  2119. content: "\f1a8";
  2120. }
  2121. .fa-drupal:before {
  2122. content: "\f1a9";
  2123. }
  2124. .fa-joomla:before {
  2125. content: "\f1aa";
  2126. }
  2127. .fa-language:before {
  2128. content: "\f1ab";
  2129. }
  2130. .fa-fax:before {
  2131. content: "\f1ac";
  2132. }
  2133. .fa-building:before {
  2134. content: "\f1ad";
  2135. }
  2136. .fa-child:before {
  2137. content: "\f1ae";
  2138. }
  2139. .fa-paw:before {
  2140. content: "\f1b0";
  2141. }
  2142. .fa-spoon:before {
  2143. content: "\f1b1";
  2144. }
  2145. .fa-cube:before {
  2146. content: "\f1b2";
  2147. }
  2148. .fa-cubes:before {
  2149. content: "\f1b3";
  2150. }
  2151. .fa-behance:before {
  2152. content: "\f1b4";
  2153. }
  2154. .fa-behance-square:before {
  2155. content: "\f1b5";
  2156. }
  2157. .fa-steam:before {
  2158. content: "\f1b6";
  2159. }
  2160. .fa-steam-square:before {
  2161. content: "\f1b7";
  2162. }
  2163. .fa-recycle:before {
  2164. content: "\f1b8";
  2165. }
  2166. .fa-automobile:before,
  2167. .fa-car:before {
  2168. content: "\f1b9";
  2169. }
  2170. .fa-cab:before,
  2171. .fa-taxi:before {
  2172. content: "\f1ba";
  2173. }
  2174. .fa-tree:before {
  2175. content: "\f1bb";
  2176. }
  2177. .fa-spotify:before {
  2178. content: "\f1bc";
  2179. }
  2180. .fa-deviantart:before {
  2181. content: "\f1bd";
  2182. }
  2183. .fa-soundcloud:before {
  2184. content: "\f1be";
  2185. }
  2186. .fa-database:before {
  2187. content: "\f1c0";
  2188. }
  2189. .fa-file-pdf-o:before {
  2190. content: "\f1c1";
  2191. }
  2192. .fa-file-word-o:before {
  2193. content: "\f1c2";
  2194. }
  2195. .fa-file-excel-o:before {
  2196. content: "\f1c3";
  2197. }
  2198. .fa-file-powerpoint-o:before {
  2199. content: "\f1c4";
  2200. }
  2201. .fa-file-photo-o:before,
  2202. .fa-file-picture-o:before,
  2203. .fa-file-image-o:before {
  2204. content: "\f1c5";
  2205. }
  2206. .fa-file-zip-o:before,
  2207. .fa-file-archive-o:before {
  2208. content: "\f1c6";
  2209. }
  2210. .fa-file-sound-o:before,
  2211. .fa-file-audio-o:before {
  2212. content: "\f1c7";
  2213. }
  2214. .fa-file-movie-o:before,
  2215. .fa-file-video-o:before {
  2216. content: "\f1c8";
  2217. }
  2218. .fa-file-code-o:before {
  2219. content: "\f1c9";
  2220. }
  2221. .fa-vine:before {
  2222. content: "\f1ca";
  2223. }
  2224. .fa-codepen:before {
  2225. content: "\f1cb";
  2226. }
  2227. .fa-jsfiddle:before {
  2228. content: "\f1cc";
  2229. }
  2230. .fa-life-bouy:before,
  2231. .fa-life-buoy:before,
  2232. .fa-life-saver:before,
  2233. .fa-support:before,
  2234. .fa-life-ring:before {
  2235. content: "\f1cd";
  2236. }
  2237. .fa-circle-o-notch:before {
  2238. content: "\f1ce";
  2239. }
  2240. .fa-ra:before,
  2241. .fa-resistance:before,
  2242. .fa-rebel:before {
  2243. content: "\f1d0";
  2244. }
  2245. .fa-ge:before,
  2246. .fa-empire:before {
  2247. content: "\f1d1";
  2248. }
  2249. .fa-git-square:before {
  2250. content: "\f1d2";
  2251. }
  2252. .fa-git:before {
  2253. content: "\f1d3";
  2254. }
  2255. .fa-y-combinator-square:before,
  2256. .fa-yc-square:before,
  2257. .fa-hacker-news:before {
  2258. content: "\f1d4";
  2259. }
  2260. .fa-tencent-weibo:before {
  2261. content: "\f1d5";
  2262. }
  2263. .fa-qq:before {
  2264. content: "\f1d6";
  2265. }
  2266. .fa-wechat:before,
  2267. .fa-weixin:before {
  2268. content: "\f1d7";
  2269. }
  2270. .fa-send:before,
  2271. .fa-paper-plane:before {
  2272. content: "\f1d8";
  2273. }
  2274. .fa-send-o:before,
  2275. .fa-paper-plane-o:before {
  2276. content: "\f1d9";
  2277. }
  2278. .fa-history:before {
  2279. content: "\f1da";
  2280. }
  2281. .fa-circle-thin:before {
  2282. content: "\f1db";
  2283. }
  2284. .fa-header:before {
  2285. content: "\f1dc";
  2286. }
  2287. .fa-paragraph:before {
  2288. content: "\f1dd";
  2289. }
  2290. .fa-sliders:before {
  2291. content: "\f1de";
  2292. }
  2293. .fa-share-alt:before {
  2294. content: "\f1e0";
  2295. }
  2296. .fa-share-alt-square:before {
  2297. content: "\f1e1";
  2298. }
  2299. .fa-bomb:before {
  2300. content: "\f1e2";
  2301. }
  2302. .fa-soccer-ball-o:before,
  2303. .fa-futbol-o:before {
  2304. content: "\f1e3";
  2305. }
  2306. .fa-tty:before {
  2307. content: "\f1e4";
  2308. }
  2309. .fa-binoculars:before {
  2310. content: "\f1e5";
  2311. }
  2312. .fa-plug:before {
  2313. content: "\f1e6";
  2314. }
  2315. .fa-slideshare:before {
  2316. content: "\f1e7";
  2317. }
  2318. .fa-twitch:before {
  2319. content: "\f1e8";
  2320. }
  2321. .fa-yelp:before {
  2322. content: "\f1e9";
  2323. }
  2324. .fa-newspaper-o:before {
  2325. content: "\f1ea";
  2326. }
  2327. .fa-wifi:before {
  2328. content: "\f1eb";
  2329. }
  2330. .fa-calculator:before {
  2331. content: "\f1ec";
  2332. }
  2333. .fa-paypal:before {
  2334. content: "\f1ed";
  2335. }
  2336. .fa-google-wallet:before {
  2337. content: "\f1ee";
  2338. }
  2339. .fa-cc-visa:before {
  2340. content: "\f1f0";
  2341. }
  2342. .fa-cc-mastercard:before {
  2343. content: "\f1f1";
  2344. }
  2345. .fa-cc-discover:before {
  2346. content: "\f1f2";
  2347. }
  2348. .fa-cc-amex:before {
  2349. content: "\f1f3";
  2350. }
  2351. .fa-cc-paypal:before {
  2352. content: "\f1f4";
  2353. }
  2354. .fa-cc-stripe:before {
  2355. content: "\f1f5";
  2356. }
  2357. .fa-bell-slash:before {
  2358. content: "\f1f6";
  2359. }
  2360. .fa-bell-slash-o:before {
  2361. content: "\f1f7";
  2362. }
  2363. .fa-trash:before {
  2364. content: "\f1f8";
  2365. }
  2366. .fa-copyright:before {
  2367. content: "\f1f9";
  2368. }
  2369. .fa-at:before {
  2370. content: "\f1fa";
  2371. }
  2372. .fa-eyedropper:before {
  2373. content: "\f1fb";
  2374. }
  2375. .fa-paint-brush:before {
  2376. content: "\f1fc";
  2377. }
  2378. .fa-birthday-cake:before {
  2379. content: "\f1fd";
  2380. }
  2381. .fa-area-chart:before {
  2382. content: "\f1fe";
  2383. }
  2384. .fa-pie-chart:before {
  2385. content: "\f200";
  2386. }
  2387. .fa-line-chart:before {
  2388. content: "\f201";
  2389. }
  2390. .fa-lastfm:before {
  2391. content: "\f202";
  2392. }
  2393. .fa-lastfm-square:before {
  2394. content: "\f203";
  2395. }
  2396. .fa-toggle-off:before {
  2397. content: "\f204";
  2398. }
  2399. .fa-toggle-on:before {
  2400. content: "\f205";
  2401. }
  2402. .fa-bicycle:before {
  2403. content: "\f206";
  2404. }
  2405. .fa-bus:before {
  2406. content: "\f207";
  2407. }
  2408. .fa-ioxhost:before {
  2409. content: "\f208";
  2410. }
  2411. .fa-angellist:before {
  2412. content: "\f209";
  2413. }
  2414. .fa-cc:before {
  2415. content: "\f20a";
  2416. }
  2417. .fa-shekel:before,
  2418. .fa-sheqel:before,
  2419. .fa-ils:before {
  2420. content: "\f20b";
  2421. }
  2422. .fa-meanpath:before {
  2423. content: "\f20c";
  2424. }
  2425. .fa-buysellads:before {
  2426. content: "\f20d";
  2427. }
  2428. .fa-connectdevelop:before {
  2429. content: "\f20e";
  2430. }
  2431. .fa-dashcube:before {
  2432. content: "\f210";
  2433. }
  2434. .fa-forumbee:before {
  2435. content: "\f211";
  2436. }
  2437. .fa-leanpub:before {
  2438. content: "\f212";
  2439. }
  2440. .fa-sellsy:before {
  2441. content: "\f213";
  2442. }
  2443. .fa-shirtsinbulk:before {
  2444. content: "\f214";
  2445. }
  2446. .fa-simplybuilt:before {
  2447. content: "\f215";
  2448. }
  2449. .fa-skyatlas:before {
  2450. content: "\f216";
  2451. }
  2452. .fa-cart-plus:before {
  2453. content: "\f217";
  2454. }
  2455. .fa-cart-arrow-down:before {
  2456. content: "\f218";
  2457. }
  2458. .fa-diamond:before {
  2459. content: "\f219";
  2460. }
  2461. .fa-ship:before {
  2462. content: "\f21a";
  2463. }
  2464. .fa-user-secret:before {
  2465. content: "\f21b";
  2466. }
  2467. .fa-motorcycle:before {
  2468. content: "\f21c";
  2469. }
  2470. .fa-street-view:before {
  2471. content: "\f21d";
  2472. }
  2473. .fa-heartbeat:before {
  2474. content: "\f21e";
  2475. }
  2476. .fa-venus:before {
  2477. content: "\f221";
  2478. }
  2479. .fa-mars:before {
  2480. content: "\f222";
  2481. }
  2482. .fa-mercury:before {
  2483. content: "\f223";
  2484. }
  2485. .fa-intersex:before,
  2486. .fa-transgender:before {
  2487. content: "\f224";
  2488. }
  2489. .fa-transgender-alt:before {
  2490. content: "\f225";
  2491. }
  2492. .fa-venus-double:before {
  2493. content: "\f226";
  2494. }
  2495. .fa-mars-double:before {
  2496. content: "\f227";
  2497. }
  2498. .fa-venus-mars:before {
  2499. content: "\f228";
  2500. }
  2501. .fa-mars-stroke:before {
  2502. content: "\f229";
  2503. }
  2504. .fa-mars-stroke-v:before {
  2505. content: "\f22a";
  2506. }
  2507. .fa-mars-stroke-h:before {
  2508. content: "\f22b";
  2509. }
  2510. .fa-neuter:before {
  2511. content: "\f22c";
  2512. }
  2513. .fa-genderless:before {
  2514. content: "\f22d";
  2515. }
  2516. .fa-facebook-official:before {
  2517. content: "\f230";
  2518. }
  2519. .fa-pinterest-p:before {
  2520. content: "\f231";
  2521. }
  2522. .fa-whatsapp:before {
  2523. content: "\f232";
  2524. }
  2525. .fa-server:before {
  2526. content: "\f233";
  2527. }
  2528. .fa-user-plus:before {
  2529. content: "\f234";
  2530. }
  2531. .fa-user-times:before {
  2532. content: "\f235";
  2533. }
  2534. .fa-hotel:before,
  2535. .fa-bed:before {
  2536. content: "\f236";
  2537. }
  2538. .fa-viacoin:before {
  2539. content: "\f237";
  2540. }
  2541. .fa-train:before {
  2542. content: "\f238";
  2543. }
  2544. .fa-subway:before {
  2545. content: "\f239";
  2546. }
  2547. .fa-medium:before {
  2548. content: "\f23a";
  2549. }
  2550. .fa-yc:before,
  2551. .fa-y-combinator:before {
  2552. content: "\f23b";
  2553. }
  2554. .fa-optin-monster:before {
  2555. content: "\f23c";
  2556. }
  2557. .fa-opencart:before {
  2558. content: "\f23d";
  2559. }
  2560. .fa-expeditedssl:before {
  2561. content: "\f23e";
  2562. }
  2563. .fa-battery-4:before,
  2564. .fa-battery:before,
  2565. .fa-battery-full:before {
  2566. content: "\f240";
  2567. }
  2568. .fa-battery-3:before,
  2569. .fa-battery-three-quarters:before {
  2570. content: "\f241";
  2571. }
  2572. .fa-battery-2:before,
  2573. .fa-battery-half:before {
  2574. content: "\f242";
  2575. }
  2576. .fa-battery-1:before,
  2577. .fa-battery-quarter:before {
  2578. content: "\f243";
  2579. }
  2580. .fa-battery-0:before,
  2581. .fa-battery-empty:before {
  2582. content: "\f244";
  2583. }
  2584. .fa-mouse-pointer:before {
  2585. content: "\f245";
  2586. }
  2587. .fa-i-cursor:before {
  2588. content: "\f246";
  2589. }
  2590. .fa-object-group:before {
  2591. content: "\f247";
  2592. }
  2593. .fa-object-ungroup:before {
  2594. content: "\f248";
  2595. }
  2596. .fa-sticky-note:before {
  2597. content: "\f249";
  2598. }
  2599. .fa-sticky-note-o:before {
  2600. content: "\f24a";
  2601. }
  2602. .fa-cc-jcb:before {
  2603. content: "\f24b";
  2604. }
  2605. .fa-cc-diners-club:before {
  2606. content: "\f24c";
  2607. }
  2608. .fa-clone:before {
  2609. content: "\f24d";
  2610. }
  2611. .fa-balance-scale:before {
  2612. content: "\f24e";
  2613. }
  2614. .fa-hourglass-o:before {
  2615. content: "\f250";
  2616. }
  2617. .fa-hourglass-1:before,
  2618. .fa-hourglass-start:before {
  2619. content: "\f251";
  2620. }
  2621. .fa-hourglass-2:before,
  2622. .fa-hourglass-half:before {
  2623. content: "\f252";
  2624. }
  2625. .fa-hourglass-3:before,
  2626. .fa-hourglass-end:before {
  2627. content: "\f253";
  2628. }
  2629. .fa-hourglass:before {
  2630. content: "\f254";
  2631. }
  2632. .fa-hand-grab-o:before,
  2633. .fa-hand-rock-o:before {
  2634. content: "\f255";
  2635. }
  2636. .fa-hand-stop-o:before,
  2637. .fa-hand-paper-o:before {
  2638. content: "\f256";
  2639. }
  2640. .fa-hand-scissors-o:before {
  2641. content: "\f257";
  2642. }
  2643. .fa-hand-lizard-o:before {
  2644. content: "\f258";
  2645. }
  2646. .fa-hand-spock-o:before {
  2647. content: "\f259";
  2648. }
  2649. .fa-hand-pointer-o:before {
  2650. content: "\f25a";
  2651. }
  2652. .fa-hand-peace-o:before {
  2653. content: "\f25b";
  2654. }
  2655. .fa-trademark:before {
  2656. content: "\f25c";
  2657. }
  2658. .fa-registered:before {
  2659. content: "\f25d";
  2660. }
  2661. .fa-creative-commons:before {
  2662. content: "\f25e";
  2663. }
  2664. .fa-gg:before {
  2665. content: "\f260";
  2666. }
  2667. .fa-gg-circle:before {
  2668. content: "\f261";
  2669. }
  2670. .fa-tripadvisor:before {
  2671. content: "\f262";
  2672. }
  2673. .fa-odnoklassniki:before {
  2674. content: "\f263";
  2675. }
  2676. .fa-odnoklassniki-square:before {
  2677. content: "\f264";
  2678. }
  2679. .fa-get-pocket:before {
  2680. content: "\f265";
  2681. }
  2682. .fa-wikipedia-w:before {
  2683. content: "\f266";
  2684. }
  2685. .fa-safari:before {
  2686. content: "\f267";
  2687. }
  2688. .fa-chrome:before {
  2689. content: "\f268";
  2690. }
  2691. .fa-firefox:before {
  2692. content: "\f269";
  2693. }
  2694. .fa-opera:before {
  2695. content: "\f26a";
  2696. }
  2697. .fa-internet-explorer:before {
  2698. content: "\f26b";
  2699. }
  2700. .fa-tv:before,
  2701. .fa-television:before {
  2702. content: "\f26c";
  2703. }
  2704. .fa-contao:before {
  2705. content: "\f26d";
  2706. }
  2707. .fa-500px:before {
  2708. content: "\f26e";
  2709. }
  2710. .fa-amazon:before {
  2711. content: "\f270";
  2712. }
  2713. .fa-calendar-plus-o:before {
  2714. content: "\f271";
  2715. }
  2716. .fa-calendar-minus-o:before {
  2717. content: "\f272";
  2718. }
  2719. .fa-calendar-times-o:before {
  2720. content: "\f273";
  2721. }
  2722. .fa-calendar-check-o:before {
  2723. content: "\f274";
  2724. }
  2725. .fa-industry:before {
  2726. content: "\f275";
  2727. }
  2728. .fa-map-pin:before {
  2729. content: "\f276";
  2730. }
  2731. .fa-map-signs:before {
  2732. content: "\f277";
  2733. }
  2734. .fa-map-o:before {
  2735. content: "\f278";
  2736. }
  2737. .fa-map:before {
  2738. content: "\f279";
  2739. }
  2740. .fa-commenting:before {
  2741. content: "\f27a";
  2742. }
  2743. .fa-commenting-o:before {
  2744. content: "\f27b";
  2745. }
  2746. .fa-houzz:before {
  2747. content: "\f27c";
  2748. }
  2749. .fa-vimeo:before {
  2750. content: "\f27d";
  2751. }
  2752. .fa-black-tie:before {
  2753. content: "\f27e";
  2754. }
  2755. .fa-fonticons:before {
  2756. content: "\f280";
  2757. }
  2758. .fa-reddit-alien:before {
  2759. content: "\f281";
  2760. }
  2761. .fa-edge:before {
  2762. content: "\f282";
  2763. }
  2764. .fa-credit-card-alt:before {
  2765. content: "\f283";
  2766. }
  2767. .fa-codiepie:before {
  2768. content: "\f284";
  2769. }
  2770. .fa-modx:before {
  2771. content: "\f285";
  2772. }
  2773. .fa-fort-awesome:before {
  2774. content: "\f286";
  2775. }
  2776. .fa-usb:before {
  2777. content: "\f287";
  2778. }
  2779. .fa-product-hunt:before {
  2780. content: "\f288";
  2781. }
  2782. .fa-mixcloud:before {
  2783. content: "\f289";
  2784. }
  2785. .fa-scribd:before {
  2786. content: "\f28a";
  2787. }
  2788. .fa-pause-circle:before {
  2789. content: "\f28b";
  2790. }
  2791. .fa-pause-circle-o:before {
  2792. content: "\f28c";
  2793. }
  2794. .fa-stop-circle:before {
  2795. content: "\f28d";
  2796. }
  2797. .fa-stop-circle-o:before {
  2798. content: "\f28e";
  2799. }
  2800. .fa-shopping-bag:before {
  2801. content: "\f290";
  2802. }
  2803. .fa-shopping-basket:before {
  2804. content: "\f291";
  2805. }
  2806. .fa-hashtag:before {
  2807. content: "\f292";
  2808. }
  2809. .fa-bluetooth:before {
  2810. content: "\f293";
  2811. }
  2812. .fa-bluetooth-b:before {
  2813. content: "\f294";
  2814. }
  2815. .fa-percent:before {
  2816. content: "\f295";
  2817. }
  2818. .fa-gitlab:before {
  2819. content: "\f296";
  2820. }
  2821. .fa-wpbeginner:before {
  2822. content: "\f297";
  2823. }
  2824. .fa-wpforms:before {
  2825. content: "\f298";
  2826. }
  2827. .fa-envira:before {
  2828. content: "\f299";
  2829. }
  2830. .fa-universal-access:before {
  2831. content: "\f29a";
  2832. }
  2833. .fa-wheelchair-alt:before {
  2834. content: "\f29b";
  2835. }
  2836. .fa-question-circle-o:before {
  2837. content: "\f29c";
  2838. }
  2839. .fa-blind:before {
  2840. content: "\f29d";
  2841. }
  2842. .fa-audio-description:before {
  2843. content: "\f29e";
  2844. }
  2845. .fa-volume-control-phone:before {
  2846. content: "\f2a0";
  2847. }
  2848. .fa-braille:before {
  2849. content: "\f2a1";
  2850. }
  2851. .fa-assistive-listening-systems:before {
  2852. content: "\f2a2";
  2853. }
  2854. .fa-asl-interpreting:before,
  2855. .fa-american-sign-language-interpreting:before {
  2856. content: "\f2a3";
  2857. }
  2858. .fa-deafness:before,
  2859. .fa-hard-of-hearing:before,
  2860. .fa-deaf:before {
  2861. content: "\f2a4";
  2862. }
  2863. .fa-glide:before {
  2864. content: "\f2a5";
  2865. }
  2866. .fa-glide-g:before {
  2867. content: "\f2a6";
  2868. }
  2869. .fa-signing:before,
  2870. .fa-sign-language:before {
  2871. content: "\f2a7";
  2872. }
  2873. .fa-low-vision:before {
  2874. content: "\f2a8";
  2875. }
  2876. .fa-viadeo:before {
  2877. content: "\f2a9";
  2878. }
  2879. .fa-viadeo-square:before {
  2880. content: "\f2aa";
  2881. }
  2882. .fa-snapchat:before {
  2883. content: "\f2ab";
  2884. }
  2885. .fa-snapchat-ghost:before {
  2886. content: "\f2ac";
  2887. }
  2888. .fa-snapchat-square:before {
  2889. content: "\f2ad";
  2890. }
  2891. .fa-pied-piper:before {
  2892. content: "\f2ae";
  2893. }
  2894. .fa-first-order:before {
  2895. content: "\f2b0";
  2896. }
  2897. .fa-yoast:before {
  2898. content: "\f2b1";
  2899. }
  2900. .fa-themeisle:before {
  2901. content: "\f2b2";
  2902. }
  2903. .fa-google-plus-circle:before,
  2904. .fa-google-plus-official:before {
  2905. content: "\f2b3";
  2906. }
  2907. .fa-fa:before,
  2908. .fa-font-awesome:before {
  2909. content: "\f2b4";
  2910. }
  2911. .fa-handshake-o:before {
  2912. content: "\f2b5";
  2913. }
  2914. .fa-envelope-open:before {
  2915. content: "\f2b6";
  2916. }
  2917. .fa-envelope-open-o:before {
  2918. content: "\f2b7";
  2919. }
  2920. .fa-linode:before {
  2921. content: "\f2b8";
  2922. }
  2923. .fa-address-book:before {
  2924. content: "\f2b9";
  2925. }
  2926. .fa-address-book-o:before {
  2927. content: "\f2ba";
  2928. }
  2929. .fa-vcard:before,
  2930. .fa-address-card:before {
  2931. content: "\f2bb";
  2932. }
  2933. .fa-vcard-o:before,
  2934. .fa-address-card-o:before {
  2935. content: "\f2bc";
  2936. }
  2937. .fa-user-circle:before {
  2938. content: "\f2bd";
  2939. }
  2940. .fa-user-circle-o:before {
  2941. content: "\f2be";
  2942. }
  2943. .fa-user-o:before {
  2944. content: "\f2c0";
  2945. }
  2946. .fa-id-badge:before {
  2947. content: "\f2c1";
  2948. }
  2949. .fa-drivers-license:before,
  2950. .fa-id-card:before {
  2951. content: "\f2c2";
  2952. }
  2953. .fa-drivers-license-o:before,
  2954. .fa-id-card-o:before {
  2955. content: "\f2c3";
  2956. }
  2957. .fa-quora:before {
  2958. content: "\f2c4";
  2959. }
  2960. .fa-free-code-camp:before {
  2961. content: "\f2c5";
  2962. }
  2963. .fa-telegram:before {
  2964. content: "\f2c6";
  2965. }
  2966. .fa-thermometer-4:before,
  2967. .fa-thermometer:before,
  2968. .fa-thermometer-full:before {
  2969. content: "\f2c7";
  2970. }
  2971. .fa-thermometer-3:before,
  2972. .fa-thermometer-three-quarters:before {
  2973. content: "\f2c8";
  2974. }
  2975. .fa-thermometer-2:before,
  2976. .fa-thermometer-half:before {
  2977. content: "\f2c9";
  2978. }
  2979. .fa-thermometer-1:before,
  2980. .fa-thermometer-quarter:before {
  2981. content: "\f2ca";
  2982. }
  2983. .fa-thermometer-0:before,
  2984. .fa-thermometer-empty:before {
  2985. content: "\f2cb";
  2986. }
  2987. .fa-shower:before {
  2988. content: "\f2cc";
  2989. }
  2990. .fa-bathtub:before,
  2991. .fa-s15:before,
  2992. .fa-bath:before {
  2993. content: "\f2cd";
  2994. }
  2995. .fa-podcast:before {
  2996. content: "\f2ce";
  2997. }
  2998. .fa-window-maximize:before {
  2999. content: "\f2d0";
  3000. }
  3001. .fa-window-minimize:before {
  3002. content: "\f2d1";
  3003. }
  3004. .fa-window-restore:before {
  3005. content: "\f2d2";
  3006. }
  3007. .fa-times-rectangle:before,
  3008. .fa-window-close:before {
  3009. content: "\f2d3";
  3010. }
  3011. .fa-times-rectangle-o:before,
  3012. .fa-window-close-o:before {
  3013. content: "\f2d4";
  3014. }
  3015. .fa-bandcamp:before {
  3016. content: "\f2d5";
  3017. }
  3018. .fa-grav:before {
  3019. content: "\f2d6";
  3020. }
  3021. .fa-etsy:before {
  3022. content: "\f2d7";
  3023. }
  3024. .fa-imdb:before {
  3025. content: "\f2d8";
  3026. }
  3027. .fa-ravelry:before {
  3028. content: "\f2d9";
  3029. }
  3030. .fa-eercast:before {
  3031. content: "\f2da";
  3032. }
  3033. .fa-microchip:before {
  3034. content: "\f2db";
  3035. }
  3036. .fa-snowflake-o:before {
  3037. content: "\f2dc";
  3038. }
  3039. .fa-superpowers:before {
  3040. content: "\f2dd";
  3041. }
  3042. .fa-wpexplorer:before {
  3043. content: "\f2de";
  3044. }
  3045. .fa-meetup:before {
  3046. content: "\f2e0";
  3047. }
  3048. @font-face {
  3049. font-family: CustomIcon;
  3050. font-weight: normal;
  3051. font-style: normal;
  3052. src: url(./custom.woff) format('woff'), url(./custom.ttf) format('truetype'), url(./custom.svg) format('svg');
  3053. }
  3054. .ci {
  3055. display: inline-block;
  3056. font: normal normal normal 1em/1 CustomIcon;
  3057. font-size: inherit;
  3058. letter-spacing: normal;
  3059. text-transform: none;
  3060. text-rendering: auto;
  3061. -webkit-font-smoothing: antialiased;
  3062. -moz-osx-font-smoothing: grayscale;
  3063. }
  3064. .ci-yql-account:before {
  3065. content: "\e900";
  3066. }
  3067. .ci-yql-back:before {
  3068. content: "\e901";
  3069. }
  3070. .ci-yql-check-circle:before {
  3071. content: "\e902";
  3072. }
  3073. .ci-yql-check-o:before {
  3074. content: "\e903";
  3075. }
  3076. .ci-yql-close:before {
  3077. content: "\e904";
  3078. }
  3079. .ci-yql-gesture-up:before {
  3080. content: "\e905";
  3081. }
  3082. .ci-yql-history:before {
  3083. content: "\e906";
  3084. }
  3085. .ci-yql-lightning:before {
  3086. content: "\e907";
  3087. }
  3088. .ci-yql-list:before {
  3089. content: "\e908";
  3090. }
  3091. .ci-yql-lucky-money:before {
  3092. content: "\e909";
  3093. }
  3094. .ci-yql-mobile:before {
  3095. content: "\e90a";
  3096. }
  3097. .ci-yql-profile:before {
  3098. content: "\e90b";
  3099. }
  3100. .ci-yql-question-circle:before {
  3101. content: "\e90c";
  3102. }
  3103. .ci-yql-refresh:before {
  3104. content: "\e90d";
  3105. }
  3106. .ci-yql-refund:before {
  3107. content: "\e90e";
  3108. }
  3109. .ci-yql-safe:before {
  3110. content: "\e90f";
  3111. }
  3112. .ci-yql-search:before {
  3113. content: "\e910";
  3114. }
  3115. .ci-yql-tag:before {
  3116. content: "\e911";
  3117. }
  3118. .ci-yql-triangle-down:before {
  3119. content: "\e912";
  3120. }
  3121. .ci-yql-triangle-right:before {
  3122. content: "\e913";
  3123. }
  3124. .ci-yql-unlock:before {
  3125. content: "\e914";
  3126. }
  3127. .is-spinning,
  3128. .fa-spin {
  3129. animation: ibot-ani-spinning 2s infinite linear;
  3130. }
  3131. .is-pulsing {
  3132. animation: ibot-ani-spinning 1s infinite steps(8);
  3133. }
  3134. .PrimaryCoreButton .svg-icon.loading,
  3135. .RegularCoreButton .svg-icon.loading,
  3136. .SecondaryCoreButton .svg-icon.loading,
  3137. .TertiaryCoreButton .svg-icon.loading,
  3138. .RegularButton .svg-icon.loading,
  3139. .PrimaryButton .svg-icon.loading,
  3140. .TextButton .svg-icon.loading,
  3141. .TextCoreButton .svg-icon.loading {
  3142. vertical-align: -0.15em;
  3143. animation: ibot-ani-spinning 1.5s infinite ease-out;
  3144. }
  3145. .PrimaryCoreButton,
  3146. .RegularCoreButton,
  3147. .SecondaryCoreButton,
  3148. .TertiaryCoreButton,
  3149. .RegularButton,
  3150. .PrimaryButton {
  3151. padding: 0 0.5em;
  3152. height: 2.125rem;
  3153. font-size: 0.875rem;
  3154. border: 1px solid;
  3155. border-radius: 2px;
  3156. cursor: pointer;
  3157. transition: all 0.2s ease-out;
  3158. }
  3159. .PrimaryCoreButton:not(button),
  3160. .RegularCoreButton:not(button),
  3161. .SecondaryCoreButton:not(button),
  3162. .TertiaryCoreButton:not(button),
  3163. .RegularButton:not(button),
  3164. .PrimaryButton:not(button) {
  3165. display: inline-flex;
  3166. justify-content: center;
  3167. align-items: center;
  3168. }
  3169. .PrimaryCoreButton:disabled,
  3170. .RegularCoreButton:disabled,
  3171. .SecondaryCoreButton:disabled,
  3172. .TertiaryCoreButton:disabled,
  3173. .RegularButton:disabled,
  3174. .PrimaryButton:disabled,
  3175. .TextButton:disabled,
  3176. .TextCoreButton:disabled {
  3177. cursor: not-allowed;
  3178. opacity: 0.6;
  3179. }
  3180. .PrimaryCoreButton .icon,
  3181. .RegularCoreButton .icon,
  3182. .SecondaryCoreButton .icon,
  3183. .TertiaryCoreButton .icon,
  3184. .RegularButton .icon,
  3185. .PrimaryButton .icon,
  3186. .TextButton .icon,
  3187. .TextCoreButton .icon {
  3188. margin-right: 0.125em;
  3189. }
  3190. .PrimaryCoreButton.small,
  3191. .RegularCoreButton.small,
  3192. .SecondaryCoreButton.small,
  3193. .TertiaryCoreButton.small,
  3194. .RegularButton.small,
  3195. .PrimaryButton.small {
  3196. height: 2em;
  3197. font-size: 0.75rem;
  3198. }
  3199. .PrimaryCoreButton .svg-icon.loading,
  3200. .RegularCoreButton .svg-icon.loading,
  3201. .SecondaryCoreButton .svg-icon.loading,
  3202. .TertiaryCoreButton .svg-icon.loading,
  3203. .RegularButton .svg-icon.loading,
  3204. .PrimaryButton .svg-icon.loading {
  3205. margin-right: 0.5em;
  3206. }
  3207. .PrimaryCoreButton,
  3208. .RegularCoreButton,
  3209. .SecondaryCoreButton,
  3210. .TertiaryCoreButton {
  3211. padding: 0 1em;
  3212. height: 2.375rem;
  3213. }
  3214. .PrimaryCoreButton.small,
  3215. .RegularCoreButton.small,
  3216. .SecondaryCoreButton.small,
  3217. .TertiaryCoreButton.small {
  3218. height: 2em;
  3219. }
  3220. .PrimaryCoreButton:disabled,
  3221. .RegularCoreButton:disabled,
  3222. .SecondaryCoreButton:disabled,
  3223. .TertiaryCoreButton:disabled {
  3224. background-color: #f6f7f8;
  3225. border-color: #dedee4;
  3226. color: #c8cdd1;
  3227. opacity: 1;
  3228. }
  3229. .PrimaryCoreButton {
  3230. background-color: #eb5648;
  3231. }
  3232. .PrimaryCoreButton,
  3233. .PrimaryCoreButton:link,
  3234. .PrimaryCoreButton:visited {
  3235. border-color: transparent;
  3236. color: #fff;
  3237. }
  3238. .PrimaryCoreButton:enabled:hover,
  3239. a.PrimaryCoreButton:hover {
  3240. background-color: #ef776c;
  3241. color: #fff;
  3242. }
  3243. .PrimaryCoreButton:enabled:active,
  3244. a.PrimaryCoreButton:active {
  3245. background-color: #bc4439;
  3246. color: #e4b4b0;
  3247. }
  3248. .RegularCoreButton,
  3249. .SecondaryCoreButton {
  3250. background-color: #fff;
  3251. }
  3252. .RegularCoreButton,
  3253. .SecondaryCoreButton,
  3254. .RegularCoreButton:link,
  3255. .SecondaryCoreButton:link,
  3256. .RegularCoreButton:visited,
  3257. .SecondaryCoreButton:visited {
  3258. color: #eb5648;
  3259. }
  3260. .RegularCoreButton:enabled:hover,
  3261. .SecondaryCoreButton:enabled:hover,
  3262. a.RegularCoreButton:hover,
  3263. a.SecondaryCoreButton:hover {
  3264. border-color: #ffa39e;
  3265. color: #ef776c;
  3266. }
  3267. .RegularCoreButton:enabled:active,
  3268. .SecondaryCoreButton:enabled:active,
  3269. a.RegularCoreButton:active,
  3270. a.SecondaryCoreButton:active {
  3271. border-color: #e84030;
  3272. color: #bc4439;
  3273. }
  3274. .TertiaryCoreButton {
  3275. background-color: #fff;
  3276. border-color: #c8cdd1;
  3277. }
  3278. .TertiaryCoreButton,
  3279. .TertiaryCoreButton:link,
  3280. .TertiaryCoreButton:visited {
  3281. color: #415058;
  3282. }
  3283. .TertiaryCoreButton:enabled:hover,
  3284. a.TertiaryCoreButton:hover {
  3285. background-color: #8d9ea7;
  3286. border-color: #7d8694;
  3287. color: #fff;
  3288. }
  3289. .TertiaryCoreButton:enabled:active,
  3290. a.TertiaryCoreButton:active {
  3291. background-color: #5b6b73;
  3292. border-color: #415058;
  3293. }
  3294. .RegularButton,
  3295. .RegularButton:link,
  3296. .RegularButton:visited {
  3297. color: #8d9ea7;
  3298. }
  3299. .RegularButton:enabled:hover,
  3300. a.RegularButton:hover {
  3301. color: #5b6b73;
  3302. }
  3303. .RegularButton:disabled {
  3304. opacity: 0.6;
  3305. }
  3306. .PrimaryButton {
  3307. background-color: #8d9ea7;
  3308. border-color: transparent;
  3309. }
  3310. .PrimaryButton,
  3311. .PrimaryButton:link,
  3312. .PrimaryButton:visited {
  3313. color: #fff;
  3314. }
  3315. .PrimaryButton:enabled:hover,
  3316. a.PrimaryButton:hover {
  3317. background-color: #5b6b73;
  3318. color: #fff;
  3319. }
  3320. .PrimaryButton:enabled:active,
  3321. a.PrimaryButton:active {
  3322. color: rgba(255,255,255,0.6);
  3323. }
  3324. .TextButton,
  3325. .TextCoreButton {
  3326. transition: all 0.1s ease-out;
  3327. }
  3328. .TextButton,
  3329. .TextCoreButton,
  3330. .TextButton:link,
  3331. .TextCoreButton:link,
  3332. .TextButton:visited,
  3333. .TextCoreButton:visited {
  3334. color: #298df8;
  3335. }
  3336. .TextButton:disabled,
  3337. .TextCoreButton:disabled {
  3338. opacity: 0.6;
  3339. }
  3340. .TextButton:enabled:hover,
  3341. .TextCoreButton:enabled:hover,
  3342. a.TextButton:hover,
  3343. a.TextCoreButton:hover {
  3344. color: #0d7ef7;
  3345. text-decoration: underline;
  3346. }
  3347. .TextButton .svg-icon.loading,
  3348. .TextCoreButton .svg-icon.loading {
  3349. margin-right: 0.25em;
  3350. }
  3351. .TextButton.small,
  3352. .TextCoreButton.small {
  3353. height: 2em;
  3354. font-size: 0.75rem;
  3355. }
  3356. .TextCoreButton,
  3357. .TextCoreButton:link,
  3358. .TextCoreButton:visited {
  3359. color: #eb5648;
  3360. }
  3361. .TextCoreButton:enabled:hover,
  3362. a.TextCoreButton:hover {
  3363. color: #ef776c;
  3364. text-decoration: none;
  3365. }
  3366. .TextCoreButton:enabled:active,
  3367. a.TextCoreButton:active {
  3368. color: #bc4439;
  3369. }
  3370. .Dropdown.is-disabled {
  3371. opacity: 0.5;
  3372. }
  3373. .Dropdown.is-disabled > button {
  3374. cursor: not-allowed;
  3375. }
  3376. .DropdownMenuBase {
  3377. position: fixed;
  3378. z-index: 1100;
  3379. pointer-events: none;
  3380. }
  3381. .DropdownMenu {
  3382. position: absolute;
  3383. margin: 0.25em 0;
  3384. width: -moz-fit-content;
  3385. width: -webkit-fit-content;
  3386. width: fit-content;
  3387. min-width: 7em;
  3388. font-size: 12px;
  3389. filter: drop-shadow(0 2px 10px rgba(39,54,78,0.12)) drop-shadow(4px 12px 40px rgba(39,54,78,0.12));
  3390. pointer-events: none;
  3391. opacity: 0;
  3392. transition: 0.2s ease-in-out;
  3393. transition-property: transform, opacity;
  3394. transform-origin: 50% 0;
  3395. transform: scale(0.9);
  3396. }
  3397. .DropdownMenu.is-open {
  3398. pointer-events: initial;
  3399. opacity: 1;
  3400. transform: scale(1);
  3401. }
  3402. .DropdownMenu.x-left {
  3403. left: 0;
  3404. }
  3405. .DropdownMenu.x-right {
  3406. left: initial;
  3407. right: 0;
  3408. }
  3409. .DropdownMenu.x-center {
  3410. left: 50%;
  3411. transform: scale(0.9) translateX(-50%);
  3412. }
  3413. .DropdownMenu.x-center.is-open {
  3414. transform: scale(1) translateX(-50%);
  3415. }
  3416. .DropdownMenu.is-downward {
  3417. top: 100%;
  3418. bottom: initial;
  3419. }
  3420. .DropdownMenu.is-upward {
  3421. top: initial;
  3422. bottom: 100%;
  3423. }
  3424. .DropdownMenu.arrowed {
  3425. margin-top: 0.75em;
  3426. margin-bottom: 0.75em;
  3427. }
  3428. .DropdownMenu.arrowed.x-left.x-arrow-based {
  3429. left: 50%;
  3430. margin-left: -14px;
  3431. }
  3432. .DropdownMenu.arrowed.x-right.x-arrow-based {
  3433. left: initial;
  3434. right: 50%;
  3435. margin-right: -14px;
  3436. }
  3437. .DropdownMenu .arrow {
  3438. position: absolute;
  3439. top: 0;
  3440. left: calc(50% - 0.5em);
  3441. width: 1em;
  3442. height: 0.375em;
  3443. font-size: 14px;
  3444. line-height: 0;
  3445. fill: currentColor;
  3446. fill-rule: evenodd;
  3447. color: #fff;
  3448. }
  3449. .DropdownMenu .arrow svg {
  3450. position: absolute;
  3451. width: auto;
  3452. height: 5px;
  3453. transform: translateY(-100%);
  3454. }
  3455. .DropdownMenu.dark .arrow {
  3456. color: rgba(30,41,46,0.9);
  3457. }
  3458. .DropdownMenu.x-left .arrow {
  3459. left: 0.5em;
  3460. right: initial;
  3461. }
  3462. .DropdownMenu.x-right .arrow {
  3463. left: initial;
  3464. right: 0.5em;
  3465. }
  3466. .DropdownMenu.is-upward .arrow {
  3467. transform: rotate(180deg);
  3468. top: initial;
  3469. bottom: 0;
  3470. }
  3471. .DropdownMenu .content {
  3472. padding: 0.75em 0.5em;
  3473. min-height: 32px;
  3474. background-color: #fff;
  3475. border-radius: 4px;
  3476. }
  3477. .DropdownMenu.dark .content {
  3478. background-color: rgba(30,41,46,0.9);
  3479. color: #fff;
  3480. }
  3481. .DropdownMenu ul.MenuList {
  3482. margin: 0;
  3483. padding: 0;
  3484. list-style: none;
  3485. text-align: center;
  3486. color: #5b6b73;
  3487. }
  3488. .DropdownMenu ul.MenuList li {
  3489. line-height: 32px;
  3490. border-radius: 2px;
  3491. cursor: pointer;
  3492. }
  3493. .DropdownMenu ul.MenuList li:not(.is-disabled):hover {
  3494. background-color: #f6f7f8;
  3495. }
  3496. .DropdownMenu ul.MenuList li.is-active {
  3497. color: #298df8;
  3498. }
  3499. .DropdownMenu ul.MenuList li.is-disabled {
  3500. cursor: not-allowed;
  3501. opacity: 0.5;
  3502. }
  3503. .FormEntry {
  3504. display: flex;
  3505. align-items: center;
  3506. margin: 0.5em 0;
  3507. min-height: 34px;
  3508. }
  3509. .FormEntry .FormEntry-Key {
  3510. align-self: flex-start;
  3511. display: flex;
  3512. align-items: center;
  3513. flex-basis: 7em;
  3514. height: 34px;
  3515. }
  3516. .FormEntry .FormEntry-Val {
  3517. flex: 1;
  3518. }
  3519. .FormEntry .required-sign {
  3520. margin: 0 0.25em;
  3521. color: #eb5648;
  3522. }
  3523. .FormEntry .FormEntry-Val > .Input,
  3524. .FormEntry .FormEntry-Val > .CoreInput {
  3525. display: block;
  3526. width: 100%;
  3527. }
  3528. .FormEntry .FormEntry-Val > .Input.small,
  3529. .FormEntry .FormEntry-Val > .CoreInput.small {
  3530. margin-top: 6px;
  3531. margin-bottom: 6px;
  3532. }
  3533. .FormEntry .FormEntry-Val > .Textarea,
  3534. .FormEntry .FormEntry-Val > .CoreTextarea {
  3535. display: block;
  3536. width: 100%;
  3537. }
  3538. .FormEntry .FormEntry-Val > .Check,
  3539. .FormEntry .FormEntry-Val > .CoreCheck,
  3540. .FormEntry .FormEntry-Val > .Radio,
  3541. .FormEntry .FormEntry-Val > .CoreRadio,
  3542. .FormEntry .FormEntry-Val > .CheckGroup,
  3543. .FormEntry .FormEntry-Val > .CoreCheckGroup,
  3544. .FormEntry .FormEntry-Val > .RadioGroup,
  3545. .FormEntry .FormEntry-Val > .CoreRadioGroup {
  3546. margin-top: calc((34px - 1.5em)/2);
  3547. }
  3548. .Input,
  3549. .CoreInput,
  3550. .Textarea,
  3551. .CoreTextarea {
  3552. display: inline-block;
  3553. color: #415058;
  3554. }
  3555. .Input.is-readonly,
  3556. .CoreInput.is-readonly,
  3557. .Textarea.is-readonly,
  3558. .CoreTextarea.is-readonly {
  3559. color: #8d9ea7;
  3560. }
  3561. .Input input,
  3562. .CoreInput input,
  3563. .Textarea input,
  3564. .CoreTextarea input,
  3565. .Input textarea,
  3566. .CoreInput textarea,
  3567. .Textarea textarea,
  3568. .CoreTextarea textarea {
  3569. font-size: inherit;
  3570. color: inherit;
  3571. }
  3572. .Input input:disabled,
  3573. .CoreInput input:disabled,
  3574. .Textarea input:disabled,
  3575. .CoreTextarea input:disabled,
  3576. .Input textarea:disabled,
  3577. .CoreInput textarea:disabled,
  3578. .Textarea textarea:disabled,
  3579. .CoreTextarea textarea:disabled {
  3580. opacity: 0.5;
  3581. cursor: not-allowed;
  3582. }
  3583. .Input input[readonly],
  3584. .CoreInput input[readonly],
  3585. .Textarea input[readonly],
  3586. .CoreTextarea input[readonly],
  3587. .Input textarea[readonly],
  3588. .CoreInput textarea[readonly],
  3589. .Textarea textarea[readonly],
  3590. .CoreTextarea textarea[readonly] {
  3591. color: #8d9ea7;
  3592. }
  3593. .Input input:focus,
  3594. .CoreInput input:focus,
  3595. .Textarea input:focus,
  3596. .CoreTextarea input:focus,
  3597. .Input textarea:focus,
  3598. .CoreInput textarea:focus,
  3599. .Textarea textarea:focus,
  3600. .CoreTextarea textarea:focus {
  3601. outline: 0;
  3602. }
  3603. .Input input::placeholder,
  3604. .CoreInput input::placeholder,
  3605. .Textarea input::placeholder,
  3606. .CoreTextarea input::placeholder,
  3607. .Input textarea::placeholder,
  3608. .CoreInput textarea::placeholder,
  3609. .Textarea textarea::placeholder,
  3610. .CoreTextarea textarea::placeholder {
  3611. color: #8d9ea7;
  3612. }
  3613. .Input.is-invalid input,
  3614. .CoreInput.is-invalid input,
  3615. .Textarea.is-invalid input,
  3616. .CoreTextarea.is-invalid input,
  3617. .Input.is-invalid textarea,
  3618. .CoreInput.is-invalid textarea,
  3619. .Textarea.is-invalid textarea,
  3620. .CoreTextarea.is-invalid textarea,
  3621. .Input input:not([type=email]):invalid,
  3622. .CoreInput input:not([type=email]):invalid,
  3623. .Textarea input:not([type=email]):invalid,
  3624. .CoreTextarea input:not([type=email]):invalid,
  3625. .Input textarea:invalid,
  3626. .CoreInput textarea:invalid,
  3627. .Textarea textarea:invalid,
  3628. .CoreTextarea textarea:invalid {
  3629. border-color: #ff6161 !important;
  3630. box-shadow: 0 0 6px 0 rgba(255,97,97,0.5) !important;
  3631. }
  3632. .Input:not(.unstyled) input,
  3633. .CoreInput:not(.unstyled) input,
  3634. .Textarea:not(.unstyled) input,
  3635. .CoreTextarea:not(.unstyled) input,
  3636. .Input:not(.unstyled) textarea,
  3637. .CoreInput:not(.unstyled) textarea,
  3638. .Textarea:not(.unstyled) textarea,
  3639. .CoreTextarea:not(.unstyled) textarea {
  3640. background-color: #f6f7f8;
  3641. border: 1px solid #f2f2f3;
  3642. border-radius: 2px;
  3643. caret-color: #298df8;
  3644. transition: 0.2s ease-out;
  3645. transition-property: background, border, box-shadow, opacity;
  3646. }
  3647. .Input:not(.unstyled) input:enabled:not([readonly]):hover,
  3648. .CoreInput:not(.unstyled) input:enabled:not([readonly]):hover,
  3649. .Textarea:not(.unstyled) input:enabled:not([readonly]):hover,
  3650. .CoreTextarea:not(.unstyled) input:enabled:not([readonly]):hover,
  3651. .Input:not(.unstyled) textarea:enabled:not([readonly]):hover,
  3652. .CoreInput:not(.unstyled) textarea:enabled:not([readonly]):hover,
  3653. .Textarea:not(.unstyled) textarea:enabled:not([readonly]):hover,
  3654. .CoreTextarea:not(.unstyled) textarea:enabled:not([readonly]):hover {
  3655. border-color: #298df8;
  3656. }
  3657. .Input:not(.unstyled) input:enabled:not([readonly]):focus,
  3658. .CoreInput:not(.unstyled) input:enabled:not([readonly]):focus,
  3659. .Textarea:not(.unstyled) input:enabled:not([readonly]):focus,
  3660. .CoreTextarea:not(.unstyled) input:enabled:not([readonly]):focus,
  3661. .Input:not(.unstyled) textarea:enabled:not([readonly]):focus,
  3662. .CoreInput:not(.unstyled) textarea:enabled:not([readonly]):focus,
  3663. .Textarea:not(.unstyled) textarea:enabled:not([readonly]):focus,
  3664. .CoreTextarea:not(.unstyled) textarea:enabled:not([readonly]):focus {
  3665. background-color: #fff;
  3666. border-color: #298df8;
  3667. box-shadow: 0 0 6px 0 rgba(41,141,248,0.5);
  3668. }
  3669. .Input.regular,
  3670. .CoreInput.regular {
  3671. height: 34px;
  3672. font-size: 14px;
  3673. }
  3674. .Input.small,
  3675. .CoreInput.small {
  3676. height: 22px;
  3677. font-size: 12px;
  3678. }
  3679. .Input input,
  3680. .CoreInput input {
  3681. padding: 0 0.5em;
  3682. width: 100%;
  3683. height: 100%;
  3684. }
  3685. .Textarea.regular,
  3686. .CoreTextarea.regular {
  3687. font-size: 14px;
  3688. }
  3689. .Textarea.small,
  3690. .CoreTextarea.small {
  3691. font-size: 12px;
  3692. }
  3693. .Textarea textarea,
  3694. .CoreTextarea textarea {
  3695. padding: 0.5em;
  3696. width: 100%;
  3697. min-height: 5em;
  3698. max-height: 10em;
  3699. resize: vertical;
  3700. }
  3701. .Textarea textarea:disabled,
  3702. .CoreTextarea textarea:disabled,
  3703. .Textarea textarea[readonly],
  3704. .CoreTextarea textarea[readonly] {
  3705. resize: none;
  3706. }
  3707. .CoreInput:not(.unstyled) input,
  3708. .CoreTextarea:not(.unstyled) textarea {
  3709. background-color: #fff;
  3710. border-color: #c8cdd1;
  3711. }
  3712. .InputEmail:not(.unstyled).isnt-valid input,
  3713. .CoreInputEmail:not(.unstyled).isnt-valid input {
  3714. border-color: #ff6161 !important;
  3715. box-shadow: 0 0 6px 0 rgba(255,97,97,0.5) !important;
  3716. }
  3717. .InputNumber,
  3718. .CoreInputNumber {
  3719. position: relative;
  3720. display: inline-block;
  3721. min-width: 2em;
  3722. font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  3723. }
  3724. .InputNumber:not(.unstyled).is-active input,
  3725. .CoreInputNumber:not(.unstyled).is-active input {
  3726. background-color: #fff;
  3727. border-color: #298df8;
  3728. box-shadow: 0 0 6px 0 rgba(41,141,248,0.5);
  3729. }
  3730. .InputNumber:not(.unstyled).isnt-valid input,
  3731. .CoreInputNumber:not(.unstyled).isnt-valid input {
  3732. border-color: #ff6161 !important;
  3733. box-shadow: 0 0 6px 0 rgba(255,97,97,0.5) !important;
  3734. }
  3735. .InputNumber.is-disabled,
  3736. .CoreInputNumber.is-disabled {
  3737. cursor: not-allowed;
  3738. }
  3739. .InputNumber.is-disabled > *,
  3740. .CoreInputNumber.is-disabled > * {
  3741. opacity: 0.5;
  3742. }
  3743. .InputNumber.is-disabled .action,
  3744. .CoreInputNumber.is-disabled .action,
  3745. .InputNumber.is-readonly .action,
  3746. .CoreInputNumber.is-readonly .action {
  3747. visibility: hidden;
  3748. }
  3749. .InputNumber input,
  3750. .CoreInputNumber input {
  3751. padding-right: 1.5em;
  3752. padding-left: 0.5em;
  3753. font-family: inherit;
  3754. }
  3755. .InputNumber.regular input,
  3756. .CoreInputNumber.regular input {
  3757. padding-right: 2em;
  3758. }
  3759. .InputNumber:not(.is-disabled):hover input:not([readonly]) ~ .action,
  3760. .CoreInputNumber:not(.is-disabled):hover input:not([readonly]) ~ .action,
  3761. .InputNumber input:not([readonly]):focus ~ .action,
  3762. .CoreInputNumber input:not([readonly]):focus ~ .action {
  3763. opacity: 1;
  3764. transition: all 0.2s ease-out;
  3765. }
  3766. .InputNumber .action,
  3767. .CoreInputNumber .action {
  3768. position: absolute;
  3769. top: 0;
  3770. right: 0;
  3771. width: 1.5em;
  3772. height: 100%;
  3773. text-align: center;
  3774. }
  3775. .InputNumber .action:not(.caret),
  3776. .CoreInputNumber .action:not(.caret) {
  3777. opacity: 0;
  3778. }
  3779. .InputNumber .action svg,
  3780. .CoreInputNumber .action svg {
  3781. height: 4px;
  3782. fill: currentColor;
  3783. fill-rule: evenodd;
  3784. }
  3785. .InputNumber .action.caret button,
  3786. .CoreInputNumber .action.caret button {
  3787. height: 100%;
  3788. }
  3789. .InputNumber .action.caret svg,
  3790. .CoreInputNumber .action.caret svg {
  3791. transition: transform 0.2s ease-out;
  3792. }
  3793. .InputNumber.is-menu-open .caret svg {
  3794. transform: rotate(180deg);
  3795. }
  3796. .InputNumber .action button,
  3797. .CoreInputNumber .action button {
  3798. display: block;
  3799. margin: 0;
  3800. padding: 0;
  3801. width: 100%;
  3802. height: 50%;
  3803. line-height: 0;
  3804. color: #8d9ea7;
  3805. transition: all 0.1s ease-out;
  3806. }
  3807. .InputNumber .action button:hover,
  3808. .CoreInputNumber .action button:hover {
  3809. color: #5b6b73;
  3810. }
  3811. .InputNumber .action button:active,
  3812. .CoreInputNumber .action button:active {
  3813. color: #298df8;
  3814. }
  3815. .InputNumber .action button[data-action=up] svg,
  3816. .CoreInputNumber .action button[data-action=up] svg {
  3817. margin: 5px 0 2px;
  3818. }
  3819. .InputNumber .action button[data-action=down] svg,
  3820. .CoreInputNumber .action button[data-action=down] svg {
  3821. margin: 2px 0 5px;
  3822. }
  3823. .InputNumber.regular .action,
  3824. .CoreInputNumber.regular .action {
  3825. top: 50%;
  3826. transform: translateY(-50%);
  3827. width: 2em;
  3828. height: 28px;
  3829. }
  3830. .InputNumber.with-desc,
  3831. .CoreInputNumber.with-desc {
  3832. margin-top: 6px;
  3833. margin-bottom: 1.5em;
  3834. }
  3835. .InputNumber .title,
  3836. .CoreInputNumber .title,
  3837. .InputNumber .desc,
  3838. .CoreInputNumber .desc,
  3839. .InputNumber .prefix,
  3840. .CoreInputNumber .prefix,
  3841. .InputNumber .suffix,
  3842. .CoreInputNumber .suffix {
  3843. position: absolute;
  3844. top: 0;
  3845. left: 0;
  3846. display: flex;
  3847. align-items: center;
  3848. height: 100%;
  3849. pointer-events: none;
  3850. user-select: none;
  3851. border: 1px solid transparent;
  3852. }
  3853. .InputNumber.is-empty .prefix,
  3854. .CoreInputNumber.is-empty .prefix,
  3855. .InputNumber.is-empty .suffix,
  3856. .CoreInputNumber.is-empty .suffix {
  3857. opacity: 0.3;
  3858. }
  3859. .InputNumber .title,
  3860. .CoreInputNumber .title {
  3861. margin-left: 0.5em;
  3862. color: #8d9ea7;
  3863. }
  3864. .InputNumber .desc,
  3865. .CoreInputNumber .desc {
  3866. top: 100%;
  3867. width: 100%;
  3868. height: 1.5em;
  3869. line-height: 1.5;
  3870. justify-content: center;
  3871. color: #8d9ea7;
  3872. }
  3873. .InputNumber .prefix,
  3874. .CoreInputNumber .prefix {
  3875. margin-left: 0.5em;
  3876. }
  3877. .InputNumber .suffix,
  3878. .CoreInputNumber .suffix {
  3879. padding-left: 0.5em;
  3880. padding-right: 1.625em;
  3881. width: 100%;
  3882. }
  3883. .InputNumber .suffix:before,
  3884. .CoreInputNumber .suffix:before {
  3885. content: attr(data-value);
  3886. display: inline-block;
  3887. margin-right: 0.125em;
  3888. width: -moz-fit-content;
  3889. width: -webkit-fit-content;
  3890. width: fit-content;
  3891. overflow: hidden;
  3892. opacity: 0;
  3893. }
  3894. .Check,
  3895. .CoreCheck,
  3896. .Radio,
  3897. .CoreRadio {
  3898. position: relative;
  3899. display: inline-flex;
  3900. align-items: baseline;
  3901. line-height: 1.5;
  3902. cursor: pointer;
  3903. color: #5b6b73;
  3904. }
  3905. .Check.regular,
  3906. .CoreCheck.regular,
  3907. .Radio.regular,
  3908. .CoreRadio.regular {
  3909. font-size: 14px;
  3910. }
  3911. .Check.small,
  3912. .CoreCheck.small,
  3913. .Radio.small,
  3914. .CoreRadio.small {
  3915. font-size: 12px;
  3916. }
  3917. .Check.readonly,
  3918. .CoreCheck.readonly,
  3919. .Radio.readonly,
  3920. .CoreRadio.readonly {
  3921. cursor: default;
  3922. }
  3923. .Check.is-disabled,
  3924. .CoreCheck.is-disabled,
  3925. .Radio.is-disabled,
  3926. .CoreRadio.is-disabled,
  3927. .CheckGroup.is-disabled,
  3928. .CoreCheckGroup.is-disabled,
  3929. .RadioGroup.is-disabled,
  3930. .CoreRadioGroup.is-disabled {
  3931. cursor: not-allowed;
  3932. }
  3933. .Check.is-disabled:after,
  3934. .CoreCheck.is-disabled:after,
  3935. .Radio.is-disabled:after,
  3936. .CoreRadio.is-disabled:after,
  3937. .CheckGroup.is-disabled:after,
  3938. .CoreCheckGroup.is-disabled:after,
  3939. .RadioGroup.is-disabled:after,
  3940. .CoreRadioGroup.is-disabled:after {
  3941. content: '';
  3942. position: absolute;
  3943. left: 0;
  3944. top: 0;
  3945. width: 100%;
  3946. height: 100%;
  3947. background-color: rgba(255,255,255,0.5);
  3948. }
  3949. .Check > input[type=radio],
  3950. .CoreCheck > input[type=radio],
  3951. .Radio > input[type=radio],
  3952. .CoreRadio > input[type=radio],
  3953. .Check > input[type=checkbox],
  3954. .CoreCheck > input[type=checkbox],
  3955. .Radio > input[type=checkbox],
  3956. .CoreRadio > input[type=checkbox] {
  3957. position: absolute;
  3958. opacity: 0;
  3959. }
  3960. .Check .Check-state,
  3961. .CoreCheck .Check-state,
  3962. .Radio .Check-state,
  3963. .CoreRadio .Check-state {
  3964. position: relative;
  3965. flex: 0 0 1em;
  3966. margin-right: 0.33333em;
  3967. width: 1em;
  3968. height: 1em;
  3969. transform: translateY(1px);
  3970. font-size: 12px;
  3971. background-color: #f6f7f8;
  3972. border: 1px solid #8d9ea7;
  3973. border-radius: 2px;
  3974. color: #fff;
  3975. transition: all 0.2s ease-in-out;
  3976. }
  3977. .Check.small .Check-state,
  3978. .CoreCheck.small .Check-state,
  3979. .Radio.small .Check-state,
  3980. .CoreRadio.small .Check-state {
  3981. transform: translateY(2px);
  3982. }
  3983. .Check.is-checked .Check-state,
  3984. .CoreCheck.is-checked .Check-state,
  3985. .Radio.is-checked .Check-state,
  3986. .CoreRadio.is-checked .Check-state {
  3987. background-color: #298df8;
  3988. border-color: transparent;
  3989. color: #fff;
  3990. }
  3991. .Check.is-checked .Check-state .icon,
  3992. .CoreCheck.is-checked .Check-state .icon,
  3993. .Radio.is-checked .Check-state .icon,
  3994. .CoreRadio.is-checked .Check-state .icon {
  3995. transform: scale(0.833);
  3996. }
  3997. .Check .Check-state .icon,
  3998. .CoreCheck .Check-state .icon,
  3999. .Radio .Check-state .icon,
  4000. .CoreRadio .Check-state .icon {
  4001. position: absolute;
  4002. top: -1px;
  4003. left: -1px;
  4004. transition: all 0.2s ease-in-out;
  4005. }
  4006. .Check:not(.is-checked) .Check-state .icon,
  4007. .CoreCheck:not(.is-checked) .Check-state .icon,
  4008. .Radio:not(.is-checked) .Check-state .icon,
  4009. .CoreRadio:not(.is-checked) .Check-state .icon {
  4010. speak: none;
  4011. opacity: 0;
  4012. }
  4013. .CoreCheck .Check-state,
  4014. .CoreRadio .Check-state {
  4015. background-color: #fff;
  4016. border-color: #bacdd6;
  4017. }
  4018. .CoreCheck.is-checked .Check-state,
  4019. .CoreRadio.is-checked .Check-state {
  4020. background-color: #eb5648;
  4021. }
  4022. .CheckGroup,
  4023. .CoreCheckGroup,
  4024. .RadioGroup,
  4025. .CoreRadioGroup {
  4026. position: relative;
  4027. display: flex;
  4028. flex-wrap: wrap;
  4029. }
  4030. .CheckGroup .Check,
  4031. .CoreCheckGroup .Check,
  4032. .RadioGroup .Check,
  4033. .CoreRadioGroup .Check,
  4034. .CheckGroup .CoreCheck,
  4035. .CoreCheckGroup .CoreCheck,
  4036. .RadioGroup .CoreCheck,
  4037. .CoreRadioGroup .CoreCheck,
  4038. .CheckGroup .Radio,
  4039. .CoreCheckGroup .Radio,
  4040. .RadioGroup .Radio,
  4041. .CoreRadioGroup .Radio,
  4042. .CheckGroup .CoreRadio,
  4043. .CoreCheckGroup .CoreRadio,
  4044. .RadioGroup .CoreRadio,
  4045. .CoreRadioGroup .CoreRadio {
  4046. margin-right: 0.5em;
  4047. min-height: 2em;
  4048. }
  4049. .Check,
  4050. .CoreCheck,
  4051. .Radio,
  4052. .CoreRadio {
  4053. position: relative;
  4054. display: inline-flex;
  4055. align-items: baseline;
  4056. line-height: 1.5;
  4057. cursor: pointer;
  4058. color: #5b6b73;
  4059. }
  4060. .Check.regular,
  4061. .CoreCheck.regular,
  4062. .Radio.regular,
  4063. .CoreRadio.regular {
  4064. font-size: 14px;
  4065. }
  4066. .Check.small,
  4067. .CoreCheck.small,
  4068. .Radio.small,
  4069. .CoreRadio.small {
  4070. font-size: 12px;
  4071. }
  4072. .Check.readonly,
  4073. .CoreCheck.readonly,
  4074. .Radio.readonly,
  4075. .CoreRadio.readonly {
  4076. cursor: default;
  4077. }
  4078. .Check.is-disabled,
  4079. .CoreCheck.is-disabled,
  4080. .Radio.is-disabled,
  4081. .CoreRadio.is-disabled,
  4082. .CheckGroup.is-disabled,
  4083. .CoreCheckGroup.is-disabled,
  4084. .RadioGroup.is-disabled,
  4085. .CoreRadioGroup.is-disabled {
  4086. cursor: not-allowed;
  4087. }
  4088. .Check.is-disabled:after,
  4089. .CoreCheck.is-disabled:after,
  4090. .Radio.is-disabled:after,
  4091. .CoreRadio.is-disabled:after,
  4092. .CheckGroup.is-disabled:after,
  4093. .CoreCheckGroup.is-disabled:after,
  4094. .RadioGroup.is-disabled:after,
  4095. .CoreRadioGroup.is-disabled:after {
  4096. content: '';
  4097. position: absolute;
  4098. left: 0;
  4099. top: 0;
  4100. width: 100%;
  4101. height: 100%;
  4102. background-color: rgba(255,255,255,0.5);
  4103. }
  4104. .Check > input[type=radio],
  4105. .CoreCheck > input[type=radio],
  4106. .Radio > input[type=radio],
  4107. .CoreRadio > input[type=radio],
  4108. .Check > input[type=checkbox],
  4109. .CoreCheck > input[type=checkbox],
  4110. .Radio > input[type=checkbox],
  4111. .CoreRadio > input[type=checkbox] {
  4112. position: absolute;
  4113. opacity: 0;
  4114. }
  4115. .Check .Check-state,
  4116. .CoreCheck .Check-state,
  4117. .Radio .Check-state,
  4118. .CoreRadio .Check-state {
  4119. position: relative;
  4120. flex: 0 0 1em;
  4121. margin-right: 0.33333em;
  4122. width: 1em;
  4123. height: 1em;
  4124. transform: translateY(1px);
  4125. font-size: 12px;
  4126. background-color: #f6f7f8;
  4127. border: 1px solid #8d9ea7;
  4128. border-radius: 2px;
  4129. color: #fff;
  4130. transition: all 0.2s ease-in-out;
  4131. }
  4132. .Check.small .Check-state,
  4133. .CoreCheck.small .Check-state,
  4134. .Radio.small .Check-state,
  4135. .CoreRadio.small .Check-state {
  4136. transform: translateY(2px);
  4137. }
  4138. .Check.is-checked .Check-state,
  4139. .CoreCheck.is-checked .Check-state,
  4140. .Radio.is-checked .Check-state,
  4141. .CoreRadio.is-checked .Check-state {
  4142. background-color: #298df8;
  4143. border-color: transparent;
  4144. color: #fff;
  4145. }
  4146. .Check.is-checked .Check-state .icon,
  4147. .CoreCheck.is-checked .Check-state .icon,
  4148. .Radio.is-checked .Check-state .icon,
  4149. .CoreRadio.is-checked .Check-state .icon {
  4150. transform: scale(0.833);
  4151. }
  4152. .Check .Check-state .icon,
  4153. .CoreCheck .Check-state .icon,
  4154. .Radio .Check-state .icon,
  4155. .CoreRadio .Check-state .icon {
  4156. position: absolute;
  4157. top: -1px;
  4158. left: -1px;
  4159. transition: all 0.2s ease-in-out;
  4160. }
  4161. .Check:not(.is-checked) .Check-state .icon,
  4162. .CoreCheck:not(.is-checked) .Check-state .icon,
  4163. .Radio:not(.is-checked) .Check-state .icon,
  4164. .CoreRadio:not(.is-checked) .Check-state .icon {
  4165. speak: none;
  4166. opacity: 0;
  4167. }
  4168. .CoreCheck .Check-state,
  4169. .CoreRadio .Check-state {
  4170. background-color: #fff;
  4171. border-color: #bacdd6;
  4172. }
  4173. .CoreCheck.is-checked .Check-state,
  4174. .CoreRadio.is-checked .Check-state {
  4175. background-color: #eb5648;
  4176. }
  4177. .CheckGroup,
  4178. .CoreCheckGroup,
  4179. .RadioGroup,
  4180. .CoreRadioGroup {
  4181. position: relative;
  4182. display: flex;
  4183. flex-wrap: wrap;
  4184. }
  4185. .CheckGroup .Check,
  4186. .CoreCheckGroup .Check,
  4187. .RadioGroup .Check,
  4188. .CoreRadioGroup .Check,
  4189. .CheckGroup .CoreCheck,
  4190. .CoreCheckGroup .CoreCheck,
  4191. .RadioGroup .CoreCheck,
  4192. .CoreRadioGroup .CoreCheck,
  4193. .CheckGroup .Radio,
  4194. .CoreCheckGroup .Radio,
  4195. .RadioGroup .Radio,
  4196. .CoreRadioGroup .Radio,
  4197. .CheckGroup .CoreRadio,
  4198. .CoreCheckGroup .CoreRadio,
  4199. .RadioGroup .CoreRadio,
  4200. .CoreRadioGroup .CoreRadio {
  4201. margin-right: 0.5em;
  4202. min-height: 2em;
  4203. }
  4204. .Radio .Check-state,
  4205. .CoreRadio .Check-state {
  4206. padding: 1px;
  4207. border-radius: 50%;
  4208. }
  4209. .Radio.is-checked .Check-state,
  4210. .CoreRadio.is-checked .Check-state {
  4211. position: relative;
  4212. }
  4213. .Radio.is-checked .Check-state:after,
  4214. .CoreRadio.is-checked .Check-state:after {
  4215. content: '';
  4216. position: absolute;
  4217. left: 50%;
  4218. top: 50%;
  4219. transform: translate(-50%, -50%);
  4220. display: block;
  4221. width: 4px;
  4222. height: 4px;
  4223. background-color: #fff;
  4224. border-radius: 50%;
  4225. }
  4226. .Select,
  4227. .CoreSelect {
  4228. display: inline-flex;
  4229. justify-content: space-between;
  4230. align-items: center;
  4231. max-width: 100%;
  4232. min-width: 3em;
  4233. height: 34px;
  4234. color: #5b6b73;
  4235. cursor: pointer;
  4236. transition: all 0.2s ease-out;
  4237. }
  4238. .Select button,
  4239. .CoreSelect button {
  4240. flex: 1;
  4241. width: calc(100% - 2em);
  4242. height: 100%;
  4243. text-align: start;
  4244. cursor: inherit;
  4245. }
  4246. .Select .caret,
  4247. .CoreSelect .caret {
  4248. margin: 0 0.75em 0 1em;
  4249. line-height: 0;
  4250. color: #8d9ea7;
  4251. }
  4252. .Select .caret svg,
  4253. .CoreSelect .caret svg {
  4254. display: block;
  4255. width: 6px;
  4256. height: 4px;
  4257. fill: currentColor;
  4258. fill-rule: evenodd;
  4259. transform: rotate(180deg);
  4260. transition: all 0.3s ease-out;
  4261. }
  4262. .Select:not(.unstyled),
  4263. .CoreSelect:not(.unstyled) {
  4264. padding-left: 0.5em;
  4265. background-color: #f6f7f8;
  4266. border: 1px solid #f2f2f3;
  4267. border-radius: 2px;
  4268. }
  4269. .Select.small,
  4270. .CoreSelect.small {
  4271. height: 22px;
  4272. font-size: 12px;
  4273. }
  4274. .Select.small .caret,
  4275. .CoreSelect.small .caret {
  4276. margin-right: 0.5em;
  4277. }
  4278. .Select:not(.is-disabled):not(.readonly):not(.unstyled):hover,
  4279. .CoreSelect:not(.is-disabled):not(.readonly):not(.unstyled):hover,
  4280. .Select:not(.unstyled).is-open,
  4281. .CoreSelect:not(.unstyled).is-open {
  4282. border-color: #298df8;
  4283. }
  4284. .Select.is-open:not(.unstyled),
  4285. .CoreSelect.is-open:not(.unstyled) {
  4286. background-color: #fff;
  4287. box-shadow: 0 0 6px 0 rgba(41,141,248,0.5);
  4288. }
  4289. .Select.is-open .caret svg,
  4290. .CoreSelect.is-open .caret svg {
  4291. transform: rotate(0deg);
  4292. }
  4293. .Select.is-disabled,
  4294. .CoreSelect.is-disabled {
  4295. cursor: not-allowed;
  4296. opacity: 0.6;
  4297. }
  4298. .Select.readonly,
  4299. .CoreSelect.readonly {
  4300. cursor: default;
  4301. }
  4302. .CoreSelect:not(.unstyled) {
  4303. background-color: #fff;
  4304. border: 1px solid #c8cdd1;
  4305. }
  4306. .SelectMenuBase {
  4307. position: fixed;
  4308. pointer-events: none;
  4309. z-index: 1100;
  4310. }
  4311. .SelectMenu,
  4312. .CoreSelectMenu,
  4313. .CheckSelectMenu {
  4314. position: absolute;
  4315. margin: 2px 0;
  4316. padding: 0;
  4317. display: block;
  4318. max-width: 20em;
  4319. min-width: 100%;
  4320. min-height: 30px;
  4321. max-height: 300px;
  4322. overflow-x: hidden;
  4323. overflow-y: auto;
  4324. pointer-events: none;
  4325. font-size: 12px;
  4326. list-style: none;
  4327. background-color: #fff;
  4328. border-radius: 3px;
  4329. box-shadow: 0 2px 10px 0 rgba(39,54,78,0.08), 4px 12px 40px 0 rgba(39,54,78,0.1);
  4330. color: #5b6b73;
  4331. transition: 0.2s ease-out;
  4332. transition-property: transform, opacity;
  4333. transform-origin: 50% 0;
  4334. }
  4335. .SelectMenu::-webkit-scrollbar,
  4336. .CoreSelectMenu::-webkit-scrollbar,
  4337. .CheckSelectMenu::-webkit-scrollbar {
  4338. display: block;
  4339. width: 4px;
  4340. height: 4px;
  4341. }
  4342. .SelectMenu::-webkit-scrollbar-thumb,
  4343. .CoreSelectMenu::-webkit-scrollbar-thumb,
  4344. .CheckSelectMenu::-webkit-scrollbar-thumb {
  4345. background-color: #ccc;
  4346. border-radius: 2px;
  4347. }
  4348. .SelectMenu::-webkit-scrollbar-track,
  4349. .CoreSelectMenu::-webkit-scrollbar-track,
  4350. .CheckSelectMenu::-webkit-scrollbar-track {
  4351. background-color: rgba(255,255,255,0.5);
  4352. }
  4353. .SelectMenu.is-empty,
  4354. .CoreSelectMenu.is-empty,
  4355. .CheckSelectMenu.is-empty {
  4356. width: -moz-fit-content;
  4357. width: -webkit-fit-content;
  4358. width: fit-content;
  4359. }
  4360. .SelectMenu:not(.is-open),
  4361. .CoreSelectMenu:not(.is-open),
  4362. .CheckSelectMenu:not(.is-open) {
  4363. opacity: 0;
  4364. transform: scale(0.8);
  4365. }
  4366. .SelectMenu.x-center,
  4367. .CoreSelectMenu.x-center,
  4368. .CheckSelectMenu.x-center {
  4369. left: 50%;
  4370. transform: translateX(-50%);
  4371. }
  4372. .SelectMenu.x-center:not(.is-open),
  4373. .CoreSelectMenu.x-center:not(.is-open),
  4374. .CheckSelectMenu.x-center:not(.is-open) {
  4375. transform: scale(0.8) translateX(-50%);
  4376. }
  4377. .SelectMenu.x-right,
  4378. .CoreSelectMenu.x-right,
  4379. .CheckSelectMenu.x-right {
  4380. right: 0;
  4381. }
  4382. .SelectMenu.is-downward,
  4383. .CoreSelectMenu.is-downward,
  4384. .CheckSelectMenu.is-downward {
  4385. top: 100%;
  4386. bottom: initial;
  4387. }
  4388. .SelectMenu.is-upward,
  4389. .CoreSelectMenu.is-upward,
  4390. .CheckSelectMenu.is-upward {
  4391. transform-origin: 50% 100%;
  4392. top: initial;
  4393. bottom: 100%;
  4394. }
  4395. .SelectMenu.is-open,
  4396. .CoreSelectMenu.is-open,
  4397. .CheckSelectMenu.is-open {
  4398. opacity: 1;
  4399. pointer-events: initial;
  4400. }
  4401. .SelectMenu.cant-select .SelectOption,
  4402. .CoreSelectMenu.cant-select .SelectOption,
  4403. .CheckSelectMenu.cant-select .SelectOption {
  4404. cursor: default;
  4405. }
  4406. .SelectMenu .SelectGroup > .title,
  4407. .CoreSelectMenu .SelectGroup > .title,
  4408. .CheckSelectMenu .SelectGroup > .title {
  4409. padding: 0 0.75em;
  4410. width: 100%;
  4411. height: 30px;
  4412. line-height: 30px;
  4413. font-weight: bold;
  4414. }
  4415. .SelectMenu .SelectGroup > ul,
  4416. .CoreSelectMenu .SelectGroup > ul,
  4417. .CheckSelectMenu .SelectGroup > ul {
  4418. margin: 0;
  4419. padding: 0;
  4420. }
  4421. .SelectMenu .SelectOption,
  4422. .CoreSelectMenu .SelectOption,
  4423. .CheckSelectMenu .SelectOption {
  4424. display: flex;
  4425. align-items: center;
  4426. height: 30px;
  4427. line-height: 30px;
  4428. cursor: pointer;
  4429. }
  4430. .SelectMenu .SelectOption > .Ellipsis,
  4431. .CoreSelectMenu .SelectOption > .Ellipsis,
  4432. .CheckSelectMenu .SelectOption > .Ellipsis {
  4433. padding: 0 0.75em;
  4434. }
  4435. .SelectMenu .SelectOption > .icon,
  4436. .CoreSelectMenu .SelectOption > .icon,
  4437. .CheckSelectMenu .SelectOption > .icon {
  4438. margin-left: auto;
  4439. margin-right: 0.75em;
  4440. }
  4441. .SelectMenu .SelectOption.is-disabled,
  4442. .CoreSelectMenu .SelectOption.is-disabled,
  4443. .CheckSelectMenu .SelectOption.is-disabled {
  4444. cursor: not-allowed;
  4445. opacity: 0.5;
  4446. }
  4447. .SelectMenu .SelectOption.is-active,
  4448. .CoreSelectMenu .SelectOption.is-active,
  4449. .CheckSelectMenu .SelectOption.is-active {
  4450. color: #298df8;
  4451. }
  4452. .SelectMenu .SelectOption:not(.empty-msg):not(.is-disabled):hover,
  4453. .CoreSelectMenu .SelectOption:not(.empty-msg):not(.is-disabled):hover,
  4454. .CheckSelectMenu .SelectOption:not(.empty-msg):not(.is-disabled):hover,
  4455. .SelectMenu .SelectOption.is-active,
  4456. .CoreSelectMenu .SelectOption.is-active,
  4457. .CheckSelectMenu .SelectOption.is-active {
  4458. background-color: #f6f7f8;
  4459. }
  4460. .SelectMenu .SelectOption.empty-msg,
  4461. .CoreSelectMenu .SelectOption.empty-msg,
  4462. .CheckSelectMenu .SelectOption.empty-msg {
  4463. padding: 0 0.5em;
  4464. color: #8d9ea7;
  4465. cursor: not-allowed;
  4466. }
  4467. .CheckSelectMenu:not(.is-empty) {
  4468. padding: 6px 0;
  4469. }
  4470. .CheckSelectMenu .SelectOption {
  4471. height: 32px;
  4472. }
  4473. .CheckSelectMenu .SelectOption .Ellipsis {
  4474. padding: 0 16px;
  4475. }
  4476. .CheckSelectMenu .SelectOption .Ellipsis + .icon {
  4477. margin-right: 10px;
  4478. }
  4479. .CheckSelectMenu .SelectOption:hover,
  4480. .CheckSelectMenu .SelectOption.is-active:hover {
  4481. color: #298df8;
  4482. }
  4483. .CheckSelectMenu .SelectOption.is-active {
  4484. background: none;
  4485. color: inherit;
  4486. }
  4487. .CoreSelectMenu {
  4488. margin: 4px 0;
  4489. }
  4490. .CoreSelectMenu:not(.is-empty) {
  4491. padding: 8px;
  4492. min-height: 48px;
  4493. max-height: 336px;
  4494. }
  4495. .CoreSelectMenu .SelectGroup > .title,
  4496. .CoreSelectMenu .SelectOption {
  4497. height: 32px;
  4498. line-height: 32px;
  4499. border-radius: 2px;
  4500. }
  4501. .GuideBase {
  4502. position: fixed;
  4503. pointer-events: none;
  4504. }
  4505. .Guide {
  4506. position: absolute;
  4507. margin: 0.75em 0;
  4508. min-width: 10em;
  4509. font-size: 12px;
  4510. filter: drop-shadow(0 2px 10px rgba(39,54,78,0.12)) drop-shadow(4px 12px 40px rgba(39,54,78,0.12));
  4511. pointer-events: none;
  4512. opacity: 0;
  4513. transition: 0.2s ease-in-out;
  4514. transition-property: transform, opacity;
  4515. transform-origin: 50% 0;
  4516. transform: scale(0.9);
  4517. }
  4518. .Guide.arrowed {
  4519. margin: 0.75em 0;
  4520. }
  4521. .Guide.is-open {
  4522. pointer-events: initial;
  4523. opacity: 1;
  4524. transform: scale(1);
  4525. }
  4526. .Guide.x-left {
  4527. left: 0;
  4528. }
  4529. .Guide.x-right {
  4530. left: initial;
  4531. right: 0;
  4532. }
  4533. .Guide.x-center {
  4534. left: 50%;
  4535. transform: scale(0.9) translateX(-50%);
  4536. }
  4537. .Guide.x-center.is-open {
  4538. transform: scale(1) translateX(-50%);
  4539. }
  4540. .Guide.is-downward {
  4541. top: 100%;
  4542. bottom: initial;
  4543. }
  4544. .Guide.is-upward {
  4545. top: initial;
  4546. bottom: 100%;
  4547. }
  4548. .Guide .arrow {
  4549. position: absolute;
  4550. top: calc(-0.28em + 1px);
  4551. left: calc(50% - 0.5em);
  4552. font-size: 28px;
  4553. line-height: 0;
  4554. color: #fff;
  4555. }
  4556. .Guide.x-left .arrow {
  4557. left: 1em;
  4558. right: initial;
  4559. }
  4560. .Guide.x-right .arrow {
  4561. left: initial;
  4562. right: 1em;
  4563. }
  4564. .Guide svg {
  4565. width: 1em;
  4566. height: 0.28em;
  4567. fill: currentColor;
  4568. fill-rule: evenodd;
  4569. }
  4570. .Guide.is-upward .arrow {
  4571. top: initial;
  4572. bottom: calc(-0.28em + 1px);
  4573. }
  4574. .Guide.is-downward .arrow {
  4575. transform: rotate(180deg);
  4576. }
  4577. .Guide .content {
  4578. position: relative;
  4579. padding: 1.5em 1.5em 1em;
  4580. min-height: 32px;
  4581. font-size: 14px;
  4582. line-height: 2;
  4583. background-color: #fff;
  4584. border-radius: 4px;
  4585. color: #8d9ea7;
  4586. }
  4587. .Guide header {
  4588. margin: 0.25em 0 10px;
  4589. font-size: 16px;
  4590. font-weight: bold;
  4591. line-height: 1.2;
  4592. color: #415058;
  4593. }
  4594. .Guide .close-btn {
  4595. position: absolute;
  4596. top: 0.5em;
  4597. right: 0.5em;
  4598. font-size: 14px;
  4599. color: #c8cdd1;
  4600. }
  4601. .Guide .close-btn svg {
  4602. width: 1em;
  4603. height: 1em;
  4604. }
  4605. .Guide footer {
  4606. margin-top: 0.75em;
  4607. text-align: end;
  4608. }
  4609. .Guide footer button:enabled:hover {
  4610. text-decoration: none;
  4611. opacity: 0.8;
  4612. }
  4613. .ModalPortal {
  4614. position: absolute;
  4615. top: 0;
  4616. left: 0;
  4617. z-index: 1050;
  4618. padding: 3rem 1.5rem;
  4619. width: 100vw;
  4620. min-width: 64rem;
  4621. height: auto;
  4622. min-height: 100vh;
  4623. }
  4624. .ModalPortal:not(.is-open) {
  4625. pointer-events: none;
  4626. }
  4627. .ModalPortal:not(.is-open) .ModalMask {
  4628. background-color: rgba(0,0,0,0);
  4629. }
  4630. .ModalPortal:not(.is-open) .Modal {
  4631. transform: translateY(-50vh);
  4632. opacity: 0;
  4633. }
  4634. .ModalPortal.is-open .Modal {
  4635. transition-delay: 0.175s;
  4636. }
  4637. .ModalMask {
  4638. position: fixed;
  4639. top: 0;
  4640. left: 0;
  4641. right: 0;
  4642. width: 100vw;
  4643. height: 100vh;
  4644. background-color: rgba(0,0,0,0.4);
  4645. transition: background 0.2s;
  4646. }
  4647. .ModalMask.can-close {
  4648. cursor: pointer;
  4649. }
  4650. .Modal {
  4651. position: relative;
  4652. margin: 20vh auto auto;
  4653. height: -moz-fit-content;
  4654. height: -webkit-fit-content;
  4655. height: fit-content;
  4656. min-height: 9.5rem;
  4657. transform: translateY(0);
  4658. font-size: 0.875rem;
  4659. background-color: #fff;
  4660. box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
  4661. border-radius: 1px;
  4662. color: #5b6b73;
  4663. cursor: initial;
  4664. transition: transform 0.3s, opacity 0.2s;
  4665. }
  4666. .Modal.is-v-centered {
  4667. margin: 3rem auto;
  4668. }
  4669. .Modal header {
  4670. position: relative;
  4671. display: flex;
  4672. align-items: center;
  4673. padding: 0 20px;
  4674. height: 55px;
  4675. border-bottom: 1px solid #f2f2f3;
  4676. color: #415058;
  4677. }
  4678. .Modal .close-btn {
  4679. position: absolute;
  4680. top: 50%;
  4681. right: 0;
  4682. padding: 0 20px;
  4683. width: 54px;
  4684. height: 100%;
  4685. transform: translateY(-50%);
  4686. line-height: 1;
  4687. color: #8d9ea7;
  4688. }
  4689. .Modal .close-btn:hover {
  4690. color: #5b6b73;
  4691. }
  4692. .Modal .content {
  4693. padding: 30px 20px 35px;
  4694. }
  4695. .Modal footer {
  4696. display: flex;
  4697. justify-content: flex-end;
  4698. align-items: center;
  4699. padding: 0 20px;
  4700. height: 55px;
  4701. line-height: 1;
  4702. border-top: 1px solid #f2f2f3;
  4703. }
  4704. .Modal .confirm-btn,
  4705. .Modal .cancel-btn {
  4706. margin-left: 1.5em;
  4707. min-width: 2em;
  4708. height: 34px;
  4709. color: #8d9ea7;
  4710. transition: color ease-in-out 0.1s;
  4711. }
  4712. .Modal .confirm-btn:enabled:hover,
  4713. .Modal .cancel-btn:enabled:hover {
  4714. color: #5b6b73;
  4715. }
  4716. .Modal .confirm-btn:disabled,
  4717. .Modal .cancel-btn:disabled {
  4718. opacity: 0.5;
  4719. cursor: not-allowed;
  4720. }
  4721. .Modal .confirm-btn {
  4722. font-weight: bold;
  4723. color: #eb5648;
  4724. }
  4725. .Modal .confirm-btn:enabled:hover {
  4726. color: #dd2918;
  4727. }
  4728. .AlertModal,
  4729. .FormModal {
  4730. display: flex;
  4731. flex-direction: column;
  4732. width: 23.75rem;
  4733. line-height: 1.5;
  4734. }
  4735. .AlertModal .FormEntry:last-child,
  4736. .FormModal .FormEntry:last-child {
  4737. margin-bottom: -0.5em;
  4738. }
  4739. .AlertModal .FormEntry > .key,
  4740. .FormModal .FormEntry > .key {
  4741. flex-basis: 7em;
  4742. }
  4743. .AlertModal .FormEntry > .val,
  4744. .FormModal .FormEntry > .val {
  4745. max-width: calc(100% - 7em);
  4746. }
  4747. .FunctionalModal {
  4748. width: 31.25rem;
  4749. }
  4750. .DisplayModal {
  4751. width: 40rem;
  4752. }
  4753. .CoreModalPortal:empty {
  4754. display: none;
  4755. pointer-events: none;
  4756. }
  4757. .CoreModalPortal {
  4758. position: absolute;
  4759. top: 0;
  4760. left: 0;
  4761. z-index: 1050;
  4762. display: flex;
  4763. padding: 3rem 1.5rem;
  4764. width: 100vw;
  4765. min-width: 64rem;
  4766. height: auto;
  4767. min-height: 100vh;
  4768. }
  4769. .CoreModalMask {
  4770. position: fixed;
  4771. top: 0;
  4772. left: 0;
  4773. right: 0;
  4774. width: 100vw;
  4775. height: 100vh;
  4776. background-color: rgba(30,41,46,0.5);
  4777. transition: all 0.2s ease-in;
  4778. }
  4779. .CoreModalMask.can-close {
  4780. cursor: pointer;
  4781. }
  4782. .CoreModalMask:not(.is-open) {
  4783. opacity: 0;
  4784. pointer-events: none;
  4785. transition-delay: 0.2s;
  4786. }
  4787. .CoreModalMask.is-open {
  4788. opacity: 1;
  4789. }
  4790. .CoreModal {
  4791. position: relative;
  4792. margin: 15vh auto 3rem;
  4793. height: -moz-fit-content;
  4794. height: -webkit-fit-content;
  4795. height: fit-content;
  4796. min-height: 12em;
  4797. font-size: 0.875rem;
  4798. background-color: #fff;
  4799. border-radius: 4px;
  4800. box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
  4801. cursor: initial;
  4802. transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.1);
  4803. }
  4804. .CoreModalMask:not(.is-open) + .CoreModal {
  4805. opacity: 0;
  4806. transform: translateY(-100%);
  4807. }
  4808. .CoreModalMask.is-open + .CoreModal {
  4809. opacity: 1;
  4810. transform: none;
  4811. transition-delay: 0.2s;
  4812. }
  4813. .CoreModal.is-v-centered {
  4814. margin: auto;
  4815. }
  4816. .CoreModal > header {
  4817. display: flex;
  4818. align-items: center;
  4819. padding: 0 1.5em;
  4820. height: 3.75rem;
  4821. font-size: 1rem;
  4822. font-weight: 500;
  4823. border-bottom: 1px solid #dedee4;
  4824. color: #415058;
  4825. }
  4826. .CoreModal > .content {
  4827. padding: 1.5em;
  4828. }
  4829. .CoreModal > footer {
  4830. padding: 0 1.5em 1.5em;
  4831. }
  4832. .CoreModal > footer .Button {
  4833. margin-right: 0.5em;
  4834. }
  4835. .CoreModal .close-btn {
  4836. margin-left: auto;
  4837. font-size: 1em;
  4838. color: #8d9ea7;
  4839. transition: all 0.2s ease-in;
  4840. }
  4841. .CoreModal .close-btn:hover {
  4842. color: #eb5648;
  4843. transition-delay: 0.2s;
  4844. }
  4845. .AlertCoreModal,
  4846. .FormCoreModal {
  4847. display: flex;
  4848. flex-direction: column;
  4849. width: 23.75rem;
  4850. line-height: 1.5;
  4851. }
  4852. .AlertCoreModal .FormEntry:last-child,
  4853. .FormCoreModal .FormEntry:last-child {
  4854. margin-bottom: -0.5em;
  4855. }
  4856. .AlertCoreModal .FormEntry > .key,
  4857. .FormCoreModal .FormEntry > .key {
  4858. flex-basis: 7em;
  4859. }
  4860. .FormCoreModal {
  4861. width: 26.25rem;
  4862. }
  4863. .FunctionalCoreModal {
  4864. width: 38.875rem;
  4865. }
  4866. .DisplayCoreModal {
  4867. width: 40rem;
  4868. }
  4869. .OverlayPortal:empty {
  4870. display: none;
  4871. pointer-events: none;
  4872. }
  4873. .OverlayPortal {
  4874. position: absolute;
  4875. top: 0;
  4876. left: 0;
  4877. z-index: 1050;
  4878. display: flex;
  4879. padding: 5rem 3rem;
  4880. width: 100vw;
  4881. min-width: 64rem;
  4882. height: auto;
  4883. min-height: 100vh;
  4884. }
  4885. .OverlayMask {
  4886. position: fixed;
  4887. top: 0;
  4888. left: 0;
  4889. right: 0;
  4890. width: 100vw;
  4891. height: 100vh;
  4892. background-color: rgba(255,255,255,0.98);
  4893. color: #5b6b73;
  4894. transition: opacity 0.3s ease-in;
  4895. }
  4896. .OverlayMask:not(.is-open) {
  4897. opacity: 0;
  4898. pointer-events: none;
  4899. }
  4900. .OverlayCloseButton {
  4901. position: fixed;
  4902. top: 1em;
  4903. left: 100vw;
  4904. transform: translateX(calc(-100% - 1em));
  4905. font-size: 3rem;
  4906. color: #dedee4;
  4907. opacity: 0.8;
  4908. transition: all 0.2s ease-out;
  4909. }
  4910. .OverlayMask:not(.is-open) ~ .OverlayCloseButton {
  4911. opacity: 0;
  4912. }
  4913. .OverlayMask.is-open ~ .OverlayCloseButton {
  4914. opacity: 1;
  4915. }
  4916. .OverlayCloseButton .fore {
  4917. fill: #8d9ea7;
  4918. transition: all 0.2s ease-out;
  4919. transition-duration: 0.3s;
  4920. }
  4921. .OverlayCloseButton:enabled:hover {
  4922. color: #eb5648;
  4923. opacity: 1;
  4924. }
  4925. .OverlayCloseButton:enabled:hover .fore {
  4926. fill: #fff;
  4927. transition-duration: 0.1s;
  4928. }
  4929. .Overlay {
  4930. position: relative;
  4931. margin: auto;
  4932. padding: 0 3rem;
  4933. transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  4934. }
  4935. .OverlayMask:not(.is-open) ~ .Overlay {
  4936. opacity: 0;
  4937. transform: translateY(-10vh);
  4938. }
  4939. .OverlayMask.is-open ~ .Overlay {
  4940. opacity: 1;
  4941. transform: none;
  4942. transition-delay: 0.4s;
  4943. }
  4944. .Overlay h1 {
  4945. margin: 0.5em 0 1.5em;
  4946. font-size: 1.5rem;
  4947. font-weight: 500;
  4948. color: #415058;
  4949. }
  4950. .Overlay footer {
  4951. margin-top: 4em;
  4952. }
  4953. .Overlay footer button:not(:last-child) {
  4954. margin-right: 1em;
  4955. }
  4956. label.Switch {
  4957. position: relative;
  4958. display: inline-block;
  4959. margin: 0 0.125em;
  4960. width: 42px;
  4961. height: 16px;
  4962. vertical-align: text-bottom;
  4963. background-color: #c8cdd1;
  4964. border-radius: 8px;
  4965. cursor: pointer;
  4966. transition: all 0.2s ease-in;
  4967. transition-delay: 0.15s;
  4968. }
  4969. label.Switch.readonly {
  4970. cursor: default;
  4971. }
  4972. label.Switch > button {
  4973. position: absolute;
  4974. top: 50%;
  4975. left: 0;
  4976. transform: translateY(-50%);
  4977. display: flex;
  4978. justify-content: center;
  4979. align-items: center;
  4980. width: 22px;
  4981. height: 22px;
  4982. font-size: 14px;
  4983. border: 2px solid #d0d7dd;
  4984. border-radius: 50%;
  4985. background-color: #fff;
  4986. box-shadow: 0 4px 4px 0 rgba(0,0,0,0.04);
  4987. cursor: inherit;
  4988. transition: all 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  4989. }
  4990. label.Switch.small {
  4991. width: 26px;
  4992. height: 10px;
  4993. vertical-align: baseline;
  4994. }
  4995. label.Switch.small > button {
  4996. width: 14px;
  4997. height: 14px;
  4998. border-width: 1px;
  4999. }
  5000. label.Switch.is-checked {
  5001. background-color: #eb5648;
  5002. }
  5003. label.Switch.is-checked > button {
  5004. transform: translate(21px, -50%);
  5005. cursor: inherit;
  5006. }
  5007. label.Switch.is-checked.small > button {
  5008. transform: translate(13px, -50%);
  5009. }
  5010. label.Switch.is-disabled {
  5011. background-color: #dedee4;
  5012. cursor: not-allowed;
  5013. }
  5014. label.Switch.is-disabled.is-checked {
  5015. background-color: rgba(235,86,72,0.35);
  5016. }
  5017. label.Switch.is-disabled button {
  5018. background-color: #f6f7f8;
  5019. }
  5020. .Ellipsis,
  5021. .Ellipsis[data-type=user],
  5022. .Ellipsis[data-type=id],
  5023. .Ellipsis[data-type=email],
  5024. .Ellipsis[data-type=org],
  5025. .Ellipsis[data-type=team],
  5026. .Ellipsis[data-type=app],
  5027. .Ellipsis[data-type=widget] {
  5028. overflow: hidden;
  5029. text-overflow: ellipsis;
  5030. white-space: nowrap;
  5031. }
  5032. .Ellipsis {
  5033. display: inline-block;
  5034. max-width: 100%;
  5035. vertical-align: bottom;
  5036. }
  5037. .Ellipsis.isnt-truncated {
  5038. display: inline;
  5039. max-width: initial !important;
  5040. }
  5041. .Ellipsis.is-truncated:before {
  5042. content: '';
  5043. display: block;
  5044. }
  5045. .Ellipsis[data-type=user],
  5046. .Ellipsis[data-type=id] {
  5047. max-width: 10em;
  5048. }
  5049. .Ellipsis[data-type=email] {
  5050. max-width: 12em;
  5051. }
  5052. .Ellipsis[data-type=org] {
  5053. max-width: 15em;
  5054. }
  5055. .Ellipsis[data-type=team] {
  5056. max-width: 10em;
  5057. }
  5058. .Ellipsis[data-type=app] {
  5059. max-width: 15em;
  5060. }
  5061. .Ellipsis[data-type=widget] {
  5062. max-width: 12em;
  5063. }
  5064. .EllipsisTip {
  5065. hyphens: auto;
  5066. }
  5067. .Punctuation {
  5068. display: inline-flex;
  5069. align-items: baseline;
  5070. }
  5071. .Punctuation.isnt-truncated {
  5072. display: inline;
  5073. }
  5074. .Punctuation.with-period:after {
  5075. content: '. ';
  5076. }
  5077. .Punctuation.with-period:lang(zh):after {
  5078. content: '\3002';
  5079. }
  5080. .Punctuation.with-comma:after {
  5081. content: ', ';
  5082. }
  5083. .Punctuation.with-comma:lang(zh):after {
  5084. content: '\FF0C';
  5085. }
  5086. .Punctuation.with-question-mark:after {
  5087. content: '? ';
  5088. }
  5089. .Punctuation.with-question-mark:lang(zh):after {
  5090. content: '\FF1F';
  5091. }
  5092. .Punctuation.with-quote:before {
  5093. content: '\201C';
  5094. }
  5095. .Punctuation.with-quote:after {
  5096. content: '\201D';
  5097. }
  5098. .Punctuation.with-quote.with-period:after {
  5099. content: '\201D. ';
  5100. }
  5101. .Punctuation.with-quote.with-comma:after {
  5102. content: '\201D, ';
  5103. }
  5104. .Punctuation.with-quote.with-question-mark:after {
  5105. content: '\201D? ';
  5106. }
  5107. .Punctuation.with-quote:lang(zh):before {
  5108. content: '\300C';
  5109. }
  5110. .Punctuation.with-quote:lang(zh):after {
  5111. content: '\300D';
  5112. }
  5113. .Punctuation.with-quote.with-period:lang(zh):after {
  5114. content: '\300D\3002';
  5115. }
  5116. .Punctuation.with-quote.with-comma:lang(zh):after {
  5117. content: '\300D\FF0C';
  5118. }
  5119. .Punctuation.with-quote.with-question-mark:lang(zh):after {
  5120. content: '\300D\FF1F';
  5121. }
  5122. div.Tooltip {
  5123. width: -moz-fit-content;
  5124. width: -webkit-fit-content;
  5125. width: fit-content;
  5126. }
  5127. .TipBase {
  5128. position: fixed;
  5129. z-index: 1200;
  5130. pointer-events: none;
  5131. }
  5132. .Tip {
  5133. position: absolute;
  5134. padding: 0.33em 0.5em;
  5135. font-size: 12px;
  5136. line-height: 1.4;
  5137. pointer-events: none;
  5138. speak: none;
  5139. transition-property: opacity, transform;
  5140. transition-duration: 0.15s;
  5141. user-select: none;
  5142. filter: opacity(0.8);
  5143. }
  5144. .Tip.arrowed {
  5145. padding: 0.33em 0.75em;
  5146. }
  5147. .Tip > .arrow {
  5148. position: absolute;
  5149. z-index: 10;
  5150. display: block;
  5151. font-size: 14px;
  5152. line-height: 0;
  5153. }
  5154. .Tip > .arrow svg {
  5155. width: 1em;
  5156. height: 0.375em;
  5157. fill: #415058;
  5158. }
  5159. .Tip:not(.is-open) {
  5160. opacity: 0 !important;
  5161. }
  5162. .Tip.is-open {
  5163. opacity: 1;
  5164. }
  5165. .Tip.on-top {
  5166. left: 50%;
  5167. bottom: 100%;
  5168. transform: translate(-50%, -10%);
  5169. }
  5170. .Tip.on-top.arrowed {
  5171. margin-bottom: 0.25em;
  5172. }
  5173. .Tip.on-top.is-open {
  5174. transform: translate(-50%);
  5175. }
  5176. .Tip.on-bottom {
  5177. left: 50%;
  5178. top: 100%;
  5179. transform: translate(-50%, 10%);
  5180. }
  5181. .Tip.on-bottom.arrowed {
  5182. margin-top: 0.25em;
  5183. }
  5184. .Tip.on-bottom.is-open {
  5185. transform: translate(-50%);
  5186. }
  5187. .Tip.on-left {
  5188. right: 100%;
  5189. top: 50%;
  5190. transform: translate(-10%, -50%);
  5191. }
  5192. .Tip.on-left.is-open {
  5193. transform: translate(0, -50%);
  5194. }
  5195. .Tip.on-right {
  5196. left: 100%;
  5197. top: 50%;
  5198. transform: translate(10%, -50%);
  5199. }
  5200. .Tip.on-right.is-open {
  5201. transform: translate(0, -50%);
  5202. }
  5203. .Tip.on-top > .arrow {
  5204. left: 50%;
  5205. bottom: 0;
  5206. transform: translateX(-50%);
  5207. }
  5208. .Tip.on-top > .arrow svg {
  5209. transform: rotate(180deg);
  5210. }
  5211. .Tip.on-bottom > .arrow {
  5212. top: 0;
  5213. left: 50%;
  5214. transform: translateX(-50%);
  5215. }
  5216. .Tip.on-right > .arrow {
  5217. top: 50%;
  5218. left: 0;
  5219. font-size: 16px;
  5220. transform: translateY(-50%);
  5221. }
  5222. .Tip.on-right > .arrow svg {
  5223. transform: rotate(-90deg);
  5224. }
  5225. .Tip.on-left > .arrow {
  5226. top: 50%;
  5227. right: 0;
  5228. font-size: 16px;
  5229. transform: translateY(-50%);
  5230. }
  5231. .Tip.on-left > .arrow svg {
  5232. transform: rotate(90deg);
  5233. }
  5234. .Tip > .content {
  5235. position: relative;
  5236. z-index: 20;
  5237. padding: 0.5em;
  5238. width: -moz-max-content;
  5239. width: max-content;
  5240. min-width: 3em;
  5241. max-width: 20em;
  5242. min-height: 2em;
  5243. background-color: #415058;
  5244. -webkit-backdrop-filter: blur(2px);
  5245. backdrop-filter: blur(2px);
  5246. border-radius: 2px;
  5247. color: #fff;
  5248. }
  5249. .CoreTip {
  5250. filter: opacity(0.9);
  5251. }
  5252. .CoreTip > .arrow svg {
  5253. fill: #1e292e;
  5254. }
  5255. .CoreTip > .content {
  5256. padding: 0.5em 0.75em;
  5257. background-color: #1e292e;
  5258. border-radius: 4px;
  5259. box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
  5260. }
  5261. .svg-icon {
  5262. fill: currentColor;
  5263. width: 1em;
  5264. }
  5265. .svg-icon [stroke-width] {
  5266. stroke: currentColor;
  5267. }
  5268. /* NOTE: this file is script generated, change should be made at 'script/generate/generateFontResource.js' */
  5269. @font-face {
  5270. font-style: normal;
  5271. font-family: 'FZLanTingHei';
  5272. font-weight: 400;
  5273. src: local('FZLanTingHeiS-R-GB'), url('/fonts/fangzheng/ht/FZLTHJW.woff2') format('woff2'), url('/fonts/fangzheng/ht/FZLTHJW.woff') format('woff');
  5274. }
  5275. @font-face {
  5276. font-style: normal;
  5277. font-family: 'FZLanTingHei';
  5278. font-weight: 300;
  5279. src: local('FZLanTingHeiS-L-GB'), url('/fonts/fangzheng/ht/FZLTXIHJW.woff2') format('woff2'), url('/fonts/fangzheng/ht/FZLTXIHJW.woff') format('woff');
  5280. }
  5281. @font-face {
  5282. font-style: normal;
  5283. font-family: 'FZYuan';
  5284. font-weight: 400;
  5285. src: local('FZZhunYuan-M02S'), url('/fonts/fangzheng/yt/FZY3JW.woff2') format('woff2'), url('/fonts/fangzheng/yt/FZY3JW.woff') format('woff');
  5286. }
  5287. @font-face {
  5288. font-style: normal;
  5289. font-family: 'FZYuan';
  5290. font-weight: 300;
  5291. src: local('FZXiYuan-M01S'), url('/fonts/fangzheng/yt/FZY1JW.woff2') format('woff2'), url('/fonts/fangzheng/yt/FZY1JW.woff') format('woff');
  5292. }
  5293. @font-face {
  5294. font-style: normal;
  5295. font-family: 'FZXinSong';
  5296. font-weight: 400;
  5297. src: local('FZNewShuSong-Z10S'), url('/fonts/fangzheng/FZXSSJW.woff2') format('woff2'), url('/fonts/fangzheng/FZXSSJW.woff') format('woff');
  5298. }
  5299. @font-face {
  5300. font-style: normal;
  5301. font-family: 'FZKai';
  5302. font-weight: 400;
  5303. src: local('FZKai-Z03S'), url('/fonts/fangzheng/FZKTJW.woff2') format('woff2'), url('/fonts/fangzheng/FZKTJW.woff') format('woff');
  5304. }
  5305. @font-face {
  5306. font-style: normal;
  5307. font-family: 'FZGongYeHei';
  5308. font-weight: 400;
  5309. src: local('FZGongYHS-R-GB'), url('/fonts/fangzheng/FZGongYHJW.woff2') format('woff2'), url('/fonts/fangzheng/FZGongYHJW.woff') format('woff');
  5310. }
  5311. @font-face {
  5312. font-style: normal;
  5313. font-family: 'FZHanZhenGuangBiao';
  5314. font-weight: 400;
  5315. src: local('FZHanZhenGuangBiaoS-GB'), url('/fonts/fangzheng/FZHZGBJW.woff2') format('woff2'), url('/fonts/fangzheng/FZHZGBJW.woff') format('woff');
  5316. }
  5317. @font-face {
  5318. font-style: normal;
  5319. font-family: 'FZZongYi';
  5320. font-weight: 400;
  5321. src: local('FZZongYi-M05S'), url('/fonts/fangzheng/FZZYJW.woff2') format('woff2'), url('/fonts/fangzheng/FZZYJW.woff') format('woff');
  5322. }
  5323. @font-face {
  5324. font-style: normal;
  5325. font-family: 'PingFangSC';
  5326. font-weight: 400;
  5327. src: local('PingFangSC-Regular'), local('PingFang SC Regular'), local('.PingFangSC-Regular'), local('.PingFang SC Regular'), local('PingFangSC'), local('PingFang SC'), url('/fonts/pingfang/SC-Regular.woff2') format('woff2'), url('/fonts/pingfang/SC-Regular.woff') format('woff');
  5328. }
  5329. @font-face {
  5330. font-style: normal;
  5331. font-family: 'PingFangSC';
  5332. font-weight: 700;
  5333. src: local('PingFangSC-Semibold'), local('PingFang SC Semibold'), local('.PingFangSC-Semibold'), local('.PingFang SC Semibold'), url('/fonts/pingfang/SC-Semibold.woff2') format('woff2'), url('/fonts/pingfang/SC-Semibold.woff') format('woff');
  5334. }
  5335. @font-face {
  5336. font-style: normal;
  5337. font-family: 'SourceHanSansSC';
  5338. font-weight: 400;
  5339. src: local('SourceHanSansSC-Regular'), local('Source Han Sans SC Regular'), local('Source Han Sans SC'), local('Noto Sans CJK SC Regular'), local('Noto Sans CJK SC'), url('/fonts/source-han/SansCN-Regular.woff2') format('woff2'), url('/fonts/source-han/SansCN-Regular.woff') format('woff');
  5340. }
  5341. @font-face {
  5342. font-style: normal;
  5343. font-family: 'SourceHanSansSC';
  5344. font-weight: 700;
  5345. src: local('SourceHanSansSC-Bold'), local('Source Han Sans SC Bold'), local('Noto Sans CJK SC Bold'), url('/fonts/source-han/SansCN-Bold.woff2') format('woff2'), url('/fonts/source-han/SansCN-Bold.woff') format('woff');
  5346. }
  5347. @font-face {
  5348. font-style: normal;
  5349. font-family: 'SFUIText';
  5350. font-weight: 400;
  5351. src: local('SFUIText-Regular'), local('.SFUIText-Regular'), local('SFProText-Regular'), local('SFProText'), url('/fonts/sf-ui/Text-Regular.woff2') format('woff2'), url('/fonts/sf-ui/Text-Regular.woff') format('woff');
  5352. }
  5353. @font-face {
  5354. font-style: normal;
  5355. font-family: 'SFUIText';
  5356. font-weight: 700;
  5357. src: local('SFUIText-Bold'), local('.SFUIText-Bold'), local('SFProText-Bold'), url('/fonts/sf-ui/Text-Bold.woff2') format('woff2'), url('/fonts/sf-ui/Text-Bold.woff') format('woff');
  5358. }
  5359. @font-face {
  5360. font-style: normal;
  5361. font-family: 'Roboto';
  5362. font-weight: 400;
  5363. src: local('Roboto'), url('/fonts/roboto/Regular.woff2') format('woff2'), url('/fonts/roboto/Regular.woff') format('woff');
  5364. }
  5365. @font-face {
  5366. font-style: normal;
  5367. font-family: 'Roboto';
  5368. font-weight: 700;
  5369. src: local('Roboto-Bold'), local('Roboto Bold'), url('/fonts/roboto/Bold.woff2') format('woff2'), url('/fonts/roboto/Bold.woff') format('woff');
  5370. }
  5371. @font-face {
  5372. font-style: italic;
  5373. font-family: 'Roboto';
  5374. font-weight: 400;
  5375. src: local('Roboto-Italic'), local('Roboto Italic'), url('/fonts/roboto/Italic.woff2') format('woff2'), url('/fonts/roboto/Italic.woff') format('woff');
  5376. }
  5377. @font-face {
  5378. font-style: italic;
  5379. font-family: 'Roboto';
  5380. font-weight: 700;
  5381. src: local('Roboto-BoldItalic'), local('Roboto Bold Italic'), url('/fonts/roboto/BoldItalic.woff2') format('woff2'), url('/fonts/roboto/BoldItalic.woff') format('woff');
  5382. }
  5383. #font-preload {
  5384. position: absolute;
  5385. top: -65535px;
  5386. left: -65535px;
  5387. font-size: 12px;
  5388. pointer-events: none;
  5389. }
  5390. #font-preload .aw {
  5391. position: absolute;
  5392. width: auto;
  5393. white-space: nowrap;
  5394. }
  5395. #font-preload .ah {
  5396. position: absolute;
  5397. height: auto;
  5398. word-break: break-word;
  5399. word-wrap: break-word;
  5400. }
  5401. #font-preload .ah p {
  5402. margin-bottom: 5px;
  5403. white-space: pre-wrap;
  5404. }
  5405. #font-preload .ah p:last-child {
  5406. margin-bottom: 0;
  5407. }
  5408. #font-preload .auto-size {
  5409. white-space: pre;
  5410. width: -webkit-fit-content;
  5411. width: -moz-fit-content;
  5412. width: fit-content;
  5413. }
  5414. #font-preload .auto-height {
  5415. white-space: pre-wrap;
  5416. word-break: break-word;
  5417. word-wrap: break-word;
  5418. }
  5419. /**
  5420. * (c) jExcel v3.6.3
  5421. *
  5422. * Author: Paul Hodel <paul.hodel@gmail.com>
  5423. * Website: https://bossanova.uk/jexcel/
  5424. * Description: Create amazing web based spreadsheets.
  5425. *
  5426. * This software is distribute under MIT License
  5427. */
  5428. * {
  5429. box-sizing: border-box;
  5430. }
  5431. .jexcel_container {
  5432. display:inline-block;
  5433. padding-right:2px;
  5434. box-sizing: border-box;
  5435. -ms-scroll-chaining: none;
  5436. overscroll-behavior: contain;
  5437. }
  5438. .jexcel_container.fullscreen {
  5439. position:fixed;
  5440. top:0px;
  5441. left:0px;
  5442. width:100%;
  5443. height:100%;
  5444. z-index:2001;
  5445. }
  5446. .jexcel_container.fullscreen .jexcel_content {
  5447. overflow:auto;
  5448. width:100%;
  5449. height:100%;
  5450. background-color:#ffffff;
  5451. }
  5452. .jexcel_container.fullscreen.with-toolbar {
  5453. height: calc(100% - 46px);
  5454. }
  5455. .jexcel_content {
  5456. display:inline-block;
  5457. box-sizing: border-box;
  5458. padding-right:2px;
  5459. position:relative;
  5460. }
  5461. .jexcel {
  5462. border-collapse:separate;
  5463. table-layout:fixed;
  5464. white-space: nowrap;
  5465. empty-cells:show;
  5466. border:0px;
  5467. background-color:#fff;
  5468. width:0;
  5469. border-top:1px solid transparent;
  5470. border-left:1px solid transparent;
  5471. border-right:1px solid #ccc;
  5472. border-bottom:1px solid #ccc;
  5473. }
  5474. .jexcel > thead > tr > td
  5475. {
  5476. border-top:1px solid #ccc;
  5477. border-left:1px solid #ccc;
  5478. border-right:1px solid transparent;
  5479. border-bottom:1px solid transparent;
  5480. background-color:#f3f3f3;
  5481. padding:2px;
  5482. cursor:pointer;
  5483. box-sizing: border-box;
  5484. overflow: hidden;
  5485. position: -webkit-sticky;
  5486. position: sticky;
  5487. top: 0;
  5488. z-index:2000;
  5489. }
  5490. .with-toolbar .jexcel > thead > tr > td
  5491. {
  5492. top:42px;
  5493. }
  5494. .jexcel > thead.draggable > tr > td::before
  5495. {
  5496. content:'\00a0';
  5497. width:100%;
  5498. height:3px;
  5499. position:absolute;
  5500. bottom:0px;
  5501. left:0px;
  5502. cursor:move;
  5503. }
  5504. .jexcel > thead.resizable > tr > td::after
  5505. {
  5506. content:'\00a0';
  5507. width:3px;
  5508. height:100%;
  5509. position:absolute;
  5510. top:0px;
  5511. right:0px;
  5512. cursor:col-resize;
  5513. }
  5514. .jexcel > thead > tr > td.dragging
  5515. {
  5516. background-color:#fff;
  5517. opacity:0.5;
  5518. }
  5519. .jexcel > thead > tr > td:first-child:after, .jexcel > thead > tr.jexcel_nested > td::before, .jexcel > thead > tr.jexcel_nested > td::after
  5520. {
  5521. cursor:default;
  5522. }
  5523. .jexcel > thead > tr > td.selected
  5524. {
  5525. background-color:#dcdcdc;
  5526. }
  5527. .jexcel > thead > tr > td.arrow-up
  5528. {
  5529. background-repeat:no-repeat;
  5530. background-position:center right 5px;
  5531. background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 14l5-5 5 5H7z' fill='gray'/%3E%3C/svg%3E");
  5532. text-decoration:underline;
  5533. }
  5534. .jexcel > thead > tr > td.arrow-down
  5535. {
  5536. background-repeat:no-repeat;
  5537. background-position:center right 5px;
  5538. background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 10l5 5 5-5H7z' fill='gray'/%3E%3C/svg%3E");
  5539. text-decoration:underline;
  5540. }
  5541. .jexcel > tbody > tr > td:first-child
  5542. {
  5543. position:relative;
  5544. background-color:#f3f3f3;
  5545. text-align:center;
  5546. }
  5547. .jexcel > tbody.resizable > tr > td:first-child::before
  5548. {
  5549. content:'\00a0';
  5550. width:100%;
  5551. height:3px;
  5552. position:absolute;
  5553. bottom:0px;
  5554. left:0px;
  5555. cursor:row-resize;
  5556. }
  5557. .jexcel > tbody.draggable > tr > td:first-child::after
  5558. {
  5559. content:'\00a0';
  5560. width:3px;
  5561. height:100%;
  5562. position:absolute;
  5563. top:0px;
  5564. right:0px;
  5565. cursor:move;
  5566. }
  5567. .jexcel > tbody > tr.dragging > td
  5568. {
  5569. background-color:#eee;
  5570. opacity:0.5;
  5571. }
  5572. .jexcel > tbody > tr > td
  5573. {
  5574. border-top:1px solid #ccc;
  5575. border-left:1px solid #ccc;
  5576. border-right:1px solid transparent;
  5577. border-bottom:1px solid transparent;
  5578. padding:4px;
  5579. white-space: nowrap;
  5580. box-sizing: border-box;
  5581. line-height:1em;
  5582. }
  5583. .jexcel > tbody > tr > td:last-child
  5584. {
  5585. overflow:hidden;
  5586. }
  5587. .jexcel > tbody > tr > td > img
  5588. {
  5589. display:inline-block;
  5590. max-width:100px;
  5591. }
  5592. .jexcel > tbody > tr > td.readonly
  5593. {
  5594. color:rgba(0,0,0,0.3)
  5595. }
  5596. .jexcel > tbody > tr.selected > td:first-child
  5597. {
  5598. background-color:#dcdcdc;
  5599. }
  5600. .jexcel > tbody > tr > td > select, .jexcel > tbody > tr > td > input, .jexcel > tbody > tr > td > textarea
  5601. {
  5602. border:0px;
  5603. border-radius:0px;
  5604. outline:0px;
  5605. width:100%;
  5606. margin:0px;
  5607. padding:0px;
  5608. background-color:transparent;
  5609. box-sizing: border-box;
  5610. }
  5611. .jexcel > tbody > tr > td > textarea
  5612. {
  5613. resize: none;
  5614. padding-top:6px !important;
  5615. }
  5616. .jexcel > tbody > tr > td > input[type=checkbox]
  5617. {
  5618. width:12px;
  5619. margin-top:2px;
  5620. }
  5621. .jexcel > tbody > tr > td > input[type=radio]
  5622. {
  5623. width:12px;
  5624. margin-top:2px;
  5625. }
  5626. .jexcel > tbody > tr > td > select
  5627. {
  5628. -webkit-appearance: none;
  5629. -moz-appearance: none;
  5630. appearance: none;
  5631. background-repeat: no-repeat;
  5632. background-position-x: 100%;
  5633. background-position-y: 40%;
  5634. background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
  5635. }
  5636. .jexcel > tbody > tr > td.dropdown
  5637. {
  5638. background-repeat: no-repeat;
  5639. background-position:top 50% right 5px;
  5640. background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 10l5 5 5-5H7z' fill='lightgray'/%3E%3C/svg%3E");
  5641. text-overflow: ellipsis;
  5642. overflow-x:hidden;
  5643. }
  5644. .jexcel > tbody > tr > td.dropdown.jexcel_comments
  5645. {
  5646. background:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 10l5 5 5-5H7z' fill='lightgray'/%3E%3C/svg%3E") top 50% right 5px no-repeat, url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFuGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTAxLTMxVDE4OjU1OjA4WiIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0wMS0zMVQxODo1NTowOFoiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTAxLTMxVDE4OjU1OjA4WiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphMTlhZDJmOC1kMDI2LTI1NDItODhjOS1iZTRkYjkyMmQ0MmQiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkOGI5NDUyMS00ZjEwLWQ5NDktYjUwNC0wZmU1N2I3Nzk1MDEiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplMzdjYmE1ZS1hYTMwLWNkNDUtYTAyNS1lOWYxZjk2MzUzOGUiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplMzdjYmE1ZS1hYTMwLWNkNDUtYTAyNS1lOWYxZjk2MzUzOGUiIHN0RXZ0OndoZW49IjIwMTktMDEtMzFUMTg6NTU6MDhaIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmExOWFkMmY4LWQwMjYtMjU0Mi04OGM5LWJlNGRiOTIyZDQyZCIgc3RFdnQ6d2hlbj0iMjAxOS0wMS0zMVQxODo1NTowOFoiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4En6MDAAAAX0lEQVQYlX3KOw6AIBBAwS32RpJADXfx0pTET+ERZJ8F8RODFtONsG0QAoh0CSDM82dqodaBdQXnfoLZQM7gPai+wjNNE8R4pTuAYNZSKZASqL7CMy0LxNgJp30fKYUDi3+vIqb/+rUAAAAASUVORK5CYII=') top right no-repeat;
  5647. }
  5648. .jexcel > tbody > tr > td > .color
  5649. {
  5650. width:90%;
  5651. height:10px;
  5652. margin:auto;
  5653. }
  5654. .jexcel .highlight {
  5655. background-color:rgba(0,0,0,0.05);
  5656. }
  5657. .jexcel .highlight-top {
  5658. border-top:1px solid #000; /* var(--jexcel-border-color);*/
  5659. box-shadow: 0px -1px #ccc;
  5660. }
  5661. .jexcel .highlight-left {
  5662. border-left:1px solid #000; /* var(--jexcel-border-color);*/
  5663. box-shadow: -1px 0px #ccc;
  5664. }
  5665. .jexcel .highlight-right {
  5666. border-right:1px solid #000; /* var(--jexcel-border-color);*/
  5667. }
  5668. .jexcel .highlight-bottom {
  5669. border-bottom:1px solid #000; /* var(--jexcel-border-color);*/
  5670. }
  5671. .jexcel .highlight-top.highlight-left {
  5672. box-shadow: -1px -1px #ccc;
  5673. -webkit-box-shadow: -1px -1px #ccc;
  5674. -moz-box-shadow: -1px -1px #ccc;
  5675. }
  5676. .jexcel .highlight-selected
  5677. {
  5678. background-color:rgba(0,0,0,0.0);
  5679. }
  5680. .jexcel .selection
  5681. {
  5682. background-color:rgba(0,0,0,0.05);
  5683. }
  5684. .jexcel .selection-left
  5685. {
  5686. border-left:1px dotted #000;
  5687. }
  5688. .jexcel .selection-right
  5689. {
  5690. border-right:1px dotted #000;
  5691. }
  5692. .jexcel .selection-top
  5693. {
  5694. border-top:1px dotted #000;
  5695. }
  5696. .jexcel .selection-bottom
  5697. {
  5698. border-bottom:1px dotted #000;
  5699. }
  5700. .jexcel_corner
  5701. {
  5702. position:absolute;
  5703. background-color: rgb(0, 0, 0);
  5704. height: 1px;
  5705. width: 1px;
  5706. border: 1px solid rgb(255, 255, 255);
  5707. top:-2000px;
  5708. left:-2000px;
  5709. cursor:crosshair;
  5710. box-sizing: initial;
  5711. z-index:7000;
  5712. padding: 2px;
  5713. }
  5714. .jexcel .editor
  5715. {
  5716. outline:0px solid transparent;
  5717. overflow:visible;
  5718. white-space: nowrap;
  5719. text-align:left;
  5720. padding:0px;
  5721. box-sizing: border-box;
  5722. overflow:visible !important;
  5723. }
  5724. .jexcel .editor > input
  5725. {
  5726. padding-left:4px;
  5727. }
  5728. .jexcel .editor .jupload
  5729. {
  5730. position:fixed;
  5731. top:100%;
  5732. z-index:8000;
  5733. -webkit-user-select:none;
  5734. -moz-user-select:none;
  5735. -ms-user-select:none;
  5736. user-select:none;
  5737. -webkit-font-smoothing: antialiased;
  5738. font-size: .875rem;
  5739. letter-spacing: .2px;
  5740. border-radius: 4px;
  5741. box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
  5742. padding:10px;
  5743. background-color:#fff;
  5744. width:300px;
  5745. min-height:225px;
  5746. margin-top:2px;
  5747. }
  5748. .jexcel .editor .jupload img
  5749. {
  5750. width:100%;
  5751. height:auto;
  5752. }
  5753. .jexcel .editor .jclose:after
  5754. {
  5755. position:absolute;
  5756. top:0;
  5757. right:0;
  5758. margin:10px;
  5759. content:'close';
  5760. font-family:'Material icons';
  5761. font-size:24px;
  5762. width:24px;
  5763. height:24px;
  5764. line-height:24px;
  5765. cursor:pointer;
  5766. text-shadow: 0px 0px 5px #fff;
  5767. }
  5768. .jexcel, .jexcel td, .jexcel_corner
  5769. {
  5770. -webkit-touch-callout: none;
  5771. -webkit-user-select: none;
  5772. -moz-user-select: none;
  5773. -ms-user-select: none;
  5774. user-select: none;
  5775. -webkit-user-drag: none;
  5776. -khtml-user-drag: none;
  5777. -moz-user-drag: none;
  5778. -o-user-drag: none;
  5779. user-drag: none;
  5780. }
  5781. .jexcel_textarea
  5782. {
  5783. position:absolute;
  5784. top:-999px;
  5785. left:-999px;
  5786. width:1px;
  5787. height:1px;
  5788. }
  5789. .jexcel .dragline
  5790. {
  5791. position:absolute;
  5792. }
  5793. .jexcel .dragline div
  5794. {
  5795. position:relative;
  5796. top:-6px;
  5797. height:5px;
  5798. width:22px;
  5799. }
  5800. .jexcel .dragline div:hover
  5801. {
  5802. cursor:move;
  5803. }
  5804. .jexcel .onDrag
  5805. {
  5806. background-color:rgba(0,0,0,0.6);
  5807. }
  5808. .jexcel .error
  5809. {
  5810. border:1px solid red;
  5811. }
  5812. .jexcel thead td.resizing
  5813. {
  5814. border-right-style:dotted !important;
  5815. border-right-color:red !important;
  5816. }
  5817. .jexcel tbody tr.resizing > td
  5818. {
  5819. border-bottom-style:dotted !important;
  5820. border-bottom-color:red !important;
  5821. }
  5822. .jexcel tbody td.resizing
  5823. {
  5824. border-right-style:dotted !important;
  5825. border-right-color:red !important;
  5826. }
  5827. .jexcel .jdropdown-header
  5828. {
  5829. border:0px !important;
  5830. outline:none !important;
  5831. width:100% !important;
  5832. height:100% !important;
  5833. padding:0px !important;
  5834. padding-left:8px !important;
  5835. }
  5836. .jexcel .jdropdown-container
  5837. {
  5838. margin-top:1px;
  5839. }
  5840. .jexcel .jdropdown-container-header {
  5841. padding: 0px;
  5842. margin: 0px;
  5843. height: inherit;
  5844. }
  5845. .jexcel .jdropdown-picker
  5846. {
  5847. border:0px !important;
  5848. padding:0px !important;
  5849. width:inherit;
  5850. height:inherit;
  5851. }
  5852. .jexcel .jexcel_comments
  5853. {
  5854. background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFuGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTAxLTMxVDE4OjU1OjA4WiIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0wMS0zMVQxODo1NTowOFoiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTAxLTMxVDE4OjU1OjA4WiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphMTlhZDJmOC1kMDI2LTI1NDItODhjOS1iZTRkYjkyMmQ0MmQiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkOGI5NDUyMS00ZjEwLWQ5NDktYjUwNC0wZmU1N2I3Nzk1MDEiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplMzdjYmE1ZS1hYTMwLWNkNDUtYTAyNS1lOWYxZjk2MzUzOGUiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplMzdjYmE1ZS1hYTMwLWNkNDUtYTAyNS1lOWYxZjk2MzUzOGUiIHN0RXZ0OndoZW49IjIwMTktMDEtMzFUMTg6NTU6MDhaIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmExOWFkMmY4LWQwMjYtMjU0Mi04OGM5LWJlNGRiOTIyZDQyZCIgc3RFdnQ6d2hlbj0iMjAxOS0wMS0zMVQxODo1NTowOFoiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4En6MDAAAAX0lEQVQYlX3KOw6AIBBAwS32RpJADXfx0pTET+ERZJ8F8RODFtONsG0QAoh0CSDM82dqodaBdQXnfoLZQM7gPai+wjNNE8R4pTuAYNZSKZASqL7CMy0LxNgJp30fKYUDi3+vIqb/+rUAAAAASUVORK5CYII=');
  5855. background-repeat: no-repeat;
  5856. background-position: top right;
  5857. }
  5858. .jexcel .sp-replacer
  5859. {
  5860. margin: 2px;
  5861. border:0px;
  5862. }
  5863. .jexcel > thead > tr.jexcel_filter > td > input
  5864. {
  5865. border:0px;
  5866. width:100%;
  5867. outline:none;
  5868. }
  5869. .jexcel_about
  5870. {
  5871. text-transform:uppercase;
  5872. display:none;
  5873. float:right;
  5874. font-size:0.7em;
  5875. padding:2px;
  5876. }
  5877. .jexcel_filter
  5878. {
  5879. display:flex;
  5880. justify-content:space-between;
  5881. margin-bottom:4px;
  5882. }
  5883. .jexcel_filter > div
  5884. {
  5885. padding:8px;
  5886. align-items:center;
  5887. }
  5888. .jexcel_pagination
  5889. {
  5890. display:flex;
  5891. justify-content:space-between;
  5892. align-items:center;
  5893. }
  5894. .jexcel_pagination > div
  5895. {
  5896. display:flex;
  5897. padding:10px;
  5898. }
  5899. .jexcel_pagination > div:last-child
  5900. {
  5901. padding-right:10px;
  5902. padding-top:10px;
  5903. }
  5904. .jexcel_pagination > div > div
  5905. {
  5906. text-align:center;
  5907. width:36px;
  5908. height:36px;
  5909. line-height:34px;
  5910. border:1px solid #ccc;
  5911. box-sizing: border-box;
  5912. margin-left:2px;
  5913. cursor:pointer;
  5914. }
  5915. .jexcel_page_selected
  5916. {
  5917. font-weight:bold;
  5918. background-color:#f3f3f3;
  5919. }
  5920. .jexcel_toolbar
  5921. {
  5922. display:flex;
  5923. background-color:#f3f3f3;
  5924. border:1px solid #ccc;
  5925. padding:4px;
  5926. margin:0px 2px 4px 1px;
  5927. position:-webkit-sticky;
  5928. position:sticky;
  5929. top:0px;
  5930. z-index:8001;
  5931. }
  5932. .jexcel_toolbar:empty
  5933. {
  5934. display:none;
  5935. }
  5936. .jexcel_toolbar i.jexcel_toolbar_item
  5937. {
  5938. width:24px;
  5939. height:24px;
  5940. padding:4px;
  5941. cursor:pointer;
  5942. display:inline-block;
  5943. }
  5944. .jexcel_toolbar i.jexcel_toolbar_item:hover
  5945. {
  5946. background-color:#ddd;
  5947. }
  5948. .jexcel_toolbar select.jexcel_toolbar_item
  5949. {
  5950. margin-left:2px;
  5951. margin-right:2px;
  5952. display:inline-block;
  5953. border:0px;
  5954. background-color:transparent;
  5955. padding-right:10px;
  5956. }
  5957. .jexcel .dragging-left
  5958. {
  5959. background-repeat: no-repeat;
  5960. background-position:top 50% left 0px;
  5961. background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M14 7l-5 5 5 5V7z'/%3E%3Cpath fill='none' d='M24 0v24H0V0h24z'/%3E%3C/svg%3E");
  5962. }
  5963. .jexcel .dragging-right
  5964. {
  5965. background-repeat: no-repeat;
  5966. background-position:top 50% right 0px;
  5967. background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M10 17l5-5-5-5v10z'/%3E%3Cpath fill='none' d='M0 24V0h24v24H0z'/%3E%3C/svg%3E");
  5968. }
  5969. .jexcel_tabs > .jexcel_tab
  5970. {
  5971. display:none;
  5972. }
  5973. .jexcel_tabs > .jexcel_tab_link
  5974. {
  5975. display:inline-block;
  5976. padding:10px;
  5977. padding-left:20px;
  5978. padding-right:20px;
  5979. margin-right:5px;
  5980. margin-bottom:5px;
  5981. background-color:#f3f3f3;
  5982. cursor:pointer;
  5983. }
  5984. .jexcel_tabs > .jexcel_tab_link.selected
  5985. {
  5986. background-color:#ddd;
  5987. }
  5988. .jexcel_hidden_index tr > td:first-child, .jexcel_hidden_index colgroup > col:first-child
  5989. {
  5990. display:none;
  5991. }
  5992. /*# sourceMappingURL=vendor-d2584aeaa01efa888cdf.css.map*/